Version Description
Download this release
Release Info
Developer | Cimmo |
Plugin | Cimy User Extra Fields |
Version | 2.2.0 |
Comparing to | |
See all releases |
Code changes from version 2.1.1 to 2.2.0
- README_OFFICIAL.txt +23 -6
- cimy_uef_admin.php +311 -391
- cimy_uef_email_handler.php +2 -1
- cimy_uef_functions.php +19 -24
- cimy_uef_init_mce.php +5 -2
- cimy_uef_options.php +37 -194
- cimy_uef_profile.php +17 -13
- cimy_uef_register.php +21 -15
- cimy_user_extra_fields.php +36 -29
- langs/cimy_uef-bg_BG.mo +0 -0
- langs/cimy_uef-bg_BG.po +269 -264
- langs/cimy_uef-da_DK.mo +0 -0
- langs/cimy_uef-da_DK.po +267 -264
- langs/cimy_uef-de_DE.mo +0 -0
- langs/cimy_uef-de_DE.po +268 -263
- langs/cimy_uef-es_ES.mo +0 -0
- langs/cimy_uef-es_ES.po +268 -263
- langs/cimy_uef-fr_FR.mo +0 -0
- langs/cimy_uef-fr_FR.po +268 -263
- langs/cimy_uef-it_IT.mo +0 -0
- langs/cimy_uef-it_IT.po +267 -265
- langs/cimy_uef-pl_PL.mo +0 -0
- langs/cimy_uef-pl_PL.po +268 -263
- langs/cimy_uef-pt_BR.mo +0 -0
- langs/cimy_uef-pt_BR.po +268 -263
- langs/cimy_uef-ru_RU.mo +0 -0
- langs/cimy_uef-ru_RU.po +267 -264
- langs/cimy_uef-sv_SE.mo +0 -0
- langs/cimy_uef-sv_SE.po +268 -263
- readme.txt +5 -5
README_OFFICIAL.txt
CHANGED
@@ -53,8 +53,8 @@ WordPress and WordPress MultiSite per-blog registration:
|
|
53 |
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.
|
54 |
|
55 |
Wordpress MultiSite unique registration:
|
56 |
-
1. "
|
57 |
-
2. "
|
58 |
|
59 |
Rules are:
|
60 |
|
@@ -104,8 +104,8 @@ Bugs or suggestions can be mailed at: cimmino.marco@gmail.com
|
|
104 |
|
105 |
REQUIREMENTS:
|
106 |
* PHP >= 5.0.0
|
107 |
-
* WORDPRESS >= 3.
|
108 |
-
* WORDPRESS MultiSite >= 3.
|
109 |
* MYSQL >= 4.1.2
|
110 |
|
111 |
INSTALLATION:
|
@@ -119,7 +119,7 @@ If you want that ALL Blogs on your MultiSite installation follow the same regist
|
|
119 |
Every blog will have shared registration page and only the Super Admin can change it.
|
120 |
- unpack the package under 'wp-content/mu-plugins' directory (if this directory does not exist, create it);
|
121 |
- be sure that cimy_user_extra_fields.php is outside Cimy folder (move it if necessary);
|
122 |
-
- go to "
|
123 |
|
124 |
2) Per-Blog registration
|
125 |
If you want that every single Blog can define its own Extra Fields then you should choose this installation.
|
@@ -523,7 +523,9 @@ do_action('register_post');
|
|
523 |
Q1: I got "Fatal error: Allowed memory size of 8388608 bytes exhausted [..]", why?
|
524 |
Q2: I got blank pages after activating this plug-in, why?
|
525 |
|
526 |
-
|
|
|
|
|
527 |
|
528 |
|
529 |
Q: Your plug-in is great, but when you will add support to add more than one choice in radio and dropdown fields?
|
@@ -604,6 +606,21 @@ A lot of times I cannot reproduce the problem and I need more details, so if you
|
|
604 |
|
605 |
|
606 |
CHANGELOG:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
607 |
v2.1.1 - 11/07/2011
|
608 |
- Fixed compatibility with Theme My Login plug-in (introduced with v2.1.0) (thanks to Michele and Mark)
|
609 |
- Fixed compatibility with WP-reCAPTCHA plug-in (thanks to des for the patch)
|
53 |
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.
|
54 |
|
55 |
Wordpress MultiSite unique registration:
|
56 |
+
1. "Network Admin -> Users Extended" - lets you show users lists with the new fields that are created
|
57 |
+
2. "Network 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.
|
58 |
|
59 |
Rules are:
|
60 |
|
104 |
|
105 |
REQUIREMENTS:
|
106 |
* PHP >= 5.0.0
|
107 |
+
* WORDPRESS >= 3.1.x
|
108 |
+
* WORDPRESS MultiSite >= 3.1.x
|
109 |
* MYSQL >= 4.1.2
|
110 |
|
111 |
INSTALLATION:
|
119 |
Every blog will have shared registration page and only the Super Admin can change it.
|
120 |
- unpack the package under 'wp-content/mu-plugins' directory (if this directory does not exist, create it);
|
121 |
- be sure that cimy_user_extra_fields.php is outside Cimy folder (move it if necessary);
|
122 |
+
- go to "Network Admin -> Cimy User Extra Fields", press "Fix the problem" button and confirm.
|
123 |
|
124 |
2) Per-Blog registration
|
125 |
If you want that every single Blog can define its own Extra Fields then you should choose this installation.
|
523 |
Q1: I got "Fatal error: Allowed memory size of 8388608 bytes exhausted [..]", why?
|
524 |
Q2: I got blank pages after activating this plug-in, why?
|
525 |
|
526 |
+
A1: Because your memory limit is too low, to fix it edit your php.ini and search memory_limit key and put at least to 12M
|
527 |
+
A2: If you do not have access to your php.ini you can try this workaround (might not work)
|
528 |
+
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
|
529 |
|
530 |
|
531 |
Q: Your plug-in is great, but when you will add support to add more than one choice in radio and dropdown fields?
|
606 |
|
607 |
|
608 |
CHANGELOG:
|
609 |
+
v2.2.0 - 04/09/2011
|
610 |
+
- Added textarea and textarea-rich class in the profile area (thanks to Evaluator)
|
611 |
+
- Added case sensitive check for regex equalTo rules (thanks to Juliette for the patch)
|
612 |
+
- Fixed WordPress MS unique installation was broken since WP 3.1 (thanks to RaSo0l)
|
613 |
+
- Fixed CSS file inclusion, should fix RTL admin layout mess (thanks to Moti Nisim)
|
614 |
+
- Fixed extra slash present into image uris (thanks to zyrq)
|
615 |
+
- Fixed dropdown selection when illegal characters are present (introduced with v2.0.5) (thanks to Jared)
|
616 |
+
- Fixed some URLs still were not caring about https when used
|
617 |
+
- Fixed captcha shouldn't show on form confirmation only
|
618 |
+
- Fixed textarea-rich pictures had relative instead of absolute urls (thanks to David Alexander)
|
619 |
+
- Fixed dropdown-multi were not saved when form confirmation is turned on
|
620 |
+
- Fixed images shouldn't be shows if not present on the disk (form confirmation only)
|
621 |
+
- Fixed plug-in description
|
622 |
+
- Code cleanup
|
623 |
+
|
624 |
v2.1.1 - 11/07/2011
|
625 |
- Fixed compatibility with Theme My Login plug-in (introduced with v2.1.0) (thanks to Michele and Mark)
|
626 |
- Fixed compatibility with WP-reCAPTCHA plug-in (thanks to des for the patch)
|
cimy_uef_admin.php
CHANGED
@@ -711,7 +711,7 @@ function cimy_admin_define_extra_fields() {
|
|
711 |
<input type="checkbox" name="show_in_profile[0]" value="1"<?php echo $selected_input["show_in_profile"]; ?> /> <?php _e("Show the field in User's profile", $cimy_uef_domain); ?><br />
|
712 |
|
713 |
<!-- SHOW IN A&U EXTENDED -->
|
714 |
-
<input type="checkbox" name="show_in_aeu[0]" value="1"<?php echo $selected_input["show_in_aeu"]; ?> /> <?php _e("Show the field in Users Extended
|
715 |
|
716 |
<!-- SHOW IN THE SEARCH ENGINE -->
|
717 |
<input type="checkbox" name="show_in_search[0]" value="1"<?php echo $selected_input["show_in_search"]; ?> /> <?php _e("Show the field in the search engine", $cimy_uef_domain); ?><br />
|
@@ -780,7 +780,6 @@ function cimy_admin_show_extra_fields($allFields, $submit_msgs, $wp_fields, $err
|
|
780 |
|
781 |
if ($wp_fields) {
|
782 |
$field_anchor = "field_wp_";
|
783 |
-
$disable_it = ' disabled="disabled"';
|
784 |
$div_id = "wp_extrafields";
|
785 |
$form_id = "form_wp_fields";
|
786 |
}
|
@@ -788,7 +787,6 @@ function cimy_admin_show_extra_fields($allFields, $submit_msgs, $wp_fields, $err
|
|
788 |
$field_anchor = "field_";
|
789 |
$div_id = "extrafields";
|
790 |
$form_id = "form_extra_fields";
|
791 |
-
$disable_it = '';
|
792 |
}
|
793 |
|
794 |
$add_caption = $submit_msgs['add_caption'];
|
@@ -851,7 +849,6 @@ function cimy_admin_show_extra_fields($allFields, $submit_msgs, $wp_fields, $err
|
|
851 |
$style = "";
|
852 |
|
853 |
foreach ($allFields as $field) {
|
854 |
-
|
855 |
$id = $field['ID'];
|
856 |
$order = $field['F_ORDER'];
|
857 |
$name = esc_attr($field['NAME']);
|
@@ -861,197 +858,33 @@ function cimy_admin_show_extra_fields($allFields, $submit_msgs, $wp_fields, $err
|
|
861 |
$type = $field['TYPE'];
|
862 |
$rules = $field['RULES'];
|
863 |
$fieldset = $field["FIELDSET"];
|
864 |
-
|
865 |
-
$text = "";
|
866 |
-
$checkbox = "";
|
867 |
-
$radio = "";
|
868 |
-
|
869 |
-
$dis_maxlength = "";
|
870 |
-
$dis_canbeempty = "";
|
871 |
-
$dis_checkemail = "";
|
872 |
-
$dis_equalto = "";
|
873 |
-
$dis_equalto_casesens = "";
|
874 |
-
$dis_equalto_regex = "";
|
875 |
-
$dis_value = "";
|
876 |
-
|
877 |
-
// disable rules for certain fields
|
878 |
-
if (!in_array($type, $rule_maxlen))
|
879 |
-
$dis_maxlength = ' disabled="disabled"';
|
880 |
-
|
881 |
-
if (!in_array($type, $rule_email))
|
882 |
-
$dis_checkemail = ' disabled="disabled"';
|
883 |
-
|
884 |
-
if (!in_array($type, $rule_canbeempty))
|
885 |
-
$dis_canbeempty = ' disabled="disabled"';
|
886 |
-
|
887 |
-
if (!in_array($type, $rule_equalto))
|
888 |
-
$dis_equalto = ' disabled="disabled"';
|
889 |
-
|
890 |
-
if (!in_array($type, $rule_equalto_case_sensitive))
|
891 |
-
$dis_equalto_casesens = ' disabled="disabled"';
|
892 |
|
893 |
-
if (!in_array($type, $rule_equalto_regex))
|
894 |
-
$dis_equalto_regex = ' disabled="disabled"';
|
895 |
-
|
896 |
-
// set selected type for every field
|
897 |
-
$selected_type[$type] = ' selected="selected"';
|
898 |
-
|
899 |
// MIN LEN
|
900 |
-
if (isset($rules['min_length']))
|
901 |
-
$minlen = ' checked="checked"';
|
902 |
$minLength = $rules['min_length'];
|
903 |
-
|
904 |
-
else {
|
905 |
-
$minlen = "";
|
906 |
$minLength = "";
|
907 |
-
|
908 |
-
|
909 |
// EXACT LEN
|
910 |
-
if (isset($rules['exact_length']))
|
911 |
-
$exactlen = ' checked="checked"';
|
912 |
$exactLength = $rules['exact_length'];
|
913 |
-
|
914 |
-
else {
|
915 |
-
$exactlen = "";
|
916 |
$exactLength = "";
|
917 |
-
|
918 |
-
|
919 |
// MAX LEN
|
920 |
-
if (isset($rules['max_length']))
|
921 |
-
$maxlen = ' checked="checked"';
|
922 |
$maxLength = $rules['max_length'];
|
923 |
-
}
|
924 |
-
else {
|
925 |
-
$maxlen = "";
|
926 |
-
$maxLength = "";
|
927 |
-
}
|
928 |
-
|
929 |
-
if ($rules['can_be_empty'])
|
930 |
-
$emp = ' checked="checked"';
|
931 |
-
else
|
932 |
-
$emp = "";
|
933 |
-
|
934 |
-
if ($rules['email'])
|
935 |
-
$email = ' checked="checked"';
|
936 |
-
else
|
937 |
-
$email = "";
|
938 |
-
|
939 |
-
if ($rules['edit'] == 'ok_edit')
|
940 |
-
$okedit = ' selected="selected"';
|
941 |
-
else
|
942 |
-
$okedit = "";
|
943 |
-
|
944 |
-
if ($rules['edit'] == 'edit_only_if_empty')
|
945 |
-
$editonlyifempty = ' selected="selected"';
|
946 |
-
else
|
947 |
-
$editonlyifempty = "";
|
948 |
-
|
949 |
-
if ($rules['edit'] == 'edit_only_by_admin')
|
950 |
-
$editonlybyadmin = ' selected="selected"';
|
951 |
-
else
|
952 |
-
$editonlybyadmin = "";
|
953 |
-
|
954 |
-
if ($rules['edit'] == 'edit_only_by_admin_or_if_empty')
|
955 |
-
$editonlybyadminorifempty = ' selected="selected"';
|
956 |
-
else
|
957 |
-
$editonlybyadminorifempty = "";
|
958 |
-
|
959 |
-
if ($rules['edit'] == 'no_edit')
|
960 |
-
$noedit = ' selected="selected"';
|
961 |
-
else
|
962 |
-
$noedit = "";
|
963 |
-
|
964 |
-
if (isset($rules['equal_to'])) {
|
965 |
-
$equal = ' checked="checked"';
|
966 |
-
$equalTo = $rules['equal_to'];
|
967 |
-
|
968 |
-
if ($rules['equal_to_case_sensitive'])
|
969 |
-
$equalto_casesens = ' checked="checked"';
|
970 |
-
|
971 |
-
if ($rules['equal_to_regex'])
|
972 |
-
$equalto_regex = ' checked="checked"';
|
973 |
-
}
|
974 |
-
else {
|
975 |
-
$equal = "";
|
976 |
-
$equalTo = "";
|
977 |
-
$equalto_casesens = "";
|
978 |
-
$equalto_regex = "";
|
979 |
-
}
|
980 |
-
|
981 |
-
$equalTo = esc_attr($equalTo);
|
982 |
-
|
983 |
-
if ($rules['show_in_reg'])
|
984 |
-
$show_in_reg = ' checked="checked"';
|
985 |
-
else
|
986 |
-
$show_in_reg = "";
|
987 |
-
|
988 |
-
if (is_multisite()) {
|
989 |
-
// uploading files not supported with WordPress MU
|
990 |
-
if (in_array($type, $cimy_uef_file_types)) {
|
991 |
-
$show_in_reg = ' disabled="disabled"';
|
992 |
-
}
|
993 |
-
}
|
994 |
-
|
995 |
-
if ($rules['show_in_profile'])
|
996 |
-
$show_in_profile = ' checked="checked"';
|
997 |
else
|
998 |
-
$
|
999 |
-
|
1000 |
-
if ($rules['show_in_aeu'])
|
1001 |
-
$show_in_aeu = ' checked="checked"';
|
1002 |
-
else
|
1003 |
-
$show_in_aeu = "";
|
1004 |
-
|
1005 |
-
if ($rules['show_in_search'])
|
1006 |
-
$show_in_search = ' checked="checked"';
|
1007 |
-
else
|
1008 |
-
$show_in_search = "";
|
1009 |
-
|
1010 |
-
if ($rules['show_in_blog'])
|
1011 |
-
$show_in_blog = ' checked="checked"';
|
1012 |
-
else
|
1013 |
-
$show_in_blog = "";
|
1014 |
|
1015 |
-
if ($rules['
|
1016 |
-
$
|
1017 |
else
|
1018 |
-
$
|
1019 |
|
|
|
1020 |
$advanced_options = $rules['advanced_options'];
|
1021 |
|
1022 |
-
// SHOW LEVEL
|
1023 |
-
$show_anonymous = '';
|
1024 |
-
$show_subscriber = '';
|
1025 |
-
$show_contributor = '';
|
1026 |
-
$show_author = '';
|
1027 |
-
$show_editor = '';
|
1028 |
-
$show_admin = '';
|
1029 |
-
$show_view_cimy_extra_fields = '';
|
1030 |
-
|
1031 |
-
switch ($rules['show_level']) {
|
1032 |
-
case '-1':
|
1033 |
-
$show_anonymous = ' selected="selected"';
|
1034 |
-
break;
|
1035 |
-
case '0':
|
1036 |
-
$show_subscriber = ' selected="selected"';
|
1037 |
-
break;
|
1038 |
-
case '1':
|
1039 |
-
$show_contributor = ' selected="selected"';
|
1040 |
-
break;
|
1041 |
-
case '2':
|
1042 |
-
$show_author = ' selected="selected"';
|
1043 |
-
break;
|
1044 |
-
case '5':
|
1045 |
-
$show_editor = ' selected="selected"';
|
1046 |
-
break;
|
1047 |
-
case '8':
|
1048 |
-
$show_admin = ' selected="selected"';
|
1049 |
-
break;
|
1050 |
-
case 'view_cimy_extra_fields':
|
1051 |
-
$show_view_cimy_extra_fields = ' selected="selected"';
|
1052 |
-
break;
|
1053 |
-
}
|
1054 |
-
|
1055 |
if (in_array($type, $cimy_uef_file_types)) {
|
1056 |
$min_length_caption = __("Min size", $cimy_uef_domain)." (KB)";
|
1057 |
$exact_length_caption = __("Exact size", $cimy_uef_domain)." (KB)";
|
@@ -1087,21 +920,16 @@ function cimy_admin_show_extra_fields($allFields, $submit_msgs, $wp_fields, $err
|
|
1087 |
}
|
1088 |
?>
|
1089 |
<label><strong><?php _e("Name"); ?></strong><br />
|
1090 |
-
<input name="name[<?php echo $order ?>]" type="text" value="<?php echo $name ?>" maxlength="<?php echo $max_length_name ?>"<?php
|
1091 |
<input name="oldname[<?php echo $order ?>]" type="hidden" value="<?php echo $name ?>" />
|
1092 |
<label><strong><?php _e("Value"); ?></strong><br />
|
1093 |
<textarea name="value[<?php echo $order ?>]" rows="2" cols="17"><?php echo $value; ?></textarea></label>
|
1094 |
<br /><br />
|
1095 |
<label><strong><?php _e("Type", $cimy_uef_domain); ?></strong><br />
|
1096 |
-
<select name="type[<?php echo $order ?>]"<?php
|
1097 |
<?php
|
1098 |
-
foreach($available_types as $this_type)
|
1099 |
-
echo
|
1100 |
-
|
1101 |
-
if (isset($selected_type[$this_type]))
|
1102 |
-
unset($selected_type[$this_type]);
|
1103 |
-
echo "\n";
|
1104 |
-
}
|
1105 |
?>
|
1106 |
</select>
|
1107 |
</label>
|
@@ -1123,39 +951,40 @@ function cimy_admin_show_extra_fields($allFields, $submit_msgs, $wp_fields, $err
|
|
1123 |
</td>
|
1124 |
<td style="vertical-align: middle;">
|
1125 |
<!-- MIN LENGTH -->
|
1126 |
-
<input type="checkbox" name="minlen[<?php echo $order ?>]" value="1"<?php
|
1127 |
|
1128 |
<!-- EXACT LENGTH -->
|
1129 |
-
<input type="checkbox" name="exactlen[<?php echo $order ?>]" value="1"<?php
|
1130 |
|
1131 |
<!-- MAX LENGTH -->
|
1132 |
-
<input type="checkbox" name="maxlen[<?php echo $order ?>]" value="1"<?php
|
1133 |
|
1134 |
-
<input type="checkbox" name="empty[<?php echo $order ?>]" value="1"<?php
|
1135 |
-
<input type="checkbox" name="email[<?php echo $order ?>]" value="1"<?php
|
1136 |
|
1137 |
<select name="edit[<?php echo $order ?>]">
|
1138 |
-
<option value="ok_edit"<?php
|
1139 |
-
<option value="edit_only_if_empty"<?php
|
1140 |
-
<option value="edit_only_by_admin"<?php
|
1141 |
-
<option value="edit_only_by_admin_or_if_empty"<?php
|
1142 |
-
<option value="no_edit"<?php
|
1143 |
</select>
|
1144 |
<br />
|
1145 |
|
1146 |
<!-- EQUAL TO -->
|
1147 |
-
<input type="checkbox" name="equal[<?php echo $order ?>]" value="1"<?php
|
1148 |
<!-- CASE SENSITIVE -->
|
1149 |
-
<input type="checkbox" name="equalto_casesens[<?php echo $order ?>]" value="1"<?php
|
1150 |
<!-- REGEX -->
|
1151 |
-
<input type="checkbox" name="equalto_regex[<?php echo $order ?>]" value="1"<?php
|
1152 |
|
1153 |
|
1154 |
<!-- SHOW IN REGISTRATION -->
|
1155 |
-
|
|
|
1156 |
|
1157 |
<!-- SHOW IN PROFILE -->
|
1158 |
-
<input type="checkbox" name="show_in_profile[<?php echo $order ?>]" value="1"<?php
|
1159 |
<?php
|
1160 |
if ($wp_fields) {
|
1161 |
?>
|
@@ -1164,24 +993,24 @@ function cimy_admin_show_extra_fields($allFields, $submit_msgs, $wp_fields, $err
|
|
1164 |
}
|
1165 |
?>
|
1166 |
<!-- SHOW IN A&U EXTENDED -->
|
1167 |
-
<input type="checkbox" name="show_in_aeu[<?php echo $order ?>]" value="1"<?php
|
1168 |
|
1169 |
<!-- SHOW IN THE SEARCH -->
|
1170 |
-
<input type="checkbox" name="show_in_search[<?php echo $order ?>]" value="1"<?php
|
1171 |
|
1172 |
<!-- SHOW IN THE BLOG -->
|
1173 |
-
<input type="checkbox" name="show_in_blog[<?php echo $order ?>]" value="1"<?php
|
1174 |
|
1175 |
<!-- SHOW SECURITY LEVEL -->
|
1176 |
<?php _e("Show the field if the role is at least:", $cimy_uef_domain)." "; ?>
|
1177 |
<select name="show_level[<?php echo $order ?>]">
|
1178 |
-
<option value="-1"<?php
|
1179 |
-
<option value="0"<?php
|
1180 |
-
<option value="1"<?php
|
1181 |
-
<option value="2"<?php
|
1182 |
-
<option value="5"<?php
|
1183 |
-
<option value="8"<?php
|
1184 |
-
<option value="view_cimy_extra_fields"<?php
|
1185 |
</select>
|
1186 |
<br />
|
1187 |
|
@@ -1189,7 +1018,7 @@ function cimy_admin_show_extra_fields($allFields, $submit_msgs, $wp_fields, $err
|
|
1189 |
if (!$wp_fields) {
|
1190 |
?>
|
1191 |
<!-- EMAIL ADMIN -->
|
1192 |
-
<input type="checkbox" name="email_admin[<?php echo $order ?>]" value="1"<?php
|
1193 |
<?php
|
1194 |
}
|
1195 |
?>
|
@@ -1273,18 +1102,8 @@ function cimy_admin_users_list_page() {
|
|
1273 |
|
1274 |
if (!cimy_check_admin('list_users'))
|
1275 |
return;
|
1276 |
-
|
1277 |
-
$options = cimy_get_options();
|
1278 |
-
|
1279 |
-
if (isset($_POST["cimy_uef_users_per_page"])) {
|
1280 |
-
$users_per_page = $_POST["cimy_uef_users_per_page"];
|
1281 |
-
$options["users_per_page"] = $users_per_page;
|
1282 |
-
|
1283 |
-
cimy_set_options($options);
|
1284 |
-
}
|
1285 |
-
else
|
1286 |
-
$users_per_page = $options["users_per_page"];
|
1287 |
|
|
|
1288 |
$dropdown_first_item = '--- '.__("select", $cimy_uef_domain).' ---';
|
1289 |
|
1290 |
$extra_fields = get_cimyFields();
|
@@ -1321,61 +1140,228 @@ function cimy_admin_users_list_page() {
|
|
1321 |
else
|
1322 |
$fieldset_selection = -1;
|
1323 |
|
1324 |
-
|
1325 |
-
|
1326 |
-
|
1327 |
-
|
1328 |
-
|
1329 |
-
|
1330 |
-
|
1331 |
-
$
|
1332 |
-
|
1333 |
-
|
1334 |
-
|
1335 |
-
|
1336 |
-
|
1337 |
-
|
1338 |
-
|
1339 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1340 |
|
1341 |
-
|
1342 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1343 |
}
|
1344 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
1345 |
|
1346 |
-
|
1347 |
-
|
1348 |
-
$search_result = $wp_user_search->get_results();
|
1349 |
|
1350 |
-
|
1351 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1352 |
|
1353 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1354 |
foreach ($extra_fields as $ef) {
|
1355 |
$ef_id = $ef["ID"];
|
1356 |
$ef_type = $ef["TYPE"];
|
1357 |
$ef_name = $ef["NAME"];
|
1358 |
|
1359 |
$ef_search = "";
|
1360 |
-
|
1361 |
if (isset($_POST["ef_search"][$ef_name])) {
|
1362 |
$ef_search = $_POST["ef_search"][$ef_name];
|
1363 |
}
|
1364 |
|
1365 |
-
if ($ef_search
|
1366 |
$remove = false;
|
1367 |
-
$ef_value = $
|
1368 |
|
1369 |
if (($ef_type == "text") || ($ef_type == "textarea") || ($ef_type == "textarea-rich") || ($ef_type == "picture") || ($ef_type == "picture-url") || ($ef_type == "file")) {
|
1370 |
if (stristr($ef_value, $ef_search) === FALSE) {
|
1371 |
$remove = true;
|
1372 |
}
|
1373 |
} else if ($ef_type == "checkbox") {
|
1374 |
-
if (($ef_search == "1")
|
1375 |
$remove = true;
|
1376 |
}
|
1377 |
} else if ($ef_type == "radio") {
|
1378 |
-
if (($ef_search == $ef_id)
|
1379 |
$remove = true;
|
1380 |
}
|
1381 |
} else if ($ef_type == "dropdown") {
|
@@ -1396,20 +1382,14 @@ function cimy_admin_users_list_page() {
|
|
1396 |
}
|
1397 |
|
1398 |
if ($remove) {
|
1399 |
-
|
1400 |
-
$wp_user_search->total_users_for_query--;
|
1401 |
break;
|
1402 |
}
|
1403 |
}
|
1404 |
}
|
1405 |
-
|
1406 |
-
$i++;
|
1407 |
}
|
1408 |
-
|
1409 |
-
$
|
1410 |
-
// oh yeah baby, now it's time for paging!
|
1411 |
-
$wp_user_search->do_paging();
|
1412 |
-
|
1413 |
?>
|
1414 |
<div class="wrap">
|
1415 |
|
@@ -1420,28 +1400,40 @@ function cimy_admin_users_list_page() {
|
|
1420 |
<h2><?php
|
1421 |
_e("Users Extended", $cimy_uef_domain);
|
1422 |
|
1423 |
-
if (
|
1424 |
-
<a href="user-new.php" class="button add-new-h2"><?php echo esc_html_x(
|
1425 |
-
<?php } elseif (
|
1426 |
-
<a href="user-new.php" class="button add-new-h2"><?php echo esc_html_x(
|
1427 |
<?php }
|
1428 |
-
if (
|
1429 |
-
printf('<span class="subtitle">'.__('Search results for “%s”')." (%s)</span>", esc_html($
|
1430 |
?></h2>
|
1431 |
<form id="posts-filter" action="" method="post"><?php
|
1432 |
wp_nonce_field('extrafieldnewvalue', 'extrafieldnewvaluenonce', false);
|
1433 |
$role_links = array();
|
1434 |
-
|
1435 |
-
|
1436 |
-
|
1437 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1438 |
|
1439 |
$current_role = false;
|
1440 |
-
$class = empty($
|
1441 |
-
$role_links[] = "<li><a href='users.php?page=
|
|
|
|
|
|
|
|
|
1442 |
|
1443 |
-
foreach (
|
1444 |
-
if (
|
1445 |
continue;
|
1446 |
|
1447 |
$class = '';
|
@@ -1451,71 +1443,30 @@ function cimy_admin_users_list_page() {
|
|
1451 |
$class = ' class="current"';
|
1452 |
}
|
1453 |
|
1454 |
-
$name = translate_user_role(
|
1455 |
-
$name = sprintf(
|
1456 |
$tmp_link = esc_url(add_query_arg('role', $this_role));
|
1457 |
$role_links[] = "<li><a href=\"$tmp_link\"$class>" . $name . '</a>';
|
1458 |
}
|
1459 |
|
1460 |
-
echo '<ul class="subsubsub">'.implode('
|
1461 |
unset($role_links);
|
1462 |
?>
|
1463 |
-
|
1464 |
-
|
1465 |
-
|
1466 |
-
|
1467 |
-
|
1468 |
-
<div class="tablenav">
|
1469 |
-
<?php if ( $wp_user_search->results_are_paged() ) : ?>
|
1470 |
-
<div class="tablenav-pages"><?php $wp_user_search->page_links(); ?></div>
|
1471 |
-
<?php endif; ?>
|
1472 |
-
|
1473 |
-
<br class="clear" />
|
1474 |
-
|
1475 |
-
<br class="clear" />
|
1476 |
-
<?php if ( is_wp_error( $wp_user_search->search_errors ) ) : ?>
|
1477 |
<div class="error">
|
1478 |
<ul>
|
1479 |
<?php
|
1480 |
-
foreach (
|
1481 |
-
echo "<li>$
|
1482 |
?>
|
1483 |
</ul>
|
1484 |
</div>
|
1485 |
-
|
1486 |
<?php endif; ?>
|
1487 |
-
|
1488 |
-
|
1489 |
-
<?php if ( $wp_user_search->is_search() ) : ?>
|
1490 |
-
<p><a href="users.php?page=au_extended"><?php _e('« Back to All Users'); ?></a></p>
|
1491 |
-
<?php endif; ?>
|
1492 |
-
</div>
|
1493 |
-
<?php if ( $wp_user_search->get_results() ) :
|
1494 |
-
wp_print_scripts('admin-forms');
|
1495 |
-
?>
|
1496 |
-
<div class="alignleft actions">
|
1497 |
-
<label><?php _e("Fieldset", $cimy_uef_domain); ?>
|
1498 |
-
<?php echo cimy_fieldsetOptions($fieldset_selection, 0, true); ?>
|
1499 |
-
</label>
|
1500 |
-
|
1501 |
-
<?php _e("Users per page", $cimy_uef_domain); ?>
|
1502 |
-
<select name="cimy_uef_users_per_page">
|
1503 |
-
<?php
|
1504 |
-
$users_per_page_list = array(10, 50, 100, 500, 1000, 5000);
|
1505 |
-
|
1506 |
-
foreach ($users_per_page_list as $item) {
|
1507 |
-
echo "<option";
|
1508 |
-
|
1509 |
-
if ($item == $users_per_page)
|
1510 |
-
echo ' selected="selected"';
|
1511 |
-
|
1512 |
-
echo ">".$item."</option>";
|
1513 |
-
}
|
1514 |
-
?>
|
1515 |
-
</select>
|
1516 |
-
<input class="button" type="submit" name="submit" value="<?php _e("Apply"); ?>" />
|
1517 |
-
</div>
|
1518 |
-
|
1519 |
<table class="widefat" cellpadding="3" cellspacing="3" width="100%">
|
1520 |
<?php
|
1521 |
$thead_str = '<tr class="thead">';
|
@@ -1620,22 +1571,12 @@ function cimy_admin_users_list_page() {
|
|
1620 |
$search_input = '<input type="text" name="ef_search['.$name_esc_attr.']" value="'.$search_value.'" size="6" />';
|
1621 |
break;
|
1622 |
case "checkbox":
|
1623 |
-
|
1624 |
-
$checkbox_selected = ' checked="checked"';
|
1625 |
-
else
|
1626 |
-
$checkbox_selected = "";
|
1627 |
-
|
1628 |
-
$search_input = '<input type="checkbox" name="ef_search['.$name_esc_attr.']" value="1"'.$checkbox_selected.' />';
|
1629 |
$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" />';
|
1630 |
break;
|
1631 |
|
1632 |
case "radio":
|
1633 |
-
|
1634 |
-
$radio_selected = ' checked="checked"';
|
1635 |
-
else
|
1636 |
-
$radio_selected = "";
|
1637 |
-
|
1638 |
-
$search_input = '<input type="radio" name="ef_search['.$name_esc_attr.']" value="'.$id.'"'.$radio_selected.' />';
|
1639 |
$write_input[$i] = '<td>'.$label.'</td><td><input type="radio" name="ef_write['.$name_esc_attr.']" value="'.$label.'" />';
|
1640 |
break;
|
1641 |
}
|
@@ -1668,10 +1609,7 @@ function cimy_admin_users_list_page() {
|
|
1668 |
</tfoot>
|
1669 |
<?php
|
1670 |
$style = '';
|
1671 |
-
|
1672 |
-
foreach ($wp_user_search->get_results() as $userid) {
|
1673 |
-
$user_object = new WP_User($userid);
|
1674 |
-
|
1675 |
$roles = $user_object->roles;
|
1676 |
$role = array_shift($roles);
|
1677 |
$email = $user_object->user_email;
|
@@ -1688,7 +1626,7 @@ function cimy_admin_users_list_page() {
|
|
1688 |
$style = ('class="alternate"' == $style) ? '' : 'class="alternate"';
|
1689 |
$numposts = count_user_posts($user_object->ID);
|
1690 |
|
1691 |
-
if (0 < $numposts) $numposts = "<a href='edit.php?author
|
1692 |
echo "
|
1693 |
<tr $style>
|
1694 |
|
@@ -1698,22 +1636,24 @@ function cimy_admin_users_list_page() {
|
|
1698 |
echo "</th>";
|
1699 |
|
1700 |
if (!in_array("username", $options['aue_hidden_fields'])) {
|
1701 |
-
|
1702 |
// produce username clickable
|
1703 |
-
if (
|
1704 |
$current_user = wp_get_current_user();
|
1705 |
|
1706 |
if ($current_user->ID == $user_object->ID) {
|
1707 |
$edit = 'profile.php';
|
1708 |
} else {
|
1709 |
-
$edit = esc_url(
|
1710 |
}
|
1711 |
$edit = "<a href=\"$edit\">$user_object->user_login</a>";
|
1712 |
} else {
|
1713 |
$edit = $user_object->user_login;
|
1714 |
}
|
1715 |
|
1716 |
-
|
|
|
|
|
|
|
1717 |
echo "<td class=\"username column-username\"><strong>$avatar $edit</strong></td>";
|
1718 |
}
|
1719 |
|
@@ -1726,7 +1666,9 @@ function cimy_admin_users_list_page() {
|
|
1726 |
}
|
1727 |
|
1728 |
if (!in_array("role", $options['aue_hidden_fields'])) {
|
1729 |
-
$role_name =
|
|
|
|
|
1730 |
|
1731 |
echo "<td class=\"role column-role\">";
|
1732 |
echo $role_name;
|
@@ -1750,9 +1692,6 @@ function cimy_admin_users_list_page() {
|
|
1750 |
cimy_insert_ExtraFields_if_not_exist($user_object->ID, $field_id);
|
1751 |
}
|
1752 |
|
1753 |
-
// retrieve extra fields data from DB
|
1754 |
-
$ef_db = $wpdb->get_results("SELECT FIELD_ID, VALUE FROM ".$wpdb_data_table." WHERE USER_ID = ".$user_object->ID, ARRAY_A);
|
1755 |
-
|
1756 |
foreach ($extra_fields as $thisField) {
|
1757 |
$name = $thisField['NAME'];
|
1758 |
$name_esc_attr = esc_attr($thisField['NAME']);
|
@@ -1769,30 +1708,24 @@ function cimy_admin_users_list_page() {
|
|
1769 |
|
1770 |
if ($rules['show_in_aeu']) {
|
1771 |
$field_id = $thisField['ID'];
|
1772 |
-
|
1773 |
-
foreach ($ef_db as $d_field) {
|
1774 |
-
if ($d_field['FIELD_ID'] == $field_id) {
|
1775 |
-
$field = cimy_uef_sanitize_content($d_field['VALUE']);
|
1776 |
-
//$field = esc_attr($d_field['VALUE']);
|
1777 |
-
}
|
1778 |
-
}
|
1779 |
|
1780 |
echo "<td>";
|
1781 |
echo "<div id=\"edit-".$user_object->ID."-".$name_esc_attr."\">";
|
1782 |
echo "<div id=\"value-".$user_object->ID."-".$name_esc_attr."\">";
|
1783 |
|
1784 |
if ($type == "picture-url") {
|
1785 |
-
if ($field
|
1786 |
$field = $value;
|
1787 |
|
1788 |
-
if ($field
|
1789 |
if (intval($rules['equal_to'])) {
|
1790 |
-
echo '<a target="_blank" href="'
|
1791 |
-
echo '<img src="'
|
1792 |
echo "</a>";
|
1793 |
}
|
1794 |
else {
|
1795 |
-
echo '<img src="'
|
1796 |
}
|
1797 |
|
1798 |
echo "<br />";
|
@@ -1800,34 +1733,30 @@ function cimy_admin_users_list_page() {
|
|
1800 |
}
|
1801 |
}
|
1802 |
else if ($type == "picture") {
|
1803 |
-
if ($field
|
1804 |
$field = $value;
|
1805 |
|
1806 |
-
if ($field
|
1807 |
-
//$profileuser = get_user_to_edit($user_object->ID);
|
1808 |
-
//$user_login = $profileuser->user_login;
|
1809 |
-
|
1810 |
$user_login = $user_object->user_login;
|
1811 |
-
|
1812 |
$value_thumb = cimy_get_thumb_path($field);
|
1813 |
$file_thumb = $cuef_upload_path.$user_login."/".cimy_get_thumb_path(basename($field));
|
1814 |
$file_on_server = $cuef_upload_path.$user_login."/".basename($field);
|
1815 |
|
1816 |
echo "\n\t\t";
|
1817 |
-
|
1818 |
if (is_file($file_thumb)) {
|
1819 |
-
echo '<a target="_blank" href="'
|
1820 |
echo "\n\t\t";
|
1821 |
}
|
1822 |
else if (is_file($file_on_server)) {
|
1823 |
-
echo '<img src="'
|
1824 |
echo "\n\t\t";
|
1825 |
}
|
1826 |
}
|
1827 |
}
|
1828 |
else if ($type == "file") {
|
1829 |
-
echo '<a target="_blank" href="'
|
1830 |
-
echo basename($field);
|
1831 |
echo '</a>';
|
1832 |
}
|
1833 |
else if ($type == "registration-date") {
|
@@ -1837,10 +1766,10 @@ function cimy_admin_users_list_page() {
|
|
1837 |
else
|
1838 |
$registration_date = cimy_get_formatted_date($field);
|
1839 |
|
1840 |
-
echo $registration_date;
|
1841 |
}
|
1842 |
else
|
1843 |
-
echo $field;
|
1844 |
|
1845 |
echo "</div>";
|
1846 |
if ((!in_array($type, $cimy_uef_file_types)) && ($type != "radio") && ($type != "registration-date") && (current_user_can('edit_user', $user_object->ID)))
|
@@ -1856,16 +1785,7 @@ function cimy_admin_users_list_page() {
|
|
1856 |
|
1857 |
?>
|
1858 |
</table>
|
1859 |
-
|
1860 |
-
<div class="tablenav">
|
1861 |
-
|
1862 |
-
<?php if ( $wp_user_search->results_are_paged() ) : ?>
|
1863 |
-
<div class="tablenav-pages"><?php $wp_user_search->page_links(); ?></div>
|
1864 |
-
<?php endif; ?>
|
1865 |
-
|
1866 |
-
<br class="clear" />
|
1867 |
-
</div>
|
1868 |
-
|
1869 |
<?php endif; ?>
|
1870 |
|
1871 |
<?php if (!empty($write_input)) : ?>
|
@@ -1906,7 +1826,7 @@ function cimy_uef_admin_ajax_edit() {
|
|
1906 |
/* <![CDATA[ */
|
1907 |
var postL10n = {
|
1908 |
ok: "<?php echo esc_js(__('OK')); ?>",
|
1909 |
-
cancel: "<?php echo esc_js(
|
1910 |
dropdown_first_item: "<?php echo esc_js($dropdown_first_item); ?>"
|
1911 |
};
|
1912 |
try{convertEntities(postL10n);}catch(e){};
|
711 |
<input type="checkbox" name="show_in_profile[0]" value="1"<?php echo $selected_input["show_in_profile"]; ?> /> <?php _e("Show the field in User's profile", $cimy_uef_domain); ?><br />
|
712 |
|
713 |
<!-- SHOW IN A&U EXTENDED -->
|
714 |
+
<input type="checkbox" name="show_in_aeu[0]" value="1"<?php echo $selected_input["show_in_aeu"]; ?> /> <?php _e("Show the field in Users Extended section", $cimy_uef_domain); ?><br />
|
715 |
|
716 |
<!-- SHOW IN THE SEARCH ENGINE -->
|
717 |
<input type="checkbox" name="show_in_search[0]" value="1"<?php echo $selected_input["show_in_search"]; ?> /> <?php _e("Show the field in the search engine", $cimy_uef_domain); ?><br />
|
780 |
|
781 |
if ($wp_fields) {
|
782 |
$field_anchor = "field_wp_";
|
|
|
783 |
$div_id = "wp_extrafields";
|
784 |
$form_id = "form_wp_fields";
|
785 |
}
|
787 |
$field_anchor = "field_";
|
788 |
$div_id = "extrafields";
|
789 |
$form_id = "form_extra_fields";
|
|
|
790 |
}
|
791 |
|
792 |
$add_caption = $submit_msgs['add_caption'];
|
849 |
$style = "";
|
850 |
|
851 |
foreach ($allFields as $field) {
|
|
|
852 |
$id = $field['ID'];
|
853 |
$order = $field['F_ORDER'];
|
854 |
$name = esc_attr($field['NAME']);
|
858 |
$type = $field['TYPE'];
|
859 |
$rules = $field['RULES'];
|
860 |
$fieldset = $field["FIELDSET"];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
861 |
|
|
|
|
|
|
|
|
|
|
|
|
|
862 |
// MIN LEN
|
863 |
+
if (isset($rules['min_length']))
|
|
|
864 |
$minLength = $rules['min_length'];
|
865 |
+
else
|
|
|
|
|
866 |
$minLength = "";
|
867 |
+
|
|
|
868 |
// EXACT LEN
|
869 |
+
if (isset($rules['exact_length']))
|
|
|
870 |
$exactLength = $rules['exact_length'];
|
871 |
+
else
|
|
|
|
|
872 |
$exactLength = "";
|
873 |
+
|
|
|
874 |
// MAX LEN
|
875 |
+
if (isset($rules['max_length']))
|
|
|
876 |
$maxLength = $rules['max_length'];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
877 |
else
|
878 |
+
$maxLength = "";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
879 |
|
880 |
+
if (isset($rules['equal_to']))
|
881 |
+
$equalTo = $rules['equal_to'];
|
882 |
else
|
883 |
+
$equalTo = "";
|
884 |
|
885 |
+
$equalTo = esc_attr($equalTo);
|
886 |
$advanced_options = $rules['advanced_options'];
|
887 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
888 |
if (in_array($type, $cimy_uef_file_types)) {
|
889 |
$min_length_caption = __("Min size", $cimy_uef_domain)." (KB)";
|
890 |
$exact_length_caption = __("Exact size", $cimy_uef_domain)." (KB)";
|
920 |
}
|
921 |
?>
|
922 |
<label><strong><?php _e("Name"); ?></strong><br />
|
923 |
+
<input name="name[<?php echo $order ?>]" type="text" value="<?php echo $name ?>" maxlength="<?php echo $max_length_name ?>"<?php disabled(true, $wp_fields, true); ?> /></label><br /><br />
|
924 |
<input name="oldname[<?php echo $order ?>]" type="hidden" value="<?php echo $name ?>" />
|
925 |
<label><strong><?php _e("Value"); ?></strong><br />
|
926 |
<textarea name="value[<?php echo $order ?>]" rows="2" cols="17"><?php echo $value; ?></textarea></label>
|
927 |
<br /><br />
|
928 |
<label><strong><?php _e("Type", $cimy_uef_domain); ?></strong><br />
|
929 |
+
<select name="type[<?php echo $order ?>]"<?php disabled(true, $wp_fields, true); ?>>
|
930 |
<?php
|
931 |
+
foreach($available_types as $this_type)
|
932 |
+
echo "<option value=\"".$this_type."\"".selected($type, $this_type, false).">".$this_type."</option>\n";
|
|
|
|
|
|
|
|
|
|
|
933 |
?>
|
934 |
</select>
|
935 |
</label>
|
951 |
</td>
|
952 |
<td style="vertical-align: middle;">
|
953 |
<!-- MIN LENGTH -->
|
954 |
+
<input type="checkbox" name="minlen[<?php echo $order ?>]" value="1"<?php checked(true, isset($rules['min_length']), true); disabled(false, in_array($type, $rule_maxlen), true); ?> /> <?php echo $min_length_caption; ?> [1-<?php echo $max_length_value_caption; ?>]: <input type="text" name="minlength[<?php echo $order ?>]" value="<?php echo $minLength ?>" maxlength="5" size="5"<?php disabled(false, in_array($type, $rule_maxlen), true); ?> /><br />
|
955 |
|
956 |
<!-- EXACT LENGTH -->
|
957 |
+
<input type="checkbox" name="exactlen[<?php echo $order ?>]" value="1"<?php checked(true, isset($rules['exact_length']), true); disabled(false, in_array($type, $rule_maxlen), true); ?> /> <?php echo $exact_length_caption; ?> [1-<?php echo $max_length_value_caption; ?>]: <input type="text" name="exactlength[<?php echo $order ?>]" value="<?php echo $exactLength ?>" maxlength="5" size="5"<?php disabled(false, in_array($type, $rule_maxlen), true); ?> /><br />
|
958 |
|
959 |
<!-- MAX LENGTH -->
|
960 |
+
<input type="checkbox" name="maxlen[<?php echo $order ?>]" value="1"<?php checked(true, isset($rules['max_length']), true); disabled(false, in_array($type, $rule_maxlen), true); ?> /> <?php echo $max_length_caption; ?> [1-<?php echo $max_length_value_caption; ?>]: <input type="text" name="maxlength[<?php echo $order ?>]" value="<?php echo $maxLength ?>" maxlength="5" size="5"<?php disabled(false, in_array($type, $rule_maxlen), true); ?> /><br />
|
961 |
|
962 |
+
<input type="checkbox" name="empty[<?php echo $order ?>]" value="1"<?php checked(true, $rules['can_be_empty'], true); disabled(false, in_array($type, $rule_canbeempty), true); ?> /> <?php _e("Can be empty", $cimy_uef_domain); ?><br />
|
963 |
+
<input type="checkbox" name="email[<?php echo $order ?>]" value="1"<?php checked(true, $rules['email'], true); disabled(false, in_array($type, $rule_email), true); ?> /> <?php _e("Check for E-mail syntax", $cimy_uef_domain); ?><br />
|
964 |
|
965 |
<select name="edit[<?php echo $order ?>]">
|
966 |
+
<option value="ok_edit"<?php selected('ok_edit', $rules['edit'], true); ?>><?php _e("Can be modified", $cimy_uef_domain); ?></option>
|
967 |
+
<option value="edit_only_if_empty"<?php selected('edit_only_if_empty', $rules['edit'], true); ?>><?php _e("Can be modified only if empty", $cimy_uef_domain); ?></option>
|
968 |
+
<option value="edit_only_by_admin"<?php selected('edit_only_by_admin', $rules['edit'], true); ?>><?php _e("Can be modified only by admin", $cimy_uef_domain); ?></option>
|
969 |
+
<option value="edit_only_by_admin_or_if_empty"<?php selected('edit_only_by_admin_or_if_empty', $rules['edit'], true); ?>><?php _e("Can be modified only by admin or if empty", $cimy_uef_domain); ?></option>
|
970 |
+
<option value="no_edit"<?php selected('no_edit', $rules['edit'], true); ?>><?php _e("Cannot be modified", $cimy_uef_domain); ?></option>
|
971 |
</select>
|
972 |
<br />
|
973 |
|
974 |
<!-- EQUAL TO -->
|
975 |
+
<input type="checkbox" name="equal[<?php echo $order ?>]" value="1"<?php checked(true, isset($rules['equal_to']), true); disabled(false, in_array($type, $rule_equalto), true); ?> /> <?php _e("Should be equal TO", $cimy_uef_domain); ?>: <input type="text" name="equalto[<?php echo $order ?>]" maxlength="500" value="<?php echo $equalTo ?>"<?php disabled(false, in_array($type, $rule_equalto), true); ?> /><br />
|
976 |
<!-- CASE SENSITIVE -->
|
977 |
+
<input type="checkbox" name="equalto_casesens[<?php echo $order ?>]" value="1"<?php checked(true, isset($rules['equal_to']) && $rules['equal_to_case_sensitive'], true); disabled(false, in_array($type, $rule_equalto_case_sensitive), true); ?> /> <?php _e("Case sensitive", $cimy_uef_domain); ?><br />
|
978 |
<!-- REGEX -->
|
979 |
+
<input type="checkbox" name="equalto_regex[<?php echo $order ?>]" value="1"<?php checked(true, isset($rules['equal_to']) && $rules['equal_to_regex'], true); disabled(false, in_array($type, $rule_equalto_regex), true); ?> /> <?php _e("Regular Expression", $cimy_uef_domain); ?><br />
|
980 |
|
981 |
|
982 |
<!-- SHOW IN REGISTRATION -->
|
983 |
+
<!-- uploading files not supported with WordPress MS during registration due to email confirmation -->
|
984 |
+
<input type="checkbox" name="show_in_reg[<?php echo $order ?>]" value="1"<?php checked(true, $rules['show_in_reg'], true); disabled(true, is_multisite() && in_array($type, $cimy_uef_file_types), true); ?> /> <?php _e("Show the field in the registration", $cimy_uef_domain); ?><br />
|
985 |
|
986 |
<!-- SHOW IN PROFILE -->
|
987 |
+
<input type="checkbox" name="show_in_profile[<?php echo $order ?>]" value="1"<?php checked(true, $rules['show_in_profile'], true); disabled(true, $wp_fields, true); ?> /> <?php _e("Show the field in User's profile", $cimy_uef_domain); ?><br />
|
988 |
<?php
|
989 |
if ($wp_fields) {
|
990 |
?>
|
993 |
}
|
994 |
?>
|
995 |
<!-- SHOW IN A&U EXTENDED -->
|
996 |
+
<input type="checkbox" name="show_in_aeu[<?php echo $order ?>]" value="1"<?php checked(true, $rules['show_in_aeu'], true); ?> /> <?php _e("Show the field in Users Extended section", $cimy_uef_domain); ?><br />
|
997 |
|
998 |
<!-- SHOW IN THE SEARCH -->
|
999 |
+
<input type="checkbox" name="show_in_search[<?php echo $order ?>]" value="1"<?php checked(true, $rules['show_in_search'], true); ?> /> <?php _e("Show the field in the search engine", $cimy_uef_domain); ?><br />
|
1000 |
|
1001 |
<!-- SHOW IN THE BLOG -->
|
1002 |
+
<input type="checkbox" name="show_in_blog[<?php echo $order ?>]" value="1"<?php checked(true, $rules['show_in_blog'], true); ?> /> <?php _e("Show the field in the blog", $cimy_uef_domain); ?><br />
|
1003 |
|
1004 |
<!-- SHOW SECURITY LEVEL -->
|
1005 |
<?php _e("Show the field if the role is at least:", $cimy_uef_domain)." "; ?>
|
1006 |
<select name="show_level[<?php echo $order ?>]">
|
1007 |
+
<option value="-1"<?php selected("-1", $rules['show_level'], true); ?>><?php _e("Anonymous"); ?></option>
|
1008 |
+
<option value="0"<?php selected("0", $rules['show_level'], true); ?>><?php echo translate_user_role("Subscriber"); ?></option>
|
1009 |
+
<option value="1"<?php selected("1", $rules['show_level'], true); ?>><?php echo translate_user_role("Contributor"); ?></option>
|
1010 |
+
<option value="2"<?php selected("2", $rules['show_level'], true); ?>><?php echo translate_user_role("Author"); ?></option>
|
1011 |
+
<option value="5"<?php selected("5", $rules['show_level'], true); ?>><?php echo translate_user_role("Editor"); ?></option>
|
1012 |
+
<option value="8"<?php selected("8", $rules['show_level'], true); ?>><?php echo translate_user_role("Administrator"); ?></option>
|
1013 |
+
<option value="view_cimy_extra_fields"<?php selected("view_cimy_extra_fields", $rules['show_level'], true); ?>><?php _e("User has 'view_cimy_extra_fields' capability", $cimy_uef_domain); ?></option>
|
1014 |
</select>
|
1015 |
<br />
|
1016 |
|
1018 |
if (!$wp_fields) {
|
1019 |
?>
|
1020 |
<!-- EMAIL ADMIN -->
|
1021 |
+
<input type="checkbox" name="email_admin[<?php echo $order ?>]" value="1"<?php checked(true, $rules['email_admin'], true); ?> /> <?php _e("Send an email to the admin if the user changes its value", $cimy_uef_domain); ?><br />
|
1022 |
<?php
|
1023 |
}
|
1024 |
?>
|
1102 |
|
1103 |
if (!cimy_check_admin('list_users'))
|
1104 |
return;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1105 |
|
1106 |
+
$options = cimy_get_options();
|
1107 |
$dropdown_first_item = '--- '.__("select", $cimy_uef_domain).' ---';
|
1108 |
|
1109 |
$extra_fields = get_cimyFields();
|
1140 |
else
|
1141 |
$fieldset_selection = -1;
|
1142 |
|
1143 |
+
$usersearch = empty($_REQUEST['s']) ? "" : $_REQUEST['s'];
|
1144 |
+
$role = empty($_REQUEST['role']) ? "" : $_REQUEST['role'];
|
1145 |
+
$paged = intval(empty($_GET['userspage']) ? "1" : $_GET['userspage']);
|
1146 |
+
|
1147 |
+
if (is_network_admin()) {
|
1148 |
+
require_once(ABSPATH . 'wp-admin/includes/class-wp-ms-users-list-table.php');
|
1149 |
+
class WP_Cimy_Users_List_Table extends WP_MS_Users_List_Table {
|
1150 |
+
var $old_args = array();
|
1151 |
+
function prepare_items() {
|
1152 |
+
global $role, $usersearch, $wpdb;
|
1153 |
+
|
1154 |
+
$usersearch = isset($_REQUEST['s']) ? $_REQUEST['s'] : '';
|
1155 |
+
$role = isset($_REQUEST['role']) ? $_REQUEST['role'] : '';
|
1156 |
+
|
1157 |
+
$args = array(
|
1158 |
+
'role' => $role,
|
1159 |
+
'search' => $usersearch,
|
1160 |
+
'fields' => 'all_with_meta',
|
1161 |
+
'blog_id' => 0,
|
1162 |
+
);
|
1163 |
+
|
1164 |
+
if ($role == 'super') {
|
1165 |
+
$logins = implode("', '", get_super_admins());
|
1166 |
+
$args['include'] = $wpdb->get_col("SELECT ID FROM $wpdb->users WHERE user_login IN ('$logins')");
|
1167 |
+
}
|
1168 |
+
|
1169 |
+
// If the network is large and a search is not being performed, show only the latest users with no paging in order
|
1170 |
+
// to avoid expensive count queries.
|
1171 |
+
if (!$usersearch && (get_blog_count() >= 10000)) {
|
1172 |
+
if (!isset($_REQUEST['orderby']))
|
1173 |
+
$_GET['orderby'] = $_REQUEST['orderby'] = 'id';
|
1174 |
+
if (!isset($_REQUEST['order']))
|
1175 |
+
$_GET['order'] = $_REQUEST['order'] = 'DESC';
|
1176 |
+
$args['count_total'] = false;
|
1177 |
+
}
|
1178 |
|
1179 |
+
$args['search'] = ltrim($args['search'], '*');
|
1180 |
+
|
1181 |
+
if (isset($_REQUEST['orderby']))
|
1182 |
+
$args['orderby'] = $_REQUEST['orderby'];
|
1183 |
+
|
1184 |
+
if (isset($_REQUEST['order']))
|
1185 |
+
$args['order'] = $_REQUEST['order'];
|
1186 |
+
|
1187 |
+
// Query the user IDs for this page
|
1188 |
+
$wp_user_search = new WP_User_Query($args);
|
1189 |
+
|
1190 |
+
$this->items = $wp_user_search->get_results();
|
1191 |
+
$this->old_args = $args;
|
1192 |
+
}
|
1193 |
+
|
1194 |
+
function prepare_items2($include, $exclude) {
|
1195 |
+
global $wpdb;
|
1196 |
+
if (isset($_POST["cimy_uef_users_per_page"])) {
|
1197 |
+
$users_per_page = intval($_POST["cimy_uef_users_per_page"]);
|
1198 |
+
if ($user = wp_get_current_user())
|
1199 |
+
update_user_meta($user->ID, 'users_network_per_page', $users_per_page);
|
1200 |
+
}
|
1201 |
+
$users_per_page = $this->get_items_per_page('users_network_per_page');
|
1202 |
+
$paged = $this->get_pagenum();
|
1203 |
+
$role = isset( $_REQUEST['role'] ) ? $_REQUEST['role'] : '';
|
1204 |
+
|
1205 |
+
if ($role == 'super') {
|
1206 |
+
$logins = implode("', '", get_super_admins());
|
1207 |
+
$include = array_diff($wpdb->get_col("SELECT ID FROM $wpdb->users WHERE user_login IN ('$logins')"), $exclude);
|
1208 |
+
}
|
1209 |
+
|
1210 |
+
$args = array_merge($this->old_args, array(
|
1211 |
+
'number' => $users_per_page,
|
1212 |
+
'offset' => ($paged-1) * $users_per_page,
|
1213 |
+
'include' => $include,
|
1214 |
+
'exclude' => $exclude,
|
1215 |
+
));
|
1216 |
+
// Query the user IDs for this page
|
1217 |
+
$wp_user_search = new WP_User_Query($args);
|
1218 |
+
|
1219 |
+
$this->items = $wp_user_search->get_results();
|
1220 |
+
|
1221 |
+
$this->set_pagination_args(array(
|
1222 |
+
'total_items' => $wp_user_search->get_total(),
|
1223 |
+
'per_page' => $users_per_page,
|
1224 |
+
));
|
1225 |
+
}
|
1226 |
+
function bulk_actions($which) {}
|
1227 |
+
function extra_tablenav($which) {
|
1228 |
+
if ('top' != $which)
|
1229 |
+
return;
|
1230 |
+
|
1231 |
+
global $cimy_uef_domain;
|
1232 |
+
if (isset($_POST["fieldset"][0]))
|
1233 |
+
$fieldset_selection = $_POST["fieldset"][0];
|
1234 |
+
else
|
1235 |
+
$fieldset_selection = -1;
|
1236 |
+
?>
|
1237 |
+
<label><?php _e("Fieldset", $cimy_uef_domain); ?>
|
1238 |
+
<?php echo cimy_fieldsetOptions($fieldset_selection, 0, true); ?>
|
1239 |
+
</label>
|
1240 |
+
|
1241 |
+
<?php _e("Users per page", $cimy_uef_domain); ?>
|
1242 |
+
<input type="text" name="cimy_uef_users_per_page" value="<?php echo $this->get_users_per_page(); ?>" size="4" />
|
1243 |
+
<input class="button" type="submit" name="submit" value="<?php _e("Apply"); ?>" />
|
1244 |
+
<?php
|
1245 |
+
}
|
1246 |
+
function get_total() { return $this->_pagination_args['total_items']; }
|
1247 |
+
function get_users_per_page() { return $this->_pagination_args['per_page']; }
|
1248 |
}
|
1249 |
}
|
1250 |
+
else {
|
1251 |
+
require_once(ABSPATH . 'wp-admin/includes/class-wp-users-list-table.php');
|
1252 |
+
class WP_Cimy_Users_List_Table extends WP_Users_List_Table {
|
1253 |
+
var $old_args = array();
|
1254 |
+
function prepare_items() {
|
1255 |
+
global $role, $usersearch;
|
1256 |
|
1257 |
+
$usersearch = isset($_REQUEST['s']) ? $_REQUEST['s'] : '';
|
1258 |
+
$role = isset($_REQUEST['role']) ? $_REQUEST['role'] : '';
|
|
|
1259 |
|
1260 |
+
$args = array(
|
1261 |
+
'role' => $role,
|
1262 |
+
'search' => $usersearch,
|
1263 |
+
'fields' => 'all_with_meta'
|
1264 |
+
);
|
1265 |
+
|
1266 |
+
if ('' !== $args['search'])
|
1267 |
+
$args['search'] = '*' . $args['search'] . '*';
|
1268 |
+
|
1269 |
+
if ($this->is_site_users)
|
1270 |
+
$args['blog_id'] = $this->site_id;
|
1271 |
+
|
1272 |
+
if (isset($_REQUEST['orderby']))
|
1273 |
+
$args['orderby'] = $_REQUEST['orderby'];
|
1274 |
+
|
1275 |
+
if (isset($_REQUEST['order']))
|
1276 |
+
$args['order'] = $_REQUEST['order'];
|
1277 |
|
1278 |
+
// Query the user IDs for this page
|
1279 |
+
$wp_user_search = new WP_User_Query($args);
|
1280 |
+
|
1281 |
+
$this->items = $wp_user_search->get_results();
|
1282 |
+
$this->old_args = $args;
|
1283 |
+
}
|
1284 |
+
|
1285 |
+
function prepare_items2($include, $exclude) {
|
1286 |
+
$per_page = ($this->is_site_users) ? 'site_users_network_per_page' : 'users_per_page';
|
1287 |
+
if (isset($_POST["cimy_uef_users_per_page"])) {
|
1288 |
+
$users_per_page = intval($_POST["cimy_uef_users_per_page"]);
|
1289 |
+
if ($user = wp_get_current_user())
|
1290 |
+
update_user_meta($user->ID, $per_page, $users_per_page);
|
1291 |
+
}
|
1292 |
+
$users_per_page = $this->get_items_per_page($per_page);
|
1293 |
+
$paged = $this->get_pagenum();
|
1294 |
+
$args = array_merge($this->old_args, array(
|
1295 |
+
'number' => $users_per_page,
|
1296 |
+
'offset' => ($paged-1) * $users_per_page,
|
1297 |
+
'include' => $include,
|
1298 |
+
'exclude' => $exclude,
|
1299 |
+
));
|
1300 |
+
// Query the user IDs for this page
|
1301 |
+
$wp_user_search = new WP_User_Query($args);
|
1302 |
+
|
1303 |
+
$this->items = $wp_user_search->get_results();
|
1304 |
+
|
1305 |
+
$this->set_pagination_args(array(
|
1306 |
+
'total_items' => $wp_user_search->get_total(),
|
1307 |
+
'per_page' => $users_per_page,
|
1308 |
+
));
|
1309 |
+
}
|
1310 |
+
function bulk_actions($which) {}
|
1311 |
+
function extra_tablenav($which) {
|
1312 |
+
if ('top' != $which)
|
1313 |
+
return;
|
1314 |
+
|
1315 |
+
global $cimy_uef_domain;
|
1316 |
+
if (isset($_POST["fieldset"][0]))
|
1317 |
+
$fieldset_selection = $_POST["fieldset"][0];
|
1318 |
+
else
|
1319 |
+
$fieldset_selection = -1;
|
1320 |
+
?>
|
1321 |
+
<label><?php _e("Fieldset", $cimy_uef_domain); ?>
|
1322 |
+
<?php echo cimy_fieldsetOptions($fieldset_selection, 0, true); ?>
|
1323 |
+
</label>
|
1324 |
+
|
1325 |
+
<?php _e("Users per page", $cimy_uef_domain); ?>
|
1326 |
+
<input type="text" name="cimy_uef_users_per_page" value="<?php echo $this->get_users_per_page(); ?>" size="4" />
|
1327 |
+
<input class="button" type="submit" name="submit" value="<?php _e("Apply"); ?>" />
|
1328 |
+
<?php
|
1329 |
+
}
|
1330 |
+
function get_total() { return $this->_pagination_args['total_items']; }
|
1331 |
+
function get_users_per_page() { return $this->_pagination_args['per_page']; }
|
1332 |
+
}
|
1333 |
+
}
|
1334 |
+
$cimy_users_table = new WP_Cimy_Users_List_Table();
|
1335 |
+
$cimy_users_table->prepare_items();
|
1336 |
+
$search_result = $cimy_users_table->items;
|
1337 |
+
|
1338 |
+
$excluded_users = array();
|
1339 |
+
// search into extra field engine
|
1340 |
+
foreach ($search_result as $key=>$user_object) {
|
1341 |
foreach ($extra_fields as $ef) {
|
1342 |
$ef_id = $ef["ID"];
|
1343 |
$ef_type = $ef["TYPE"];
|
1344 |
$ef_name = $ef["NAME"];
|
1345 |
|
1346 |
$ef_search = "";
|
|
|
1347 |
if (isset($_POST["ef_search"][$ef_name])) {
|
1348 |
$ef_search = $_POST["ef_search"][$ef_name];
|
1349 |
}
|
1350 |
|
1351 |
+
if (!empty($ef_search)) {
|
1352 |
$remove = false;
|
1353 |
+
$ef_value = get_cimyFieldValue($user_object->ID, $ef_name);
|
1354 |
|
1355 |
if (($ef_type == "text") || ($ef_type == "textarea") || ($ef_type == "textarea-rich") || ($ef_type == "picture") || ($ef_type == "picture-url") || ($ef_type == "file")) {
|
1356 |
if (stristr($ef_value, $ef_search) === FALSE) {
|
1357 |
$remove = true;
|
1358 |
}
|
1359 |
} else if ($ef_type == "checkbox") {
|
1360 |
+
if (($ef_search == "1") && ($ef_value != "YES")) {
|
1361 |
$remove = true;
|
1362 |
}
|
1363 |
} else if ($ef_type == "radio") {
|
1364 |
+
if (($ef_search == $ef_id) && ($ef_value != "selected")) {
|
1365 |
$remove = true;
|
1366 |
}
|
1367 |
} else if ($ef_type == "dropdown") {
|
1382 |
}
|
1383 |
|
1384 |
if ($remove) {
|
1385 |
+
$excluded_users[] = $user_object->ID;
|
|
|
1386 |
break;
|
1387 |
}
|
1388 |
}
|
1389 |
}
|
|
|
|
|
1390 |
}
|
1391 |
+
$cimy_users_table->prepare_items2(array(), $excluded_users);
|
1392 |
+
$users_found = $cimy_users_table->get_total();
|
|
|
|
|
|
|
1393 |
?>
|
1394 |
<div class="wrap">
|
1395 |
|
1400 |
<h2><?php
|
1401 |
_e("Users Extended", $cimy_uef_domain);
|
1402 |
|
1403 |
+
if (current_user_can('create_users')) { ?>
|
1404 |
+
<a href="user-new.php" class="button add-new-h2"><?php echo esc_html_x('Add New', 'user'); ?></a>
|
1405 |
+
<?php } elseif (is_multisite() && current_user_can('promote_users')) { ?>
|
1406 |
+
<a href="user-new.php" class="button add-new-h2"><?php echo esc_html_x('Add Existing', 'user'); ?></a>
|
1407 |
<?php }
|
1408 |
+
if (!empty($usersearch))
|
1409 |
+
printf('<span class="subtitle">'.__('Search results for “%s”')." (%s)</span>", esc_html($usersearch), $users_found);
|
1410 |
?></h2>
|
1411 |
<form id="posts-filter" action="" method="post"><?php
|
1412 |
wp_nonce_field('extrafieldnewvalue', 'extrafieldnewvaluenonce', false);
|
1413 |
$role_links = array();
|
1414 |
+
if (is_network_admin()) {
|
1415 |
+
$super_admins = get_super_admins();
|
1416 |
+
$total_admins = count($super_admins);
|
1417 |
+
$total_users = get_user_count();
|
1418 |
+
}
|
1419 |
+
else {
|
1420 |
+
$super_admins = array();
|
1421 |
+
$users_of_blog = count_users();
|
1422 |
+
$total_users = $users_of_blog['total_users'];
|
1423 |
+
$avail_roles =& $users_of_blog['avail_roles'];
|
1424 |
+
unset($users_of_blog);
|
1425 |
+
}
|
1426 |
|
1427 |
$current_role = false;
|
1428 |
+
$class = empty($role) ? ' class="current"' : '';
|
1429 |
+
$role_links['all'] = "<li><a href='users.php?page=users_extended'$class>" . sprintf(_nx('All <span class="count">(%s)</span>', 'All <span class="count">(%s)</span>', $total_users, 'users'), number_format_i18n($total_users)) . '</a>';
|
1430 |
+
if (is_network_admin()) {
|
1431 |
+
$class = $role == 'super' ? ' class="current"' : '';
|
1432 |
+
$role_links['super'] = "<li><a href='" . network_admin_url('users.php?page=users_extended&role=super') . "'$class>" . sprintf(_n('Super Admin <span class="count">(%s)</span>', 'Super Admins <span class="count">(%s)</span>', $total_admins), number_format_i18n($total_admins)) . '</a>';
|
1433 |
+
}
|
1434 |
|
1435 |
+
foreach ($wp_roles->get_names() as $this_role => $name) {
|
1436 |
+
if (!isset($avail_roles[$this_role]))
|
1437 |
continue;
|
1438 |
|
1439 |
$class = '';
|
1443 |
$class = ' class="current"';
|
1444 |
}
|
1445 |
|
1446 |
+
$name = translate_user_role($name);
|
1447 |
+
$name = sprintf(__('%1$s <span class="count">(%2$s)</span>'), $name, $avail_roles[$this_role]);
|
1448 |
$tmp_link = esc_url(add_query_arg('role', $this_role));
|
1449 |
$role_links[] = "<li><a href=\"$tmp_link\"$class>" . $name . '</a>';
|
1450 |
}
|
1451 |
|
1452 |
+
echo '<ul class="subsubsub">'.implode(' | </li>', $role_links) . '</li></ul>';
|
1453 |
unset($role_links);
|
1454 |
?>
|
1455 |
+
<?php
|
1456 |
+
$cimy_users_table->search_box(__('Search Users'), 'user');
|
1457 |
+
$cimy_users_table->display_tablenav("top");
|
1458 |
+
?>
|
1459 |
+
<?php if (isset($errors) && is_wp_error($errors)) : ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1460 |
<div class="error">
|
1461 |
<ul>
|
1462 |
<?php
|
1463 |
+
foreach ($errors->get_error_messages() as $err)
|
1464 |
+
echo "<li>$err</li>\n";
|
1465 |
?>
|
1466 |
</ul>
|
1467 |
</div>
|
|
|
1468 |
<?php endif; ?>
|
1469 |
+
<?php if ($cimy_users_table->items) : ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1470 |
<table class="widefat" cellpadding="3" cellspacing="3" width="100%">
|
1471 |
<?php
|
1472 |
$thead_str = '<tr class="thead">';
|
1571 |
$search_input = '<input type="text" name="ef_search['.$name_esc_attr.']" value="'.$search_value.'" size="6" />';
|
1572 |
break;
|
1573 |
case "checkbox":
|
1574 |
+
$search_input = '<input type="checkbox" name="ef_search['.$name_esc_attr.']" value="1"'.checked(false, empty($search_value), false).' />';
|
|
|
|
|
|
|
|
|
|
|
1575 |
$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" />';
|
1576 |
break;
|
1577 |
|
1578 |
case "radio":
|
1579 |
+
$search_input = '<input type="radio" name="ef_search['.$name_esc_attr.']" value="'.$id.'"'.checked($search_value, $id, false).' />';
|
|
|
|
|
|
|
|
|
|
|
1580 |
$write_input[$i] = '<td>'.$label.'</td><td><input type="radio" name="ef_write['.$name_esc_attr.']" value="'.$label.'" />';
|
1581 |
break;
|
1582 |
}
|
1609 |
</tfoot>
|
1610 |
<?php
|
1611 |
$style = '';
|
1612 |
+
foreach ($cimy_users_table->items as $user_object) {
|
|
|
|
|
|
|
1613 |
$roles = $user_object->roles;
|
1614 |
$role = array_shift($roles);
|
1615 |
$email = $user_object->user_email;
|
1626 |
$style = ('class="alternate"' == $style) ? '' : 'class="alternate"';
|
1627 |
$numposts = count_user_posts($user_object->ID);
|
1628 |
|
1629 |
+
if (0 < $numposts) $numposts = "<a href='edit.php?author=".$user_object->ID."' title='" . __('View posts by this author') . "'>$numposts</a>";
|
1630 |
echo "
|
1631 |
<tr $style>
|
1632 |
|
1636 |
echo "</th>";
|
1637 |
|
1638 |
if (!in_array("username", $options['aue_hidden_fields'])) {
|
|
|
1639 |
// produce username clickable
|
1640 |
+
if (current_user_can('edit_user', $user_object->ID)) {
|
1641 |
$current_user = wp_get_current_user();
|
1642 |
|
1643 |
if ($current_user->ID == $user_object->ID) {
|
1644 |
$edit = 'profile.php';
|
1645 |
} else {
|
1646 |
+
$edit = esc_url(add_query_arg('wp_http_referer', urlencode(esc_url(stripslashes($_SERVER['REQUEST_URI']))), "user-edit.php?user_id=$user_object->ID"));
|
1647 |
}
|
1648 |
$edit = "<a href=\"$edit\">$user_object->user_login</a>";
|
1649 |
} else {
|
1650 |
$edit = $user_object->user_login;
|
1651 |
}
|
1652 |
|
1653 |
+
if (in_array($user_object->user_login, $super_admins))
|
1654 |
+
$edit.= ' - ' . __('Super Admin');
|
1655 |
+
|
1656 |
+
$avatar = get_avatar($user_object->user_email, 32);
|
1657 |
echo "<td class=\"username column-username\"><strong>$avatar $edit</strong></td>";
|
1658 |
}
|
1659 |
|
1666 |
}
|
1667 |
|
1668 |
if (!in_array("role", $options['aue_hidden_fields'])) {
|
1669 |
+
$role_name = "";
|
1670 |
+
if (!empty($wp_roles->role_names[$role]))
|
1671 |
+
$role_name = translate_user_role($wp_roles->role_names[$role]);
|
1672 |
|
1673 |
echo "<td class=\"role column-role\">";
|
1674 |
echo $role_name;
|
1692 |
cimy_insert_ExtraFields_if_not_exist($user_object->ID, $field_id);
|
1693 |
}
|
1694 |
|
|
|
|
|
|
|
1695 |
foreach ($extra_fields as $thisField) {
|
1696 |
$name = $thisField['NAME'];
|
1697 |
$name_esc_attr = esc_attr($thisField['NAME']);
|
1708 |
|
1709 |
if ($rules['show_in_aeu']) {
|
1710 |
$field_id = $thisField['ID'];
|
1711 |
+
$field = get_cimyFieldValue($user_object->ID, $name);
|
|
|
|
|
|
|
|
|
|
|
|
|
1712 |
|
1713 |
echo "<td>";
|
1714 |
echo "<div id=\"edit-".$user_object->ID."-".$name_esc_attr."\">";
|
1715 |
echo "<div id=\"value-".$user_object->ID."-".$name_esc_attr."\">";
|
1716 |
|
1717 |
if ($type == "picture-url") {
|
1718 |
+
if (empty($field))
|
1719 |
$field = $value;
|
1720 |
|
1721 |
+
if (!empty($field)) {
|
1722 |
if (intval($rules['equal_to'])) {
|
1723 |
+
echo '<a target="_blank" href="'.esc_attr($field).'">';
|
1724 |
+
echo '<img src="'.esc_attr($field).'" alt="picture"'.$size.' width="'.intval($rules['equal_to']).'" height="*" />';
|
1725 |
echo "</a>";
|
1726 |
}
|
1727 |
else {
|
1728 |
+
echo '<img src="'.esc_attr($field).'" alt="picture" />';
|
1729 |
}
|
1730 |
|
1731 |
echo "<br />";
|
1733 |
}
|
1734 |
}
|
1735 |
else if ($type == "picture") {
|
1736 |
+
if (empty($field))
|
1737 |
$field = $value;
|
1738 |
|
1739 |
+
if (!empty($field)) {
|
|
|
|
|
|
|
1740 |
$user_login = $user_object->user_login;
|
1741 |
+
|
1742 |
$value_thumb = cimy_get_thumb_path($field);
|
1743 |
$file_thumb = $cuef_upload_path.$user_login."/".cimy_get_thumb_path(basename($field));
|
1744 |
$file_on_server = $cuef_upload_path.$user_login."/".basename($field);
|
1745 |
|
1746 |
echo "\n\t\t";
|
|
|
1747 |
if (is_file($file_thumb)) {
|
1748 |
+
echo '<a target="_blank" href="'.esc_attr($field).'"><img src="'.esc_attr($value_thumb).'" alt="picture" /></a><br />';
|
1749 |
echo "\n\t\t";
|
1750 |
}
|
1751 |
else if (is_file($file_on_server)) {
|
1752 |
+
echo '<img src="'.esc_attr($field).'" alt="picture" /><br />';
|
1753 |
echo "\n\t\t";
|
1754 |
}
|
1755 |
}
|
1756 |
}
|
1757 |
else if ($type == "file") {
|
1758 |
+
echo '<a target="_blank" href="'.esc_attr($field).'">';
|
1759 |
+
echo esc_html(basename($field));
|
1760 |
echo '</a>';
|
1761 |
}
|
1762 |
else if ($type == "registration-date") {
|
1766 |
else
|
1767 |
$registration_date = cimy_get_formatted_date($field);
|
1768 |
|
1769 |
+
echo esc_html($registration_date);
|
1770 |
}
|
1771 |
else
|
1772 |
+
echo cimy_uef_sanitize_content($field);
|
1773 |
|
1774 |
echo "</div>";
|
1775 |
if ((!in_array($type, $cimy_uef_file_types)) && ($type != "radio") && ($type != "registration-date") && (current_user_can('edit_user', $user_object->ID)))
|
1785 |
|
1786 |
?>
|
1787 |
</table>
|
1788 |
+
<?php $cimy_users_table->display_tablenav("bottom"); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1789 |
<?php endif; ?>
|
1790 |
|
1791 |
<?php if (!empty($write_input)) : ?>
|
1826 |
/* <![CDATA[ */
|
1827 |
var postL10n = {
|
1828 |
ok: "<?php echo esc_js(__('OK')); ?>",
|
1829 |
+
cancel: "<?php echo esc_js(__('Cancel')); ?>",
|
1830 |
dropdown_first_item: "<?php echo esc_js($dropdown_first_item); ?>"
|
1831 |
};
|
1832 |
try{convertEntities(postL10n);}catch(e){};
|
cimy_uef_email_handler.php
CHANGED
@@ -229,7 +229,8 @@ function cimy_uef_activate($message) {
|
|
229 |
function cimy_uef_activate_signup($key) {
|
230 |
global $wpdb, $current_site, $cimy_uef_domain;
|
231 |
|
232 |
-
|
|
|
233 |
$signup = $wpdb->get_row( $wpdb->prepare("SELECT * FROM ".$wpdb->prefix."signups WHERE activation_key = %s", $key) );
|
234 |
|
235 |
if ( empty($signup) )
|
229 |
function cimy_uef_activate_signup($key) {
|
230 |
global $wpdb, $current_site, $cimy_uef_domain;
|
231 |
|
232 |
+
// seems no more required since WP 3.1
|
233 |
+
// require_once( ABSPATH . WPINC . '/registration.php');
|
234 |
$signup = $wpdb->get_row( $wpdb->prepare("SELECT * FROM ".$wpdb->prefix."signups WHERE activation_key = %s", $key) );
|
235 |
|
236 |
if ( empty($signup) )
|
cimy_uef_functions.php
CHANGED
@@ -284,8 +284,12 @@ function get_cimyFieldValue($user_id, $field_name, $field_value=false) {
|
|
284 |
|
285 |
$field_data = cimy_change_radio_labels($field_data, $user_id);
|
286 |
|
287 |
-
if (($field_name) && ($user_id))
|
288 |
-
|
|
|
|
|
|
|
|
|
289 |
|
290 |
return $field_data;
|
291 |
}
|
@@ -348,26 +352,27 @@ function cimy_dropDownOptions($values, $selected) {
|
|
348 |
$sel_items = explode(",", $selected);
|
349 |
$html_options = "";
|
350 |
$sel_i = 0;
|
351 |
-
|
352 |
foreach ($items as $item) {
|
353 |
$item_clean = trim($item, "\t\n\r");
|
354 |
|
355 |
$html_options.= "\n\t\t\t";
|
356 |
-
$html_options.= '<option value="'
|
357 |
-
|
358 |
-
if
|
359 |
-
|
|
|
360 |
$sel_i++;
|
361 |
-
$html_options.=
|
362 |
}
|
363 |
}
|
364 |
|
365 |
-
$html_options.= ">"
|
366 |
}
|
367 |
-
|
368 |
$ret = array();
|
369 |
$ret['html'] = $html_options;
|
370 |
-
$ret['label'] = $label;
|
371 |
|
372 |
return $ret;
|
373 |
}
|
@@ -424,24 +429,14 @@ function cimy_fieldsetOptions($selected=0, $order="", $select_all=false) {
|
|
424 |
$html.= "\t<option value=\"$i\" selected=\"selected\">".__("no fieldset", $cimy_uef_domain)."</option>\n";
|
425 |
}
|
426 |
else {
|
427 |
-
if ($select_all)
|
428 |
-
|
429 |
-
$selected_txt = " selected=\"selected\"";
|
430 |
-
else
|
431 |
-
$selected_txt = "";
|
432 |
-
$html.= "\t<option value=\"-1\"".$selected_txt.">".__("All")."</option>\n";
|
433 |
-
}
|
434 |
|
435 |
if (!empty($options['fieldset_title'])) {
|
436 |
$fieldset_titles = explode(',', $options['fieldset_title']);
|
437 |
|
438 |
foreach ($fieldset_titles as $fieldset) {
|
439 |
-
|
440 |
-
$selected_txt = " selected=\"selected\"";
|
441 |
-
else
|
442 |
-
$selected_txt = "";
|
443 |
-
|
444 |
-
$html.= "\t<option value=\"$i\"".$selected_txt.">".$fieldset."</option>\n";
|
445 |
$i++;
|
446 |
}
|
447 |
}
|
284 |
|
285 |
$field_data = cimy_change_radio_labels($field_data, $user_id);
|
286 |
|
287 |
+
if (($field_name) && ($user_id)) {
|
288 |
+
if (isset($field_data[0]['VALUE']))
|
289 |
+
$field_data = $field_data[0]['VALUE'];
|
290 |
+
else
|
291 |
+
$field_data = "";
|
292 |
+
}
|
293 |
|
294 |
return $field_data;
|
295 |
}
|
352 |
$sel_items = explode(",", $selected);
|
353 |
$html_options = "";
|
354 |
$sel_i = 0;
|
355 |
+
|
356 |
foreach ($items as $item) {
|
357 |
$item_clean = trim($item, "\t\n\r");
|
358 |
|
359 |
$html_options.= "\n\t\t\t";
|
360 |
+
$html_options.= '<option value="'.esc_attr($item_clean).'"';
|
361 |
+
|
362 |
+
if (isset($sel_items[$sel_i])) {
|
363 |
+
$is_selected = selected($item_clean, $sel_items[$sel_i], false);
|
364 |
+
if (!empty($is_selected)) {
|
365 |
$sel_i++;
|
366 |
+
$html_options.= $is_selected;
|
367 |
}
|
368 |
}
|
369 |
|
370 |
+
$html_options.= ">".esc_html($item_clean)."</option>";
|
371 |
}
|
372 |
+
|
373 |
$ret = array();
|
374 |
$ret['html'] = $html_options;
|
375 |
+
$ret['label'] = cimy_uef_sanitize_content($label);
|
376 |
|
377 |
return $ret;
|
378 |
}
|
429 |
$html.= "\t<option value=\"$i\" selected=\"selected\">".__("no fieldset", $cimy_uef_domain)."</option>\n";
|
430 |
}
|
431 |
else {
|
432 |
+
if ($select_all)
|
433 |
+
$html.= "\t<option value=\"-1\"".selected(-1, $selected, false).">".__("All")."</option>\n";
|
|
|
|
|
|
|
|
|
|
|
434 |
|
435 |
if (!empty($options['fieldset_title'])) {
|
436 |
$fieldset_titles = explode(',', $options['fieldset_title']);
|
437 |
|
438 |
foreach ($fieldset_titles as $fieldset) {
|
439 |
+
$html.= "\t<option value=\"$i\"".selected($i, $selected, false).">".esc_html($fieldset)."</option>\n";
|
|
|
|
|
|
|
|
|
|
|
440 |
$i++;
|
441 |
}
|
442 |
}
|
cimy_uef_init_mce.php
CHANGED
@@ -78,9 +78,12 @@ if (!empty($cimy_uef_register_page)) {
|
|
78 |
'content_css' => $mce_css,
|
79 |
'language' => $mce_locale,
|
80 |
'spellchecker_languages' => $mce_spellchecker_languages,
|
81 |
-
'theme_advanced_resizin' =>
|
82 |
-
'theme_advanced_resize_horizontal' =>
|
83 |
'dialog_type' => "modal",
|
|
|
|
|
|
|
84 |
'plugins' => implode( ',', $plugins ),
|
85 |
);
|
86 |
|
78 |
'content_css' => $mce_css,
|
79 |
'language' => $mce_locale,
|
80 |
'spellchecker_languages' => $mce_spellchecker_languages,
|
81 |
+
'theme_advanced_resizin' => true,
|
82 |
+
'theme_advanced_resize_horizontal' => false,
|
83 |
'dialog_type' => "modal",
|
84 |
+
'relative_urls' => false,
|
85 |
+
'convert_urls' => false,
|
86 |
+
'remove_script_host' => false,
|
87 |
'plugins' => implode( ',', $plugins ),
|
88 |
);
|
89 |
|
cimy_uef_options.php
CHANGED
@@ -169,120 +169,19 @@ function cimy_save_options() {
|
|
169 |
else
|
170 |
$options['password_meter'] = false;
|
171 |
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
$data = $wp_hidden_fields['firstname'];
|
177 |
-
|
178 |
-
$data['num_fields'] = $tot_wp_hidden_fields;
|
179 |
-
$tot_wp_hidden_fields++;
|
180 |
-
|
181 |
-
cimy_save_field($action, $wpdb_wp_fields_table, $data);
|
182 |
-
}
|
183 |
-
}
|
184 |
-
|
185 |
-
if (isset($_POST['show_wp_lastname'])) {
|
186 |
-
array_push($options['wp_hidden_fields'], 'lastname');
|
187 |
-
|
188 |
-
if (!in_array("lastname", $old_wp_hidden_fields)) {
|
189 |
-
$data = $wp_hidden_fields['lastname'];
|
190 |
|
191 |
-
$
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
array_push($options['wp_hidden_fields'], 'nickname');
|
200 |
-
|
201 |
-
if (!in_array("nickname", $old_wp_hidden_fields)) {
|
202 |
-
$data = $wp_hidden_fields['nickname'];
|
203 |
-
|
204 |
-
$data['num_fields'] = $tot_wp_hidden_fields;
|
205 |
-
$tot_wp_hidden_fields++;
|
206 |
-
|
207 |
-
cimy_save_field($action, $wpdb_wp_fields_table, $data);
|
208 |
-
}
|
209 |
-
}
|
210 |
-
|
211 |
-
if (isset($_POST['show_wp_email'])) {
|
212 |
-
array_push($options['wp_hidden_fields'], 'email');
|
213 |
-
|
214 |
-
if (!in_array("email", $old_wp_hidden_fields)) {
|
215 |
-
$data = $wp_hidden_fields['email'];
|
216 |
-
|
217 |
-
$data['num_fields'] = $tot_wp_hidden_fields;
|
218 |
-
$tot_wp_hidden_fields++;
|
219 |
-
|
220 |
-
cimy_save_field($action, $wpdb_wp_fields_table, $data);
|
221 |
-
}
|
222 |
-
}
|
223 |
-
|
224 |
-
if (isset($_POST['show_wp_website'])) {
|
225 |
-
array_push($options['wp_hidden_fields'], 'website');
|
226 |
-
|
227 |
-
if (!in_array("website", $old_wp_hidden_fields)) {
|
228 |
-
$data = $wp_hidden_fields['website'];
|
229 |
-
|
230 |
-
$data['num_fields'] = $tot_wp_hidden_fields;
|
231 |
-
$tot_wp_hidden_fields++;
|
232 |
-
|
233 |
-
cimy_save_field($action, $wpdb_wp_fields_table, $data);
|
234 |
-
}
|
235 |
-
}
|
236 |
-
|
237 |
-
if (isset($_POST['show_wp_aim'])) {
|
238 |
-
array_push($options['wp_hidden_fields'], 'aim');
|
239 |
-
|
240 |
-
if (!in_array("aim", $old_wp_hidden_fields)) {
|
241 |
-
$data = $wp_hidden_fields['aim'];
|
242 |
-
|
243 |
-
$data['num_fields'] = $tot_wp_hidden_fields;
|
244 |
-
$tot_wp_hidden_fields++;
|
245 |
-
|
246 |
-
cimy_save_field($action, $wpdb_wp_fields_table, $data);
|
247 |
-
}
|
248 |
-
}
|
249 |
-
|
250 |
-
if (isset($_POST['show_wp_yahoo'])) {
|
251 |
-
array_push($options['wp_hidden_fields'], 'yahoo');
|
252 |
-
|
253 |
-
if (!in_array("yahoo", $old_wp_hidden_fields)) {
|
254 |
-
$data = $wp_hidden_fields['yahoo'];
|
255 |
-
|
256 |
-
$data['num_fields'] = $tot_wp_hidden_fields;
|
257 |
-
$tot_wp_hidden_fields++;
|
258 |
-
|
259 |
-
cimy_save_field($action, $wpdb_wp_fields_table, $data);
|
260 |
-
}
|
261 |
-
}
|
262 |
-
|
263 |
-
if (isset($_POST['show_wp_jgt'])) {
|
264 |
-
array_push($options['wp_hidden_fields'], 'jgt');
|
265 |
-
|
266 |
-
if (!in_array("jgt", $old_wp_hidden_fields)) {
|
267 |
-
$data = $wp_hidden_fields['jgt'];
|
268 |
-
|
269 |
-
$data['num_fields'] = $tot_wp_hidden_fields;
|
270 |
-
$tot_wp_hidden_fields++;
|
271 |
-
|
272 |
-
cimy_save_field($action, $wpdb_wp_fields_table, $data);
|
273 |
-
}
|
274 |
-
}
|
275 |
-
|
276 |
-
if (isset($_POST['show_wp_bio-info'])) {
|
277 |
-
array_push($options['wp_hidden_fields'], 'bio-info');
|
278 |
-
|
279 |
-
if (!in_array("bio-info", $old_wp_hidden_fields)) {
|
280 |
-
$data = $wp_hidden_fields['bio-info'];
|
281 |
-
|
282 |
-
$data['num_fields'] = $tot_wp_hidden_fields;
|
283 |
-
$tot_wp_hidden_fields++;
|
284 |
-
|
285 |
-
cimy_save_field($action, $wpdb_wp_fields_table, $data);
|
286 |
}
|
287 |
}
|
288 |
}
|
@@ -381,71 +280,18 @@ function cimy_show_options($results, $embedded) {
|
|
381 |
}
|
382 |
|
383 |
$options['fieldset_title'] = esc_attr($options['fieldset_title']);
|
384 |
-
$options['mail_include_fields'] ? $mail_include_fields = ' checked="checked"' : $mail_include_fields = '';
|
385 |
-
$options['confirm_email'] ? $confirm_email = ' checked="checked"' : $confirm_email = '';
|
386 |
-
$options['confirm_form'] ? $confirm_form = ' checked="checked"' : $confirm_form = '';
|
387 |
$welcome_email = $options['welcome_email'];
|
388 |
-
$options['redirect_to'] == "source" ? $redirect_to_source = ' checked="checked"' : $redirect_to_source = '';
|
389 |
-
($options['captcha'] == "recaptcha") ? $recaptcha = ' checked="checked"' : $recaptcha = '';
|
390 |
-
($options['captcha'] == "securimage") ? $securimage = ' checked="checked"' : $securimage = '';
|
391 |
-
($options['captcha'] == "none") ? $no_captcha = ' checked="checked"' : $no_captcha = '';
|
392 |
isset($options['recaptcha_public_key']) ? $recaptcha_public_key = $options['recaptcha_public_key'] : $recaptcha_public_key = '';
|
393 |
isset($options['recaptcha_private_key']) ? $recaptcha_private_key = $options['recaptcha_private_key'] : $recaptcha_private_key = '';
|
394 |
|
395 |
-
in_array('username', $options['aue_hidden_fields']) ? $aue_hide_username = ' checked="checked"' : $aue_hide_username = '';
|
396 |
-
in_array('name', $options['aue_hidden_fields']) ? $aue_hide_name = ' checked="checked"' : $aue_hide_name = '';
|
397 |
-
in_array('email', $options['aue_hidden_fields']) ? $aue_hide_email = ' checked="checked"' : $aue_hide_email = '';
|
398 |
-
in_array('website', $options['aue_hidden_fields']) ? $aue_hide_website = ' checked="checked"' : $aue_hide_website = '';
|
399 |
-
in_array('posts', $options['aue_hidden_fields']) ? $aue_hide_posts = ' checked="checked"' : $aue_hide_posts = '';
|
400 |
-
in_array('role', $options['aue_hidden_fields']) ? $aue_hide_role = ' checked="checked"' : $aue_hide_role = '';
|
401 |
-
|
402 |
-
in_array('password', $options['wp_hidden_fields']) ? $show_wp_password = ' checked="checked"' : $show_wp_password = '';
|
403 |
-
in_array('password2', $options['wp_hidden_fields']) ? $show_wp_password2 = ' checked="checked"' : $show_wp_password2 = '';
|
404 |
-
$options['password_meter'] ? $show_wp_password_meter = ' checked="checked"' : $show_wp_password_meter = '';
|
405 |
-
|
406 |
-
in_array('firstname', $options['wp_hidden_fields']) ? $show_wp_firstname = ' checked="checked"' : $show_wp_firstname = '';
|
407 |
-
in_array('lastname', $options['wp_hidden_fields']) ? $show_wp_lastname = ' checked="checked"' : $show_wp_lastname = '';
|
408 |
-
in_array('nickname', $options['wp_hidden_fields']) ? $show_wp_nickname = ' checked="checked"' : $show_wp_nickname = '';
|
409 |
-
in_array('website', $options['wp_hidden_fields']) ? $show_wp_website = ' checked="checked"' : $show_wp_website = '';
|
410 |
-
in_array('aim', $options['wp_hidden_fields']) ? $show_wp_aim = ' checked="checked"' : $show_wp_aim = '';
|
411 |
-
in_array('yahoo', $options['wp_hidden_fields']) ? $show_wp_yahoo = ' checked="checked"' : $show_wp_yahoo = '';
|
412 |
-
in_array('jgt', $options['wp_hidden_fields']) ? $show_wp_jgt = ' checked="checked"' : $show_wp_jgt = '';
|
413 |
-
in_array('bio-info', $options['wp_hidden_fields']) ? $show_wp_bio_info = ' checked="checked"' : $show_wp_bio_info = '';
|
414 |
-
|
415 |
$db_options = true;
|
416 |
}
|
417 |
else {
|
418 |
$db_options = false;
|
419 |
$options['fieldset_title'] = "";
|
420 |
-
$mail_include_fields= '';
|
421 |
$welcome_email = '';
|
422 |
-
$confirm_email = '';
|
423 |
-
$confirm_form = '';
|
424 |
-
$redirect_to_source = '';
|
425 |
-
$recaptcha = '';
|
426 |
$recaptcha_public_key = '';
|
427 |
$recaptcha_private_key = '';
|
428 |
-
$securimage = '';
|
429 |
-
$no_captcha = ' checked="checked"';
|
430 |
-
|
431 |
-
$aue_hide_username = '';
|
432 |
-
$aue_hide_name = '';
|
433 |
-
$aue_hide_email = '';
|
434 |
-
$aue_hide_website = '';
|
435 |
-
$aue_hide_posts = '';
|
436 |
-
$aue_hide_role = '';
|
437 |
-
|
438 |
-
$show_wp_password = '';
|
439 |
-
$show_wp_password2 = '';
|
440 |
-
$show_wp_password_meter = '';
|
441 |
-
$show_wp_firstname = '';
|
442 |
-
$show_wp_secondname = '';
|
443 |
-
$show_wp_nickname = '';
|
444 |
-
$show_wp_website = '';
|
445 |
-
$show_wp_aim = '';
|
446 |
-
$show_wp_yahoo = '';
|
447 |
-
$show_wp_jgt = '';
|
448 |
-
$show_wp_bio_info = '';
|
449 |
}
|
450 |
|
451 |
if ($wpdb->get_var("SHOW TABLES LIKE '$wpdb_wp_fields_table'") == $wpdb_wp_fields_table) {
|
@@ -566,7 +412,7 @@ function cimy_show_options($results, $embedded) {
|
|
566 |
</tr>
|
567 |
<tr>
|
568 |
<th scope="row">
|
569 |
-
<input type="checkbox" name="mail_include_fields" value="1"<?php
|
570 |
<?php _e("Show all fields in the welcome email", $cimy_uef_domain); ?>
|
571 |
</th>
|
572 |
<td>
|
@@ -578,7 +424,7 @@ function cimy_show_options($results, $embedded) {
|
|
578 |
<?php if (!is_multisite()) { ?>
|
579 |
<tr>
|
580 |
<th scope="row">
|
581 |
-
<input type="checkbox" name="confirm_email" value="1"<?php
|
582 |
<?php _e("Enable email confirmation", $cimy_uef_domain); ?>
|
583 |
</th>
|
584 |
<td>
|
@@ -591,7 +437,7 @@ function cimy_show_options($results, $embedded) {
|
|
591 |
</tr>
|
592 |
<tr>
|
593 |
<th scope="row">
|
594 |
-
<input type="checkbox" name="confirm_form" value="1"<?php
|
595 |
<?php _e("Enable form confirmation", $cimy_uef_domain); ?>
|
596 |
</th>
|
597 |
<td>
|
@@ -611,7 +457,7 @@ function cimy_show_options($results, $embedded) {
|
|
611 |
</tr>
|
612 |
<tr>
|
613 |
<th scope="row">
|
614 |
-
<input type="checkbox" name="redirect_to" value="source"<?php
|
615 |
<?php _e("Redirect to the source", $cimy_uef_domain); ?>
|
616 |
</th>
|
617 |
<td>
|
@@ -623,7 +469,7 @@ function cimy_show_options($results, $embedded) {
|
|
623 |
<?php } ?>
|
624 |
<tr>
|
625 |
<th scope="row">
|
626 |
-
<input type="radio" name="captcha" value="none"<?php
|
627 |
<?php _e('No captcha', $cimy_uef_domain); ?></a>
|
628 |
</th>
|
629 |
<td>
|
@@ -631,7 +477,7 @@ function cimy_show_options($results, $embedded) {
|
|
631 |
</tr>
|
632 |
<tr>
|
633 |
<th scope="row">
|
634 |
-
<input type="radio" name="captcha" value="recaptcha"<?php
|
635 |
<?php _e('Enable <a href="http://www.google.com/recaptcha" target="_blank">reCAPTCHA</a>', $cimy_uef_domain); ?></a>
|
636 |
</th>
|
637 |
<td>
|
@@ -647,7 +493,7 @@ function cimy_show_options($results, $embedded) {
|
|
647 |
</tr>
|
648 |
<tr>
|
649 |
<th scope="row">
|
650 |
-
<input type="radio" name="captcha" value="securimage"<?php
|
651 |
<?php _e('Enable <a href="http://www.phpcaptcha.org/" target="_blank">Securimage Captcha</a>', $cimy_uef_domain); ?></a>
|
652 |
</th>
|
653 |
<td>
|
@@ -700,7 +546,6 @@ function cimy_show_options($results, $embedded) {
|
|
700 |
<td>
|
701 |
<?php
|
702 |
if ($db_wp_fields >= 0) {
|
703 |
-
$dis_wp_fields = "";
|
704 |
?>
|
705 |
<select name="db_wp_fields">
|
706 |
<option value="none">- <?php _e("select action", $cimy_uef_domain); ?> -</option>
|
@@ -708,10 +553,8 @@ function cimy_show_options($results, $embedded) {
|
|
708 |
<option value="delete"><?php _e("Delete"); ?></option>
|
709 |
</select><?php
|
710 |
}
|
711 |
-
else
|
712 |
-
$dis_wp_fields = ' disabled="disabled"';
|
713 |
echo "<strong>".__("NOT PRESENT", $cimy_uef_domain)."</strong>";
|
714 |
-
}
|
715 |
?>
|
716 |
</td>
|
717 |
</tr>
|
@@ -777,30 +620,30 @@ function cimy_show_options($results, $embedded) {
|
|
777 |
<table class="form-table">
|
778 |
<tr>
|
779 |
<th scope="row" width="40%">
|
780 |
-
<input type="checkbox" name="hide_username" value="1"<?php
|
781 |
</th>
|
782 |
<td width="60%"></td>
|
783 |
</tr>
|
784 |
<tr>
|
785 |
<th>
|
786 |
-
<input type="checkbox" name="hide_name" value="1"<?php
|
787 |
</th>
|
788 |
<td></td>
|
789 |
</tr>
|
790 |
<tr>
|
791 |
-
<th scope="row"><input type="checkbox" name="hide_email" value="1"<?php
|
792 |
<td></td>
|
793 |
</tr>
|
794 |
<tr>
|
795 |
-
<th scope="row"><input type="checkbox" name="hide_role" value="1"<?php
|
796 |
<td></td>
|
797 |
</tr>
|
798 |
<tr>
|
799 |
-
<th scope="row"><input type="checkbox" name="hide_website" value="1"<?php
|
800 |
<td></td>
|
801 |
</tr>
|
802 |
<tr>
|
803 |
-
<th><input type="checkbox" name="hide_posts" value="1"<?php
|
804 |
<td></td>
|
805 |
</tr>
|
806 |
</table>
|
@@ -808,47 +651,47 @@ function cimy_show_options($results, $embedded) {
|
|
808 |
<h3><?php _e("WordPress hidden fields", $cimy_uef_domain); ?></h3>
|
809 |
<table class="form-table">
|
810 |
<tr>
|
811 |
-
<th scope="row" width="40%"><input type="checkbox" name="show_wp_password" value="1"<?php
|
812 |
<td width="60%"></td>
|
813 |
</tr>
|
814 |
<tr>
|
815 |
-
<th> <input type="checkbox" name="show_wp_password2" value="1"<?php
|
816 |
<td></td>
|
817 |
</tr>
|
818 |
<tr>
|
819 |
-
<th> <input type="checkbox" name="show_wp_password_meter" value="1"<?php
|
820 |
<td></td>
|
821 |
</tr>
|
822 |
<tr>
|
823 |
-
<th><input type="checkbox" name="show_wp_firstname" value="1"<?php
|
824 |
<td></td>
|
825 |
</tr>
|
826 |
<tr>
|
827 |
-
<th><input type="checkbox" name="show_wp_lastname" value="1"<?php
|
828 |
<td></td>
|
829 |
</tr>
|
830 |
<tr>
|
831 |
-
<th><input type="checkbox" name="show_wp_nickname" value="1"<?php
|
832 |
<td></td>
|
833 |
</tr>
|
834 |
<tr>
|
835 |
-
<th scope="row"><input type="checkbox" name="show_wp_website" value="1"<?php
|
836 |
<td></td>
|
837 |
</tr>
|
838 |
<tr>
|
839 |
-
<th scope="row"><input type="checkbox" name="show_wp_aim" value="1"<?php
|
840 |
<td></td>
|
841 |
</tr>
|
842 |
<tr>
|
843 |
-
<th scope="row"><input type="checkbox" name="show_wp_yahoo" value="1"<?php
|
844 |
<td></td>
|
845 |
</tr>
|
846 |
<tr>
|
847 |
-
<th scope="row"><input type="checkbox" name="show_wp_jgt" value="1"<?php
|
848 |
<td></td>
|
849 |
</tr>
|
850 |
<tr>
|
851 |
-
<th scope="row"><input type="checkbox" name="show_wp_bio-info" value="1"<?php
|
852 |
<td></td>
|
853 |
</tr>
|
854 |
</table>
|
169 |
else
|
170 |
$options['password_meter'] = false;
|
171 |
|
172 |
+
$db_wp_fields_independent = array("firstname", "lastname", "nickname", "website", "aim", "yahoo", "jgt", "bio-info");
|
173 |
+
foreach ($db_wp_fields_independent as $wp_field_independent) {
|
174 |
+
if (isset($_POST['show_wp_'.$wp_field_independent])) {
|
175 |
+
array_push($options['wp_hidden_fields'], $wp_field_independent);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
176 |
|
177 |
+
if (!in_array($wp_field_independent, $old_wp_hidden_fields)) {
|
178 |
+
$data = $wp_hidden_fields[$wp_field_independent];
|
179 |
+
|
180 |
+
$data['num_fields'] = $tot_wp_hidden_fields;
|
181 |
+
$tot_wp_hidden_fields++;
|
182 |
+
|
183 |
+
cimy_save_field($action, $wpdb_wp_fields_table, $data);
|
184 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
185 |
}
|
186 |
}
|
187 |
}
|
280 |
}
|
281 |
|
282 |
$options['fieldset_title'] = esc_attr($options['fieldset_title']);
|
|
|
|
|
|
|
283 |
$welcome_email = $options['welcome_email'];
|
|
|
|
|
|
|
|
|
284 |
isset($options['recaptcha_public_key']) ? $recaptcha_public_key = $options['recaptcha_public_key'] : $recaptcha_public_key = '';
|
285 |
isset($options['recaptcha_private_key']) ? $recaptcha_private_key = $options['recaptcha_private_key'] : $recaptcha_private_key = '';
|
286 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
287 |
$db_options = true;
|
288 |
}
|
289 |
else {
|
290 |
$db_options = false;
|
291 |
$options['fieldset_title'] = "";
|
|
|
292 |
$welcome_email = '';
|
|
|
|
|
|
|
|
|
293 |
$recaptcha_public_key = '';
|
294 |
$recaptcha_private_key = '';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
295 |
}
|
296 |
|
297 |
if ($wpdb->get_var("SHOW TABLES LIKE '$wpdb_wp_fields_table'") == $wpdb_wp_fields_table) {
|
412 |
</tr>
|
413 |
<tr>
|
414 |
<th scope="row">
|
415 |
+
<input type="checkbox" name="mail_include_fields" value="1"<?php checked(true, $options['mail_include_fields'], true); ?> />
|
416 |
<?php _e("Show all fields in the welcome email", $cimy_uef_domain); ?>
|
417 |
</th>
|
418 |
<td>
|
424 |
<?php if (!is_multisite()) { ?>
|
425 |
<tr>
|
426 |
<th scope="row">
|
427 |
+
<input type="checkbox" name="confirm_email" value="1"<?php checked(true, $options['confirm_email'], true); ?> />
|
428 |
<?php _e("Enable email confirmation", $cimy_uef_domain); ?>
|
429 |
</th>
|
430 |
<td>
|
437 |
</tr>
|
438 |
<tr>
|
439 |
<th scope="row">
|
440 |
+
<input type="checkbox" name="confirm_form" value="1"<?php checked(true, $options['confirm_form'], true); ?> />
|
441 |
<?php _e("Enable form confirmation", $cimy_uef_domain); ?>
|
442 |
</th>
|
443 |
<td>
|
457 |
</tr>
|
458 |
<tr>
|
459 |
<th scope="row">
|
460 |
+
<input type="checkbox" name="redirect_to" value="source"<?php checked("source", $options['redirect_to'], true); ?> />
|
461 |
<?php _e("Redirect to the source", $cimy_uef_domain); ?>
|
462 |
</th>
|
463 |
<td>
|
469 |
<?php } ?>
|
470 |
<tr>
|
471 |
<th scope="row">
|
472 |
+
<input type="radio" name="captcha" value="none"<?php checked("none", $options['captcha'], true); ?> />
|
473 |
<?php _e('No captcha', $cimy_uef_domain); ?></a>
|
474 |
</th>
|
475 |
<td>
|
477 |
</tr>
|
478 |
<tr>
|
479 |
<th scope="row">
|
480 |
+
<input type="radio" name="captcha" value="recaptcha"<?php checked("recaptcha", $options['captcha'], true); ?> />
|
481 |
<?php _e('Enable <a href="http://www.google.com/recaptcha" target="_blank">reCAPTCHA</a>', $cimy_uef_domain); ?></a>
|
482 |
</th>
|
483 |
<td>
|
493 |
</tr>
|
494 |
<tr>
|
495 |
<th scope="row">
|
496 |
+
<input type="radio" name="captcha" value="securimage"<?php checked("securimage", $options['captcha'], true); ?> />
|
497 |
<?php _e('Enable <a href="http://www.phpcaptcha.org/" target="_blank">Securimage Captcha</a>', $cimy_uef_domain); ?></a>
|
498 |
</th>
|
499 |
<td>
|
546 |
<td>
|
547 |
<?php
|
548 |
if ($db_wp_fields >= 0) {
|
|
|
549 |
?>
|
550 |
<select name="db_wp_fields">
|
551 |
<option value="none">- <?php _e("select action", $cimy_uef_domain); ?> -</option>
|
553 |
<option value="delete"><?php _e("Delete"); ?></option>
|
554 |
</select><?php
|
555 |
}
|
556 |
+
else
|
|
|
557 |
echo "<strong>".__("NOT PRESENT", $cimy_uef_domain)."</strong>";
|
|
|
558 |
?>
|
559 |
</td>
|
560 |
</tr>
|
620 |
<table class="form-table">
|
621 |
<tr>
|
622 |
<th scope="row" width="40%">
|
623 |
+
<input type="checkbox" name="hide_username" value="1"<?php checked(true, in_array('username', $options['aue_hidden_fields']), true); ?> /> <?php _e("Hide username field", $cimy_uef_domain); ?>
|
624 |
</th>
|
625 |
<td width="60%"></td>
|
626 |
</tr>
|
627 |
<tr>
|
628 |
<th>
|
629 |
+
<input type="checkbox" name="hide_name" value="1"<?php checked(true, in_array('name', $options['aue_hidden_fields']), true); ?> /> <?php _e("Hide name field", $cimy_uef_domain); ?>
|
630 |
</th>
|
631 |
<td></td>
|
632 |
</tr>
|
633 |
<tr>
|
634 |
+
<th scope="row"><input type="checkbox" name="hide_email" value="1"<?php checked(true, in_array('email', $options['aue_hidden_fields']), true); ?> /> <?php _e("Hide email field", $cimy_uef_domain); ?></th>
|
635 |
<td></td>
|
636 |
</tr>
|
637 |
<tr>
|
638 |
+
<th scope="row"><input type="checkbox" name="hide_role" value="1"<?php checked(true, in_array('role', $options['aue_hidden_fields']), true); ?> /> <?php _e("Hide role field", $cimy_uef_domain); ?></th>
|
639 |
<td></td>
|
640 |
</tr>
|
641 |
<tr>
|
642 |
+
<th scope="row"><input type="checkbox" name="hide_website" value="1"<?php checked(true, in_array('website', $options['aue_hidden_fields']), true); ?> /> <?php _e("Hide website field", $cimy_uef_domain); ?></th>
|
643 |
<td></td>
|
644 |
</tr>
|
645 |
<tr>
|
646 |
+
<th><input type="checkbox" name="hide_posts" value="1"<?php checked(true, in_array('posts', $options['aue_hidden_fields']), true); ?> /> <?php _e("Hide n. posts field", $cimy_uef_domain); ?></th>
|
647 |
<td></td>
|
648 |
</tr>
|
649 |
</table>
|
651 |
<h3><?php _e("WordPress hidden fields", $cimy_uef_domain); ?></h3>
|
652 |
<table class="form-table">
|
653 |
<tr>
|
654 |
+
<th scope="row" width="40%"><input type="checkbox" name="show_wp_password" value="1"<?php checked(true, in_array('password', $options['wp_hidden_fields']), true); disabled(true, $db_wp_fields < 0, true); ?> /> <?php _e("Show password", $cimy_uef_domain); ?></th>
|
655 |
<td width="60%"></td>
|
656 |
</tr>
|
657 |
<tr>
|
658 |
+
<th> <input type="checkbox" name="show_wp_password2" value="1"<?php checked(true, in_array('password2', $options['wp_hidden_fields']), true); disabled(true, $db_wp_fields < 0, true); ?> /> <?php _e("Show confirmation password", $cimy_uef_domain); ?></th>
|
659 |
<td></td>
|
660 |
</tr>
|
661 |
<tr>
|
662 |
+
<th> <input type="checkbox" name="show_wp_password_meter" value="1"<?php checked(true, $options['password_meter'], true); disabled(true, $db_wp_fields < 0, true); ?> /> <?php _e("Show password strength meter", $cimy_uef_domain); ?></th>
|
663 |
<td></td>
|
664 |
</tr>
|
665 |
<tr>
|
666 |
+
<th><input type="checkbox" name="show_wp_firstname" value="1"<?php checked(true, in_array('firstname', $options['wp_hidden_fields']), true); disabled(true, $db_wp_fields < 0, true); ?> /> <?php _e("Show first name", $cimy_uef_domain); ?></th>
|
667 |
<td></td>
|
668 |
</tr>
|
669 |
<tr>
|
670 |
+
<th><input type="checkbox" name="show_wp_lastname" value="1"<?php checked(true, in_array('lastname', $options['wp_hidden_fields']), true); disabled(true, $db_wp_fields < 0, true); ?> /> <?php _e("Show last name", $cimy_uef_domain); ?></th>
|
671 |
<td></td>
|
672 |
</tr>
|
673 |
<tr>
|
674 |
+
<th><input type="checkbox" name="show_wp_nickname" value="1"<?php checked(true, in_array('nickname', $options['wp_hidden_fields']), true); disabled(true, $db_wp_fields < 0, true); ?> /> <?php _e("Show nickname", $cimy_uef_domain); ?></th>
|
675 |
<td></td>
|
676 |
</tr>
|
677 |
<tr>
|
678 |
+
<th scope="row"><input type="checkbox" name="show_wp_website" value="1"<?php checked(true, in_array('website', $options['wp_hidden_fields']), true); disabled(true, $db_wp_fields < 0, true); ?> /> <?php _e("Show website", $cimy_uef_domain); ?></th>
|
679 |
<td></td>
|
680 |
</tr>
|
681 |
<tr>
|
682 |
+
<th scope="row"><input type="checkbox" name="show_wp_aim" value="1"<?php checked(true, in_array('aim', $options['wp_hidden_fields']), true); disabled(true, $db_wp_fields < 0, true); ?> /> <?php _e("Show AIM", $cimy_uef_domain); ?></th>
|
683 |
<td></td>
|
684 |
</tr>
|
685 |
<tr>
|
686 |
+
<th scope="row"><input type="checkbox" name="show_wp_yahoo" value="1"<?php checked(true, in_array('yahoo', $options['wp_hidden_fields']), true); disabled(true, $db_wp_fields < 0, true); ?> /> <?php _e("Show Yahoo IM", $cimy_uef_domain); ?></th>
|
687 |
<td></td>
|
688 |
</tr>
|
689 |
<tr>
|
690 |
+
<th scope="row"><input type="checkbox" name="show_wp_jgt" value="1"<?php checked(true, in_array('jgt', $options['wp_hidden_fields']), true); disabled(true, $db_wp_fields < 0, true); ?> /> <?php _e("Show Jabber / Google Talk", $cimy_uef_domain); ?></th>
|
691 |
<td></td>
|
692 |
</tr>
|
693 |
<tr>
|
694 |
+
<th scope="row"><input type="checkbox" name="show_wp_bio-info" value="1"<?php checked(true, in_array('bio-info', $options['wp_hidden_fields']), true); disabled(true, $db_wp_fields < 0, true); ?> /> <?php _e("Show Biographical Info", $cimy_uef_domain); ?></th>
|
695 |
<td></td>
|
696 |
</tr>
|
697 |
</table>
|
cimy_uef_profile.php
CHANGED
@@ -71,7 +71,7 @@ function cimy_extract_ExtraFields() {
|
|
71 |
$name = $thisField['NAME'];
|
72 |
$rules = $thisField['RULES'];
|
73 |
$type = $thisField['TYPE'];
|
74 |
-
$label =
|
75 |
$description = cimy_uef_sanitize_content($thisField['DESCRIPTION']);
|
76 |
$fieldset = $thisField['FIELDSET'];
|
77 |
$input_name = $fields_name_prefix.esc_attr($name);
|
@@ -130,7 +130,9 @@ function cimy_extract_ExtraFields() {
|
|
130 |
echo "\t";
|
131 |
echo "<tr>";
|
132 |
echo "\n\t";
|
133 |
-
|
|
|
|
|
134 |
$value = esc_attr($value);
|
135 |
$old_value = esc_attr($old_value);
|
136 |
$obj_class = '';
|
@@ -139,7 +141,7 @@ function cimy_extract_ExtraFields() {
|
|
139 |
case "picture-url":
|
140 |
case "password":
|
141 |
case "text":
|
142 |
-
$obj_label = '<label for="'.$fields_name_prefix.$field_id.'">'
|
143 |
$obj_name = ' name="'.$input_name.'"';
|
144 |
|
145 |
if ($type == "picture-url")
|
@@ -162,7 +164,7 @@ function cimy_extract_ExtraFields() {
|
|
162 |
break;
|
163 |
|
164 |
case "textarea":
|
165 |
-
$obj_label = '<label for="'.$fields_name_prefix.$field_id.'">'
|
166 |
$obj_name = ' name="'.$input_name.'"';
|
167 |
$obj_type = "";
|
168 |
$obj_value = "";
|
@@ -171,7 +173,8 @@ function cimy_extract_ExtraFields() {
|
|
171 |
$obj_tag = "textarea";
|
172 |
$obj_closing_tag = true;
|
173 |
$obj_style = "";
|
174 |
-
|
|
|
175 |
if (cimy_uef_is_field_disabled($type, $rules['edit'], $old_value))
|
176 |
$obj_disabled = ' disabled="disabled"';
|
177 |
else
|
@@ -185,7 +188,7 @@ function cimy_extract_ExtraFields() {
|
|
185 |
else
|
186 |
$tiny_mce_objects .= ",".$fields_name_prefix.$field_id;
|
187 |
|
188 |
-
$obj_label = '<label for="'.$fields_name_prefix.$field_id.'">'
|
189 |
$obj_name = ' name="'.$input_name.'"';
|
190 |
$obj_type = "";
|
191 |
$obj_value = "";
|
@@ -194,8 +197,8 @@ function cimy_extract_ExtraFields() {
|
|
194 |
$obj_tag = "textarea";
|
195 |
$obj_closing_tag = true;
|
196 |
$obj_style = "";
|
197 |
-
$obj_class = '';
|
198 |
-
|
199 |
if (cimy_uef_is_field_disabled($type, $rules['edit'], $old_value))
|
200 |
$obj_disabled = ' disabled="disabled"';
|
201 |
else
|
@@ -204,7 +207,8 @@ function cimy_extract_ExtraFields() {
|
|
204 |
|
205 |
case "dropdown-multi":
|
206 |
case "dropdown":
|
207 |
-
|
|
|
208 |
$label = $ret['label'];
|
209 |
$html = $ret['html'];
|
210 |
|
@@ -235,7 +239,7 @@ function cimy_extract_ExtraFields() {
|
|
235 |
break;
|
236 |
|
237 |
case "checkbox":
|
238 |
-
$obj_label = '<label for="'.$fields_name_prefix.$field_id.'">'
|
239 |
$obj_name = ' name="'.$input_name.'"';
|
240 |
$obj_type = ' type="'.$type.'"';
|
241 |
$obj_value = ' value="1"';
|
@@ -253,7 +257,7 @@ function cimy_extract_ExtraFields() {
|
|
253 |
break;
|
254 |
|
255 |
case "radio":
|
256 |
-
$obj_label = '<label for="'.$fields_name_prefix.$field_id.'"> '
|
257 |
$obj_name = ' name="'.$input_name.'"';
|
258 |
$obj_type = ' type="'.$type.'"';
|
259 |
$obj_value = ' value="'.$field_id.'"';
|
@@ -287,7 +291,7 @@ function cimy_extract_ExtraFields() {
|
|
287 |
|
288 |
// javascript will be added later
|
289 |
$upload_file_function = true;
|
290 |
-
$obj_label = '<label for="'.$fields_name_prefix.$field_id.'">'
|
291 |
$obj_class = '';
|
292 |
$obj_name = ' name="'.$input_name.'"';
|
293 |
$obj_type = ' type="file"';
|
@@ -324,7 +328,7 @@ function cimy_extract_ExtraFields() {
|
|
324 |
else
|
325 |
$obj_value = cimy_get_formatted_date($value);
|
326 |
|
327 |
-
$obj_label = '<label>'
|
328 |
|
329 |
break;
|
330 |
}
|
71 |
$name = $thisField['NAME'];
|
72 |
$rules = $thisField['RULES'];
|
73 |
$type = $thisField['TYPE'];
|
74 |
+
$label = $thisField['LABEL'];
|
75 |
$description = cimy_uef_sanitize_content($thisField['DESCRIPTION']);
|
76 |
$fieldset = $thisField['FIELDSET'];
|
77 |
$input_name = $fields_name_prefix.esc_attr($name);
|
130 |
echo "\t";
|
131 |
echo "<tr>";
|
132 |
echo "\n\t";
|
133 |
+
|
134 |
+
// if you use it you need to escape it!
|
135 |
+
$non_escaped_value = $value;
|
136 |
$value = esc_attr($value);
|
137 |
$old_value = esc_attr($old_value);
|
138 |
$obj_class = '';
|
141 |
case "picture-url":
|
142 |
case "password":
|
143 |
case "text":
|
144 |
+
$obj_label = '<label for="'.$fields_name_prefix.$field_id.'">'.cimy_uef_sanitize_content($label).'</label>';
|
145 |
$obj_name = ' name="'.$input_name.'"';
|
146 |
|
147 |
if ($type == "picture-url")
|
164 |
break;
|
165 |
|
166 |
case "textarea":
|
167 |
+
$obj_label = '<label for="'.$fields_name_prefix.$field_id.'">'.cimy_uef_sanitize_content($label).'</label>';
|
168 |
$obj_name = ' name="'.$input_name.'"';
|
169 |
$obj_type = "";
|
170 |
$obj_value = "";
|
173 |
$obj_tag = "textarea";
|
174 |
$obj_closing_tag = true;
|
175 |
$obj_style = "";
|
176 |
+
$obj_class = ' class="cimy_uef_textarea"';
|
177 |
+
|
178 |
if (cimy_uef_is_field_disabled($type, $rules['edit'], $old_value))
|
179 |
$obj_disabled = ' disabled="disabled"';
|
180 |
else
|
188 |
else
|
189 |
$tiny_mce_objects .= ",".$fields_name_prefix.$field_id;
|
190 |
|
191 |
+
$obj_label = '<label for="'.$fields_name_prefix.$field_id.'">'.cimy_uef_sanitize_content($label).'</label>';
|
192 |
$obj_name = ' name="'.$input_name.'"';
|
193 |
$obj_type = "";
|
194 |
$obj_value = "";
|
197 |
$obj_tag = "textarea";
|
198 |
$obj_closing_tag = true;
|
199 |
$obj_style = "";
|
200 |
+
$obj_class = ' class="cimy_uef_textarea"';
|
201 |
+
|
202 |
if (cimy_uef_is_field_disabled($type, $rules['edit'], $old_value))
|
203 |
$obj_disabled = ' disabled="disabled"';
|
204 |
else
|
207 |
|
208 |
case "dropdown-multi":
|
209 |
case "dropdown":
|
210 |
+
// cimy_dropDownOptions uses cimy_uef_sanitize_content and esc_attr by itself
|
211 |
+
$ret = cimy_dropDownOptions($label, $non_escaped_value);
|
212 |
$label = $ret['label'];
|
213 |
$html = $ret['html'];
|
214 |
|
239 |
break;
|
240 |
|
241 |
case "checkbox":
|
242 |
+
$obj_label = '<label for="'.$fields_name_prefix.$field_id.'">'.cimy_uef_sanitize_content($label).'</label>';
|
243 |
$obj_name = ' name="'.$input_name.'"';
|
244 |
$obj_type = ' type="'.$type.'"';
|
245 |
$obj_value = ' value="1"';
|
257 |
break;
|
258 |
|
259 |
case "radio":
|
260 |
+
$obj_label = '<label for="'.$fields_name_prefix.$field_id.'"> '.cimy_uef_sanitize_content($label).'</label>';
|
261 |
$obj_name = ' name="'.$input_name.'"';
|
262 |
$obj_type = ' type="'.$type.'"';
|
263 |
$obj_value = ' value="'.$field_id.'"';
|
291 |
|
292 |
// javascript will be added later
|
293 |
$upload_file_function = true;
|
294 |
+
$obj_label = '<label for="'.$fields_name_prefix.$field_id.'">'.cimy_uef_sanitize_content($label).'</label>';
|
295 |
$obj_class = '';
|
296 |
$obj_name = ' name="'.$input_name.'"';
|
297 |
$obj_type = ' type="file"';
|
328 |
else
|
329 |
$obj_value = cimy_get_formatted_date($value);
|
330 |
|
331 |
+
$obj_label = '<label>'.cimy_uef_sanitize_content($label).'</label>';
|
332 |
|
333 |
break;
|
334 |
}
|
cimy_uef_register.php
CHANGED
@@ -76,6 +76,10 @@ function cimy_register_user_extra_fields($user_id, $password="", $meta=array())
|
|
76 |
if (isset($meta["blog_id"]))
|
77 |
cimy_switch_to_blog($meta);
|
78 |
|
|
|
|
|
|
|
|
|
79 |
// avoid to save stuff if user is being added from: /wp-admin/user-new.php and shit WP 3.1 changed the value just to create new bugs :@
|
80 |
if (($_POST["action"] == "adduser") || ($_POST["action"] == "createuser"))
|
81 |
return;
|
@@ -150,7 +154,8 @@ function cimy_register_user_extra_fields($user_id, $password="", $meta=array())
|
|
150 |
if (isset($meta[$input_name]))
|
151 |
$data = stripslashes($meta[$input_name]);
|
152 |
else if (isset($_POST[$input_name])) {
|
153 |
-
if
|
|
|
154 |
$data = stripslashes(implode(",", $_POST[$input_name]));
|
155 |
else
|
156 |
$data = stripslashes($_POST[$input_name]);
|
@@ -442,12 +447,12 @@ function cimy_registration_check($user_login, $user_email, $errors) {
|
|
442 |
// OR if regex rule is not set
|
443 |
// THEN switch to uppercase
|
444 |
if (((!in_array($type, $rule_equalto_case_sensitive)) || (!$rules['equal_to_case_sensitive'])) && ((!in_array($type, $rule_equalto_regex)) || (!$rules['equal_to_regex']))) {
|
445 |
-
|
446 |
$value = strtoupper($value);
|
447 |
$equalTo = strtoupper($equalTo);
|
448 |
}
|
449 |
|
450 |
if ($rules['equal_to_regex']) {
|
|
|
451 |
if (!preg_match($equalTo, $value)) {
|
452 |
$equalmsg = " ".__("isn’t correct", $cimy_uef_domain);
|
453 |
$errors->add($unique_id, '<strong>'.__("ERROR", $cimy_uef_domain).'</strong>: '.$label.$equalmsg.'.');
|
@@ -667,7 +672,7 @@ function cimy_registration_form($errors=null, $show_type=0) {
|
|
667 |
$rules = $thisField['RULES'];
|
668 |
$type = $thisField['TYPE'];
|
669 |
$old_type = $type;
|
670 |
-
$label =
|
671 |
$description = cimy_uef_sanitize_content($thisField['DESCRIPTION']);
|
672 |
$fieldset = empty($thisField['FIELDSET']) ? 0 : $thisField['FIELDSET'];
|
673 |
$input_name = $prefix.esc_attr($name);
|
@@ -773,7 +778,7 @@ function cimy_registration_form($errors=null, $show_type=0) {
|
|
773 |
case "picture-url":
|
774 |
case "password":
|
775 |
case "text":
|
776 |
-
$obj_label = '<label for="'.$unique_id.'">'
|
777 |
$obj_class = ' class="'.$input_class.'"';
|
778 |
$obj_name = ' name="'.$input_name.'"';
|
779 |
|
@@ -791,7 +796,8 @@ function cimy_registration_form($errors=null, $show_type=0) {
|
|
791 |
|
792 |
case "dropdown":
|
793 |
case "dropdown-multi":
|
794 |
-
|
|
|
795 |
$label = $ret['label'];
|
796 |
$html = $ret['html'];
|
797 |
|
@@ -813,7 +819,7 @@ function cimy_registration_form($errors=null, $show_type=0) {
|
|
813 |
break;
|
814 |
|
815 |
case "textarea":
|
816 |
-
$obj_label = '<label for="'.$unique_id.'">'
|
817 |
$obj_class = ' class="'.$input_class.'"';
|
818 |
$obj_name = ' name="'.$input_name.'"';
|
819 |
$obj_type = "";
|
@@ -830,7 +836,7 @@ function cimy_registration_form($errors=null, $show_type=0) {
|
|
830 |
else
|
831 |
$tiny_mce_objects .= ",".$fields_name_prefix.$field_id;
|
832 |
|
833 |
-
$obj_label = '<label for="'.$unique_id.'">'
|
834 |
$obj_class = ' class="'.$input_class.'"';
|
835 |
$obj_name = ' name="'.$input_name.'"';
|
836 |
$obj_type = "";
|
@@ -842,7 +848,7 @@ function cimy_registration_form($errors=null, $show_type=0) {
|
|
842 |
break;
|
843 |
|
844 |
case "checkbox":
|
845 |
-
$obj_label = '<label class="cimy_uef_label_checkbox" for="'.$unique_id.'"> '
|
846 |
$obj_class = ' class="cimy_uef_checkbox"';
|
847 |
$obj_name = ' name="'.$input_name.'"';
|
848 |
$obj_type = ' type="'.$type.'"';
|
@@ -854,7 +860,7 @@ function cimy_registration_form($errors=null, $show_type=0) {
|
|
854 |
break;
|
855 |
|
856 |
case "radio":
|
857 |
-
$obj_label = '<label class="cimy_uef_label_radio" for="'.$unique_id.'"> '
|
858 |
$obj_class = ' class="cimy_uef_radio"';
|
859 |
$obj_name = ' name="'.$input_name.'"';
|
860 |
$obj_type = ' type="'.$type.'"';
|
@@ -897,7 +903,7 @@ function cimy_registration_form($errors=null, $show_type=0) {
|
|
897 |
|
898 |
// javascript will be added later
|
899 |
$upload_file_function = true;
|
900 |
-
$obj_label = '<label for="'.$unique_id.'">'
|
901 |
$obj_class = ' class="cimy_uef_picture"';
|
902 |
$obj_name = ' name="'.$input_name.'"';
|
903 |
$obj_type = ' type="file"';
|
@@ -919,7 +925,7 @@ function cimy_registration_form($errors=null, $show_type=0) {
|
|
919 |
break;
|
920 |
case 'dropdown':
|
921 |
case 'dropdown-multi':
|
922 |
-
$ret = cimy_dropDownOptions($label,
|
923 |
$label = $ret['label'];
|
924 |
break;
|
925 |
case 'picture':
|
@@ -936,7 +942,7 @@ function cimy_registration_form($errors=null, $show_type=0) {
|
|
936 |
break;
|
937 |
}
|
938 |
if ($old_type != "password") {
|
939 |
-
$obj_label = '<label for="'.$unique_id.'">'
|
940 |
if (empty($obj_value2))
|
941 |
$obj_value2 = cimy_uef_sanitize_content($value);
|
942 |
}
|
@@ -998,7 +1004,7 @@ function cimy_registration_form($errors=null, $show_type=0) {
|
|
998 |
echo "<input type=\"hidden\" name=\"".esc_attr($field_id_data)."_size\" id=\"".esc_attr($field_id_data)."_size\" value=\"".strval($_FILES[$input_name]['size'] / 1024)."\" />";
|
999 |
echo "<input type=\"hidden\" name=\"".esc_attr($field_id_data)."_type\" id=\"".esc_attr($field_id_data)."_type\" value=\"".strval($_FILES[$input_name]['type'])."\" />";
|
1000 |
}
|
1001 |
-
if (($old_type == "picture") || ($old_type == "avatar")) {
|
1002 |
if (!$is_jquery_added) {
|
1003 |
wp_print_scripts("jquery");
|
1004 |
$is_jquery_added = true;
|
@@ -1087,7 +1093,7 @@ function cimy_registration_form($errors=null, $show_type=0) {
|
|
1087 |
wp_print_scripts('cimy_uef_img_selection');
|
1088 |
}
|
1089 |
|
1090 |
-
if ($options['captcha'] == "securimage") {
|
1091 |
global $cuef_securimage_webpath;
|
1092 |
?>
|
1093 |
<div style="width: 278px; float: left; height: 80px; vertical-align: text-top;">
|
@@ -1102,7 +1108,7 @@ function cimy_registration_form($errors=null, $show_type=0) {
|
|
1102 |
<?php
|
1103 |
}
|
1104 |
|
1105 |
-
if (($options['captcha'] == "recaptcha") && (!empty($options['recaptcha_public_key'])) && (!empty($options['recaptcha_private_key']))) {
|
1106 |
require_once($cuef_plugin_dir.'/recaptcha/recaptchalib.php');
|
1107 |
|
1108 |
?>
|
76 |
if (isset($meta["blog_id"]))
|
77 |
cimy_switch_to_blog($meta);
|
78 |
|
79 |
+
// avoid to save stuff if user created from wp_create_user function
|
80 |
+
if ((empty($meta)) && (empty($_POST)))
|
81 |
+
return;
|
82 |
+
|
83 |
// avoid to save stuff if user is being added from: /wp-admin/user-new.php and shit WP 3.1 changed the value just to create new bugs :@
|
84 |
if (($_POST["action"] == "adduser") || ($_POST["action"] == "createuser"))
|
85 |
return;
|
154 |
if (isset($meta[$input_name]))
|
155 |
$data = stripslashes($meta[$input_name]);
|
156 |
else if (isset($_POST[$input_name])) {
|
157 |
+
// if form confirmation is enabled then there is no more an array but a string!
|
158 |
+
if (($type == "dropdown-multi") && (is_array($_POST[$input_name])))
|
159 |
$data = stripslashes(implode(",", $_POST[$input_name]));
|
160 |
else
|
161 |
$data = stripslashes($_POST[$input_name]);
|
447 |
// OR if regex rule is not set
|
448 |
// THEN switch to uppercase
|
449 |
if (((!in_array($type, $rule_equalto_case_sensitive)) || (!$rules['equal_to_case_sensitive'])) && ((!in_array($type, $rule_equalto_regex)) || (!$rules['equal_to_regex']))) {
|
|
|
450 |
$value = strtoupper($value);
|
451 |
$equalTo = strtoupper($equalTo);
|
452 |
}
|
453 |
|
454 |
if ($rules['equal_to_regex']) {
|
455 |
+
$equalTo = (($rules['equal_to_case_sensitive']) ? $equalTo.'u' : $equalTo.'iu');
|
456 |
if (!preg_match($equalTo, $value)) {
|
457 |
$equalmsg = " ".__("isn’t correct", $cimy_uef_domain);
|
458 |
$errors->add($unique_id, '<strong>'.__("ERROR", $cimy_uef_domain).'</strong>: '.$label.$equalmsg.'.');
|
672 |
$rules = $thisField['RULES'];
|
673 |
$type = $thisField['TYPE'];
|
674 |
$old_type = $type;
|
675 |
+
$label = $thisField['LABEL'];
|
676 |
$description = cimy_uef_sanitize_content($thisField['DESCRIPTION']);
|
677 |
$fieldset = empty($thisField['FIELDSET']) ? 0 : $thisField['FIELDSET'];
|
678 |
$input_name = $prefix.esc_attr($name);
|
778 |
case "picture-url":
|
779 |
case "password":
|
780 |
case "text":
|
781 |
+
$obj_label = '<label for="'.$unique_id.'">'.cimy_uef_sanitize_content($label).'</label>';
|
782 |
$obj_class = ' class="'.$input_class.'"';
|
783 |
$obj_name = ' name="'.$input_name.'"';
|
784 |
|
796 |
|
797 |
case "dropdown":
|
798 |
case "dropdown-multi":
|
799 |
+
// cimy_dropDownOptions uses cimy_uef_sanitize_content and esc_attr by itself
|
800 |
+
$ret = cimy_dropDownOptions($label, $value);
|
801 |
$label = $ret['label'];
|
802 |
$html = $ret['html'];
|
803 |
|
819 |
break;
|
820 |
|
821 |
case "textarea":
|
822 |
+
$obj_label = '<label for="'.$unique_id.'">'.cimy_uef_sanitize_content($label).'</label>';
|
823 |
$obj_class = ' class="'.$input_class.'"';
|
824 |
$obj_name = ' name="'.$input_name.'"';
|
825 |
$obj_type = "";
|
836 |
else
|
837 |
$tiny_mce_objects .= ",".$fields_name_prefix.$field_id;
|
838 |
|
839 |
+
$obj_label = '<label for="'.$unique_id.'">'.cimy_uef_sanitize_content($label).'</label>';
|
840 |
$obj_class = ' class="'.$input_class.'"';
|
841 |
$obj_name = ' name="'.$input_name.'"';
|
842 |
$obj_type = "";
|
848 |
break;
|
849 |
|
850 |
case "checkbox":
|
851 |
+
$obj_label = '<label class="cimy_uef_label_checkbox" for="'.$unique_id.'"> '.cimy_uef_sanitize_content($label).'</label><br />';
|
852 |
$obj_class = ' class="cimy_uef_checkbox"';
|
853 |
$obj_name = ' name="'.$input_name.'"';
|
854 |
$obj_type = ' type="'.$type.'"';
|
860 |
break;
|
861 |
|
862 |
case "radio":
|
863 |
+
$obj_label = '<label class="cimy_uef_label_radio" for="'.$unique_id.'"> '.cimy_uef_sanitize_content($label).'</label>';
|
864 |
$obj_class = ' class="cimy_uef_radio"';
|
865 |
$obj_name = ' name="'.$input_name.'"';
|
866 |
$obj_type = ' type="'.$type.'"';
|
903 |
|
904 |
// javascript will be added later
|
905 |
$upload_file_function = true;
|
906 |
+
$obj_label = '<label for="'.$unique_id.'">'.cimy_uef_sanitize_content($label).' </label>';
|
907 |
$obj_class = ' class="cimy_uef_picture"';
|
908 |
$obj_name = ' name="'.$input_name.'"';
|
909 |
$obj_type = ' type="file"';
|
925 |
break;
|
926 |
case 'dropdown':
|
927 |
case 'dropdown-multi':
|
928 |
+
$ret = cimy_dropDownOptions($label, $value);
|
929 |
$label = $ret['label'];
|
930 |
break;
|
931 |
case 'picture':
|
942 |
break;
|
943 |
}
|
944 |
if ($old_type != "password") {
|
945 |
+
$obj_label = '<label for="'.$unique_id.'">'.cimy_uef_sanitize_content($label).' </label>';
|
946 |
if (empty($obj_value2))
|
947 |
$obj_value2 = cimy_uef_sanitize_content($value);
|
948 |
}
|
1004 |
echo "<input type=\"hidden\" name=\"".esc_attr($field_id_data)."_size\" id=\"".esc_attr($field_id_data)."_size\" value=\"".strval($_FILES[$input_name]['size'] / 1024)."\" />";
|
1005 |
echo "<input type=\"hidden\" name=\"".esc_attr($field_id_data)."_type\" id=\"".esc_attr($field_id_data)."_type\" value=\"".strval($_FILES[$input_name]['type'])."\" />";
|
1006 |
}
|
1007 |
+
if ((($old_type == "picture") || ($old_type == "avatar")) && (is_file($file_on_server))) {
|
1008 |
if (!$is_jquery_added) {
|
1009 |
wp_print_scripts("jquery");
|
1010 |
$is_jquery_added = true;
|
1093 |
wp_print_scripts('cimy_uef_img_selection');
|
1094 |
}
|
1095 |
|
1096 |
+
if (($show_type != 2) && ($options['captcha'] == "securimage")) {
|
1097 |
global $cuef_securimage_webpath;
|
1098 |
?>
|
1099 |
<div style="width: 278px; float: left; height: 80px; vertical-align: text-top;">
|
1108 |
<?php
|
1109 |
}
|
1110 |
|
1111 |
+
if (($show_type != 2) && ($options['captcha'] == "recaptcha") && (!empty($options['recaptcha_public_key'])) && (!empty($options['recaptcha_private_key']))) {
|
1112 |
require_once($cuef_plugin_dir.'/recaptcha/recaptchalib.php');
|
1113 |
|
1114 |
?>
|
cimy_user_extra_fields.php
CHANGED
@@ -2,13 +2,11 @@
|
|
2 |
/*
|
3 |
Plugin Name: Cimy User Extra Fields
|
4 |
Plugin URI: http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/
|
5 |
-
|
6 |
-
Version: 2.
|
7 |
Author: Marco Cimmino
|
8 |
Author URI: mailto:cimmino.marco@gmail.com
|
9 |
-
|
10 |
-
|
11 |
-
/*
|
12 |
|
13 |
Cimy User Extra Fields - Allows adding mySQL Data fields to store/add more user info
|
14 |
Copyright (c) 2006-2011 Marco Cimmino
|
@@ -109,7 +107,7 @@ RULES (stored into an associative array and serialized):
|
|
109 |
- 'show_in_profile': [true | false] => field is visible or not in user's profile
|
110 |
[all]
|
111 |
|
112 |
-
- 'show_in_aeu': [true | false] => field is visible or not in
|
113 |
[all]
|
114 |
|
115 |
TYPE can be:
|
@@ -130,16 +128,13 @@ TYPE can be:
|
|
130 |
*/
|
131 |
|
132 |
// pre 2.6 compatibility or if not defined
|
133 |
-
if (!defined("WP_CONTENT_URL"))
|
134 |
-
define("WP_CONTENT_URL", get_option("siteurl")."/wp_content");
|
135 |
-
|
136 |
if (!defined("WP_CONTENT_DIR"))
|
137 |
define("WP_CONTENT_DIR", ABSPATH."/wp_content");
|
138 |
|
139 |
$cuef_plugin_name = basename(__FILE__);
|
140 |
$cuef_plugin_path = plugin_basename(dirname(__FILE__))."/";
|
141 |
$cuef_upload_path = WP_CONTENT_DIR."/Cimy_User_Extra_Fields/";
|
142 |
-
$cuef_upload_webpath =
|
143 |
|
144 |
if (is_multisite()) {
|
145 |
$cuef_plugin_path = "Cimy_User_Extra_Fields/";
|
@@ -149,15 +144,9 @@ if (is_multisite()) {
|
|
149 |
$cuef_plugin_path = "cimy-user-extra-fields/";
|
150 |
|
151 |
$cuef_plugin_dir.= $cuef_plugin_path;
|
152 |
-
// $cuef_css_webpath = WP_CONTENT_URL."/".$cimy_uef_plugins_dir."/".$cuef_plugin_path."css/";
|
153 |
-
// $cuef_js_webpath = WP_CONTENT_URL."/".$cimy_uef_plugins_dir."/".$cuef_plugin_path."js/";
|
154 |
-
// $cuef_securimage_webpath = WP_CONTENT_URL."/".$cimy_uef_plugins_dir."/".$cuef_plugin_path."securimage/";
|
155 |
}
|
156 |
else {
|
157 |
$cuef_plugin_dir = WP_CONTENT_DIR."/plugins/".$cuef_plugin_path;
|
158 |
-
// $cuef_css_webpath = WP_CONTENT_URL."/plugins/".$cuef_plugin_path."css/";
|
159 |
-
// $cuef_js_webpath = WP_CONTENT_URL."/plugins/".$cuef_plugin_path."js/";
|
160 |
-
// $cuef_securimage_webpath = WP_CONTENT_URL."/plugins/".$cuef_plugin_path."securimage/";
|
161 |
}
|
162 |
|
163 |
// let's use plugins_url to build urls, take in account https too
|
@@ -171,7 +160,6 @@ $cuef_securimage_webpath = plugins_url($cimy_uef_plugins_dirprefix."securimage",
|
|
171 |
|
172 |
wp_register_script("cimy_uef_upload_file", $cuef_js_webpath."/upload_file.js", false, false);
|
173 |
wp_register_script("cimy_uef_img_selection", $cuef_js_webpath."/img_selection.js", false, false);
|
174 |
-
wp_register_style("cimy_uef_register", $cuef_css_webpath."/cimy_uef_register.css", false, false);
|
175 |
|
176 |
function cimy_uef_admin_init() {
|
177 |
global $cuef_js_webpath;
|
@@ -190,7 +178,7 @@ require_once($cuef_plugin_dir.'/cimy_uef_options.php');
|
|
190 |
require_once($cuef_plugin_dir.'/cimy_uef_admin.php');
|
191 |
|
192 |
$cimy_uef_name = "Cimy User Extra Fields";
|
193 |
-
$cimy_uef_version = "2.
|
194 |
$cimy_uef_url = "http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/";
|
195 |
$cimy_project_url = "http://www.marcocimmino.net/cimy-wordpress-plugins/support-the-cimy-project-paypal/";
|
196 |
|
@@ -470,6 +458,15 @@ $wp_fields_name_prefix = "cimy_uef_wp_";
|
|
470 |
|
471 |
// added for WordPress MU support
|
472 |
if (is_multisite()) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
473 |
// add action to delete all files/images when deleting a blog
|
474 |
add_action('delete_blog', 'cimy_delete_blog_info', 10, 2);
|
475 |
|
@@ -517,6 +514,9 @@ if (is_multisite()) {
|
|
517 |
}
|
518 |
// if is NOT multisite
|
519 |
else {
|
|
|
|
|
|
|
520 |
// add checks for extra fields in the registration form
|
521 |
add_action('register_post', 'cimy_registration_check', 10, 3);
|
522 |
|
@@ -597,7 +597,7 @@ add_action('profile_update', 'cimy_update_ExtraFields');
|
|
597 |
add_action('activate_'.$cuef_plugin_path.$cuef_plugin_name,'cimy_plugin_install');
|
598 |
|
599 |
// function that add all submenus
|
600 |
-
add_action('admin_menu', 'cimy_admin_menu_custom');
|
601 |
|
602 |
// delete user extra fields data when a user is deleted
|
603 |
add_action('delete_user', 'cimy_delete_user_info');
|
@@ -707,7 +707,10 @@ function cimy_uef_avatar_filter($avatar, $id_or_email, $size, $default, $alt="")
|
|
707 |
}
|
708 |
|
709 |
function cimy_uef_register_css() {
|
710 |
-
|
|
|
|
|
|
|
711 |
}
|
712 |
|
713 |
function cimy_change_login_registration_logo() {
|
@@ -753,16 +756,20 @@ function cimy_admin_menu_custom() {
|
|
753 |
if (isset($cimy_top_menu) && (!is_multisite())) {
|
754 |
add_submenu_page('cimy_series.php', $cimy_uef_name.": ".__("Options"), "UEF: ".__("Options"), 'manage_options', "user_extra_fields_options", 'cimy_show_options_notembedded');
|
755 |
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');
|
756 |
-
$aue_page = add_submenu_page('profile.php', __('Users Extended', $cimy_uef_domain), __('Users Extended', $cimy_uef_domain), 'list_users', "
|
757 |
}
|
758 |
else {
|
759 |
if ((is_multisite()) && ($cimy_uef_plugins_dir == "mu-plugins")) {
|
760 |
-
|
761 |
-
|
|
|
|
|
|
|
|
|
762 |
}
|
763 |
else {
|
764 |
add_options_page($cimy_uef_name, $cimy_uef_name, 'manage_options', "user_extra_fields", 'cimy_admin_define_extra_fields');
|
765 |
-
$aue_page = add_submenu_page('profile.php', __('Users Extended', $cimy_uef_domain), __('Users Extended', $cimy_uef_domain), 'list_users', "
|
766 |
}
|
767 |
}
|
768 |
if (!empty($aue_page))
|
@@ -774,7 +781,7 @@ function cimy_manage_upload($input_name, $user_login, $rules, $old_file=false, $
|
|
774 |
|
775 |
$type_path = "";
|
776 |
if (($type == "file") || ($type == "avatar"))
|
777 |
-
$type_path.= $type;
|
778 |
|
779 |
$blog_path = $cuef_upload_path;
|
780 |
|
@@ -798,11 +805,11 @@ function cimy_manage_upload($input_name, $user_login, $rules, $old_file=false, $
|
|
798 |
|
799 |
if (!empty($user_login)) {
|
800 |
$user_path = $blog_path.$user_login."/";
|
801 |
-
$file_path = $blog_path.$user_login."/".$type_path
|
802 |
}
|
803 |
else {
|
804 |
$user_path = $blog_path;
|
805 |
-
$file_path = $blog_path.$type_path
|
806 |
}
|
807 |
if (!empty($new_filename))
|
808 |
$file_name = $new_filename;
|
@@ -865,9 +872,9 @@ function cimy_manage_upload($input_name, $user_login, $rules, $old_file=false, $
|
|
865 |
$data.= $blog_id."/";
|
866 |
|
867 |
if (empty($user_login))
|
868 |
-
$data .= $type_path
|
869 |
else
|
870 |
-
$data .= $user_login."/".$type_path
|
871 |
|
872 |
// filesize in Byte transformed in KiloByte
|
873 |
$file_size = $_FILES[$input_name]['size'] / 1024;
|
2 |
/*
|
3 |
Plugin Name: Cimy User Extra Fields
|
4 |
Plugin URI: http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/
|
5 |
+
Description: Add some useful fields to registration and user's info
|
6 |
+
Version: 2.2.0
|
7 |
Author: Marco Cimmino
|
8 |
Author URI: mailto:cimmino.marco@gmail.com
|
9 |
+
License: GPL2
|
|
|
|
|
10 |
|
11 |
Cimy User Extra Fields - Allows adding mySQL Data fields to store/add more user info
|
12 |
Copyright (c) 2006-2011 Marco Cimmino
|
107 |
- 'show_in_profile': [true | false] => field is visible or not in user's profile
|
108 |
[all]
|
109 |
|
110 |
+
- 'show_in_aeu': [true | false] => field is visible or not in Users Extended page
|
111 |
[all]
|
112 |
|
113 |
TYPE can be:
|
128 |
*/
|
129 |
|
130 |
// pre 2.6 compatibility or if not defined
|
|
|
|
|
|
|
131 |
if (!defined("WP_CONTENT_DIR"))
|
132 |
define("WP_CONTENT_DIR", ABSPATH."/wp_content");
|
133 |
|
134 |
$cuef_plugin_name = basename(__FILE__);
|
135 |
$cuef_plugin_path = plugin_basename(dirname(__FILE__))."/";
|
136 |
$cuef_upload_path = WP_CONTENT_DIR."/Cimy_User_Extra_Fields/";
|
137 |
+
$cuef_upload_webpath = content_url("Cimy_User_Extra_Fields/");
|
138 |
|
139 |
if (is_multisite()) {
|
140 |
$cuef_plugin_path = "Cimy_User_Extra_Fields/";
|
144 |
$cuef_plugin_path = "cimy-user-extra-fields/";
|
145 |
|
146 |
$cuef_plugin_dir.= $cuef_plugin_path;
|
|
|
|
|
|
|
147 |
}
|
148 |
else {
|
149 |
$cuef_plugin_dir = WP_CONTENT_DIR."/plugins/".$cuef_plugin_path;
|
|
|
|
|
|
|
150 |
}
|
151 |
|
152 |
// let's use plugins_url to build urls, take in account https too
|
160 |
|
161 |
wp_register_script("cimy_uef_upload_file", $cuef_js_webpath."/upload_file.js", false, false);
|
162 |
wp_register_script("cimy_uef_img_selection", $cuef_js_webpath."/img_selection.js", false, false);
|
|
|
163 |
|
164 |
function cimy_uef_admin_init() {
|
165 |
global $cuef_js_webpath;
|
178 |
require_once($cuef_plugin_dir.'/cimy_uef_admin.php');
|
179 |
|
180 |
$cimy_uef_name = "Cimy User Extra Fields";
|
181 |
+
$cimy_uef_version = "2.2.0";
|
182 |
$cimy_uef_url = "http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/";
|
183 |
$cimy_project_url = "http://www.marcocimmino.net/cimy-wordpress-plugins/support-the-cimy-project-paypal/";
|
184 |
|
458 |
|
459 |
// added for WordPress MU support
|
460 |
if (is_multisite()) {
|
461 |
+
if ($cimy_uef_plugins_dir == "mu-plugins") {
|
462 |
+
// since WP 3.1 this is how is called the super admin menu
|
463 |
+
add_action('network_admin_menu', 'cimy_admin_menu_custom');
|
464 |
+
}
|
465 |
+
else {
|
466 |
+
// function that add all submenus
|
467 |
+
add_action('admin_menu', 'cimy_admin_menu_custom');
|
468 |
+
}
|
469 |
+
|
470 |
// add action to delete all files/images when deleting a blog
|
471 |
add_action('delete_blog', 'cimy_delete_blog_info', 10, 2);
|
472 |
|
514 |
}
|
515 |
// if is NOT multisite
|
516 |
else {
|
517 |
+
// function that add all submenus
|
518 |
+
add_action('admin_menu', 'cimy_admin_menu_custom');
|
519 |
+
|
520 |
// add checks for extra fields in the registration form
|
521 |
add_action('register_post', 'cimy_registration_check', 10, 3);
|
522 |
|
597 |
add_action('activate_'.$cuef_plugin_path.$cuef_plugin_name,'cimy_plugin_install');
|
598 |
|
599 |
// function that add all submenus
|
600 |
+
// add_action('admin_menu', 'cimy_admin_menu_custom');
|
601 |
|
602 |
// delete user extra fields data when a user is deleted
|
603 |
add_action('delete_user', 'cimy_delete_user_info');
|
707 |
}
|
708 |
|
709 |
function cimy_uef_register_css() {
|
710 |
+
global $cuef_css_webpath;
|
711 |
+
wp_register_style("cimy_uef_register", $cuef_css_webpath."/cimy_uef_register.css", false, false);
|
712 |
+
wp_enqueue_style("cimy_uef_register");
|
713 |
+
wp_print_styles();
|
714 |
}
|
715 |
|
716 |
function cimy_change_login_registration_logo() {
|
756 |
if (isset($cimy_top_menu) && (!is_multisite())) {
|
757 |
add_submenu_page('cimy_series.php', $cimy_uef_name.": ".__("Options"), "UEF: ".__("Options"), 'manage_options', "user_extra_fields_options", 'cimy_show_options_notembedded');
|
758 |
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');
|
759 |
+
$aue_page = add_submenu_page('profile.php', __('Users Extended', $cimy_uef_domain), __('Users Extended', $cimy_uef_domain), 'list_users', "users_extended", 'cimy_admin_users_list_page');
|
760 |
}
|
761 |
else {
|
762 |
if ((is_multisite()) && ($cimy_uef_plugins_dir == "mu-plugins")) {
|
763 |
+
// $aue_page = add_submenu_page('wpmu-admin.php', __("Users Extended", $cimy_uef_domain), __("Users Extended", $cimy_uef_domain), 'list_users', "users_extended", 'cimy_admin_users_list_page');
|
764 |
+
// add_submenu_page('wpmu-admin.php', $cimy_uef_name, $cimy_uef_name, 'manage_options', "user_extra_fields", 'cimy_admin_define_extra_fields');
|
765 |
+
|
766 |
+
// Since WP 3.1 we have network admin and everything seems changed
|
767 |
+
$aue_page = add_submenu_page('users.php', __("Users Extended", $cimy_uef_domain), __("Users Extended", $cimy_uef_domain), 'list_users', "users_extended", 'cimy_admin_users_list_page');
|
768 |
+
add_submenu_page('settings.php', $cimy_uef_name, $cimy_uef_name, 'manage_options', "user_extra_fields", 'cimy_admin_define_extra_fields');
|
769 |
}
|
770 |
else {
|
771 |
add_options_page($cimy_uef_name, $cimy_uef_name, 'manage_options', "user_extra_fields", 'cimy_admin_define_extra_fields');
|
772 |
+
$aue_page = add_submenu_page('profile.php', __('Users Extended', $cimy_uef_domain), __('Users Extended', $cimy_uef_domain), 'list_users', "users_extended", 'cimy_admin_users_list_page');
|
773 |
}
|
774 |
}
|
775 |
if (!empty($aue_page))
|
781 |
|
782 |
$type_path = "";
|
783 |
if (($type == "file") || ($type == "avatar"))
|
784 |
+
$type_path.= $type."/";
|
785 |
|
786 |
$blog_path = $cuef_upload_path;
|
787 |
|
805 |
|
806 |
if (!empty($user_login)) {
|
807 |
$user_path = $blog_path.$user_login."/";
|
808 |
+
$file_path = $blog_path.$user_login."/".$type_path;
|
809 |
}
|
810 |
else {
|
811 |
$user_path = $blog_path;
|
812 |
+
$file_path = $blog_path.$type_path;
|
813 |
}
|
814 |
if (!empty($new_filename))
|
815 |
$file_name = $new_filename;
|
872 |
$data.= $blog_id."/";
|
873 |
|
874 |
if (empty($user_login))
|
875 |
+
$data .= $type_path.$file_name;
|
876 |
else
|
877 |
+
$data .= $user_login."/".$type_path.$file_name;
|
878 |
|
879 |
// filesize in Byte transformed in KiloByte
|
880 |
$file_size = $_FILES[$input_name]['size'] / 1024;
|
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-
|
6 |
-
"PO-Revision-Date: 2011-
|
7 |
"Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
|
8 |
"Language-Team: <cimmino.marco@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -16,151 +16,151 @@ msgstr ""
|
|
16 |
"X-Poedit-Basepath: .\n"
|
17 |
"X-Poedit-SearchPath-0: /var/www/wp-content/plugins/cimy-user-extra-fields\n"
|
18 |
|
19 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
20 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
21 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
22 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
23 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
24 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
25 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
26 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
27 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
28 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
29 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
30 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
31 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
32 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
33 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
34 |
msgid "ERROR"
|
35 |
msgstr "ГРЕШКА"
|
36 |
|
37 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
38 |
msgid "does not match."
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
42 |
msgid "hasn’t a correct email syntax."
|
43 |
msgstr "няма правилен email синтаксис."
|
44 |
|
45 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
46 |
msgid "couldn’t be empty."
|
47 |
msgstr "не може да е празно."
|
48 |
|
49 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
50 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
51 |
msgid "isn’t correct"
|
52 |
msgstr "не е правилно"
|
53 |
|
54 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
55 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
56 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
57 |
msgid "YES"
|
58 |
msgstr "ДА"
|
59 |
|
60 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
61 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
62 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
63 |
msgid "NO"
|
64 |
msgstr "НЕ"
|
65 |
|
66 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
67 |
msgid "should be"
|
68 |
msgstr "трябва да е"
|
69 |
|
70 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
71 |
msgid "should be an image."
|
72 |
msgstr "трябва да е снимка."
|
73 |
|
74 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
75 |
msgid "couldn’t have size less than"
|
76 |
msgstr "не може да е с по-малък размер от"
|
77 |
|
78 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
79 |
msgid "couldn’t have length less than"
|
80 |
msgstr "не може да има по-малка дължина от"
|
81 |
|
82 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
83 |
msgid "couldn’t have size different than"
|
84 |
msgstr "не може да има размер различен от"
|
85 |
|
86 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
87 |
msgid "couldn’t have length different than"
|
88 |
msgstr "не може да има дължина различна от"
|
89 |
|
90 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
91 |
msgid "couldn’t have size more than"
|
92 |
msgstr "не може да има размер по-голям от"
|
93 |
|
94 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
95 |
msgid "couldn’t have length more than"
|
96 |
msgstr "не може да има дължина по-голяма от"
|
97 |
|
98 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
99 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
100 |
msgid "Typed code is not correct."
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
104 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
105 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
106 |
msgid "Username"
|
107 |
msgstr "Потребителско име"
|
108 |
|
109 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
110 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
111 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
112 |
msgid "E-mail"
|
113 |
msgstr "E-mail"
|
114 |
|
115 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
116 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
117 |
#, fuzzy
|
118 |
msgid "Please upload a file with one of the following extensions"
|
119 |
msgstr "Моля качете снимка с някое от тези разширения"
|
120 |
|
121 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
122 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
123 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
124 |
msgid "Please upload an image with one of the following extensions"
|
125 |
msgstr "Моля качете снимка с някое от тези разширения"
|
126 |
|
127 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
128 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:47
|
129 |
msgid "Strength indicator"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
133 |
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 ! \" ? $ % ^ & )."
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
137 |
#, fuzzy
|
138 |
msgid "Change image"
|
139 |
msgstr "Смени реда"
|
140 |
|
141 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
142 |
msgid "Insert the code:"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
146 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
147 |
msgid "Confirm your registration"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
151 |
msgid "A password will be e-mailed to you."
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
155 |
msgid "← Back"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:
|
159 |
#, fuzzy
|
160 |
msgid "no fieldset"
|
161 |
msgstr "Опции по колекция"
|
162 |
|
163 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:
|
164 |
msgid "All"
|
165 |
msgstr ""
|
166 |
|
@@ -196,326 +196,326 @@ msgstr "Вариантите са сменени по подразбиране"
|
|
196 |
msgid "Options deleted"
|
197 |
msgstr "Вариантите са изтрити"
|
198 |
|
199 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
200 |
msgid "Options changed"
|
201 |
msgstr "Вариантите са променени"
|
202 |
|
203 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
204 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
208 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
209 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
210 |
msgid "Options"
|
211 |
msgstr "Настройки"
|
212 |
|
213 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
214 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:442
|
215 |
msgid "Add a new Field"
|
216 |
msgstr "Добави друго поле"
|
217 |
|
218 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
219 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
220 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
221 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
222 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
223 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:294
|
224 |
msgid "Extra Fields"
|
225 |
msgstr "Допълнителни полета"
|
226 |
|
227 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
228 |
msgid "Support the Cimy Project"
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
232 |
msgid "This plug-in is the results of hours of development to add new features, support new WordPress versions and fix bugs, please donate money if saved you from spending all these hours!"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
236 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
237 |
msgid "SUCCESSFUL"
|
238 |
msgstr "УСПЕХ"
|
239 |
|
240 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
241 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
242 |
msgid "Save Changes"
|
243 |
msgstr "Запази промените"
|
244 |
|
245 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
246 |
msgid "General"
|
247 |
msgstr "Общи"
|
248 |
|
249 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
250 |
msgid "installed is"
|
251 |
msgstr "инсталирано е"
|
252 |
|
253 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
254 |
msgid "OPTIONS DELETED!"
|
255 |
msgstr "ВАРИАНТИТЕ СА ИЗТРИТИ!"
|
256 |
|
257 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
258 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
259 |
msgid "Fix the problem"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
263 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
264 |
msgstr "ВЕРСИТЕ НЕ ПАСВАТ! Това е защото ти не си дезактивирал и активирал добавката след подновяване! Това може да създаде проблеми..."
|
265 |
|
266 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
267 |
msgid "Picture/Avatar upload"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
271 |
msgid "is created and writable"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
275 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
279 |
#, fuzzy
|
280 |
msgid "Show all fields in the welcome email"
|
281 |
msgstr "Покажи полето при регистрация"
|
282 |
|
283 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
284 |
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
288 |
msgid "Enable email confirmation"
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
292 |
msgid "user that registers should confirm its email address via a link click"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
296 |
msgid "<strong>note:</strong> this option turned on will automatically disable (only during the registration) all upload fields: file, picture, avatar"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
300 |
msgid "Enable form confirmation"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
304 |
msgid "a summary of the registration form will be presented to the user"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
308 |
msgid "Customize welcome email sent to the new user"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
312 |
msgid "if you change or remove the placeholders then the email won't have the correct information"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
316 |
msgid "Redirect to the source"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
320 |
msgid "after the registration or confirmation the user will be redirected to the address where was exactly before clicking on the registration link"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
324 |
msgid "No captcha"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
328 |
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
332 |
msgid "Public KEY"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
336 |
msgid "Private KEY"
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
340 |
msgid "Enable <a href=\"http://www.phpcaptcha.org/\" target=\"_blank\">Securimage Captcha</a>"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
344 |
msgid "This captcha is probably weaker, but is easier for users"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
348 |
#, php-format
|
349 |
msgid "<strong>WARNING: to activate this captcha download <a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">this package</a> and unpack it under %s</strong>"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
353 |
msgid "Change login/registration page logo"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
357 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
358 |
#, fuzzy
|
359 |
msgid "Delete the picture"
|
360 |
msgstr "Изтрий поле"
|
361 |
|
362 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
363 |
msgid "Maximum recommended logo width is 328px, but any height should work."
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
367 |
msgid "Database"
|
368 |
msgstr "База данни"
|
369 |
|
370 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
371 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
372 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
373 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
374 |
msgid "select action"
|
375 |
msgstr "избери действие"
|
376 |
|
377 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
378 |
msgid "Default values"
|
379 |
msgstr "Стойност по подразбиране"
|
380 |
|
381 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
382 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
383 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
384 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
385 |
msgid "Delete"
|
386 |
msgstr "Изтрий"
|
387 |
|
388 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
389 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
390 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
391 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
392 |
msgid "NOT PRESENT"
|
393 |
msgstr "НЕ СЪЩЕСТВУВА"
|
394 |
|
395 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
396 |
msgid "WordPress Fields table"
|
397 |
msgstr "Таблица с WordPress полета"
|
398 |
|
399 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
400 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
401 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
402 |
msgid "Empty"
|
403 |
msgstr "Празно"
|
404 |
|
405 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
406 |
msgid "Extra Fields table"
|
407 |
msgstr "Таблица с допълнителни полета"
|
408 |
|
409 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
410 |
msgid "Users Data table"
|
411 |
msgstr "Таблица с потребителски данни"
|
412 |
|
413 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
414 |
msgid "all data inserted by users in all and only extra fields"
|
415 |
msgstr "всички данни въведени от потребителите във всички и само допълнители полета"
|
416 |
|
417 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
418 |
msgid "Force tables creation"
|
419 |
msgstr "Задължително създаване на таблица"
|
420 |
|
421 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
422 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
426 |
msgid "User Profile"
|
427 |
msgstr "Потребителски профил"
|
428 |
|
429 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
430 |
#, fuzzy
|
431 |
msgid "Extra Fields section title"
|
432 |
msgstr "Таблица с допълнителни полета"
|
433 |
|
434 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
435 |
msgid "Fieldset's titles, separates with comma"
|
436 |
msgstr "Заглавията на колекция разделени със запетайка"
|
437 |
|
438 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
439 |
msgid "example: title1,title2,title3"
|
440 |
msgstr "пример: заглавие1,заглавие2,заглавие3"
|
441 |
|
442 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
443 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
447 |
msgid "Authors & Users Extended"
|
448 |
msgstr "Автори & Потребители с разширения"
|
449 |
|
450 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
451 |
msgid "Hide username field"
|
452 |
msgstr "Скрий полето за потребителско име"
|
453 |
|
454 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
455 |
msgid "Hide name field"
|
456 |
msgstr "Скрий полето за име"
|
457 |
|
458 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
459 |
msgid "Hide email field"
|
460 |
msgstr "Скрий полето за email"
|
461 |
|
462 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
463 |
msgid "Hide role field"
|
464 |
msgstr "Скрий полето за роля"
|
465 |
|
466 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
467 |
msgid "Hide website field"
|
468 |
msgstr "Скрий полето за интернет сайт"
|
469 |
|
470 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
471 |
msgid "Hide n. posts field"
|
472 |
msgstr "Скрий полето за брой постове"
|
473 |
|
474 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
475 |
msgid "WordPress hidden fields"
|
476 |
msgstr "Скрити полета на WordPress"
|
477 |
|
478 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
479 |
msgid "Show password"
|
480 |
msgstr ""
|
481 |
|
482 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
483 |
msgid "Show confirmation password"
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
487 |
msgid "Show password strength meter"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
491 |
msgid "Show first name"
|
492 |
msgstr "Покажи първото име"
|
493 |
|
494 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
495 |
msgid "Show last name"
|
496 |
msgstr "Покажи второто име"
|
497 |
|
498 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
499 |
msgid "Show nickname"
|
500 |
msgstr "Покажи потребителското име"
|
501 |
|
502 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
503 |
msgid "Show website"
|
504 |
msgstr "Покажи интернет сайта"
|
505 |
|
506 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
507 |
msgid "Show AIM"
|
508 |
msgstr "Покажи AIM"
|
509 |
|
510 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
511 |
msgid "Show Yahoo IM"
|
512 |
msgstr "Покажи Yahoo IM"
|
513 |
|
514 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
515 |
msgid "Show Jabber / Google Talk"
|
516 |
msgstr "Покажи Jabber / Google Talk"
|
517 |
|
518 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
519 |
msgid "Show Biographical Info"
|
520 |
msgstr ""
|
521 |
|
@@ -541,62 +541,62 @@ msgstr ""
|
|
541 |
msgid "Mismatch"
|
542 |
msgstr ""
|
543 |
|
544 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
545 |
msgid "Password"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
549 |
msgid "Password confirmation"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
553 |
#, fuzzy
|
554 |
msgid "First name"
|
555 |
msgstr "Покажи първото име"
|
556 |
|
557 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
558 |
#, fuzzy
|
559 |
msgid "Last name"
|
560 |
msgstr "Покажи второто име"
|
561 |
|
562 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
563 |
#, fuzzy
|
564 |
msgid "Nickname"
|
565 |
msgstr "Име"
|
566 |
|
567 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
568 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
569 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
570 |
msgid "Website"
|
571 |
msgstr "Интернет сайт"
|
572 |
|
573 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
574 |
msgid "AIM"
|
575 |
msgstr ""
|
576 |
|
577 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
578 |
#, fuzzy
|
579 |
msgid "Yahoo IM"
|
580 |
msgstr "Покажи Yahoo IM"
|
581 |
|
582 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
583 |
#, fuzzy
|
584 |
msgid "Jabber / Google Talk"
|
585 |
msgstr "Покажи Jabber / Google Talk"
|
586 |
|
587 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
588 |
msgid "Biographical Info"
|
589 |
msgstr ""
|
590 |
|
591 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
592 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:133
|
593 |
msgid "Fields"
|
594 |
msgstr "Полета"
|
595 |
|
596 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
597 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
598 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
599 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
600 |
#, fuzzy
|
601 |
msgid "Users Extended"
|
602 |
msgstr "Разширен списък с Автори & Потребители"
|
@@ -615,31 +615,31 @@ msgstr ""
|
|
615 |
msgid "File '%s' is not an image."
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
619 |
#, fuzzy
|
620 |
msgid "Delete the file"
|
621 |
msgstr "Изтрий поле"
|
622 |
|
623 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
624 |
#, fuzzy
|
625 |
msgid "Update the file"
|
626 |
msgstr "Поднови поле"
|
627 |
|
628 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
629 |
#, fuzzy
|
630 |
msgid "Update the picture"
|
631 |
msgstr "Поднови поле"
|
632 |
|
633 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
634 |
msgid "Picture URL:"
|
635 |
msgstr ""
|
636 |
|
637 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
638 |
#, php-format
|
639 |
msgid "%s previous value: %s new value: %s"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
643 |
#, php-format
|
644 |
msgid "%s (%s) has changed one or more fields"
|
645 |
msgstr ""
|
@@ -712,31 +712,31 @@ msgstr ""
|
|
712 |
msgid "Password: %s"
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
716 |
msgid "Invalid activation key."
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
720 |
msgid "The site is already active."
|
721 |
msgstr ""
|
722 |
|
723 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
724 |
msgid "Could not create user"
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
728 |
msgid "That username is already activated."
|
729 |
msgstr ""
|
730 |
|
731 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
732 |
msgid "That username is currently reserved but may be available in a couple of days."
|
733 |
msgstr ""
|
734 |
|
735 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
736 |
msgid "username and email used"
|
737 |
msgstr ""
|
738 |
|
739 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
740 |
msgid "That email address has already been used. Please check your inbox for an activation email. It will become available in a couple of days if you do nothing."
|
741 |
msgstr ""
|
742 |
|
@@ -761,17 +761,17 @@ msgid "Change order"
|
|
761 |
msgstr "Смени реда"
|
762 |
|
763 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
764 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
765 |
msgid "Min length"
|
766 |
msgstr "Минимална дължина"
|
767 |
|
768 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:31
|
769 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
770 |
msgid "Exact length"
|
771 |
msgstr "Точна дължина"
|
772 |
|
773 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:32
|
774 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
775 |
msgid "Max length"
|
776 |
msgstr "Максимална дължина"
|
777 |
|
@@ -801,17 +801,17 @@ msgid "deleted correctly"
|
|
801 |
msgstr "изтрит успешно"
|
802 |
|
803 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:239
|
804 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
805 |
msgid "Min size"
|
806 |
msgstr "Минимален размер"
|
807 |
|
808 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:240
|
809 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
810 |
msgid "Exact size"
|
811 |
msgstr "Точен размер"
|
812 |
|
813 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:241
|
814 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
815 |
msgid "Max size"
|
816 |
msgstr "Максимален размер"
|
817 |
|
@@ -921,161 +921,162 @@ msgstr "Със <strong>picture</strong>: вие може да заместите
|
|
921 |
|
922 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
923 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:648
|
924 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
925 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
926 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
927 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
928 |
msgid "Name"
|
929 |
msgstr "Име"
|
930 |
|
931 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
932 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
933 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
934 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
935 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
936 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
937 |
msgid "Value"
|
938 |
msgstr "Стойност"
|
939 |
|
940 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:639
|
941 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
942 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
943 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
944 |
msgid "Type"
|
945 |
msgstr "Тип"
|
946 |
|
947 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
948 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:671
|
949 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
950 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
951 |
msgid "Label"
|
952 |
msgstr "Етикет"
|
953 |
|
954 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
955 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:672
|
956 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
957 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
958 |
msgid "Description"
|
959 |
msgstr "Описание"
|
960 |
|
961 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:641
|
962 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
963 |
msgid "Rules"
|
964 |
msgstr "Правила"
|
965 |
|
966 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:642
|
967 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
968 |
msgid "Actions"
|
969 |
msgstr "Действия"
|
970 |
|
971 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
972 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
973 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
974 |
#, fuzzy
|
975 |
msgid "Fieldset"
|
976 |
msgstr "Полета"
|
977 |
|
978 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:684
|
979 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
980 |
msgid "Can be empty"
|
981 |
msgstr "Може да е празно"
|
982 |
|
983 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:685
|
984 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
985 |
msgid "Check for E-mail syntax"
|
986 |
msgstr "Провери за Email синтаксис"
|
987 |
|
988 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:688
|
989 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
990 |
msgid "Can be modified"
|
991 |
msgstr "Може да бъде променяно"
|
992 |
|
993 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:689
|
994 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
995 |
msgid "Can be modified only if empty"
|
996 |
msgstr "Може да бъде променяно само ако е празно"
|
997 |
|
998 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:690
|
999 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1000 |
msgid "Can be modified only by admin"
|
1001 |
msgstr "Може да бъде променяно само от администратора"
|
1002 |
|
1003 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:691
|
1004 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1005 |
msgid "Can be modified only by admin or if empty"
|
1006 |
msgstr "Може да бъде променяно само от администратора или ако е празно"
|
1007 |
|
1008 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
1009 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1010 |
msgid "Cannot be modified"
|
1011 |
msgstr "Не може да бъде променяно"
|
1012 |
|
1013 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:700
|
1014 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1015 |
msgid "Should be equal TO"
|
1016 |
msgstr "Би трябвало да е равно НА"
|
1017 |
|
1018 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:702
|
1019 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1020 |
msgid "Case sensitive"
|
1021 |
msgstr "Различават се големи и малко букви"
|
1022 |
|
1023 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:705
|
1024 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1025 |
msgid "Regular Expression"
|
1026 |
msgstr ""
|
1027 |
|
1028 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:708
|
1029 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1030 |
msgid "Show the field in the registration"
|
1031 |
msgstr "Покажи полето при регистрация"
|
1032 |
|
1033 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
1034 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1035 |
msgid "Show the field in User's profile"
|
1036 |
msgstr "Покажи полето в профила на потребителя"
|
1037 |
|
1038 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
1039 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1040 |
#, fuzzy
|
1041 |
-
msgid "Show the field in Users Extended
|
1042 |
msgstr "Покажи полето в A&П разширеното меню"
|
1043 |
|
1044 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
1045 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1046 |
#, fuzzy
|
1047 |
msgid "Show the field in the search engine"
|
1048 |
msgstr "Покажи полето при регистрация"
|
1049 |
|
1050 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:720
|
1051 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1052 |
#, fuzzy
|
1053 |
msgid "Show the field in the blog"
|
1054 |
msgstr "Покажи полето при регистрация"
|
1055 |
|
1056 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:723
|
1057 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1058 |
#, fuzzy
|
1059 |
msgid "Show the field if the role is at least:"
|
1060 |
msgstr "Покажи полето при регистрация"
|
1061 |
|
1062 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:725
|
1063 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1064 |
msgid "Anonymous"
|
1065 |
msgstr ""
|
1066 |
|
1067 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
1068 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1069 |
msgid "User has 'view_cimy_extra_fields' capability"
|
1070 |
msgstr ""
|
1071 |
|
1072 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:736
|
1073 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1074 |
msgid "Send an email to the admin if the user changes its value"
|
1075 |
msgstr ""
|
1076 |
|
1077 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:738
|
1078 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1079 |
#, fuzzy
|
1080 |
msgid "Advanced options"
|
1081 |
msgstr "Действия"
|
@@ -1084,103 +1085,105 @@ msgstr "Действия"
|
|
1084 |
msgid "Clear"
|
1085 |
msgstr "Изчисти"
|
1086 |
|
1087 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1088 |
msgid "Invert selection"
|
1089 |
msgstr "Обърни избора"
|
1090 |
|
1091 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1092 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
1093 |
msgstr "Сигурни ли сте, че искате да изтриете полето/полетата и всички данни въведени от потребителите?"
|
1094 |
|
1095 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1096 |
msgid "WordPress Fields"
|
1097 |
msgstr "WordPress полета"
|
1098 |
|
1099 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1100 |
msgid "None!"
|
1101 |
msgstr "Няма!"
|
1102 |
|
1103 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1104 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1105 |
msgid "Order"
|
1106 |
msgstr "Подреди"
|
1107 |
|
1108 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1109 |
msgid "Reset"
|
1110 |
msgstr "Отмени"
|
1111 |
|
1112 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1113 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1114 |
#, fuzzy
|
1115 |
msgid "select"
|
1116 |
msgstr "Изтрий"
|
1117 |
|
1118 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1119 |
#, php-format
|
1120 |
msgid "Search results for “%s”"
|
1121 |
msgstr ""
|
1122 |
|
1123 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1124 |
#, php-format
|
1125 |
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
1126 |
msgstr ""
|
1127 |
|
1128 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1129 |
msgid "Search Users"
|
1130 |
msgstr "Търсене на потребители"
|
1131 |
|
1132 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1133 |
-
|
1134 |
-
msgstr "« Назад към Всички потребители"
|
1135 |
-
|
1136 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1501
|
1137 |
-
#, fuzzy
|
1138 |
-
msgid "Users per page"
|
1139 |
-
msgstr "Таблица с потребителски данни"
|
1140 |
-
|
1141 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1516
|
1142 |
-
msgid "Apply"
|
1143 |
-
msgstr ""
|
1144 |
-
|
1145 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1543
|
1146 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1544
|
1147 |
msgid "Role"
|
1148 |
msgstr "Роля"
|
1149 |
|
1150 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1151 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1152 |
msgid "Posts"
|
1153 |
msgstr "Постове"
|
1154 |
|
1155 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1156 |
msgid "View posts by this author"
|
1157 |
msgstr "Виж постовете на този автор"
|
1158 |
|
1159 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
1160 |
#, php-format
|
1161 |
msgid "e-mail: %s"
|
1162 |
msgstr "e-mail: %s"
|
1163 |
|
1164 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1165 |
#, fuzzy
|
1166 |
msgid "Change"
|
1167 |
msgstr "Смени реда"
|
1168 |
|
1169 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1170 |
#, fuzzy
|
1171 |
msgid "Update selected users"
|
1172 |
msgstr "Изтрий маркираните полета"
|
1173 |
|
1174 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1175 |
#, fuzzy
|
1176 |
msgid "Update"
|
1177 |
msgstr "Поднови поле"
|
1178 |
|
1179 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1180 |
msgid "OK"
|
1181 |
msgstr ""
|
1182 |
|
1183 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1184 |
msgid "Cancel"
|
1185 |
msgstr ""
|
1186 |
|
@@ -1188,6 +1191,8 @@ msgstr ""
|
|
1188 |
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!"
|
1189 |
msgstr ""
|
1190 |
|
|
|
|
|
1191 |
#~ msgid "A&U Extended"
|
1192 |
#~ msgstr "А&П с разширения"
|
1193 |
#~ msgid "Users Matching \"%s\""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Cimy User Extra Fields\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-09-04 13:58+0300\n"
|
6 |
+
"PO-Revision-Date: 2011-09-04 13:58+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"
|
16 |
"X-Poedit-Basepath: .\n"
|
17 |
"X-Poedit-SearchPath-0: /var/www/wp-content/plugins/cimy-user-extra-fields\n"
|
18 |
|
19 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:419
|
20 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:423
|
21 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:437
|
22 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:458
|
23 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:470
|
24 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:477
|
25 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:488
|
26 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:494
|
27 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:506
|
28 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:512
|
29 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:524
|
30 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:530
|
31 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:544
|
32 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:564
|
33 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1070
|
34 |
msgid "ERROR"
|
35 |
msgstr "ГРЕШКА"
|
36 |
|
37 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:419
|
38 |
msgid "does not match."
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:423
|
42 |
msgid "hasn’t a correct email syntax."
|
43 |
msgstr "няма правилен email синтаксис."
|
44 |
|
45 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:437
|
46 |
msgid "couldn’t be empty."
|
47 |
msgstr "не може да е празно."
|
48 |
|
49 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:457
|
50 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:466
|
51 |
msgid "isn’t correct"
|
52 |
msgstr "не е правилно"
|
53 |
|
54 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:463
|
55 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:921
|
56 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:924
|
57 |
msgid "YES"
|
58 |
msgstr "ДА"
|
59 |
|
60 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:463
|
61 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:921
|
62 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:924
|
63 |
msgid "NO"
|
64 |
msgstr "НЕ"
|
65 |
|
66 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:468
|
67 |
msgid "should be"
|
68 |
msgstr "трябва да е"
|
69 |
|
70 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:477
|
71 |
msgid "should be an image."
|
72 |
msgstr "трябва да е снимка."
|
73 |
|
74 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:488
|
75 |
msgid "couldn’t have size less than"
|
76 |
msgstr "не може да е с по-малък размер от"
|
77 |
|
78 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:494
|
79 |
msgid "couldn’t have length less than"
|
80 |
msgstr "не може да има по-малка дължина от"
|
81 |
|
82 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:506
|
83 |
msgid "couldn’t have size different than"
|
84 |
msgstr "не може да има размер различен от"
|
85 |
|
86 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:512
|
87 |
msgid "couldn’t have length different than"
|
88 |
msgstr "не може да има дължина различна от"
|
89 |
|
90 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:524
|
91 |
msgid "couldn’t have size more than"
|
92 |
msgstr "не може да има размер по-голям от"
|
93 |
|
94 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:530
|
95 |
msgid "couldn’t have length more than"
|
96 |
msgstr "не може да има дължина по-голяма от"
|
97 |
|
98 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:544
|
99 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:564
|
100 |
msgid "Typed code is not correct."
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:641
|
104 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1479
|
105 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1480
|
106 |
msgid "Username"
|
107 |
msgstr "Потребителско име"
|
108 |
|
109 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:644
|
110 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1489
|
111 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1490
|
112 |
msgid "E-mail"
|
113 |
msgstr "E-mail"
|
114 |
|
115 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:893
|
116 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:306
|
117 |
#, fuzzy
|
118 |
msgid "Please upload a file with one of the following extensions"
|
119 |
msgstr "Моля качете снимка с някое от тези разширения"
|
120 |
|
121 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:899
|
122 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:272
|
123 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:312
|
124 |
msgid "Please upload an image with one of the following extensions"
|
125 |
msgstr "Моля качете снимка с някое от тези разширения"
|
126 |
|
127 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1056
|
128 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:47
|
129 |
msgid "Strength indicator"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1057
|
133 |
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 ! \" ? $ % ^ & )."
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1103
|
137 |
#, fuzzy
|
138 |
msgid "Change image"
|
139 |
msgstr "Смени реда"
|
140 |
|
141 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1106
|
142 |
msgid "Insert the code:"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1172
|
146 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1174
|
147 |
msgid "Confirm your registration"
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1180
|
151 |
msgid "A password will be e-mailed to you."
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1187
|
155 |
msgid "← Back"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:429
|
159 |
#, fuzzy
|
160 |
msgid "no fieldset"
|
161 |
msgstr "Опции по колекция"
|
162 |
|
163 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:433
|
164 |
msgid "All"
|
165 |
msgstr ""
|
166 |
|
196 |
msgid "Options deleted"
|
197 |
msgstr "Вариантите са изтрити"
|
198 |
|
199 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:248
|
200 |
msgid "Options changed"
|
201 |
msgstr "Вариантите са променени"
|
202 |
|
203 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:326
|
204 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:335
|
208 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:528
|
209 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:757
|
210 |
msgid "Options"
|
211 |
msgstr "Настройки"
|
212 |
|
213 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:338
|
214 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:442
|
215 |
msgid "Add a new Field"
|
216 |
msgstr "Добави друго поле"
|
217 |
|
218 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:338
|
219 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:807
|
220 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1796
|
221 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1801
|
222 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
223 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:294
|
224 |
msgid "Extra Fields"
|
225 |
msgstr "Допълнителни полета"
|
226 |
|
227 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:344
|
228 |
msgid "Support the Cimy Project"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:352
|
232 |
msgid "This plug-in is the results of hours of development to add new features, support new WordPress versions and fix bugs, please donate money if saved you from spending all these hours!"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:362
|
236 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1088
|
237 |
msgid "SUCCESSFUL"
|
238 |
msgstr "УСПЕХ"
|
239 |
|
240 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:376
|
241 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:699
|
242 |
msgid "Save Changes"
|
243 |
msgstr "Запази промените"
|
244 |
|
245 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:377
|
246 |
msgid "General"
|
247 |
msgstr "Общи"
|
248 |
|
249 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:385
|
250 |
msgid "installed is"
|
251 |
msgstr "инсталирано е"
|
252 |
|
253 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:389
|
254 |
msgid "OPTIONS DELETED!"
|
255 |
msgstr "ВАРИАНТИТЕ СА ИЗТРИТИ!"
|
256 |
|
257 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:392
|
258 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:397
|
259 |
msgid "Fix the problem"
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:395
|
263 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
264 |
msgstr "ВЕРСИТЕ НЕ ПАСВАТ! Това е защото ти не си дезактивирал и активирал добавката след подновяване! Това може да създаде проблеми..."
|
265 |
|
266 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:403
|
267 |
msgid "Picture/Avatar upload"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:407
|
271 |
msgid "is created and writable"
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:409
|
275 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:416
|
279 |
#, fuzzy
|
280 |
msgid "Show all fields in the welcome email"
|
281 |
msgstr "Покажи полето при регистрация"
|
282 |
|
283 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:420
|
284 |
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:428
|
288 |
msgid "Enable email confirmation"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:432
|
292 |
msgid "user that registers should confirm its email address via a link click"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:434
|
296 |
msgid "<strong>note:</strong> this option turned on will automatically disable (only during the registration) all upload fields: file, picture, avatar"
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:441
|
300 |
msgid "Enable form confirmation"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:445
|
304 |
msgid "a summary of the registration form will be presented to the user"
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:451
|
308 |
msgid "Customize welcome email sent to the new user"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:455
|
312 |
msgid "if you change or remove the placeholders then the email won't have the correct information"
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:461
|
316 |
msgid "Redirect to the source"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:465
|
320 |
msgid "after the registration or confirmation the user will be redirected to the address where was exactly before clicking on the registration link"
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:473
|
324 |
msgid "No captcha"
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:481
|
328 |
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:485
|
332 |
msgid "Public KEY"
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:489
|
336 |
msgid "Private KEY"
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:497
|
340 |
msgid "Enable <a href=\"http://www.phpcaptcha.org/\" target=\"_blank\">Securimage Captcha</a>"
|
341 |
msgstr ""
|
342 |
|
343 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:500
|
344 |
msgid "This captcha is probably weaker, but is easier for users"
|
345 |
msgstr ""
|
346 |
|
347 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:504
|
348 |
#, php-format
|
349 |
msgid "<strong>WARNING: to activate this captcha download <a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">this package</a> and unpack it under %s</strong>"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:511
|
353 |
msgid "Change login/registration page logo"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:516
|
357 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:454
|
358 |
#, fuzzy
|
359 |
msgid "Delete the picture"
|
360 |
msgstr "Изтрий поле"
|
361 |
|
362 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:519
|
363 |
msgid "Maximum recommended logo width is 328px, but any height should work."
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:525
|
367 |
msgid "Database"
|
368 |
msgstr "База данни"
|
369 |
|
370 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:534
|
371 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:551
|
372 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:568
|
373 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:585
|
374 |
msgid "select action"
|
375 |
msgstr "избери действие"
|
376 |
|
377 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:535
|
378 |
msgid "Default values"
|
379 |
msgstr "Стойност по подразбиране"
|
380 |
|
381 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:536
|
382 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:553
|
383 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:570
|
384 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:587
|
385 |
msgid "Delete"
|
386 |
msgstr "Изтрий"
|
387 |
|
388 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:540
|
389 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:557
|
390 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:574
|
391 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:592
|
392 |
msgid "NOT PRESENT"
|
393 |
msgstr "НЕ СЪЩЕСТВУВА"
|
394 |
|
395 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:545
|
396 |
msgid "WordPress Fields table"
|
397 |
msgstr "Таблица с WordPress полета"
|
398 |
|
399 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:552
|
400 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:569
|
401 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:586
|
402 |
msgid "Empty"
|
403 |
msgstr "Празно"
|
404 |
|
405 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:562
|
406 |
msgid "Extra Fields table"
|
407 |
msgstr "Таблица с допълнителни полета"
|
408 |
|
409 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:579
|
410 |
msgid "Users Data table"
|
411 |
msgstr "Таблица с потребителски данни"
|
412 |
|
413 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:589
|
414 |
msgid "all data inserted by users in all and only extra fields"
|
415 |
msgstr "всички данни въведени от потребителите във всички и само допълнители полета"
|
416 |
|
417 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:597
|
418 |
msgid "Force tables creation"
|
419 |
msgstr "Задължително създаване на таблица"
|
420 |
|
421 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:600
|
422 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:606
|
426 |
msgid "User Profile"
|
427 |
msgstr "Потребителски профил"
|
428 |
|
429 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:609
|
430 |
#, fuzzy
|
431 |
msgid "Extra Fields section title"
|
432 |
msgstr "Таблица с допълнителни полета"
|
433 |
|
434 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
435 |
msgid "Fieldset's titles, separates with comma"
|
436 |
msgstr "Заглавията на колекция разделени със запетайка"
|
437 |
|
438 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
439 |
msgid "example: title1,title2,title3"
|
440 |
msgstr "пример: заглавие1,заглавие2,заглавие3"
|
441 |
|
442 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:614
|
443 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:619
|
447 |
msgid "Authors & Users Extended"
|
448 |
msgstr "Автори & Потребители с разширения"
|
449 |
|
450 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:623
|
451 |
msgid "Hide username field"
|
452 |
msgstr "Скрий полето за потребителско име"
|
453 |
|
454 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:629
|
455 |
msgid "Hide name field"
|
456 |
msgstr "Скрий полето за име"
|
457 |
|
458 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:634
|
459 |
msgid "Hide email field"
|
460 |
msgstr "Скрий полето за email"
|
461 |
|
462 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:638
|
463 |
msgid "Hide role field"
|
464 |
msgstr "Скрий полето за роля"
|
465 |
|
466 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:642
|
467 |
msgid "Hide website field"
|
468 |
msgstr "Скрий полето за интернет сайт"
|
469 |
|
470 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:646
|
471 |
msgid "Hide n. posts field"
|
472 |
msgstr "Скрий полето за брой постове"
|
473 |
|
474 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:651
|
475 |
msgid "WordPress hidden fields"
|
476 |
msgstr "Скрити полета на WordPress"
|
477 |
|
478 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:654
|
479 |
msgid "Show password"
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:658
|
483 |
msgid "Show confirmation password"
|
484 |
msgstr ""
|
485 |
|
486 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:662
|
487 |
msgid "Show password strength meter"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:666
|
491 |
msgid "Show first name"
|
492 |
msgstr "Покажи първото име"
|
493 |
|
494 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:670
|
495 |
msgid "Show last name"
|
496 |
msgstr "Покажи второто име"
|
497 |
|
498 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:674
|
499 |
msgid "Show nickname"
|
500 |
msgstr "Покажи потребителското име"
|
501 |
|
502 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:678
|
503 |
msgid "Show website"
|
504 |
msgstr "Покажи интернет сайта"
|
505 |
|
506 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:682
|
507 |
msgid "Show AIM"
|
508 |
msgstr "Покажи AIM"
|
509 |
|
510 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:686
|
511 |
msgid "Show Yahoo IM"
|
512 |
msgstr "Покажи Yahoo IM"
|
513 |
|
514 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:690
|
515 |
msgid "Show Jabber / Google Talk"
|
516 |
msgstr "Покажи Jabber / Google Talk"
|
517 |
|
518 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:694
|
519 |
msgid "Show Biographical Info"
|
520 |
msgstr ""
|
521 |
|
541 |
msgid "Mismatch"
|
542 |
msgstr ""
|
543 |
|
544 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:209
|
545 |
msgid "Password"
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:229
|
549 |
msgid "Password confirmation"
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:249
|
553 |
#, fuzzy
|
554 |
msgid "First name"
|
555 |
msgstr "Покажи първото име"
|
556 |
|
557 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:269
|
558 |
#, fuzzy
|
559 |
msgid "Last name"
|
560 |
msgstr "Покажи второто име"
|
561 |
|
562 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:289
|
563 |
#, fuzzy
|
564 |
msgid "Nickname"
|
565 |
msgstr "Име"
|
566 |
|
567 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:309
|
568 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1499
|
569 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1500
|
570 |
msgid "Website"
|
571 |
msgstr "Интернет сайт"
|
572 |
|
573 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:329
|
574 |
msgid "AIM"
|
575 |
msgstr ""
|
576 |
|
577 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:349
|
578 |
#, fuzzy
|
579 |
msgid "Yahoo IM"
|
580 |
msgstr "Покажи Yahoo IM"
|
581 |
|
582 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:369
|
583 |
#, fuzzy
|
584 |
msgid "Jabber / Google Talk"
|
585 |
msgstr "Покажи Jabber / Google Talk"
|
586 |
|
587 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:389
|
588 |
msgid "Biographical Info"
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:758
|
592 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:133
|
593 |
msgid "Fields"
|
594 |
msgstr "Полета"
|
595 |
|
596 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:759
|
597 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:767
|
598 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:772
|
599 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1401
|
600 |
#, fuzzy
|
601 |
msgid "Users Extended"
|
602 |
msgstr "Разширен списък с Автори & Потребители"
|
615 |
msgid "File '%s' is not an image."
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:450
|
619 |
#, fuzzy
|
620 |
msgid "Delete the file"
|
621 |
msgstr "Изтрий поле"
|
622 |
|
623 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:451
|
624 |
#, fuzzy
|
625 |
msgid "Update the file"
|
626 |
msgstr "Поднови поле"
|
627 |
|
628 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:455
|
629 |
#, fuzzy
|
630 |
msgid "Update the picture"
|
631 |
msgstr "Поднови поле"
|
632 |
|
633 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:475
|
634 |
msgid "Picture URL:"
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:716
|
638 |
#, php-format
|
639 |
msgid "%s previous value: %s new value: %s"
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:731
|
643 |
#, php-format
|
644 |
msgid "%s (%s) has changed one or more fields"
|
645 |
msgstr ""
|
712 |
msgid "Password: %s"
|
713 |
msgstr ""
|
714 |
|
715 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:237
|
716 |
msgid "Invalid activation key."
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:240
|
720 |
msgid "The site is already active."
|
721 |
msgstr ""
|
722 |
|
723 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:259
|
724 |
msgid "Could not create user"
|
725 |
msgstr ""
|
726 |
|
727 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:271
|
728 |
msgid "That username is already activated."
|
729 |
msgstr ""
|
730 |
|
731 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:291
|
732 |
msgid "That username is currently reserved but may be available in a couple of days."
|
733 |
msgstr ""
|
734 |
|
735 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:294
|
736 |
msgid "username and email used"
|
737 |
msgstr ""
|
738 |
|
739 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:304
|
740 |
msgid "That email address has already been used. Please check your inbox for an activation email. It will become available in a couple of days if you do nothing."
|
741 |
msgstr ""
|
742 |
|
761 |
msgstr "Смени реда"
|
762 |
|
763 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
764 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:897
|
765 |
msgid "Min length"
|
766 |
msgstr "Минимална дължина"
|
767 |
|
768 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:31
|
769 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:898
|
770 |
msgid "Exact length"
|
771 |
msgstr "Точна дължина"
|
772 |
|
773 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:32
|
774 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:899
|
775 |
msgid "Max length"
|
776 |
msgstr "Максимална дължина"
|
777 |
|
801 |
msgstr "изтрит успешно"
|
802 |
|
803 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:239
|
804 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:889
|
805 |
msgid "Min size"
|
806 |
msgstr "Минимален размер"
|
807 |
|
808 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:240
|
809 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:890
|
810 |
msgid "Exact size"
|
811 |
msgstr "Точен размер"
|
812 |
|
813 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:241
|
814 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:891
|
815 |
msgid "Max size"
|
816 |
msgstr "Максимален размер"
|
817 |
|
921 |
|
922 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
923 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:648
|
924 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
925 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:922
|
926 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1484
|
927 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1485
|
928 |
msgid "Name"
|
929 |
msgstr "Име"
|
930 |
|
931 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
932 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
933 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
934 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:925
|
935 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1796
|
936 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1801
|
937 |
msgid "Value"
|
938 |
msgstr "Стойност"
|
939 |
|
940 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:639
|
941 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
942 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
943 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:928
|
944 |
msgid "Type"
|
945 |
msgstr "Тип"
|
946 |
|
947 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
948 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:671
|
949 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:835
|
950 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:945
|
951 |
msgid "Label"
|
952 |
msgstr "Етикет"
|
953 |
|
954 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
955 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:672
|
956 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:835
|
957 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:948
|
958 |
msgid "Description"
|
959 |
msgstr "Описание"
|
960 |
|
961 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:641
|
962 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:836
|
963 |
msgid "Rules"
|
964 |
msgstr "Правила"
|
965 |
|
966 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:642
|
967 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:837
|
968 |
msgid "Actions"
|
969 |
msgstr "Действия"
|
970 |
|
971 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
972 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:939
|
973 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1237
|
974 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1321
|
975 |
#, fuzzy
|
976 |
msgid "Fieldset"
|
977 |
msgstr "Полета"
|
978 |
|
979 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:684
|
980 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:962
|
981 |
msgid "Can be empty"
|
982 |
msgstr "Може да е празно"
|
983 |
|
984 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:685
|
985 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:963
|
986 |
msgid "Check for E-mail syntax"
|
987 |
msgstr "Провери за Email синтаксис"
|
988 |
|
989 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:688
|
990 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:966
|
991 |
msgid "Can be modified"
|
992 |
msgstr "Може да бъде променяно"
|
993 |
|
994 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:689
|
995 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:967
|
996 |
msgid "Can be modified only if empty"
|
997 |
msgstr "Може да бъде променяно само ако е празно"
|
998 |
|
999 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:690
|
1000 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:968
|
1001 |
msgid "Can be modified only by admin"
|
1002 |
msgstr "Може да бъде променяно само от администратора"
|
1003 |
|
1004 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:691
|
1005 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:969
|
1006 |
msgid "Can be modified only by admin or if empty"
|
1007 |
msgstr "Може да бъде променяно само от администратора или ако е празно"
|
1008 |
|
1009 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
1010 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:970
|
1011 |
msgid "Cannot be modified"
|
1012 |
msgstr "Не може да бъде променяно"
|
1013 |
|
1014 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:700
|
1015 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:975
|
1016 |
msgid "Should be equal TO"
|
1017 |
msgstr "Би трябвало да е равно НА"
|
1018 |
|
1019 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:702
|
1020 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:977
|
1021 |
msgid "Case sensitive"
|
1022 |
msgstr "Различават се големи и малко букви"
|
1023 |
|
1024 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:705
|
1025 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:979
|
1026 |
msgid "Regular Expression"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:708
|
1030 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:984
|
1031 |
msgid "Show the field in the registration"
|
1032 |
msgstr "Покажи полето при регистрация"
|
1033 |
|
1034 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
1035 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:987
|
1036 |
msgid "Show the field in User's profile"
|
1037 |
msgstr "Покажи полето в профила на потребителя"
|
1038 |
|
1039 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
1040 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:996
|
1041 |
#, fuzzy
|
1042 |
+
msgid "Show the field in Users Extended section"
|
1043 |
msgstr "Покажи полето в A&П разширеното меню"
|
1044 |
|
1045 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
1046 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:999
|
1047 |
#, fuzzy
|
1048 |
msgid "Show the field in the search engine"
|
1049 |
msgstr "Покажи полето при регистрация"
|
1050 |
|
1051 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:720
|
1052 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1002
|
1053 |
#, fuzzy
|
1054 |
msgid "Show the field in the blog"
|
1055 |
msgstr "Покажи полето при регистрация"
|
1056 |
|
1057 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:723
|
1058 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1005
|
1059 |
#, fuzzy
|
1060 |
msgid "Show the field if the role is at least:"
|
1061 |
msgstr "Покажи полето при регистрация"
|
1062 |
|
1063 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:725
|
1064 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1007
|
1065 |
msgid "Anonymous"
|
1066 |
msgstr ""
|
1067 |
|
1068 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
1069 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1013
|
1070 |
msgid "User has 'view_cimy_extra_fields' capability"
|
1071 |
msgstr ""
|
1072 |
|
1073 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:736
|
1074 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1021
|
1075 |
msgid "Send an email to the admin if the user changes its value"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:738
|
1079 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1026
|
1080 |
#, fuzzy
|
1081 |
msgid "Advanced options"
|
1082 |
msgstr "Действия"
|
1085 |
msgid "Clear"
|
1086 |
msgstr "Изчисти"
|
1087 |
|
1088 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:798
|
1089 |
msgid "Invert selection"
|
1090 |
msgstr "Обърни избора"
|
1091 |
|
1092 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:799
|
1093 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
1094 |
msgstr "Сигурни ли сте, че искате да изтриете полето/полетата и всички данни въведени от потребителите?"
|
1095 |
|
1096 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:805
|
1097 |
msgid "WordPress Fields"
|
1098 |
msgstr "WordPress полета"
|
1099 |
|
1100 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:818
|
1101 |
msgid "None!"
|
1102 |
msgstr "Няма!"
|
1103 |
|
1104 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:833
|
1105 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:910
|
1106 |
msgid "Order"
|
1107 |
msgstr "Подреди"
|
1108 |
|
1109 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1030
|
1110 |
msgid "Reset"
|
1111 |
msgstr "Отмени"
|
1112 |
|
1113 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1107
|
1114 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1823
|
1115 |
#, fuzzy
|
1116 |
msgid "select"
|
1117 |
msgstr "Изтрий"
|
1118 |
|
1119 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1241
|
1120 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1325
|
1121 |
+
#, fuzzy
|
1122 |
+
msgid "Users per page"
|
1123 |
+
msgstr "Таблица с потребителски данни"
|
1124 |
+
|
1125 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1243
|
1126 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1327
|
1127 |
+
msgid "Apply"
|
1128 |
+
msgstr ""
|
1129 |
+
|
1130 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1409
|
1131 |
#, php-format
|
1132 |
msgid "Search results for “%s”"
|
1133 |
msgstr ""
|
1134 |
|
1135 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1447
|
1136 |
#, php-format
|
1137 |
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
1138 |
msgstr ""
|
1139 |
|
1140 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1456
|
1141 |
msgid "Search Users"
|
1142 |
msgstr "Търсене на потребители"
|
1143 |
|
1144 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1494
|
1145 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1495
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1146 |
msgid "Role"
|
1147 |
msgstr "Роля"
|
1148 |
|
1149 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1504
|
1150 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1505
|
1151 |
msgid "Posts"
|
1152 |
msgstr "Постове"
|
1153 |
|
1154 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1629
|
1155 |
msgid "View posts by this author"
|
1156 |
msgstr "Виж постовете на този автор"
|
1157 |
|
1158 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1654
|
1159 |
+
msgid "Super Admin"
|
1160 |
+
msgstr ""
|
1161 |
+
|
1162 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1665
|
1163 |
#, php-format
|
1164 |
msgid "e-mail: %s"
|
1165 |
msgstr "e-mail: %s"
|
1166 |
|
1167 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1776
|
1168 |
#, fuzzy
|
1169 |
msgid "Change"
|
1170 |
msgstr "Смени реда"
|
1171 |
|
1172 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1792
|
1173 |
#, fuzzy
|
1174 |
msgid "Update selected users"
|
1175 |
msgstr "Изтрий маркираните полета"
|
1176 |
|
1177 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1813
|
1178 |
#, fuzzy
|
1179 |
msgid "Update"
|
1180 |
msgstr "Поднови поле"
|
1181 |
|
1182 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1828
|
1183 |
msgid "OK"
|
1184 |
msgstr ""
|
1185 |
|
1186 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1829
|
1187 |
msgid "Cancel"
|
1188 |
msgstr ""
|
1189 |
|
1191 |
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!"
|
1192 |
msgstr ""
|
1193 |
|
1194 |
+
#~ msgid "« Back to All Users"
|
1195 |
+
#~ msgstr "« Назад към Всички потребители"
|
1196 |
#~ msgid "A&U Extended"
|
1197 |
#~ msgstr "А&П с разширения"
|
1198 |
#~ msgid "Users Matching \"%s\""
|
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-
|
6 |
-
"PO-Revision-Date: 2011-
|
7 |
"Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -16,151 +16,151 @@ msgstr ""
|
|
16 |
"X-Poedit-Basepath: .\n"
|
17 |
"X-Poedit-SearchPath-0: /var/www/wp-content/plugins/cimy-user-extra-fields\n"
|
18 |
|
19 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
20 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
21 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
22 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
23 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
24 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
25 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
26 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
27 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
28 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
29 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
30 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
31 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
32 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
33 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
34 |
msgid "ERROR"
|
35 |
msgstr "FEJL"
|
36 |
|
37 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
38 |
msgid "does not match."
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
42 |
msgid "hasn’t a correct email syntax."
|
43 |
msgstr "E-mail adresse angivet forkert. "
|
44 |
|
45 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
46 |
msgid "couldn’t be empty."
|
47 |
msgstr "Må ikke være tomt."
|
48 |
|
49 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
50 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
51 |
msgid "isn’t correct"
|
52 |
msgstr "er forkert"
|
53 |
|
54 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
55 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
56 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
57 |
msgid "YES"
|
58 |
msgstr "JA"
|
59 |
|
60 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
61 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
62 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
63 |
msgid "NO"
|
64 |
msgstr "NEJ"
|
65 |
|
66 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
67 |
msgid "should be"
|
68 |
msgstr "skulle være"
|
69 |
|
70 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
71 |
msgid "should be an image."
|
72 |
msgstr "burde være et billede."
|
73 |
|
74 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
75 |
msgid "couldn’t have size less than"
|
76 |
msgstr "Størrelse må ikke være mindre end"
|
77 |
|
78 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
79 |
msgid "couldn’t have length less than"
|
80 |
msgstr "Længden må ikke være mindre end"
|
81 |
|
82 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
83 |
msgid "couldn’t have size different than"
|
84 |
msgstr "Størrelse må ikke afvige fra"
|
85 |
|
86 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
87 |
msgid "couldn’t have length different than"
|
88 |
msgstr "Længde må ikke afvige fra"
|
89 |
|
90 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
91 |
msgid "couldn’t have size more than"
|
92 |
msgstr "Størrelse må ikke overstige"
|
93 |
|
94 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
95 |
msgid "couldn’t have length more than"
|
96 |
msgstr "Længde må ikke overstige"
|
97 |
|
98 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
99 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
100 |
msgid "Typed code is not correct."
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
104 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
105 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
106 |
msgid "Username"
|
107 |
msgstr "Brugernavn"
|
108 |
|
109 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
110 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
111 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
112 |
msgid "E-mail"
|
113 |
msgstr "E-mail"
|
114 |
|
115 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
116 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
117 |
#, fuzzy
|
118 |
msgid "Please upload a file with one of the following extensions"
|
119 |
msgstr "Upload venligst et billede af en af følgende filtyper"
|
120 |
|
121 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
122 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
123 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
124 |
msgid "Please upload an image with one of the following extensions"
|
125 |
msgstr "Upload venligst et billede af en af følgende filtyper"
|
126 |
|
127 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
128 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:47
|
129 |
msgid "Strength indicator"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
133 |
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 ! \" ? $ % ^ & )."
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
137 |
#, fuzzy
|
138 |
msgid "Change image"
|
139 |
msgstr "Ændre rækkefølge"
|
140 |
|
141 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
142 |
msgid "Insert the code:"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
146 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
147 |
msgid "Confirm your registration"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
151 |
msgid "A password will be e-mailed to you."
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
155 |
msgid "← Back"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:
|
159 |
#, fuzzy
|
160 |
msgid "no fieldset"
|
161 |
msgstr "Objekter pr. feltrække"
|
162 |
|
163 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:
|
164 |
msgid "All"
|
165 |
msgstr ""
|
166 |
|
@@ -196,327 +196,327 @@ msgstr "Indstillinger nulstillet"
|
|
196 |
msgid "Options deleted"
|
197 |
msgstr "Indstillinger slettet"
|
198 |
|
199 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
200 |
msgid "Options changed"
|
201 |
msgstr "Indstillinger ændret"
|
202 |
|
203 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
204 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
208 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
209 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
210 |
msgid "Options"
|
211 |
msgstr "Indstillinger"
|
212 |
|
213 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
214 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:442
|
215 |
msgid "Add a new Field"
|
216 |
msgstr "Tilføj et nyt felt"
|
217 |
|
218 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
219 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
220 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
221 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
222 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
223 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:294
|
224 |
msgid "Extra Fields"
|
225 |
msgstr "Ekstra felter"
|
226 |
|
227 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
228 |
msgid "Support the Cimy Project"
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
232 |
msgid "This plug-in is the results of hours of development to add new features, support new WordPress versions and fix bugs, please donate money if saved you from spending all these hours!"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
236 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
237 |
msgid "SUCCESSFUL"
|
238 |
msgstr "GENNEMFØRT"
|
239 |
|
240 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
241 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
242 |
msgid "Save Changes"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
246 |
msgid "General"
|
247 |
msgstr "Generelle indstillinger"
|
248 |
|
249 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
250 |
msgid "installed is"
|
251 |
msgstr "installeret er"
|
252 |
|
253 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
254 |
msgid "OPTIONS DELETED!"
|
255 |
msgstr "INDSTILLINGER SLETTET!"
|
256 |
|
257 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
258 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
259 |
msgid "Fix the problem"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
263 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
264 |
msgstr "VERSIONSKONFLIKT! Husk at deaktivere og genaktivere plugin'et efter opdatering!"
|
265 |
|
266 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
267 |
msgid "Picture/Avatar upload"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
271 |
msgid "is created and writable"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
275 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
279 |
#, fuzzy
|
280 |
msgid "Show all fields in the welcome email"
|
281 |
msgstr "Vis felt i forbindelse med brugerregistrering"
|
282 |
|
283 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
284 |
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
288 |
msgid "Enable email confirmation"
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
292 |
msgid "user that registers should confirm its email address via a link click"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
296 |
msgid "<strong>note:</strong> this option turned on will automatically disable (only during the registration) all upload fields: file, picture, avatar"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
300 |
msgid "Enable form confirmation"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
304 |
msgid "a summary of the registration form will be presented to the user"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
308 |
msgid "Customize welcome email sent to the new user"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
312 |
msgid "if you change or remove the placeholders then the email won't have the correct information"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
316 |
msgid "Redirect to the source"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
320 |
msgid "after the registration or confirmation the user will be redirected to the address where was exactly before clicking on the registration link"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
324 |
msgid "No captcha"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
328 |
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
332 |
msgid "Public KEY"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
336 |
msgid "Private KEY"
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
340 |
msgid "Enable <a href=\"http://www.phpcaptcha.org/\" target=\"_blank\">Securimage Captcha</a>"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
344 |
msgid "This captcha is probably weaker, but is easier for users"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
348 |
#, php-format
|
349 |
msgid "<strong>WARNING: to activate this captcha download <a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">this package</a> and unpack it under %s</strong>"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
353 |
msgid "Change login/registration page logo"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
357 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
358 |
#, fuzzy
|
359 |
msgid "Delete the picture"
|
360 |
msgstr "Slet felt"
|
361 |
|
362 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
363 |
msgid "Maximum recommended logo width is 328px, but any height should work."
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
367 |
msgid "Database"
|
368 |
msgstr "Database administration"
|
369 |
|
370 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
371 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
372 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
373 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
374 |
msgid "select action"
|
375 |
msgstr "Vælg handling"
|
376 |
|
377 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
378 |
msgid "Default values"
|
379 |
msgstr "Standard værdier"
|
380 |
|
381 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
382 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
383 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
384 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
385 |
msgid "Delete"
|
386 |
msgstr "Slet"
|
387 |
|
388 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
389 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
390 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
391 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
392 |
msgid "NOT PRESENT"
|
393 |
msgstr "FINDES IKKE"
|
394 |
|
395 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
396 |
msgid "WordPress Fields table"
|
397 |
msgstr "WordPress tabel"
|
398 |
|
399 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
400 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
401 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
402 |
msgid "Empty"
|
403 |
msgstr "Tøm"
|
404 |
|
405 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
406 |
msgid "Extra Fields table"
|
407 |
msgstr "Tabel med ekstra felter"
|
408 |
|
409 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
410 |
msgid "Users Data table"
|
411 |
msgstr "Tabel for brugerdata"
|
412 |
|
413 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
414 |
msgid "all data inserted by users in all and only extra fields"
|
415 |
msgstr "al brugerdata i alle ekstra felter"
|
416 |
|
417 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
418 |
msgid "Force tables creation"
|
419 |
msgstr "Gennemtving oprettelse af tabeller"
|
420 |
|
421 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
422 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
426 |
msgid "User Profile"
|
427 |
msgstr "Brugerprofil"
|
428 |
|
429 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
430 |
#, fuzzy
|
431 |
msgid "Extra Fields section title"
|
432 |
msgstr "Tabel med ekstra felter"
|
433 |
|
434 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
435 |
msgid "Fieldset's titles, separates with comma"
|
436 |
msgstr "Feltrækkernes titel, adkilt med komma"
|
437 |
|
438 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
439 |
msgid "example: title1,title2,title3"
|
440 |
msgstr "F. eks.: Titel1,Titel2,Titel3"
|
441 |
|
442 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
443 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
447 |
msgid "Authors & Users Extended"
|
448 |
msgstr "Bruger liste"
|
449 |
|
450 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
451 |
msgid "Hide username field"
|
452 |
msgstr "Skjul brugernavn"
|
453 |
|
454 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
455 |
msgid "Hide name field"
|
456 |
msgstr "Skjul fornavn"
|
457 |
|
458 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
459 |
msgid "Hide email field"
|
460 |
msgstr "Skjul e-mailadresse"
|
461 |
|
462 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
463 |
#, fuzzy
|
464 |
msgid "Hide role field"
|
465 |
msgstr "Skjul fornavn"
|
466 |
|
467 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
468 |
msgid "Hide website field"
|
469 |
msgstr "Skjul website"
|
470 |
|
471 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
472 |
msgid "Hide n. posts field"
|
473 |
msgstr "Skjul angivelse af antal af brugerindlæg"
|
474 |
|
475 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
476 |
msgid "WordPress hidden fields"
|
477 |
msgstr "Wordpress skjulte felter"
|
478 |
|
479 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
480 |
msgid "Show password"
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
484 |
msgid "Show confirmation password"
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
488 |
msgid "Show password strength meter"
|
489 |
msgstr ""
|
490 |
|
491 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
492 |
msgid "Show first name"
|
493 |
msgstr "Vis fornavn"
|
494 |
|
495 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
496 |
msgid "Show last name"
|
497 |
msgstr "Vis Efternavn"
|
498 |
|
499 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
500 |
msgid "Show nickname"
|
501 |
msgstr "Vis Kaldenavn"
|
502 |
|
503 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
504 |
msgid "Show website"
|
505 |
msgstr "Website"
|
506 |
|
507 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
508 |
msgid "Show AIM"
|
509 |
msgstr "Vis AIM"
|
510 |
|
511 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
512 |
msgid "Show Yahoo IM"
|
513 |
msgstr "Vis Yahoo IM"
|
514 |
|
515 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
516 |
msgid "Show Jabber / Google Talk"
|
517 |
msgstr "Vis Jabber / Google Talk"
|
518 |
|
519 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
520 |
msgid "Show Biographical Info"
|
521 |
msgstr ""
|
522 |
|
@@ -542,62 +542,62 @@ msgstr ""
|
|
542 |
msgid "Mismatch"
|
543 |
msgstr ""
|
544 |
|
545 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
546 |
msgid "Password"
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
550 |
msgid "Password confirmation"
|
551 |
msgstr ""
|
552 |
|
553 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
554 |
#, fuzzy
|
555 |
msgid "First name"
|
556 |
msgstr "Vis fornavn"
|
557 |
|
558 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
559 |
#, fuzzy
|
560 |
msgid "Last name"
|
561 |
msgstr "Vis Efternavn"
|
562 |
|
563 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
564 |
#, fuzzy
|
565 |
msgid "Nickname"
|
566 |
msgstr "Navn"
|
567 |
|
568 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
569 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
570 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
571 |
msgid "Website"
|
572 |
msgstr "Website"
|
573 |
|
574 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
575 |
msgid "AIM"
|
576 |
msgstr ""
|
577 |
|
578 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
579 |
#, fuzzy
|
580 |
msgid "Yahoo IM"
|
581 |
msgstr "Vis Yahoo IM"
|
582 |
|
583 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
584 |
#, fuzzy
|
585 |
msgid "Jabber / Google Talk"
|
586 |
msgstr "Vis Jabber / Google Talk"
|
587 |
|
588 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
589 |
msgid "Biographical Info"
|
590 |
msgstr ""
|
591 |
|
592 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
593 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:133
|
594 |
msgid "Fields"
|
595 |
msgstr "Felter"
|
596 |
|
597 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
598 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
599 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
600 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
601 |
#, fuzzy
|
602 |
msgid "Users Extended"
|
603 |
msgstr "Vis alle brugere"
|
@@ -616,31 +616,31 @@ msgstr ""
|
|
616 |
msgid "File '%s' is not an image."
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
620 |
#, fuzzy
|
621 |
msgid "Delete the file"
|
622 |
msgstr "Slet felt"
|
623 |
|
624 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
625 |
#, fuzzy
|
626 |
msgid "Update the file"
|
627 |
msgstr "Opdater felt"
|
628 |
|
629 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
630 |
#, fuzzy
|
631 |
msgid "Update the picture"
|
632 |
msgstr "Opdater felt"
|
633 |
|
634 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
635 |
msgid "Picture URL:"
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
639 |
#, php-format
|
640 |
msgid "%s previous value: %s new value: %s"
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
644 |
#, php-format
|
645 |
msgid "%s (%s) has changed one or more fields"
|
646 |
msgstr ""
|
@@ -713,31 +713,31 @@ msgstr ""
|
|
713 |
msgid "Password: %s"
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
717 |
msgid "Invalid activation key."
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
721 |
msgid "The site is already active."
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
725 |
msgid "Could not create user"
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
729 |
msgid "That username is already activated."
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
733 |
msgid "That username is currently reserved but may be available in a couple of days."
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
737 |
msgid "username and email used"
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
741 |
msgid "That email address has already been used. Please check your inbox for an activation email. It will become available in a couple of days if you do nothing."
|
742 |
msgstr ""
|
743 |
|
@@ -762,17 +762,17 @@ msgid "Change order"
|
|
762 |
msgstr "Ændre rækkefølge"
|
763 |
|
764 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
765 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
766 |
msgid "Min length"
|
767 |
msgstr "Min. længde"
|
768 |
|
769 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:31
|
770 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
771 |
msgid "Exact length"
|
772 |
msgstr "Eksakt længde"
|
773 |
|
774 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:32
|
775 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
776 |
msgid "Max length"
|
777 |
msgstr "Max. længde"
|
778 |
|
@@ -802,17 +802,17 @@ msgid "deleted correctly"
|
|
802 |
msgstr "Sletning gennemført"
|
803 |
|
804 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:239
|
805 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
806 |
msgid "Min size"
|
807 |
msgstr "Min. størrelse"
|
808 |
|
809 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:240
|
810 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
811 |
msgid "Exact size"
|
812 |
msgstr "Eksakt størrelse"
|
813 |
|
814 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:241
|
815 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
816 |
msgid "Max size"
|
817 |
msgstr "Max. størrelse"
|
818 |
|
@@ -922,161 +922,162 @@ msgstr "<strong>picture</strong>: Du kan anvende et standardbillede ved angivels
|
|
922 |
|
923 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
924 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:648
|
925 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
926 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
927 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
928 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
929 |
msgid "Name"
|
930 |
msgstr "Navn"
|
931 |
|
932 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
933 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
934 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
935 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
936 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
937 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
938 |
msgid "Value"
|
939 |
msgstr "Værdi"
|
940 |
|
941 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:639
|
942 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
943 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
944 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
945 |
msgid "Type"
|
946 |
msgstr "Type"
|
947 |
|
948 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
949 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:671
|
950 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
951 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
952 |
msgid "Label"
|
953 |
msgstr "Betegnelse"
|
954 |
|
955 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
956 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:672
|
957 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
958 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
959 |
msgid "Description"
|
960 |
msgstr "Beskrivelse"
|
961 |
|
962 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:641
|
963 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
964 |
msgid "Rules"
|
965 |
msgstr "Regler"
|
966 |
|
967 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:642
|
968 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
969 |
msgid "Actions"
|
970 |
msgstr "Handlinger"
|
971 |
|
972 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
973 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
974 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
975 |
#, fuzzy
|
976 |
msgid "Fieldset"
|
977 |
msgstr "Felter"
|
978 |
|
979 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:684
|
980 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
981 |
msgid "Can be empty"
|
982 |
msgstr "Kan være tomt"
|
983 |
|
984 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:685
|
985 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
986 |
msgid "Check for E-mail syntax"
|
987 |
msgstr "Kontroller venligst e-mailadressen"
|
988 |
|
989 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:688
|
990 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
991 |
msgid "Can be modified"
|
992 |
msgstr "Kan ændres"
|
993 |
|
994 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:689
|
995 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
996 |
msgid "Can be modified only if empty"
|
997 |
msgstr "Kan kun ændres hvis feltet er tomt"
|
998 |
|
999 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:690
|
1000 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1001 |
msgid "Can be modified only by admin"
|
1002 |
msgstr "Kan kun ændres af Administrator"
|
1003 |
|
1004 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:691
|
1005 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1006 |
msgid "Can be modified only by admin or if empty"
|
1007 |
msgstr "Kan kun ændres hvis det er tomt"
|
1008 |
|
1009 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
1010 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1011 |
msgid "Cannot be modified"
|
1012 |
msgstr "Kan ikke ændres"
|
1013 |
|
1014 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:700
|
1015 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1016 |
msgid "Should be equal TO"
|
1017 |
msgstr "Skal være LIG MED"
|
1018 |
|
1019 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:702
|
1020 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1021 |
msgid "Case sensitive"
|
1022 |
msgstr "Forskel på store og små bogstaver"
|
1023 |
|
1024 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:705
|
1025 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1026 |
msgid "Regular Expression"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:708
|
1030 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1031 |
msgid "Show the field in the registration"
|
1032 |
msgstr "Vis felt i forbindelse med brugerregistrering"
|
1033 |
|
1034 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
1035 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1036 |
msgid "Show the field in User's profile"
|
1037 |
msgstr "Vis felt i 'Brugerprofil'"
|
1038 |
|
1039 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
1040 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1041 |
#, fuzzy
|
1042 |
-
msgid "Show the field in Users Extended
|
1043 |
msgstr "Vis felt under 'Vis alle brugere'"
|
1044 |
|
1045 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
1046 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1047 |
#, fuzzy
|
1048 |
msgid "Show the field in the search engine"
|
1049 |
msgstr "Vis felt i forbindelse med brugerregistrering"
|
1050 |
|
1051 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:720
|
1052 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1053 |
#, fuzzy
|
1054 |
msgid "Show the field in the blog"
|
1055 |
msgstr "Vis felt i forbindelse med brugerregistrering"
|
1056 |
|
1057 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:723
|
1058 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1059 |
#, fuzzy
|
1060 |
msgid "Show the field if the role is at least:"
|
1061 |
msgstr "Vis felt i forbindelse med brugerregistrering"
|
1062 |
|
1063 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:725
|
1064 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1065 |
msgid "Anonymous"
|
1066 |
msgstr ""
|
1067 |
|
1068 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
1069 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1070 |
msgid "User has 'view_cimy_extra_fields' capability"
|
1071 |
msgstr ""
|
1072 |
|
1073 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:736
|
1074 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1075 |
msgid "Send an email to the admin if the user changes its value"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:738
|
1079 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1080 |
#, fuzzy
|
1081 |
msgid "Advanced options"
|
1082 |
msgstr "Handlinger"
|
@@ -1085,104 +1086,106 @@ msgstr "Handlinger"
|
|
1085 |
msgid "Clear"
|
1086 |
msgstr "Slet"
|
1087 |
|
1088 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1089 |
msgid "Invert selection"
|
1090 |
msgstr "Omvend markering"
|
1091 |
|
1092 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1093 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
1094 |
msgstr "Er du sikker på at du vil slette dette/disse felt(er) og al tilknyttet brugerdata?"
|
1095 |
|
1096 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1097 |
msgid "WordPress Fields"
|
1098 |
msgstr "WordPress felter"
|
1099 |
|
1100 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1101 |
msgid "None!"
|
1102 |
msgstr "Ingen!"
|
1103 |
|
1104 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1105 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1106 |
msgid "Order"
|
1107 |
msgstr "Rækkefølge"
|
1108 |
|
1109 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1110 |
msgid "Reset"
|
1111 |
msgstr "Nulstil"
|
1112 |
|
1113 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1114 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1115 |
#, fuzzy
|
1116 |
msgid "select"
|
1117 |
msgstr "Slet"
|
1118 |
|
1119 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1120 |
#, php-format
|
1121 |
msgid "Search results for “%s”"
|
1122 |
msgstr ""
|
1123 |
|
1124 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1125 |
#, php-format
|
1126 |
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
1127 |
msgstr ""
|
1128 |
|
1129 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1130 |
msgid "Search Users"
|
1131 |
msgstr ""
|
1132 |
|
1133 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1134 |
-
|
1135 |
-
msgstr ""
|
1136 |
-
|
1137 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1501
|
1138 |
-
#, fuzzy
|
1139 |
-
msgid "Users per page"
|
1140 |
-
msgstr "Tabel for brugerdata"
|
1141 |
-
|
1142 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1516
|
1143 |
-
msgid "Apply"
|
1144 |
-
msgstr ""
|
1145 |
-
|
1146 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1543
|
1147 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1544
|
1148 |
#, fuzzy
|
1149 |
msgid "Role"
|
1150 |
msgstr "Regler"
|
1151 |
|
1152 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1153 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1154 |
msgid "Posts"
|
1155 |
msgstr "Indlæg"
|
1156 |
|
1157 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1158 |
msgid "View posts by this author"
|
1159 |
msgstr "Vis denne brugers indlæg"
|
1160 |
|
1161 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
1162 |
#, php-format
|
1163 |
msgid "e-mail: %s"
|
1164 |
msgstr "e-mail: %s"
|
1165 |
|
1166 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1167 |
#, fuzzy
|
1168 |
msgid "Change"
|
1169 |
msgstr "Ændre rækkefølge"
|
1170 |
|
1171 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1172 |
#, fuzzy
|
1173 |
msgid "Update selected users"
|
1174 |
msgstr "Slet valgte felter"
|
1175 |
|
1176 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1177 |
#, fuzzy
|
1178 |
msgid "Update"
|
1179 |
msgstr "Opdater felt"
|
1180 |
|
1181 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1182 |
msgid "OK"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1186 |
msgid "Cancel"
|
1187 |
msgstr ""
|
1188 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Cimy User Extra Fields\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-09-04 13:58+0300\n"
|
6 |
+
"PO-Revision-Date: 2011-09-04 13:58+0300\n"
|
7 |
"Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
16 |
"X-Poedit-Basepath: .\n"
|
17 |
"X-Poedit-SearchPath-0: /var/www/wp-content/plugins/cimy-user-extra-fields\n"
|
18 |
|
19 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:419
|
20 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:423
|
21 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:437
|
22 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:458
|
23 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:470
|
24 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:477
|
25 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:488
|
26 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:494
|
27 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:506
|
28 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:512
|
29 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:524
|
30 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:530
|
31 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:544
|
32 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:564
|
33 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1070
|
34 |
msgid "ERROR"
|
35 |
msgstr "FEJL"
|
36 |
|
37 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:419
|
38 |
msgid "does not match."
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:423
|
42 |
msgid "hasn’t a correct email syntax."
|
43 |
msgstr "E-mail adresse angivet forkert. "
|
44 |
|
45 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:437
|
46 |
msgid "couldn’t be empty."
|
47 |
msgstr "Må ikke være tomt."
|
48 |
|
49 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:457
|
50 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:466
|
51 |
msgid "isn’t correct"
|
52 |
msgstr "er forkert"
|
53 |
|
54 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:463
|
55 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:921
|
56 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:924
|
57 |
msgid "YES"
|
58 |
msgstr "JA"
|
59 |
|
60 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:463
|
61 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:921
|
62 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:924
|
63 |
msgid "NO"
|
64 |
msgstr "NEJ"
|
65 |
|
66 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:468
|
67 |
msgid "should be"
|
68 |
msgstr "skulle være"
|
69 |
|
70 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:477
|
71 |
msgid "should be an image."
|
72 |
msgstr "burde være et billede."
|
73 |
|
74 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:488
|
75 |
msgid "couldn’t have size less than"
|
76 |
msgstr "Størrelse må ikke være mindre end"
|
77 |
|
78 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:494
|
79 |
msgid "couldn’t have length less than"
|
80 |
msgstr "Længden må ikke være mindre end"
|
81 |
|
82 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:506
|
83 |
msgid "couldn’t have size different than"
|
84 |
msgstr "Størrelse må ikke afvige fra"
|
85 |
|
86 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:512
|
87 |
msgid "couldn’t have length different than"
|
88 |
msgstr "Længde må ikke afvige fra"
|
89 |
|
90 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:524
|
91 |
msgid "couldn’t have size more than"
|
92 |
msgstr "Størrelse må ikke overstige"
|
93 |
|
94 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:530
|
95 |
msgid "couldn’t have length more than"
|
96 |
msgstr "Længde må ikke overstige"
|
97 |
|
98 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:544
|
99 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:564
|
100 |
msgid "Typed code is not correct."
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:641
|
104 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1479
|
105 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1480
|
106 |
msgid "Username"
|
107 |
msgstr "Brugernavn"
|
108 |
|
109 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:644
|
110 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1489
|
111 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1490
|
112 |
msgid "E-mail"
|
113 |
msgstr "E-mail"
|
114 |
|
115 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:893
|
116 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:306
|
117 |
#, fuzzy
|
118 |
msgid "Please upload a file with one of the following extensions"
|
119 |
msgstr "Upload venligst et billede af en af følgende filtyper"
|
120 |
|
121 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:899
|
122 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:272
|
123 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:312
|
124 |
msgid "Please upload an image with one of the following extensions"
|
125 |
msgstr "Upload venligst et billede af en af følgende filtyper"
|
126 |
|
127 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1056
|
128 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:47
|
129 |
msgid "Strength indicator"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1057
|
133 |
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 ! \" ? $ % ^ & )."
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1103
|
137 |
#, fuzzy
|
138 |
msgid "Change image"
|
139 |
msgstr "Ændre rækkefølge"
|
140 |
|
141 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1106
|
142 |
msgid "Insert the code:"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1172
|
146 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1174
|
147 |
msgid "Confirm your registration"
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1180
|
151 |
msgid "A password will be e-mailed to you."
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1187
|
155 |
msgid "← Back"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:429
|
159 |
#, fuzzy
|
160 |
msgid "no fieldset"
|
161 |
msgstr "Objekter pr. feltrække"
|
162 |
|
163 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:433
|
164 |
msgid "All"
|
165 |
msgstr ""
|
166 |
|
196 |
msgid "Options deleted"
|
197 |
msgstr "Indstillinger slettet"
|
198 |
|
199 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:248
|
200 |
msgid "Options changed"
|
201 |
msgstr "Indstillinger ændret"
|
202 |
|
203 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:326
|
204 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:335
|
208 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:528
|
209 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:757
|
210 |
msgid "Options"
|
211 |
msgstr "Indstillinger"
|
212 |
|
213 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:338
|
214 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:442
|
215 |
msgid "Add a new Field"
|
216 |
msgstr "Tilføj et nyt felt"
|
217 |
|
218 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:338
|
219 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:807
|
220 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1796
|
221 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1801
|
222 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
223 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:294
|
224 |
msgid "Extra Fields"
|
225 |
msgstr "Ekstra felter"
|
226 |
|
227 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:344
|
228 |
msgid "Support the Cimy Project"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:352
|
232 |
msgid "This plug-in is the results of hours of development to add new features, support new WordPress versions and fix bugs, please donate money if saved you from spending all these hours!"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:362
|
236 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1088
|
237 |
msgid "SUCCESSFUL"
|
238 |
msgstr "GENNEMFØRT"
|
239 |
|
240 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:376
|
241 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:699
|
242 |
msgid "Save Changes"
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:377
|
246 |
msgid "General"
|
247 |
msgstr "Generelle indstillinger"
|
248 |
|
249 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:385
|
250 |
msgid "installed is"
|
251 |
msgstr "installeret er"
|
252 |
|
253 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:389
|
254 |
msgid "OPTIONS DELETED!"
|
255 |
msgstr "INDSTILLINGER SLETTET!"
|
256 |
|
257 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:392
|
258 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:397
|
259 |
msgid "Fix the problem"
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:395
|
263 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
264 |
msgstr "VERSIONSKONFLIKT! Husk at deaktivere og genaktivere plugin'et efter opdatering!"
|
265 |
|
266 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:403
|
267 |
msgid "Picture/Avatar upload"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:407
|
271 |
msgid "is created and writable"
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:409
|
275 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:416
|
279 |
#, fuzzy
|
280 |
msgid "Show all fields in the welcome email"
|
281 |
msgstr "Vis felt i forbindelse med brugerregistrering"
|
282 |
|
283 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:420
|
284 |
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:428
|
288 |
msgid "Enable email confirmation"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:432
|
292 |
msgid "user that registers should confirm its email address via a link click"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:434
|
296 |
msgid "<strong>note:</strong> this option turned on will automatically disable (only during the registration) all upload fields: file, picture, avatar"
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:441
|
300 |
msgid "Enable form confirmation"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:445
|
304 |
msgid "a summary of the registration form will be presented to the user"
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:451
|
308 |
msgid "Customize welcome email sent to the new user"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:455
|
312 |
msgid "if you change or remove the placeholders then the email won't have the correct information"
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:461
|
316 |
msgid "Redirect to the source"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:465
|
320 |
msgid "after the registration or confirmation the user will be redirected to the address where was exactly before clicking on the registration link"
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:473
|
324 |
msgid "No captcha"
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:481
|
328 |
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:485
|
332 |
msgid "Public KEY"
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:489
|
336 |
msgid "Private KEY"
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:497
|
340 |
msgid "Enable <a href=\"http://www.phpcaptcha.org/\" target=\"_blank\">Securimage Captcha</a>"
|
341 |
msgstr ""
|
342 |
|
343 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:500
|
344 |
msgid "This captcha is probably weaker, but is easier for users"
|
345 |
msgstr ""
|
346 |
|
347 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:504
|
348 |
#, php-format
|
349 |
msgid "<strong>WARNING: to activate this captcha download <a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">this package</a> and unpack it under %s</strong>"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:511
|
353 |
msgid "Change login/registration page logo"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:516
|
357 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:454
|
358 |
#, fuzzy
|
359 |
msgid "Delete the picture"
|
360 |
msgstr "Slet felt"
|
361 |
|
362 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:519
|
363 |
msgid "Maximum recommended logo width is 328px, but any height should work."
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:525
|
367 |
msgid "Database"
|
368 |
msgstr "Database administration"
|
369 |
|
370 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:534
|
371 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:551
|
372 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:568
|
373 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:585
|
374 |
msgid "select action"
|
375 |
msgstr "Vælg handling"
|
376 |
|
377 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:535
|
378 |
msgid "Default values"
|
379 |
msgstr "Standard værdier"
|
380 |
|
381 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:536
|
382 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:553
|
383 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:570
|
384 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:587
|
385 |
msgid "Delete"
|
386 |
msgstr "Slet"
|
387 |
|
388 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:540
|
389 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:557
|
390 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:574
|
391 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:592
|
392 |
msgid "NOT PRESENT"
|
393 |
msgstr "FINDES IKKE"
|
394 |
|
395 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:545
|
396 |
msgid "WordPress Fields table"
|
397 |
msgstr "WordPress tabel"
|
398 |
|
399 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:552
|
400 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:569
|
401 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:586
|
402 |
msgid "Empty"
|
403 |
msgstr "Tøm"
|
404 |
|
405 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:562
|
406 |
msgid "Extra Fields table"
|
407 |
msgstr "Tabel med ekstra felter"
|
408 |
|
409 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:579
|
410 |
msgid "Users Data table"
|
411 |
msgstr "Tabel for brugerdata"
|
412 |
|
413 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:589
|
414 |
msgid "all data inserted by users in all and only extra fields"
|
415 |
msgstr "al brugerdata i alle ekstra felter"
|
416 |
|
417 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:597
|
418 |
msgid "Force tables creation"
|
419 |
msgstr "Gennemtving oprettelse af tabeller"
|
420 |
|
421 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:600
|
422 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:606
|
426 |
msgid "User Profile"
|
427 |
msgstr "Brugerprofil"
|
428 |
|
429 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:609
|
430 |
#, fuzzy
|
431 |
msgid "Extra Fields section title"
|
432 |
msgstr "Tabel med ekstra felter"
|
433 |
|
434 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
435 |
msgid "Fieldset's titles, separates with comma"
|
436 |
msgstr "Feltrækkernes titel, adkilt med komma"
|
437 |
|
438 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
439 |
msgid "example: title1,title2,title3"
|
440 |
msgstr "F. eks.: Titel1,Titel2,Titel3"
|
441 |
|
442 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:614
|
443 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:619
|
447 |
msgid "Authors & Users Extended"
|
448 |
msgstr "Bruger liste"
|
449 |
|
450 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:623
|
451 |
msgid "Hide username field"
|
452 |
msgstr "Skjul brugernavn"
|
453 |
|
454 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:629
|
455 |
msgid "Hide name field"
|
456 |
msgstr "Skjul fornavn"
|
457 |
|
458 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:634
|
459 |
msgid "Hide email field"
|
460 |
msgstr "Skjul e-mailadresse"
|
461 |
|
462 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:638
|
463 |
#, fuzzy
|
464 |
msgid "Hide role field"
|
465 |
msgstr "Skjul fornavn"
|
466 |
|
467 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:642
|
468 |
msgid "Hide website field"
|
469 |
msgstr "Skjul website"
|
470 |
|
471 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:646
|
472 |
msgid "Hide n. posts field"
|
473 |
msgstr "Skjul angivelse af antal af brugerindlæg"
|
474 |
|
475 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:651
|
476 |
msgid "WordPress hidden fields"
|
477 |
msgstr "Wordpress skjulte felter"
|
478 |
|
479 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:654
|
480 |
msgid "Show password"
|
481 |
msgstr ""
|
482 |
|
483 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:658
|
484 |
msgid "Show confirmation password"
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:662
|
488 |
msgid "Show password strength meter"
|
489 |
msgstr ""
|
490 |
|
491 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:666
|
492 |
msgid "Show first name"
|
493 |
msgstr "Vis fornavn"
|
494 |
|
495 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:670
|
496 |
msgid "Show last name"
|
497 |
msgstr "Vis Efternavn"
|
498 |
|
499 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:674
|
500 |
msgid "Show nickname"
|
501 |
msgstr "Vis Kaldenavn"
|
502 |
|
503 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:678
|
504 |
msgid "Show website"
|
505 |
msgstr "Website"
|
506 |
|
507 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:682
|
508 |
msgid "Show AIM"
|
509 |
msgstr "Vis AIM"
|
510 |
|
511 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:686
|
512 |
msgid "Show Yahoo IM"
|
513 |
msgstr "Vis Yahoo IM"
|
514 |
|
515 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:690
|
516 |
msgid "Show Jabber / Google Talk"
|
517 |
msgstr "Vis Jabber / Google Talk"
|
518 |
|
519 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:694
|
520 |
msgid "Show Biographical Info"
|
521 |
msgstr ""
|
522 |
|
542 |
msgid "Mismatch"
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:209
|
546 |
msgid "Password"
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:229
|
550 |
msgid "Password confirmation"
|
551 |
msgstr ""
|
552 |
|
553 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:249
|
554 |
#, fuzzy
|
555 |
msgid "First name"
|
556 |
msgstr "Vis fornavn"
|
557 |
|
558 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:269
|
559 |
#, fuzzy
|
560 |
msgid "Last name"
|
561 |
msgstr "Vis Efternavn"
|
562 |
|
563 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:289
|
564 |
#, fuzzy
|
565 |
msgid "Nickname"
|
566 |
msgstr "Navn"
|
567 |
|
568 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:309
|
569 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1499
|
570 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1500
|
571 |
msgid "Website"
|
572 |
msgstr "Website"
|
573 |
|
574 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:329
|
575 |
msgid "AIM"
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:349
|
579 |
#, fuzzy
|
580 |
msgid "Yahoo IM"
|
581 |
msgstr "Vis Yahoo IM"
|
582 |
|
583 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:369
|
584 |
#, fuzzy
|
585 |
msgid "Jabber / Google Talk"
|
586 |
msgstr "Vis Jabber / Google Talk"
|
587 |
|
588 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:389
|
589 |
msgid "Biographical Info"
|
590 |
msgstr ""
|
591 |
|
592 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:758
|
593 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:133
|
594 |
msgid "Fields"
|
595 |
msgstr "Felter"
|
596 |
|
597 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:759
|
598 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:767
|
599 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:772
|
600 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1401
|
601 |
#, fuzzy
|
602 |
msgid "Users Extended"
|
603 |
msgstr "Vis alle brugere"
|
616 |
msgid "File '%s' is not an image."
|
617 |
msgstr ""
|
618 |
|
619 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:450
|
620 |
#, fuzzy
|
621 |
msgid "Delete the file"
|
622 |
msgstr "Slet felt"
|
623 |
|
624 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:451
|
625 |
#, fuzzy
|
626 |
msgid "Update the file"
|
627 |
msgstr "Opdater felt"
|
628 |
|
629 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:455
|
630 |
#, fuzzy
|
631 |
msgid "Update the picture"
|
632 |
msgstr "Opdater felt"
|
633 |
|
634 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:475
|
635 |
msgid "Picture URL:"
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:716
|
639 |
#, php-format
|
640 |
msgid "%s previous value: %s new value: %s"
|
641 |
msgstr ""
|
642 |
|
643 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:731
|
644 |
#, php-format
|
645 |
msgid "%s (%s) has changed one or more fields"
|
646 |
msgstr ""
|
713 |
msgid "Password: %s"
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:237
|
717 |
msgid "Invalid activation key."
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:240
|
721 |
msgid "The site is already active."
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:259
|
725 |
msgid "Could not create user"
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:271
|
729 |
msgid "That username is already activated."
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:291
|
733 |
msgid "That username is currently reserved but may be available in a couple of days."
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:294
|
737 |
msgid "username and email used"
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:304
|
741 |
msgid "That email address has already been used. Please check your inbox for an activation email. It will become available in a couple of days if you do nothing."
|
742 |
msgstr ""
|
743 |
|
762 |
msgstr "Ændre rækkefølge"
|
763 |
|
764 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
765 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:897
|
766 |
msgid "Min length"
|
767 |
msgstr "Min. længde"
|
768 |
|
769 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:31
|
770 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:898
|
771 |
msgid "Exact length"
|
772 |
msgstr "Eksakt længde"
|
773 |
|
774 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:32
|
775 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:899
|
776 |
msgid "Max length"
|
777 |
msgstr "Max. længde"
|
778 |
|
802 |
msgstr "Sletning gennemført"
|
803 |
|
804 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:239
|
805 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:889
|
806 |
msgid "Min size"
|
807 |
msgstr "Min. størrelse"
|
808 |
|
809 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:240
|
810 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:890
|
811 |
msgid "Exact size"
|
812 |
msgstr "Eksakt størrelse"
|
813 |
|
814 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:241
|
815 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:891
|
816 |
msgid "Max size"
|
817 |
msgstr "Max. størrelse"
|
818 |
|
922 |
|
923 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
924 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:648
|
925 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
926 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:922
|
927 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1484
|
928 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1485
|
929 |
msgid "Name"
|
930 |
msgstr "Navn"
|
931 |
|
932 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
933 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
934 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
935 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:925
|
936 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1796
|
937 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1801
|
938 |
msgid "Value"
|
939 |
msgstr "Værdi"
|
940 |
|
941 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:639
|
942 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
943 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
944 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:928
|
945 |
msgid "Type"
|
946 |
msgstr "Type"
|
947 |
|
948 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
949 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:671
|
950 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:835
|
951 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:945
|
952 |
msgid "Label"
|
953 |
msgstr "Betegnelse"
|
954 |
|
955 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
956 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:672
|
957 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:835
|
958 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:948
|
959 |
msgid "Description"
|
960 |
msgstr "Beskrivelse"
|
961 |
|
962 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:641
|
963 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:836
|
964 |
msgid "Rules"
|
965 |
msgstr "Regler"
|
966 |
|
967 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:642
|
968 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:837
|
969 |
msgid "Actions"
|
970 |
msgstr "Handlinger"
|
971 |
|
972 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
973 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:939
|
974 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1237
|
975 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1321
|
976 |
#, fuzzy
|
977 |
msgid "Fieldset"
|
978 |
msgstr "Felter"
|
979 |
|
980 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:684
|
981 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:962
|
982 |
msgid "Can be empty"
|
983 |
msgstr "Kan være tomt"
|
984 |
|
985 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:685
|
986 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:963
|
987 |
msgid "Check for E-mail syntax"
|
988 |
msgstr "Kontroller venligst e-mailadressen"
|
989 |
|
990 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:688
|
991 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:966
|
992 |
msgid "Can be modified"
|
993 |
msgstr "Kan ændres"
|
994 |
|
995 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:689
|
996 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:967
|
997 |
msgid "Can be modified only if empty"
|
998 |
msgstr "Kan kun ændres hvis feltet er tomt"
|
999 |
|
1000 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:690
|
1001 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:968
|
1002 |
msgid "Can be modified only by admin"
|
1003 |
msgstr "Kan kun ændres af Administrator"
|
1004 |
|
1005 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:691
|
1006 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:969
|
1007 |
msgid "Can be modified only by admin or if empty"
|
1008 |
msgstr "Kan kun ændres hvis det er tomt"
|
1009 |
|
1010 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
1011 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:970
|
1012 |
msgid "Cannot be modified"
|
1013 |
msgstr "Kan ikke ændres"
|
1014 |
|
1015 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:700
|
1016 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:975
|
1017 |
msgid "Should be equal TO"
|
1018 |
msgstr "Skal være LIG MED"
|
1019 |
|
1020 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:702
|
1021 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:977
|
1022 |
msgid "Case sensitive"
|
1023 |
msgstr "Forskel på store og små bogstaver"
|
1024 |
|
1025 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:705
|
1026 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:979
|
1027 |
msgid "Regular Expression"
|
1028 |
msgstr ""
|
1029 |
|
1030 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:708
|
1031 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:984
|
1032 |
msgid "Show the field in the registration"
|
1033 |
msgstr "Vis felt i forbindelse med brugerregistrering"
|
1034 |
|
1035 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
1036 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:987
|
1037 |
msgid "Show the field in User's profile"
|
1038 |
msgstr "Vis felt i 'Brugerprofil'"
|
1039 |
|
1040 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
1041 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:996
|
1042 |
#, fuzzy
|
1043 |
+
msgid "Show the field in Users Extended section"
|
1044 |
msgstr "Vis felt under 'Vis alle brugere'"
|
1045 |
|
1046 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
1047 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:999
|
1048 |
#, fuzzy
|
1049 |
msgid "Show the field in the search engine"
|
1050 |
msgstr "Vis felt i forbindelse med brugerregistrering"
|
1051 |
|
1052 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:720
|
1053 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1002
|
1054 |
#, fuzzy
|
1055 |
msgid "Show the field in the blog"
|
1056 |
msgstr "Vis felt i forbindelse med brugerregistrering"
|
1057 |
|
1058 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:723
|
1059 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1005
|
1060 |
#, fuzzy
|
1061 |
msgid "Show the field if the role is at least:"
|
1062 |
msgstr "Vis felt i forbindelse med brugerregistrering"
|
1063 |
|
1064 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:725
|
1065 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1007
|
1066 |
msgid "Anonymous"
|
1067 |
msgstr ""
|
1068 |
|
1069 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
1070 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1013
|
1071 |
msgid "User has 'view_cimy_extra_fields' capability"
|
1072 |
msgstr ""
|
1073 |
|
1074 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:736
|
1075 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1021
|
1076 |
msgid "Send an email to the admin if the user changes its value"
|
1077 |
msgstr ""
|
1078 |
|
1079 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:738
|
1080 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1026
|
1081 |
#, fuzzy
|
1082 |
msgid "Advanced options"
|
1083 |
msgstr "Handlinger"
|
1086 |
msgid "Clear"
|
1087 |
msgstr "Slet"
|
1088 |
|
1089 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:798
|
1090 |
msgid "Invert selection"
|
1091 |
msgstr "Omvend markering"
|
1092 |
|
1093 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:799
|
1094 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
1095 |
msgstr "Er du sikker på at du vil slette dette/disse felt(er) og al tilknyttet brugerdata?"
|
1096 |
|
1097 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:805
|
1098 |
msgid "WordPress Fields"
|
1099 |
msgstr "WordPress felter"
|
1100 |
|
1101 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:818
|
1102 |
msgid "None!"
|
1103 |
msgstr "Ingen!"
|
1104 |
|
1105 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:833
|
1106 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:910
|
1107 |
msgid "Order"
|
1108 |
msgstr "Rækkefølge"
|
1109 |
|
1110 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1030
|
1111 |
msgid "Reset"
|
1112 |
msgstr "Nulstil"
|
1113 |
|
1114 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1107
|
1115 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1823
|
1116 |
#, fuzzy
|
1117 |
msgid "select"
|
1118 |
msgstr "Slet"
|
1119 |
|
1120 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1241
|
1121 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1325
|
1122 |
+
#, fuzzy
|
1123 |
+
msgid "Users per page"
|
1124 |
+
msgstr "Tabel for brugerdata"
|
1125 |
+
|
1126 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1243
|
1127 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1327
|
1128 |
+
msgid "Apply"
|
1129 |
+
msgstr ""
|
1130 |
+
|
1131 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1409
|
1132 |
#, php-format
|
1133 |
msgid "Search results for “%s”"
|
1134 |
msgstr ""
|
1135 |
|
1136 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1447
|
1137 |
#, php-format
|
1138 |
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
1139 |
msgstr ""
|
1140 |
|
1141 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1456
|
1142 |
msgid "Search Users"
|
1143 |
msgstr ""
|
1144 |
|
1145 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1494
|
1146 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1495
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1147 |
#, fuzzy
|
1148 |
msgid "Role"
|
1149 |
msgstr "Regler"
|
1150 |
|
1151 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1504
|
1152 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1505
|
1153 |
msgid "Posts"
|
1154 |
msgstr "Indlæg"
|
1155 |
|
1156 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1629
|
1157 |
msgid "View posts by this author"
|
1158 |
msgstr "Vis denne brugers indlæg"
|
1159 |
|
1160 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1654
|
1161 |
+
msgid "Super Admin"
|
1162 |
+
msgstr ""
|
1163 |
+
|
1164 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1665
|
1165 |
#, php-format
|
1166 |
msgid "e-mail: %s"
|
1167 |
msgstr "e-mail: %s"
|
1168 |
|
1169 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1776
|
1170 |
#, fuzzy
|
1171 |
msgid "Change"
|
1172 |
msgstr "Ændre rækkefølge"
|
1173 |
|
1174 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1792
|
1175 |
#, fuzzy
|
1176 |
msgid "Update selected users"
|
1177 |
msgstr "Slet valgte felter"
|
1178 |
|
1179 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1813
|
1180 |
#, fuzzy
|
1181 |
msgid "Update"
|
1182 |
msgstr "Opdater felt"
|
1183 |
|
1184 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1828
|
1185 |
msgid "OK"
|
1186 |
msgstr ""
|
1187 |
|
1188 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1829
|
1189 |
msgid "Cancel"
|
1190 |
msgstr ""
|
1191 |
|
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-
|
6 |
-
"PO-Revision-Date: 2011-
|
7 |
"Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -16,151 +16,151 @@ msgstr ""
|
|
16 |
"X-Poedit-Basepath: .\n"
|
17 |
"X-Poedit-SearchPath-0: /var/www/wp-content/plugins/cimy-user-extra-fields\n"
|
18 |
|
19 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
20 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
21 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
22 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
23 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
24 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
25 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
26 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
27 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
28 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
29 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
30 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
31 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
32 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
33 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
34 |
msgid "ERROR"
|
35 |
msgstr "FEHLER"
|
36 |
|
37 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
38 |
msgid "does not match."
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
42 |
msgid "hasn’t a correct email syntax."
|
43 |
msgstr "hat eine fehlerhafte Email-Syntax. "
|
44 |
|
45 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
46 |
msgid "couldn’t be empty."
|
47 |
msgstr "darf nicht leer sein."
|
48 |
|
49 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
50 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
51 |
msgid "isn’t correct"
|
52 |
msgstr "ist nicht richtig"
|
53 |
|
54 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
55 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
56 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
57 |
msgid "YES"
|
58 |
msgstr "JA"
|
59 |
|
60 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
61 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
62 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
63 |
msgid "NO"
|
64 |
msgstr "NEIN"
|
65 |
|
66 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
67 |
msgid "should be"
|
68 |
msgstr "sollte sein"
|
69 |
|
70 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
71 |
msgid "should be an image."
|
72 |
msgstr "sollte ein Bild sein."
|
73 |
|
74 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
75 |
msgid "couldn’t have size less than"
|
76 |
msgstr "darf keine Größe haben unter"
|
77 |
|
78 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
79 |
msgid "couldn’t have length less than"
|
80 |
msgstr "darf keine Länge haben unter"
|
81 |
|
82 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
83 |
msgid "couldn’t have size different than"
|
84 |
msgstr "darf keine Größe haben, die um mehr abweicht als"
|
85 |
|
86 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
87 |
msgid "couldn’t have length different than"
|
88 |
msgstr "darf keine Länge habe, die um mehr abweicht als"
|
89 |
|
90 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
91 |
msgid "couldn’t have size more than"
|
92 |
msgstr "darf keine Größe haben über"
|
93 |
|
94 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
95 |
msgid "couldn’t have length more than"
|
96 |
msgstr "darf keine Länge haben über"
|
97 |
|
98 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
99 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
100 |
msgid "Typed code is not correct."
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
104 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
105 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
106 |
msgid "Username"
|
107 |
msgstr "\"Benutzer\"name"
|
108 |
|
109 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
110 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
111 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
112 |
msgid "E-mail"
|
113 |
msgstr "E-Mail"
|
114 |
|
115 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
116 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
117 |
#, fuzzy
|
118 |
msgid "Please upload a file with one of the following extensions"
|
119 |
msgstr "Bitte lade ein Bild mit einer der folgenden Dateiendungen hoch"
|
120 |
|
121 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
122 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
123 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
124 |
msgid "Please upload an image with one of the following extensions"
|
125 |
msgstr "Bitte lade ein Bild mit einer der folgenden Dateiendungen hoch"
|
126 |
|
127 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
128 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:47
|
129 |
msgid "Strength indicator"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
133 |
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 ! \" ? $ % ^ & )."
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
137 |
#, fuzzy
|
138 |
msgid "Change image"
|
139 |
msgstr "Reihenfolge ändern "
|
140 |
|
141 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
142 |
msgid "Insert the code:"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
146 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
147 |
msgid "Confirm your registration"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
151 |
msgid "A password will be e-mailed to you."
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
155 |
msgid "← Back"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:
|
159 |
#, fuzzy
|
160 |
msgid "no fieldset"
|
161 |
msgstr "\"Benutzerdefinierte Felder\" pro Abschnitt"
|
162 |
|
163 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:
|
164 |
msgid "All"
|
165 |
msgstr ""
|
166 |
|
@@ -196,326 +196,326 @@ msgstr "Einstellungen auf Grundeinstellungen zurück gesetzt"
|
|
196 |
msgid "Options deleted"
|
197 |
msgstr "Einstellungen gelöscht"
|
198 |
|
199 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
200 |
msgid "Options changed"
|
201 |
msgstr "Einstellungen aktualisiert"
|
202 |
|
203 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
204 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
208 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
209 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
210 |
msgid "Options"
|
211 |
msgstr "Einstellungen"
|
212 |
|
213 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
214 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:442
|
215 |
msgid "Add a new Field"
|
216 |
msgstr "Ein neues Feld hinzufügen"
|
217 |
|
218 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
219 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
220 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
221 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
222 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
223 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:294
|
224 |
msgid "Extra Fields"
|
225 |
msgstr "Benutzerdefinierte Felder"
|
226 |
|
227 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
228 |
msgid "Support the Cimy Project"
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
232 |
msgid "This plug-in is the results of hours of development to add new features, support new WordPress versions and fix bugs, please donate money if saved you from spending all these hours!"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
236 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
237 |
msgid "SUCCESSFUL"
|
238 |
msgstr "ERFOLGREICH"
|
239 |
|
240 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
241 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
242 |
msgid "Save Changes"
|
243 |
msgstr "Einstellungen aktualisieren"
|
244 |
|
245 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
246 |
msgid "General"
|
247 |
msgstr "Allgemein"
|
248 |
|
249 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
250 |
msgid "installed is"
|
251 |
msgstr "installiert ist"
|
252 |
|
253 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
254 |
msgid "OPTIONS DELETED!"
|
255 |
msgstr "EINSTELLUNGEN GELÖSCHT!"
|
256 |
|
257 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
258 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
259 |
msgid "Fix the problem"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
263 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
264 |
msgstr "VERSIONEN NICHT KOMPATIBEL! Du hast das Plugin nach dem Update nicht deaktiviert und anschließend reaktiviert. Das könnte Probleme geben..."
|
265 |
|
266 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
267 |
msgid "Picture/Avatar upload"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
271 |
msgid "is created and writable"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
275 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
279 |
#, fuzzy
|
280 |
msgid "Show all fields in the welcome email"
|
281 |
msgstr "Zeige das Feld bei der Registrierung"
|
282 |
|
283 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
284 |
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
288 |
msgid "Enable email confirmation"
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
292 |
msgid "user that registers should confirm its email address via a link click"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
296 |
msgid "<strong>note:</strong> this option turned on will automatically disable (only during the registration) all upload fields: file, picture, avatar"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
300 |
msgid "Enable form confirmation"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
304 |
msgid "a summary of the registration form will be presented to the user"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
308 |
msgid "Customize welcome email sent to the new user"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
312 |
msgid "if you change or remove the placeholders then the email won't have the correct information"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
316 |
msgid "Redirect to the source"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
320 |
msgid "after the registration or confirmation the user will be redirected to the address where was exactly before clicking on the registration link"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
324 |
msgid "No captcha"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
328 |
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
332 |
msgid "Public KEY"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
336 |
msgid "Private KEY"
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
340 |
msgid "Enable <a href=\"http://www.phpcaptcha.org/\" target=\"_blank\">Securimage Captcha</a>"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
344 |
msgid "This captcha is probably weaker, but is easier for users"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
348 |
#, php-format
|
349 |
msgid "<strong>WARNING: to activate this captcha download <a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">this package</a> and unpack it under %s</strong>"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
353 |
msgid "Change login/registration page logo"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
357 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
358 |
msgid "Delete the picture"
|
359 |
msgstr "Bild löschen"
|
360 |
|
361 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
362 |
msgid "Maximum recommended logo width is 328px, but any height should work."
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
366 |
msgid "Database"
|
367 |
msgstr "Datenbank"
|
368 |
|
369 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
370 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
371 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
372 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
373 |
msgid "select action"
|
374 |
msgstr "Wähle Aktion"
|
375 |
|
376 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
377 |
msgid "Default values"
|
378 |
msgstr "Werte: Grundeinstellung"
|
379 |
|
380 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
381 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
382 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
383 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
384 |
msgid "Delete"
|
385 |
msgstr "Löschen"
|
386 |
|
387 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
388 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
389 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
390 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
391 |
msgid "NOT PRESENT"
|
392 |
msgstr "NICHT VORHANDEN"
|
393 |
|
394 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
395 |
msgid "WordPress Fields table"
|
396 |
msgstr "WP-Datenbank-Tabelle"
|
397 |
|
398 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
399 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
400 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
401 |
msgid "Empty"
|
402 |
msgstr "Leer"
|
403 |
|
404 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
405 |
msgid "Extra Fields table"
|
406 |
msgstr "Tabelle \"Benutzerdefinierte Felder\""
|
407 |
|
408 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
409 |
msgid "Users Data table"
|
410 |
msgstr "Tabelle \"Benutzerdaten\""
|
411 |
|
412 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
413 |
msgid "all data inserted by users in all and only extra fields"
|
414 |
msgstr "alle von \"Benutzern\" in die Cimy-Zusatzfelder eingetragenen Daten"
|
415 |
|
416 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
417 |
msgid "Force tables creation"
|
418 |
msgstr "Erzwingt die Erstellung der Datenbanktabellen"
|
419 |
|
420 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
421 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
422 |
msgstr "Achtung: Mit dieser Einstellung zwingen Sie das PlugIn die Datenbanktabellen zu erstellen. Dieser Schritt wird auch bei (De-)Aktivierung des PlugIns durchgeführt."
|
423 |
|
424 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
425 |
msgid "User Profile"
|
426 |
msgstr "\"Benutzer\" Profil"
|
427 |
|
428 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
429 |
msgid "Extra Fields section title"
|
430 |
msgstr "Titel für \"Benutzerdefinierte Felder\""
|
431 |
|
432 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
433 |
msgid "Fieldset's titles, separates with comma"
|
434 |
msgstr "Titel des Abschnitts der \"Benutzerdefinierten Felder\", abgetrennt durch Kommata (',')"
|
435 |
|
436 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
437 |
msgid "example: title1,title2,title3"
|
438 |
msgstr "Beispiel: Titel1, Titel2, Titel3"
|
439 |
|
440 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
441 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
445 |
msgid "Authors & Users Extended"
|
446 |
msgstr "\"Autoren & Benutzer\" erweitert"
|
447 |
|
448 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
449 |
msgid "Hide username field"
|
450 |
msgstr "Feld: \"'Benutzer'-Name\" nicht anzeigen"
|
451 |
|
452 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
453 |
msgid "Hide name field"
|
454 |
msgstr "Feld: \"Name\" nicht anzeigen"
|
455 |
|
456 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
457 |
msgid "Hide email field"
|
458 |
msgstr "Feld: \"E-mail Adresse\" nicht anzeigen"
|
459 |
|
460 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
461 |
msgid "Hide role field"
|
462 |
msgstr "Feld: \"Rolle\" des \"Benutzers\" nicht anzeigen"
|
463 |
|
464 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
465 |
msgid "Hide website field"
|
466 |
msgstr "Feld: \"Webseite\" nicht anzeigen"
|
467 |
|
468 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
469 |
msgid "Hide n. posts field"
|
470 |
msgstr "Feld: Anzahl der von \"Benutzer(n)\" erstellten Artikel nicht anzeigen"
|
471 |
|
472 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
473 |
msgid "WordPress hidden fields"
|
474 |
msgstr "Feld: \"Wordpress hidden fields\" (verborgene Felder)"
|
475 |
|
476 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
477 |
msgid "Show password"
|
478 |
msgstr "\"Passwort\" anzeigen"
|
479 |
|
480 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
481 |
#, fuzzy
|
482 |
msgid "Show confirmation password"
|
483 |
msgstr "\"Passwort\" anzeigen"
|
484 |
|
485 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
486 |
#, fuzzy
|
487 |
msgid "Show password strength meter"
|
488 |
msgstr "\"Passwort\" anzeigen"
|
489 |
|
490 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
491 |
msgid "Show first name"
|
492 |
msgstr "Zeige \"Vornamen\""
|
493 |
|
494 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
495 |
msgid "Show last name"
|
496 |
msgstr "Zeige \"Nachnamen\""
|
497 |
|
498 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
499 |
msgid "Show nickname"
|
500 |
msgstr "Zeige \"Nicknamen\"/Spitznamen"
|
501 |
|
502 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
503 |
msgid "Show website"
|
504 |
msgstr "Zeige \"Webseite\""
|
505 |
|
506 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
507 |
msgid "Show AIM"
|
508 |
msgstr "Zeige \"AIM\""
|
509 |
|
510 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
511 |
msgid "Show Yahoo IM"
|
512 |
msgstr "Zeige \"Yahoo IM\""
|
513 |
|
514 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
515 |
msgid "Show Jabber / Google Talk"
|
516 |
msgstr "Zeige \"Jabber / Google Talk\""
|
517 |
|
518 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
519 |
msgid "Show Biographical Info"
|
520 |
msgstr "\"Weitere Informationen\" anzeigen"
|
521 |
|
@@ -541,57 +541,57 @@ msgstr ""
|
|
541 |
msgid "Mismatch"
|
542 |
msgstr ""
|
543 |
|
544 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
545 |
msgid "Password"
|
546 |
msgstr "Passwort"
|
547 |
|
548 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
549 |
msgid "Password confirmation"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
553 |
msgid "First name"
|
554 |
msgstr "Vorname"
|
555 |
|
556 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
557 |
msgid "Last name"
|
558 |
msgstr "Nachname"
|
559 |
|
560 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
561 |
msgid "Nickname"
|
562 |
msgstr "Spitzname"
|
563 |
|
564 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
565 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
566 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
567 |
msgid "Website"
|
568 |
msgstr "Webseite"
|
569 |
|
570 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
571 |
msgid "AIM"
|
572 |
msgstr "AIM"
|
573 |
|
574 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
575 |
msgid "Yahoo IM"
|
576 |
msgstr "Yahoo IM"
|
577 |
|
578 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
579 |
msgid "Jabber / Google Talk"
|
580 |
msgstr "Jabber / Google Talk"
|
581 |
|
582 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
583 |
msgid "Biographical Info"
|
584 |
msgstr "Weitere Informationen"
|
585 |
|
586 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
587 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:133
|
588 |
msgid "Fields"
|
589 |
msgstr "Felder"
|
590 |
|
591 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
592 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
593 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
594 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
595 |
#, fuzzy
|
596 |
msgid "Users Extended"
|
597 |
msgstr "Liste aller \"Benutzer\""
|
@@ -610,30 +610,30 @@ msgstr "Die \"GD image library\" ist nicht installiert"
|
|
610 |
msgid "File '%s' is not an image."
|
611 |
msgstr "Datei '%s' muss Bild-Datei sein"
|
612 |
|
613 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
614 |
#, fuzzy
|
615 |
msgid "Delete the file"
|
616 |
msgstr "Bild löschen"
|
617 |
|
618 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
619 |
#, fuzzy
|
620 |
msgid "Update the file"
|
621 |
msgstr "Bild aktualisieren"
|
622 |
|
623 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
624 |
msgid "Update the picture"
|
625 |
msgstr "Bild aktualisieren"
|
626 |
|
627 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
628 |
msgid "Picture URL:"
|
629 |
msgstr "URL für Bild:"
|
630 |
|
631 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
632 |
#, php-format
|
633 |
msgid "%s previous value: %s new value: %s"
|
634 |
msgstr ""
|
635 |
|
636 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
637 |
#, php-format
|
638 |
msgid "%s (%s) has changed one or more fields"
|
639 |
msgstr ""
|
@@ -706,31 +706,31 @@ msgstr ""
|
|
706 |
msgid "Password: %s"
|
707 |
msgstr "Passwort"
|
708 |
|
709 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
710 |
msgid "Invalid activation key."
|
711 |
msgstr ""
|
712 |
|
713 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
714 |
msgid "The site is already active."
|
715 |
msgstr ""
|
716 |
|
717 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
718 |
msgid "Could not create user"
|
719 |
msgstr ""
|
720 |
|
721 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
722 |
msgid "That username is already activated."
|
723 |
msgstr ""
|
724 |
|
725 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
726 |
msgid "That username is currently reserved but may be available in a couple of days."
|
727 |
msgstr ""
|
728 |
|
729 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
730 |
msgid "username and email used"
|
731 |
msgstr ""
|
732 |
|
733 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
734 |
msgid "That email address has already been used. Please check your inbox for an activation email. It will become available in a couple of days if you do nothing."
|
735 |
msgstr ""
|
736 |
|
@@ -755,17 +755,17 @@ msgid "Change order"
|
|
755 |
msgstr "Reihenfolge ändern "
|
756 |
|
757 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
758 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
759 |
msgid "Min length"
|
760 |
msgstr "Minimale Länge"
|
761 |
|
762 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:31
|
763 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
764 |
msgid "Exact length"
|
765 |
msgstr "Exakte Länge"
|
766 |
|
767 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:32
|
768 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
769 |
msgid "Max length"
|
770 |
msgstr "Maximale Länge"
|
771 |
|
@@ -795,17 +795,17 @@ msgid "deleted correctly"
|
|
795 |
msgstr "erfolgreich gelöscht"
|
796 |
|
797 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:239
|
798 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
799 |
msgid "Min size"
|
800 |
msgstr "Minimale Größe"
|
801 |
|
802 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:240
|
803 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
804 |
msgid "Exact size"
|
805 |
msgstr "Exakte Größe"
|
806 |
|
807 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:241
|
808 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
809 |
msgid "Max size"
|
810 |
msgstr "Maximale Größe"
|
811 |
|
@@ -914,161 +914,162 @@ msgstr "Bei <strong>picture</strong> gilt: Du kannst ein Bild hochladen, indem D
|
|
914 |
|
915 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
916 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:648
|
917 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
918 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
919 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
920 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
921 |
msgid "Name"
|
922 |
msgstr "Name"
|
923 |
|
924 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
925 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
926 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
927 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
928 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
929 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
930 |
msgid "Value"
|
931 |
msgstr "Wert/$value"
|
932 |
|
933 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:639
|
934 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
935 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
936 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
937 |
msgid "Type"
|
938 |
msgstr "Typ"
|
939 |
|
940 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
941 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:671
|
942 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
943 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
944 |
msgid "Label"
|
945 |
msgstr "Bezeichnung/\"label\""
|
946 |
|
947 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
948 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:672
|
949 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
950 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
951 |
msgid "Description"
|
952 |
msgstr "Beschreibung"
|
953 |
|
954 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:641
|
955 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
956 |
msgid "Rules"
|
957 |
msgstr "Regeln"
|
958 |
|
959 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:642
|
960 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
961 |
msgid "Actions"
|
962 |
msgstr "Aktion"
|
963 |
|
964 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
965 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
966 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
967 |
#, fuzzy
|
968 |
msgid "Fieldset"
|
969 |
msgstr "Felder"
|
970 |
|
971 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:684
|
972 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
973 |
msgid "Can be empty"
|
974 |
msgstr "Kann leer sein"
|
975 |
|
976 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:685
|
977 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
978 |
msgid "Check for E-mail syntax"
|
979 |
msgstr "Kontrollieren Sie bitte die E-Mail-Syntax"
|
980 |
|
981 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:688
|
982 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
983 |
msgid "Can be modified"
|
984 |
msgstr "Änderung des Feldes möglich"
|
985 |
|
986 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:689
|
987 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
988 |
msgid "Can be modified only if empty"
|
989 |
msgstr "Änderung des Feldes möglich wenn leer"
|
990 |
|
991 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:690
|
992 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
993 |
msgid "Can be modified only by admin"
|
994 |
msgstr "Änderung des Feldes nur durch Admin möglich"
|
995 |
|
996 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:691
|
997 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
998 |
msgid "Can be modified only by admin or if empty"
|
999 |
msgstr "Änderung des Feldes nur durch Admin, oder wenn leer"
|
1000 |
|
1001 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
1002 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1003 |
msgid "Cannot be modified"
|
1004 |
msgstr "Änderung des Feldes nicht möglich"
|
1005 |
|
1006 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:700
|
1007 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1008 |
msgid "Should be equal TO"
|
1009 |
msgstr "ENTSPRICHT (equal TO) folgendem"
|
1010 |
|
1011 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:702
|
1012 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1013 |
msgid "Case sensitive"
|
1014 |
msgstr "Groß-/Kleinschreibung beachten"
|
1015 |
|
1016 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:705
|
1017 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1018 |
msgid "Regular Expression"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:708
|
1022 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1023 |
msgid "Show the field in the registration"
|
1024 |
msgstr "Zeige das Feld bei der Registrierung"
|
1025 |
|
1026 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
1027 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1028 |
msgid "Show the field in User's profile"
|
1029 |
msgstr "Zeige das Feld im \"Benutzer\"profil"
|
1030 |
|
1031 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
1032 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1033 |
#, fuzzy
|
1034 |
-
msgid "Show the field in Users Extended
|
1035 |
msgstr "Zeige das Feld in der \"Liste aller Benutzer\""
|
1036 |
|
1037 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
1038 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1039 |
#, fuzzy
|
1040 |
msgid "Show the field in the search engine"
|
1041 |
msgstr "Zeige das Feld bei der Registrierung"
|
1042 |
|
1043 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:720
|
1044 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1045 |
#, fuzzy
|
1046 |
msgid "Show the field in the blog"
|
1047 |
msgstr "Zeige das Feld bei der Registrierung"
|
1048 |
|
1049 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:723
|
1050 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1051 |
#, fuzzy
|
1052 |
msgid "Show the field if the role is at least:"
|
1053 |
msgstr "Zeige das Feld bei der Registrierung"
|
1054 |
|
1055 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:725
|
1056 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1057 |
msgid "Anonymous"
|
1058 |
msgstr ""
|
1059 |
|
1060 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
1061 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1062 |
msgid "User has 'view_cimy_extra_fields' capability"
|
1063 |
msgstr ""
|
1064 |
|
1065 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:736
|
1066 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1067 |
msgid "Send an email to the admin if the user changes its value"
|
1068 |
msgstr ""
|
1069 |
|
1070 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:738
|
1071 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1072 |
#, fuzzy
|
1073 |
msgid "Advanced options"
|
1074 |
msgstr "Aktion"
|
@@ -1077,102 +1078,104 @@ msgstr "Aktion"
|
|
1077 |
msgid "Clear"
|
1078 |
msgstr "Löschen"
|
1079 |
|
1080 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1081 |
msgid "Invert selection"
|
1082 |
msgstr "Auswahl umkehren"
|
1083 |
|
1084 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1085 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
1086 |
msgstr "Bist Du sicher, dass du diese(s) Feld(er) und alle Daten, die von \"Benutzer\"n angelegt wurden, löschen möchtest?"
|
1087 |
|
1088 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1089 |
msgid "WordPress Fields"
|
1090 |
msgstr "WordPress Felder"
|
1091 |
|
1092 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1093 |
msgid "None!"
|
1094 |
msgstr "Keine!"
|
1095 |
|
1096 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1097 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1098 |
msgid "Order"
|
1099 |
msgstr "Reihenfolge"
|
1100 |
|
1101 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1102 |
msgid "Reset"
|
1103 |
msgstr "Reset"
|
1104 |
|
1105 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1106 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1107 |
#, fuzzy
|
1108 |
msgid "select"
|
1109 |
msgstr "Löschen"
|
1110 |
|
1111 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1112 |
#, php-format
|
1113 |
msgid "Search results for “%s”"
|
1114 |
msgstr ""
|
1115 |
|
1116 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1117 |
#, php-format
|
1118 |
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
1119 |
msgstr ""
|
1120 |
|
1121 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1122 |
msgid "Search Users"
|
1123 |
msgstr "Suche \"Benutzer\""
|
1124 |
|
1125 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1126 |
-
|
1127 |
-
msgstr "« Zurück zu \"Alle Benutzer\""
|
1128 |
-
|
1129 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1501
|
1130 |
-
msgid "Users per page"
|
1131 |
-
msgstr "anzuzeigende \"Benutzer\" pro \"Seite/page\""
|
1132 |
-
|
1133 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1516
|
1134 |
-
msgid "Apply"
|
1135 |
-
msgstr "anwenden"
|
1136 |
-
|
1137 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1543
|
1138 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1544
|
1139 |
msgid "Role"
|
1140 |
msgstr "\"Benutzer\"-Rollen"
|
1141 |
|
1142 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1143 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1144 |
msgid "Posts"
|
1145 |
msgstr "Artikel"
|
1146 |
|
1147 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1148 |
msgid "View posts by this author"
|
1149 |
msgstr "Zeige Artikel dieses Autors"
|
1150 |
|
1151 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
1152 |
#, php-format
|
1153 |
msgid "e-mail: %s"
|
1154 |
msgstr "E-Mail: %s"
|
1155 |
|
1156 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1157 |
#, fuzzy
|
1158 |
msgid "Change"
|
1159 |
msgstr "Reihenfolge ändern "
|
1160 |
|
1161 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1162 |
#, fuzzy
|
1163 |
msgid "Update selected users"
|
1164 |
msgstr "Ausgewählte Felder löschen"
|
1165 |
|
1166 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1167 |
#, fuzzy
|
1168 |
msgid "Update"
|
1169 |
msgstr "Feld aktualisieren"
|
1170 |
|
1171 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1172 |
msgid "OK"
|
1173 |
msgstr ""
|
1174 |
|
1175 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1176 |
msgid "Cancel"
|
1177 |
msgstr ""
|
1178 |
|
@@ -1180,6 +1183,8 @@ msgstr ""
|
|
1180 |
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!"
|
1181 |
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."
|
1182 |
|
|
|
|
|
1183 |
#~ msgid "A&U Extended"
|
1184 |
#~ msgstr "\"Autoren & Benutzer\" erweitert"
|
1185 |
#~ msgid "Users Matching \"%s\""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Cimy User Extra Fields\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-09-04 13:58+0300\n"
|
6 |
+
"PO-Revision-Date: 2011-09-04 13:58+0300\n"
|
7 |
"Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
16 |
"X-Poedit-Basepath: .\n"
|
17 |
"X-Poedit-SearchPath-0: /var/www/wp-content/plugins/cimy-user-extra-fields\n"
|
18 |
|
19 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:419
|
20 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:423
|
21 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:437
|
22 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:458
|
23 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:470
|
24 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:477
|
25 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:488
|
26 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:494
|
27 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:506
|
28 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:512
|
29 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:524
|
30 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:530
|
31 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:544
|
32 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:564
|
33 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1070
|
34 |
msgid "ERROR"
|
35 |
msgstr "FEHLER"
|
36 |
|
37 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:419
|
38 |
msgid "does not match."
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:423
|
42 |
msgid "hasn’t a correct email syntax."
|
43 |
msgstr "hat eine fehlerhafte Email-Syntax. "
|
44 |
|
45 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:437
|
46 |
msgid "couldn’t be empty."
|
47 |
msgstr "darf nicht leer sein."
|
48 |
|
49 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:457
|
50 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:466
|
51 |
msgid "isn’t correct"
|
52 |
msgstr "ist nicht richtig"
|
53 |
|
54 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:463
|
55 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:921
|
56 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:924
|
57 |
msgid "YES"
|
58 |
msgstr "JA"
|
59 |
|
60 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:463
|
61 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:921
|
62 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:924
|
63 |
msgid "NO"
|
64 |
msgstr "NEIN"
|
65 |
|
66 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:468
|
67 |
msgid "should be"
|
68 |
msgstr "sollte sein"
|
69 |
|
70 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:477
|
71 |
msgid "should be an image."
|
72 |
msgstr "sollte ein Bild sein."
|
73 |
|
74 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:488
|
75 |
msgid "couldn’t have size less than"
|
76 |
msgstr "darf keine Größe haben unter"
|
77 |
|
78 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:494
|
79 |
msgid "couldn’t have length less than"
|
80 |
msgstr "darf keine Länge haben unter"
|
81 |
|
82 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:506
|
83 |
msgid "couldn’t have size different than"
|
84 |
msgstr "darf keine Größe haben, die um mehr abweicht als"
|
85 |
|
86 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:512
|
87 |
msgid "couldn’t have length different than"
|
88 |
msgstr "darf keine Länge habe, die um mehr abweicht als"
|
89 |
|
90 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:524
|
91 |
msgid "couldn’t have size more than"
|
92 |
msgstr "darf keine Größe haben über"
|
93 |
|
94 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:530
|
95 |
msgid "couldn’t have length more than"
|
96 |
msgstr "darf keine Länge haben über"
|
97 |
|
98 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:544
|
99 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:564
|
100 |
msgid "Typed code is not correct."
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:641
|
104 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1479
|
105 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1480
|
106 |
msgid "Username"
|
107 |
msgstr "\"Benutzer\"name"
|
108 |
|
109 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:644
|
110 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1489
|
111 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1490
|
112 |
msgid "E-mail"
|
113 |
msgstr "E-Mail"
|
114 |
|
115 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:893
|
116 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:306
|
117 |
#, fuzzy
|
118 |
msgid "Please upload a file with one of the following extensions"
|
119 |
msgstr "Bitte lade ein Bild mit einer der folgenden Dateiendungen hoch"
|
120 |
|
121 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:899
|
122 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:272
|
123 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:312
|
124 |
msgid "Please upload an image with one of the following extensions"
|
125 |
msgstr "Bitte lade ein Bild mit einer der folgenden Dateiendungen hoch"
|
126 |
|
127 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1056
|
128 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:47
|
129 |
msgid "Strength indicator"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1057
|
133 |
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 ! \" ? $ % ^ & )."
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1103
|
137 |
#, fuzzy
|
138 |
msgid "Change image"
|
139 |
msgstr "Reihenfolge ändern "
|
140 |
|
141 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1106
|
142 |
msgid "Insert the code:"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1172
|
146 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1174
|
147 |
msgid "Confirm your registration"
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1180
|
151 |
msgid "A password will be e-mailed to you."
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1187
|
155 |
msgid "← Back"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:429
|
159 |
#, fuzzy
|
160 |
msgid "no fieldset"
|
161 |
msgstr "\"Benutzerdefinierte Felder\" pro Abschnitt"
|
162 |
|
163 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:433
|
164 |
msgid "All"
|
165 |
msgstr ""
|
166 |
|
196 |
msgid "Options deleted"
|
197 |
msgstr "Einstellungen gelöscht"
|
198 |
|
199 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:248
|
200 |
msgid "Options changed"
|
201 |
msgstr "Einstellungen aktualisiert"
|
202 |
|
203 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:326
|
204 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:335
|
208 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:528
|
209 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:757
|
210 |
msgid "Options"
|
211 |
msgstr "Einstellungen"
|
212 |
|
213 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:338
|
214 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:442
|
215 |
msgid "Add a new Field"
|
216 |
msgstr "Ein neues Feld hinzufügen"
|
217 |
|
218 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:338
|
219 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:807
|
220 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1796
|
221 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1801
|
222 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
223 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:294
|
224 |
msgid "Extra Fields"
|
225 |
msgstr "Benutzerdefinierte Felder"
|
226 |
|
227 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:344
|
228 |
msgid "Support the Cimy Project"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:352
|
232 |
msgid "This plug-in is the results of hours of development to add new features, support new WordPress versions and fix bugs, please donate money if saved you from spending all these hours!"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:362
|
236 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1088
|
237 |
msgid "SUCCESSFUL"
|
238 |
msgstr "ERFOLGREICH"
|
239 |
|
240 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:376
|
241 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:699
|
242 |
msgid "Save Changes"
|
243 |
msgstr "Einstellungen aktualisieren"
|
244 |
|
245 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:377
|
246 |
msgid "General"
|
247 |
msgstr "Allgemein"
|
248 |
|
249 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:385
|
250 |
msgid "installed is"
|
251 |
msgstr "installiert ist"
|
252 |
|
253 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:389
|
254 |
msgid "OPTIONS DELETED!"
|
255 |
msgstr "EINSTELLUNGEN GELÖSCHT!"
|
256 |
|
257 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:392
|
258 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:397
|
259 |
msgid "Fix the problem"
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:395
|
263 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
264 |
msgstr "VERSIONEN NICHT KOMPATIBEL! Du hast das Plugin nach dem Update nicht deaktiviert und anschließend reaktiviert. Das könnte Probleme geben..."
|
265 |
|
266 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:403
|
267 |
msgid "Picture/Avatar upload"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:407
|
271 |
msgid "is created and writable"
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:409
|
275 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:416
|
279 |
#, fuzzy
|
280 |
msgid "Show all fields in the welcome email"
|
281 |
msgstr "Zeige das Feld bei der Registrierung"
|
282 |
|
283 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:420
|
284 |
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:428
|
288 |
msgid "Enable email confirmation"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:432
|
292 |
msgid "user that registers should confirm its email address via a link click"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:434
|
296 |
msgid "<strong>note:</strong> this option turned on will automatically disable (only during the registration) all upload fields: file, picture, avatar"
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:441
|
300 |
msgid "Enable form confirmation"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:445
|
304 |
msgid "a summary of the registration form will be presented to the user"
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:451
|
308 |
msgid "Customize welcome email sent to the new user"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:455
|
312 |
msgid "if you change or remove the placeholders then the email won't have the correct information"
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:461
|
316 |
msgid "Redirect to the source"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:465
|
320 |
msgid "after the registration or confirmation the user will be redirected to the address where was exactly before clicking on the registration link"
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:473
|
324 |
msgid "No captcha"
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:481
|
328 |
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:485
|
332 |
msgid "Public KEY"
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:489
|
336 |
msgid "Private KEY"
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:497
|
340 |
msgid "Enable <a href=\"http://www.phpcaptcha.org/\" target=\"_blank\">Securimage Captcha</a>"
|
341 |
msgstr ""
|
342 |
|
343 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:500
|
344 |
msgid "This captcha is probably weaker, but is easier for users"
|
345 |
msgstr ""
|
346 |
|
347 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:504
|
348 |
#, php-format
|
349 |
msgid "<strong>WARNING: to activate this captcha download <a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">this package</a> and unpack it under %s</strong>"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:511
|
353 |
msgid "Change login/registration page logo"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:516
|
357 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:454
|
358 |
msgid "Delete the picture"
|
359 |
msgstr "Bild löschen"
|
360 |
|
361 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:519
|
362 |
msgid "Maximum recommended logo width is 328px, but any height should work."
|
363 |
msgstr ""
|
364 |
|
365 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:525
|
366 |
msgid "Database"
|
367 |
msgstr "Datenbank"
|
368 |
|
369 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:534
|
370 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:551
|
371 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:568
|
372 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:585
|
373 |
msgid "select action"
|
374 |
msgstr "Wähle Aktion"
|
375 |
|
376 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:535
|
377 |
msgid "Default values"
|
378 |
msgstr "Werte: Grundeinstellung"
|
379 |
|
380 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:536
|
381 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:553
|
382 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:570
|
383 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:587
|
384 |
msgid "Delete"
|
385 |
msgstr "Löschen"
|
386 |
|
387 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:540
|
388 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:557
|
389 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:574
|
390 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:592
|
391 |
msgid "NOT PRESENT"
|
392 |
msgstr "NICHT VORHANDEN"
|
393 |
|
394 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:545
|
395 |
msgid "WordPress Fields table"
|
396 |
msgstr "WP-Datenbank-Tabelle"
|
397 |
|
398 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:552
|
399 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:569
|
400 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:586
|
401 |
msgid "Empty"
|
402 |
msgstr "Leer"
|
403 |
|
404 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:562
|
405 |
msgid "Extra Fields table"
|
406 |
msgstr "Tabelle \"Benutzerdefinierte Felder\""
|
407 |
|
408 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:579
|
409 |
msgid "Users Data table"
|
410 |
msgstr "Tabelle \"Benutzerdaten\""
|
411 |
|
412 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:589
|
413 |
msgid "all data inserted by users in all and only extra fields"
|
414 |
msgstr "alle von \"Benutzern\" in die Cimy-Zusatzfelder eingetragenen Daten"
|
415 |
|
416 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:597
|
417 |
msgid "Force tables creation"
|
418 |
msgstr "Erzwingt die Erstellung der Datenbanktabellen"
|
419 |
|
420 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:600
|
421 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
422 |
msgstr "Achtung: Mit dieser Einstellung zwingen Sie das PlugIn die Datenbanktabellen zu erstellen. Dieser Schritt wird auch bei (De-)Aktivierung des PlugIns durchgeführt."
|
423 |
|
424 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:606
|
425 |
msgid "User Profile"
|
426 |
msgstr "\"Benutzer\" Profil"
|
427 |
|
428 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:609
|
429 |
msgid "Extra Fields section title"
|
430 |
msgstr "Titel für \"Benutzerdefinierte Felder\""
|
431 |
|
432 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
433 |
msgid "Fieldset's titles, separates with comma"
|
434 |
msgstr "Titel des Abschnitts der \"Benutzerdefinierten Felder\", abgetrennt durch Kommata (',')"
|
435 |
|
436 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
437 |
msgid "example: title1,title2,title3"
|
438 |
msgstr "Beispiel: Titel1, Titel2, Titel3"
|
439 |
|
440 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:614
|
441 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:619
|
445 |
msgid "Authors & Users Extended"
|
446 |
msgstr "\"Autoren & Benutzer\" erweitert"
|
447 |
|
448 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:623
|
449 |
msgid "Hide username field"
|
450 |
msgstr "Feld: \"'Benutzer'-Name\" nicht anzeigen"
|
451 |
|
452 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:629
|
453 |
msgid "Hide name field"
|
454 |
msgstr "Feld: \"Name\" nicht anzeigen"
|
455 |
|
456 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:634
|
457 |
msgid "Hide email field"
|
458 |
msgstr "Feld: \"E-mail Adresse\" nicht anzeigen"
|
459 |
|
460 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:638
|
461 |
msgid "Hide role field"
|
462 |
msgstr "Feld: \"Rolle\" des \"Benutzers\" nicht anzeigen"
|
463 |
|
464 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:642
|
465 |
msgid "Hide website field"
|
466 |
msgstr "Feld: \"Webseite\" nicht anzeigen"
|
467 |
|
468 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:646
|
469 |
msgid "Hide n. posts field"
|
470 |
msgstr "Feld: Anzahl der von \"Benutzer(n)\" erstellten Artikel nicht anzeigen"
|
471 |
|
472 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:651
|
473 |
msgid "WordPress hidden fields"
|
474 |
msgstr "Feld: \"Wordpress hidden fields\" (verborgene Felder)"
|
475 |
|
476 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:654
|
477 |
msgid "Show password"
|
478 |
msgstr "\"Passwort\" anzeigen"
|
479 |
|
480 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:658
|
481 |
#, fuzzy
|
482 |
msgid "Show confirmation password"
|
483 |
msgstr "\"Passwort\" anzeigen"
|
484 |
|
485 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:662
|
486 |
#, fuzzy
|
487 |
msgid "Show password strength meter"
|
488 |
msgstr "\"Passwort\" anzeigen"
|
489 |
|
490 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:666
|
491 |
msgid "Show first name"
|
492 |
msgstr "Zeige \"Vornamen\""
|
493 |
|
494 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:670
|
495 |
msgid "Show last name"
|
496 |
msgstr "Zeige \"Nachnamen\""
|
497 |
|
498 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:674
|
499 |
msgid "Show nickname"
|
500 |
msgstr "Zeige \"Nicknamen\"/Spitznamen"
|
501 |
|
502 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:678
|
503 |
msgid "Show website"
|
504 |
msgstr "Zeige \"Webseite\""
|
505 |
|
506 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:682
|
507 |
msgid "Show AIM"
|
508 |
msgstr "Zeige \"AIM\""
|
509 |
|
510 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:686
|
511 |
msgid "Show Yahoo IM"
|
512 |
msgstr "Zeige \"Yahoo IM\""
|
513 |
|
514 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:690
|
515 |
msgid "Show Jabber / Google Talk"
|
516 |
msgstr "Zeige \"Jabber / Google Talk\""
|
517 |
|
518 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:694
|
519 |
msgid "Show Biographical Info"
|
520 |
msgstr "\"Weitere Informationen\" anzeigen"
|
521 |
|
541 |
msgid "Mismatch"
|
542 |
msgstr ""
|
543 |
|
544 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:209
|
545 |
msgid "Password"
|
546 |
msgstr "Passwort"
|
547 |
|
548 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:229
|
549 |
msgid "Password confirmation"
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:249
|
553 |
msgid "First name"
|
554 |
msgstr "Vorname"
|
555 |
|
556 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:269
|
557 |
msgid "Last name"
|
558 |
msgstr "Nachname"
|
559 |
|
560 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:289
|
561 |
msgid "Nickname"
|
562 |
msgstr "Spitzname"
|
563 |
|
564 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:309
|
565 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1499
|
566 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1500
|
567 |
msgid "Website"
|
568 |
msgstr "Webseite"
|
569 |
|
570 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:329
|
571 |
msgid "AIM"
|
572 |
msgstr "AIM"
|
573 |
|
574 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:349
|
575 |
msgid "Yahoo IM"
|
576 |
msgstr "Yahoo IM"
|
577 |
|
578 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:369
|
579 |
msgid "Jabber / Google Talk"
|
580 |
msgstr "Jabber / Google Talk"
|
581 |
|
582 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:389
|
583 |
msgid "Biographical Info"
|
584 |
msgstr "Weitere Informationen"
|
585 |
|
586 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:758
|
587 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:133
|
588 |
msgid "Fields"
|
589 |
msgstr "Felder"
|
590 |
|
591 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:759
|
592 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:767
|
593 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:772
|
594 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1401
|
595 |
#, fuzzy
|
596 |
msgid "Users Extended"
|
597 |
msgstr "Liste aller \"Benutzer\""
|
610 |
msgid "File '%s' is not an image."
|
611 |
msgstr "Datei '%s' muss Bild-Datei sein"
|
612 |
|
613 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:450
|
614 |
#, fuzzy
|
615 |
msgid "Delete the file"
|
616 |
msgstr "Bild löschen"
|
617 |
|
618 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:451
|
619 |
#, fuzzy
|
620 |
msgid "Update the file"
|
621 |
msgstr "Bild aktualisieren"
|
622 |
|
623 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:455
|
624 |
msgid "Update the picture"
|
625 |
msgstr "Bild aktualisieren"
|
626 |
|
627 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:475
|
628 |
msgid "Picture URL:"
|
629 |
msgstr "URL für Bild:"
|
630 |
|
631 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:716
|
632 |
#, php-format
|
633 |
msgid "%s previous value: %s new value: %s"
|
634 |
msgstr ""
|
635 |
|
636 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:731
|
637 |
#, php-format
|
638 |
msgid "%s (%s) has changed one or more fields"
|
639 |
msgstr ""
|
706 |
msgid "Password: %s"
|
707 |
msgstr "Passwort"
|
708 |
|
709 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:237
|
710 |
msgid "Invalid activation key."
|
711 |
msgstr ""
|
712 |
|
713 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:240
|
714 |
msgid "The site is already active."
|
715 |
msgstr ""
|
716 |
|
717 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:259
|
718 |
msgid "Could not create user"
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:271
|
722 |
msgid "That username is already activated."
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:291
|
726 |
msgid "That username is currently reserved but may be available in a couple of days."
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:294
|
730 |
msgid "username and email used"
|
731 |
msgstr ""
|
732 |
|
733 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:304
|
734 |
msgid "That email address has already been used. Please check your inbox for an activation email. It will become available in a couple of days if you do nothing."
|
735 |
msgstr ""
|
736 |
|
755 |
msgstr "Reihenfolge ändern "
|
756 |
|
757 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
758 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:897
|
759 |
msgid "Min length"
|
760 |
msgstr "Minimale Länge"
|
761 |
|
762 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:31
|
763 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:898
|
764 |
msgid "Exact length"
|
765 |
msgstr "Exakte Länge"
|
766 |
|
767 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:32
|
768 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:899
|
769 |
msgid "Max length"
|
770 |
msgstr "Maximale Länge"
|
771 |
|
795 |
msgstr "erfolgreich gelöscht"
|
796 |
|
797 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:239
|
798 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:889
|
799 |
msgid "Min size"
|
800 |
msgstr "Minimale Größe"
|
801 |
|
802 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:240
|
803 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:890
|
804 |
msgid "Exact size"
|
805 |
msgstr "Exakte Größe"
|
806 |
|
807 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:241
|
808 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:891
|
809 |
msgid "Max size"
|
810 |
msgstr "Maximale Größe"
|
811 |
|
914 |
|
915 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
916 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:648
|
917 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
918 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:922
|
919 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1484
|
920 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1485
|
921 |
msgid "Name"
|
922 |
msgstr "Name"
|
923 |
|
924 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
925 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
926 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
927 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:925
|
928 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1796
|
929 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1801
|
930 |
msgid "Value"
|
931 |
msgstr "Wert/$value"
|
932 |
|
933 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:639
|
934 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
935 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
936 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:928
|
937 |
msgid "Type"
|
938 |
msgstr "Typ"
|
939 |
|
940 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
941 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:671
|
942 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:835
|
943 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:945
|
944 |
msgid "Label"
|
945 |
msgstr "Bezeichnung/\"label\""
|
946 |
|
947 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
948 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:672
|
949 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:835
|
950 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:948
|
951 |
msgid "Description"
|
952 |
msgstr "Beschreibung"
|
953 |
|
954 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:641
|
955 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:836
|
956 |
msgid "Rules"
|
957 |
msgstr "Regeln"
|
958 |
|
959 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:642
|
960 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:837
|
961 |
msgid "Actions"
|
962 |
msgstr "Aktion"
|
963 |
|
964 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
965 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:939
|
966 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1237
|
967 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1321
|
968 |
#, fuzzy
|
969 |
msgid "Fieldset"
|
970 |
msgstr "Felder"
|
971 |
|
972 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:684
|
973 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:962
|
974 |
msgid "Can be empty"
|
975 |
msgstr "Kann leer sein"
|
976 |
|
977 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:685
|
978 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:963
|
979 |
msgid "Check for E-mail syntax"
|
980 |
msgstr "Kontrollieren Sie bitte die E-Mail-Syntax"
|
981 |
|
982 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:688
|
983 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:966
|
984 |
msgid "Can be modified"
|
985 |
msgstr "Änderung des Feldes möglich"
|
986 |
|
987 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:689
|
988 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:967
|
989 |
msgid "Can be modified only if empty"
|
990 |
msgstr "Änderung des Feldes möglich wenn leer"
|
991 |
|
992 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:690
|
993 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:968
|
994 |
msgid "Can be modified only by admin"
|
995 |
msgstr "Änderung des Feldes nur durch Admin möglich"
|
996 |
|
997 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:691
|
998 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:969
|
999 |
msgid "Can be modified only by admin or if empty"
|
1000 |
msgstr "Änderung des Feldes nur durch Admin, oder wenn leer"
|
1001 |
|
1002 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
1003 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:970
|
1004 |
msgid "Cannot be modified"
|
1005 |
msgstr "Änderung des Feldes nicht möglich"
|
1006 |
|
1007 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:700
|
1008 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:975
|
1009 |
msgid "Should be equal TO"
|
1010 |
msgstr "ENTSPRICHT (equal TO) folgendem"
|
1011 |
|
1012 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:702
|
1013 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:977
|
1014 |
msgid "Case sensitive"
|
1015 |
msgstr "Groß-/Kleinschreibung beachten"
|
1016 |
|
1017 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:705
|
1018 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:979
|
1019 |
msgid "Regular Expression"
|
1020 |
msgstr ""
|
1021 |
|
1022 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:708
|
1023 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:984
|
1024 |
msgid "Show the field in the registration"
|
1025 |
msgstr "Zeige das Feld bei der Registrierung"
|
1026 |
|
1027 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
1028 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:987
|
1029 |
msgid "Show the field in User's profile"
|
1030 |
msgstr "Zeige das Feld im \"Benutzer\"profil"
|
1031 |
|
1032 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
1033 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:996
|
1034 |
#, fuzzy
|
1035 |
+
msgid "Show the field in Users Extended section"
|
1036 |
msgstr "Zeige das Feld in der \"Liste aller Benutzer\""
|
1037 |
|
1038 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
1039 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:999
|
1040 |
#, fuzzy
|
1041 |
msgid "Show the field in the search engine"
|
1042 |
msgstr "Zeige das Feld bei der Registrierung"
|
1043 |
|
1044 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:720
|
1045 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1002
|
1046 |
#, fuzzy
|
1047 |
msgid "Show the field in the blog"
|
1048 |
msgstr "Zeige das Feld bei der Registrierung"
|
1049 |
|
1050 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:723
|
1051 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1005
|
1052 |
#, fuzzy
|
1053 |
msgid "Show the field if the role is at least:"
|
1054 |
msgstr "Zeige das Feld bei der Registrierung"
|
1055 |
|
1056 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:725
|
1057 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1007
|
1058 |
msgid "Anonymous"
|
1059 |
msgstr ""
|
1060 |
|
1061 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
1062 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1013
|
1063 |
msgid "User has 'view_cimy_extra_fields' capability"
|
1064 |
msgstr ""
|
1065 |
|
1066 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:736
|
1067 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1021
|
1068 |
msgid "Send an email to the admin if the user changes its value"
|
1069 |
msgstr ""
|
1070 |
|
1071 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:738
|
1072 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1026
|
1073 |
#, fuzzy
|
1074 |
msgid "Advanced options"
|
1075 |
msgstr "Aktion"
|
1078 |
msgid "Clear"
|
1079 |
msgstr "Löschen"
|
1080 |
|
1081 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:798
|
1082 |
msgid "Invert selection"
|
1083 |
msgstr "Auswahl umkehren"
|
1084 |
|
1085 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:799
|
1086 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
1087 |
msgstr "Bist Du sicher, dass du diese(s) Feld(er) und alle Daten, die von \"Benutzer\"n angelegt wurden, löschen möchtest?"
|
1088 |
|
1089 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:805
|
1090 |
msgid "WordPress Fields"
|
1091 |
msgstr "WordPress Felder"
|
1092 |
|
1093 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:818
|
1094 |
msgid "None!"
|
1095 |
msgstr "Keine!"
|
1096 |
|
1097 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:833
|
1098 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:910
|
1099 |
msgid "Order"
|
1100 |
msgstr "Reihenfolge"
|
1101 |
|
1102 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1030
|
1103 |
msgid "Reset"
|
1104 |
msgstr "Reset"
|
1105 |
|
1106 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1107
|
1107 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1823
|
1108 |
#, fuzzy
|
1109 |
msgid "select"
|
1110 |
msgstr "Löschen"
|
1111 |
|
1112 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1241
|
1113 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1325
|
1114 |
+
msgid "Users per page"
|
1115 |
+
msgstr "anzuzeigende \"Benutzer\" pro \"Seite/page\""
|
1116 |
+
|
1117 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1243
|
1118 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1327
|
1119 |
+
msgid "Apply"
|
1120 |
+
msgstr "anwenden"
|
1121 |
+
|
1122 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1409
|
1123 |
#, php-format
|
1124 |
msgid "Search results for “%s”"
|
1125 |
msgstr ""
|
1126 |
|
1127 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1447
|
1128 |
#, php-format
|
1129 |
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
1130 |
msgstr ""
|
1131 |
|
1132 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1456
|
1133 |
msgid "Search Users"
|
1134 |
msgstr "Suche \"Benutzer\""
|
1135 |
|
1136 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1494
|
1137 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1495
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1138 |
msgid "Role"
|
1139 |
msgstr "\"Benutzer\"-Rollen"
|
1140 |
|
1141 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1504
|
1142 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1505
|
1143 |
msgid "Posts"
|
1144 |
msgstr "Artikel"
|
1145 |
|
1146 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1629
|
1147 |
msgid "View posts by this author"
|
1148 |
msgstr "Zeige Artikel dieses Autors"
|
1149 |
|
1150 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1654
|
1151 |
+
msgid "Super Admin"
|
1152 |
+
msgstr ""
|
1153 |
+
|
1154 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1665
|
1155 |
#, php-format
|
1156 |
msgid "e-mail: %s"
|
1157 |
msgstr "E-Mail: %s"
|
1158 |
|
1159 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1776
|
1160 |
#, fuzzy
|
1161 |
msgid "Change"
|
1162 |
msgstr "Reihenfolge ändern "
|
1163 |
|
1164 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1792
|
1165 |
#, fuzzy
|
1166 |
msgid "Update selected users"
|
1167 |
msgstr "Ausgewählte Felder löschen"
|
1168 |
|
1169 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1813
|
1170 |
#, fuzzy
|
1171 |
msgid "Update"
|
1172 |
msgstr "Feld aktualisieren"
|
1173 |
|
1174 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1828
|
1175 |
msgid "OK"
|
1176 |
msgstr ""
|
1177 |
|
1178 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1829
|
1179 |
msgid "Cancel"
|
1180 |
msgstr ""
|
1181 |
|
1183 |
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!"
|
1184 |
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."
|
1185 |
|
1186 |
+
#~ msgid "« Back to All Users"
|
1187 |
+
#~ msgstr "« Zurück zu \"Alle Benutzer\""
|
1188 |
#~ msgid "A&U Extended"
|
1189 |
#~ msgstr "\"Autoren & Benutzer\" erweitert"
|
1190 |
#~ msgid "Users Matching \"%s\""
|
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-
|
6 |
-
"PO-Revision-Date: 2011-
|
7 |
"Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -16,150 +16,150 @@ msgstr ""
|
|
16 |
"X-Poedit-Basepath: .\n"
|
17 |
"X-Poedit-SearchPath-0: /var/www/wp-content/plugins/cimy-user-extra-fields\n"
|
18 |
|
19 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
20 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
21 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
22 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
23 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
24 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
25 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
26 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
27 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
28 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
29 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
30 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
31 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
32 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
33 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
34 |
msgid "ERROR"
|
35 |
msgstr "ERROR"
|
36 |
|
37 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
38 |
msgid "does not match."
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
42 |
msgid "hasn’t a correct email syntax."
|
43 |
msgstr "no está en el formato correcto de e-mail. "
|
44 |
|
45 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
46 |
msgid "couldn’t be empty."
|
47 |
msgstr "no puede estar vacío."
|
48 |
|
49 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
50 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
51 |
msgid "isn’t correct"
|
52 |
msgstr "no es correcto"
|
53 |
|
54 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
55 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
56 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
57 |
msgid "YES"
|
58 |
msgstr "SI"
|
59 |
|
60 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
61 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
62 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
63 |
msgid "NO"
|
64 |
msgstr "NO"
|
65 |
|
66 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
67 |
msgid "should be"
|
68 |
msgstr "no debe ser"
|
69 |
|
70 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
71 |
msgid "should be an image."
|
72 |
msgstr "no debe ser una imagen."
|
73 |
|
74 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
75 |
msgid "couldn’t have size less than"
|
76 |
msgstr "no puede tener un tamaño menor a"
|
77 |
|
78 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
79 |
msgid "couldn’t have length less than"
|
80 |
msgstr "no puede tener una longitud menor a"
|
81 |
|
82 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
83 |
msgid "couldn’t have size different than"
|
84 |
msgstr "no puede tener tamaño diferente a"
|
85 |
|
86 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
87 |
msgid "couldn’t have length different than"
|
88 |
msgstr "no puede tener longitud diferente a"
|
89 |
|
90 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
91 |
msgid "couldn’t have size more than"
|
92 |
msgstr "no puede tener tamaño mayor a"
|
93 |
|
94 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
95 |
msgid "couldn’t have length more than"
|
96 |
msgstr "no puede tener longitud mayor a"
|
97 |
|
98 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
99 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
100 |
msgid "Typed code is not correct."
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
104 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
105 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
106 |
msgid "Username"
|
107 |
msgstr "Nombre de usuario"
|
108 |
|
109 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
110 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
111 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
112 |
msgid "E-mail"
|
113 |
msgstr "Correo electrónico"
|
114 |
|
115 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
116 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
117 |
#, fuzzy
|
118 |
msgid "Please upload a file with one of the following extensions"
|
119 |
msgstr "Por favor suba la imagen con alguna de las siguientes extensiones"
|
120 |
|
121 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
122 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
123 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
124 |
msgid "Please upload an image with one of the following extensions"
|
125 |
msgstr "Por favor suba la imagen con alguna de las siguientes extensiones"
|
126 |
|
127 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
128 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:47
|
129 |
msgid "Strength indicator"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
133 |
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 ! \" ? $ % ^ & )."
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
137 |
#, fuzzy
|
138 |
msgid "Change image"
|
139 |
msgstr "Cambiar orden"
|
140 |
|
141 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
142 |
msgid "Insert the code:"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
146 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
147 |
msgid "Confirm your registration"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
151 |
msgid "A password will be e-mailed to you."
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
155 |
msgid "← Back"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:
|
159 |
msgid "no fieldset"
|
160 |
msgstr "no hay grupo de campos"
|
161 |
|
162 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:
|
163 |
msgid "All"
|
164 |
msgstr ""
|
165 |
|
@@ -195,326 +195,326 @@ msgstr "Opciones asignadas los valores por defecto"
|
|
195 |
msgid "Options deleted"
|
196 |
msgstr "Opciones borradas"
|
197 |
|
198 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
199 |
msgid "Options changed"
|
200 |
msgstr "Opciones cambiadas"
|
201 |
|
202 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
203 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
204 |
msgstr "Esta operación creará/actualizará todas las opciones/tablas faltantes ¿Desea continuar?"
|
205 |
|
206 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
207 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
208 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
209 |
msgid "Options"
|
210 |
msgstr "Opciones"
|
211 |
|
212 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
213 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:442
|
214 |
msgid "Add a new Field"
|
215 |
msgstr "Agregar un nuevo Campo"
|
216 |
|
217 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
218 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
219 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
220 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
221 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
222 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:294
|
223 |
msgid "Extra Fields"
|
224 |
msgstr "Campos Adicionales"
|
225 |
|
226 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
227 |
msgid "Support the Cimy Project"
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
231 |
msgid "This plug-in is the results of hours of development to add new features, support new WordPress versions and fix bugs, please donate money if saved you from spending all these hours!"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
235 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
236 |
msgid "SUCCESSFUL"
|
237 |
msgstr "EXITOSO"
|
238 |
|
239 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
240 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
241 |
msgid "Save Changes"
|
242 |
msgstr "Salvar cambios"
|
243 |
|
244 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
245 |
msgid "General"
|
246 |
msgstr "General"
|
247 |
|
248 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
249 |
msgid "installed is"
|
250 |
msgstr "instalada es"
|
251 |
|
252 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
253 |
msgid "OPTIONS DELETED!"
|
254 |
msgstr "OPCIONES BORRADAS!"
|
255 |
|
256 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
257 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
258 |
msgid "Fix the problem"
|
259 |
msgstr "Arreglar el problema"
|
260 |
|
261 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
262 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
263 |
msgstr "NO CORRESPONDEN LAS VERSIONES! Esto es ocasionado porque no ha desactivado y reactivado el plug-in despues de la actualización! Esto puede ocasionar problemas..."
|
264 |
|
265 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
266 |
msgid "Picture/Avatar upload"
|
267 |
msgstr "Subida de foto/avatar"
|
268 |
|
269 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
270 |
msgid "is created and writable"
|
271 |
msgstr "existe y tiene permisos de escritura"
|
272 |
|
273 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
274 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
275 |
msgstr "no está creado o el servidor web no tiene permisos de escritura"
|
276 |
|
277 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
278 |
#, fuzzy
|
279 |
msgid "Show all fields in the welcome email"
|
280 |
msgstr "Mostrar el campo en el registro"
|
281 |
|
282 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
283 |
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
287 |
msgid "Enable email confirmation"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
291 |
msgid "user that registers should confirm its email address via a link click"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
295 |
msgid "<strong>note:</strong> this option turned on will automatically disable (only during the registration) all upload fields: file, picture, avatar"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
299 |
msgid "Enable form confirmation"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
303 |
msgid "a summary of the registration form will be presented to the user"
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
307 |
msgid "Customize welcome email sent to the new user"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
311 |
msgid "if you change or remove the placeholders then the email won't have the correct information"
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
315 |
msgid "Redirect to the source"
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
319 |
msgid "after the registration or confirmation the user will be redirected to the address where was exactly before clicking on the registration link"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
323 |
msgid "No captcha"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
327 |
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
331 |
msgid "Public KEY"
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
335 |
msgid "Private KEY"
|
336 |
msgstr ""
|
337 |
|
338 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
339 |
msgid "Enable <a href=\"http://www.phpcaptcha.org/\" target=\"_blank\">Securimage Captcha</a>"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
343 |
msgid "This captcha is probably weaker, but is easier for users"
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
347 |
#, php-format
|
348 |
msgid "<strong>WARNING: to activate this captcha download <a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">this package</a> and unpack it under %s</strong>"
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
352 |
msgid "Change login/registration page logo"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
356 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
357 |
msgid "Delete the picture"
|
358 |
msgstr "Borrar la imagen"
|
359 |
|
360 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
361 |
msgid "Maximum recommended logo width is 328px, but any height should work."
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
365 |
msgid "Database"
|
366 |
msgstr "Base de Datos"
|
367 |
|
368 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
369 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
370 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
371 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
372 |
msgid "select action"
|
373 |
msgstr "seleccione acción"
|
374 |
|
375 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
376 |
msgid "Default values"
|
377 |
msgstr "Valores por defecto"
|
378 |
|
379 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
380 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
381 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
382 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
383 |
msgid "Delete"
|
384 |
msgstr "Borrar"
|
385 |
|
386 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
387 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
388 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
389 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
390 |
msgid "NOT PRESENT"
|
391 |
msgstr "NO EXISTE"
|
392 |
|
393 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
394 |
msgid "WordPress Fields table"
|
395 |
msgstr "tabla de Campos WordPress"
|
396 |
|
397 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
398 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
399 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
400 |
msgid "Empty"
|
401 |
msgstr "Vacío"
|
402 |
|
403 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
404 |
msgid "Extra Fields table"
|
405 |
msgstr "Tabla de campos adicionales"
|
406 |
|
407 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
408 |
msgid "Users Data table"
|
409 |
msgstr "Tabla de datos del usuario"
|
410 |
|
411 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
412 |
msgid "all data inserted by users in all and only extra fields"
|
413 |
msgstr "todos las datos insertados por los usuarios en todos (y unicamente) los campos adicionales"
|
414 |
|
415 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
416 |
msgid "Force tables creation"
|
417 |
msgstr "Forzar la creación de tablas"
|
418 |
|
419 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
420 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
421 |
msgstr "Equivalente a desactivar y activar el plug-in. No se realizará otra operación."
|
422 |
|
423 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
424 |
msgid "User Profile"
|
425 |
msgstr "Perfil de usuario"
|
426 |
|
427 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
428 |
msgid "Extra Fields section title"
|
429 |
msgstr "Título de la sección de campos adicionales"
|
430 |
|
431 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
432 |
msgid "Fieldset's titles, separates with comma"
|
433 |
msgstr "Títulos de los grupos de campo, separar con coma"
|
434 |
|
435 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
436 |
msgid "example: title1,title2,title3"
|
437 |
msgstr "ejemplo: título 1, título 2, título 3"
|
438 |
|
439 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
440 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
441 |
msgstr "<strong>nota:</strong> si cambia el orden o quita grupos de campos posiblemente deba reasignar todos los campos adicionales a su grupo correspondiente"
|
442 |
|
443 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
444 |
msgid "Authors & Users Extended"
|
445 |
msgstr "Autores & Usuarios Extendido"
|
446 |
|
447 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
448 |
msgid "Hide username field"
|
449 |
msgstr "Esconder campo de nombre de usuario"
|
450 |
|
451 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
452 |
msgid "Hide name field"
|
453 |
msgstr "Esconder campo de nombre"
|
454 |
|
455 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
456 |
msgid "Hide email field"
|
457 |
msgstr "Esconder campo de correo electrónico"
|
458 |
|
459 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
460 |
msgid "Hide role field"
|
461 |
msgstr "Esconder campo de rol"
|
462 |
|
463 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
464 |
msgid "Hide website field"
|
465 |
msgstr "Esconder el campo de sitio web"
|
466 |
|
467 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
468 |
msgid "Hide n. posts field"
|
469 |
msgstr "Esconder el campo de n. entradas"
|
470 |
|
471 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
472 |
msgid "WordPress hidden fields"
|
473 |
msgstr "Campos escondidos WordPress"
|
474 |
|
475 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
476 |
msgid "Show password"
|
477 |
msgstr "Mostrar contraseña"
|
478 |
|
479 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
480 |
#, fuzzy
|
481 |
msgid "Show confirmation password"
|
482 |
msgstr "Mostrar contraseña"
|
483 |
|
484 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
485 |
#, fuzzy
|
486 |
msgid "Show password strength meter"
|
487 |
msgstr "Mostrar contraseña"
|
488 |
|
489 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
490 |
msgid "Show first name"
|
491 |
msgstr "Mostrar primer nombre"
|
492 |
|
493 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
494 |
msgid "Show last name"
|
495 |
msgstr "Mostrar apellido"
|
496 |
|
497 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
498 |
msgid "Show nickname"
|
499 |
msgstr "Mostrar sobrenombre"
|
500 |
|
501 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
502 |
msgid "Show website"
|
503 |
msgstr "Mostrar sitio web"
|
504 |
|
505 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
506 |
msgid "Show AIM"
|
507 |
msgstr "Mostrar AIM"
|
508 |
|
509 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
510 |
msgid "Show Yahoo IM"
|
511 |
msgstr "Mostrar mensajero Yahoo"
|
512 |
|
513 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
514 |
msgid "Show Jabber / Google Talk"
|
515 |
msgstr "Mostrar Jabber / Google Talk"
|
516 |
|
517 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
518 |
msgid "Show Biographical Info"
|
519 |
msgstr "Mostrar información biográfica"
|
520 |
|
@@ -540,57 +540,57 @@ msgstr ""
|
|
540 |
msgid "Mismatch"
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
544 |
msgid "Password"
|
545 |
msgstr "Contraseña"
|
546 |
|
547 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
548 |
msgid "Password confirmation"
|
549 |
msgstr ""
|
550 |
|
551 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
552 |
msgid "First name"
|
553 |
msgstr "Primer nombre"
|
554 |
|
555 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
556 |
msgid "Last name"
|
557 |
msgstr "Apellido"
|
558 |
|
559 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
560 |
msgid "Nickname"
|
561 |
msgstr "Sobrenombre"
|
562 |
|
563 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
564 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
565 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
566 |
msgid "Website"
|
567 |
msgstr "Sitio Web"
|
568 |
|
569 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
570 |
msgid "AIM"
|
571 |
msgstr "AIM"
|
572 |
|
573 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
574 |
msgid "Yahoo IM"
|
575 |
msgstr "Yahoo IM"
|
576 |
|
577 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
578 |
msgid "Jabber / Google Talk"
|
579 |
msgstr "Jabber / Google Talk"
|
580 |
|
581 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
582 |
msgid "Biographical Info"
|
583 |
msgstr "Información Biográfica"
|
584 |
|
585 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
586 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:133
|
587 |
msgid "Fields"
|
588 |
msgstr "Campos"
|
589 |
|
590 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
591 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
592 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
593 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
594 |
#, fuzzy
|
595 |
msgid "Users Extended"
|
596 |
msgstr "Usuarios extendido"
|
@@ -609,30 +609,30 @@ msgstr "La librería GD image no está instalada."
|
|
609 |
msgid "File '%s' is not an image."
|
610 |
msgstr "El archivo '%s' no es una imagen."
|
611 |
|
612 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
613 |
#, fuzzy
|
614 |
msgid "Delete the file"
|
615 |
msgstr "Borrar la imagen"
|
616 |
|
617 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
618 |
#, fuzzy
|
619 |
msgid "Update the file"
|
620 |
msgstr "Actualizar la imagen"
|
621 |
|
622 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
623 |
msgid "Update the picture"
|
624 |
msgstr "Actualizar la imagen"
|
625 |
|
626 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
627 |
msgid "Picture URL:"
|
628 |
msgstr "URL de la imagen:"
|
629 |
|
630 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
631 |
#, php-format
|
632 |
msgid "%s previous value: %s new value: %s"
|
633 |
msgstr ""
|
634 |
|
635 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
636 |
#, php-format
|
637 |
msgid "%s (%s) has changed one or more fields"
|
638 |
msgstr ""
|
@@ -705,31 +705,31 @@ msgstr ""
|
|
705 |
msgid "Password: %s"
|
706 |
msgstr "Contraseña"
|
707 |
|
708 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
709 |
msgid "Invalid activation key."
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
713 |
msgid "The site is already active."
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
717 |
msgid "Could not create user"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
721 |
msgid "That username is already activated."
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
725 |
msgid "That username is currently reserved but may be available in a couple of days."
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
729 |
msgid "username and email used"
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
733 |
msgid "That email address has already been used. Please check your inbox for an activation email. It will become available in a couple of days if you do nothing."
|
734 |
msgstr ""
|
735 |
|
@@ -754,17 +754,17 @@ msgid "Change order"
|
|
754 |
msgstr "Cambiar orden"
|
755 |
|
756 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
757 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
758 |
msgid "Min length"
|
759 |
msgstr "Longitud mínima"
|
760 |
|
761 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:31
|
762 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
763 |
msgid "Exact length"
|
764 |
msgstr "Longitud exacta"
|
765 |
|
766 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:32
|
767 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
768 |
msgid "Max length"
|
769 |
msgstr "Longitud máxima"
|
770 |
|
@@ -794,17 +794,17 @@ msgid "deleted correctly"
|
|
794 |
msgstr "borrado correctamente"
|
795 |
|
796 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:239
|
797 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
798 |
msgid "Min size"
|
799 |
msgstr "Tamaño mínimo"
|
800 |
|
801 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:240
|
802 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
803 |
msgid "Exact size"
|
804 |
msgstr "Tamaño exacto"
|
805 |
|
806 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:241
|
807 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
808 |
msgid "Max size"
|
809 |
msgstr "Tamaño máximo"
|
810 |
|
@@ -913,160 +913,161 @@ msgstr "Con <strong>picture</strong>: puede precargar una imagen por default pon
|
|
913 |
|
914 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
915 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:648
|
916 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
917 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
918 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
919 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
920 |
msgid "Name"
|
921 |
msgstr "Nombre"
|
922 |
|
923 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
924 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
925 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
926 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
927 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
928 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
929 |
msgid "Value"
|
930 |
msgstr "Valor"
|
931 |
|
932 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:639
|
933 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
934 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
935 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
936 |
msgid "Type"
|
937 |
msgstr "Tipo"
|
938 |
|
939 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
940 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:671
|
941 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
942 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
943 |
msgid "Label"
|
944 |
msgstr "Etiqueta"
|
945 |
|
946 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
947 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:672
|
948 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
949 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
950 |
msgid "Description"
|
951 |
msgstr "Descripción"
|
952 |
|
953 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:641
|
954 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
955 |
msgid "Rules"
|
956 |
msgstr "Reglas"
|
957 |
|
958 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:642
|
959 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
960 |
msgid "Actions"
|
961 |
msgstr "Acciones"
|
962 |
|
963 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
964 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
965 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
966 |
msgid "Fieldset"
|
967 |
msgstr "Grupo de campos"
|
968 |
|
969 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:684
|
970 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
971 |
msgid "Can be empty"
|
972 |
msgstr "Puede estar vacío"
|
973 |
|
974 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:685
|
975 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
976 |
msgid "Check for E-mail syntax"
|
977 |
msgstr "Checar formato de e-mail"
|
978 |
|
979 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:688
|
980 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
981 |
msgid "Can be modified"
|
982 |
msgstr "Puede ser modificado"
|
983 |
|
984 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:689
|
985 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
986 |
msgid "Can be modified only if empty"
|
987 |
msgstr "Puede ser modificado solo si está vacío"
|
988 |
|
989 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:690
|
990 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
991 |
msgid "Can be modified only by admin"
|
992 |
msgstr "Puede ser modificado solo por el administrador"
|
993 |
|
994 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:691
|
995 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
996 |
msgid "Can be modified only by admin or if empty"
|
997 |
msgstr "Puede ser modificado solo por el administrador o si está vacío"
|
998 |
|
999 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
1000 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1001 |
msgid "Cannot be modified"
|
1002 |
msgstr "No puede ser modificado"
|
1003 |
|
1004 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:700
|
1005 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1006 |
msgid "Should be equal TO"
|
1007 |
msgstr "Debe ser igual a"
|
1008 |
|
1009 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:702
|
1010 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1011 |
msgid "Case sensitive"
|
1012 |
msgstr "Distinción mayúsculas y minúsculas"
|
1013 |
|
1014 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:705
|
1015 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1016 |
msgid "Regular Expression"
|
1017 |
msgstr "Expresión regular"
|
1018 |
|
1019 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:708
|
1020 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1021 |
msgid "Show the field in the registration"
|
1022 |
msgstr "Mostrar el campo en el registro"
|
1023 |
|
1024 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
1025 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1026 |
msgid "Show the field in User's profile"
|
1027 |
msgstr "Mostrar el campo en el perfil del usuario"
|
1028 |
|
1029 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
1030 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1031 |
#, fuzzy
|
1032 |
-
msgid "Show the field in Users Extended
|
1033 |
msgstr "Mostrar el campo en el menú extendido de A&U"
|
1034 |
|
1035 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
1036 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1037 |
#, fuzzy
|
1038 |
msgid "Show the field in the search engine"
|
1039 |
msgstr "Mostrar el campo en el registro"
|
1040 |
|
1041 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:720
|
1042 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1043 |
#, fuzzy
|
1044 |
msgid "Show the field in the blog"
|
1045 |
msgstr "Mostrar el campo en el registro"
|
1046 |
|
1047 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:723
|
1048 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1049 |
#, fuzzy
|
1050 |
msgid "Show the field if the role is at least:"
|
1051 |
msgstr "Mostrar el campo en el registro"
|
1052 |
|
1053 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:725
|
1054 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1055 |
msgid "Anonymous"
|
1056 |
msgstr ""
|
1057 |
|
1058 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
1059 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1060 |
msgid "User has 'view_cimy_extra_fields' capability"
|
1061 |
msgstr ""
|
1062 |
|
1063 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:736
|
1064 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1065 |
msgid "Send an email to the admin if the user changes its value"
|
1066 |
msgstr ""
|
1067 |
|
1068 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:738
|
1069 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1070 |
#, fuzzy
|
1071 |
msgid "Advanced options"
|
1072 |
msgstr "Acciones"
|
@@ -1075,102 +1076,104 @@ msgstr "Acciones"
|
|
1075 |
msgid "Clear"
|
1076 |
msgstr "Vaciar"
|
1077 |
|
1078 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1079 |
msgid "Invert selection"
|
1080 |
msgstr "Invertir Selección"
|
1081 |
|
1082 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1083 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
1084 |
msgstr "&lquot;Está seguro de que quiere borrar los campos y todos los datos insertados por los usuarios?"
|
1085 |
|
1086 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1087 |
msgid "WordPress Fields"
|
1088 |
msgstr "Campos WordPress"
|
1089 |
|
1090 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1091 |
msgid "None!"
|
1092 |
msgstr "Ninguno!"
|
1093 |
|
1094 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1095 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1096 |
msgid "Order"
|
1097 |
msgstr "Orden"
|
1098 |
|
1099 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1100 |
msgid "Reset"
|
1101 |
msgstr "Reestablecer"
|
1102 |
|
1103 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1104 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1105 |
#, fuzzy
|
1106 |
msgid "select"
|
1107 |
msgstr "Borrar"
|
1108 |
|
1109 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1110 |
#, php-format
|
1111 |
msgid "Search results for “%s”"
|
1112 |
msgstr ""
|
1113 |
|
1114 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1115 |
#, php-format
|
1116 |
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
1117 |
msgstr ""
|
1118 |
|
1119 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1120 |
msgid "Search Users"
|
1121 |
msgstr "Buscar Usuarios"
|
1122 |
|
1123 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1124 |
-
|
1125 |
-
msgstr "« Regresar a \"todos los usuarios\""
|
1126 |
-
|
1127 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1501
|
1128 |
-
msgid "Users per page"
|
1129 |
-
msgstr "Usuarios por página"
|
1130 |
-
|
1131 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1516
|
1132 |
-
msgid "Apply"
|
1133 |
-
msgstr "Aplicar"
|
1134 |
-
|
1135 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1543
|
1136 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1544
|
1137 |
msgid "Role"
|
1138 |
msgstr "Rol"
|
1139 |
|
1140 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1141 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1142 |
msgid "Posts"
|
1143 |
msgstr "Entradas"
|
1144 |
|
1145 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1146 |
msgid "View posts by this author"
|
1147 |
msgstr "Ver entradas de este autor"
|
1148 |
|
1149 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
1150 |
#, php-format
|
1151 |
msgid "e-mail: %s"
|
1152 |
msgstr "correo electrónico: %s"
|
1153 |
|
1154 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1155 |
#, fuzzy
|
1156 |
msgid "Change"
|
1157 |
msgstr "Cambiar orden"
|
1158 |
|
1159 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1160 |
#, fuzzy
|
1161 |
msgid "Update selected users"
|
1162 |
msgstr "Borrar campos seleccionados"
|
1163 |
|
1164 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1165 |
#, fuzzy
|
1166 |
msgid "Update"
|
1167 |
msgstr "Actualizar campo"
|
1168 |
|
1169 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1170 |
msgid "OK"
|
1171 |
msgstr ""
|
1172 |
|
1173 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1174 |
msgid "Cancel"
|
1175 |
msgstr ""
|
1176 |
|
@@ -1178,6 +1181,8 @@ msgstr ""
|
|
1178 |
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!"
|
1179 |
msgstr "<strong>Nota:</strong> este sitio permite la personalización de contraseña. Despues de registrarse recibirá un correo con otra contraseña, haga caso omiso!"
|
1180 |
|
|
|
|
|
1181 |
#~ msgid "A&U Extended"
|
1182 |
#~ msgstr "A&U Extendido"
|
1183 |
#~ msgid "Users Matching \"%s\""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Cimy User Extra Fields\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-09-04 13:58+0300\n"
|
6 |
+
"PO-Revision-Date: 2011-09-04 13:58+0300\n"
|
7 |
"Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
16 |
"X-Poedit-Basepath: .\n"
|
17 |
"X-Poedit-SearchPath-0: /var/www/wp-content/plugins/cimy-user-extra-fields\n"
|
18 |
|
19 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:419
|
20 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:423
|
21 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:437
|
22 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:458
|
23 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:470
|
24 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:477
|
25 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:488
|
26 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:494
|
27 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:506
|
28 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:512
|
29 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:524
|
30 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:530
|
31 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:544
|
32 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:564
|
33 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1070
|
34 |
msgid "ERROR"
|
35 |
msgstr "ERROR"
|
36 |
|
37 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:419
|
38 |
msgid "does not match."
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:423
|
42 |
msgid "hasn’t a correct email syntax."
|
43 |
msgstr "no está en el formato correcto de e-mail. "
|
44 |
|
45 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:437
|
46 |
msgid "couldn’t be empty."
|
47 |
msgstr "no puede estar vacío."
|
48 |
|
49 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:457
|
50 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:466
|
51 |
msgid "isn’t correct"
|
52 |
msgstr "no es correcto"
|
53 |
|
54 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:463
|
55 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:921
|
56 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:924
|
57 |
msgid "YES"
|
58 |
msgstr "SI"
|
59 |
|
60 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:463
|
61 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:921
|
62 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:924
|
63 |
msgid "NO"
|
64 |
msgstr "NO"
|
65 |
|
66 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:468
|
67 |
msgid "should be"
|
68 |
msgstr "no debe ser"
|
69 |
|
70 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:477
|
71 |
msgid "should be an image."
|
72 |
msgstr "no debe ser una imagen."
|
73 |
|
74 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:488
|
75 |
msgid "couldn’t have size less than"
|
76 |
msgstr "no puede tener un tamaño menor a"
|
77 |
|
78 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:494
|
79 |
msgid "couldn’t have length less than"
|
80 |
msgstr "no puede tener una longitud menor a"
|
81 |
|
82 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:506
|
83 |
msgid "couldn’t have size different than"
|
84 |
msgstr "no puede tener tamaño diferente a"
|
85 |
|
86 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:512
|
87 |
msgid "couldn’t have length different than"
|
88 |
msgstr "no puede tener longitud diferente a"
|
89 |
|
90 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:524
|
91 |
msgid "couldn’t have size more than"
|
92 |
msgstr "no puede tener tamaño mayor a"
|
93 |
|
94 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:530
|
95 |
msgid "couldn’t have length more than"
|
96 |
msgstr "no puede tener longitud mayor a"
|
97 |
|
98 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:544
|
99 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:564
|
100 |
msgid "Typed code is not correct."
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:641
|
104 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1479
|
105 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1480
|
106 |
msgid "Username"
|
107 |
msgstr "Nombre de usuario"
|
108 |
|
109 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:644
|
110 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1489
|
111 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1490
|
112 |
msgid "E-mail"
|
113 |
msgstr "Correo electrónico"
|
114 |
|
115 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:893
|
116 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:306
|
117 |
#, fuzzy
|
118 |
msgid "Please upload a file with one of the following extensions"
|
119 |
msgstr "Por favor suba la imagen con alguna de las siguientes extensiones"
|
120 |
|
121 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:899
|
122 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:272
|
123 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:312
|
124 |
msgid "Please upload an image with one of the following extensions"
|
125 |
msgstr "Por favor suba la imagen con alguna de las siguientes extensiones"
|
126 |
|
127 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1056
|
128 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:47
|
129 |
msgid "Strength indicator"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1057
|
133 |
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 ! \" ? $ % ^ & )."
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1103
|
137 |
#, fuzzy
|
138 |
msgid "Change image"
|
139 |
msgstr "Cambiar orden"
|
140 |
|
141 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1106
|
142 |
msgid "Insert the code:"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1172
|
146 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1174
|
147 |
msgid "Confirm your registration"
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1180
|
151 |
msgid "A password will be e-mailed to you."
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1187
|
155 |
msgid "← Back"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:429
|
159 |
msgid "no fieldset"
|
160 |
msgstr "no hay grupo de campos"
|
161 |
|
162 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:433
|
163 |
msgid "All"
|
164 |
msgstr ""
|
165 |
|
195 |
msgid "Options deleted"
|
196 |
msgstr "Opciones borradas"
|
197 |
|
198 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:248
|
199 |
msgid "Options changed"
|
200 |
msgstr "Opciones cambiadas"
|
201 |
|
202 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:326
|
203 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
204 |
msgstr "Esta operación creará/actualizará todas las opciones/tablas faltantes ¿Desea continuar?"
|
205 |
|
206 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:335
|
207 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:528
|
208 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:757
|
209 |
msgid "Options"
|
210 |
msgstr "Opciones"
|
211 |
|
212 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:338
|
213 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:442
|
214 |
msgid "Add a new Field"
|
215 |
msgstr "Agregar un nuevo Campo"
|
216 |
|
217 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:338
|
218 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:807
|
219 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1796
|
220 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1801
|
221 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
222 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:294
|
223 |
msgid "Extra Fields"
|
224 |
msgstr "Campos Adicionales"
|
225 |
|
226 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:344
|
227 |
msgid "Support the Cimy Project"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:352
|
231 |
msgid "This plug-in is the results of hours of development to add new features, support new WordPress versions and fix bugs, please donate money if saved you from spending all these hours!"
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:362
|
235 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1088
|
236 |
msgid "SUCCESSFUL"
|
237 |
msgstr "EXITOSO"
|
238 |
|
239 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:376
|
240 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:699
|
241 |
msgid "Save Changes"
|
242 |
msgstr "Salvar cambios"
|
243 |
|
244 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:377
|
245 |
msgid "General"
|
246 |
msgstr "General"
|
247 |
|
248 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:385
|
249 |
msgid "installed is"
|
250 |
msgstr "instalada es"
|
251 |
|
252 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:389
|
253 |
msgid "OPTIONS DELETED!"
|
254 |
msgstr "OPCIONES BORRADAS!"
|
255 |
|
256 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:392
|
257 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:397
|
258 |
msgid "Fix the problem"
|
259 |
msgstr "Arreglar el problema"
|
260 |
|
261 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:395
|
262 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
263 |
msgstr "NO CORRESPONDEN LAS VERSIONES! Esto es ocasionado porque no ha desactivado y reactivado el plug-in despues de la actualización! Esto puede ocasionar problemas..."
|
264 |
|
265 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:403
|
266 |
msgid "Picture/Avatar upload"
|
267 |
msgstr "Subida de foto/avatar"
|
268 |
|
269 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:407
|
270 |
msgid "is created and writable"
|
271 |
msgstr "existe y tiene permisos de escritura"
|
272 |
|
273 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:409
|
274 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
275 |
msgstr "no está creado o el servidor web no tiene permisos de escritura"
|
276 |
|
277 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:416
|
278 |
#, fuzzy
|
279 |
msgid "Show all fields in the welcome email"
|
280 |
msgstr "Mostrar el campo en el registro"
|
281 |
|
282 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:420
|
283 |
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:428
|
287 |
msgid "Enable email confirmation"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:432
|
291 |
msgid "user that registers should confirm its email address via a link click"
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:434
|
295 |
msgid "<strong>note:</strong> this option turned on will automatically disable (only during the registration) all upload fields: file, picture, avatar"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:441
|
299 |
msgid "Enable form confirmation"
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:445
|
303 |
msgid "a summary of the registration form will be presented to the user"
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:451
|
307 |
msgid "Customize welcome email sent to the new user"
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:455
|
311 |
msgid "if you change or remove the placeholders then the email won't have the correct information"
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:461
|
315 |
msgid "Redirect to the source"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:465
|
319 |
msgid "after the registration or confirmation the user will be redirected to the address where was exactly before clicking on the registration link"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:473
|
323 |
msgid "No captcha"
|
324 |
msgstr ""
|
325 |
|
326 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:481
|
327 |
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:485
|
331 |
msgid "Public KEY"
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:489
|
335 |
msgid "Private KEY"
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:497
|
339 |
msgid "Enable <a href=\"http://www.phpcaptcha.org/\" target=\"_blank\">Securimage Captcha</a>"
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:500
|
343 |
msgid "This captcha is probably weaker, but is easier for users"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:504
|
347 |
#, php-format
|
348 |
msgid "<strong>WARNING: to activate this captcha download <a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">this package</a> and unpack it under %s</strong>"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:511
|
352 |
msgid "Change login/registration page logo"
|
353 |
msgstr ""
|
354 |
|
355 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:516
|
356 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:454
|
357 |
msgid "Delete the picture"
|
358 |
msgstr "Borrar la imagen"
|
359 |
|
360 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:519
|
361 |
msgid "Maximum recommended logo width is 328px, but any height should work."
|
362 |
msgstr ""
|
363 |
|
364 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:525
|
365 |
msgid "Database"
|
366 |
msgstr "Base de Datos"
|
367 |
|
368 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:534
|
369 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:551
|
370 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:568
|
371 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:585
|
372 |
msgid "select action"
|
373 |
msgstr "seleccione acción"
|
374 |
|
375 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:535
|
376 |
msgid "Default values"
|
377 |
msgstr "Valores por defecto"
|
378 |
|
379 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:536
|
380 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:553
|
381 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:570
|
382 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:587
|
383 |
msgid "Delete"
|
384 |
msgstr "Borrar"
|
385 |
|
386 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:540
|
387 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:557
|
388 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:574
|
389 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:592
|
390 |
msgid "NOT PRESENT"
|
391 |
msgstr "NO EXISTE"
|
392 |
|
393 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:545
|
394 |
msgid "WordPress Fields table"
|
395 |
msgstr "tabla de Campos WordPress"
|
396 |
|
397 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:552
|
398 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:569
|
399 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:586
|
400 |
msgid "Empty"
|
401 |
msgstr "Vacío"
|
402 |
|
403 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:562
|
404 |
msgid "Extra Fields table"
|
405 |
msgstr "Tabla de campos adicionales"
|
406 |
|
407 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:579
|
408 |
msgid "Users Data table"
|
409 |
msgstr "Tabla de datos del usuario"
|
410 |
|
411 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:589
|
412 |
msgid "all data inserted by users in all and only extra fields"
|
413 |
msgstr "todos las datos insertados por los usuarios en todos (y unicamente) los campos adicionales"
|
414 |
|
415 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:597
|
416 |
msgid "Force tables creation"
|
417 |
msgstr "Forzar la creación de tablas"
|
418 |
|
419 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:600
|
420 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
421 |
msgstr "Equivalente a desactivar y activar el plug-in. No se realizará otra operación."
|
422 |
|
423 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:606
|
424 |
msgid "User Profile"
|
425 |
msgstr "Perfil de usuario"
|
426 |
|
427 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:609
|
428 |
msgid "Extra Fields section title"
|
429 |
msgstr "Título de la sección de campos adicionales"
|
430 |
|
431 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
432 |
msgid "Fieldset's titles, separates with comma"
|
433 |
msgstr "Títulos de los grupos de campo, separar con coma"
|
434 |
|
435 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
436 |
msgid "example: title1,title2,title3"
|
437 |
msgstr "ejemplo: título 1, título 2, título 3"
|
438 |
|
439 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:614
|
440 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
441 |
msgstr "<strong>nota:</strong> si cambia el orden o quita grupos de campos posiblemente deba reasignar todos los campos adicionales a su grupo correspondiente"
|
442 |
|
443 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:619
|
444 |
msgid "Authors & Users Extended"
|
445 |
msgstr "Autores & Usuarios Extendido"
|
446 |
|
447 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:623
|
448 |
msgid "Hide username field"
|
449 |
msgstr "Esconder campo de nombre de usuario"
|
450 |
|
451 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:629
|
452 |
msgid "Hide name field"
|
453 |
msgstr "Esconder campo de nombre"
|
454 |
|
455 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:634
|
456 |
msgid "Hide email field"
|
457 |
msgstr "Esconder campo de correo electrónico"
|
458 |
|
459 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:638
|
460 |
msgid "Hide role field"
|
461 |
msgstr "Esconder campo de rol"
|
462 |
|
463 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:642
|
464 |
msgid "Hide website field"
|
465 |
msgstr "Esconder el campo de sitio web"
|
466 |
|
467 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:646
|
468 |
msgid "Hide n. posts field"
|
469 |
msgstr "Esconder el campo de n. entradas"
|
470 |
|
471 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:651
|
472 |
msgid "WordPress hidden fields"
|
473 |
msgstr "Campos escondidos WordPress"
|
474 |
|
475 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:654
|
476 |
msgid "Show password"
|
477 |
msgstr "Mostrar contraseña"
|
478 |
|
479 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:658
|
480 |
#, fuzzy
|
481 |
msgid "Show confirmation password"
|
482 |
msgstr "Mostrar contraseña"
|
483 |
|
484 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:662
|
485 |
#, fuzzy
|
486 |
msgid "Show password strength meter"
|
487 |
msgstr "Mostrar contraseña"
|
488 |
|
489 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:666
|
490 |
msgid "Show first name"
|
491 |
msgstr "Mostrar primer nombre"
|
492 |
|
493 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:670
|
494 |
msgid "Show last name"
|
495 |
msgstr "Mostrar apellido"
|
496 |
|
497 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:674
|
498 |
msgid "Show nickname"
|
499 |
msgstr "Mostrar sobrenombre"
|
500 |
|
501 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:678
|
502 |
msgid "Show website"
|
503 |
msgstr "Mostrar sitio web"
|
504 |
|
505 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:682
|
506 |
msgid "Show AIM"
|
507 |
msgstr "Mostrar AIM"
|
508 |
|
509 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:686
|
510 |
msgid "Show Yahoo IM"
|
511 |
msgstr "Mostrar mensajero Yahoo"
|
512 |
|
513 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:690
|
514 |
msgid "Show Jabber / Google Talk"
|
515 |
msgstr "Mostrar Jabber / Google Talk"
|
516 |
|
517 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:694
|
518 |
msgid "Show Biographical Info"
|
519 |
msgstr "Mostrar información biográfica"
|
520 |
|
540 |
msgid "Mismatch"
|
541 |
msgstr ""
|
542 |
|
543 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:209
|
544 |
msgid "Password"
|
545 |
msgstr "Contraseña"
|
546 |
|
547 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:229
|
548 |
msgid "Password confirmation"
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:249
|
552 |
msgid "First name"
|
553 |
msgstr "Primer nombre"
|
554 |
|
555 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:269
|
556 |
msgid "Last name"
|
557 |
msgstr "Apellido"
|
558 |
|
559 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:289
|
560 |
msgid "Nickname"
|
561 |
msgstr "Sobrenombre"
|
562 |
|
563 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:309
|
564 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1499
|
565 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1500
|
566 |
msgid "Website"
|
567 |
msgstr "Sitio Web"
|
568 |
|
569 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:329
|
570 |
msgid "AIM"
|
571 |
msgstr "AIM"
|
572 |
|
573 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:349
|
574 |
msgid "Yahoo IM"
|
575 |
msgstr "Yahoo IM"
|
576 |
|
577 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:369
|
578 |
msgid "Jabber / Google Talk"
|
579 |
msgstr "Jabber / Google Talk"
|
580 |
|
581 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:389
|
582 |
msgid "Biographical Info"
|
583 |
msgstr "Información Biográfica"
|
584 |
|
585 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:758
|
586 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:133
|
587 |
msgid "Fields"
|
588 |
msgstr "Campos"
|
589 |
|
590 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:759
|
591 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:767
|
592 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:772
|
593 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1401
|
594 |
#, fuzzy
|
595 |
msgid "Users Extended"
|
596 |
msgstr "Usuarios extendido"
|
609 |
msgid "File '%s' is not an image."
|
610 |
msgstr "El archivo '%s' no es una imagen."
|
611 |
|
612 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:450
|
613 |
#, fuzzy
|
614 |
msgid "Delete the file"
|
615 |
msgstr "Borrar la imagen"
|
616 |
|
617 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:451
|
618 |
#, fuzzy
|
619 |
msgid "Update the file"
|
620 |
msgstr "Actualizar la imagen"
|
621 |
|
622 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:455
|
623 |
msgid "Update the picture"
|
624 |
msgstr "Actualizar la imagen"
|
625 |
|
626 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:475
|
627 |
msgid "Picture URL:"
|
628 |
msgstr "URL de la imagen:"
|
629 |
|
630 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:716
|
631 |
#, php-format
|
632 |
msgid "%s previous value: %s new value: %s"
|
633 |
msgstr ""
|
634 |
|
635 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:731
|
636 |
#, php-format
|
637 |
msgid "%s (%s) has changed one or more fields"
|
638 |
msgstr ""
|
705 |
msgid "Password: %s"
|
706 |
msgstr "Contraseña"
|
707 |
|
708 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:237
|
709 |
msgid "Invalid activation key."
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:240
|
713 |
msgid "The site is already active."
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:259
|
717 |
msgid "Could not create user"
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:271
|
721 |
msgid "That username is already activated."
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:291
|
725 |
msgid "That username is currently reserved but may be available in a couple of days."
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:294
|
729 |
msgid "username and email used"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:304
|
733 |
msgid "That email address has already been used. Please check your inbox for an activation email. It will become available in a couple of days if you do nothing."
|
734 |
msgstr ""
|
735 |
|
754 |
msgstr "Cambiar orden"
|
755 |
|
756 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
757 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:897
|
758 |
msgid "Min length"
|
759 |
msgstr "Longitud mínima"
|
760 |
|
761 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:31
|
762 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:898
|
763 |
msgid "Exact length"
|
764 |
msgstr "Longitud exacta"
|
765 |
|
766 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:32
|
767 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:899
|
768 |
msgid "Max length"
|
769 |
msgstr "Longitud máxima"
|
770 |
|
794 |
msgstr "borrado correctamente"
|
795 |
|
796 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:239
|
797 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:889
|
798 |
msgid "Min size"
|
799 |
msgstr "Tamaño mínimo"
|
800 |
|
801 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:240
|
802 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:890
|
803 |
msgid "Exact size"
|
804 |
msgstr "Tamaño exacto"
|
805 |
|
806 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:241
|
807 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:891
|
808 |
msgid "Max size"
|
809 |
msgstr "Tamaño máximo"
|
810 |
|
913 |
|
914 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
915 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:648
|
916 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
917 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:922
|
918 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1484
|
919 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1485
|
920 |
msgid "Name"
|
921 |
msgstr "Nombre"
|
922 |
|
923 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
924 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
925 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
926 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:925
|
927 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1796
|
928 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1801
|
929 |
msgid "Value"
|
930 |
msgstr "Valor"
|
931 |
|
932 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:639
|
933 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
934 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
935 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:928
|
936 |
msgid "Type"
|
937 |
msgstr "Tipo"
|
938 |
|
939 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
940 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:671
|
941 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:835
|
942 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:945
|
943 |
msgid "Label"
|
944 |
msgstr "Etiqueta"
|
945 |
|
946 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
947 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:672
|
948 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:835
|
949 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:948
|
950 |
msgid "Description"
|
951 |
msgstr "Descripción"
|
952 |
|
953 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:641
|
954 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:836
|
955 |
msgid "Rules"
|
956 |
msgstr "Reglas"
|
957 |
|
958 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:642
|
959 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:837
|
960 |
msgid "Actions"
|
961 |
msgstr "Acciones"
|
962 |
|
963 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
964 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:939
|
965 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1237
|
966 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1321
|
967 |
msgid "Fieldset"
|
968 |
msgstr "Grupo de campos"
|
969 |
|
970 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:684
|
971 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:962
|
972 |
msgid "Can be empty"
|
973 |
msgstr "Puede estar vacío"
|
974 |
|
975 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:685
|
976 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:963
|
977 |
msgid "Check for E-mail syntax"
|
978 |
msgstr "Checar formato de e-mail"
|
979 |
|
980 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:688
|
981 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:966
|
982 |
msgid "Can be modified"
|
983 |
msgstr "Puede ser modificado"
|
984 |
|
985 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:689
|
986 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:967
|
987 |
msgid "Can be modified only if empty"
|
988 |
msgstr "Puede ser modificado solo si está vacío"
|
989 |
|
990 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:690
|
991 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:968
|
992 |
msgid "Can be modified only by admin"
|
993 |
msgstr "Puede ser modificado solo por el administrador"
|
994 |
|
995 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:691
|
996 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:969
|
997 |
msgid "Can be modified only by admin or if empty"
|
998 |
msgstr "Puede ser modificado solo por el administrador o si está vacío"
|
999 |
|
1000 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
1001 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:970
|
1002 |
msgid "Cannot be modified"
|
1003 |
msgstr "No puede ser modificado"
|
1004 |
|
1005 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:700
|
1006 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:975
|
1007 |
msgid "Should be equal TO"
|
1008 |
msgstr "Debe ser igual a"
|
1009 |
|
1010 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:702
|
1011 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:977
|
1012 |
msgid "Case sensitive"
|
1013 |
msgstr "Distinción mayúsculas y minúsculas"
|
1014 |
|
1015 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:705
|
1016 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:979
|
1017 |
msgid "Regular Expression"
|
1018 |
msgstr "Expresión regular"
|
1019 |
|
1020 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:708
|
1021 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:984
|
1022 |
msgid "Show the field in the registration"
|
1023 |
msgstr "Mostrar el campo en el registro"
|
1024 |
|
1025 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
1026 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:987
|
1027 |
msgid "Show the field in User's profile"
|
1028 |
msgstr "Mostrar el campo en el perfil del usuario"
|
1029 |
|
1030 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
1031 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:996
|
1032 |
#, fuzzy
|
1033 |
+
msgid "Show the field in Users Extended section"
|
1034 |
msgstr "Mostrar el campo en el menú extendido de A&U"
|
1035 |
|
1036 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
1037 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:999
|
1038 |
#, fuzzy
|
1039 |
msgid "Show the field in the search engine"
|
1040 |
msgstr "Mostrar el campo en el registro"
|
1041 |
|
1042 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:720
|
1043 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1002
|
1044 |
#, fuzzy
|
1045 |
msgid "Show the field in the blog"
|
1046 |
msgstr "Mostrar el campo en el registro"
|
1047 |
|
1048 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:723
|
1049 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1005
|
1050 |
#, fuzzy
|
1051 |
msgid "Show the field if the role is at least:"
|
1052 |
msgstr "Mostrar el campo en el registro"
|
1053 |
|
1054 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:725
|
1055 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1007
|
1056 |
msgid "Anonymous"
|
1057 |
msgstr ""
|
1058 |
|
1059 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
1060 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1013
|
1061 |
msgid "User has 'view_cimy_extra_fields' capability"
|
1062 |
msgstr ""
|
1063 |
|
1064 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:736
|
1065 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1021
|
1066 |
msgid "Send an email to the admin if the user changes its value"
|
1067 |
msgstr ""
|
1068 |
|
1069 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:738
|
1070 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1026
|
1071 |
#, fuzzy
|
1072 |
msgid "Advanced options"
|
1073 |
msgstr "Acciones"
|
1076 |
msgid "Clear"
|
1077 |
msgstr "Vaciar"
|
1078 |
|
1079 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:798
|
1080 |
msgid "Invert selection"
|
1081 |
msgstr "Invertir Selección"
|
1082 |
|
1083 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:799
|
1084 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
1085 |
msgstr "&lquot;Está seguro de que quiere borrar los campos y todos los datos insertados por los usuarios?"
|
1086 |
|
1087 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:805
|
1088 |
msgid "WordPress Fields"
|
1089 |
msgstr "Campos WordPress"
|
1090 |
|
1091 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:818
|
1092 |
msgid "None!"
|
1093 |
msgstr "Ninguno!"
|
1094 |
|
1095 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:833
|
1096 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:910
|
1097 |
msgid "Order"
|
1098 |
msgstr "Orden"
|
1099 |
|
1100 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1030
|
1101 |
msgid "Reset"
|
1102 |
msgstr "Reestablecer"
|
1103 |
|
1104 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1107
|
1105 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1823
|
1106 |
#, fuzzy
|
1107 |
msgid "select"
|
1108 |
msgstr "Borrar"
|
1109 |
|
1110 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1241
|
1111 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1325
|
1112 |
+
msgid "Users per page"
|
1113 |
+
msgstr "Usuarios por página"
|
1114 |
+
|
1115 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1243
|
1116 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1327
|
1117 |
+
msgid "Apply"
|
1118 |
+
msgstr "Aplicar"
|
1119 |
+
|
1120 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1409
|
1121 |
#, php-format
|
1122 |
msgid "Search results for “%s”"
|
1123 |
msgstr ""
|
1124 |
|
1125 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1447
|
1126 |
#, php-format
|
1127 |
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
1128 |
msgstr ""
|
1129 |
|
1130 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1456
|
1131 |
msgid "Search Users"
|
1132 |
msgstr "Buscar Usuarios"
|
1133 |
|
1134 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1494
|
1135 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1495
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1136 |
msgid "Role"
|
1137 |
msgstr "Rol"
|
1138 |
|
1139 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1504
|
1140 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1505
|
1141 |
msgid "Posts"
|
1142 |
msgstr "Entradas"
|
1143 |
|
1144 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1629
|
1145 |
msgid "View posts by this author"
|
1146 |
msgstr "Ver entradas de este autor"
|
1147 |
|
1148 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1654
|
1149 |
+
msgid "Super Admin"
|
1150 |
+
msgstr ""
|
1151 |
+
|
1152 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1665
|
1153 |
#, php-format
|
1154 |
msgid "e-mail: %s"
|
1155 |
msgstr "correo electrónico: %s"
|
1156 |
|
1157 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1776
|
1158 |
#, fuzzy
|
1159 |
msgid "Change"
|
1160 |
msgstr "Cambiar orden"
|
1161 |
|
1162 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1792
|
1163 |
#, fuzzy
|
1164 |
msgid "Update selected users"
|
1165 |
msgstr "Borrar campos seleccionados"
|
1166 |
|
1167 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1813
|
1168 |
#, fuzzy
|
1169 |
msgid "Update"
|
1170 |
msgstr "Actualizar campo"
|
1171 |
|
1172 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1828
|
1173 |
msgid "OK"
|
1174 |
msgstr ""
|
1175 |
|
1176 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1829
|
1177 |
msgid "Cancel"
|
1178 |
msgstr ""
|
1179 |
|
1181 |
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!"
|
1182 |
msgstr "<strong>Nota:</strong> este sitio permite la personalización de contraseña. Despues de registrarse recibirá un correo con otra contraseña, haga caso omiso!"
|
1183 |
|
1184 |
+
#~ msgid "« Back to All Users"
|
1185 |
+
#~ msgstr "« Regresar a \"todos los usuarios\""
|
1186 |
#~ msgid "A&U Extended"
|
1187 |
#~ msgstr "A&U Extendido"
|
1188 |
#~ msgid "Users Matching \"%s\""
|
langs/cimy_uef-fr_FR.mo
CHANGED
Binary file
|
langs/cimy_uef-fr_FR.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-
|
6 |
-
"PO-Revision-Date: 2011-
|
7 |
"Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
|
8 |
"Language-Team: <cimmino.marco@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -16,150 +16,150 @@ msgstr ""
|
|
16 |
"X-Poedit-Basepath: .\n"
|
17 |
"X-Poedit-SearchPath-0: /var/www/wp-content/plugins/cimy-user-extra-fields\n"
|
18 |
|
19 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
20 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
21 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
22 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
23 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
24 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
25 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
26 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
27 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
28 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
29 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
30 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
31 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
32 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
33 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
34 |
msgid "ERROR"
|
35 |
msgstr "ERREUR"
|
36 |
|
37 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
38 |
msgid "does not match."
|
39 |
msgstr "ne correspondent pas."
|
40 |
|
41 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
42 |
msgid "hasn’t a correct email syntax."
|
43 |
msgstr "n'a pas une syntaxe e-mail correcte"
|
44 |
|
45 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
46 |
msgid "couldn’t be empty."
|
47 |
msgstr "ne peut pas être vide."
|
48 |
|
49 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
50 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
51 |
msgid "isn’t correct"
|
52 |
msgstr "n'est pas correct"
|
53 |
|
54 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
55 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
56 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
57 |
msgid "YES"
|
58 |
msgstr "OUI"
|
59 |
|
60 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
61 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
62 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
63 |
msgid "NO"
|
64 |
msgstr "NON"
|
65 |
|
66 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
67 |
msgid "should be"
|
68 |
msgstr "devrait être"
|
69 |
|
70 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
71 |
msgid "should be an image."
|
72 |
msgstr "devrait être une image."
|
73 |
|
74 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
75 |
msgid "couldn’t have size less than"
|
76 |
msgstr "ne pouvait pas avoir une taille inférieure à"
|
77 |
|
78 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
79 |
msgid "couldn’t have length less than"
|
80 |
msgstr "ne pouvait pas avoir une longueur inférieur à"
|
81 |
|
82 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
83 |
msgid "couldn’t have size different than"
|
84 |
msgstr "ne pouvais pas avoir une taille différente de"
|
85 |
|
86 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
87 |
msgid "couldn’t have length different than"
|
88 |
msgstr "ne pouvait pas avoir une longueur différente de"
|
89 |
|
90 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
91 |
msgid "couldn’t have size more than"
|
92 |
msgstr "ne pouvait pas avoir une taille supérieure à"
|
93 |
|
94 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
95 |
msgid "couldn’t have length more than"
|
96 |
msgstr "ne pouvait pas avoir une longueur supérieure à"
|
97 |
|
98 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
99 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
100 |
#, fuzzy
|
101 |
msgid "Typed code is not correct."
|
102 |
msgstr "Le code saisi est incorrect."
|
103 |
|
104 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
105 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
106 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
107 |
msgid "Username"
|
108 |
msgstr "Identifiant"
|
109 |
|
110 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
111 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
112 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
113 |
msgid "E-mail"
|
114 |
msgstr "Courriel"
|
115 |
|
116 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
117 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
118 |
msgid "Please upload a file with one of the following extensions"
|
119 |
msgstr "Veuillez téléchargez un fichier avec l'une des extensions suivantes"
|
120 |
|
121 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
122 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
123 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
124 |
msgid "Please upload an image with one of the following extensions"
|
125 |
msgstr "S'il vous plait, téléchargez une image avec l'une des extensions suivantes"
|
126 |
|
127 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
128 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:47
|
129 |
msgid "Strength indicator"
|
130 |
msgstr "Indicateur de sûreté"
|
131 |
|
132 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
133 |
#, fuzzy
|
134 |
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 ! \" ? $ % ^ & )."
|
135 |
msgstr "Suggestion: Le mot de passe devrait contenir au moins sept caractères. Pour le sécuriser encore plus, utilisez une combinaison de minuscules, de majuscules, de chiffres et de symboles tels que ! \\\" ? $ % ^ & )."
|
136 |
|
137 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
138 |
msgid "Change image"
|
139 |
msgstr "Changer l'image"
|
140 |
|
141 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
142 |
msgid "Insert the code:"
|
143 |
msgstr "Insérer le code :"
|
144 |
|
145 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
146 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
147 |
msgid "Confirm your registration"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
151 |
msgid "A password will be e-mailed to you."
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
155 |
msgid "← Back"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:
|
159 |
msgid "no fieldset"
|
160 |
msgstr "aucun regroupement"
|
161 |
|
162 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:
|
163 |
msgid "All"
|
164 |
msgstr "Tous"
|
165 |
|
@@ -195,325 +195,325 @@ msgstr "Options réinitialisées avec les valeurs par défaut"
|
|
195 |
msgid "Options deleted"
|
196 |
msgstr "Options supprimées"
|
197 |
|
198 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
199 |
msgid "Options changed"
|
200 |
msgstr "Options changées"
|
201 |
|
202 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
203 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
204 |
msgstr "Cette opération créera ou mettra à jour toutes les tables et options manquantes. Voulez-vous continuer?"
|
205 |
|
206 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
207 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
208 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
209 |
msgid "Options"
|
210 |
msgstr "Options"
|
211 |
|
212 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
213 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:442
|
214 |
msgid "Add a new Field"
|
215 |
msgstr "Ajouter un nouveau champ"
|
216 |
|
217 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
218 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
219 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
220 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
221 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
222 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:294
|
223 |
msgid "Extra Fields"
|
224 |
msgstr "Champs Supplémentaires"
|
225 |
|
226 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
227 |
msgid "Support the Cimy Project"
|
228 |
msgstr "Supportez le <em>Cimy Project</em>"
|
229 |
|
230 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
231 |
msgid "This plug-in is the results of hours of development to add new features, support new WordPress versions and fix bugs, please donate money if saved you from spending all these hours!"
|
232 |
msgstr "Ce plug-in est le résultat de plusieurs heures de conception pour ajouter de nouvelles fonctionnalités, supporter les nouvelles versions de WordPress et fixer les bogues. S'il vous plait, faites un don d'argent si vous avez sauvé toutes ces heures!"
|
233 |
|
234 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
235 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
236 |
msgid "SUCCESSFUL"
|
237 |
msgstr "SUCCÈS"
|
238 |
|
239 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
240 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
241 |
msgid "Save Changes"
|
242 |
msgstr "Enregistrer les changements"
|
243 |
|
244 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
245 |
msgid "General"
|
246 |
msgstr "Général"
|
247 |
|
248 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
249 |
#, fuzzy
|
250 |
msgid "installed is"
|
251 |
msgstr "installé"
|
252 |
|
253 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
254 |
msgid "OPTIONS DELETED!"
|
255 |
msgstr "OPTIONS SUPPRIMÉES!"
|
256 |
|
257 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
258 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
259 |
msgid "Fix the problem"
|
260 |
msgstr "Corriger le problème"
|
261 |
|
262 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
263 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
264 |
msgstr "LES VERSIONS NE CORRESPONDENT PAS! Ceci arrive lorsque vous n'avez pas désactivé et réactivé le plug-in après sa mise à jour! Cela peut poser problème..."
|
265 |
|
266 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
267 |
msgid "Picture/Avatar upload"
|
268 |
msgstr "Téléchargement de photo ou d'avatar"
|
269 |
|
270 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
271 |
msgid "is created and writable"
|
272 |
msgstr "est créé et en écriture"
|
273 |
|
274 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
275 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
276 |
msgstr "N'est PAS créé ou le serveur Web N'a PAS les permissions pour l'écrire"
|
277 |
|
278 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
279 |
msgid "Show all fields in the welcome email"
|
280 |
msgstr "Montrer tous les champs dans le courriel de bienvenue"
|
281 |
|
282 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
283 |
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
284 |
msgstr "le courriel envoyé aux administrateurs et à l'utilisateur lors de l'inscription contiendra tous les champs"
|
285 |
|
286 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
287 |
msgid "Enable email confirmation"
|
288 |
msgstr "Activer la confirmation par courriel"
|
289 |
|
290 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
291 |
msgid "user that registers should confirm its email address via a link click"
|
292 |
msgstr "les utilisateurs qui s'inscrivent doivent confirmer leur adresse courriel grâce à un lien à cliquer"
|
293 |
|
294 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
295 |
msgid "<strong>note:</strong> this option turned on will automatically disable (only during the registration) all upload fields: file, picture, avatar"
|
296 |
msgstr "<strong>note :</strong> avec cette option activée, tous les champs de téléchargement (fichiers, images, avatar) seront désactivés lors de l'inscription seulement"
|
297 |
|
298 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
299 |
#, fuzzy
|
300 |
msgid "Enable form confirmation"
|
301 |
msgstr "Activer la confirmation par courriel"
|
302 |
|
303 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
304 |
msgid "a summary of the registration form will be presented to the user"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
308 |
msgid "Customize welcome email sent to the new user"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
312 |
msgid "if you change or remove the placeholders then the email won't have the correct information"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
316 |
msgid "Redirect to the source"
|
317 |
msgstr "Rediriger au référant"
|
318 |
|
319 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
320 |
msgid "after the registration or confirmation the user will be redirected to the address where was exactly before clicking on the registration link"
|
321 |
msgstr "après l'inscription, ou la confirmation, l'utilisateur sera redirigé à la page qu'il visitait avant de cliquer sur le lien d'inscription"
|
322 |
|
323 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
324 |
msgid "No captcha"
|
325 |
msgstr "Pas de captcha"
|
326 |
|
327 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
328 |
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
329 |
msgstr "Activer <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
330 |
|
331 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
332 |
msgid "Public KEY"
|
333 |
msgstr "Public KEY"
|
334 |
|
335 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
336 |
msgid "Private KEY"
|
337 |
msgstr "Private KEY"
|
338 |
|
339 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
340 |
msgid "Enable <a href=\"http://www.phpcaptcha.org/\" target=\"_blank\">Securimage Captcha</a>"
|
341 |
msgstr "Activer <a href=\"http://www.phpcaptcha.org/\" target=\"_blank\">Securimage Captcha</a>"
|
342 |
|
343 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
344 |
msgid "This captcha is probably weaker, but is easier for users"
|
345 |
msgstr "Ce captcha est probablement plus faible, mais plus facile d'utilisation pour les utilisateurs"
|
346 |
|
347 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
348 |
#, php-format
|
349 |
msgid "<strong>WARNING: to activate this captcha download <a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">this package</a> and unpack it under %s</strong>"
|
350 |
msgstr "<strong>AVERTISSEMENT : pour activer ce captcha, téléchargez <a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">ce paquet</a> et extrayez-le sous %s</strong>"
|
351 |
|
352 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
353 |
msgid "Change login/registration page logo"
|
354 |
msgstr "Changer le logo de la page de connexion et d'inscription"
|
355 |
|
356 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
357 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
358 |
msgid "Delete the picture"
|
359 |
msgstr "Supprimer l'image"
|
360 |
|
361 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
362 |
msgid "Maximum recommended logo width is 328px, but any height should work."
|
363 |
msgstr "La largeur maximum recommandé est de 328px, mais n'importe quelle hauteur devrait fonctionner."
|
364 |
|
365 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
366 |
msgid "Database"
|
367 |
msgstr "Base de données"
|
368 |
|
369 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
370 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
371 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
372 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
373 |
msgid "select action"
|
374 |
msgstr "sélectionner une action"
|
375 |
|
376 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
377 |
msgid "Default values"
|
378 |
msgstr "Valeurs par défaut"
|
379 |
|
380 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
381 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
382 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
383 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
384 |
msgid "Delete"
|
385 |
msgstr "Supprimer"
|
386 |
|
387 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
388 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
389 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
390 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
391 |
msgid "NOT PRESENT"
|
392 |
msgstr "NON PRESENT"
|
393 |
|
394 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
395 |
msgid "WordPress Fields table"
|
396 |
msgstr "Table des champs WordPress"
|
397 |
|
398 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
399 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
400 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
401 |
msgid "Empty"
|
402 |
msgstr "Vider"
|
403 |
|
404 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
405 |
msgid "Extra Fields table"
|
406 |
msgstr "Table des champs supplémentaires"
|
407 |
|
408 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
409 |
msgid "Users Data table"
|
410 |
msgstr "Table des données utilisateurs"
|
411 |
|
412 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
413 |
msgid "all data inserted by users in all and only extra fields"
|
414 |
msgstr "toutes les données insérées par les utilisateurs dans les champs supplémentaires seulement"
|
415 |
|
416 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
417 |
msgid "Force tables creation"
|
418 |
msgstr "Forcer la création des tables"
|
419 |
|
420 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
421 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
422 |
msgstr "équivalent à désactiver et activer le plug-in; aucune autre opération ne sera effectuée"
|
423 |
|
424 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
425 |
msgid "User Profile"
|
426 |
msgstr "Profil utilisateur"
|
427 |
|
428 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
429 |
msgid "Extra Fields section title"
|
430 |
msgstr "Titre de la section des champs supplémentaires"
|
431 |
|
432 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
433 |
msgid "Fieldset's titles, separates with comma"
|
434 |
msgstr "Titres des regroupements, séparés par des virgules"
|
435 |
|
436 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
437 |
msgid "example: title1,title2,title3"
|
438 |
msgstr "exemple : titre1,titre2,titre3"
|
439 |
|
440 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
441 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
442 |
msgstr "<strong>note</strong> : si vous changez l'ordre ou retirez des regroupements, vous pourriez devoir refaire l'affection des fieldsets aux champs supplémentaires"
|
443 |
|
444 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
445 |
msgid "Authors & Users Extended"
|
446 |
msgstr "Auteurs & Utilisateurs Étendus"
|
447 |
|
448 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
449 |
msgid "Hide username field"
|
450 |
msgstr "Cacher le champ nom d'utilisateur"
|
451 |
|
452 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
453 |
msgid "Hide name field"
|
454 |
msgstr "Cacher le champ nom"
|
455 |
|
456 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
457 |
msgid "Hide email field"
|
458 |
msgstr "Cacher le champ courriel"
|
459 |
|
460 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
461 |
msgid "Hide role field"
|
462 |
msgstr "Cacher le champ rôle"
|
463 |
|
464 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
465 |
msgid "Hide website field"
|
466 |
msgstr "Cacher le champ du site Web"
|
467 |
|
468 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
469 |
msgid "Hide n. posts field"
|
470 |
msgstr "Cacher le champ nbre d'articles"
|
471 |
|
472 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
473 |
msgid "WordPress hidden fields"
|
474 |
msgstr "Champs WordPress cachés"
|
475 |
|
476 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
477 |
msgid "Show password"
|
478 |
msgstr "Montrer le mot de passe"
|
479 |
|
480 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
481 |
msgid "Show confirmation password"
|
482 |
msgstr "Montrer la confirmation du mot de passe"
|
483 |
|
484 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
485 |
msgid "Show password strength meter"
|
486 |
msgstr "Montrer l'indicateur de sûreté"
|
487 |
|
488 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
489 |
msgid "Show first name"
|
490 |
msgstr "Montrer le prénom"
|
491 |
|
492 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
493 |
msgid "Show last name"
|
494 |
msgstr "Montrer le nom"
|
495 |
|
496 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
497 |
msgid "Show nickname"
|
498 |
msgstr "Montrer le surnom"
|
499 |
|
500 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
501 |
msgid "Show website"
|
502 |
msgstr "Montrer le site web"
|
503 |
|
504 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
505 |
msgid "Show AIM"
|
506 |
msgstr "Montrer AIM"
|
507 |
|
508 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
509 |
msgid "Show Yahoo IM"
|
510 |
msgstr "Montrer Yahoo IM"
|
511 |
|
512 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
513 |
msgid "Show Jabber / Google Talk"
|
514 |
msgstr "Montrer Jabber / Google Talk"
|
515 |
|
516 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
517 |
msgid "Show Biographical Info"
|
518 |
msgstr "Afficher les renseignements biographiques"
|
519 |
|
@@ -539,57 +539,57 @@ msgstr ""
|
|
539 |
msgid "Mismatch"
|
540 |
msgstr ""
|
541 |
|
542 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
543 |
msgid "Password"
|
544 |
msgstr "Mot de passe"
|
545 |
|
546 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
547 |
msgid "Password confirmation"
|
548 |
msgstr "Confirmation du mot de passe"
|
549 |
|
550 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
551 |
msgid "First name"
|
552 |
msgstr "Prénom"
|
553 |
|
554 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
555 |
msgid "Last name"
|
556 |
msgstr "Nom"
|
557 |
|
558 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
559 |
msgid "Nickname"
|
560 |
msgstr "Pseudonyme"
|
561 |
|
562 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
563 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
564 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
565 |
msgid "Website"
|
566 |
msgstr "Site Web"
|
567 |
|
568 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
569 |
msgid "AIM"
|
570 |
msgstr "AIM"
|
571 |
|
572 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
573 |
msgid "Yahoo IM"
|
574 |
msgstr "Yahoo IM"
|
575 |
|
576 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
577 |
msgid "Jabber / Google Talk"
|
578 |
msgstr "Jabber / Google Talk"
|
579 |
|
580 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
581 |
msgid "Biographical Info"
|
582 |
msgstr "Renseignements biographiques"
|
583 |
|
584 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
585 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:133
|
586 |
msgid "Fields"
|
587 |
msgstr "Champs"
|
588 |
|
589 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
590 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
591 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
592 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
593 |
msgid "Users Extended"
|
594 |
msgstr "Utilisateurs Étendus"
|
595 |
|
@@ -607,28 +607,28 @@ msgstr "La bibliothèque GD n'est pas installée."
|
|
607 |
msgid "File '%s' is not an image."
|
608 |
msgstr "Le fichier '%s' n'est pas une image."
|
609 |
|
610 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
611 |
msgid "Delete the file"
|
612 |
msgstr "Supprimer le fichier"
|
613 |
|
614 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
615 |
msgid "Update the file"
|
616 |
msgstr "Mettre à jour le fichier"
|
617 |
|
618 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
619 |
msgid "Update the picture"
|
620 |
msgstr "Mettre à jour la photo"
|
621 |
|
622 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
623 |
msgid "Picture URL:"
|
624 |
msgstr "URL de la photo :"
|
625 |
|
626 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
627 |
#, php-format
|
628 |
msgid "%s previous value: %s new value: %s"
|
629 |
msgstr "%s ancienne valeur : %s; nouvelle valeur : %s"
|
630 |
|
631 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
632 |
#, php-format
|
633 |
msgid "%s (%s) has changed one or more fields"
|
634 |
msgstr "%s (%s) a modifié un ou plusieurs champs"
|
@@ -706,31 +706,31 @@ msgstr "Une erreur est survenue durant l'activation"
|
|
706 |
msgid "Password: %s"
|
707 |
msgstr "Mot de passe : %s"
|
708 |
|
709 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
710 |
msgid "Invalid activation key."
|
711 |
msgstr "Clef d'activation invalide."
|
712 |
|
713 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
714 |
msgid "The site is already active."
|
715 |
msgstr "Le compte est déjà actif."
|
716 |
|
717 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
718 |
msgid "Could not create user"
|
719 |
msgstr "N'a pu créer l'utilisateur"
|
720 |
|
721 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
722 |
msgid "That username is already activated."
|
723 |
msgstr "Cet identifiant est déjà actif."
|
724 |
|
725 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
726 |
msgid "That username is currently reserved but may be available in a couple of days."
|
727 |
msgstr "Cet identifiant est actuellement réservé, mais peut être disponible d'ici quelques jours."
|
728 |
|
729 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
730 |
msgid "username and email used"
|
731 |
msgstr "identifiant et courriel utilisé"
|
732 |
|
733 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
734 |
msgid "That email address has already been used. Please check your inbox for an activation email. It will become available in a couple of days if you do nothing."
|
735 |
msgstr "Cette adresse courriel est déjà utilisée. Veuillez vérifier votre boite aux lettres pour le courriel d'activation. Si vous ne faites rien, ce courriel sera de nouveau disponible pour l'inscription."
|
736 |
|
@@ -755,17 +755,17 @@ msgid "Change order"
|
|
755 |
msgstr "Changer l'ordre"
|
756 |
|
757 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
758 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
759 |
msgid "Min length"
|
760 |
msgstr "Longueur min"
|
761 |
|
762 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:31
|
763 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
764 |
msgid "Exact length"
|
765 |
msgstr "Longueur exacte"
|
766 |
|
767 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:32
|
768 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
769 |
msgid "Max length"
|
770 |
msgstr "Longueur max"
|
771 |
|
@@ -795,17 +795,17 @@ msgid "deleted correctly"
|
|
795 |
msgstr "supprmé(e) correctement"
|
796 |
|
797 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:239
|
798 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
799 |
msgid "Min size"
|
800 |
msgstr "Taille min"
|
801 |
|
802 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:240
|
803 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
804 |
msgid "Exact size"
|
805 |
msgstr "Taille exacte"
|
806 |
|
807 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:241
|
808 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
809 |
msgid "Max size"
|
810 |
msgstr "Taille max"
|
811 |
|
@@ -913,157 +913,158 @@ msgstr "Avec le type <strong>picture</strong> : vous pouvez précharger un f
|
|
913 |
|
914 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
915 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:648
|
916 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
917 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
918 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
919 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
920 |
msgid "Name"
|
921 |
msgstr "Nom"
|
922 |
|
923 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
924 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
925 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
926 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
927 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
928 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
929 |
msgid "Value"
|
930 |
msgstr "Valeur"
|
931 |
|
932 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:639
|
933 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
934 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
935 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
936 |
msgid "Type"
|
937 |
msgstr "Type"
|
938 |
|
939 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
940 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:671
|
941 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
942 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
943 |
msgid "Label"
|
944 |
msgstr "Étiquette"
|
945 |
|
946 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
947 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:672
|
948 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
949 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
950 |
msgid "Description"
|
951 |
msgstr "Description"
|
952 |
|
953 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:641
|
954 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
955 |
msgid "Rules"
|
956 |
msgstr "Règles"
|
957 |
|
958 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:642
|
959 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
960 |
msgid "Actions"
|
961 |
msgstr "Actions"
|
962 |
|
963 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
964 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
965 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
966 |
msgid "Fieldset"
|
967 |
msgstr "Regroupements"
|
968 |
|
969 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:684
|
970 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
971 |
msgid "Can be empty"
|
972 |
msgstr "Peut être vide"
|
973 |
|
974 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:685
|
975 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
976 |
msgid "Check for E-mail syntax"
|
977 |
msgstr "Vérifier la syntaxe du courriel"
|
978 |
|
979 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:688
|
980 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
981 |
msgid "Can be modified"
|
982 |
msgstr "Peut être modifié"
|
983 |
|
984 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:689
|
985 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
986 |
msgid "Can be modified only if empty"
|
987 |
msgstr "Ne peut être modifié que s'il est vide"
|
988 |
|
989 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:690
|
990 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
991 |
msgid "Can be modified only by admin"
|
992 |
msgstr "Ne peut être modifié que par un admin"
|
993 |
|
994 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:691
|
995 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
996 |
msgid "Can be modified only by admin or if empty"
|
997 |
msgstr "Ne peut être modifié que par un admin ou s'il est vide"
|
998 |
|
999 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
1000 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1001 |
msgid "Cannot be modified"
|
1002 |
msgstr "Ne peut pas être modifié"
|
1003 |
|
1004 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:700
|
1005 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1006 |
msgid "Should be equal TO"
|
1007 |
msgstr "Devrait être égal À"
|
1008 |
|
1009 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:702
|
1010 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1011 |
msgid "Case sensitive"
|
1012 |
msgstr "Tenir compte de la case (majuscule/minuscule)"
|
1013 |
|
1014 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:705
|
1015 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1016 |
msgid "Regular Expression"
|
1017 |
msgstr "Expression régulière"
|
1018 |
|
1019 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:708
|
1020 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1021 |
msgid "Show the field in the registration"
|
1022 |
msgstr "Montrer le champ lors de l'inscription"
|
1023 |
|
1024 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
1025 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1026 |
msgid "Show the field in User's profile"
|
1027 |
msgstr "Montrer le champ dans le profil de l'utilisateur"
|
1028 |
|
1029 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
1030 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1031 |
#, fuzzy
|
1032 |
-
msgid "Show the field in Users Extended
|
1033 |
msgstr "Montrer le champ dans le menu A&U Étendu"
|
1034 |
|
1035 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
1036 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1037 |
msgid "Show the field in the search engine"
|
1038 |
msgstr "Montrer le champ dans les moteurs de recherche"
|
1039 |
|
1040 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:720
|
1041 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1042 |
msgid "Show the field in the blog"
|
1043 |
msgstr "Montrer le champ dans le blogue"
|
1044 |
|
1045 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:723
|
1046 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1047 |
msgid "Show the field if the role is at least:"
|
1048 |
msgstr "Montrer le champ si le rôle est au moins :"
|
1049 |
|
1050 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:725
|
1051 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1052 |
msgid "Anonymous"
|
1053 |
msgstr "Anonyme"
|
1054 |
|
1055 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
1056 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1057 |
msgid "User has 'view_cimy_extra_fields' capability"
|
1058 |
msgstr ""
|
1059 |
|
1060 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:736
|
1061 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1062 |
msgid "Send an email to the admin if the user changes its value"
|
1063 |
msgstr "Envoyer un courriel à l'administrateur si l'utilisateur modifie la valeur de ce champ"
|
1064 |
|
1065 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:738
|
1066 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1067 |
#, fuzzy
|
1068 |
msgid "Advanced options"
|
1069 |
msgstr "Actions"
|
@@ -1072,100 +1073,102 @@ msgstr "Actions"
|
|
1072 |
msgid "Clear"
|
1073 |
msgstr "Vider (RAZ)"
|
1074 |
|
1075 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1076 |
msgid "Invert selection"
|
1077 |
msgstr "Inverser la sélection"
|
1078 |
|
1079 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1080 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
1081 |
msgstr "Êtes-vous certain de vouloir supprimer ce(s) champ(s) et toutes les données insérées par vos utilisateurs?"
|
1082 |
|
1083 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1084 |
msgid "WordPress Fields"
|
1085 |
msgstr "Champs WordPress"
|
1086 |
|
1087 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1088 |
msgid "None!"
|
1089 |
msgstr "Aucun!"
|
1090 |
|
1091 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1092 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1093 |
msgid "Order"
|
1094 |
msgstr "Ordre"
|
1095 |
|
1096 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1097 |
msgid "Reset"
|
1098 |
msgstr "Réinitialiser"
|
1099 |
|
1100 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1101 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1102 |
#, fuzzy
|
1103 |
msgid "select"
|
1104 |
msgstr "sélectionnez"
|
1105 |
|
1106 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1107 |
#, php-format
|
1108 |
msgid "Search results for “%s”"
|
1109 |
msgstr ""
|
1110 |
|
1111 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1112 |
#, php-format
|
1113 |
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
1114 |
msgstr "%1$s <span class=\"count\">(%2$s)</span>"
|
1115 |
|
1116 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1117 |
msgid "Search Users"
|
1118 |
msgstr "Chercher des utilisateurs"
|
1119 |
|
1120 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1121 |
-
|
1122 |
-
msgstr "« Retour à tous les utilisateurs"
|
1123 |
-
|
1124 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1501
|
1125 |
-
msgid "Users per page"
|
1126 |
-
msgstr "Utilisateurs par page"
|
1127 |
-
|
1128 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1516
|
1129 |
-
msgid "Apply"
|
1130 |
-
msgstr "Appliquer"
|
1131 |
-
|
1132 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1543
|
1133 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1544
|
1134 |
msgid "Role"
|
1135 |
msgstr "Rôle"
|
1136 |
|
1137 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1138 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1139 |
msgid "Posts"
|
1140 |
msgstr "Articles"
|
1141 |
|
1142 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1143 |
msgid "View posts by this author"
|
1144 |
msgstr "Voir les articles de cet auteur"
|
1145 |
|
1146 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
1147 |
#, php-format
|
1148 |
msgid "e-mail: %s"
|
1149 |
msgstr "courriel : %s"
|
1150 |
|
1151 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1152 |
#, fuzzy
|
1153 |
msgid "Change"
|
1154 |
msgstr "Changer l'image"
|
1155 |
|
1156 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1157 |
msgid "Update selected users"
|
1158 |
msgstr "Mettre à jour les utilisateurs sélectionnés"
|
1159 |
|
1160 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1161 |
msgid "Update"
|
1162 |
msgstr "Mettre à jour"
|
1163 |
|
1164 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1165 |
msgid "OK"
|
1166 |
msgstr "OK"
|
1167 |
|
1168 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1169 |
msgid "Cancel"
|
1170 |
msgstr "Annuler"
|
1171 |
|
@@ -1173,6 +1176,8 @@ msgstr "Annuler"
|
|
1173 |
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!"
|
1174 |
msgstr "<strong>Note :</strong> ce site Web vous permet de personnaliser votre mot de passe. Après l'inscription, vous recevrez un courriel avec un autre mot de passe, ne vous en préoccupez pas!"
|
1175 |
|
|
|
|
|
1176 |
#~ msgid "A&U Extended"
|
1177 |
#~ msgstr "A&U Étendu"
|
1178 |
#~ msgid "Users Matching \"%s\""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Cimy User Extra Fields\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-09-04 13:58+0300\n"
|
6 |
+
"PO-Revision-Date: 2011-09-04 13:58+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"
|
16 |
"X-Poedit-Basepath: .\n"
|
17 |
"X-Poedit-SearchPath-0: /var/www/wp-content/plugins/cimy-user-extra-fields\n"
|
18 |
|
19 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:419
|
20 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:423
|
21 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:437
|
22 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:458
|
23 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:470
|
24 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:477
|
25 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:488
|
26 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:494
|
27 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:506
|
28 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:512
|
29 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:524
|
30 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:530
|
31 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:544
|
32 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:564
|
33 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1070
|
34 |
msgid "ERROR"
|
35 |
msgstr "ERREUR"
|
36 |
|
37 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:419
|
38 |
msgid "does not match."
|
39 |
msgstr "ne correspondent pas."
|
40 |
|
41 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:423
|
42 |
msgid "hasn’t a correct email syntax."
|
43 |
msgstr "n'a pas une syntaxe e-mail correcte"
|
44 |
|
45 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:437
|
46 |
msgid "couldn’t be empty."
|
47 |
msgstr "ne peut pas être vide."
|
48 |
|
49 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:457
|
50 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:466
|
51 |
msgid "isn’t correct"
|
52 |
msgstr "n'est pas correct"
|
53 |
|
54 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:463
|
55 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:921
|
56 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:924
|
57 |
msgid "YES"
|
58 |
msgstr "OUI"
|
59 |
|
60 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:463
|
61 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:921
|
62 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:924
|
63 |
msgid "NO"
|
64 |
msgstr "NON"
|
65 |
|
66 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:468
|
67 |
msgid "should be"
|
68 |
msgstr "devrait être"
|
69 |
|
70 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:477
|
71 |
msgid "should be an image."
|
72 |
msgstr "devrait être une image."
|
73 |
|
74 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:488
|
75 |
msgid "couldn’t have size less than"
|
76 |
msgstr "ne pouvait pas avoir une taille inférieure à"
|
77 |
|
78 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:494
|
79 |
msgid "couldn’t have length less than"
|
80 |
msgstr "ne pouvait pas avoir une longueur inférieur à"
|
81 |
|
82 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:506
|
83 |
msgid "couldn’t have size different than"
|
84 |
msgstr "ne pouvais pas avoir une taille différente de"
|
85 |
|
86 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:512
|
87 |
msgid "couldn’t have length different than"
|
88 |
msgstr "ne pouvait pas avoir une longueur différente de"
|
89 |
|
90 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:524
|
91 |
msgid "couldn’t have size more than"
|
92 |
msgstr "ne pouvait pas avoir une taille supérieure à"
|
93 |
|
94 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:530
|
95 |
msgid "couldn’t have length more than"
|
96 |
msgstr "ne pouvait pas avoir une longueur supérieure à"
|
97 |
|
98 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:544
|
99 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:564
|
100 |
#, fuzzy
|
101 |
msgid "Typed code is not correct."
|
102 |
msgstr "Le code saisi est incorrect."
|
103 |
|
104 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:641
|
105 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1479
|
106 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1480
|
107 |
msgid "Username"
|
108 |
msgstr "Identifiant"
|
109 |
|
110 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:644
|
111 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1489
|
112 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1490
|
113 |
msgid "E-mail"
|
114 |
msgstr "Courriel"
|
115 |
|
116 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:893
|
117 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:306
|
118 |
msgid "Please upload a file with one of the following extensions"
|
119 |
msgstr "Veuillez téléchargez un fichier avec l'une des extensions suivantes"
|
120 |
|
121 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:899
|
122 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:272
|
123 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:312
|
124 |
msgid "Please upload an image with one of the following extensions"
|
125 |
msgstr "S'il vous plait, téléchargez une image avec l'une des extensions suivantes"
|
126 |
|
127 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1056
|
128 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:47
|
129 |
msgid "Strength indicator"
|
130 |
msgstr "Indicateur de sûreté"
|
131 |
|
132 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1057
|
133 |
#, fuzzy
|
134 |
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 ! \" ? $ % ^ & )."
|
135 |
msgstr "Suggestion: Le mot de passe devrait contenir au moins sept caractères. Pour le sécuriser encore plus, utilisez une combinaison de minuscules, de majuscules, de chiffres et de symboles tels que ! \\\" ? $ % ^ & )."
|
136 |
|
137 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1103
|
138 |
msgid "Change image"
|
139 |
msgstr "Changer l'image"
|
140 |
|
141 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1106
|
142 |
msgid "Insert the code:"
|
143 |
msgstr "Insérer le code :"
|
144 |
|
145 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1172
|
146 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1174
|
147 |
msgid "Confirm your registration"
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1180
|
151 |
msgid "A password will be e-mailed to you."
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1187
|
155 |
msgid "← Back"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:429
|
159 |
msgid "no fieldset"
|
160 |
msgstr "aucun regroupement"
|
161 |
|
162 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:433
|
163 |
msgid "All"
|
164 |
msgstr "Tous"
|
165 |
|
195 |
msgid "Options deleted"
|
196 |
msgstr "Options supprimées"
|
197 |
|
198 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:248
|
199 |
msgid "Options changed"
|
200 |
msgstr "Options changées"
|
201 |
|
202 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:326
|
203 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
204 |
msgstr "Cette opération créera ou mettra à jour toutes les tables et options manquantes. Voulez-vous continuer?"
|
205 |
|
206 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:335
|
207 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:528
|
208 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:757
|
209 |
msgid "Options"
|
210 |
msgstr "Options"
|
211 |
|
212 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:338
|
213 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:442
|
214 |
msgid "Add a new Field"
|
215 |
msgstr "Ajouter un nouveau champ"
|
216 |
|
217 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:338
|
218 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:807
|
219 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1796
|
220 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1801
|
221 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
222 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:294
|
223 |
msgid "Extra Fields"
|
224 |
msgstr "Champs Supplémentaires"
|
225 |
|
226 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:344
|
227 |
msgid "Support the Cimy Project"
|
228 |
msgstr "Supportez le <em>Cimy Project</em>"
|
229 |
|
230 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:352
|
231 |
msgid "This plug-in is the results of hours of development to add new features, support new WordPress versions and fix bugs, please donate money if saved you from spending all these hours!"
|
232 |
msgstr "Ce plug-in est le résultat de plusieurs heures de conception pour ajouter de nouvelles fonctionnalités, supporter les nouvelles versions de WordPress et fixer les bogues. S'il vous plait, faites un don d'argent si vous avez sauvé toutes ces heures!"
|
233 |
|
234 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:362
|
235 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1088
|
236 |
msgid "SUCCESSFUL"
|
237 |
msgstr "SUCCÈS"
|
238 |
|
239 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:376
|
240 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:699
|
241 |
msgid "Save Changes"
|
242 |
msgstr "Enregistrer les changements"
|
243 |
|
244 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:377
|
245 |
msgid "General"
|
246 |
msgstr "Général"
|
247 |
|
248 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:385
|
249 |
#, fuzzy
|
250 |
msgid "installed is"
|
251 |
msgstr "installé"
|
252 |
|
253 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:389
|
254 |
msgid "OPTIONS DELETED!"
|
255 |
msgstr "OPTIONS SUPPRIMÉES!"
|
256 |
|
257 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:392
|
258 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:397
|
259 |
msgid "Fix the problem"
|
260 |
msgstr "Corriger le problème"
|
261 |
|
262 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:395
|
263 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
264 |
msgstr "LES VERSIONS NE CORRESPONDENT PAS! Ceci arrive lorsque vous n'avez pas désactivé et réactivé le plug-in après sa mise à jour! Cela peut poser problème..."
|
265 |
|
266 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:403
|
267 |
msgid "Picture/Avatar upload"
|
268 |
msgstr "Téléchargement de photo ou d'avatar"
|
269 |
|
270 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:407
|
271 |
msgid "is created and writable"
|
272 |
msgstr "est créé et en écriture"
|
273 |
|
274 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:409
|
275 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
276 |
msgstr "N'est PAS créé ou le serveur Web N'a PAS les permissions pour l'écrire"
|
277 |
|
278 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:416
|
279 |
msgid "Show all fields in the welcome email"
|
280 |
msgstr "Montrer tous les champs dans le courriel de bienvenue"
|
281 |
|
282 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:420
|
283 |
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
284 |
msgstr "le courriel envoyé aux administrateurs et à l'utilisateur lors de l'inscription contiendra tous les champs"
|
285 |
|
286 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:428
|
287 |
msgid "Enable email confirmation"
|
288 |
msgstr "Activer la confirmation par courriel"
|
289 |
|
290 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:432
|
291 |
msgid "user that registers should confirm its email address via a link click"
|
292 |
msgstr "les utilisateurs qui s'inscrivent doivent confirmer leur adresse courriel grâce à un lien à cliquer"
|
293 |
|
294 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:434
|
295 |
msgid "<strong>note:</strong> this option turned on will automatically disable (only during the registration) all upload fields: file, picture, avatar"
|
296 |
msgstr "<strong>note :</strong> avec cette option activée, tous les champs de téléchargement (fichiers, images, avatar) seront désactivés lors de l'inscription seulement"
|
297 |
|
298 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:441
|
299 |
#, fuzzy
|
300 |
msgid "Enable form confirmation"
|
301 |
msgstr "Activer la confirmation par courriel"
|
302 |
|
303 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:445
|
304 |
msgid "a summary of the registration form will be presented to the user"
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:451
|
308 |
msgid "Customize welcome email sent to the new user"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:455
|
312 |
msgid "if you change or remove the placeholders then the email won't have the correct information"
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:461
|
316 |
msgid "Redirect to the source"
|
317 |
msgstr "Rediriger au référant"
|
318 |
|
319 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:465
|
320 |
msgid "after the registration or confirmation the user will be redirected to the address where was exactly before clicking on the registration link"
|
321 |
msgstr "après l'inscription, ou la confirmation, l'utilisateur sera redirigé à la page qu'il visitait avant de cliquer sur le lien d'inscription"
|
322 |
|
323 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:473
|
324 |
msgid "No captcha"
|
325 |
msgstr "Pas de captcha"
|
326 |
|
327 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:481
|
328 |
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
329 |
msgstr "Activer <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
330 |
|
331 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:485
|
332 |
msgid "Public KEY"
|
333 |
msgstr "Public KEY"
|
334 |
|
335 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:489
|
336 |
msgid "Private KEY"
|
337 |
msgstr "Private KEY"
|
338 |
|
339 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:497
|
340 |
msgid "Enable <a href=\"http://www.phpcaptcha.org/\" target=\"_blank\">Securimage Captcha</a>"
|
341 |
msgstr "Activer <a href=\"http://www.phpcaptcha.org/\" target=\"_blank\">Securimage Captcha</a>"
|
342 |
|
343 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:500
|
344 |
msgid "This captcha is probably weaker, but is easier for users"
|
345 |
msgstr "Ce captcha est probablement plus faible, mais plus facile d'utilisation pour les utilisateurs"
|
346 |
|
347 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:504
|
348 |
#, php-format
|
349 |
msgid "<strong>WARNING: to activate this captcha download <a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">this package</a> and unpack it under %s</strong>"
|
350 |
msgstr "<strong>AVERTISSEMENT : pour activer ce captcha, téléchargez <a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">ce paquet</a> et extrayez-le sous %s</strong>"
|
351 |
|
352 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:511
|
353 |
msgid "Change login/registration page logo"
|
354 |
msgstr "Changer le logo de la page de connexion et d'inscription"
|
355 |
|
356 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:516
|
357 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:454
|
358 |
msgid "Delete the picture"
|
359 |
msgstr "Supprimer l'image"
|
360 |
|
361 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:519
|
362 |
msgid "Maximum recommended logo width is 328px, but any height should work."
|
363 |
msgstr "La largeur maximum recommandé est de 328px, mais n'importe quelle hauteur devrait fonctionner."
|
364 |
|
365 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:525
|
366 |
msgid "Database"
|
367 |
msgstr "Base de données"
|
368 |
|
369 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:534
|
370 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:551
|
371 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:568
|
372 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:585
|
373 |
msgid "select action"
|
374 |
msgstr "sélectionner une action"
|
375 |
|
376 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:535
|
377 |
msgid "Default values"
|
378 |
msgstr "Valeurs par défaut"
|
379 |
|
380 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:536
|
381 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:553
|
382 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:570
|
383 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:587
|
384 |
msgid "Delete"
|
385 |
msgstr "Supprimer"
|
386 |
|
387 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:540
|
388 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:557
|
389 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:574
|
390 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:592
|
391 |
msgid "NOT PRESENT"
|
392 |
msgstr "NON PRESENT"
|
393 |
|
394 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:545
|
395 |
msgid "WordPress Fields table"
|
396 |
msgstr "Table des champs WordPress"
|
397 |
|
398 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:552
|
399 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:569
|
400 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:586
|
401 |
msgid "Empty"
|
402 |
msgstr "Vider"
|
403 |
|
404 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:562
|
405 |
msgid "Extra Fields table"
|
406 |
msgstr "Table des champs supplémentaires"
|
407 |
|
408 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:579
|
409 |
msgid "Users Data table"
|
410 |
msgstr "Table des données utilisateurs"
|
411 |
|
412 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:589
|
413 |
msgid "all data inserted by users in all and only extra fields"
|
414 |
msgstr "toutes les données insérées par les utilisateurs dans les champs supplémentaires seulement"
|
415 |
|
416 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:597
|
417 |
msgid "Force tables creation"
|
418 |
msgstr "Forcer la création des tables"
|
419 |
|
420 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:600
|
421 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
422 |
msgstr "équivalent à désactiver et activer le plug-in; aucune autre opération ne sera effectuée"
|
423 |
|
424 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:606
|
425 |
msgid "User Profile"
|
426 |
msgstr "Profil utilisateur"
|
427 |
|
428 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:609
|
429 |
msgid "Extra Fields section title"
|
430 |
msgstr "Titre de la section des champs supplémentaires"
|
431 |
|
432 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
433 |
msgid "Fieldset's titles, separates with comma"
|
434 |
msgstr "Titres des regroupements, séparés par des virgules"
|
435 |
|
436 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
437 |
msgid "example: title1,title2,title3"
|
438 |
msgstr "exemple : titre1,titre2,titre3"
|
439 |
|
440 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:614
|
441 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
442 |
msgstr "<strong>note</strong> : si vous changez l'ordre ou retirez des regroupements, vous pourriez devoir refaire l'affection des fieldsets aux champs supplémentaires"
|
443 |
|
444 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:619
|
445 |
msgid "Authors & Users Extended"
|
446 |
msgstr "Auteurs & Utilisateurs Étendus"
|
447 |
|
448 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:623
|
449 |
msgid "Hide username field"
|
450 |
msgstr "Cacher le champ nom d'utilisateur"
|
451 |
|
452 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:629
|
453 |
msgid "Hide name field"
|
454 |
msgstr "Cacher le champ nom"
|
455 |
|
456 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:634
|
457 |
msgid "Hide email field"
|
458 |
msgstr "Cacher le champ courriel"
|
459 |
|
460 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:638
|
461 |
msgid "Hide role field"
|
462 |
msgstr "Cacher le champ rôle"
|
463 |
|
464 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:642
|
465 |
msgid "Hide website field"
|
466 |
msgstr "Cacher le champ du site Web"
|
467 |
|
468 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:646
|
469 |
msgid "Hide n. posts field"
|
470 |
msgstr "Cacher le champ nbre d'articles"
|
471 |
|
472 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:651
|
473 |
msgid "WordPress hidden fields"
|
474 |
msgstr "Champs WordPress cachés"
|
475 |
|
476 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:654
|
477 |
msgid "Show password"
|
478 |
msgstr "Montrer le mot de passe"
|
479 |
|
480 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:658
|
481 |
msgid "Show confirmation password"
|
482 |
msgstr "Montrer la confirmation du mot de passe"
|
483 |
|
484 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:662
|
485 |
msgid "Show password strength meter"
|
486 |
msgstr "Montrer l'indicateur de sûreté"
|
487 |
|
488 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:666
|
489 |
msgid "Show first name"
|
490 |
msgstr "Montrer le prénom"
|
491 |
|
492 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:670
|
493 |
msgid "Show last name"
|
494 |
msgstr "Montrer le nom"
|
495 |
|
496 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:674
|
497 |
msgid "Show nickname"
|
498 |
msgstr "Montrer le surnom"
|
499 |
|
500 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:678
|
501 |
msgid "Show website"
|
502 |
msgstr "Montrer le site web"
|
503 |
|
504 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:682
|
505 |
msgid "Show AIM"
|
506 |
msgstr "Montrer AIM"
|
507 |
|
508 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:686
|
509 |
msgid "Show Yahoo IM"
|
510 |
msgstr "Montrer Yahoo IM"
|
511 |
|
512 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:690
|
513 |
msgid "Show Jabber / Google Talk"
|
514 |
msgstr "Montrer Jabber / Google Talk"
|
515 |
|
516 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:694
|
517 |
msgid "Show Biographical Info"
|
518 |
msgstr "Afficher les renseignements biographiques"
|
519 |
|
539 |
msgid "Mismatch"
|
540 |
msgstr ""
|
541 |
|
542 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:209
|
543 |
msgid "Password"
|
544 |
msgstr "Mot de passe"
|
545 |
|
546 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:229
|
547 |
msgid "Password confirmation"
|
548 |
msgstr "Confirmation du mot de passe"
|
549 |
|
550 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:249
|
551 |
msgid "First name"
|
552 |
msgstr "Prénom"
|
553 |
|
554 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:269
|
555 |
msgid "Last name"
|
556 |
msgstr "Nom"
|
557 |
|
558 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:289
|
559 |
msgid "Nickname"
|
560 |
msgstr "Pseudonyme"
|
561 |
|
562 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:309
|
563 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1499
|
564 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1500
|
565 |
msgid "Website"
|
566 |
msgstr "Site Web"
|
567 |
|
568 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:329
|
569 |
msgid "AIM"
|
570 |
msgstr "AIM"
|
571 |
|
572 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:349
|
573 |
msgid "Yahoo IM"
|
574 |
msgstr "Yahoo IM"
|
575 |
|
576 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:369
|
577 |
msgid "Jabber / Google Talk"
|
578 |
msgstr "Jabber / Google Talk"
|
579 |
|
580 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:389
|
581 |
msgid "Biographical Info"
|
582 |
msgstr "Renseignements biographiques"
|
583 |
|
584 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:758
|
585 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:133
|
586 |
msgid "Fields"
|
587 |
msgstr "Champs"
|
588 |
|
589 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:759
|
590 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:767
|
591 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:772
|
592 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1401
|
593 |
msgid "Users Extended"
|
594 |
msgstr "Utilisateurs Étendus"
|
595 |
|
607 |
msgid "File '%s' is not an image."
|
608 |
msgstr "Le fichier '%s' n'est pas une image."
|
609 |
|
610 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:450
|
611 |
msgid "Delete the file"
|
612 |
msgstr "Supprimer le fichier"
|
613 |
|
614 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:451
|
615 |
msgid "Update the file"
|
616 |
msgstr "Mettre à jour le fichier"
|
617 |
|
618 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:455
|
619 |
msgid "Update the picture"
|
620 |
msgstr "Mettre à jour la photo"
|
621 |
|
622 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:475
|
623 |
msgid "Picture URL:"
|
624 |
msgstr "URL de la photo :"
|
625 |
|
626 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:716
|
627 |
#, php-format
|
628 |
msgid "%s previous value: %s new value: %s"
|
629 |
msgstr "%s ancienne valeur : %s; nouvelle valeur : %s"
|
630 |
|
631 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:731
|
632 |
#, php-format
|
633 |
msgid "%s (%s) has changed one or more fields"
|
634 |
msgstr "%s (%s) a modifié un ou plusieurs champs"
|
706 |
msgid "Password: %s"
|
707 |
msgstr "Mot de passe : %s"
|
708 |
|
709 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:237
|
710 |
msgid "Invalid activation key."
|
711 |
msgstr "Clef d'activation invalide."
|
712 |
|
713 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:240
|
714 |
msgid "The site is already active."
|
715 |
msgstr "Le compte est déjà actif."
|
716 |
|
717 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:259
|
718 |
msgid "Could not create user"
|
719 |
msgstr "N'a pu créer l'utilisateur"
|
720 |
|
721 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:271
|
722 |
msgid "That username is already activated."
|
723 |
msgstr "Cet identifiant est déjà actif."
|
724 |
|
725 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:291
|
726 |
msgid "That username is currently reserved but may be available in a couple of days."
|
727 |
msgstr "Cet identifiant est actuellement réservé, mais peut être disponible d'ici quelques jours."
|
728 |
|
729 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:294
|
730 |
msgid "username and email used"
|
731 |
msgstr "identifiant et courriel utilisé"
|
732 |
|
733 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:304
|
734 |
msgid "That email address has already been used. Please check your inbox for an activation email. It will become available in a couple of days if you do nothing."
|
735 |
msgstr "Cette adresse courriel est déjà utilisée. Veuillez vérifier votre boite aux lettres pour le courriel d'activation. Si vous ne faites rien, ce courriel sera de nouveau disponible pour l'inscription."
|
736 |
|
755 |
msgstr "Changer l'ordre"
|
756 |
|
757 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
758 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:897
|
759 |
msgid "Min length"
|
760 |
msgstr "Longueur min"
|
761 |
|
762 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:31
|
763 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:898
|
764 |
msgid "Exact length"
|
765 |
msgstr "Longueur exacte"
|
766 |
|
767 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:32
|
768 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:899
|
769 |
msgid "Max length"
|
770 |
msgstr "Longueur max"
|
771 |
|
795 |
msgstr "supprmé(e) correctement"
|
796 |
|
797 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:239
|
798 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:889
|
799 |
msgid "Min size"
|
800 |
msgstr "Taille min"
|
801 |
|
802 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:240
|
803 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:890
|
804 |
msgid "Exact size"
|
805 |
msgstr "Taille exacte"
|
806 |
|
807 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:241
|
808 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:891
|
809 |
msgid "Max size"
|
810 |
msgstr "Taille max"
|
811 |
|
913 |
|
914 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
915 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:648
|
916 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
917 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:922
|
918 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1484
|
919 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1485
|
920 |
msgid "Name"
|
921 |
msgstr "Nom"
|
922 |
|
923 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
924 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
925 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
926 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:925
|
927 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1796
|
928 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1801
|
929 |
msgid "Value"
|
930 |
msgstr "Valeur"
|
931 |
|
932 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:639
|
933 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
934 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
935 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:928
|
936 |
msgid "Type"
|
937 |
msgstr "Type"
|
938 |
|
939 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
940 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:671
|
941 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:835
|
942 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:945
|
943 |
msgid "Label"
|
944 |
msgstr "Étiquette"
|
945 |
|
946 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
947 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:672
|
948 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:835
|
949 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:948
|
950 |
msgid "Description"
|
951 |
msgstr "Description"
|
952 |
|
953 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:641
|
954 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:836
|
955 |
msgid "Rules"
|
956 |
msgstr "Règles"
|
957 |
|
958 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:642
|
959 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:837
|
960 |
msgid "Actions"
|
961 |
msgstr "Actions"
|
962 |
|
963 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
964 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:939
|
965 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1237
|
966 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1321
|
967 |
msgid "Fieldset"
|
968 |
msgstr "Regroupements"
|
969 |
|
970 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:684
|
971 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:962
|
972 |
msgid "Can be empty"
|
973 |
msgstr "Peut être vide"
|
974 |
|
975 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:685
|
976 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:963
|
977 |
msgid "Check for E-mail syntax"
|
978 |
msgstr "Vérifier la syntaxe du courriel"
|
979 |
|
980 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:688
|
981 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:966
|
982 |
msgid "Can be modified"
|
983 |
msgstr "Peut être modifié"
|
984 |
|
985 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:689
|
986 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:967
|
987 |
msgid "Can be modified only if empty"
|
988 |
msgstr "Ne peut être modifié que s'il est vide"
|
989 |
|
990 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:690
|
991 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:968
|
992 |
msgid "Can be modified only by admin"
|
993 |
msgstr "Ne peut être modifié que par un admin"
|
994 |
|
995 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:691
|
996 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:969
|
997 |
msgid "Can be modified only by admin or if empty"
|
998 |
msgstr "Ne peut être modifié que par un admin ou s'il est vide"
|
999 |
|
1000 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
1001 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:970
|
1002 |
msgid "Cannot be modified"
|
1003 |
msgstr "Ne peut pas être modifié"
|
1004 |
|
1005 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:700
|
1006 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:975
|
1007 |
msgid "Should be equal TO"
|
1008 |
msgstr "Devrait être égal À"
|
1009 |
|
1010 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:702
|
1011 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:977
|
1012 |
msgid "Case sensitive"
|
1013 |
msgstr "Tenir compte de la case (majuscule/minuscule)"
|
1014 |
|
1015 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:705
|
1016 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:979
|
1017 |
msgid "Regular Expression"
|
1018 |
msgstr "Expression régulière"
|
1019 |
|
1020 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:708
|
1021 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:984
|
1022 |
msgid "Show the field in the registration"
|
1023 |
msgstr "Montrer le champ lors de l'inscription"
|
1024 |
|
1025 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
1026 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:987
|
1027 |
msgid "Show the field in User's profile"
|
1028 |
msgstr "Montrer le champ dans le profil de l'utilisateur"
|
1029 |
|
1030 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
1031 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:996
|
1032 |
#, fuzzy
|
1033 |
+
msgid "Show the field in Users Extended section"
|
1034 |
msgstr "Montrer le champ dans le menu A&U Étendu"
|
1035 |
|
1036 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
1037 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:999
|
1038 |
msgid "Show the field in the search engine"
|
1039 |
msgstr "Montrer le champ dans les moteurs de recherche"
|
1040 |
|
1041 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:720
|
1042 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1002
|
1043 |
msgid "Show the field in the blog"
|
1044 |
msgstr "Montrer le champ dans le blogue"
|
1045 |
|
1046 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:723
|
1047 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1005
|
1048 |
msgid "Show the field if the role is at least:"
|
1049 |
msgstr "Montrer le champ si le rôle est au moins :"
|
1050 |
|
1051 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:725
|
1052 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1007
|
1053 |
msgid "Anonymous"
|
1054 |
msgstr "Anonyme"
|
1055 |
|
1056 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
1057 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1013
|
1058 |
msgid "User has 'view_cimy_extra_fields' capability"
|
1059 |
msgstr ""
|
1060 |
|
1061 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:736
|
1062 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1021
|
1063 |
msgid "Send an email to the admin if the user changes its value"
|
1064 |
msgstr "Envoyer un courriel à l'administrateur si l'utilisateur modifie la valeur de ce champ"
|
1065 |
|
1066 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:738
|
1067 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1026
|
1068 |
#, fuzzy
|
1069 |
msgid "Advanced options"
|
1070 |
msgstr "Actions"
|
1073 |
msgid "Clear"
|
1074 |
msgstr "Vider (RAZ)"
|
1075 |
|
1076 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:798
|
1077 |
msgid "Invert selection"
|
1078 |
msgstr "Inverser la sélection"
|
1079 |
|
1080 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:799
|
1081 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
1082 |
msgstr "Êtes-vous certain de vouloir supprimer ce(s) champ(s) et toutes les données insérées par vos utilisateurs?"
|
1083 |
|
1084 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:805
|
1085 |
msgid "WordPress Fields"
|
1086 |
msgstr "Champs WordPress"
|
1087 |
|
1088 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:818
|
1089 |
msgid "None!"
|
1090 |
msgstr "Aucun!"
|
1091 |
|
1092 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:833
|
1093 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:910
|
1094 |
msgid "Order"
|
1095 |
msgstr "Ordre"
|
1096 |
|
1097 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1030
|
1098 |
msgid "Reset"
|
1099 |
msgstr "Réinitialiser"
|
1100 |
|
1101 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1107
|
1102 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1823
|
1103 |
#, fuzzy
|
1104 |
msgid "select"
|
1105 |
msgstr "sélectionnez"
|
1106 |
|
1107 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1241
|
1108 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1325
|
1109 |
+
msgid "Users per page"
|
1110 |
+
msgstr "Utilisateurs par page"
|
1111 |
+
|
1112 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1243
|
1113 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1327
|
1114 |
+
msgid "Apply"
|
1115 |
+
msgstr "Appliquer"
|
1116 |
+
|
1117 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1409
|
1118 |
#, php-format
|
1119 |
msgid "Search results for “%s”"
|
1120 |
msgstr ""
|
1121 |
|
1122 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1447
|
1123 |
#, php-format
|
1124 |
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
1125 |
msgstr "%1$s <span class=\"count\">(%2$s)</span>"
|
1126 |
|
1127 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1456
|
1128 |
msgid "Search Users"
|
1129 |
msgstr "Chercher des utilisateurs"
|
1130 |
|
1131 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1494
|
1132 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1495
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1133 |
msgid "Role"
|
1134 |
msgstr "Rôle"
|
1135 |
|
1136 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1504
|
1137 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1505
|
1138 |
msgid "Posts"
|
1139 |
msgstr "Articles"
|
1140 |
|
1141 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1629
|
1142 |
msgid "View posts by this author"
|
1143 |
msgstr "Voir les articles de cet auteur"
|
1144 |
|
1145 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1654
|
1146 |
+
msgid "Super Admin"
|
1147 |
+
msgstr ""
|
1148 |
+
|
1149 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1665
|
1150 |
#, php-format
|
1151 |
msgid "e-mail: %s"
|
1152 |
msgstr "courriel : %s"
|
1153 |
|
1154 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1776
|
1155 |
#, fuzzy
|
1156 |
msgid "Change"
|
1157 |
msgstr "Changer l'image"
|
1158 |
|
1159 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1792
|
1160 |
msgid "Update selected users"
|
1161 |
msgstr "Mettre à jour les utilisateurs sélectionnés"
|
1162 |
|
1163 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1813
|
1164 |
msgid "Update"
|
1165 |
msgstr "Mettre à jour"
|
1166 |
|
1167 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1828
|
1168 |
msgid "OK"
|
1169 |
msgstr "OK"
|
1170 |
|
1171 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1829
|
1172 |
msgid "Cancel"
|
1173 |
msgstr "Annuler"
|
1174 |
|
1176 |
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!"
|
1177 |
msgstr "<strong>Note :</strong> ce site Web vous permet de personnaliser votre mot de passe. Après l'inscription, vous recevrez un courriel avec un autre mot de passe, ne vous en préoccupez pas!"
|
1178 |
|
1179 |
+
#~ msgid "« Back to All Users"
|
1180 |
+
#~ msgstr "« Retour à tous les utilisateurs"
|
1181 |
#~ msgid "A&U Extended"
|
1182 |
#~ msgstr "A&U Étendu"
|
1183 |
#~ msgid "Users Matching \"%s\""
|
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-
|
6 |
-
"PO-Revision-Date: 2011-
|
7 |
"Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
|
8 |
"Language-Team: <cimmino.marco@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -16,149 +16,149 @@ msgstr ""
|
|
16 |
"X-Poedit-Basepath: .\n"
|
17 |
"X-Poedit-SearchPath-0: /var/www/wp-content/plugins/cimy-user-extra-fields\n"
|
18 |
|
19 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
20 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
21 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
22 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
23 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
24 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
25 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
26 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
27 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
28 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
29 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
30 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
31 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
32 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
33 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
34 |
msgid "ERROR"
|
35 |
msgstr "ERRORE"
|
36 |
|
37 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
38 |
msgid "does not match."
|
39 |
msgstr "non corrisponde."
|
40 |
|
41 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
42 |
msgid "hasn’t a correct email syntax."
|
43 |
msgstr "non ha una sintassi email corretta."
|
44 |
|
45 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
46 |
msgid "couldn’t be empty."
|
47 |
msgstr "non può essere vuoto."
|
48 |
|
49 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
50 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
51 |
msgid "isn’t correct"
|
52 |
msgstr "non è corretto"
|
53 |
|
54 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
55 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
56 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
57 |
msgid "YES"
|
58 |
msgstr "SI"
|
59 |
|
60 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
61 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
62 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
63 |
msgid "NO"
|
64 |
msgstr "NO"
|
65 |
|
66 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
67 |
msgid "should be"
|
68 |
msgstr "deve essere"
|
69 |
|
70 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
71 |
msgid "should be an image."
|
72 |
msgstr "deve essere una immagine."
|
73 |
|
74 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
75 |
msgid "couldn’t have size less than"
|
76 |
msgstr "non può avere dimensione minore di"
|
77 |
|
78 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
79 |
msgid "couldn’t have length less than"
|
80 |
msgstr "non può avere lunghezza minore di"
|
81 |
|
82 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
83 |
msgid "couldn’t have size different than"
|
84 |
msgstr "non può avere dimensione diversa da"
|
85 |
|
86 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
87 |
msgid "couldn’t have length different than"
|
88 |
msgstr "non può avere lunghezza diversa da"
|
89 |
|
90 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
91 |
msgid "couldn’t have size more than"
|
92 |
msgstr "non può avere dimensione maggiore di"
|
93 |
|
94 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
95 |
msgid "couldn’t have length more than"
|
96 |
msgstr "non può avere lunghezza maggiore di"
|
97 |
|
98 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
99 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
100 |
msgid "Typed code is not correct."
|
101 |
msgstr "Il codice inserito non è corretto."
|
102 |
|
103 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
104 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
105 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
106 |
msgid "Username"
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
110 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
111 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
112 |
msgid "E-mail"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
116 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
117 |
msgid "Please upload a file with one of the following extensions"
|
118 |
msgstr "Per favore spedisci un file con una delle seguenti estensioni"
|
119 |
|
120 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
121 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
122 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
123 |
msgid "Please upload an image with one of the following extensions"
|
124 |
msgstr "Per favore spedisci una immagine con una delle seguenti estensioni"
|
125 |
|
126 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
127 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:47
|
128 |
msgid "Strength indicator"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
132 |
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 ! \" ? $ % ^ & )."
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
136 |
#, fuzzy
|
137 |
msgid "Change image"
|
138 |
msgstr "Cambia ordine"
|
139 |
|
140 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
141 |
msgid "Insert the code:"
|
142 |
msgstr ""
|
143 |
|
144 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
145 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
146 |
msgid "Confirm your registration"
|
147 |
msgstr "Conferma la registrazione"
|
148 |
|
149 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
150 |
msgid "A password will be e-mailed to you."
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
154 |
msgid "← Back"
|
155 |
msgstr "← Indietro"
|
156 |
|
157 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:
|
158 |
msgid "no fieldset"
|
159 |
msgstr "Nessun raggruppamento"
|
160 |
|
161 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:
|
162 |
msgid "All"
|
163 |
msgstr ""
|
164 |
|
@@ -194,323 +194,323 @@ msgstr "Opzioni settate ai valori di default"
|
|
194 |
msgid "Options deleted"
|
195 |
msgstr "Opzioni cancellate"
|
196 |
|
197 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
198 |
msgid "Options changed"
|
199 |
msgstr "Opzioni cambiate"
|
200 |
|
201 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
202 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
203 |
msgstr "Questa operazione creerà/aggiornerà tutte le tabelle/opzioni mancanti, vuoi procedere?"
|
204 |
|
205 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
206 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
207 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
208 |
msgid "Options"
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
212 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:442
|
213 |
msgid "Add a new Field"
|
214 |
msgstr "Aggiungi un campo"
|
215 |
|
216 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
217 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
218 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
219 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
220 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
221 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:294
|
222 |
msgid "Extra Fields"
|
223 |
msgstr "Campi Extra"
|
224 |
|
225 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
226 |
msgid "Support the Cimy Project"
|
227 |
msgstr "Supporta il progetto Cimy"
|
228 |
|
229 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
230 |
msgid "This plug-in is the results of hours of development to add new features, support new WordPress versions and fix bugs, please donate money if saved you from spending all these hours!"
|
231 |
msgstr "Questo plug-in è il risultato di ore di sviluppo per aggiungere nuove funzionalità, supportare nuove versioni di WordPress e mettere a posto i bug, per favore dona un po' di denaro se ti ha risparmiato tutte queste ore!"
|
232 |
|
233 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
234 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
235 |
msgid "SUCCESSFUL"
|
236 |
msgstr "SUCCESSO"
|
237 |
|
238 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
239 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
240 |
msgid "Save Changes"
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
244 |
msgid "General"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
248 |
msgid "installed is"
|
249 |
msgstr "installata"
|
250 |
|
251 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
252 |
msgid "OPTIONS DELETED!"
|
253 |
msgstr "OPZIONI CANCELLATE!"
|
254 |
|
255 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
256 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
257 |
msgid "Fix the problem"
|
258 |
msgstr "Aggiusta il problema"
|
259 |
|
260 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
261 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
262 |
msgstr "VERSIONI NON CORRISPONDENTI! Avviene quando non hai disattivato e riattivato il plug-in dopo l'aggiornamento! Questo può dare dei problemi..."
|
263 |
|
264 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
265 |
msgid "Picture/Avatar upload"
|
266 |
msgstr "Picture/Avatar upload"
|
267 |
|
268 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
269 |
msgid "is created and writable"
|
270 |
msgstr "è creata e scrivibile"
|
271 |
|
272 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
273 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
274 |
msgstr "NON è stata creata o il webserver NON ha il permesso di scrittura su di essa"
|
275 |
|
276 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
277 |
msgid "Show all fields in the welcome email"
|
278 |
msgstr "Mostra tutti i campi nella email di benvenuto"
|
279 |
|
280 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
281 |
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
282 |
msgstr "l'email spedita all'amministratore e all'utente al momento della registrazione avrà tutti i campi"
|
283 |
|
284 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
285 |
msgid "Enable email confirmation"
|
286 |
msgstr "Abilita la conferma dell'email"
|
287 |
|
288 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
289 |
msgid "user that registers should confirm its email address via a link click"
|
290 |
msgstr "gli utenti che si registrano devono confermare il loro indirizzo email cliccando su un link"
|
291 |
|
292 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
293 |
msgid "<strong>note:</strong> this option turned on will automatically disable (only during the registration) all upload fields: file, picture, avatar"
|
294 |
msgstr "<strong>nota:</strong> abilitando questa opzione verranno disabilitati (solo durante la registrazione) tutti i campi di upload: file, picture, avatar"
|
295 |
|
296 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
297 |
msgid "Enable form confirmation"
|
298 |
msgstr "Abilita la conferma della registrazione"
|
299 |
|
300 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
301 |
msgid "a summary of the registration form will be presented to the user"
|
302 |
msgstr "un riassunto del form di registrazione sarà presentato all'utente"
|
303 |
|
304 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
305 |
msgid "Customize welcome email sent to the new user"
|
306 |
msgstr "Personalizza la email di benvenuto inviata al nuovo utente"
|
307 |
|
308 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
309 |
msgid "if you change or remove the placeholders then the email won't have the correct information"
|
310 |
msgstr "se vengono cambiati o rimossi i segnaposti l'email non avrà le corrette informazioni"
|
311 |
|
312 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
313 |
msgid "Redirect to the source"
|
314 |
msgstr "Ridireziona alla fonte"
|
315 |
|
316 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
317 |
msgid "after the registration or confirmation the user will be redirected to the address where was exactly before clicking on the registration link"
|
318 |
msgstr "dopo la registrazione o la conferma l'utente verrà redirezionato all'indirizzo dov'era esattamente prima di cliccare sul link della registrazione"
|
319 |
|
320 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
321 |
msgid "No captcha"
|
322 |
msgstr "Nessun captcha"
|
323 |
|
324 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
325 |
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
326 |
msgstr "Abilita <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
327 |
|
328 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
329 |
msgid "Public KEY"
|
330 |
msgstr "Chiave pubblica"
|
331 |
|
332 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
333 |
msgid "Private KEY"
|
334 |
msgstr "Chiave privata"
|
335 |
|
336 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
337 |
msgid "Enable <a href=\"http://www.phpcaptcha.org/\" target=\"_blank\">Securimage Captcha</a>"
|
338 |
msgstr "Abilita <a href=\"http://www.phpcaptcha.org\" target=\"_blank\">Securimage Captcha</a>"
|
339 |
|
340 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
341 |
msgid "This captcha is probably weaker, but is easier for users"
|
342 |
msgstr "Questo captcha è probabilmente più debole, ma più facile da usare per gli utenti"
|
343 |
|
344 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
345 |
#, php-format
|
346 |
msgid "<strong>WARNING: to activate this captcha download <a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">this package</a> and unpack it under %s</strong>"
|
347 |
msgstr "<strong>ATTENZIONE: per attivare questo captcha scaricare <a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">questo archivio</a> e scompattarlo dentro a %s</strong>"
|
348 |
|
349 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
350 |
msgid "Change login/registration page logo"
|
351 |
msgstr "Cambia il logo nella pagina di login/registrazione"
|
352 |
|
353 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
354 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
355 |
msgid "Delete the picture"
|
356 |
msgstr "Cancella l'immagine"
|
357 |
|
358 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
359 |
msgid "Maximum recommended logo width is 328px, but any height should work."
|
360 |
msgstr "La larghezza massima raccomandata del logo è 328 pixel, qualsiasi altezza dovrebbe funzionare."
|
361 |
|
362 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
363 |
msgid "Database"
|
364 |
msgstr "Database"
|
365 |
|
366 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
367 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
368 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
369 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
370 |
msgid "select action"
|
371 |
msgstr "seleziona una azione"
|
372 |
|
373 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
374 |
msgid "Default values"
|
375 |
msgstr "Valori di default"
|
376 |
|
377 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
378 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
379 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
380 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
381 |
msgid "Delete"
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
385 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
386 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
387 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
388 |
msgid "NOT PRESENT"
|
389 |
msgstr "NON PRESENTE"
|
390 |
|
391 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
392 |
msgid "WordPress Fields table"
|
393 |
msgstr "Tabella Campi WordPress"
|
394 |
|
395 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
396 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
397 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
398 |
msgid "Empty"
|
399 |
msgstr "Svuota"
|
400 |
|
401 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
402 |
msgid "Extra Fields table"
|
403 |
msgstr "Tabella Campi Extra"
|
404 |
|
405 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
406 |
msgid "Users Data table"
|
407 |
msgstr "Tabella Dati degli Utenti"
|
408 |
|
409 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
410 |
msgid "all data inserted by users in all and only extra fields"
|
411 |
msgstr "tutti i dati inseriti dagli utenti in tutti e soli i campi extra"
|
412 |
|
413 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
414 |
msgid "Force tables creation"
|
415 |
msgstr "Forza la creazione delle tabelle"
|
416 |
|
417 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
418 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
419 |
msgstr "equivalente a disattivare e attivare il plug-in; nessun'altra operazione sarà effettuata"
|
420 |
|
421 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
422 |
msgid "User Profile"
|
423 |
msgstr "Profilo utente"
|
424 |
|
425 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
426 |
msgid "Extra Fields section title"
|
427 |
msgstr "Titolo della sezione Campi Extra"
|
428 |
|
429 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
430 |
msgid "Fieldset's titles, separates with comma"
|
431 |
msgstr "Titoli dei raggruppamenti, separati dalla virgola"
|
432 |
|
433 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
434 |
msgid "example: title1,title2,title3"
|
435 |
msgstr "esempio: titolo1, titolo2, titolo3"
|
436 |
|
437 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
438 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
439 |
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"
|
440 |
|
441 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
442 |
msgid "Authors & Users Extended"
|
443 |
msgstr "Autori & Utenti Estesa"
|
444 |
|
445 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
446 |
msgid "Hide username field"
|
447 |
msgstr "Nascondi il campo nome utente"
|
448 |
|
449 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
450 |
msgid "Hide name field"
|
451 |
msgstr "Nascondi il campo nome"
|
452 |
|
453 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
454 |
msgid "Hide email field"
|
455 |
msgstr "Nascondi il campo email"
|
456 |
|
457 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
458 |
msgid "Hide role field"
|
459 |
msgstr "Nascondi il campo ruolo"
|
460 |
|
461 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
462 |
msgid "Hide website field"
|
463 |
msgstr "Nascondi il campo sito web"
|
464 |
|
465 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
466 |
msgid "Hide n. posts field"
|
467 |
msgstr "Nascondi il campo n. di post"
|
468 |
|
469 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
470 |
msgid "WordPress hidden fields"
|
471 |
msgstr "Campi nascosti di WordPress"
|
472 |
|
473 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
474 |
msgid "Show password"
|
475 |
msgstr "Mostra password"
|
476 |
|
477 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
478 |
msgid "Show confirmation password"
|
479 |
msgstr "Mostra conferma della password"
|
480 |
|
481 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
482 |
msgid "Show password strength meter"
|
483 |
msgstr "Mostra indicatore di forza della password"
|
484 |
|
485 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
486 |
msgid "Show first name"
|
487 |
msgstr "Mostra nome"
|
488 |
|
489 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
490 |
msgid "Show last name"
|
491 |
msgstr "Mostra cognome"
|
492 |
|
493 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
494 |
msgid "Show nickname"
|
495 |
msgstr "Mostra nickname"
|
496 |
|
497 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
498 |
msgid "Show website"
|
499 |
msgstr "Mostra sito web"
|
500 |
|
501 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
502 |
msgid "Show AIM"
|
503 |
msgstr "Mostra AIM"
|
504 |
|
505 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
506 |
msgid "Show Yahoo IM"
|
507 |
msgstr "Mostra Yahoo IM"
|
508 |
|
509 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
510 |
msgid "Show Jabber / Google Talk"
|
511 |
msgstr "Mostra Jabber / Google Talk"
|
512 |
|
513 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
514 |
msgid "Show Biographical Info"
|
515 |
msgstr "Mostra informazioni biografiche"
|
516 |
|
@@ -536,63 +536,63 @@ msgstr ""
|
|
536 |
msgid "Mismatch"
|
537 |
msgstr ""
|
538 |
|
539 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
540 |
#, fuzzy
|
541 |
msgid "Password"
|
542 |
msgstr "Mostra password"
|
543 |
|
544 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
545 |
msgid "Password confirmation"
|
546 |
msgstr "Conferma password"
|
547 |
|
548 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
549 |
#, fuzzy
|
550 |
msgid "First name"
|
551 |
msgstr "Mostra nome"
|
552 |
|
553 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
554 |
#, fuzzy
|
555 |
msgid "Last name"
|
556 |
msgstr "Mostra cognome"
|
557 |
|
558 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
559 |
#, fuzzy
|
560 |
msgid "Nickname"
|
561 |
msgstr "Mostra nickname"
|
562 |
|
563 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
564 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
565 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
566 |
msgid "Website"
|
567 |
msgstr ""
|
568 |
|
569 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
570 |
msgid "AIM"
|
571 |
msgstr ""
|
572 |
|
573 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
574 |
#, fuzzy
|
575 |
msgid "Yahoo IM"
|
576 |
msgstr "Mostra Yahoo IM"
|
577 |
|
578 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
579 |
#, fuzzy
|
580 |
msgid "Jabber / Google Talk"
|
581 |
msgstr "Mostra Jabber / Google Talk"
|
582 |
|
583 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
584 |
msgid "Biographical Info"
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
588 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:133
|
589 |
msgid "Fields"
|
590 |
msgstr "Campi"
|
591 |
|
592 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
593 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
594 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
595 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
596 |
msgid "Users Extended"
|
597 |
msgstr "Utenti Estesa"
|
598 |
|
@@ -610,28 +610,28 @@ msgstr ""
|
|
610 |
msgid "File '%s' is not an image."
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
614 |
msgid "Delete the file"
|
615 |
msgstr "Cancella il file"
|
616 |
|
617 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
618 |
msgid "Update the file"
|
619 |
msgstr "Aggiorna il file"
|
620 |
|
621 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
622 |
msgid "Update the picture"
|
623 |
msgstr "Aggiorna l'immagine"
|
624 |
|
625 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
626 |
msgid "Picture URL:"
|
627 |
msgstr "URL dell'immagine:"
|
628 |
|
629 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
630 |
#, php-format
|
631 |
msgid "%s previous value: %s new value: %s"
|
632 |
msgstr "%s precedente valore: %s nuovo valore: %s"
|
633 |
|
634 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
635 |
#, php-format
|
636 |
msgid "%s (%s) has changed one or more fields"
|
637 |
msgstr "%s (%s) ha cambiato uno o più campi"
|
@@ -710,31 +710,31 @@ msgstr "Si è verificato un errore durante l'attivazione"
|
|
710 |
msgid "Password: %s"
|
711 |
msgstr "Mostra password"
|
712 |
|
713 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
714 |
msgid "Invalid activation key."
|
715 |
msgstr "Chiave di attivazione non valida."
|
716 |
|
717 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
718 |
msgid "The site is already active."
|
719 |
msgstr "Il sito è già attivo."
|
720 |
|
721 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
722 |
msgid "Could not create user"
|
723 |
msgstr ""
|
724 |
|
725 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
726 |
msgid "That username is already activated."
|
727 |
msgstr "Il nome utente è già stato attivato."
|
728 |
|
729 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
730 |
msgid "That username is currently reserved but may be available in a couple of days."
|
731 |
msgstr "Il nome utente è attualmente riservato ma potrebbe rendersi disponibile in un paio di giorni."
|
732 |
|
733 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
734 |
msgid "username and email used"
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
738 |
msgid "That email address has already been used. Please check your inbox for an activation email. It will become available in a couple of days if you do nothing."
|
739 |
msgstr "Questo indirizzo email è stato già utilizzato. Per favore verificare la propria casella di posta per una mail di attivazione. Se non si farà nulla diverrà nuovamente disponibile in un paio di giorni."
|
740 |
|
@@ -759,17 +759,17 @@ msgid "Change order"
|
|
759 |
msgstr "Cambia ordine"
|
760 |
|
761 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
762 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
763 |
msgid "Min length"
|
764 |
msgstr "Lunghezza Min"
|
765 |
|
766 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:31
|
767 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
768 |
msgid "Exact length"
|
769 |
msgstr "Lunghezza Esatta"
|
770 |
|
771 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:32
|
772 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
773 |
msgid "Max length"
|
774 |
msgstr "Lunghezza Max"
|
775 |
|
@@ -799,17 +799,17 @@ msgid "deleted correctly"
|
|
799 |
msgstr "cancellato(i) correttamente"
|
800 |
|
801 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:239
|
802 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
803 |
msgid "Min size"
|
804 |
msgstr "Dimensione Min"
|
805 |
|
806 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:240
|
807 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
808 |
msgid "Exact size"
|
809 |
msgstr "Dimensione Esatta"
|
810 |
|
811 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:241
|
812 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
813 |
msgid "Max size"
|
814 |
msgstr "Dimensione Max"
|
815 |
|
@@ -917,157 +917,157 @@ msgstr "Con <strong>file</strong>: puoi precaricare un file di default mettendo
|
|
917 |
|
918 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
919 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:648
|
920 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
921 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
922 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
923 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
924 |
msgid "Name"
|
925 |
msgstr ""
|
926 |
|
927 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
928 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
929 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
930 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
931 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
932 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
933 |
msgid "Value"
|
934 |
msgstr ""
|
935 |
|
936 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:639
|
937 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
938 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
939 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
940 |
msgid "Type"
|
941 |
msgstr "Tipo"
|
942 |
|
943 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
944 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:671
|
945 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
946 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
947 |
msgid "Label"
|
948 |
msgstr "Etichetta"
|
949 |
|
950 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
951 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:672
|
952 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
953 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
954 |
msgid "Description"
|
955 |
msgstr ""
|
956 |
|
957 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:641
|
958 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
959 |
msgid "Rules"
|
960 |
msgstr "Regole"
|
961 |
|
962 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:642
|
963 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
964 |
msgid "Actions"
|
965 |
msgstr ""
|
966 |
|
967 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
968 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
969 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
970 |
msgid "Fieldset"
|
971 |
msgstr "Raggruppamento"
|
972 |
|
973 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:684
|
974 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
975 |
msgid "Can be empty"
|
976 |
msgstr "Può essere vuoto"
|
977 |
|
978 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:685
|
979 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
980 |
msgid "Check for E-mail syntax"
|
981 |
msgstr "Controlla la sintassi dell'E-mail"
|
982 |
|
983 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:688
|
984 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
985 |
msgid "Can be modified"
|
986 |
msgstr "Può essere modificato"
|
987 |
|
988 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:689
|
989 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
990 |
msgid "Can be modified only if empty"
|
991 |
msgstr "Può essere modificato solo se vuoto"
|
992 |
|
993 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:690
|
994 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
995 |
msgid "Can be modified only by admin"
|
996 |
msgstr "Può essere modificato solo dall'admin"
|
997 |
|
998 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:691
|
999 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1000 |
msgid "Can be modified only by admin or if empty"
|
1001 |
msgstr "Può essere modificato solo dall'admin o se vuoto"
|
1002 |
|
1003 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
1004 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1005 |
msgid "Cannot be modified"
|
1006 |
msgstr "Non può essere modificato"
|
1007 |
|
1008 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:700
|
1009 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1010 |
msgid "Should be equal TO"
|
1011 |
msgstr "Deve essere uguale A"
|
1012 |
|
1013 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:702
|
1014 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1015 |
msgid "Case sensitive"
|
1016 |
msgstr "Distinguere le maiuscole"
|
1017 |
|
1018 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:705
|
1019 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1020 |
msgid "Regular Expression"
|
1021 |
msgstr "Espressione Regolare"
|
1022 |
|
1023 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:708
|
1024 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1025 |
msgid "Show the field in the registration"
|
1026 |
msgstr "Mostra il campo nella registrazione"
|
1027 |
|
1028 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
1029 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1030 |
msgid "Show the field in User's profile"
|
1031 |
msgstr "Mostra il campo nel profilo dell'utente"
|
1032 |
|
1033 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
1034 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1035 |
-
|
1036 |
-
|
1037 |
-
msgstr "Mostra il campo nel menù A&U esteso"
|
1038 |
|
1039 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
1040 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1041 |
msgid "Show the field in the search engine"
|
1042 |
msgstr "Mostra il campo nel motore di ricerca"
|
1043 |
|
1044 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:720
|
1045 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1046 |
msgid "Show the field in the blog"
|
1047 |
msgstr "Mostra il campo nel blog"
|
1048 |
|
1049 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:723
|
1050 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1051 |
msgid "Show the field if the role is at least:"
|
1052 |
msgstr "Mostra il campo se il ruolo è almeno:"
|
1053 |
|
1054 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:725
|
1055 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1056 |
msgid "Anonymous"
|
1057 |
msgstr ""
|
1058 |
|
1059 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
1060 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1061 |
msgid "User has 'view_cimy_extra_fields' capability"
|
1062 |
msgstr ""
|
1063 |
|
1064 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:736
|
1065 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1066 |
msgid "Send an email to the admin if the user changes its value"
|
1067 |
msgstr "Invia una email all'amministratore quando l'utente cambia il contenuto"
|
1068 |
|
1069 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:738
|
1070 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1071 |
msgid "Advanced options"
|
1072 |
msgstr "Opzioni avanzate"
|
1073 |
|
@@ -1075,101 +1075,103 @@ msgstr "Opzioni avanzate"
|
|
1075 |
msgid "Clear"
|
1076 |
msgstr "Pulisci"
|
1077 |
|
1078 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1079 |
msgid "Invert selection"
|
1080 |
msgstr "Inverti selezione"
|
1081 |
|
1082 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1083 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
1084 |
msgstr "Sei sicuro di volere cancellare il(i) campo(i) e tutti i relativi dati inseriti dagli utenti?"
|
1085 |
|
1086 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1087 |
msgid "WordPress Fields"
|
1088 |
msgstr "Campi WordPress"
|
1089 |
|
1090 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1091 |
msgid "None!"
|
1092 |
msgstr "Nessuno!"
|
1093 |
|
1094 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1095 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1096 |
msgid "Order"
|
1097 |
msgstr "Ordine"
|
1098 |
|
1099 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1100 |
msgid "Reset"
|
1101 |
msgstr "Reset"
|
1102 |
|
1103 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1104 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1105 |
msgid "select"
|
1106 |
msgstr "seleziona"
|
1107 |
|
1108 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1109 |
#, php-format
|
1110 |
msgid "Search results for “%s”"
|
1111 |
msgstr ""
|
1112 |
|
1113 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1114 |
#, php-format
|
1115 |
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
1116 |
msgstr ""
|
1117 |
|
1118 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1119 |
msgid "Search Users"
|
1120 |
msgstr ""
|
1121 |
|
1122 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1123 |
-
|
1124 |
-
msgstr ""
|
1125 |
-
|
1126 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1501
|
1127 |
-
msgid "Users per page"
|
1128 |
-
msgstr "Utenti per pagina"
|
1129 |
-
|
1130 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1516
|
1131 |
-
msgid "Apply"
|
1132 |
-
msgstr ""
|
1133 |
-
|
1134 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1543
|
1135 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1544
|
1136 |
#, fuzzy
|
1137 |
msgid "Role"
|
1138 |
msgstr "Regole"
|
1139 |
|
1140 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1141 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1142 |
msgid "Posts"
|
1143 |
msgstr ""
|
1144 |
|
1145 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1146 |
msgid "View posts by this author"
|
1147 |
msgstr ""
|
1148 |
|
1149 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
1150 |
#, php-format
|
1151 |
msgid "e-mail: %s"
|
1152 |
msgstr ""
|
1153 |
|
1154 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1155 |
#, fuzzy
|
1156 |
msgid "Change"
|
1157 |
msgstr "Cambia ordine"
|
1158 |
|
1159 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1160 |
msgid "Update selected users"
|
1161 |
msgstr "Aggiorna gli utenti selezionati"
|
1162 |
|
1163 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1164 |
#, fuzzy
|
1165 |
msgid "Update"
|
1166 |
msgstr "Aggiorna campo"
|
1167 |
|
1168 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1169 |
msgid "OK"
|
1170 |
msgstr ""
|
1171 |
|
1172 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1173 |
msgid "Cancel"
|
1174 |
msgstr ""
|
1175 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Cimy User Extra Fields\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-09-04 13:58+0300\n"
|
6 |
+
"PO-Revision-Date: 2011-09-04 13:59+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"
|
16 |
"X-Poedit-Basepath: .\n"
|
17 |
"X-Poedit-SearchPath-0: /var/www/wp-content/plugins/cimy-user-extra-fields\n"
|
18 |
|
19 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:419
|
20 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:423
|
21 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:437
|
22 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:458
|
23 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:470
|
24 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:477
|
25 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:488
|
26 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:494
|
27 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:506
|
28 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:512
|
29 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:524
|
30 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:530
|
31 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:544
|
32 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:564
|
33 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1070
|
34 |
msgid "ERROR"
|
35 |
msgstr "ERRORE"
|
36 |
|
37 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:419
|
38 |
msgid "does not match."
|
39 |
msgstr "non corrisponde."
|
40 |
|
41 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:423
|
42 |
msgid "hasn’t a correct email syntax."
|
43 |
msgstr "non ha una sintassi email corretta."
|
44 |
|
45 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:437
|
46 |
msgid "couldn’t be empty."
|
47 |
msgstr "non può essere vuoto."
|
48 |
|
49 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:457
|
50 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:466
|
51 |
msgid "isn’t correct"
|
52 |
msgstr "non è corretto"
|
53 |
|
54 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:463
|
55 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:921
|
56 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:924
|
57 |
msgid "YES"
|
58 |
msgstr "SI"
|
59 |
|
60 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:463
|
61 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:921
|
62 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:924
|
63 |
msgid "NO"
|
64 |
msgstr "NO"
|
65 |
|
66 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:468
|
67 |
msgid "should be"
|
68 |
msgstr "deve essere"
|
69 |
|
70 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:477
|
71 |
msgid "should be an image."
|
72 |
msgstr "deve essere una immagine."
|
73 |
|
74 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:488
|
75 |
msgid "couldn’t have size less than"
|
76 |
msgstr "non può avere dimensione minore di"
|
77 |
|
78 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:494
|
79 |
msgid "couldn’t have length less than"
|
80 |
msgstr "non può avere lunghezza minore di"
|
81 |
|
82 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:506
|
83 |
msgid "couldn’t have size different than"
|
84 |
msgstr "non può avere dimensione diversa da"
|
85 |
|
86 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:512
|
87 |
msgid "couldn’t have length different than"
|
88 |
msgstr "non può avere lunghezza diversa da"
|
89 |
|
90 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:524
|
91 |
msgid "couldn’t have size more than"
|
92 |
msgstr "non può avere dimensione maggiore di"
|
93 |
|
94 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:530
|
95 |
msgid "couldn’t have length more than"
|
96 |
msgstr "non può avere lunghezza maggiore di"
|
97 |
|
98 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:544
|
99 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:564
|
100 |
msgid "Typed code is not correct."
|
101 |
msgstr "Il codice inserito non è corretto."
|
102 |
|
103 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:641
|
104 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1479
|
105 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1480
|
106 |
msgid "Username"
|
107 |
msgstr ""
|
108 |
|
109 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:644
|
110 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1489
|
111 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1490
|
112 |
msgid "E-mail"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:893
|
116 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:306
|
117 |
msgid "Please upload a file with one of the following extensions"
|
118 |
msgstr "Per favore spedisci un file con una delle seguenti estensioni"
|
119 |
|
120 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:899
|
121 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:272
|
122 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:312
|
123 |
msgid "Please upload an image with one of the following extensions"
|
124 |
msgstr "Per favore spedisci una immagine con una delle seguenti estensioni"
|
125 |
|
126 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1056
|
127 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:47
|
128 |
msgid "Strength indicator"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1057
|
132 |
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 ! \" ? $ % ^ & )."
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1103
|
136 |
#, fuzzy
|
137 |
msgid "Change image"
|
138 |
msgstr "Cambia ordine"
|
139 |
|
140 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1106
|
141 |
msgid "Insert the code:"
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1172
|
145 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1174
|
146 |
msgid "Confirm your registration"
|
147 |
msgstr "Conferma la registrazione"
|
148 |
|
149 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1180
|
150 |
msgid "A password will be e-mailed to you."
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1187
|
154 |
msgid "← Back"
|
155 |
msgstr "← Indietro"
|
156 |
|
157 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:429
|
158 |
msgid "no fieldset"
|
159 |
msgstr "Nessun raggruppamento"
|
160 |
|
161 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:433
|
162 |
msgid "All"
|
163 |
msgstr ""
|
164 |
|
194 |
msgid "Options deleted"
|
195 |
msgstr "Opzioni cancellate"
|
196 |
|
197 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:248
|
198 |
msgid "Options changed"
|
199 |
msgstr "Opzioni cambiate"
|
200 |
|
201 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:326
|
202 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
203 |
msgstr "Questa operazione creerà/aggiornerà tutte le tabelle/opzioni mancanti, vuoi procedere?"
|
204 |
|
205 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:335
|
206 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:528
|
207 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:757
|
208 |
msgid "Options"
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:338
|
212 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:442
|
213 |
msgid "Add a new Field"
|
214 |
msgstr "Aggiungi un campo"
|
215 |
|
216 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:338
|
217 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:807
|
218 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1796
|
219 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1801
|
220 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
221 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:294
|
222 |
msgid "Extra Fields"
|
223 |
msgstr "Campi Extra"
|
224 |
|
225 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:344
|
226 |
msgid "Support the Cimy Project"
|
227 |
msgstr "Supporta il progetto Cimy"
|
228 |
|
229 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:352
|
230 |
msgid "This plug-in is the results of hours of development to add new features, support new WordPress versions and fix bugs, please donate money if saved you from spending all these hours!"
|
231 |
msgstr "Questo plug-in è il risultato di ore di sviluppo per aggiungere nuove funzionalità, supportare nuove versioni di WordPress e mettere a posto i bug, per favore dona un po' di denaro se ti ha risparmiato tutte queste ore!"
|
232 |
|
233 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:362
|
234 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1088
|
235 |
msgid "SUCCESSFUL"
|
236 |
msgstr "SUCCESSO"
|
237 |
|
238 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:376
|
239 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:699
|
240 |
msgid "Save Changes"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:377
|
244 |
msgid "General"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:385
|
248 |
msgid "installed is"
|
249 |
msgstr "installata"
|
250 |
|
251 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:389
|
252 |
msgid "OPTIONS DELETED!"
|
253 |
msgstr "OPZIONI CANCELLATE!"
|
254 |
|
255 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:392
|
256 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:397
|
257 |
msgid "Fix the problem"
|
258 |
msgstr "Aggiusta il problema"
|
259 |
|
260 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:395
|
261 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
262 |
msgstr "VERSIONI NON CORRISPONDENTI! Avviene quando non hai disattivato e riattivato il plug-in dopo l'aggiornamento! Questo può dare dei problemi..."
|
263 |
|
264 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:403
|
265 |
msgid "Picture/Avatar upload"
|
266 |
msgstr "Picture/Avatar upload"
|
267 |
|
268 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:407
|
269 |
msgid "is created and writable"
|
270 |
msgstr "è creata e scrivibile"
|
271 |
|
272 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:409
|
273 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
274 |
msgstr "NON è stata creata o il webserver NON ha il permesso di scrittura su di essa"
|
275 |
|
276 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:416
|
277 |
msgid "Show all fields in the welcome email"
|
278 |
msgstr "Mostra tutti i campi nella email di benvenuto"
|
279 |
|
280 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:420
|
281 |
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
282 |
msgstr "l'email spedita all'amministratore e all'utente al momento della registrazione avrà tutti i campi"
|
283 |
|
284 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:428
|
285 |
msgid "Enable email confirmation"
|
286 |
msgstr "Abilita la conferma dell'email"
|
287 |
|
288 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:432
|
289 |
msgid "user that registers should confirm its email address via a link click"
|
290 |
msgstr "gli utenti che si registrano devono confermare il loro indirizzo email cliccando su un link"
|
291 |
|
292 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:434
|
293 |
msgid "<strong>note:</strong> this option turned on will automatically disable (only during the registration) all upload fields: file, picture, avatar"
|
294 |
msgstr "<strong>nota:</strong> abilitando questa opzione verranno disabilitati (solo durante la registrazione) tutti i campi di upload: file, picture, avatar"
|
295 |
|
296 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:441
|
297 |
msgid "Enable form confirmation"
|
298 |
msgstr "Abilita la conferma della registrazione"
|
299 |
|
300 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:445
|
301 |
msgid "a summary of the registration form will be presented to the user"
|
302 |
msgstr "un riassunto del form di registrazione sarà presentato all'utente"
|
303 |
|
304 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:451
|
305 |
msgid "Customize welcome email sent to the new user"
|
306 |
msgstr "Personalizza la email di benvenuto inviata al nuovo utente"
|
307 |
|
308 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:455
|
309 |
msgid "if you change or remove the placeholders then the email won't have the correct information"
|
310 |
msgstr "se vengono cambiati o rimossi i segnaposti l'email non avrà le corrette informazioni"
|
311 |
|
312 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:461
|
313 |
msgid "Redirect to the source"
|
314 |
msgstr "Ridireziona alla fonte"
|
315 |
|
316 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:465
|
317 |
msgid "after the registration or confirmation the user will be redirected to the address where was exactly before clicking on the registration link"
|
318 |
msgstr "dopo la registrazione o la conferma l'utente verrà redirezionato all'indirizzo dov'era esattamente prima di cliccare sul link della registrazione"
|
319 |
|
320 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:473
|
321 |
msgid "No captcha"
|
322 |
msgstr "Nessun captcha"
|
323 |
|
324 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:481
|
325 |
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
326 |
msgstr "Abilita <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
327 |
|
328 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:485
|
329 |
msgid "Public KEY"
|
330 |
msgstr "Chiave pubblica"
|
331 |
|
332 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:489
|
333 |
msgid "Private KEY"
|
334 |
msgstr "Chiave privata"
|
335 |
|
336 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:497
|
337 |
msgid "Enable <a href=\"http://www.phpcaptcha.org/\" target=\"_blank\">Securimage Captcha</a>"
|
338 |
msgstr "Abilita <a href=\"http://www.phpcaptcha.org\" target=\"_blank\">Securimage Captcha</a>"
|
339 |
|
340 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:500
|
341 |
msgid "This captcha is probably weaker, but is easier for users"
|
342 |
msgstr "Questo captcha è probabilmente più debole, ma più facile da usare per gli utenti"
|
343 |
|
344 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:504
|
345 |
#, php-format
|
346 |
msgid "<strong>WARNING: to activate this captcha download <a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">this package</a> and unpack it under %s</strong>"
|
347 |
msgstr "<strong>ATTENZIONE: per attivare questo captcha scaricare <a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">questo archivio</a> e scompattarlo dentro a %s</strong>"
|
348 |
|
349 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:511
|
350 |
msgid "Change login/registration page logo"
|
351 |
msgstr "Cambia il logo nella pagina di login/registrazione"
|
352 |
|
353 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:516
|
354 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:454
|
355 |
msgid "Delete the picture"
|
356 |
msgstr "Cancella l'immagine"
|
357 |
|
358 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:519
|
359 |
msgid "Maximum recommended logo width is 328px, but any height should work."
|
360 |
msgstr "La larghezza massima raccomandata del logo è 328 pixel, qualsiasi altezza dovrebbe funzionare."
|
361 |
|
362 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:525
|
363 |
msgid "Database"
|
364 |
msgstr "Database"
|
365 |
|
366 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:534
|
367 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:551
|
368 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:568
|
369 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:585
|
370 |
msgid "select action"
|
371 |
msgstr "seleziona una azione"
|
372 |
|
373 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:535
|
374 |
msgid "Default values"
|
375 |
msgstr "Valori di default"
|
376 |
|
377 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:536
|
378 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:553
|
379 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:570
|
380 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:587
|
381 |
msgid "Delete"
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:540
|
385 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:557
|
386 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:574
|
387 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:592
|
388 |
msgid "NOT PRESENT"
|
389 |
msgstr "NON PRESENTE"
|
390 |
|
391 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:545
|
392 |
msgid "WordPress Fields table"
|
393 |
msgstr "Tabella Campi WordPress"
|
394 |
|
395 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:552
|
396 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:569
|
397 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:586
|
398 |
msgid "Empty"
|
399 |
msgstr "Svuota"
|
400 |
|
401 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:562
|
402 |
msgid "Extra Fields table"
|
403 |
msgstr "Tabella Campi Extra"
|
404 |
|
405 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:579
|
406 |
msgid "Users Data table"
|
407 |
msgstr "Tabella Dati degli Utenti"
|
408 |
|
409 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:589
|
410 |
msgid "all data inserted by users in all and only extra fields"
|
411 |
msgstr "tutti i dati inseriti dagli utenti in tutti e soli i campi extra"
|
412 |
|
413 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:597
|
414 |
msgid "Force tables creation"
|
415 |
msgstr "Forza la creazione delle tabelle"
|
416 |
|
417 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:600
|
418 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
419 |
msgstr "equivalente a disattivare e attivare il plug-in; nessun'altra operazione sarà effettuata"
|
420 |
|
421 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:606
|
422 |
msgid "User Profile"
|
423 |
msgstr "Profilo utente"
|
424 |
|
425 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:609
|
426 |
msgid "Extra Fields section title"
|
427 |
msgstr "Titolo della sezione Campi Extra"
|
428 |
|
429 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
430 |
msgid "Fieldset's titles, separates with comma"
|
431 |
msgstr "Titoli dei raggruppamenti, separati dalla virgola"
|
432 |
|
433 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
434 |
msgid "example: title1,title2,title3"
|
435 |
msgstr "esempio: titolo1, titolo2, titolo3"
|
436 |
|
437 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:614
|
438 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
439 |
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"
|
440 |
|
441 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:619
|
442 |
msgid "Authors & Users Extended"
|
443 |
msgstr "Autori & Utenti Estesa"
|
444 |
|
445 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:623
|
446 |
msgid "Hide username field"
|
447 |
msgstr "Nascondi il campo nome utente"
|
448 |
|
449 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:629
|
450 |
msgid "Hide name field"
|
451 |
msgstr "Nascondi il campo nome"
|
452 |
|
453 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:634
|
454 |
msgid "Hide email field"
|
455 |
msgstr "Nascondi il campo email"
|
456 |
|
457 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:638
|
458 |
msgid "Hide role field"
|
459 |
msgstr "Nascondi il campo ruolo"
|
460 |
|
461 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:642
|
462 |
msgid "Hide website field"
|
463 |
msgstr "Nascondi il campo sito web"
|
464 |
|
465 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:646
|
466 |
msgid "Hide n. posts field"
|
467 |
msgstr "Nascondi il campo n. di post"
|
468 |
|
469 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:651
|
470 |
msgid "WordPress hidden fields"
|
471 |
msgstr "Campi nascosti di WordPress"
|
472 |
|
473 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:654
|
474 |
msgid "Show password"
|
475 |
msgstr "Mostra password"
|
476 |
|
477 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:658
|
478 |
msgid "Show confirmation password"
|
479 |
msgstr "Mostra conferma della password"
|
480 |
|
481 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:662
|
482 |
msgid "Show password strength meter"
|
483 |
msgstr "Mostra indicatore di forza della password"
|
484 |
|
485 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:666
|
486 |
msgid "Show first name"
|
487 |
msgstr "Mostra nome"
|
488 |
|
489 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:670
|
490 |
msgid "Show last name"
|
491 |
msgstr "Mostra cognome"
|
492 |
|
493 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:674
|
494 |
msgid "Show nickname"
|
495 |
msgstr "Mostra nickname"
|
496 |
|
497 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:678
|
498 |
msgid "Show website"
|
499 |
msgstr "Mostra sito web"
|
500 |
|
501 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:682
|
502 |
msgid "Show AIM"
|
503 |
msgstr "Mostra AIM"
|
504 |
|
505 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:686
|
506 |
msgid "Show Yahoo IM"
|
507 |
msgstr "Mostra Yahoo IM"
|
508 |
|
509 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:690
|
510 |
msgid "Show Jabber / Google Talk"
|
511 |
msgstr "Mostra Jabber / Google Talk"
|
512 |
|
513 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:694
|
514 |
msgid "Show Biographical Info"
|
515 |
msgstr "Mostra informazioni biografiche"
|
516 |
|
536 |
msgid "Mismatch"
|
537 |
msgstr ""
|
538 |
|
539 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:209
|
540 |
#, fuzzy
|
541 |
msgid "Password"
|
542 |
msgstr "Mostra password"
|
543 |
|
544 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:229
|
545 |
msgid "Password confirmation"
|
546 |
msgstr "Conferma password"
|
547 |
|
548 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:249
|
549 |
#, fuzzy
|
550 |
msgid "First name"
|
551 |
msgstr "Mostra nome"
|
552 |
|
553 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:269
|
554 |
#, fuzzy
|
555 |
msgid "Last name"
|
556 |
msgstr "Mostra cognome"
|
557 |
|
558 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:289
|
559 |
#, fuzzy
|
560 |
msgid "Nickname"
|
561 |
msgstr "Mostra nickname"
|
562 |
|
563 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:309
|
564 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1499
|
565 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1500
|
566 |
msgid "Website"
|
567 |
msgstr ""
|
568 |
|
569 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:329
|
570 |
msgid "AIM"
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:349
|
574 |
#, fuzzy
|
575 |
msgid "Yahoo IM"
|
576 |
msgstr "Mostra Yahoo IM"
|
577 |
|
578 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:369
|
579 |
#, fuzzy
|
580 |
msgid "Jabber / Google Talk"
|
581 |
msgstr "Mostra Jabber / Google Talk"
|
582 |
|
583 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:389
|
584 |
msgid "Biographical Info"
|
585 |
msgstr ""
|
586 |
|
587 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:758
|
588 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:133
|
589 |
msgid "Fields"
|
590 |
msgstr "Campi"
|
591 |
|
592 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:759
|
593 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:767
|
594 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:772
|
595 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1401
|
596 |
msgid "Users Extended"
|
597 |
msgstr "Utenti Estesa"
|
598 |
|
610 |
msgid "File '%s' is not an image."
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:450
|
614 |
msgid "Delete the file"
|
615 |
msgstr "Cancella il file"
|
616 |
|
617 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:451
|
618 |
msgid "Update the file"
|
619 |
msgstr "Aggiorna il file"
|
620 |
|
621 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:455
|
622 |
msgid "Update the picture"
|
623 |
msgstr "Aggiorna l'immagine"
|
624 |
|
625 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:475
|
626 |
msgid "Picture URL:"
|
627 |
msgstr "URL dell'immagine:"
|
628 |
|
629 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:716
|
630 |
#, php-format
|
631 |
msgid "%s previous value: %s new value: %s"
|
632 |
msgstr "%s precedente valore: %s nuovo valore: %s"
|
633 |
|
634 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:731
|
635 |
#, php-format
|
636 |
msgid "%s (%s) has changed one or more fields"
|
637 |
msgstr "%s (%s) ha cambiato uno o più campi"
|
710 |
msgid "Password: %s"
|
711 |
msgstr "Mostra password"
|
712 |
|
713 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:237
|
714 |
msgid "Invalid activation key."
|
715 |
msgstr "Chiave di attivazione non valida."
|
716 |
|
717 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:240
|
718 |
msgid "The site is already active."
|
719 |
msgstr "Il sito è già attivo."
|
720 |
|
721 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:259
|
722 |
msgid "Could not create user"
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:271
|
726 |
msgid "That username is already activated."
|
727 |
msgstr "Il nome utente è già stato attivato."
|
728 |
|
729 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:291
|
730 |
msgid "That username is currently reserved but may be available in a couple of days."
|
731 |
msgstr "Il nome utente è attualmente riservato ma potrebbe rendersi disponibile in un paio di giorni."
|
732 |
|
733 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:294
|
734 |
msgid "username and email used"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:304
|
738 |
msgid "That email address has already been used. Please check your inbox for an activation email. It will become available in a couple of days if you do nothing."
|
739 |
msgstr "Questo indirizzo email è stato già utilizzato. Per favore verificare la propria casella di posta per una mail di attivazione. Se non si farà nulla diverrà nuovamente disponibile in un paio di giorni."
|
740 |
|
759 |
msgstr "Cambia ordine"
|
760 |
|
761 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
762 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:897
|
763 |
msgid "Min length"
|
764 |
msgstr "Lunghezza Min"
|
765 |
|
766 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:31
|
767 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:898
|
768 |
msgid "Exact length"
|
769 |
msgstr "Lunghezza Esatta"
|
770 |
|
771 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:32
|
772 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:899
|
773 |
msgid "Max length"
|
774 |
msgstr "Lunghezza Max"
|
775 |
|
799 |
msgstr "cancellato(i) correttamente"
|
800 |
|
801 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:239
|
802 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:889
|
803 |
msgid "Min size"
|
804 |
msgstr "Dimensione Min"
|
805 |
|
806 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:240
|
807 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:890
|
808 |
msgid "Exact size"
|
809 |
msgstr "Dimensione Esatta"
|
810 |
|
811 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:241
|
812 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:891
|
813 |
msgid "Max size"
|
814 |
msgstr "Dimensione Max"
|
815 |
|
917 |
|
918 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
919 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:648
|
920 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
921 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:922
|
922 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1484
|
923 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1485
|
924 |
msgid "Name"
|
925 |
msgstr ""
|
926 |
|
927 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
928 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
929 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
930 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:925
|
931 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1796
|
932 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1801
|
933 |
msgid "Value"
|
934 |
msgstr ""
|
935 |
|
936 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:639
|
937 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
938 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
939 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:928
|
940 |
msgid "Type"
|
941 |
msgstr "Tipo"
|
942 |
|
943 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
944 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:671
|
945 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:835
|
946 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:945
|
947 |
msgid "Label"
|
948 |
msgstr "Etichetta"
|
949 |
|
950 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
951 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:672
|
952 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:835
|
953 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:948
|
954 |
msgid "Description"
|
955 |
msgstr ""
|
956 |
|
957 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:641
|
958 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:836
|
959 |
msgid "Rules"
|
960 |
msgstr "Regole"
|
961 |
|
962 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:642
|
963 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:837
|
964 |
msgid "Actions"
|
965 |
msgstr ""
|
966 |
|
967 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
968 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:939
|
969 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1237
|
970 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1321
|
971 |
msgid "Fieldset"
|
972 |
msgstr "Raggruppamento"
|
973 |
|
974 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:684
|
975 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:962
|
976 |
msgid "Can be empty"
|
977 |
msgstr "Può essere vuoto"
|
978 |
|
979 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:685
|
980 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:963
|
981 |
msgid "Check for E-mail syntax"
|
982 |
msgstr "Controlla la sintassi dell'E-mail"
|
983 |
|
984 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:688
|
985 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:966
|
986 |
msgid "Can be modified"
|
987 |
msgstr "Può essere modificato"
|
988 |
|
989 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:689
|
990 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:967
|
991 |
msgid "Can be modified only if empty"
|
992 |
msgstr "Può essere modificato solo se vuoto"
|
993 |
|
994 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:690
|
995 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:968
|
996 |
msgid "Can be modified only by admin"
|
997 |
msgstr "Può essere modificato solo dall'admin"
|
998 |
|
999 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:691
|
1000 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:969
|
1001 |
msgid "Can be modified only by admin or if empty"
|
1002 |
msgstr "Può essere modificato solo dall'admin o se vuoto"
|
1003 |
|
1004 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
1005 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:970
|
1006 |
msgid "Cannot be modified"
|
1007 |
msgstr "Non può essere modificato"
|
1008 |
|
1009 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:700
|
1010 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:975
|
1011 |
msgid "Should be equal TO"
|
1012 |
msgstr "Deve essere uguale A"
|
1013 |
|
1014 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:702
|
1015 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:977
|
1016 |
msgid "Case sensitive"
|
1017 |
msgstr "Distinguere le maiuscole"
|
1018 |
|
1019 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:705
|
1020 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:979
|
1021 |
msgid "Regular Expression"
|
1022 |
msgstr "Espressione Regolare"
|
1023 |
|
1024 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:708
|
1025 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:984
|
1026 |
msgid "Show the field in the registration"
|
1027 |
msgstr "Mostra il campo nella registrazione"
|
1028 |
|
1029 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
1030 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:987
|
1031 |
msgid "Show the field in User's profile"
|
1032 |
msgstr "Mostra il campo nel profilo dell'utente"
|
1033 |
|
1034 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
1035 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:996
|
1036 |
+
msgid "Show the field in Users Extended section"
|
1037 |
+
msgstr "Mostra il campo nella sezione Utenti estesa"
|
|
|
1038 |
|
1039 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
1040 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:999
|
1041 |
msgid "Show the field in the search engine"
|
1042 |
msgstr "Mostra il campo nel motore di ricerca"
|
1043 |
|
1044 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:720
|
1045 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1002
|
1046 |
msgid "Show the field in the blog"
|
1047 |
msgstr "Mostra il campo nel blog"
|
1048 |
|
1049 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:723
|
1050 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1005
|
1051 |
msgid "Show the field if the role is at least:"
|
1052 |
msgstr "Mostra il campo se il ruolo è almeno:"
|
1053 |
|
1054 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:725
|
1055 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1007
|
1056 |
msgid "Anonymous"
|
1057 |
msgstr ""
|
1058 |
|
1059 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
1060 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1013
|
1061 |
msgid "User has 'view_cimy_extra_fields' capability"
|
1062 |
msgstr ""
|
1063 |
|
1064 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:736
|
1065 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1021
|
1066 |
msgid "Send an email to the admin if the user changes its value"
|
1067 |
msgstr "Invia una email all'amministratore quando l'utente cambia il contenuto"
|
1068 |
|
1069 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:738
|
1070 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1026
|
1071 |
msgid "Advanced options"
|
1072 |
msgstr "Opzioni avanzate"
|
1073 |
|
1075 |
msgid "Clear"
|
1076 |
msgstr "Pulisci"
|
1077 |
|
1078 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:798
|
1079 |
msgid "Invert selection"
|
1080 |
msgstr "Inverti selezione"
|
1081 |
|
1082 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:799
|
1083 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
1084 |
msgstr "Sei sicuro di volere cancellare il(i) campo(i) e tutti i relativi dati inseriti dagli utenti?"
|
1085 |
|
1086 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:805
|
1087 |
msgid "WordPress Fields"
|
1088 |
msgstr "Campi WordPress"
|
1089 |
|
1090 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:818
|
1091 |
msgid "None!"
|
1092 |
msgstr "Nessuno!"
|
1093 |
|
1094 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:833
|
1095 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:910
|
1096 |
msgid "Order"
|
1097 |
msgstr "Ordine"
|
1098 |
|
1099 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1030
|
1100 |
msgid "Reset"
|
1101 |
msgstr "Reset"
|
1102 |
|
1103 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1107
|
1104 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1823
|
1105 |
msgid "select"
|
1106 |
msgstr "seleziona"
|
1107 |
|
1108 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1241
|
1109 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1325
|
1110 |
+
msgid "Users per page"
|
1111 |
+
msgstr "Utenti per pagina"
|
1112 |
+
|
1113 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1243
|
1114 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1327
|
1115 |
+
msgid "Apply"
|
1116 |
+
msgstr ""
|
1117 |
+
|
1118 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1409
|
1119 |
#, php-format
|
1120 |
msgid "Search results for “%s”"
|
1121 |
msgstr ""
|
1122 |
|
1123 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1447
|
1124 |
#, php-format
|
1125 |
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
1126 |
msgstr ""
|
1127 |
|
1128 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1456
|
1129 |
msgid "Search Users"
|
1130 |
msgstr ""
|
1131 |
|
1132 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1494
|
1133 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1495
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1134 |
#, fuzzy
|
1135 |
msgid "Role"
|
1136 |
msgstr "Regole"
|
1137 |
|
1138 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1504
|
1139 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1505
|
1140 |
msgid "Posts"
|
1141 |
msgstr ""
|
1142 |
|
1143 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1629
|
1144 |
msgid "View posts by this author"
|
1145 |
msgstr ""
|
1146 |
|
1147 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1654
|
1148 |
+
msgid "Super Admin"
|
1149 |
+
msgstr ""
|
1150 |
+
|
1151 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1665
|
1152 |
#, php-format
|
1153 |
msgid "e-mail: %s"
|
1154 |
msgstr ""
|
1155 |
|
1156 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1776
|
1157 |
#, fuzzy
|
1158 |
msgid "Change"
|
1159 |
msgstr "Cambia ordine"
|
1160 |
|
1161 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1792
|
1162 |
msgid "Update selected users"
|
1163 |
msgstr "Aggiorna gli utenti selezionati"
|
1164 |
|
1165 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1813
|
1166 |
#, fuzzy
|
1167 |
msgid "Update"
|
1168 |
msgstr "Aggiorna campo"
|
1169 |
|
1170 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1828
|
1171 |
msgid "OK"
|
1172 |
msgstr ""
|
1173 |
|
1174 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1829
|
1175 |
msgid "Cancel"
|
1176 |
msgstr ""
|
1177 |
|
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-
|
6 |
-
"PO-Revision-Date: 2011-
|
7 |
"Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
|
8 |
"Language-Team: <pik256@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -16,149 +16,149 @@ msgstr ""
|
|
16 |
"X-Poedit-Basepath: .\n"
|
17 |
"X-Poedit-SearchPath-0: /var/www/wp-content/plugins/cimy-user-extra-fields\n"
|
18 |
|
19 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
20 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
21 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
22 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
23 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
24 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
25 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
26 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
27 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
28 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
29 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
30 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
31 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
32 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
33 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
34 |
msgid "ERROR"
|
35 |
msgstr "BŁĄD"
|
36 |
|
37 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
38 |
msgid "does not match."
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
42 |
msgid "hasn’t a correct email syntax."
|
43 |
msgstr "nie jest prawidłowym adresem email."
|
44 |
|
45 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
46 |
msgid "couldn’t be empty."
|
47 |
msgstr "nie może być pusty"
|
48 |
|
49 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
50 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
51 |
msgid "isn’t correct"
|
52 |
msgstr "jest nieprawidłowy"
|
53 |
|
54 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
55 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
56 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
57 |
msgid "YES"
|
58 |
msgstr "TAK"
|
59 |
|
60 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
61 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
62 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
63 |
msgid "NO"
|
64 |
msgstr "NIE"
|
65 |
|
66 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
67 |
msgid "should be"
|
68 |
msgstr "powinien być"
|
69 |
|
70 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
71 |
msgid "should be an image."
|
72 |
msgstr "powinien być obrazkiem."
|
73 |
|
74 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
75 |
msgid "couldn’t have size less than"
|
76 |
msgstr "nie może być mniejszy niż"
|
77 |
|
78 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
79 |
msgid "couldn’t have length less than"
|
80 |
msgstr "nie może być krótszy niż"
|
81 |
|
82 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
83 |
msgid "couldn’t have size different than"
|
84 |
msgstr "musi mieć rozmiar"
|
85 |
|
86 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
87 |
msgid "couldn’t have length different than"
|
88 |
msgstr "musi mieć długość"
|
89 |
|
90 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
91 |
msgid "couldn’t have size more than"
|
92 |
msgstr "nie może być większy niż"
|
93 |
|
94 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
95 |
msgid "couldn’t have length more than"
|
96 |
msgstr "nie może być dłuższy niż"
|
97 |
|
98 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
99 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
100 |
msgid "Typed code is not correct."
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
104 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
105 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
106 |
msgid "Username"
|
107 |
msgstr "Nazwa użytkownika"
|
108 |
|
109 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
110 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
111 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
112 |
msgid "E-mail"
|
113 |
msgstr "E-mail"
|
114 |
|
115 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
116 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
117 |
msgid "Please upload a file with one of the following extensions"
|
118 |
msgstr "Wgraj plik w jednym z następujących formatów"
|
119 |
|
120 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
121 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
122 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
123 |
msgid "Please upload an image with one of the following extensions"
|
124 |
msgstr "Wgraj obrazek w jednym z następujących formatów"
|
125 |
|
126 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
127 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:47
|
128 |
msgid "Strength indicator"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
132 |
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 ! \" ? $ % ^ & )."
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
136 |
#, fuzzy
|
137 |
msgid "Change image"
|
138 |
msgstr "Zmień kolejność"
|
139 |
|
140 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
141 |
msgid "Insert the code:"
|
142 |
msgstr ""
|
143 |
|
144 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
145 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
146 |
msgid "Confirm your registration"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
150 |
msgid "A password will be e-mailed to you."
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
154 |
msgid "← Back"
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:
|
158 |
msgid "no fieldset"
|
159 |
msgstr "brak grup pól"
|
160 |
|
161 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:
|
162 |
msgid "All"
|
163 |
msgstr ""
|
164 |
|
@@ -194,326 +194,326 @@ msgstr "Opcje zostały zmienione na domyślne"
|
|
194 |
msgid "Options deleted"
|
195 |
msgstr "Opcje zostały wykasowane"
|
196 |
|
197 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
198 |
msgid "Options changed"
|
199 |
msgstr "Opcje zostały zmienione"
|
200 |
|
201 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
202 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
203 |
msgstr "Ta operacja stworzy/zaktualizuje wszystkie brakujące tabele/opcje, kontynuować?"
|
204 |
|
205 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
206 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
207 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
208 |
msgid "Options"
|
209 |
msgstr "Opcje"
|
210 |
|
211 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
212 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:442
|
213 |
msgid "Add a new Field"
|
214 |
msgstr "Dodaj nowe pole"
|
215 |
|
216 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
217 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
218 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
219 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
220 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
221 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:294
|
222 |
msgid "Extra Fields"
|
223 |
msgstr "Pola dodatkowe"
|
224 |
|
225 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
226 |
msgid "Support the Cimy Project"
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
230 |
msgid "This plug-in is the results of hours of development to add new features, support new WordPress versions and fix bugs, please donate money if saved you from spending all these hours!"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
234 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
235 |
msgid "SUCCESSFUL"
|
236 |
msgstr "PRAWIDŁOWO"
|
237 |
|
238 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
239 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
240 |
msgid "Save Changes"
|
241 |
msgstr "Zapisz zmiany"
|
242 |
|
243 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
244 |
msgid "General"
|
245 |
msgstr "Ogólne"
|
246 |
|
247 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
248 |
msgid "installed is"
|
249 |
msgstr "jest zainstalowany"
|
250 |
|
251 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
252 |
msgid "OPTIONS DELETED!"
|
253 |
msgstr "OPCJE USUNIĘTE!"
|
254 |
|
255 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
256 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
257 |
msgid "Fix the problem"
|
258 |
msgstr "Usuń problem"
|
259 |
|
260 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
261 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
262 |
msgstr "Wersja niekompatybilna! Nie deaktywowałeś a następnie nie reaktywowałeś wtyczki po aktualizacji wordpressa! To może spowodować problemy..."
|
263 |
|
264 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
265 |
msgid "Picture/Avatar upload"
|
266 |
msgstr "Wgrywanie obrazka/avatara"
|
267 |
|
268 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
269 |
msgid "is created and writable"
|
270 |
msgstr "jest utworzony i zapisywalny"
|
271 |
|
272 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
273 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
274 |
msgstr "NIE był wgrywany lub serwer nie ma możliwości zapisywania do niego"
|
275 |
|
276 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
277 |
#, fuzzy
|
278 |
msgid "Show all fields in the welcome email"
|
279 |
msgstr "Pokaż pole na blogu"
|
280 |
|
281 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
282 |
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
286 |
msgid "Enable email confirmation"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
290 |
msgid "user that registers should confirm its email address via a link click"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
294 |
msgid "<strong>note:</strong> this option turned on will automatically disable (only during the registration) all upload fields: file, picture, avatar"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
298 |
msgid "Enable form confirmation"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
302 |
msgid "a summary of the registration form will be presented to the user"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
306 |
msgid "Customize welcome email sent to the new user"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
310 |
msgid "if you change or remove the placeholders then the email won't have the correct information"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
314 |
msgid "Redirect to the source"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
318 |
msgid "after the registration or confirmation the user will be redirected to the address where was exactly before clicking on the registration link"
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
322 |
msgid "No captcha"
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
326 |
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
330 |
msgid "Public KEY"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
334 |
msgid "Private KEY"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
338 |
msgid "Enable <a href=\"http://www.phpcaptcha.org/\" target=\"_blank\">Securimage Captcha</a>"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
342 |
msgid "This captcha is probably weaker, but is easier for users"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
346 |
#, php-format
|
347 |
msgid "<strong>WARNING: to activate this captcha download <a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">this package</a> and unpack it under %s</strong>"
|
348 |
msgstr ""
|
349 |
|
350 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
351 |
msgid "Change login/registration page logo"
|
352 |
msgstr ""
|
353 |
|
354 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
355 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
356 |
msgid "Delete the picture"
|
357 |
msgstr "Usuń obrazek"
|
358 |
|
359 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
360 |
msgid "Maximum recommended logo width is 328px, but any height should work."
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
364 |
msgid "Database"
|
365 |
msgstr "Baza danych"
|
366 |
|
367 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
368 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
369 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
370 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
371 |
msgid "select action"
|
372 |
msgstr "wybór czynności"
|
373 |
|
374 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
375 |
msgid "Default values"
|
376 |
msgstr "Wartości domyślne"
|
377 |
|
378 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
379 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
380 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
381 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
382 |
msgid "Delete"
|
383 |
msgstr "Usuń"
|
384 |
|
385 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
386 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
387 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
388 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
389 |
msgid "NOT PRESENT"
|
390 |
msgstr "NIE OBECNA"
|
391 |
|
392 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
393 |
msgid "WordPress Fields table"
|
394 |
msgstr "Tabela pól Wordpressa"
|
395 |
|
396 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
397 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
398 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
399 |
msgid "Empty"
|
400 |
msgstr "Opróżnij"
|
401 |
|
402 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
403 |
msgid "Extra Fields table"
|
404 |
msgstr "Tabela pól dodatkowych"
|
405 |
|
406 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
407 |
msgid "Users Data table"
|
408 |
msgstr "Tabela danych użytkowników"
|
409 |
|
410 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
411 |
msgid "all data inserted by users in all and only extra fields"
|
412 |
msgstr "wszystkie dane wstawione przez użytkowników do pól dodatkowych"
|
413 |
|
414 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
415 |
msgid "Force tables creation"
|
416 |
msgstr "Wymuś utworzenie tabel"
|
417 |
|
418 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
419 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
420 |
msgstr "równoważne deaktywacji i ponownej reaktywacji wtyczki; żadne inne operacje nie zostaną wykonane"
|
421 |
|
422 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
423 |
msgid "User Profile"
|
424 |
msgstr "Profil użytkownika"
|
425 |
|
426 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
427 |
msgid "Extra Fields section title"
|
428 |
msgstr "Tytuł sekcji pól dodatkowych"
|
429 |
|
430 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
431 |
msgid "Fieldset's titles, separates with comma"
|
432 |
msgstr "Tytuły grup pól, rozdziel przecinkami"
|
433 |
|
434 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
435 |
msgid "example: title1,title2,title3"
|
436 |
msgstr "Przykład: tytuł1, tytuł2, tytuł3"
|
437 |
|
438 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
439 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
440 |
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"
|
441 |
|
442 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
443 |
msgid "Authors & Users Extended"
|
444 |
msgstr "Rozszerzenia kont"
|
445 |
|
446 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
447 |
msgid "Hide username field"
|
448 |
msgstr "Ukryj pole z nazwą użytkownika"
|
449 |
|
450 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
451 |
msgid "Hide name field"
|
452 |
msgstr "Ukryj nazwę"
|
453 |
|
454 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
455 |
msgid "Hide email field"
|
456 |
msgstr "Ukryj adres email"
|
457 |
|
458 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
459 |
msgid "Hide role field"
|
460 |
msgstr "Ukryj rolę"
|
461 |
|
462 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
463 |
msgid "Hide website field"
|
464 |
msgstr "Ukryj pole witryna"
|
465 |
|
466 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
467 |
msgid "Hide n. posts field"
|
468 |
msgstr "Ukryj liczbę wpisów"
|
469 |
|
470 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
471 |
msgid "WordPress hidden fields"
|
472 |
msgstr "Ukryte pola Worpdressa"
|
473 |
|
474 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
475 |
msgid "Show password"
|
476 |
msgstr "Pokaż hasło"
|
477 |
|
478 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
479 |
#, fuzzy
|
480 |
msgid "Show confirmation password"
|
481 |
msgstr "Pokaż hasło"
|
482 |
|
483 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
484 |
#, fuzzy
|
485 |
msgid "Show password strength meter"
|
486 |
msgstr "Pokaż hasło"
|
487 |
|
488 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
489 |
msgid "Show first name"
|
490 |
msgstr "Pokaż imię"
|
491 |
|
492 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
493 |
msgid "Show last name"
|
494 |
msgstr "Pokaż nazwisko"
|
495 |
|
496 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
497 |
msgid "Show nickname"
|
498 |
msgstr "Pokaż pseudonim"
|
499 |
|
500 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
501 |
msgid "Show website"
|
502 |
msgstr "pokaż witrynę"
|
503 |
|
504 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
505 |
msgid "Show AIM"
|
506 |
msgstr "Pokaż \"AIM\""
|
507 |
|
508 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
509 |
msgid "Show Yahoo IM"
|
510 |
msgstr "Pokaż \"Yahoo IM\""
|
511 |
|
512 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
513 |
msgid "Show Jabber / Google Talk"
|
514 |
msgstr "Pokaż \"Jabber / Google Talk\""
|
515 |
|
516 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
517 |
msgid "Show Biographical Info"
|
518 |
msgstr "Pokaż informacje dodatkowe"
|
519 |
|
@@ -539,57 +539,57 @@ msgstr ""
|
|
539 |
msgid "Mismatch"
|
540 |
msgstr ""
|
541 |
|
542 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
543 |
msgid "Password"
|
544 |
msgstr "Hasło"
|
545 |
|
546 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
547 |
msgid "Password confirmation"
|
548 |
msgstr ""
|
549 |
|
550 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
551 |
msgid "First name"
|
552 |
msgstr "Imię"
|
553 |
|
554 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
555 |
msgid "Last name"
|
556 |
msgstr "Nazwisko"
|
557 |
|
558 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
559 |
msgid "Nickname"
|
560 |
msgstr "Pseudonim"
|
561 |
|
562 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
563 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
564 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
565 |
msgid "Website"
|
566 |
msgstr "Strona internetowa"
|
567 |
|
568 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
569 |
msgid "AIM"
|
570 |
msgstr "AIM"
|
571 |
|
572 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
573 |
msgid "Yahoo IM"
|
574 |
msgstr "Yahoo IM"
|
575 |
|
576 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
577 |
msgid "Jabber / Google Talk"
|
578 |
msgstr "Jabber / Google Talk"
|
579 |
|
580 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
581 |
msgid "Biographical Info"
|
582 |
msgstr "Biografia"
|
583 |
|
584 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
585 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:133
|
586 |
msgid "Fields"
|
587 |
msgstr "Pola"
|
588 |
|
589 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
590 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
591 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
592 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
593 |
msgid "Users Extended"
|
594 |
msgstr "Lista rozszerzona"
|
595 |
|
@@ -607,28 +607,28 @@ msgstr "Biblioteka GD nie jest zainstalowana."
|
|
607 |
msgid "File '%s' is not an image."
|
608 |
msgstr "Plik '%s' musi być obrazkiem"
|
609 |
|
610 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
611 |
msgid "Delete the file"
|
612 |
msgstr "Usuń plik"
|
613 |
|
614 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
615 |
msgid "Update the file"
|
616 |
msgstr "Zaktualizuj plik"
|
617 |
|
618 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
619 |
msgid "Update the picture"
|
620 |
msgstr "Wgraj obrazek"
|
621 |
|
622 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
623 |
msgid "Picture URL:"
|
624 |
msgstr "URL obrazka:"
|
625 |
|
626 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
627 |
#, php-format
|
628 |
msgid "%s previous value: %s new value: %s"
|
629 |
msgstr ""
|
630 |
|
631 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
632 |
#, php-format
|
633 |
msgid "%s (%s) has changed one or more fields"
|
634 |
msgstr ""
|
@@ -701,31 +701,31 @@ msgstr ""
|
|
701 |
msgid "Password: %s"
|
702 |
msgstr "Hasło"
|
703 |
|
704 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
705 |
msgid "Invalid activation key."
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
709 |
msgid "The site is already active."
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
713 |
msgid "Could not create user"
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
717 |
msgid "That username is already activated."
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
721 |
msgid "That username is currently reserved but may be available in a couple of days."
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
725 |
msgid "username and email used"
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
729 |
msgid "That email address has already been used. Please check your inbox for an activation email. It will become available in a couple of days if you do nothing."
|
730 |
msgstr ""
|
731 |
|
@@ -750,17 +750,17 @@ msgid "Change order"
|
|
750 |
msgstr "Zmień kolejność"
|
751 |
|
752 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
753 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
754 |
msgid "Min length"
|
755 |
msgstr "Długość min"
|
756 |
|
757 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:31
|
758 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
759 |
msgid "Exact length"
|
760 |
msgstr "Długość dokładna"
|
761 |
|
762 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:32
|
763 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
764 |
msgid "Max length"
|
765 |
msgstr "Długość max"
|
766 |
|
@@ -790,17 +790,17 @@ msgid "deleted correctly"
|
|
790 |
msgstr "wykasowano prawidłowo"
|
791 |
|
792 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:239
|
793 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
794 |
msgid "Min size"
|
795 |
msgstr "Rozmiar min"
|
796 |
|
797 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:240
|
798 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
799 |
msgid "Exact size"
|
800 |
msgstr "Rozmiar dokładny"
|
801 |
|
802 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:241
|
803 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
804 |
msgid "Max size"
|
805 |
msgstr "Rozmiar max"
|
806 |
|
@@ -908,157 +908,158 @@ msgstr "Dla <strong>Pliku</strong>: możesz wgrać plik domyślny podająć URL
|
|
908 |
|
909 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
910 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:648
|
911 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
912 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
913 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
914 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
915 |
msgid "Name"
|
916 |
msgstr "Nazwa"
|
917 |
|
918 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
919 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
920 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
921 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
922 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
923 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
924 |
msgid "Value"
|
925 |
msgstr "Wartość"
|
926 |
|
927 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:639
|
928 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
929 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
930 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
931 |
msgid "Type"
|
932 |
msgstr "Typ"
|
933 |
|
934 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
935 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:671
|
936 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
937 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
938 |
msgid "Label"
|
939 |
msgstr "Etykieta"
|
940 |
|
941 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
942 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:672
|
943 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
944 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
945 |
msgid "Description"
|
946 |
msgstr "Opis"
|
947 |
|
948 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:641
|
949 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
950 |
msgid "Rules"
|
951 |
msgstr "Reguły"
|
952 |
|
953 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:642
|
954 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
955 |
msgid "Actions"
|
956 |
msgstr "Działania"
|
957 |
|
958 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
959 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
960 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
961 |
msgid "Fieldset"
|
962 |
msgstr "Grupa pól"
|
963 |
|
964 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:684
|
965 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
966 |
msgid "Can be empty"
|
967 |
msgstr "Może być puste"
|
968 |
|
969 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:685
|
970 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
971 |
msgid "Check for E-mail syntax"
|
972 |
msgstr "Sprawdzaj poprawność adresu email"
|
973 |
|
974 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:688
|
975 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
976 |
msgid "Can be modified"
|
977 |
msgstr "Może być zmieniane"
|
978 |
|
979 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:689
|
980 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
981 |
msgid "Can be modified only if empty"
|
982 |
msgstr "Może być zmienione tylko jeśli jest puste"
|
983 |
|
984 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:690
|
985 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
986 |
msgid "Can be modified only by admin"
|
987 |
msgstr "Może być modyfikowane tylko przez administratora"
|
988 |
|
989 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:691
|
990 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
991 |
msgid "Can be modified only by admin or if empty"
|
992 |
msgstr "Może być modyfikowane tylko przez administratora jeśli jest puste"
|
993 |
|
994 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
995 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
996 |
msgid "Cannot be modified"
|
997 |
msgstr "Nie może być zmieniane"
|
998 |
|
999 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:700
|
1000 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1001 |
msgid "Should be equal TO"
|
1002 |
msgstr "Powinno być równe"
|
1003 |
|
1004 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:702
|
1005 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1006 |
msgid "Case sensitive"
|
1007 |
msgstr "Rozróżnia wielkość liter"
|
1008 |
|
1009 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:705
|
1010 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1011 |
msgid "Regular Expression"
|
1012 |
msgstr "Wyrażenie regularne"
|
1013 |
|
1014 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:708
|
1015 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1016 |
msgid "Show the field in the registration"
|
1017 |
msgstr "Pokaż pole podczas rejestracji"
|
1018 |
|
1019 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
1020 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1021 |
msgid "Show the field in User's profile"
|
1022 |
msgstr "Pokaż pole w profilu użytkownika"
|
1023 |
|
1024 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
1025 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1026 |
#, fuzzy
|
1027 |
-
msgid "Show the field in Users Extended
|
1028 |
msgstr "Pokaż pole na rozszerzonej liście użytkowników"
|
1029 |
|
1030 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
1031 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1032 |
msgid "Show the field in the search engine"
|
1033 |
msgstr "Pokaż pole w profilu użytkownika"
|
1034 |
|
1035 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:720
|
1036 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1037 |
msgid "Show the field in the blog"
|
1038 |
msgstr "Pokaż pole na blogu"
|
1039 |
|
1040 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:723
|
1041 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1042 |
msgid "Show the field if the role is at least:"
|
1043 |
msgstr "Pokaż pole jeżeli rolą użytkownika jest przynajmniej:"
|
1044 |
|
1045 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:725
|
1046 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1047 |
msgid "Anonymous"
|
1048 |
msgstr "Anonim"
|
1049 |
|
1050 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
1051 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1052 |
msgid "User has 'view_cimy_extra_fields' capability"
|
1053 |
msgstr ""
|
1054 |
|
1055 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:736
|
1056 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1057 |
msgid "Send an email to the admin if the user changes its value"
|
1058 |
msgstr ""
|
1059 |
|
1060 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:738
|
1061 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1062 |
#, fuzzy
|
1063 |
msgid "Advanced options"
|
1064 |
msgstr "Działania"
|
@@ -1067,101 +1068,103 @@ msgstr "Działania"
|
|
1067 |
msgid "Clear"
|
1068 |
msgstr "Wyczyść"
|
1069 |
|
1070 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1071 |
msgid "Invert selection"
|
1072 |
msgstr "Odwróć wybór"
|
1073 |
|
1074 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1075 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
1076 |
msgstr "Czy na pewno chcesz wykasować pola i wszystkie dane wprowadzone w nie przez użytkowników"
|
1077 |
|
1078 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1079 |
msgid "WordPress Fields"
|
1080 |
msgstr "Pola Wordpressa"
|
1081 |
|
1082 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1083 |
msgid "None!"
|
1084 |
msgstr "Brak!"
|
1085 |
|
1086 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1087 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1088 |
msgid "Order"
|
1089 |
msgstr "Kolejność"
|
1090 |
|
1091 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1092 |
msgid "Reset"
|
1093 |
msgstr "Wyczyść"
|
1094 |
|
1095 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1096 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1097 |
msgid "select"
|
1098 |
msgstr "- Wybierz -"
|
1099 |
|
1100 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1101 |
#, php-format
|
1102 |
msgid "Search results for “%s”"
|
1103 |
msgstr ""
|
1104 |
|
1105 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1106 |
#, php-format
|
1107 |
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
1108 |
msgstr ""
|
1109 |
|
1110 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1111 |
msgid "Search Users"
|
1112 |
msgstr "Szukaj użytkowników"
|
1113 |
|
1114 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1115 |
-
|
1116 |
-
msgstr "« Powrót do wszystkich"
|
1117 |
-
|
1118 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1501
|
1119 |
-
msgid "Users per page"
|
1120 |
-
msgstr "Użytkowników na stronie"
|
1121 |
-
|
1122 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1516
|
1123 |
-
msgid "Apply"
|
1124 |
-
msgstr "Zastosuj"
|
1125 |
-
|
1126 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1543
|
1127 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1544
|
1128 |
msgid "Role"
|
1129 |
msgstr "Rola"
|
1130 |
|
1131 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1132 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1133 |
msgid "Posts"
|
1134 |
msgstr "Wpisy"
|
1135 |
|
1136 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1137 |
msgid "View posts by this author"
|
1138 |
msgstr "Zobacz wpisy tego autora"
|
1139 |
|
1140 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
1141 |
#, php-format
|
1142 |
msgid "e-mail: %s"
|
1143 |
msgstr "e-mail: %s"
|
1144 |
|
1145 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1146 |
#, fuzzy
|
1147 |
msgid "Change"
|
1148 |
msgstr "Zmień kolejność"
|
1149 |
|
1150 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1151 |
#, fuzzy
|
1152 |
msgid "Update selected users"
|
1153 |
msgstr "Usuń wybrane pola"
|
1154 |
|
1155 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1156 |
#, fuzzy
|
1157 |
msgid "Update"
|
1158 |
msgstr "Zaktualizuj pole"
|
1159 |
|
1160 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1161 |
msgid "OK"
|
1162 |
msgstr ""
|
1163 |
|
1164 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1165 |
msgid "Cancel"
|
1166 |
msgstr ""
|
1167 |
|
@@ -1169,6 +1172,8 @@ msgstr ""
|
|
1169 |
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!"
|
1170 |
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."
|
1171 |
|
|
|
|
|
1172 |
#~ msgid "A&U Extended"
|
1173 |
#~ msgstr "Rozszerzenia"
|
1174 |
#~ msgid "Users Matching \"%s\""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Cimy User Extra Fields\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-09-04 13:59+0300\n"
|
6 |
+
"PO-Revision-Date: 2011-09-04 13:59+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"
|
16 |
"X-Poedit-Basepath: .\n"
|
17 |
"X-Poedit-SearchPath-0: /var/www/wp-content/plugins/cimy-user-extra-fields\n"
|
18 |
|
19 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:419
|
20 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:423
|
21 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:437
|
22 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:458
|
23 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:470
|
24 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:477
|
25 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:488
|
26 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:494
|
27 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:506
|
28 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:512
|
29 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:524
|
30 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:530
|
31 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:544
|
32 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:564
|
33 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1070
|
34 |
msgid "ERROR"
|
35 |
msgstr "BŁĄD"
|
36 |
|
37 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:419
|
38 |
msgid "does not match."
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:423
|
42 |
msgid "hasn’t a correct email syntax."
|
43 |
msgstr "nie jest prawidłowym adresem email."
|
44 |
|
45 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:437
|
46 |
msgid "couldn’t be empty."
|
47 |
msgstr "nie może być pusty"
|
48 |
|
49 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:457
|
50 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:466
|
51 |
msgid "isn’t correct"
|
52 |
msgstr "jest nieprawidłowy"
|
53 |
|
54 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:463
|
55 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:921
|
56 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:924
|
57 |
msgid "YES"
|
58 |
msgstr "TAK"
|
59 |
|
60 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:463
|
61 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:921
|
62 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:924
|
63 |
msgid "NO"
|
64 |
msgstr "NIE"
|
65 |
|
66 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:468
|
67 |
msgid "should be"
|
68 |
msgstr "powinien być"
|
69 |
|
70 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:477
|
71 |
msgid "should be an image."
|
72 |
msgstr "powinien być obrazkiem."
|
73 |
|
74 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:488
|
75 |
msgid "couldn’t have size less than"
|
76 |
msgstr "nie może być mniejszy niż"
|
77 |
|
78 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:494
|
79 |
msgid "couldn’t have length less than"
|
80 |
msgstr "nie może być krótszy niż"
|
81 |
|
82 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:506
|
83 |
msgid "couldn’t have size different than"
|
84 |
msgstr "musi mieć rozmiar"
|
85 |
|
86 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:512
|
87 |
msgid "couldn’t have length different than"
|
88 |
msgstr "musi mieć długość"
|
89 |
|
90 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:524
|
91 |
msgid "couldn’t have size more than"
|
92 |
msgstr "nie może być większy niż"
|
93 |
|
94 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:530
|
95 |
msgid "couldn’t have length more than"
|
96 |
msgstr "nie może być dłuższy niż"
|
97 |
|
98 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:544
|
99 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:564
|
100 |
msgid "Typed code is not correct."
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:641
|
104 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1479
|
105 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1480
|
106 |
msgid "Username"
|
107 |
msgstr "Nazwa użytkownika"
|
108 |
|
109 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:644
|
110 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1489
|
111 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1490
|
112 |
msgid "E-mail"
|
113 |
msgstr "E-mail"
|
114 |
|
115 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:893
|
116 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:306
|
117 |
msgid "Please upload a file with one of the following extensions"
|
118 |
msgstr "Wgraj plik w jednym z następujących formatów"
|
119 |
|
120 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:899
|
121 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:272
|
122 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:312
|
123 |
msgid "Please upload an image with one of the following extensions"
|
124 |
msgstr "Wgraj obrazek w jednym z następujących formatów"
|
125 |
|
126 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1056
|
127 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:47
|
128 |
msgid "Strength indicator"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1057
|
132 |
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 ! \" ? $ % ^ & )."
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1103
|
136 |
#, fuzzy
|
137 |
msgid "Change image"
|
138 |
msgstr "Zmień kolejność"
|
139 |
|
140 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1106
|
141 |
msgid "Insert the code:"
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1172
|
145 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1174
|
146 |
msgid "Confirm your registration"
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1180
|
150 |
msgid "A password will be e-mailed to you."
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1187
|
154 |
msgid "← Back"
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:429
|
158 |
msgid "no fieldset"
|
159 |
msgstr "brak grup pól"
|
160 |
|
161 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:433
|
162 |
msgid "All"
|
163 |
msgstr ""
|
164 |
|
194 |
msgid "Options deleted"
|
195 |
msgstr "Opcje zostały wykasowane"
|
196 |
|
197 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:248
|
198 |
msgid "Options changed"
|
199 |
msgstr "Opcje zostały zmienione"
|
200 |
|
201 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:326
|
202 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
203 |
msgstr "Ta operacja stworzy/zaktualizuje wszystkie brakujące tabele/opcje, kontynuować?"
|
204 |
|
205 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:335
|
206 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:528
|
207 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:757
|
208 |
msgid "Options"
|
209 |
msgstr "Opcje"
|
210 |
|
211 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:338
|
212 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:442
|
213 |
msgid "Add a new Field"
|
214 |
msgstr "Dodaj nowe pole"
|
215 |
|
216 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:338
|
217 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:807
|
218 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1796
|
219 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1801
|
220 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
221 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:294
|
222 |
msgid "Extra Fields"
|
223 |
msgstr "Pola dodatkowe"
|
224 |
|
225 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:344
|
226 |
msgid "Support the Cimy Project"
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:352
|
230 |
msgid "This plug-in is the results of hours of development to add new features, support new WordPress versions and fix bugs, please donate money if saved you from spending all these hours!"
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:362
|
234 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1088
|
235 |
msgid "SUCCESSFUL"
|
236 |
msgstr "PRAWIDŁOWO"
|
237 |
|
238 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:376
|
239 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:699
|
240 |
msgid "Save Changes"
|
241 |
msgstr "Zapisz zmiany"
|
242 |
|
243 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:377
|
244 |
msgid "General"
|
245 |
msgstr "Ogólne"
|
246 |
|
247 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:385
|
248 |
msgid "installed is"
|
249 |
msgstr "jest zainstalowany"
|
250 |
|
251 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:389
|
252 |
msgid "OPTIONS DELETED!"
|
253 |
msgstr "OPCJE USUNIĘTE!"
|
254 |
|
255 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:392
|
256 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:397
|
257 |
msgid "Fix the problem"
|
258 |
msgstr "Usuń problem"
|
259 |
|
260 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:395
|
261 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
262 |
msgstr "Wersja niekompatybilna! Nie deaktywowałeś a następnie nie reaktywowałeś wtyczki po aktualizacji wordpressa! To może spowodować problemy..."
|
263 |
|
264 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:403
|
265 |
msgid "Picture/Avatar upload"
|
266 |
msgstr "Wgrywanie obrazka/avatara"
|
267 |
|
268 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:407
|
269 |
msgid "is created and writable"
|
270 |
msgstr "jest utworzony i zapisywalny"
|
271 |
|
272 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:409
|
273 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
274 |
msgstr "NIE był wgrywany lub serwer nie ma możliwości zapisywania do niego"
|
275 |
|
276 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:416
|
277 |
#, fuzzy
|
278 |
msgid "Show all fields in the welcome email"
|
279 |
msgstr "Pokaż pole na blogu"
|
280 |
|
281 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:420
|
282 |
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:428
|
286 |
msgid "Enable email confirmation"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:432
|
290 |
msgid "user that registers should confirm its email address via a link click"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:434
|
294 |
msgid "<strong>note:</strong> this option turned on will automatically disable (only during the registration) all upload fields: file, picture, avatar"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:441
|
298 |
msgid "Enable form confirmation"
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:445
|
302 |
msgid "a summary of the registration form will be presented to the user"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:451
|
306 |
msgid "Customize welcome email sent to the new user"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:455
|
310 |
msgid "if you change or remove the placeholders then the email won't have the correct information"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:461
|
314 |
msgid "Redirect to the source"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:465
|
318 |
msgid "after the registration or confirmation the user will be redirected to the address where was exactly before clicking on the registration link"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:473
|
322 |
msgid "No captcha"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:481
|
326 |
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:485
|
330 |
msgid "Public KEY"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:489
|
334 |
msgid "Private KEY"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:497
|
338 |
msgid "Enable <a href=\"http://www.phpcaptcha.org/\" target=\"_blank\">Securimage Captcha</a>"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:500
|
342 |
msgid "This captcha is probably weaker, but is easier for users"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:504
|
346 |
#, php-format
|
347 |
msgid "<strong>WARNING: to activate this captcha download <a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">this package</a> and unpack it under %s</strong>"
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:511
|
351 |
msgid "Change login/registration page logo"
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:516
|
355 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:454
|
356 |
msgid "Delete the picture"
|
357 |
msgstr "Usuń obrazek"
|
358 |
|
359 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:519
|
360 |
msgid "Maximum recommended logo width is 328px, but any height should work."
|
361 |
msgstr ""
|
362 |
|
363 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:525
|
364 |
msgid "Database"
|
365 |
msgstr "Baza danych"
|
366 |
|
367 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:534
|
368 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:551
|
369 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:568
|
370 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:585
|
371 |
msgid "select action"
|
372 |
msgstr "wybór czynności"
|
373 |
|
374 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:535
|
375 |
msgid "Default values"
|
376 |
msgstr "Wartości domyślne"
|
377 |
|
378 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:536
|
379 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:553
|
380 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:570
|
381 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:587
|
382 |
msgid "Delete"
|
383 |
msgstr "Usuń"
|
384 |
|
385 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:540
|
386 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:557
|
387 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:574
|
388 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:592
|
389 |
msgid "NOT PRESENT"
|
390 |
msgstr "NIE OBECNA"
|
391 |
|
392 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:545
|
393 |
msgid "WordPress Fields table"
|
394 |
msgstr "Tabela pól Wordpressa"
|
395 |
|
396 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:552
|
397 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:569
|
398 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:586
|
399 |
msgid "Empty"
|
400 |
msgstr "Opróżnij"
|
401 |
|
402 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:562
|
403 |
msgid "Extra Fields table"
|
404 |
msgstr "Tabela pól dodatkowych"
|
405 |
|
406 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:579
|
407 |
msgid "Users Data table"
|
408 |
msgstr "Tabela danych użytkowników"
|
409 |
|
410 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:589
|
411 |
msgid "all data inserted by users in all and only extra fields"
|
412 |
msgstr "wszystkie dane wstawione przez użytkowników do pól dodatkowych"
|
413 |
|
414 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:597
|
415 |
msgid "Force tables creation"
|
416 |
msgstr "Wymuś utworzenie tabel"
|
417 |
|
418 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:600
|
419 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
420 |
msgstr "równoważne deaktywacji i ponownej reaktywacji wtyczki; żadne inne operacje nie zostaną wykonane"
|
421 |
|
422 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:606
|
423 |
msgid "User Profile"
|
424 |
msgstr "Profil użytkownika"
|
425 |
|
426 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:609
|
427 |
msgid "Extra Fields section title"
|
428 |
msgstr "Tytuł sekcji pól dodatkowych"
|
429 |
|
430 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
431 |
msgid "Fieldset's titles, separates with comma"
|
432 |
msgstr "Tytuły grup pól, rozdziel przecinkami"
|
433 |
|
434 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
435 |
msgid "example: title1,title2,title3"
|
436 |
msgstr "Przykład: tytuł1, tytuł2, tytuł3"
|
437 |
|
438 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:614
|
439 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
440 |
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"
|
441 |
|
442 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:619
|
443 |
msgid "Authors & Users Extended"
|
444 |
msgstr "Rozszerzenia kont"
|
445 |
|
446 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:623
|
447 |
msgid "Hide username field"
|
448 |
msgstr "Ukryj pole z nazwą użytkownika"
|
449 |
|
450 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:629
|
451 |
msgid "Hide name field"
|
452 |
msgstr "Ukryj nazwę"
|
453 |
|
454 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:634
|
455 |
msgid "Hide email field"
|
456 |
msgstr "Ukryj adres email"
|
457 |
|
458 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:638
|
459 |
msgid "Hide role field"
|
460 |
msgstr "Ukryj rolę"
|
461 |
|
462 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:642
|
463 |
msgid "Hide website field"
|
464 |
msgstr "Ukryj pole witryna"
|
465 |
|
466 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:646
|
467 |
msgid "Hide n. posts field"
|
468 |
msgstr "Ukryj liczbę wpisów"
|
469 |
|
470 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:651
|
471 |
msgid "WordPress hidden fields"
|
472 |
msgstr "Ukryte pola Worpdressa"
|
473 |
|
474 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:654
|
475 |
msgid "Show password"
|
476 |
msgstr "Pokaż hasło"
|
477 |
|
478 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:658
|
479 |
#, fuzzy
|
480 |
msgid "Show confirmation password"
|
481 |
msgstr "Pokaż hasło"
|
482 |
|
483 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:662
|
484 |
#, fuzzy
|
485 |
msgid "Show password strength meter"
|
486 |
msgstr "Pokaż hasło"
|
487 |
|
488 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:666
|
489 |
msgid "Show first name"
|
490 |
msgstr "Pokaż imię"
|
491 |
|
492 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:670
|
493 |
msgid "Show last name"
|
494 |
msgstr "Pokaż nazwisko"
|
495 |
|
496 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:674
|
497 |
msgid "Show nickname"
|
498 |
msgstr "Pokaż pseudonim"
|
499 |
|
500 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:678
|
501 |
msgid "Show website"
|
502 |
msgstr "pokaż witrynę"
|
503 |
|
504 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:682
|
505 |
msgid "Show AIM"
|
506 |
msgstr "Pokaż \"AIM\""
|
507 |
|
508 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:686
|
509 |
msgid "Show Yahoo IM"
|
510 |
msgstr "Pokaż \"Yahoo IM\""
|
511 |
|
512 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:690
|
513 |
msgid "Show Jabber / Google Talk"
|
514 |
msgstr "Pokaż \"Jabber / Google Talk\""
|
515 |
|
516 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:694
|
517 |
msgid "Show Biographical Info"
|
518 |
msgstr "Pokaż informacje dodatkowe"
|
519 |
|
539 |
msgid "Mismatch"
|
540 |
msgstr ""
|
541 |
|
542 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:209
|
543 |
msgid "Password"
|
544 |
msgstr "Hasło"
|
545 |
|
546 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:229
|
547 |
msgid "Password confirmation"
|
548 |
msgstr ""
|
549 |
|
550 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:249
|
551 |
msgid "First name"
|
552 |
msgstr "Imię"
|
553 |
|
554 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:269
|
555 |
msgid "Last name"
|
556 |
msgstr "Nazwisko"
|
557 |
|
558 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:289
|
559 |
msgid "Nickname"
|
560 |
msgstr "Pseudonim"
|
561 |
|
562 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:309
|
563 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1499
|
564 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1500
|
565 |
msgid "Website"
|
566 |
msgstr "Strona internetowa"
|
567 |
|
568 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:329
|
569 |
msgid "AIM"
|
570 |
msgstr "AIM"
|
571 |
|
572 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:349
|
573 |
msgid "Yahoo IM"
|
574 |
msgstr "Yahoo IM"
|
575 |
|
576 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:369
|
577 |
msgid "Jabber / Google Talk"
|
578 |
msgstr "Jabber / Google Talk"
|
579 |
|
580 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:389
|
581 |
msgid "Biographical Info"
|
582 |
msgstr "Biografia"
|
583 |
|
584 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:758
|
585 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:133
|
586 |
msgid "Fields"
|
587 |
msgstr "Pola"
|
588 |
|
589 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:759
|
590 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:767
|
591 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:772
|
592 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1401
|
593 |
msgid "Users Extended"
|
594 |
msgstr "Lista rozszerzona"
|
595 |
|
607 |
msgid "File '%s' is not an image."
|
608 |
msgstr "Plik '%s' musi być obrazkiem"
|
609 |
|
610 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:450
|
611 |
msgid "Delete the file"
|
612 |
msgstr "Usuń plik"
|
613 |
|
614 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:451
|
615 |
msgid "Update the file"
|
616 |
msgstr "Zaktualizuj plik"
|
617 |
|
618 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:455
|
619 |
msgid "Update the picture"
|
620 |
msgstr "Wgraj obrazek"
|
621 |
|
622 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:475
|
623 |
msgid "Picture URL:"
|
624 |
msgstr "URL obrazka:"
|
625 |
|
626 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:716
|
627 |
#, php-format
|
628 |
msgid "%s previous value: %s new value: %s"
|
629 |
msgstr ""
|
630 |
|
631 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:731
|
632 |
#, php-format
|
633 |
msgid "%s (%s) has changed one or more fields"
|
634 |
msgstr ""
|
701 |
msgid "Password: %s"
|
702 |
msgstr "Hasło"
|
703 |
|
704 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:237
|
705 |
msgid "Invalid activation key."
|
706 |
msgstr ""
|
707 |
|
708 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:240
|
709 |
msgid "The site is already active."
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:259
|
713 |
msgid "Could not create user"
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:271
|
717 |
msgid "That username is already activated."
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:291
|
721 |
msgid "That username is currently reserved but may be available in a couple of days."
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:294
|
725 |
msgid "username and email used"
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:304
|
729 |
msgid "That email address has already been used. Please check your inbox for an activation email. It will become available in a couple of days if you do nothing."
|
730 |
msgstr ""
|
731 |
|
750 |
msgstr "Zmień kolejność"
|
751 |
|
752 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
753 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:897
|
754 |
msgid "Min length"
|
755 |
msgstr "Długość min"
|
756 |
|
757 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:31
|
758 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:898
|
759 |
msgid "Exact length"
|
760 |
msgstr "Długość dokładna"
|
761 |
|
762 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:32
|
763 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:899
|
764 |
msgid "Max length"
|
765 |
msgstr "Długość max"
|
766 |
|
790 |
msgstr "wykasowano prawidłowo"
|
791 |
|
792 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:239
|
793 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:889
|
794 |
msgid "Min size"
|
795 |
msgstr "Rozmiar min"
|
796 |
|
797 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:240
|
798 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:890
|
799 |
msgid "Exact size"
|
800 |
msgstr "Rozmiar dokładny"
|
801 |
|
802 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:241
|
803 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:891
|
804 |
msgid "Max size"
|
805 |
msgstr "Rozmiar max"
|
806 |
|
908 |
|
909 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
910 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:648
|
911 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
912 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:922
|
913 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1484
|
914 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1485
|
915 |
msgid "Name"
|
916 |
msgstr "Nazwa"
|
917 |
|
918 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
919 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
920 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
921 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:925
|
922 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1796
|
923 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1801
|
924 |
msgid "Value"
|
925 |
msgstr "Wartość"
|
926 |
|
927 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:639
|
928 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
929 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
930 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:928
|
931 |
msgid "Type"
|
932 |
msgstr "Typ"
|
933 |
|
934 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
935 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:671
|
936 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:835
|
937 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:945
|
938 |
msgid "Label"
|
939 |
msgstr "Etykieta"
|
940 |
|
941 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
942 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:672
|
943 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:835
|
944 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:948
|
945 |
msgid "Description"
|
946 |
msgstr "Opis"
|
947 |
|
948 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:641
|
949 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:836
|
950 |
msgid "Rules"
|
951 |
msgstr "Reguły"
|
952 |
|
953 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:642
|
954 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:837
|
955 |
msgid "Actions"
|
956 |
msgstr "Działania"
|
957 |
|
958 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
959 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:939
|
960 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1237
|
961 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1321
|
962 |
msgid "Fieldset"
|
963 |
msgstr "Grupa pól"
|
964 |
|
965 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:684
|
966 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:962
|
967 |
msgid "Can be empty"
|
968 |
msgstr "Może być puste"
|
969 |
|
970 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:685
|
971 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:963
|
972 |
msgid "Check for E-mail syntax"
|
973 |
msgstr "Sprawdzaj poprawność adresu email"
|
974 |
|
975 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:688
|
976 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:966
|
977 |
msgid "Can be modified"
|
978 |
msgstr "Może być zmieniane"
|
979 |
|
980 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:689
|
981 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:967
|
982 |
msgid "Can be modified only if empty"
|
983 |
msgstr "Może być zmienione tylko jeśli jest puste"
|
984 |
|
985 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:690
|
986 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:968
|
987 |
msgid "Can be modified only by admin"
|
988 |
msgstr "Może być modyfikowane tylko przez administratora"
|
989 |
|
990 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:691
|
991 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:969
|
992 |
msgid "Can be modified only by admin or if empty"
|
993 |
msgstr "Może być modyfikowane tylko przez administratora jeśli jest puste"
|
994 |
|
995 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
996 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:970
|
997 |
msgid "Cannot be modified"
|
998 |
msgstr "Nie może być zmieniane"
|
999 |
|
1000 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:700
|
1001 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:975
|
1002 |
msgid "Should be equal TO"
|
1003 |
msgstr "Powinno być równe"
|
1004 |
|
1005 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:702
|
1006 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:977
|
1007 |
msgid "Case sensitive"
|
1008 |
msgstr "Rozróżnia wielkość liter"
|
1009 |
|
1010 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:705
|
1011 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:979
|
1012 |
msgid "Regular Expression"
|
1013 |
msgstr "Wyrażenie regularne"
|
1014 |
|
1015 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:708
|
1016 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:984
|
1017 |
msgid "Show the field in the registration"
|
1018 |
msgstr "Pokaż pole podczas rejestracji"
|
1019 |
|
1020 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
1021 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:987
|
1022 |
msgid "Show the field in User's profile"
|
1023 |
msgstr "Pokaż pole w profilu użytkownika"
|
1024 |
|
1025 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
1026 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:996
|
1027 |
#, fuzzy
|
1028 |
+
msgid "Show the field in Users Extended section"
|
1029 |
msgstr "Pokaż pole na rozszerzonej liście użytkowników"
|
1030 |
|
1031 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
1032 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:999
|
1033 |
msgid "Show the field in the search engine"
|
1034 |
msgstr "Pokaż pole w profilu użytkownika"
|
1035 |
|
1036 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:720
|
1037 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1002
|
1038 |
msgid "Show the field in the blog"
|
1039 |
msgstr "Pokaż pole na blogu"
|
1040 |
|
1041 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:723
|
1042 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1005
|
1043 |
msgid "Show the field if the role is at least:"
|
1044 |
msgstr "Pokaż pole jeżeli rolą użytkownika jest przynajmniej:"
|
1045 |
|
1046 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:725
|
1047 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1007
|
1048 |
msgid "Anonymous"
|
1049 |
msgstr "Anonim"
|
1050 |
|
1051 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
1052 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1013
|
1053 |
msgid "User has 'view_cimy_extra_fields' capability"
|
1054 |
msgstr ""
|
1055 |
|
1056 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:736
|
1057 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1021
|
1058 |
msgid "Send an email to the admin if the user changes its value"
|
1059 |
msgstr ""
|
1060 |
|
1061 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:738
|
1062 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1026
|
1063 |
#, fuzzy
|
1064 |
msgid "Advanced options"
|
1065 |
msgstr "Działania"
|
1068 |
msgid "Clear"
|
1069 |
msgstr "Wyczyść"
|
1070 |
|
1071 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:798
|
1072 |
msgid "Invert selection"
|
1073 |
msgstr "Odwróć wybór"
|
1074 |
|
1075 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:799
|
1076 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
1077 |
msgstr "Czy na pewno chcesz wykasować pola i wszystkie dane wprowadzone w nie przez użytkowników"
|
1078 |
|
1079 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:805
|
1080 |
msgid "WordPress Fields"
|
1081 |
msgstr "Pola Wordpressa"
|
1082 |
|
1083 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:818
|
1084 |
msgid "None!"
|
1085 |
msgstr "Brak!"
|
1086 |
|
1087 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:833
|
1088 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:910
|
1089 |
msgid "Order"
|
1090 |
msgstr "Kolejność"
|
1091 |
|
1092 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1030
|
1093 |
msgid "Reset"
|
1094 |
msgstr "Wyczyść"
|
1095 |
|
1096 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1107
|
1097 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1823
|
1098 |
msgid "select"
|
1099 |
msgstr "- Wybierz -"
|
1100 |
|
1101 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1241
|
1102 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1325
|
1103 |
+
msgid "Users per page"
|
1104 |
+
msgstr "Użytkowników na stronie"
|
1105 |
+
|
1106 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1243
|
1107 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1327
|
1108 |
+
msgid "Apply"
|
1109 |
+
msgstr "Zastosuj"
|
1110 |
+
|
1111 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1409
|
1112 |
#, php-format
|
1113 |
msgid "Search results for “%s”"
|
1114 |
msgstr ""
|
1115 |
|
1116 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1447
|
1117 |
#, php-format
|
1118 |
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
1119 |
msgstr ""
|
1120 |
|
1121 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1456
|
1122 |
msgid "Search Users"
|
1123 |
msgstr "Szukaj użytkowników"
|
1124 |
|
1125 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1494
|
1126 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1495
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1127 |
msgid "Role"
|
1128 |
msgstr "Rola"
|
1129 |
|
1130 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1504
|
1131 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1505
|
1132 |
msgid "Posts"
|
1133 |
msgstr "Wpisy"
|
1134 |
|
1135 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1629
|
1136 |
msgid "View posts by this author"
|
1137 |
msgstr "Zobacz wpisy tego autora"
|
1138 |
|
1139 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1654
|
1140 |
+
msgid "Super Admin"
|
1141 |
+
msgstr ""
|
1142 |
+
|
1143 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1665
|
1144 |
#, php-format
|
1145 |
msgid "e-mail: %s"
|
1146 |
msgstr "e-mail: %s"
|
1147 |
|
1148 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1776
|
1149 |
#, fuzzy
|
1150 |
msgid "Change"
|
1151 |
msgstr "Zmień kolejność"
|
1152 |
|
1153 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1792
|
1154 |
#, fuzzy
|
1155 |
msgid "Update selected users"
|
1156 |
msgstr "Usuń wybrane pola"
|
1157 |
|
1158 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1813
|
1159 |
#, fuzzy
|
1160 |
msgid "Update"
|
1161 |
msgstr "Zaktualizuj pole"
|
1162 |
|
1163 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1828
|
1164 |
msgid "OK"
|
1165 |
msgstr ""
|
1166 |
|
1167 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1829
|
1168 |
msgid "Cancel"
|
1169 |
msgstr ""
|
1170 |
|
1172 |
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!"
|
1173 |
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."
|
1174 |
|
1175 |
+
#~ msgid "« Back to All Users"
|
1176 |
+
#~ msgstr "« Powrót do wszystkich"
|
1177 |
#~ msgid "A&U Extended"
|
1178 |
#~ msgstr "Rozszerzenia"
|
1179 |
#~ msgid "Users Matching \"%s\""
|
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-
|
6 |
-
"PO-Revision-Date: 2011-
|
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"
|
@@ -16,149 +16,149 @@ msgstr ""
|
|
16 |
"X-Poedit-Basepath: .\n"
|
17 |
"X-Poedit-SearchPath-0: /var/www/wp-content/plugins/cimy-user-extra-fields\n"
|
18 |
|
19 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
20 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
21 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
22 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
23 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
24 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
25 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
26 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
27 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
28 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
29 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
30 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
31 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
32 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
33 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
34 |
msgid "ERROR"
|
35 |
msgstr "ERRO"
|
36 |
|
37 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
38 |
msgid "does not match."
|
39 |
msgstr "não coincide."
|
40 |
|
41 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
42 |
msgid "hasn’t a correct email syntax."
|
43 |
msgstr "não tem uma sintaxe de e-mail válida."
|
44 |
|
45 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
46 |
msgid "couldn’t be empty."
|
47 |
msgstr "não pode estar vazio."
|
48 |
|
49 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
50 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
51 |
msgid "isn’t correct"
|
52 |
msgstr "não está correto"
|
53 |
|
54 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
55 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
56 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
57 |
msgid "YES"
|
58 |
msgstr "SIM"
|
59 |
|
60 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
61 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
62 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
63 |
msgid "NO"
|
64 |
msgstr "NÃO"
|
65 |
|
66 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
67 |
msgid "should be"
|
68 |
msgstr "deve ser"
|
69 |
|
70 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
71 |
msgid "should be an image."
|
72 |
msgstr "deve ser uma imagem"
|
73 |
|
74 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
75 |
msgid "couldn’t have size less than"
|
76 |
msgstr "não pode ter tamanho inferior a"
|
77 |
|
78 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
79 |
msgid "couldn’t have length less than"
|
80 |
msgstr "não poder tamanho inferior a"
|
81 |
|
82 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
83 |
msgid "couldn’t have size different than"
|
84 |
msgstr "não pode ter tamanho diferrente de"
|
85 |
|
86 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
87 |
msgid "couldn’t have length different than"
|
88 |
msgstr "não pode ter comprimento diferente de"
|
89 |
|
90 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
91 |
msgid "couldn’t have size more than"
|
92 |
msgstr "não pode ter tamanho maior que"
|
93 |
|
94 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
95 |
msgid "couldn’t have length more than"
|
96 |
msgstr "não pode ter comprimento maior que"
|
97 |
|
98 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
99 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
100 |
msgid "Typed code is not correct."
|
101 |
msgstr "Código digitado não está correto."
|
102 |
|
103 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
104 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
105 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
106 |
msgid "Username"
|
107 |
msgstr "Nome de Usuário"
|
108 |
|
109 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
110 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
111 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
112 |
msgid "E-mail"
|
113 |
msgstr "E-mail"
|
114 |
|
115 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
116 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
117 |
msgid "Please upload a file with one of the following extensions"
|
118 |
msgstr "Por favor envie um arquivo com uma das seguintes extensões"
|
119 |
|
120 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
121 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
122 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
123 |
msgid "Please upload an image with one of the following extensions"
|
124 |
msgstr "Por favor envie uma imagem com uma das seguintes extensões"
|
125 |
|
126 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
127 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:47
|
128 |
msgid "Strength indicator"
|
129 |
msgstr "Indicador de força"
|
130 |
|
131 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
132 |
#, fuzzy
|
133 |
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 ! \" ? $ % ^ & )."
|
134 |
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 ! \\\" ? $ % ^ & )."
|
135 |
|
136 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
137 |
msgid "Change image"
|
138 |
msgstr "Mudar imagem"
|
139 |
|
140 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
141 |
msgid "Insert the code:"
|
142 |
msgstr "Inserir o código:"
|
143 |
|
144 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
145 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
146 |
msgid "Confirm your registration"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
150 |
msgid "A password will be e-mailed to you."
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
154 |
msgid "← Back"
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:
|
158 |
msgid "no fieldset"
|
159 |
msgstr "sem campo"
|
160 |
|
161 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:
|
162 |
msgid "All"
|
163 |
msgstr ""
|
164 |
|
@@ -194,324 +194,324 @@ msgstr "Opções definidas para valores padrão"
|
|
194 |
msgid "Options deleted"
|
195 |
msgstr "Opções excluídas"
|
196 |
|
197 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
198 |
msgid "Options changed"
|
199 |
msgstr "Opções alteradas"
|
200 |
|
201 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
202 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
203 |
msgstr "Esta operação vai criar/atualizar todas a opções/tabelas que faltam, continuar?"
|
204 |
|
205 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
206 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
207 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
208 |
msgid "Options"
|
209 |
msgstr "Opções"
|
210 |
|
211 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
212 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:442
|
213 |
msgid "Add a new Field"
|
214 |
msgstr "Adicionar Novo Campo"
|
215 |
|
216 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
217 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
218 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
219 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
220 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
221 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:294
|
222 |
msgid "Extra Fields"
|
223 |
msgstr "Campos Adicionais"
|
224 |
|
225 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
226 |
msgid "Support the Cimy Project"
|
227 |
msgstr "Suporte o Projeto Cimy"
|
228 |
|
229 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
230 |
msgid "This plug-in is the results of hours of development to add new features, support new WordPress versions and fix bugs, please donate money if saved you from spending all these hours!"
|
231 |
msgstr "Este plugin é o resultado de horas de desenvolvimento para adicionar novos recurso, suportar novas versões do WordPress e corrigir bugs, por favor, faça um donativo ao autor! <br /><br /><small>Tradução para pt_BR: <a href=\"http://www.arquivo.tk\" target=_blank\">Diana K. C</a></small>"
|
232 |
|
233 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
234 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
235 |
msgid "SUCCESSFUL"
|
236 |
msgstr "CONCLUÍDO"
|
237 |
|
238 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
239 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
240 |
msgid "Save Changes"
|
241 |
msgstr "Salvar Mudanças"
|
242 |
|
243 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
244 |
msgid "General"
|
245 |
msgstr "Geral"
|
246 |
|
247 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
248 |
msgid "installed is"
|
249 |
msgstr "instalado é"
|
250 |
|
251 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
252 |
msgid "OPTIONS DELETED!"
|
253 |
msgstr "OPÇÕES EXCLUÍDAS`"
|
254 |
|
255 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
256 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
257 |
msgid "Fix the problem"
|
258 |
msgstr "Corrigir problema"
|
259 |
|
260 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
261 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
262 |
msgstr "Versões não coincidem! Isto pode ter sido causado porque não desativou e reativou o plugin depois da atualização!"
|
263 |
|
264 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
265 |
msgid "Picture/Avatar upload"
|
266 |
msgstr "Envio de Figura/Avatar"
|
267 |
|
268 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
269 |
msgid "is created and writable"
|
270 |
msgstr "foi criado e pode ser escrito"
|
271 |
|
272 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
273 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
274 |
msgstr "não foi criado ou o serviço de hospedam não tem permissão de escrever nele."
|
275 |
|
276 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
277 |
msgid "Show all fields in the welcome email"
|
278 |
msgstr "Mostrar todos os campos no e-mail de boas-vindas"
|
279 |
|
280 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
281 |
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
282 |
msgstr "O e-mail enviado ao admin e ao usuário que se registrou, mostrará todos os campos."
|
283 |
|
284 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
285 |
msgid "Enable email confirmation"
|
286 |
msgstr "Ativar configuração de e-mail"
|
287 |
|
288 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
289 |
msgid "user that registers should confirm its email address via a link click"
|
290 |
msgstr "Usuários que se registrarem devem confirmar seu e-mail através de link"
|
291 |
|
292 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
293 |
msgid "<strong>note:</strong> this option turned on will automatically disable (only during the registration) all upload fields: file, picture, avatar"
|
294 |
msgstr "<strong>Nota:</strong> se ativar esta opção, todas os itens de envio de arquivos serão destaivados como envio de arquivos, avatar etc."
|
295 |
|
296 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
297 |
#, fuzzy
|
298 |
msgid "Enable form confirmation"
|
299 |
msgstr "Ativar configuração de e-mail"
|
300 |
|
301 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
302 |
msgid "a summary of the registration form will be presented to the user"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
306 |
msgid "Customize welcome email sent to the new user"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
310 |
msgid "if you change or remove the placeholders then the email won't have the correct information"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
314 |
msgid "Redirect to the source"
|
315 |
msgstr "Redirecionar para a origem"
|
316 |
|
317 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
318 |
msgid "after the registration or confirmation the user will be redirected to the address where was exactly before clicking on the registration link"
|
319 |
msgstr "Depois do registro ou confirmação, o usuário será redirecionado para o endereço onde estava antes de clicar no link para se registrar."
|
320 |
|
321 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
322 |
msgid "No captcha"
|
323 |
msgstr "Sem CAPTCHA"
|
324 |
|
325 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
326 |
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
327 |
msgstr "Ativar <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
328 |
|
329 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
330 |
msgid "Public KEY"
|
331 |
msgstr "Chave pública (Public KEY)"
|
332 |
|
333 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
334 |
msgid "Private KEY"
|
335 |
msgstr "Chave privativa (Private KEY)"
|
336 |
|
337 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
338 |
msgid "Enable <a href=\"http://www.phpcaptcha.org/\" target=\"_blank\">Securimage Captcha</a>"
|
339 |
msgstr "Ativar <a href=\"http://www.phpcaptcha.org/\" target=\"_blank\">Securimage CAPTCHA</a>"
|
340 |
|
341 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
342 |
msgid "This captcha is probably weaker, but is easier for users"
|
343 |
msgstr "Este CAPTCHA é mais fraco, porém, mais simples para usuários"
|
344 |
|
345 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
346 |
#, php-format
|
347 |
msgid "<strong>WARNING: to activate this captcha download <a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">this package</a> and unpack it under %s</strong>"
|
348 |
msgstr "<strong>ATENÇÃO: para ativar este captcha, faça download da extensção<a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">PHP Captcha</a> e extraia em %s</strong>"
|
349 |
|
350 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
351 |
msgid "Change login/registration page logo"
|
352 |
msgstr "Mudar logotipo da página de registro"
|
353 |
|
354 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
355 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
356 |
msgid "Delete the picture"
|
357 |
msgstr "Excluir figura"
|
358 |
|
359 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
360 |
msgid "Maximum recommended logo width is 328px, but any height should work."
|
361 |
msgstr "Dimensão máxima recomendada da largura é 328px"
|
362 |
|
363 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
364 |
msgid "Database"
|
365 |
msgstr "Banco de Dados"
|
366 |
|
367 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
368 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
369 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
370 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
371 |
msgid "select action"
|
372 |
msgstr "Selecione uma ação"
|
373 |
|
374 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
375 |
msgid "Default values"
|
376 |
msgstr "Valores padrão"
|
377 |
|
378 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
379 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
380 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
381 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
382 |
msgid "Delete"
|
383 |
msgstr "Excluir"
|
384 |
|
385 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
386 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
387 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
388 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
389 |
msgid "NOT PRESENT"
|
390 |
msgstr "NÃO PRESENTE"
|
391 |
|
392 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
393 |
msgid "WordPress Fields table"
|
394 |
msgstr "Tabela de Campos do WordPress"
|
395 |
|
396 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
397 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
398 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
399 |
msgid "Empty"
|
400 |
msgstr "Esvaziar"
|
401 |
|
402 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
403 |
msgid "Extra Fields table"
|
404 |
msgstr "Tabela de Campos Extras"
|
405 |
|
406 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
407 |
msgid "Users Data table"
|
408 |
msgstr "Tabela de Dados do Usuário"
|
409 |
|
410 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
411 |
msgid "all data inserted by users in all and only extra fields"
|
412 |
msgstr "Todos os dados inseridos pelos usuários em todos os campos extras"
|
413 |
|
414 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
415 |
msgid "Force tables creation"
|
416 |
msgstr "Forçar criação de tabelas"
|
417 |
|
418 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
419 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
420 |
msgstr "Equivalente a desativar e ativar o plugin, nenhuma outra operação é feita"
|
421 |
|
422 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
423 |
msgid "User Profile"
|
424 |
msgstr "Perfil do Usuário"
|
425 |
|
426 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
427 |
msgid "Extra Fields section title"
|
428 |
msgstr "Títulos para seção de Campos Adicionais"
|
429 |
|
430 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
431 |
msgid "Fieldset's titles, separates with comma"
|
432 |
msgstr "Tïtulos da seções, separados por vírgulas"
|
433 |
|
434 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
435 |
msgid "example: title1,title2,title3"
|
436 |
msgstr "Ex.: título A, título B, Título C"
|
437 |
|
438 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
439 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
440 |
msgstr "<strong>Nota:</strong> ao mudar a ordem ou remover qualquer campo adicional, é preciso definir onde os campos aparecem novamente"
|
441 |
|
442 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
443 |
msgid "Authors & Users Extended"
|
444 |
msgstr "Autores & Usuários Extendidos"
|
445 |
|
446 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
447 |
msgid "Hide username field"
|
448 |
msgstr "Esconder campo <strong>Nome de Usuário</strong>"
|
449 |
|
450 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
451 |
msgid "Hide name field"
|
452 |
msgstr "Esconder campo <strong>Nome</strong>"
|
453 |
|
454 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
455 |
msgid "Hide email field"
|
456 |
msgstr "Esconder campo <strong>E-mail</strong>"
|
457 |
|
458 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
459 |
msgid "Hide role field"
|
460 |
msgstr "Esconder campo <strong>Função</strong>"
|
461 |
|
462 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
463 |
msgid "Hide website field"
|
464 |
msgstr "Esconder campo <strong>Website</strong>"
|
465 |
|
466 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
467 |
msgid "Hide n. posts field"
|
468 |
msgstr "Esconder número de postagens"
|
469 |
|
470 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
471 |
msgid "WordPress hidden fields"
|
472 |
msgstr "Campos WordPress"
|
473 |
|
474 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
475 |
msgid "Show password"
|
476 |
msgstr "Mostrar senha"
|
477 |
|
478 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
479 |
msgid "Show confirmation password"
|
480 |
msgstr "Mostrar senha de confirmação"
|
481 |
|
482 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
483 |
msgid "Show password strength meter"
|
484 |
msgstr "Mostrar indicador de força da senha"
|
485 |
|
486 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
487 |
msgid "Show first name"
|
488 |
msgstr "Mostrar Nome"
|
489 |
|
490 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
491 |
msgid "Show last name"
|
492 |
msgstr "Mostrar Sobrenome"
|
493 |
|
494 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
495 |
msgid "Show nickname"
|
496 |
msgstr "Mostrar Apelido"
|
497 |
|
498 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
499 |
msgid "Show website"
|
500 |
msgstr "Mostrar Website"
|
501 |
|
502 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
503 |
msgid "Show AIM"
|
504 |
msgstr "Mostrar AIM"
|
505 |
|
506 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
507 |
msgid "Show Yahoo IM"
|
508 |
msgstr "Mostrar Yahoo IM"
|
509 |
|
510 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
511 |
msgid "Show Jabber / Google Talk"
|
512 |
msgstr "Mostrar Jabber/ Google Talk"
|
513 |
|
514 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
515 |
msgid "Show Biographical Info"
|
516 |
msgstr "Mostrar Biografia"
|
517 |
|
@@ -537,57 +537,57 @@ msgstr ""
|
|
537 |
msgid "Mismatch"
|
538 |
msgstr ""
|
539 |
|
540 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
541 |
msgid "Password"
|
542 |
msgstr "Senha"
|
543 |
|
544 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
545 |
msgid "Password confirmation"
|
546 |
msgstr "Confirmação de senha"
|
547 |
|
548 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
549 |
msgid "First name"
|
550 |
msgstr "Nome"
|
551 |
|
552 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
553 |
msgid "Last name"
|
554 |
msgstr "Sobrenome"
|
555 |
|
556 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
557 |
msgid "Nickname"
|
558 |
msgstr "Apelido"
|
559 |
|
560 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
561 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
562 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
563 |
msgid "Website"
|
564 |
msgstr "Website"
|
565 |
|
566 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
567 |
msgid "AIM"
|
568 |
msgstr "AIM"
|
569 |
|
570 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
571 |
msgid "Yahoo IM"
|
572 |
msgstr "Yahoo IM"
|
573 |
|
574 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
575 |
msgid "Jabber / Google Talk"
|
576 |
msgstr "Jabber / Google Talk"
|
577 |
|
578 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
579 |
msgid "Biographical Info"
|
580 |
msgstr "Biografias"
|
581 |
|
582 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
583 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:133
|
584 |
msgid "Fields"
|
585 |
msgstr "Campos"
|
586 |
|
587 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
588 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
589 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
590 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
591 |
msgid "Users Extended"
|
592 |
msgstr "Usuários Extendidos"
|
593 |
|
@@ -605,28 +605,28 @@ msgstr "A <em>biblioteca GD image</em> não está disponível"
|
|
605 |
msgid "File '%s' is not an image."
|
606 |
msgstr "Arquivo '%s' não é uma imagem."
|
607 |
|
608 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
609 |
msgid "Delete the file"
|
610 |
msgstr "Excluir arquivo"
|
611 |
|
612 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
613 |
msgid "Update the file"
|
614 |
msgstr "Atualizar o arquivo"
|
615 |
|
616 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
617 |
msgid "Update the picture"
|
618 |
msgstr "Atualizar figura"
|
619 |
|
620 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
621 |
msgid "Picture URL:"
|
622 |
msgstr "URL da figura:"
|
623 |
|
624 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
625 |
#, php-format
|
626 |
msgid "%s previous value: %s new value: %s"
|
627 |
msgstr ""
|
628 |
|
629 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
630 |
#, php-format
|
631 |
msgid "%s (%s) has changed one or more fields"
|
632 |
msgstr ""
|
@@ -705,31 +705,31 @@ msgstr "Um erro ocorreu durante a ativação"
|
|
705 |
msgid "Password: %s"
|
706 |
msgstr "Senha: %s"
|
707 |
|
708 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
709 |
msgid "Invalid activation key."
|
710 |
msgstr "Chave de ativação inválida"
|
711 |
|
712 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
713 |
msgid "The site is already active."
|
714 |
msgstr "O site já está ativo"
|
715 |
|
716 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
717 |
msgid "Could not create user"
|
718 |
msgstr "Não foi possível criar usuário"
|
719 |
|
720 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
721 |
msgid "That username is already activated."
|
722 |
msgstr "Este nome de usuário já está ativado"
|
723 |
|
724 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
725 |
msgid "That username is currently reserved but may be available in a couple of days."
|
726 |
msgstr "Nome de usuário reservado."
|
727 |
|
728 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
729 |
msgid "username and email used"
|
730 |
msgstr "Nome de usuário e e-mail usados"
|
731 |
|
732 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
733 |
msgid "That email address has already been used. Please check your inbox for an activation email. It will become available in a couple of days if you do nothing."
|
734 |
msgstr "E-mail já usado. Verifique se não há um e-mail de ativação na sua caixa de entrada. Estará disponível em alguns dias se nada fizer."
|
735 |
|
@@ -754,17 +754,17 @@ msgid "Change order"
|
|
754 |
msgstr "Mudar ordem"
|
755 |
|
756 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
757 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
758 |
msgid "Min length"
|
759 |
msgstr "Caracteres Mín."
|
760 |
|
761 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:31
|
762 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
763 |
msgid "Exact length"
|
764 |
msgstr "Caracteres Exatos"
|
765 |
|
766 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:32
|
767 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
768 |
msgid "Max length"
|
769 |
msgstr "Caracteres Máx."
|
770 |
|
@@ -794,17 +794,17 @@ msgid "deleted correctly"
|
|
794 |
msgstr "excluído(s)"
|
795 |
|
796 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:239
|
797 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
798 |
msgid "Min size"
|
799 |
msgstr "Tamanho Mín."
|
800 |
|
801 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:240
|
802 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
803 |
msgid "Exact size"
|
804 |
msgstr "Tamanho Exato"
|
805 |
|
806 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:241
|
807 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
808 |
msgid "Max size"
|
809 |
msgstr "Tamanho Máx."
|
810 |
|
@@ -912,157 +912,158 @@ msgstr "<strong>file</strong>: Permite carregar um arquivo informando sua URL em
|
|
912 |
|
913 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
914 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:648
|
915 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
916 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
917 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
918 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
919 |
msgid "Name"
|
920 |
msgstr "Nome"
|
921 |
|
922 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
923 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
924 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
925 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
926 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
927 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
928 |
msgid "Value"
|
929 |
msgstr "Valor"
|
930 |
|
931 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:639
|
932 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
933 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
934 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
935 |
msgid "Type"
|
936 |
msgstr "Tipo"
|
937 |
|
938 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
939 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:671
|
940 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
941 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
942 |
msgid "Label"
|
943 |
msgstr "Rótulo"
|
944 |
|
945 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
946 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:672
|
947 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
948 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
949 |
msgid "Description"
|
950 |
msgstr "Descrição"
|
951 |
|
952 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:641
|
953 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
954 |
msgid "Rules"
|
955 |
msgstr "Regras"
|
956 |
|
957 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:642
|
958 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
959 |
msgid "Actions"
|
960 |
msgstr "Ações"
|
961 |
|
962 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
963 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
964 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
965 |
msgid "Fieldset"
|
966 |
msgstr "Área do Campo"
|
967 |
|
968 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:684
|
969 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
970 |
msgid "Can be empty"
|
971 |
msgstr "Pode ser vazio"
|
972 |
|
973 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:685
|
974 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
975 |
msgid "Check for E-mail syntax"
|
976 |
msgstr "Verficar sintaxe de e-mail"
|
977 |
|
978 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:688
|
979 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
980 |
msgid "Can be modified"
|
981 |
msgstr "Pode ser modificado"
|
982 |
|
983 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:689
|
984 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
985 |
msgid "Can be modified only if empty"
|
986 |
msgstr "Pode ser modificado se vazio"
|
987 |
|
988 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:690
|
989 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
990 |
msgid "Can be modified only by admin"
|
991 |
msgstr "Pode ser modificado apenas por Admin"
|
992 |
|
993 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:691
|
994 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
995 |
msgid "Can be modified only by admin or if empty"
|
996 |
msgstr "Pode ser modificado por Admin ou se vazio"
|
997 |
|
998 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
999 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1000 |
msgid "Cannot be modified"
|
1001 |
msgstr "Não pode ser modificado"
|
1002 |
|
1003 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:700
|
1004 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1005 |
msgid "Should be equal TO"
|
1006 |
msgstr "Deve ser <strong>Igual a</strong>"
|
1007 |
|
1008 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:702
|
1009 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1010 |
msgid "Case sensitive"
|
1011 |
msgstr "Diferenciar maiúsc./minúsc."
|
1012 |
|
1013 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:705
|
1014 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1015 |
msgid "Regular Expression"
|
1016 |
msgstr "Expressão Regular"
|
1017 |
|
1018 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:708
|
1019 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1020 |
msgid "Show the field in the registration"
|
1021 |
msgstr "Mostrar na <strong>Página de Registro</strong>"
|
1022 |
|
1023 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
1024 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1025 |
msgid "Show the field in User's profile"
|
1026 |
msgstr "Mostrar no <strong>Perfil do Usuário</strong>"
|
1027 |
|
1028 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
1029 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1030 |
#, fuzzy
|
1031 |
-
msgid "Show the field in Users Extended
|
1032 |
msgstr "Mostrar em <strong>Autores & Usuários</strong>"
|
1033 |
|
1034 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
1035 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1036 |
msgid "Show the field in the search engine"
|
1037 |
msgstr "Mostrar no formulário de pesquisa"
|
1038 |
|
1039 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:720
|
1040 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1041 |
msgid "Show the field in the blog"
|
1042 |
msgstr "Mostrar no site"
|
1043 |
|
1044 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:723
|
1045 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1046 |
msgid "Show the field if the role is at least:"
|
1047 |
msgstr "Mostrar se usuário for ao menos:"
|
1048 |
|
1049 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:725
|
1050 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1051 |
msgid "Anonymous"
|
1052 |
msgstr "Anônimo"
|
1053 |
|
1054 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
1055 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1056 |
msgid "User has 'view_cimy_extra_fields' capability"
|
1057 |
msgstr ""
|
1058 |
|
1059 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:736
|
1060 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1061 |
msgid "Send an email to the admin if the user changes its value"
|
1062 |
msgstr ""
|
1063 |
|
1064 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:738
|
1065 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1066 |
#, fuzzy
|
1067 |
msgid "Advanced options"
|
1068 |
msgstr "Ações"
|
@@ -1071,99 +1072,101 @@ msgstr "Ações"
|
|
1071 |
msgid "Clear"
|
1072 |
msgstr "Limpar"
|
1073 |
|
1074 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1075 |
msgid "Invert selection"
|
1076 |
msgstr "Inverter seleção"
|
1077 |
|
1078 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1079 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
1080 |
msgstr "Tem certeza que quer excluir os campos e todos os dados informados pelos usuários?"
|
1081 |
|
1082 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1083 |
msgid "WordPress Fields"
|
1084 |
msgstr "Campos WordPress"
|
1085 |
|
1086 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1087 |
msgid "None!"
|
1088 |
msgstr "Nenhum!"
|
1089 |
|
1090 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1091 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1092 |
msgid "Order"
|
1093 |
msgstr "Ordem"
|
1094 |
|
1095 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1096 |
msgid "Reset"
|
1097 |
msgstr "Redefinir"
|
1098 |
|
1099 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1100 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1101 |
msgid "select"
|
1102 |
msgstr "Selecionar"
|
1103 |
|
1104 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1105 |
#, php-format
|
1106 |
msgid "Search results for “%s”"
|
1107 |
msgstr ""
|
1108 |
|
1109 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1110 |
#, php-format
|
1111 |
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
1112 |
msgstr "%1$s <span class=\"count\">(%2$s)</span>"
|
1113 |
|
1114 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1115 |
msgid "Search Users"
|
1116 |
msgstr "Pesquisar por Usuários"
|
1117 |
|
1118 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1119 |
-
|
1120 |
-
msgstr "« Voltar para Todos os Usuários"
|
1121 |
-
|
1122 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1501
|
1123 |
-
msgid "Users per page"
|
1124 |
-
msgstr "Usuários por Páginas"
|
1125 |
-
|
1126 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1516
|
1127 |
-
msgid "Apply"
|
1128 |
-
msgstr "Aplicar"
|
1129 |
-
|
1130 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1543
|
1131 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1544
|
1132 |
msgid "Role"
|
1133 |
msgstr "Função"
|
1134 |
|
1135 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1136 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1137 |
msgid "Posts"
|
1138 |
msgstr "Postagens"
|
1139 |
|
1140 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1141 |
msgid "View posts by this author"
|
1142 |
msgstr "Ver postagens desse autor"
|
1143 |
|
1144 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
1145 |
#, php-format
|
1146 |
msgid "e-mail: %s"
|
1147 |
msgstr "e-mail: %s"
|
1148 |
|
1149 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1150 |
#, fuzzy
|
1151 |
msgid "Change"
|
1152 |
msgstr "Mudar imagem"
|
1153 |
|
1154 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1155 |
msgid "Update selected users"
|
1156 |
msgstr "Atualizar Usuários selecionados"
|
1157 |
|
1158 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1159 |
msgid "Update"
|
1160 |
msgstr "Atualizar"
|
1161 |
|
1162 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1163 |
msgid "OK"
|
1164 |
msgstr ""
|
1165 |
|
1166 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1167 |
msgid "Cancel"
|
1168 |
msgstr ""
|
1169 |
|
@@ -1171,6 +1174,8 @@ msgstr ""
|
|
1171 |
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!"
|
1172 |
msgstr "<strong>Nota:</strong> este site permite personalizar sua senha. Depois do registro, você receberá um e-mail com outra senha!"
|
1173 |
|
|
|
|
|
1174 |
#~ msgid "A&U Extended"
|
1175 |
#~ msgstr "Autores & Usuários"
|
1176 |
#~ msgid "Users Matching \"%s\""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Cimy User Extra Fields\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-09-04 13:59+0300\n"
|
6 |
+
"PO-Revision-Date: 2011-09-04 13:59+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"
|
16 |
"X-Poedit-Basepath: .\n"
|
17 |
"X-Poedit-SearchPath-0: /var/www/wp-content/plugins/cimy-user-extra-fields\n"
|
18 |
|
19 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:419
|
20 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:423
|
21 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:437
|
22 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:458
|
23 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:470
|
24 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:477
|
25 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:488
|
26 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:494
|
27 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:506
|
28 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:512
|
29 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:524
|
30 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:530
|
31 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:544
|
32 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:564
|
33 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1070
|
34 |
msgid "ERROR"
|
35 |
msgstr "ERRO"
|
36 |
|
37 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:419
|
38 |
msgid "does not match."
|
39 |
msgstr "não coincide."
|
40 |
|
41 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:423
|
42 |
msgid "hasn’t a correct email syntax."
|
43 |
msgstr "não tem uma sintaxe de e-mail válida."
|
44 |
|
45 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:437
|
46 |
msgid "couldn’t be empty."
|
47 |
msgstr "não pode estar vazio."
|
48 |
|
49 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:457
|
50 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:466
|
51 |
msgid "isn’t correct"
|
52 |
msgstr "não está correto"
|
53 |
|
54 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:463
|
55 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:921
|
56 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:924
|
57 |
msgid "YES"
|
58 |
msgstr "SIM"
|
59 |
|
60 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:463
|
61 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:921
|
62 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:924
|
63 |
msgid "NO"
|
64 |
msgstr "NÃO"
|
65 |
|
66 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:468
|
67 |
msgid "should be"
|
68 |
msgstr "deve ser"
|
69 |
|
70 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:477
|
71 |
msgid "should be an image."
|
72 |
msgstr "deve ser uma imagem"
|
73 |
|
74 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:488
|
75 |
msgid "couldn’t have size less than"
|
76 |
msgstr "não pode ter tamanho inferior a"
|
77 |
|
78 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:494
|
79 |
msgid "couldn’t have length less than"
|
80 |
msgstr "não poder tamanho inferior a"
|
81 |
|
82 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:506
|
83 |
msgid "couldn’t have size different than"
|
84 |
msgstr "não pode ter tamanho diferrente de"
|
85 |
|
86 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:512
|
87 |
msgid "couldn’t have length different than"
|
88 |
msgstr "não pode ter comprimento diferente de"
|
89 |
|
90 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:524
|
91 |
msgid "couldn’t have size more than"
|
92 |
msgstr "não pode ter tamanho maior que"
|
93 |
|
94 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:530
|
95 |
msgid "couldn’t have length more than"
|
96 |
msgstr "não pode ter comprimento maior que"
|
97 |
|
98 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:544
|
99 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:564
|
100 |
msgid "Typed code is not correct."
|
101 |
msgstr "Código digitado não está correto."
|
102 |
|
103 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:641
|
104 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1479
|
105 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1480
|
106 |
msgid "Username"
|
107 |
msgstr "Nome de Usuário"
|
108 |
|
109 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:644
|
110 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1489
|
111 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1490
|
112 |
msgid "E-mail"
|
113 |
msgstr "E-mail"
|
114 |
|
115 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:893
|
116 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:306
|
117 |
msgid "Please upload a file with one of the following extensions"
|
118 |
msgstr "Por favor envie um arquivo com uma das seguintes extensões"
|
119 |
|
120 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:899
|
121 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:272
|
122 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:312
|
123 |
msgid "Please upload an image with one of the following extensions"
|
124 |
msgstr "Por favor envie uma imagem com uma das seguintes extensões"
|
125 |
|
126 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1056
|
127 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:47
|
128 |
msgid "Strength indicator"
|
129 |
msgstr "Indicador de força"
|
130 |
|
131 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1057
|
132 |
#, fuzzy
|
133 |
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 ! \" ? $ % ^ & )."
|
134 |
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 ! \\\" ? $ % ^ & )."
|
135 |
|
136 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1103
|
137 |
msgid "Change image"
|
138 |
msgstr "Mudar imagem"
|
139 |
|
140 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1106
|
141 |
msgid "Insert the code:"
|
142 |
msgstr "Inserir o código:"
|
143 |
|
144 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1172
|
145 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1174
|
146 |
msgid "Confirm your registration"
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1180
|
150 |
msgid "A password will be e-mailed to you."
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1187
|
154 |
msgid "← Back"
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:429
|
158 |
msgid "no fieldset"
|
159 |
msgstr "sem campo"
|
160 |
|
161 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:433
|
162 |
msgid "All"
|
163 |
msgstr ""
|
164 |
|
194 |
msgid "Options deleted"
|
195 |
msgstr "Opções excluídas"
|
196 |
|
197 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:248
|
198 |
msgid "Options changed"
|
199 |
msgstr "Opções alteradas"
|
200 |
|
201 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:326
|
202 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
203 |
msgstr "Esta operação vai criar/atualizar todas a opções/tabelas que faltam, continuar?"
|
204 |
|
205 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:335
|
206 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:528
|
207 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:757
|
208 |
msgid "Options"
|
209 |
msgstr "Opções"
|
210 |
|
211 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:338
|
212 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:442
|
213 |
msgid "Add a new Field"
|
214 |
msgstr "Adicionar Novo Campo"
|
215 |
|
216 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:338
|
217 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:807
|
218 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1796
|
219 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1801
|
220 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
221 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:294
|
222 |
msgid "Extra Fields"
|
223 |
msgstr "Campos Adicionais"
|
224 |
|
225 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:344
|
226 |
msgid "Support the Cimy Project"
|
227 |
msgstr "Suporte o Projeto Cimy"
|
228 |
|
229 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:352
|
230 |
msgid "This plug-in is the results of hours of development to add new features, support new WordPress versions and fix bugs, please donate money if saved you from spending all these hours!"
|
231 |
msgstr "Este plugin é o resultado de horas de desenvolvimento para adicionar novos recurso, suportar novas versões do WordPress e corrigir bugs, por favor, faça um donativo ao autor! <br /><br /><small>Tradução para pt_BR: <a href=\"http://www.arquivo.tk\" target=_blank\">Diana K. C</a></small>"
|
232 |
|
233 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:362
|
234 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1088
|
235 |
msgid "SUCCESSFUL"
|
236 |
msgstr "CONCLUÍDO"
|
237 |
|
238 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:376
|
239 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:699
|
240 |
msgid "Save Changes"
|
241 |
msgstr "Salvar Mudanças"
|
242 |
|
243 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:377
|
244 |
msgid "General"
|
245 |
msgstr "Geral"
|
246 |
|
247 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:385
|
248 |
msgid "installed is"
|
249 |
msgstr "instalado é"
|
250 |
|
251 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:389
|
252 |
msgid "OPTIONS DELETED!"
|
253 |
msgstr "OPÇÕES EXCLUÍDAS`"
|
254 |
|
255 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:392
|
256 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:397
|
257 |
msgid "Fix the problem"
|
258 |
msgstr "Corrigir problema"
|
259 |
|
260 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:395
|
261 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
262 |
msgstr "Versões não coincidem! Isto pode ter sido causado porque não desativou e reativou o plugin depois da atualização!"
|
263 |
|
264 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:403
|
265 |
msgid "Picture/Avatar upload"
|
266 |
msgstr "Envio de Figura/Avatar"
|
267 |
|
268 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:407
|
269 |
msgid "is created and writable"
|
270 |
msgstr "foi criado e pode ser escrito"
|
271 |
|
272 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:409
|
273 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
274 |
msgstr "não foi criado ou o serviço de hospedam não tem permissão de escrever nele."
|
275 |
|
276 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:416
|
277 |
msgid "Show all fields in the welcome email"
|
278 |
msgstr "Mostrar todos os campos no e-mail de boas-vindas"
|
279 |
|
280 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:420
|
281 |
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
282 |
msgstr "O e-mail enviado ao admin e ao usuário que se registrou, mostrará todos os campos."
|
283 |
|
284 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:428
|
285 |
msgid "Enable email confirmation"
|
286 |
msgstr "Ativar configuração de e-mail"
|
287 |
|
288 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:432
|
289 |
msgid "user that registers should confirm its email address via a link click"
|
290 |
msgstr "Usuários que se registrarem devem confirmar seu e-mail através de link"
|
291 |
|
292 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:434
|
293 |
msgid "<strong>note:</strong> this option turned on will automatically disable (only during the registration) all upload fields: file, picture, avatar"
|
294 |
msgstr "<strong>Nota:</strong> se ativar esta opção, todas os itens de envio de arquivos serão destaivados como envio de arquivos, avatar etc."
|
295 |
|
296 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:441
|
297 |
#, fuzzy
|
298 |
msgid "Enable form confirmation"
|
299 |
msgstr "Ativar configuração de e-mail"
|
300 |
|
301 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:445
|
302 |
msgid "a summary of the registration form will be presented to the user"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:451
|
306 |
msgid "Customize welcome email sent to the new user"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:455
|
310 |
msgid "if you change or remove the placeholders then the email won't have the correct information"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:461
|
314 |
msgid "Redirect to the source"
|
315 |
msgstr "Redirecionar para a origem"
|
316 |
|
317 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:465
|
318 |
msgid "after the registration or confirmation the user will be redirected to the address where was exactly before clicking on the registration link"
|
319 |
msgstr "Depois do registro ou confirmação, o usuário será redirecionado para o endereço onde estava antes de clicar no link para se registrar."
|
320 |
|
321 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:473
|
322 |
msgid "No captcha"
|
323 |
msgstr "Sem CAPTCHA"
|
324 |
|
325 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:481
|
326 |
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
327 |
msgstr "Ativar <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
328 |
|
329 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:485
|
330 |
msgid "Public KEY"
|
331 |
msgstr "Chave pública (Public KEY)"
|
332 |
|
333 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:489
|
334 |
msgid "Private KEY"
|
335 |
msgstr "Chave privativa (Private KEY)"
|
336 |
|
337 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:497
|
338 |
msgid "Enable <a href=\"http://www.phpcaptcha.org/\" target=\"_blank\">Securimage Captcha</a>"
|
339 |
msgstr "Ativar <a href=\"http://www.phpcaptcha.org/\" target=\"_blank\">Securimage CAPTCHA</a>"
|
340 |
|
341 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:500
|
342 |
msgid "This captcha is probably weaker, but is easier for users"
|
343 |
msgstr "Este CAPTCHA é mais fraco, porém, mais simples para usuários"
|
344 |
|
345 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:504
|
346 |
#, php-format
|
347 |
msgid "<strong>WARNING: to activate this captcha download <a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">this package</a> and unpack it under %s</strong>"
|
348 |
msgstr "<strong>ATENÇÃO: para ativar este captcha, faça download da extensção<a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">PHP Captcha</a> e extraia em %s</strong>"
|
349 |
|
350 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:511
|
351 |
msgid "Change login/registration page logo"
|
352 |
msgstr "Mudar logotipo da página de registro"
|
353 |
|
354 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:516
|
355 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:454
|
356 |
msgid "Delete the picture"
|
357 |
msgstr "Excluir figura"
|
358 |
|
359 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:519
|
360 |
msgid "Maximum recommended logo width is 328px, but any height should work."
|
361 |
msgstr "Dimensão máxima recomendada da largura é 328px"
|
362 |
|
363 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:525
|
364 |
msgid "Database"
|
365 |
msgstr "Banco de Dados"
|
366 |
|
367 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:534
|
368 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:551
|
369 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:568
|
370 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:585
|
371 |
msgid "select action"
|
372 |
msgstr "Selecione uma ação"
|
373 |
|
374 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:535
|
375 |
msgid "Default values"
|
376 |
msgstr "Valores padrão"
|
377 |
|
378 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:536
|
379 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:553
|
380 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:570
|
381 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:587
|
382 |
msgid "Delete"
|
383 |
msgstr "Excluir"
|
384 |
|
385 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:540
|
386 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:557
|
387 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:574
|
388 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:592
|
389 |
msgid "NOT PRESENT"
|
390 |
msgstr "NÃO PRESENTE"
|
391 |
|
392 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:545
|
393 |
msgid "WordPress Fields table"
|
394 |
msgstr "Tabela de Campos do WordPress"
|
395 |
|
396 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:552
|
397 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:569
|
398 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:586
|
399 |
msgid "Empty"
|
400 |
msgstr "Esvaziar"
|
401 |
|
402 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:562
|
403 |
msgid "Extra Fields table"
|
404 |
msgstr "Tabela de Campos Extras"
|
405 |
|
406 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:579
|
407 |
msgid "Users Data table"
|
408 |
msgstr "Tabela de Dados do Usuário"
|
409 |
|
410 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:589
|
411 |
msgid "all data inserted by users in all and only extra fields"
|
412 |
msgstr "Todos os dados inseridos pelos usuários em todos os campos extras"
|
413 |
|
414 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:597
|
415 |
msgid "Force tables creation"
|
416 |
msgstr "Forçar criação de tabelas"
|
417 |
|
418 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:600
|
419 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
420 |
msgstr "Equivalente a desativar e ativar o plugin, nenhuma outra operação é feita"
|
421 |
|
422 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:606
|
423 |
msgid "User Profile"
|
424 |
msgstr "Perfil do Usuário"
|
425 |
|
426 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:609
|
427 |
msgid "Extra Fields section title"
|
428 |
msgstr "Títulos para seção de Campos Adicionais"
|
429 |
|
430 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
431 |
msgid "Fieldset's titles, separates with comma"
|
432 |
msgstr "Tïtulos da seções, separados por vírgulas"
|
433 |
|
434 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
435 |
msgid "example: title1,title2,title3"
|
436 |
msgstr "Ex.: título A, título B, Título C"
|
437 |
|
438 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:614
|
439 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
440 |
msgstr "<strong>Nota:</strong> ao mudar a ordem ou remover qualquer campo adicional, é preciso definir onde os campos aparecem novamente"
|
441 |
|
442 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:619
|
443 |
msgid "Authors & Users Extended"
|
444 |
msgstr "Autores & Usuários Extendidos"
|
445 |
|
446 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:623
|
447 |
msgid "Hide username field"
|
448 |
msgstr "Esconder campo <strong>Nome de Usuário</strong>"
|
449 |
|
450 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:629
|
451 |
msgid "Hide name field"
|
452 |
msgstr "Esconder campo <strong>Nome</strong>"
|
453 |
|
454 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:634
|
455 |
msgid "Hide email field"
|
456 |
msgstr "Esconder campo <strong>E-mail</strong>"
|
457 |
|
458 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:638
|
459 |
msgid "Hide role field"
|
460 |
msgstr "Esconder campo <strong>Função</strong>"
|
461 |
|
462 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:642
|
463 |
msgid "Hide website field"
|
464 |
msgstr "Esconder campo <strong>Website</strong>"
|
465 |
|
466 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:646
|
467 |
msgid "Hide n. posts field"
|
468 |
msgstr "Esconder número de postagens"
|
469 |
|
470 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:651
|
471 |
msgid "WordPress hidden fields"
|
472 |
msgstr "Campos WordPress"
|
473 |
|
474 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:654
|
475 |
msgid "Show password"
|
476 |
msgstr "Mostrar senha"
|
477 |
|
478 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:658
|
479 |
msgid "Show confirmation password"
|
480 |
msgstr "Mostrar senha de confirmação"
|
481 |
|
482 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:662
|
483 |
msgid "Show password strength meter"
|
484 |
msgstr "Mostrar indicador de força da senha"
|
485 |
|
486 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:666
|
487 |
msgid "Show first name"
|
488 |
msgstr "Mostrar Nome"
|
489 |
|
490 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:670
|
491 |
msgid "Show last name"
|
492 |
msgstr "Mostrar Sobrenome"
|
493 |
|
494 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:674
|
495 |
msgid "Show nickname"
|
496 |
msgstr "Mostrar Apelido"
|
497 |
|
498 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:678
|
499 |
msgid "Show website"
|
500 |
msgstr "Mostrar Website"
|
501 |
|
502 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:682
|
503 |
msgid "Show AIM"
|
504 |
msgstr "Mostrar AIM"
|
505 |
|
506 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:686
|
507 |
msgid "Show Yahoo IM"
|
508 |
msgstr "Mostrar Yahoo IM"
|
509 |
|
510 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:690
|
511 |
msgid "Show Jabber / Google Talk"
|
512 |
msgstr "Mostrar Jabber/ Google Talk"
|
513 |
|
514 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:694
|
515 |
msgid "Show Biographical Info"
|
516 |
msgstr "Mostrar Biografia"
|
517 |
|
537 |
msgid "Mismatch"
|
538 |
msgstr ""
|
539 |
|
540 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:209
|
541 |
msgid "Password"
|
542 |
msgstr "Senha"
|
543 |
|
544 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:229
|
545 |
msgid "Password confirmation"
|
546 |
msgstr "Confirmação de senha"
|
547 |
|
548 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:249
|
549 |
msgid "First name"
|
550 |
msgstr "Nome"
|
551 |
|
552 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:269
|
553 |
msgid "Last name"
|
554 |
msgstr "Sobrenome"
|
555 |
|
556 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:289
|
557 |
msgid "Nickname"
|
558 |
msgstr "Apelido"
|
559 |
|
560 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:309
|
561 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1499
|
562 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1500
|
563 |
msgid "Website"
|
564 |
msgstr "Website"
|
565 |
|
566 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:329
|
567 |
msgid "AIM"
|
568 |
msgstr "AIM"
|
569 |
|
570 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:349
|
571 |
msgid "Yahoo IM"
|
572 |
msgstr "Yahoo IM"
|
573 |
|
574 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:369
|
575 |
msgid "Jabber / Google Talk"
|
576 |
msgstr "Jabber / Google Talk"
|
577 |
|
578 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:389
|
579 |
msgid "Biographical Info"
|
580 |
msgstr "Biografias"
|
581 |
|
582 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:758
|
583 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:133
|
584 |
msgid "Fields"
|
585 |
msgstr "Campos"
|
586 |
|
587 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:759
|
588 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:767
|
589 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:772
|
590 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1401
|
591 |
msgid "Users Extended"
|
592 |
msgstr "Usuários Extendidos"
|
593 |
|
605 |
msgid "File '%s' is not an image."
|
606 |
msgstr "Arquivo '%s' não é uma imagem."
|
607 |
|
608 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:450
|
609 |
msgid "Delete the file"
|
610 |
msgstr "Excluir arquivo"
|
611 |
|
612 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:451
|
613 |
msgid "Update the file"
|
614 |
msgstr "Atualizar o arquivo"
|
615 |
|
616 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:455
|
617 |
msgid "Update the picture"
|
618 |
msgstr "Atualizar figura"
|
619 |
|
620 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:475
|
621 |
msgid "Picture URL:"
|
622 |
msgstr "URL da figura:"
|
623 |
|
624 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:716
|
625 |
#, php-format
|
626 |
msgid "%s previous value: %s new value: %s"
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:731
|
630 |
#, php-format
|
631 |
msgid "%s (%s) has changed one or more fields"
|
632 |
msgstr ""
|
705 |
msgid "Password: %s"
|
706 |
msgstr "Senha: %s"
|
707 |
|
708 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:237
|
709 |
msgid "Invalid activation key."
|
710 |
msgstr "Chave de ativação inválida"
|
711 |
|
712 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:240
|
713 |
msgid "The site is already active."
|
714 |
msgstr "O site já está ativo"
|
715 |
|
716 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:259
|
717 |
msgid "Could not create user"
|
718 |
msgstr "Não foi possível criar usuário"
|
719 |
|
720 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:271
|
721 |
msgid "That username is already activated."
|
722 |
msgstr "Este nome de usuário já está ativado"
|
723 |
|
724 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:291
|
725 |
msgid "That username is currently reserved but may be available in a couple of days."
|
726 |
msgstr "Nome de usuário reservado."
|
727 |
|
728 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:294
|
729 |
msgid "username and email used"
|
730 |
msgstr "Nome de usuário e e-mail usados"
|
731 |
|
732 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:304
|
733 |
msgid "That email address has already been used. Please check your inbox for an activation email. It will become available in a couple of days if you do nothing."
|
734 |
msgstr "E-mail já usado. Verifique se não há um e-mail de ativação na sua caixa de entrada. Estará disponível em alguns dias se nada fizer."
|
735 |
|
754 |
msgstr "Mudar ordem"
|
755 |
|
756 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
757 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:897
|
758 |
msgid "Min length"
|
759 |
msgstr "Caracteres Mín."
|
760 |
|
761 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:31
|
762 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:898
|
763 |
msgid "Exact length"
|
764 |
msgstr "Caracteres Exatos"
|
765 |
|
766 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:32
|
767 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:899
|
768 |
msgid "Max length"
|
769 |
msgstr "Caracteres Máx."
|
770 |
|
794 |
msgstr "excluído(s)"
|
795 |
|
796 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:239
|
797 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:889
|
798 |
msgid "Min size"
|
799 |
msgstr "Tamanho Mín."
|
800 |
|
801 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:240
|
802 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:890
|
803 |
msgid "Exact size"
|
804 |
msgstr "Tamanho Exato"
|
805 |
|
806 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:241
|
807 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:891
|
808 |
msgid "Max size"
|
809 |
msgstr "Tamanho Máx."
|
810 |
|
912 |
|
913 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
914 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:648
|
915 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
916 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:922
|
917 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1484
|
918 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1485
|
919 |
msgid "Name"
|
920 |
msgstr "Nome"
|
921 |
|
922 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
923 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
924 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
925 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:925
|
926 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1796
|
927 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1801
|
928 |
msgid "Value"
|
929 |
msgstr "Valor"
|
930 |
|
931 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:639
|
932 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
933 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
934 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:928
|
935 |
msgid "Type"
|
936 |
msgstr "Tipo"
|
937 |
|
938 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
939 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:671
|
940 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:835
|
941 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:945
|
942 |
msgid "Label"
|
943 |
msgstr "Rótulo"
|
944 |
|
945 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
946 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:672
|
947 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:835
|
948 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:948
|
949 |
msgid "Description"
|
950 |
msgstr "Descrição"
|
951 |
|
952 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:641
|
953 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:836
|
954 |
msgid "Rules"
|
955 |
msgstr "Regras"
|
956 |
|
957 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:642
|
958 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:837
|
959 |
msgid "Actions"
|
960 |
msgstr "Ações"
|
961 |
|
962 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
963 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:939
|
964 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1237
|
965 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1321
|
966 |
msgid "Fieldset"
|
967 |
msgstr "Área do Campo"
|
968 |
|
969 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:684
|
970 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:962
|
971 |
msgid "Can be empty"
|
972 |
msgstr "Pode ser vazio"
|
973 |
|
974 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:685
|
975 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:963
|
976 |
msgid "Check for E-mail syntax"
|
977 |
msgstr "Verficar sintaxe de e-mail"
|
978 |
|
979 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:688
|
980 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:966
|
981 |
msgid "Can be modified"
|
982 |
msgstr "Pode ser modificado"
|
983 |
|
984 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:689
|
985 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:967
|
986 |
msgid "Can be modified only if empty"
|
987 |
msgstr "Pode ser modificado se vazio"
|
988 |
|
989 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:690
|
990 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:968
|
991 |
msgid "Can be modified only by admin"
|
992 |
msgstr "Pode ser modificado apenas por Admin"
|
993 |
|
994 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:691
|
995 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:969
|
996 |
msgid "Can be modified only by admin or if empty"
|
997 |
msgstr "Pode ser modificado por Admin ou se vazio"
|
998 |
|
999 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
1000 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:970
|
1001 |
msgid "Cannot be modified"
|
1002 |
msgstr "Não pode ser modificado"
|
1003 |
|
1004 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:700
|
1005 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:975
|
1006 |
msgid "Should be equal TO"
|
1007 |
msgstr "Deve ser <strong>Igual a</strong>"
|
1008 |
|
1009 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:702
|
1010 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:977
|
1011 |
msgid "Case sensitive"
|
1012 |
msgstr "Diferenciar maiúsc./minúsc."
|
1013 |
|
1014 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:705
|
1015 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:979
|
1016 |
msgid "Regular Expression"
|
1017 |
msgstr "Expressão Regular"
|
1018 |
|
1019 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:708
|
1020 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:984
|
1021 |
msgid "Show the field in the registration"
|
1022 |
msgstr "Mostrar na <strong>Página de Registro</strong>"
|
1023 |
|
1024 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
1025 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:987
|
1026 |
msgid "Show the field in User's profile"
|
1027 |
msgstr "Mostrar no <strong>Perfil do Usuário</strong>"
|
1028 |
|
1029 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
1030 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:996
|
1031 |
#, fuzzy
|
1032 |
+
msgid "Show the field in Users Extended section"
|
1033 |
msgstr "Mostrar em <strong>Autores & Usuários</strong>"
|
1034 |
|
1035 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
1036 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:999
|
1037 |
msgid "Show the field in the search engine"
|
1038 |
msgstr "Mostrar no formulário de pesquisa"
|
1039 |
|
1040 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:720
|
1041 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1002
|
1042 |
msgid "Show the field in the blog"
|
1043 |
msgstr "Mostrar no site"
|
1044 |
|
1045 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:723
|
1046 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1005
|
1047 |
msgid "Show the field if the role is at least:"
|
1048 |
msgstr "Mostrar se usuário for ao menos:"
|
1049 |
|
1050 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:725
|
1051 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1007
|
1052 |
msgid "Anonymous"
|
1053 |
msgstr "Anônimo"
|
1054 |
|
1055 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
1056 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1013
|
1057 |
msgid "User has 'view_cimy_extra_fields' capability"
|
1058 |
msgstr ""
|
1059 |
|
1060 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:736
|
1061 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1021
|
1062 |
msgid "Send an email to the admin if the user changes its value"
|
1063 |
msgstr ""
|
1064 |
|
1065 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:738
|
1066 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1026
|
1067 |
#, fuzzy
|
1068 |
msgid "Advanced options"
|
1069 |
msgstr "Ações"
|
1072 |
msgid "Clear"
|
1073 |
msgstr "Limpar"
|
1074 |
|
1075 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:798
|
1076 |
msgid "Invert selection"
|
1077 |
msgstr "Inverter seleção"
|
1078 |
|
1079 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:799
|
1080 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
1081 |
msgstr "Tem certeza que quer excluir os campos e todos os dados informados pelos usuários?"
|
1082 |
|
1083 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:805
|
1084 |
msgid "WordPress Fields"
|
1085 |
msgstr "Campos WordPress"
|
1086 |
|
1087 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:818
|
1088 |
msgid "None!"
|
1089 |
msgstr "Nenhum!"
|
1090 |
|
1091 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:833
|
1092 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:910
|
1093 |
msgid "Order"
|
1094 |
msgstr "Ordem"
|
1095 |
|
1096 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1030
|
1097 |
msgid "Reset"
|
1098 |
msgstr "Redefinir"
|
1099 |
|
1100 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1107
|
1101 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1823
|
1102 |
msgid "select"
|
1103 |
msgstr "Selecionar"
|
1104 |
|
1105 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1241
|
1106 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1325
|
1107 |
+
msgid "Users per page"
|
1108 |
+
msgstr "Usuários por Páginas"
|
1109 |
+
|
1110 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1243
|
1111 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1327
|
1112 |
+
msgid "Apply"
|
1113 |
+
msgstr "Aplicar"
|
1114 |
+
|
1115 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1409
|
1116 |
#, php-format
|
1117 |
msgid "Search results for “%s”"
|
1118 |
msgstr ""
|
1119 |
|
1120 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1447
|
1121 |
#, php-format
|
1122 |
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
1123 |
msgstr "%1$s <span class=\"count\">(%2$s)</span>"
|
1124 |
|
1125 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1456
|
1126 |
msgid "Search Users"
|
1127 |
msgstr "Pesquisar por Usuários"
|
1128 |
|
1129 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1494
|
1130 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1495
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1131 |
msgid "Role"
|
1132 |
msgstr "Função"
|
1133 |
|
1134 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1504
|
1135 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1505
|
1136 |
msgid "Posts"
|
1137 |
msgstr "Postagens"
|
1138 |
|
1139 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1629
|
1140 |
msgid "View posts by this author"
|
1141 |
msgstr "Ver postagens desse autor"
|
1142 |
|
1143 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1654
|
1144 |
+
msgid "Super Admin"
|
1145 |
+
msgstr ""
|
1146 |
+
|
1147 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1665
|
1148 |
#, php-format
|
1149 |
msgid "e-mail: %s"
|
1150 |
msgstr "e-mail: %s"
|
1151 |
|
1152 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1776
|
1153 |
#, fuzzy
|
1154 |
msgid "Change"
|
1155 |
msgstr "Mudar imagem"
|
1156 |
|
1157 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1792
|
1158 |
msgid "Update selected users"
|
1159 |
msgstr "Atualizar Usuários selecionados"
|
1160 |
|
1161 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1813
|
1162 |
msgid "Update"
|
1163 |
msgstr "Atualizar"
|
1164 |
|
1165 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1828
|
1166 |
msgid "OK"
|
1167 |
msgstr ""
|
1168 |
|
1169 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1829
|
1170 |
msgid "Cancel"
|
1171 |
msgstr ""
|
1172 |
|
1174 |
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!"
|
1175 |
msgstr "<strong>Nota:</strong> este site permite personalizar sua senha. Depois do registro, você receberá um e-mail com outra senha!"
|
1176 |
|
1177 |
+
#~ msgid "« Back to All Users"
|
1178 |
+
#~ msgstr "« Voltar para Todos os Usuários"
|
1179 |
#~ msgid "A&U Extended"
|
1180 |
#~ msgstr "Autores & Usuários"
|
1181 |
#~ msgid "Users Matching \"%s\""
|
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-
|
6 |
-
"PO-Revision-Date: 2011-
|
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"
|
@@ -16,151 +16,151 @@ msgstr ""
|
|
16 |
"X-Poedit-Basepath: .\n"
|
17 |
"X-Poedit-SearchPath-0: /var/www/wp-content/plugins/cimy-user-extra-fields\n"
|
18 |
|
19 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
20 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
21 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
22 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
23 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
24 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
25 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
26 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
27 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
28 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
29 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
30 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
31 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
32 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
33 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
34 |
msgid "ERROR"
|
35 |
msgstr "ОШИБКА"
|
36 |
|
37 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
38 |
msgid "does not match."
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
42 |
msgid "hasn’t a correct email syntax."
|
43 |
msgstr "не верно введен email."
|
44 |
|
45 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
46 |
msgid "couldn’t be empty."
|
47 |
msgstr "не может быть пустым."
|
48 |
|
49 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
50 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
51 |
msgid "isn’t correct"
|
52 |
msgstr "не верно"
|
53 |
|
54 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
55 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
56 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
57 |
msgid "YES"
|
58 |
msgstr "ДА"
|
59 |
|
60 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
61 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
62 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
63 |
msgid "NO"
|
64 |
msgstr "НЕТ"
|
65 |
|
66 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
67 |
msgid "should be"
|
68 |
msgstr "должно быть"
|
69 |
|
70 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
71 |
msgid "should be an image."
|
72 |
msgstr "должно быть изображение."
|
73 |
|
74 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
75 |
msgid "couldn’t have size less than"
|
76 |
msgstr "не может иметь размер менее чем"
|
77 |
|
78 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
79 |
msgid "couldn’t have length less than"
|
80 |
msgstr "не может иметь длину менее чем"
|
81 |
|
82 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
83 |
msgid "couldn’t have size different than"
|
84 |
msgstr "не может иметь размер отличный от"
|
85 |
|
86 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
87 |
msgid "couldn’t have length different than"
|
88 |
msgstr "не может иметь длину отличную от"
|
89 |
|
90 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
91 |
msgid "couldn’t have size more than"
|
92 |
msgstr "имеет размер больше чем"
|
93 |
|
94 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
95 |
msgid "couldn’t have length more than"
|
96 |
msgstr "имеет длину больше чем"
|
97 |
|
98 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
99 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
100 |
msgid "Typed code is not correct."
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
104 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
105 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
106 |
msgid "Username"
|
107 |
msgstr "Имя пользователя"
|
108 |
|
109 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
110 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
111 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
112 |
msgid "E-mail"
|
113 |
msgstr "E-mail"
|
114 |
|
115 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
116 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
117 |
#, fuzzy
|
118 |
msgid "Please upload a file with one of the following extensions"
|
119 |
msgstr "Пожалуйста, загрузите изображение одного из следующих типов"
|
120 |
|
121 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
122 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
123 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
124 |
msgid "Please upload an image with one of the following extensions"
|
125 |
msgstr "Пожалуйста, загрузите изображение одного из следующих типов"
|
126 |
|
127 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
128 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:47
|
129 |
msgid "Strength indicator"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
133 |
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 ! \" ? $ % ^ & )."
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
137 |
#, fuzzy
|
138 |
msgid "Change image"
|
139 |
msgstr "Изменить порядок"
|
140 |
|
141 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
142 |
msgid "Insert the code:"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
146 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
147 |
msgid "Confirm your registration"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
151 |
msgid "A password will be e-mailed to you."
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
155 |
msgid "← Back"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:
|
159 |
#, fuzzy
|
160 |
msgid "no fieldset"
|
161 |
msgstr "Пункты полей"
|
162 |
|
163 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:
|
164 |
msgid "All"
|
165 |
msgstr ""
|
166 |
|
@@ -196,327 +196,327 @@ msgstr "Установлены настройки по-умолчанию"
|
|
196 |
msgid "Options deleted"
|
197 |
msgstr "Настройки удалены"
|
198 |
|
199 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
200 |
msgid "Options changed"
|
201 |
msgstr "Настройки изменены"
|
202 |
|
203 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
204 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
208 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
209 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
210 |
msgid "Options"
|
211 |
msgstr "Настройки"
|
212 |
|
213 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
214 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:442
|
215 |
msgid "Add a new Field"
|
216 |
msgstr "Добавить новое поле"
|
217 |
|
218 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
219 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
220 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
221 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
222 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
223 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:294
|
224 |
msgid "Extra Fields"
|
225 |
msgstr "Extra Fields"
|
226 |
|
227 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
228 |
msgid "Support the Cimy Project"
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
232 |
msgid "This plug-in is the results of hours of development to add new features, support new WordPress versions and fix bugs, please donate money if saved you from spending all these hours!"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
236 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
237 |
msgid "SUCCESSFUL"
|
238 |
msgstr "УСПЕШНО"
|
239 |
|
240 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
241 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
242 |
msgid "Save Changes"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
246 |
msgid "General"
|
247 |
msgstr "Главное"
|
248 |
|
249 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
250 |
msgid "installed is"
|
251 |
msgstr "установлено"
|
252 |
|
253 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
254 |
msgid "OPTIONS DELETED!"
|
255 |
msgstr "НАСТРОЙКИ УДАЛЕНЫ!"
|
256 |
|
257 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
258 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
259 |
msgid "Fix the problem"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
263 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
264 |
msgstr "ВЕРСИИ НЕ СОВПАДАЮТ! Это из-за того, что Вы не деактивировали, а затем активировали плагин после обновления! Могут возникнуть проблемы..."
|
265 |
|
266 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
267 |
msgid "Picture/Avatar upload"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
271 |
msgid "is created and writable"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
275 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
279 |
#, fuzzy
|
280 |
msgid "Show all fields in the welcome email"
|
281 |
msgstr "Показывать поле при регистрации"
|
282 |
|
283 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
284 |
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
288 |
msgid "Enable email confirmation"
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
292 |
msgid "user that registers should confirm its email address via a link click"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
296 |
msgid "<strong>note:</strong> this option turned on will automatically disable (only during the registration) all upload fields: file, picture, avatar"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
300 |
msgid "Enable form confirmation"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
304 |
msgid "a summary of the registration form will be presented to the user"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
308 |
msgid "Customize welcome email sent to the new user"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
312 |
msgid "if you change or remove the placeholders then the email won't have the correct information"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
316 |
msgid "Redirect to the source"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
320 |
msgid "after the registration or confirmation the user will be redirected to the address where was exactly before clicking on the registration link"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
324 |
msgid "No captcha"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
328 |
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
332 |
msgid "Public KEY"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
336 |
msgid "Private KEY"
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
340 |
msgid "Enable <a href=\"http://www.phpcaptcha.org/\" target=\"_blank\">Securimage Captcha</a>"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
344 |
msgid "This captcha is probably weaker, but is easier for users"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
348 |
#, php-format
|
349 |
msgid "<strong>WARNING: to activate this captcha download <a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">this package</a> and unpack it under %s</strong>"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
353 |
msgid "Change login/registration page logo"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
357 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
358 |
#, fuzzy
|
359 |
msgid "Delete the picture"
|
360 |
msgstr "Удалить поле"
|
361 |
|
362 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
363 |
msgid "Maximum recommended logo width is 328px, but any height should work."
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
367 |
msgid "Database"
|
368 |
msgstr "База данных"
|
369 |
|
370 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
371 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
372 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
373 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
374 |
msgid "select action"
|
375 |
msgstr "выберите действие"
|
376 |
|
377 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
378 |
msgid "Default values"
|
379 |
msgstr "Значения по-умолчанию"
|
380 |
|
381 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
382 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
383 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
384 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
385 |
msgid "Delete"
|
386 |
msgstr "Удалить"
|
387 |
|
388 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
389 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
390 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
391 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
392 |
msgid "NOT PRESENT"
|
393 |
msgstr "НЕ СУЩЕСТВУЕТ"
|
394 |
|
395 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
396 |
msgid "WordPress Fields table"
|
397 |
msgstr "Таблица WordPress Fields"
|
398 |
|
399 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
400 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
401 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
402 |
msgid "Empty"
|
403 |
msgstr "Очистить"
|
404 |
|
405 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
406 |
msgid "Extra Fields table"
|
407 |
msgstr "Таблица Extra Fields"
|
408 |
|
409 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
410 |
msgid "Users Data table"
|
411 |
msgstr "Таблица данных пользователей"
|
412 |
|
413 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
414 |
msgid "all data inserted by users in all and only extra fields"
|
415 |
msgstr "все данные, вставленные пользователями во все и только в дополнительные поля"
|
416 |
|
417 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
418 |
msgid "Force tables creation"
|
419 |
msgstr "Force tables creation"
|
420 |
|
421 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
422 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
426 |
msgid "User Profile"
|
427 |
msgstr "Профиль пользователя"
|
428 |
|
429 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
430 |
#, fuzzy
|
431 |
msgid "Extra Fields section title"
|
432 |
msgstr "Таблица Extra Fields"
|
433 |
|
434 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
435 |
msgid "Fieldset's titles, separates with comma"
|
436 |
msgstr "Названия полей через запятую"
|
437 |
|
438 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
439 |
msgid "example: title1,title2,title3"
|
440 |
msgstr "пример: заголовок1,заголовок2, заголовок3"
|
441 |
|
442 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
443 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
447 |
msgid "Authors & Users Extended"
|
448 |
msgstr "Авторы и Продвинутые пользователи"
|
449 |
|
450 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
451 |
msgid "Hide username field"
|
452 |
msgstr "Скрыть поле с именем пользователя"
|
453 |
|
454 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
455 |
msgid "Hide name field"
|
456 |
msgstr "Скрыть поле с именем"
|
457 |
|
458 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
459 |
msgid "Hide email field"
|
460 |
msgstr "Скрыть поле с email"
|
461 |
|
462 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
463 |
#, fuzzy
|
464 |
msgid "Hide role field"
|
465 |
msgstr "Скрыть поле с именем"
|
466 |
|
467 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
468 |
msgid "Hide website field"
|
469 |
msgstr "Скрыть поле с адресом сайта"
|
470 |
|
471 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
472 |
msgid "Hide n. posts field"
|
473 |
msgstr "Скрыть поле с № постов"
|
474 |
|
475 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
476 |
msgid "WordPress hidden fields"
|
477 |
msgstr "Скрытые поля WordPress"
|
478 |
|
479 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
480 |
msgid "Show password"
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
484 |
msgid "Show confirmation password"
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
488 |
msgid "Show password strength meter"
|
489 |
msgstr ""
|
490 |
|
491 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
492 |
msgid "Show first name"
|
493 |
msgstr "Показать имя"
|
494 |
|
495 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
496 |
msgid "Show last name"
|
497 |
msgstr "Показать фамилию"
|
498 |
|
499 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
500 |
msgid "Show nickname"
|
501 |
msgstr "Показать ник"
|
502 |
|
503 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
504 |
msgid "Show website"
|
505 |
msgstr "Показать адрес сайта"
|
506 |
|
507 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
508 |
msgid "Show AIM"
|
509 |
msgstr "Показать AIM"
|
510 |
|
511 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
512 |
msgid "Show Yahoo IM"
|
513 |
msgstr "Показать Yahoo IM"
|
514 |
|
515 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
516 |
msgid "Show Jabber / Google Talk"
|
517 |
msgstr "Показать Jabber / Google Talk"
|
518 |
|
519 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
520 |
msgid "Show Biographical Info"
|
521 |
msgstr ""
|
522 |
|
@@ -542,62 +542,62 @@ msgstr ""
|
|
542 |
msgid "Mismatch"
|
543 |
msgstr ""
|
544 |
|
545 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
546 |
msgid "Password"
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
550 |
msgid "Password confirmation"
|
551 |
msgstr ""
|
552 |
|
553 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
554 |
#, fuzzy
|
555 |
msgid "First name"
|
556 |
msgstr "Показать имя"
|
557 |
|
558 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
559 |
#, fuzzy
|
560 |
msgid "Last name"
|
561 |
msgstr "Показать фамилию"
|
562 |
|
563 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
564 |
#, fuzzy
|
565 |
msgid "Nickname"
|
566 |
msgstr "Имя"
|
567 |
|
568 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
569 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
570 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
571 |
msgid "Website"
|
572 |
msgstr "Адрес сайта"
|
573 |
|
574 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
575 |
msgid "AIM"
|
576 |
msgstr ""
|
577 |
|
578 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
579 |
#, fuzzy
|
580 |
msgid "Yahoo IM"
|
581 |
msgstr "Показать Yahoo IM"
|
582 |
|
583 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
584 |
#, fuzzy
|
585 |
msgid "Jabber / Google Talk"
|
586 |
msgstr "Показать Jabber / Google Talk"
|
587 |
|
588 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
589 |
msgid "Biographical Info"
|
590 |
msgstr ""
|
591 |
|
592 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
593 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:133
|
594 |
msgid "Fields"
|
595 |
msgstr "Поля"
|
596 |
|
597 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
598 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
599 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
600 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
601 |
#, fuzzy
|
602 |
msgid "Users Extended"
|
603 |
msgstr "Список Авторов и продвинутых пользователей"
|
@@ -616,31 +616,31 @@ msgstr ""
|
|
616 |
msgid "File '%s' is not an image."
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
620 |
#, fuzzy
|
621 |
msgid "Delete the file"
|
622 |
msgstr "Удалить поле"
|
623 |
|
624 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
625 |
#, fuzzy
|
626 |
msgid "Update the file"
|
627 |
msgstr "Обновить поле"
|
628 |
|
629 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
630 |
#, fuzzy
|
631 |
msgid "Update the picture"
|
632 |
msgstr "Обновить поле"
|
633 |
|
634 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
635 |
msgid "Picture URL:"
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
639 |
#, php-format
|
640 |
msgid "%s previous value: %s new value: %s"
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
644 |
#, php-format
|
645 |
msgid "%s (%s) has changed one or more fields"
|
646 |
msgstr ""
|
@@ -713,31 +713,31 @@ msgstr ""
|
|
713 |
msgid "Password: %s"
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
717 |
msgid "Invalid activation key."
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
721 |
msgid "The site is already active."
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
725 |
msgid "Could not create user"
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
729 |
msgid "That username is already activated."
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
733 |
msgid "That username is currently reserved but may be available in a couple of days."
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
737 |
msgid "username and email used"
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
741 |
msgid "That email address has already been used. Please check your inbox for an activation email. It will become available in a couple of days if you do nothing."
|
742 |
msgstr ""
|
743 |
|
@@ -762,17 +762,17 @@ msgid "Change order"
|
|
762 |
msgstr "Изменить порядок"
|
763 |
|
764 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
765 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
766 |
msgid "Min length"
|
767 |
msgstr "Мин длина"
|
768 |
|
769 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:31
|
770 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
771 |
msgid "Exact length"
|
772 |
msgstr "Точная длина"
|
773 |
|
774 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:32
|
775 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
776 |
msgid "Max length"
|
777 |
msgstr "Макс длина"
|
778 |
|
@@ -802,17 +802,17 @@ msgid "deleted correctly"
|
|
802 |
msgstr "удалены правильно"
|
803 |
|
804 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:239
|
805 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
806 |
msgid "Min size"
|
807 |
msgstr "Мин размер"
|
808 |
|
809 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:240
|
810 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
811 |
msgid "Exact size"
|
812 |
msgstr "Точный размер"
|
813 |
|
814 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:241
|
815 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
816 |
msgid "Max size"
|
817 |
msgstr "Макс размер"
|
818 |
|
@@ -922,161 +922,162 @@ msgstr "С <strong>изображением(picture)</strong>: вы можете
|
|
922 |
|
923 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
924 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:648
|
925 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
926 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
927 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
928 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
929 |
msgid "Name"
|
930 |
msgstr "Имя"
|
931 |
|
932 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
933 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
934 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
935 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
936 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
937 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
938 |
msgid "Value"
|
939 |
msgstr "Значение"
|
940 |
|
941 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:639
|
942 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
943 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
944 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
945 |
msgid "Type"
|
946 |
msgstr "Тип"
|
947 |
|
948 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
949 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:671
|
950 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
951 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
952 |
msgid "Label"
|
953 |
msgstr "Метка"
|
954 |
|
955 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
956 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:672
|
957 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
958 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
959 |
msgid "Description"
|
960 |
msgstr "Описание"
|
961 |
|
962 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:641
|
963 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
964 |
msgid "Rules"
|
965 |
msgstr "Правила"
|
966 |
|
967 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:642
|
968 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
969 |
msgid "Actions"
|
970 |
msgstr "Действия"
|
971 |
|
972 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
973 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
974 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
975 |
#, fuzzy
|
976 |
msgid "Fieldset"
|
977 |
msgstr "Поля"
|
978 |
|
979 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:684
|
980 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
981 |
msgid "Can be empty"
|
982 |
msgstr "Может быть пустым"
|
983 |
|
984 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:685
|
985 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
986 |
msgid "Check for E-mail syntax"
|
987 |
msgstr "Проверка синтаксиса E-mail"
|
988 |
|
989 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:688
|
990 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
991 |
msgid "Can be modified"
|
992 |
msgstr "Может быть изменено"
|
993 |
|
994 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:689
|
995 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
996 |
msgid "Can be modified only if empty"
|
997 |
msgstr "Может быть изменено только если пустое"
|
998 |
|
999 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:690
|
1000 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1001 |
msgid "Can be modified only by admin"
|
1002 |
msgstr "Может быть изменено только админом"
|
1003 |
|
1004 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:691
|
1005 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1006 |
msgid "Can be modified only by admin or if empty"
|
1007 |
msgstr "Может быть изменено только админом или если пустое"
|
1008 |
|
1009 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
1010 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1011 |
msgid "Cannot be modified"
|
1012 |
msgstr "Не может быть изменено"
|
1013 |
|
1014 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:700
|
1015 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1016 |
msgid "Should be equal TO"
|
1017 |
msgstr "Долднадолжно быть равно ЧЕМУ"
|
1018 |
|
1019 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:702
|
1020 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1021 |
msgid "Case sensitive"
|
1022 |
msgstr "Чуствительность к регистру"
|
1023 |
|
1024 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:705
|
1025 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1026 |
msgid "Regular Expression"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:708
|
1030 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1031 |
msgid "Show the field in the registration"
|
1032 |
msgstr "Показывать поле при регистрации"
|
1033 |
|
1034 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
1035 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1036 |
msgid "Show the field in User's profile"
|
1037 |
msgstr "Показывать поле в профиле пользователя"
|
1038 |
|
1039 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
1040 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1041 |
#, fuzzy
|
1042 |
-
msgid "Show the field in Users Extended
|
1043 |
msgstr "Показывать поле в меню A&продвинутых П"
|
1044 |
|
1045 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
1046 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1047 |
#, fuzzy
|
1048 |
msgid "Show the field in the search engine"
|
1049 |
msgstr "Показывать поле при регистрации"
|
1050 |
|
1051 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:720
|
1052 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1053 |
#, fuzzy
|
1054 |
msgid "Show the field in the blog"
|
1055 |
msgstr "Показывать поле при регистрации"
|
1056 |
|
1057 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:723
|
1058 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1059 |
#, fuzzy
|
1060 |
msgid "Show the field if the role is at least:"
|
1061 |
msgstr "Показывать поле при регистрации"
|
1062 |
|
1063 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:725
|
1064 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1065 |
msgid "Anonymous"
|
1066 |
msgstr ""
|
1067 |
|
1068 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
1069 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1070 |
msgid "User has 'view_cimy_extra_fields' capability"
|
1071 |
msgstr ""
|
1072 |
|
1073 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:736
|
1074 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1075 |
msgid "Send an email to the admin if the user changes its value"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:738
|
1079 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1080 |
#, fuzzy
|
1081 |
msgid "Advanced options"
|
1082 |
msgstr "Действия"
|
@@ -1085,104 +1086,106 @@ msgstr "Действия"
|
|
1085 |
msgid "Clear"
|
1086 |
msgstr "Очистить"
|
1087 |
|
1088 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1089 |
msgid "Invert selection"
|
1090 |
msgstr "Инветировать выбор"
|
1091 |
|
1092 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1093 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
1094 |
msgstr "Вы действительно хотите удалить поле(я) и данные вставленные в них пользователями?"
|
1095 |
|
1096 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1097 |
msgid "WordPress Fields"
|
1098 |
msgstr "WordPress Fields"
|
1099 |
|
1100 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1101 |
msgid "None!"
|
1102 |
msgstr "Нет!"
|
1103 |
|
1104 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1105 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1106 |
msgid "Order"
|
1107 |
msgstr "Порядок"
|
1108 |
|
1109 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1110 |
msgid "Reset"
|
1111 |
msgstr "Сброс"
|
1112 |
|
1113 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1114 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1115 |
#, fuzzy
|
1116 |
msgid "select"
|
1117 |
msgstr "Удалить"
|
1118 |
|
1119 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1120 |
#, php-format
|
1121 |
msgid "Search results for “%s”"
|
1122 |
msgstr ""
|
1123 |
|
1124 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1125 |
#, php-format
|
1126 |
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
1127 |
msgstr ""
|
1128 |
|
1129 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1130 |
msgid "Search Users"
|
1131 |
msgstr ""
|
1132 |
|
1133 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1134 |
-
|
1135 |
-
msgstr ""
|
1136 |
-
|
1137 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1501
|
1138 |
-
#, fuzzy
|
1139 |
-
msgid "Users per page"
|
1140 |
-
msgstr "Таблица данных пользователей"
|
1141 |
-
|
1142 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1516
|
1143 |
-
msgid "Apply"
|
1144 |
-
msgstr ""
|
1145 |
-
|
1146 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1543
|
1147 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1544
|
1148 |
#, fuzzy
|
1149 |
msgid "Role"
|
1150 |
msgstr "Правила"
|
1151 |
|
1152 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1153 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1154 |
msgid "Posts"
|
1155 |
msgstr "Сообщения"
|
1156 |
|
1157 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1158 |
msgid "View posts by this author"
|
1159 |
msgstr "Просмотреть сообщения этого автора"
|
1160 |
|
1161 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
1162 |
#, php-format
|
1163 |
msgid "e-mail: %s"
|
1164 |
msgstr "e-mail: %s"
|
1165 |
|
1166 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1167 |
#, fuzzy
|
1168 |
msgid "Change"
|
1169 |
msgstr "Изменить порядок"
|
1170 |
|
1171 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1172 |
#, fuzzy
|
1173 |
msgid "Update selected users"
|
1174 |
msgstr "Удалить выбранные поля"
|
1175 |
|
1176 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1177 |
#, fuzzy
|
1178 |
msgid "Update"
|
1179 |
msgstr "Обновить поле"
|
1180 |
|
1181 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1182 |
msgid "OK"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1186 |
msgid "Cancel"
|
1187 |
msgstr ""
|
1188 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Cimy User Extra Fields\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-09-04 13:59+0300\n"
|
6 |
+
"PO-Revision-Date: 2011-09-04 13:59+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"
|
16 |
"X-Poedit-Basepath: .\n"
|
17 |
"X-Poedit-SearchPath-0: /var/www/wp-content/plugins/cimy-user-extra-fields\n"
|
18 |
|
19 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:419
|
20 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:423
|
21 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:437
|
22 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:458
|
23 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:470
|
24 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:477
|
25 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:488
|
26 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:494
|
27 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:506
|
28 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:512
|
29 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:524
|
30 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:530
|
31 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:544
|
32 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:564
|
33 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1070
|
34 |
msgid "ERROR"
|
35 |
msgstr "ОШИБКА"
|
36 |
|
37 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:419
|
38 |
msgid "does not match."
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:423
|
42 |
msgid "hasn’t a correct email syntax."
|
43 |
msgstr "не верно введен email."
|
44 |
|
45 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:437
|
46 |
msgid "couldn’t be empty."
|
47 |
msgstr "не может быть пустым."
|
48 |
|
49 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:457
|
50 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:466
|
51 |
msgid "isn’t correct"
|
52 |
msgstr "не верно"
|
53 |
|
54 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:463
|
55 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:921
|
56 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:924
|
57 |
msgid "YES"
|
58 |
msgstr "ДА"
|
59 |
|
60 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:463
|
61 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:921
|
62 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:924
|
63 |
msgid "NO"
|
64 |
msgstr "НЕТ"
|
65 |
|
66 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:468
|
67 |
msgid "should be"
|
68 |
msgstr "должно быть"
|
69 |
|
70 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:477
|
71 |
msgid "should be an image."
|
72 |
msgstr "должно быть изображение."
|
73 |
|
74 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:488
|
75 |
msgid "couldn’t have size less than"
|
76 |
msgstr "не может иметь размер менее чем"
|
77 |
|
78 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:494
|
79 |
msgid "couldn’t have length less than"
|
80 |
msgstr "не может иметь длину менее чем"
|
81 |
|
82 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:506
|
83 |
msgid "couldn’t have size different than"
|
84 |
msgstr "не может иметь размер отличный от"
|
85 |
|
86 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:512
|
87 |
msgid "couldn’t have length different than"
|
88 |
msgstr "не может иметь длину отличную от"
|
89 |
|
90 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:524
|
91 |
msgid "couldn’t have size more than"
|
92 |
msgstr "имеет размер больше чем"
|
93 |
|
94 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:530
|
95 |
msgid "couldn’t have length more than"
|
96 |
msgstr "имеет длину больше чем"
|
97 |
|
98 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:544
|
99 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:564
|
100 |
msgid "Typed code is not correct."
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:641
|
104 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1479
|
105 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1480
|
106 |
msgid "Username"
|
107 |
msgstr "Имя пользователя"
|
108 |
|
109 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:644
|
110 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1489
|
111 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1490
|
112 |
msgid "E-mail"
|
113 |
msgstr "E-mail"
|
114 |
|
115 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:893
|
116 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:306
|
117 |
#, fuzzy
|
118 |
msgid "Please upload a file with one of the following extensions"
|
119 |
msgstr "Пожалуйста, загрузите изображение одного из следующих типов"
|
120 |
|
121 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:899
|
122 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:272
|
123 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:312
|
124 |
msgid "Please upload an image with one of the following extensions"
|
125 |
msgstr "Пожалуйста, загрузите изображение одного из следующих типов"
|
126 |
|
127 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1056
|
128 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:47
|
129 |
msgid "Strength indicator"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1057
|
133 |
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 ! \" ? $ % ^ & )."
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1103
|
137 |
#, fuzzy
|
138 |
msgid "Change image"
|
139 |
msgstr "Изменить порядок"
|
140 |
|
141 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1106
|
142 |
msgid "Insert the code:"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1172
|
146 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1174
|
147 |
msgid "Confirm your registration"
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1180
|
151 |
msgid "A password will be e-mailed to you."
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1187
|
155 |
msgid "← Back"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:429
|
159 |
#, fuzzy
|
160 |
msgid "no fieldset"
|
161 |
msgstr "Пункты полей"
|
162 |
|
163 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:433
|
164 |
msgid "All"
|
165 |
msgstr ""
|
166 |
|
196 |
msgid "Options deleted"
|
197 |
msgstr "Настройки удалены"
|
198 |
|
199 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:248
|
200 |
msgid "Options changed"
|
201 |
msgstr "Настройки изменены"
|
202 |
|
203 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:326
|
204 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:335
|
208 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:528
|
209 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:757
|
210 |
msgid "Options"
|
211 |
msgstr "Настройки"
|
212 |
|
213 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:338
|
214 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:442
|
215 |
msgid "Add a new Field"
|
216 |
msgstr "Добавить новое поле"
|
217 |
|
218 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:338
|
219 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:807
|
220 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1796
|
221 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1801
|
222 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
223 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:294
|
224 |
msgid "Extra Fields"
|
225 |
msgstr "Extra Fields"
|
226 |
|
227 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:344
|
228 |
msgid "Support the Cimy Project"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:352
|
232 |
msgid "This plug-in is the results of hours of development to add new features, support new WordPress versions and fix bugs, please donate money if saved you from spending all these hours!"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:362
|
236 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1088
|
237 |
msgid "SUCCESSFUL"
|
238 |
msgstr "УСПЕШНО"
|
239 |
|
240 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:376
|
241 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:699
|
242 |
msgid "Save Changes"
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:377
|
246 |
msgid "General"
|
247 |
msgstr "Главное"
|
248 |
|
249 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:385
|
250 |
msgid "installed is"
|
251 |
msgstr "установлено"
|
252 |
|
253 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:389
|
254 |
msgid "OPTIONS DELETED!"
|
255 |
msgstr "НАСТРОЙКИ УДАЛЕНЫ!"
|
256 |
|
257 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:392
|
258 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:397
|
259 |
msgid "Fix the problem"
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:395
|
263 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
264 |
msgstr "ВЕРСИИ НЕ СОВПАДАЮТ! Это из-за того, что Вы не деактивировали, а затем активировали плагин после обновления! Могут возникнуть проблемы..."
|
265 |
|
266 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:403
|
267 |
msgid "Picture/Avatar upload"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:407
|
271 |
msgid "is created and writable"
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:409
|
275 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:416
|
279 |
#, fuzzy
|
280 |
msgid "Show all fields in the welcome email"
|
281 |
msgstr "Показывать поле при регистрации"
|
282 |
|
283 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:420
|
284 |
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:428
|
288 |
msgid "Enable email confirmation"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:432
|
292 |
msgid "user that registers should confirm its email address via a link click"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:434
|
296 |
msgid "<strong>note:</strong> this option turned on will automatically disable (only during the registration) all upload fields: file, picture, avatar"
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:441
|
300 |
msgid "Enable form confirmation"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:445
|
304 |
msgid "a summary of the registration form will be presented to the user"
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:451
|
308 |
msgid "Customize welcome email sent to the new user"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:455
|
312 |
msgid "if you change or remove the placeholders then the email won't have the correct information"
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:461
|
316 |
msgid "Redirect to the source"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:465
|
320 |
msgid "after the registration or confirmation the user will be redirected to the address where was exactly before clicking on the registration link"
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:473
|
324 |
msgid "No captcha"
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:481
|
328 |
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:485
|
332 |
msgid "Public KEY"
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:489
|
336 |
msgid "Private KEY"
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:497
|
340 |
msgid "Enable <a href=\"http://www.phpcaptcha.org/\" target=\"_blank\">Securimage Captcha</a>"
|
341 |
msgstr ""
|
342 |
|
343 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:500
|
344 |
msgid "This captcha is probably weaker, but is easier for users"
|
345 |
msgstr ""
|
346 |
|
347 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:504
|
348 |
#, php-format
|
349 |
msgid "<strong>WARNING: to activate this captcha download <a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">this package</a> and unpack it under %s</strong>"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:511
|
353 |
msgid "Change login/registration page logo"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:516
|
357 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:454
|
358 |
#, fuzzy
|
359 |
msgid "Delete the picture"
|
360 |
msgstr "Удалить поле"
|
361 |
|
362 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:519
|
363 |
msgid "Maximum recommended logo width is 328px, but any height should work."
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:525
|
367 |
msgid "Database"
|
368 |
msgstr "База данных"
|
369 |
|
370 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:534
|
371 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:551
|
372 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:568
|
373 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:585
|
374 |
msgid "select action"
|
375 |
msgstr "выберите действие"
|
376 |
|
377 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:535
|
378 |
msgid "Default values"
|
379 |
msgstr "Значения по-умолчанию"
|
380 |
|
381 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:536
|
382 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:553
|
383 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:570
|
384 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:587
|
385 |
msgid "Delete"
|
386 |
msgstr "Удалить"
|
387 |
|
388 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:540
|
389 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:557
|
390 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:574
|
391 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:592
|
392 |
msgid "NOT PRESENT"
|
393 |
msgstr "НЕ СУЩЕСТВУЕТ"
|
394 |
|
395 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:545
|
396 |
msgid "WordPress Fields table"
|
397 |
msgstr "Таблица WordPress Fields"
|
398 |
|
399 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:552
|
400 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:569
|
401 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:586
|
402 |
msgid "Empty"
|
403 |
msgstr "Очистить"
|
404 |
|
405 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:562
|
406 |
msgid "Extra Fields table"
|
407 |
msgstr "Таблица Extra Fields"
|
408 |
|
409 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:579
|
410 |
msgid "Users Data table"
|
411 |
msgstr "Таблица данных пользователей"
|
412 |
|
413 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:589
|
414 |
msgid "all data inserted by users in all and only extra fields"
|
415 |
msgstr "все данные, вставленные пользователями во все и только в дополнительные поля"
|
416 |
|
417 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:597
|
418 |
msgid "Force tables creation"
|
419 |
msgstr "Force tables creation"
|
420 |
|
421 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:600
|
422 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:606
|
426 |
msgid "User Profile"
|
427 |
msgstr "Профиль пользователя"
|
428 |
|
429 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:609
|
430 |
#, fuzzy
|
431 |
msgid "Extra Fields section title"
|
432 |
msgstr "Таблица Extra Fields"
|
433 |
|
434 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
435 |
msgid "Fieldset's titles, separates with comma"
|
436 |
msgstr "Названия полей через запятую"
|
437 |
|
438 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
439 |
msgid "example: title1,title2,title3"
|
440 |
msgstr "пример: заголовок1,заголовок2, заголовок3"
|
441 |
|
442 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:614
|
443 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:619
|
447 |
msgid "Authors & Users Extended"
|
448 |
msgstr "Авторы и Продвинутые пользователи"
|
449 |
|
450 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:623
|
451 |
msgid "Hide username field"
|
452 |
msgstr "Скрыть поле с именем пользователя"
|
453 |
|
454 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:629
|
455 |
msgid "Hide name field"
|
456 |
msgstr "Скрыть поле с именем"
|
457 |
|
458 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:634
|
459 |
msgid "Hide email field"
|
460 |
msgstr "Скрыть поле с email"
|
461 |
|
462 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:638
|
463 |
#, fuzzy
|
464 |
msgid "Hide role field"
|
465 |
msgstr "Скрыть поле с именем"
|
466 |
|
467 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:642
|
468 |
msgid "Hide website field"
|
469 |
msgstr "Скрыть поле с адресом сайта"
|
470 |
|
471 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:646
|
472 |
msgid "Hide n. posts field"
|
473 |
msgstr "Скрыть поле с № постов"
|
474 |
|
475 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:651
|
476 |
msgid "WordPress hidden fields"
|
477 |
msgstr "Скрытые поля WordPress"
|
478 |
|
479 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:654
|
480 |
msgid "Show password"
|
481 |
msgstr ""
|
482 |
|
483 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:658
|
484 |
msgid "Show confirmation password"
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:662
|
488 |
msgid "Show password strength meter"
|
489 |
msgstr ""
|
490 |
|
491 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:666
|
492 |
msgid "Show first name"
|
493 |
msgstr "Показать имя"
|
494 |
|
495 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:670
|
496 |
msgid "Show last name"
|
497 |
msgstr "Показать фамилию"
|
498 |
|
499 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:674
|
500 |
msgid "Show nickname"
|
501 |
msgstr "Показать ник"
|
502 |
|
503 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:678
|
504 |
msgid "Show website"
|
505 |
msgstr "Показать адрес сайта"
|
506 |
|
507 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:682
|
508 |
msgid "Show AIM"
|
509 |
msgstr "Показать AIM"
|
510 |
|
511 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:686
|
512 |
msgid "Show Yahoo IM"
|
513 |
msgstr "Показать Yahoo IM"
|
514 |
|
515 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:690
|
516 |
msgid "Show Jabber / Google Talk"
|
517 |
msgstr "Показать Jabber / Google Talk"
|
518 |
|
519 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:694
|
520 |
msgid "Show Biographical Info"
|
521 |
msgstr ""
|
522 |
|
542 |
msgid "Mismatch"
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:209
|
546 |
msgid "Password"
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:229
|
550 |
msgid "Password confirmation"
|
551 |
msgstr ""
|
552 |
|
553 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:249
|
554 |
#, fuzzy
|
555 |
msgid "First name"
|
556 |
msgstr "Показать имя"
|
557 |
|
558 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:269
|
559 |
#, fuzzy
|
560 |
msgid "Last name"
|
561 |
msgstr "Показать фамилию"
|
562 |
|
563 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:289
|
564 |
#, fuzzy
|
565 |
msgid "Nickname"
|
566 |
msgstr "Имя"
|
567 |
|
568 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:309
|
569 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1499
|
570 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1500
|
571 |
msgid "Website"
|
572 |
msgstr "Адрес сайта"
|
573 |
|
574 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:329
|
575 |
msgid "AIM"
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:349
|
579 |
#, fuzzy
|
580 |
msgid "Yahoo IM"
|
581 |
msgstr "Показать Yahoo IM"
|
582 |
|
583 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:369
|
584 |
#, fuzzy
|
585 |
msgid "Jabber / Google Talk"
|
586 |
msgstr "Показать Jabber / Google Talk"
|
587 |
|
588 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:389
|
589 |
msgid "Biographical Info"
|
590 |
msgstr ""
|
591 |
|
592 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:758
|
593 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:133
|
594 |
msgid "Fields"
|
595 |
msgstr "Поля"
|
596 |
|
597 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:759
|
598 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:767
|
599 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:772
|
600 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1401
|
601 |
#, fuzzy
|
602 |
msgid "Users Extended"
|
603 |
msgstr "Список Авторов и продвинутых пользователей"
|
616 |
msgid "File '%s' is not an image."
|
617 |
msgstr ""
|
618 |
|
619 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:450
|
620 |
#, fuzzy
|
621 |
msgid "Delete the file"
|
622 |
msgstr "Удалить поле"
|
623 |
|
624 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:451
|
625 |
#, fuzzy
|
626 |
msgid "Update the file"
|
627 |
msgstr "Обновить поле"
|
628 |
|
629 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:455
|
630 |
#, fuzzy
|
631 |
msgid "Update the picture"
|
632 |
msgstr "Обновить поле"
|
633 |
|
634 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:475
|
635 |
msgid "Picture URL:"
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:716
|
639 |
#, php-format
|
640 |
msgid "%s previous value: %s new value: %s"
|
641 |
msgstr ""
|
642 |
|
643 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:731
|
644 |
#, php-format
|
645 |
msgid "%s (%s) has changed one or more fields"
|
646 |
msgstr ""
|
713 |
msgid "Password: %s"
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:237
|
717 |
msgid "Invalid activation key."
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:240
|
721 |
msgid "The site is already active."
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:259
|
725 |
msgid "Could not create user"
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:271
|
729 |
msgid "That username is already activated."
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:291
|
733 |
msgid "That username is currently reserved but may be available in a couple of days."
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:294
|
737 |
msgid "username and email used"
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:304
|
741 |
msgid "That email address has already been used. Please check your inbox for an activation email. It will become available in a couple of days if you do nothing."
|
742 |
msgstr ""
|
743 |
|
762 |
msgstr "Изменить порядок"
|
763 |
|
764 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
765 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:897
|
766 |
msgid "Min length"
|
767 |
msgstr "Мин длина"
|
768 |
|
769 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:31
|
770 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:898
|
771 |
msgid "Exact length"
|
772 |
msgstr "Точная длина"
|
773 |
|
774 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:32
|
775 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:899
|
776 |
msgid "Max length"
|
777 |
msgstr "Макс длина"
|
778 |
|
802 |
msgstr "удалены правильно"
|
803 |
|
804 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:239
|
805 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:889
|
806 |
msgid "Min size"
|
807 |
msgstr "Мин размер"
|
808 |
|
809 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:240
|
810 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:890
|
811 |
msgid "Exact size"
|
812 |
msgstr "Точный размер"
|
813 |
|
814 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:241
|
815 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:891
|
816 |
msgid "Max size"
|
817 |
msgstr "Макс размер"
|
818 |
|
922 |
|
923 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
924 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:648
|
925 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
926 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:922
|
927 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1484
|
928 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1485
|
929 |
msgid "Name"
|
930 |
msgstr "Имя"
|
931 |
|
932 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
933 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
934 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
935 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:925
|
936 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1796
|
937 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1801
|
938 |
msgid "Value"
|
939 |
msgstr "Значение"
|
940 |
|
941 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:639
|
942 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
943 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
944 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:928
|
945 |
msgid "Type"
|
946 |
msgstr "Тип"
|
947 |
|
948 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
949 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:671
|
950 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:835
|
951 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:945
|
952 |
msgid "Label"
|
953 |
msgstr "Метка"
|
954 |
|
955 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
956 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:672
|
957 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:835
|
958 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:948
|
959 |
msgid "Description"
|
960 |
msgstr "Описание"
|
961 |
|
962 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:641
|
963 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:836
|
964 |
msgid "Rules"
|
965 |
msgstr "Правила"
|
966 |
|
967 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:642
|
968 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:837
|
969 |
msgid "Actions"
|
970 |
msgstr "Действия"
|
971 |
|
972 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
973 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:939
|
974 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1237
|
975 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1321
|
976 |
#, fuzzy
|
977 |
msgid "Fieldset"
|
978 |
msgstr "Поля"
|
979 |
|
980 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:684
|
981 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:962
|
982 |
msgid "Can be empty"
|
983 |
msgstr "Может быть пустым"
|
984 |
|
985 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:685
|
986 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:963
|
987 |
msgid "Check for E-mail syntax"
|
988 |
msgstr "Проверка синтаксиса E-mail"
|
989 |
|
990 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:688
|
991 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:966
|
992 |
msgid "Can be modified"
|
993 |
msgstr "Может быть изменено"
|
994 |
|
995 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:689
|
996 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:967
|
997 |
msgid "Can be modified only if empty"
|
998 |
msgstr "Может быть изменено только если пустое"
|
999 |
|
1000 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:690
|
1001 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:968
|
1002 |
msgid "Can be modified only by admin"
|
1003 |
msgstr "Может быть изменено только админом"
|
1004 |
|
1005 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:691
|
1006 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:969
|
1007 |
msgid "Can be modified only by admin or if empty"
|
1008 |
msgstr "Может быть изменено только админом или если пустое"
|
1009 |
|
1010 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
1011 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:970
|
1012 |
msgid "Cannot be modified"
|
1013 |
msgstr "Не может быть изменено"
|
1014 |
|
1015 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:700
|
1016 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:975
|
1017 |
msgid "Should be equal TO"
|
1018 |
msgstr "Долднадолжно быть равно ЧЕМУ"
|
1019 |
|
1020 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:702
|
1021 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:977
|
1022 |
msgid "Case sensitive"
|
1023 |
msgstr "Чуствительность к регистру"
|
1024 |
|
1025 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:705
|
1026 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:979
|
1027 |
msgid "Regular Expression"
|
1028 |
msgstr ""
|
1029 |
|
1030 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:708
|
1031 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:984
|
1032 |
msgid "Show the field in the registration"
|
1033 |
msgstr "Показывать поле при регистрации"
|
1034 |
|
1035 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
1036 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:987
|
1037 |
msgid "Show the field in User's profile"
|
1038 |
msgstr "Показывать поле в профиле пользователя"
|
1039 |
|
1040 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
1041 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:996
|
1042 |
#, fuzzy
|
1043 |
+
msgid "Show the field in Users Extended section"
|
1044 |
msgstr "Показывать поле в меню A&продвинутых П"
|
1045 |
|
1046 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
1047 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:999
|
1048 |
#, fuzzy
|
1049 |
msgid "Show the field in the search engine"
|
1050 |
msgstr "Показывать поле при регистрации"
|
1051 |
|
1052 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:720
|
1053 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1002
|
1054 |
#, fuzzy
|
1055 |
msgid "Show the field in the blog"
|
1056 |
msgstr "Показывать поле при регистрации"
|
1057 |
|
1058 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:723
|
1059 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1005
|
1060 |
#, fuzzy
|
1061 |
msgid "Show the field if the role is at least:"
|
1062 |
msgstr "Показывать поле при регистрации"
|
1063 |
|
1064 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:725
|
1065 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1007
|
1066 |
msgid "Anonymous"
|
1067 |
msgstr ""
|
1068 |
|
1069 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
1070 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1013
|
1071 |
msgid "User has 'view_cimy_extra_fields' capability"
|
1072 |
msgstr ""
|
1073 |
|
1074 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:736
|
1075 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1021
|
1076 |
msgid "Send an email to the admin if the user changes its value"
|
1077 |
msgstr ""
|
1078 |
|
1079 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:738
|
1080 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1026
|
1081 |
#, fuzzy
|
1082 |
msgid "Advanced options"
|
1083 |
msgstr "Действия"
|
1086 |
msgid "Clear"
|
1087 |
msgstr "Очистить"
|
1088 |
|
1089 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:798
|
1090 |
msgid "Invert selection"
|
1091 |
msgstr "Инветировать выбор"
|
1092 |
|
1093 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:799
|
1094 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
1095 |
msgstr "Вы действительно хотите удалить поле(я) и данные вставленные в них пользователями?"
|
1096 |
|
1097 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:805
|
1098 |
msgid "WordPress Fields"
|
1099 |
msgstr "WordPress Fields"
|
1100 |
|
1101 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:818
|
1102 |
msgid "None!"
|
1103 |
msgstr "Нет!"
|
1104 |
|
1105 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:833
|
1106 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:910
|
1107 |
msgid "Order"
|
1108 |
msgstr "Порядок"
|
1109 |
|
1110 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1030
|
1111 |
msgid "Reset"
|
1112 |
msgstr "Сброс"
|
1113 |
|
1114 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1107
|
1115 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1823
|
1116 |
#, fuzzy
|
1117 |
msgid "select"
|
1118 |
msgstr "Удалить"
|
1119 |
|
1120 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1241
|
1121 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1325
|
1122 |
+
#, fuzzy
|
1123 |
+
msgid "Users per page"
|
1124 |
+
msgstr "Таблица данных пользователей"
|
1125 |
+
|
1126 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1243
|
1127 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1327
|
1128 |
+
msgid "Apply"
|
1129 |
+
msgstr ""
|
1130 |
+
|
1131 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1409
|
1132 |
#, php-format
|
1133 |
msgid "Search results for “%s”"
|
1134 |
msgstr ""
|
1135 |
|
1136 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1447
|
1137 |
#, php-format
|
1138 |
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
1139 |
msgstr ""
|
1140 |
|
1141 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1456
|
1142 |
msgid "Search Users"
|
1143 |
msgstr ""
|
1144 |
|
1145 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1494
|
1146 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1495
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1147 |
#, fuzzy
|
1148 |
msgid "Role"
|
1149 |
msgstr "Правила"
|
1150 |
|
1151 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1504
|
1152 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1505
|
1153 |
msgid "Posts"
|
1154 |
msgstr "Сообщения"
|
1155 |
|
1156 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1629
|
1157 |
msgid "View posts by this author"
|
1158 |
msgstr "Просмотреть сообщения этого автора"
|
1159 |
|
1160 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1654
|
1161 |
+
msgid "Super Admin"
|
1162 |
+
msgstr ""
|
1163 |
+
|
1164 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1665
|
1165 |
#, php-format
|
1166 |
msgid "e-mail: %s"
|
1167 |
msgstr "e-mail: %s"
|
1168 |
|
1169 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1776
|
1170 |
#, fuzzy
|
1171 |
msgid "Change"
|
1172 |
msgstr "Изменить порядок"
|
1173 |
|
1174 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1792
|
1175 |
#, fuzzy
|
1176 |
msgid "Update selected users"
|
1177 |
msgstr "Удалить выбранные поля"
|
1178 |
|
1179 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1813
|
1180 |
#, fuzzy
|
1181 |
msgid "Update"
|
1182 |
msgstr "Обновить поле"
|
1183 |
|
1184 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1828
|
1185 |
msgid "OK"
|
1186 |
msgstr ""
|
1187 |
|
1188 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1829
|
1189 |
msgid "Cancel"
|
1190 |
msgstr ""
|
1191 |
|
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-
|
6 |
-
"PO-Revision-Date: 2011-
|
7 |
"Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -16,150 +16,150 @@ msgstr ""
|
|
16 |
"X-Poedit-Basepath: .\n"
|
17 |
"X-Poedit-SearchPath-0: /var/www/wp-content/plugins/cimy-user-extra-fields\n"
|
18 |
|
19 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
20 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
21 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
22 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
23 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
24 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
25 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
26 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
27 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
28 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
29 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
30 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
31 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
32 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
33 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
34 |
msgid "ERROR"
|
35 |
msgstr "FEL"
|
36 |
|
37 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
38 |
msgid "does not match."
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
42 |
msgid "hasn’t a correct email syntax."
|
43 |
msgstr "epostadressen har ett felaktigt format"
|
44 |
|
45 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
46 |
msgid "couldn’t be empty."
|
47 |
msgstr "måste anges."
|
48 |
|
49 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
50 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
51 |
msgid "isn’t correct"
|
52 |
msgstr "är ej korrekt"
|
53 |
|
54 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
55 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
56 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
57 |
msgid "YES"
|
58 |
msgstr "JA"
|
59 |
|
60 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
61 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
62 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
63 |
msgid "NO"
|
64 |
msgstr "NEJ"
|
65 |
|
66 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
67 |
msgid "should be"
|
68 |
msgstr "skall vara"
|
69 |
|
70 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
71 |
msgid "should be an image."
|
72 |
msgstr "borde vara en bild."
|
73 |
|
74 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
75 |
msgid "couldn’t have size less than"
|
76 |
msgstr "får inte vara mindre än"
|
77 |
|
78 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
79 |
msgid "couldn’t have length less than"
|
80 |
msgstr "får inte vara kortare än"
|
81 |
|
82 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
83 |
msgid "couldn’t have size different than"
|
84 |
msgstr "får inte ha en storlek skiljd från"
|
85 |
|
86 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
87 |
msgid "couldn’t have length different than"
|
88 |
msgstr "får inte ha en annan längd än"
|
89 |
|
90 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
91 |
msgid "couldn’t have size more than"
|
92 |
msgstr "får inte vara större än"
|
93 |
|
94 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
95 |
msgid "couldn’t have length more than"
|
96 |
msgstr "får inte vara längre än"
|
97 |
|
98 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
99 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
100 |
msgid "Typed code is not correct."
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
104 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
105 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
106 |
msgid "Username"
|
107 |
msgstr "Användarnamn"
|
108 |
|
109 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
110 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
111 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
112 |
msgid "E-mail"
|
113 |
msgstr "E-post"
|
114 |
|
115 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
116 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
117 |
#, fuzzy
|
118 |
msgid "Please upload a file with one of the following extensions"
|
119 |
msgstr "Ladda upp en bild med en av följlande filändelser"
|
120 |
|
121 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
122 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
123 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
124 |
msgid "Please upload an image with one of the following extensions"
|
125 |
msgstr "Ladda upp en bild med en av följlande filändelser"
|
126 |
|
127 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
128 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:47
|
129 |
msgid "Strength indicator"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
133 |
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 ! \" ? $ % ^ & )."
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
137 |
#, fuzzy
|
138 |
msgid "Change image"
|
139 |
msgstr "Ändra ordning"
|
140 |
|
141 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
142 |
msgid "Insert the code:"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
146 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
147 |
msgid "Confirm your registration"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
151 |
msgid "A password will be e-mailed to you."
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:
|
155 |
msgid "← Back"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:
|
159 |
msgid "no fieldset"
|
160 |
msgstr "Ingen fältsektion"
|
161 |
|
162 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:
|
163 |
msgid "All"
|
164 |
msgstr ""
|
165 |
|
@@ -195,324 +195,324 @@ msgstr "Inställningar nollställda"
|
|
195 |
msgid "Options deleted"
|
196 |
msgstr "Inställninger borttagna"
|
197 |
|
198 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
199 |
msgid "Options changed"
|
200 |
msgstr "Inställningar ändrade"
|
201 |
|
202 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
203 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
207 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
208 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
209 |
msgid "Options"
|
210 |
msgstr "Inställningar"
|
211 |
|
212 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
213 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:442
|
214 |
msgid "Add a new Field"
|
215 |
msgstr "Lägg till ett fält"
|
216 |
|
217 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
218 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
219 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
220 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
221 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
222 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:294
|
223 |
msgid "Extra Fields"
|
224 |
msgstr "Extrafält"
|
225 |
|
226 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
227 |
msgid "Support the Cimy Project"
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
231 |
msgid "This plug-in is the results of hours of development to add new features, support new WordPress versions and fix bugs, please donate money if saved you from spending all these hours!"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
235 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
236 |
msgid "SUCCESSFUL"
|
237 |
msgstr "FRAMGÅNGSRIKT"
|
238 |
|
239 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
240 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
241 |
msgid "Save Changes"
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
245 |
msgid "General"
|
246 |
msgstr "Allmän"
|
247 |
|
248 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
249 |
msgid "installed is"
|
250 |
msgstr "är installerad"
|
251 |
|
252 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
253 |
msgid "OPTIONS DELETED!"
|
254 |
msgstr "INSTÄLLNINGAR BORTTAGNA"
|
255 |
|
256 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
257 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
258 |
msgid "Fix the problem"
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
262 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
263 |
msgstr "VERSIONSKONFLIKT! deaktivera och aktivera pluginen efter uppdatering!"
|
264 |
|
265 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
266 |
msgid "Picture/Avatar upload"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
270 |
msgid "is created and writable"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
274 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
278 |
#, fuzzy
|
279 |
msgid "Show all fields in the welcome email"
|
280 |
msgstr "Visa fält vid registrering"
|
281 |
|
282 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
283 |
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
287 |
msgid "Enable email confirmation"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
291 |
msgid "user that registers should confirm its email address via a link click"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
295 |
msgid "<strong>note:</strong> this option turned on will automatically disable (only during the registration) all upload fields: file, picture, avatar"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
299 |
msgid "Enable form confirmation"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
303 |
msgid "a summary of the registration form will be presented to the user"
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
307 |
msgid "Customize welcome email sent to the new user"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
311 |
msgid "if you change or remove the placeholders then the email won't have the correct information"
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
315 |
msgid "Redirect to the source"
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
319 |
msgid "after the registration or confirmation the user will be redirected to the address where was exactly before clicking on the registration link"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
323 |
msgid "No captcha"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
327 |
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
331 |
msgid "Public KEY"
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
335 |
msgid "Private KEY"
|
336 |
msgstr ""
|
337 |
|
338 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
339 |
msgid "Enable <a href=\"http://www.phpcaptcha.org/\" target=\"_blank\">Securimage Captcha</a>"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
343 |
msgid "This captcha is probably weaker, but is easier for users"
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
347 |
#, php-format
|
348 |
msgid "<strong>WARNING: to activate this captcha download <a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">this package</a> and unpack it under %s</strong>"
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
352 |
msgid "Change login/registration page logo"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
356 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
357 |
msgid "Delete the picture"
|
358 |
msgstr "Ta bort bild"
|
359 |
|
360 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
361 |
msgid "Maximum recommended logo width is 328px, but any height should work."
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
365 |
msgid "Database"
|
366 |
msgstr "Databas"
|
367 |
|
368 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
369 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
370 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
371 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
372 |
msgid "select action"
|
373 |
msgstr "Välj åtgärd"
|
374 |
|
375 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
376 |
msgid "Default values"
|
377 |
msgstr "Standardvärden"
|
378 |
|
379 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
380 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
381 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
382 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
383 |
msgid "Delete"
|
384 |
msgstr "Ta bort"
|
385 |
|
386 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
387 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
388 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
389 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
390 |
msgid "NOT PRESENT"
|
391 |
msgstr "EXISTERAR EJ"
|
392 |
|
393 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
394 |
msgid "WordPress Fields table"
|
395 |
msgstr "WordPress Fälttabell"
|
396 |
|
397 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
398 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
399 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
400 |
msgid "Empty"
|
401 |
msgstr "Töm"
|
402 |
|
403 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
404 |
msgid "Extra Fields table"
|
405 |
msgstr "Extra Fälttabell"
|
406 |
|
407 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
408 |
msgid "Users Data table"
|
409 |
msgstr "Användardatatabell"
|
410 |
|
411 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
412 |
msgid "all data inserted by users in all and only extra fields"
|
413 |
msgstr "all data skapad av användare "
|
414 |
|
415 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
416 |
msgid "Force tables creation"
|
417 |
msgstr "Forcera skapande av tabeller"
|
418 |
|
419 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
420 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
424 |
msgid "User Profile"
|
425 |
msgstr "Användarprofil"
|
426 |
|
427 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
428 |
msgid "Extra Fields section title"
|
429 |
msgstr "Titel för fältsektion"
|
430 |
|
431 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
432 |
msgid "Fieldset's titles, separates with comma"
|
433 |
msgstr "Fältsektionstitlar, separerade med kommatecken"
|
434 |
|
435 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
436 |
msgid "example: title1,title2,title3"
|
437 |
msgstr "tex.: Titel1,Titel2,Titel3"
|
438 |
|
439 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
440 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
441 |
msgstr ""
|
442 |
|
443 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
444 |
msgid "Authors & Users Extended"
|
445 |
msgstr "Utökad författar- och användarhantering"
|
446 |
|
447 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
448 |
msgid "Hide username field"
|
449 |
msgstr "Göm fältet användarnamn"
|
450 |
|
451 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
452 |
msgid "Hide name field"
|
453 |
msgstr "Göm fältet namn"
|
454 |
|
455 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
456 |
msgid "Hide email field"
|
457 |
msgstr "Göm fältet e-post"
|
458 |
|
459 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
460 |
msgid "Hide role field"
|
461 |
msgstr "Göm fältet roll"
|
462 |
|
463 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
464 |
msgid "Hide website field"
|
465 |
msgstr "Göm fältet webbsajt"
|
466 |
|
467 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
468 |
msgid "Hide n. posts field"
|
469 |
msgstr "Göm n. postfält"
|
470 |
|
471 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
472 |
msgid "WordPress hidden fields"
|
473 |
msgstr "Wordpress gömda fält"
|
474 |
|
475 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
476 |
msgid "Show password"
|
477 |
msgstr ""
|
478 |
|
479 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
480 |
msgid "Show confirmation password"
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
484 |
msgid "Show password strength meter"
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
488 |
msgid "Show first name"
|
489 |
msgstr "Visa förnamn"
|
490 |
|
491 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
492 |
msgid "Show last name"
|
493 |
msgstr "Visa efternamn"
|
494 |
|
495 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
496 |
msgid "Show nickname"
|
497 |
msgstr "Visa smeknamn"
|
498 |
|
499 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
500 |
msgid "Show website"
|
501 |
msgstr "Visa webbsajt"
|
502 |
|
503 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
504 |
msgid "Show AIM"
|
505 |
msgstr "Visa AIM"
|
506 |
|
507 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
508 |
msgid "Show Yahoo IM"
|
509 |
msgstr "Visa Yahoo IM"
|
510 |
|
511 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
512 |
msgid "Show Jabber / Google Talk"
|
513 |
msgstr "Visa Jabber / Google Talk"
|
514 |
|
515 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
516 |
msgid "Show Biographical Info"
|
517 |
msgstr ""
|
518 |
|
@@ -538,57 +538,57 @@ msgstr ""
|
|
538 |
msgid "Mismatch"
|
539 |
msgstr ""
|
540 |
|
541 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
542 |
msgid "Password"
|
543 |
msgstr ""
|
544 |
|
545 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
546 |
msgid "Password confirmation"
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
550 |
msgid "First name"
|
551 |
msgstr "Förnamn"
|
552 |
|
553 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
554 |
msgid "Last name"
|
555 |
msgstr "Efternamn"
|
556 |
|
557 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
558 |
msgid "Nickname"
|
559 |
msgstr "Smeknamn"
|
560 |
|
561 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
562 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
563 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
564 |
msgid "Website"
|
565 |
msgstr "Webbsajt"
|
566 |
|
567 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
568 |
msgid "AIM"
|
569 |
msgstr ""
|
570 |
|
571 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
572 |
msgid "Yahoo IM"
|
573 |
msgstr "Yahoo IM"
|
574 |
|
575 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
576 |
msgid "Jabber / Google Talk"
|
577 |
msgstr "Jabber / Google Talk"
|
578 |
|
579 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
580 |
msgid "Biographical Info"
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
584 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:133
|
585 |
msgid "Fields"
|
586 |
msgstr "Fält"
|
587 |
|
588 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
589 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
590 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
591 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
592 |
msgid "Users Extended"
|
593 |
msgstr "Extra fält för användare"
|
594 |
|
@@ -606,30 +606,30 @@ msgstr ""
|
|
606 |
msgid "File '%s' is not an image."
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
610 |
#, fuzzy
|
611 |
msgid "Delete the file"
|
612 |
msgstr "Ta bort bild"
|
613 |
|
614 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
615 |
#, fuzzy
|
616 |
msgid "Update the file"
|
617 |
msgstr "Uppdatra bild"
|
618 |
|
619 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
620 |
msgid "Update the picture"
|
621 |
msgstr "Uppdatra bild"
|
622 |
|
623 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
624 |
msgid "Picture URL:"
|
625 |
msgstr ""
|
626 |
|
627 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
628 |
#, php-format
|
629 |
msgid "%s previous value: %s new value: %s"
|
630 |
msgstr ""
|
631 |
|
632 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:
|
633 |
#, php-format
|
634 |
msgid "%s (%s) has changed one or more fields"
|
635 |
msgstr ""
|
@@ -702,31 +702,31 @@ msgstr ""
|
|
702 |
msgid "Password: %s"
|
703 |
msgstr ""
|
704 |
|
705 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
706 |
msgid "Invalid activation key."
|
707 |
msgstr ""
|
708 |
|
709 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
710 |
msgid "The site is already active."
|
711 |
msgstr ""
|
712 |
|
713 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
714 |
msgid "Could not create user"
|
715 |
msgstr ""
|
716 |
|
717 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
718 |
msgid "That username is already activated."
|
719 |
msgstr ""
|
720 |
|
721 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
722 |
msgid "That username is currently reserved but may be available in a couple of days."
|
723 |
msgstr ""
|
724 |
|
725 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
726 |
msgid "username and email used"
|
727 |
msgstr ""
|
728 |
|
729 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:
|
730 |
msgid "That email address has already been used. Please check your inbox for an activation email. It will become available in a couple of days if you do nothing."
|
731 |
msgstr ""
|
732 |
|
@@ -751,17 +751,17 @@ msgid "Change order"
|
|
751 |
msgstr "Ändra ordning"
|
752 |
|
753 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
754 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
755 |
msgid "Min length"
|
756 |
msgstr "Min. längd"
|
757 |
|
758 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:31
|
759 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
760 |
msgid "Exact length"
|
761 |
msgstr "Exakt längd"
|
762 |
|
763 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:32
|
764 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
765 |
msgid "Max length"
|
766 |
msgstr "Max. längd"
|
767 |
|
@@ -791,17 +791,17 @@ msgid "deleted correctly"
|
|
791 |
msgstr "korrekt raderade"
|
792 |
|
793 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:239
|
794 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
795 |
msgid "Min size"
|
796 |
msgstr "Min. storlek"
|
797 |
|
798 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:240
|
799 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
800 |
msgid "Exact size"
|
801 |
msgstr "Exakt storlek"
|
802 |
|
803 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:241
|
804 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
805 |
msgid "Max size"
|
806 |
msgstr "Max. storlek"
|
807 |
|
@@ -910,160 +910,161 @@ msgstr "Med <strong>bild</strong>: Du kan använde en standard bild med (URL
|
|
910 |
|
911 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
912 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:648
|
913 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
914 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
915 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
916 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
917 |
msgid "Name"
|
918 |
msgstr "Namn"
|
919 |
|
920 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
921 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
922 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
923 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
924 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
925 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
926 |
msgid "Value"
|
927 |
msgstr "Värde"
|
928 |
|
929 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:639
|
930 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
931 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
932 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
933 |
msgid "Type"
|
934 |
msgstr "Typ"
|
935 |
|
936 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
937 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:671
|
938 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
939 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
940 |
msgid "Label"
|
941 |
msgstr "Etikett"
|
942 |
|
943 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
944 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:672
|
945 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
946 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
947 |
msgid "Description"
|
948 |
msgstr "Beskrivning"
|
949 |
|
950 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:641
|
951 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
952 |
msgid "Rules"
|
953 |
msgstr "Regler"
|
954 |
|
955 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:642
|
956 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
957 |
msgid "Actions"
|
958 |
msgstr "Åtgärder"
|
959 |
|
960 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
961 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
962 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
963 |
msgid "Fieldset"
|
964 |
msgstr "Fältsektion"
|
965 |
|
966 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:684
|
967 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
968 |
msgid "Can be empty"
|
969 |
msgstr "Kan vara töm"
|
970 |
|
971 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:685
|
972 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
973 |
msgid "Check for E-mail syntax"
|
974 |
msgstr "Kontrollera epostadressen"
|
975 |
|
976 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:688
|
977 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
978 |
msgid "Can be modified"
|
979 |
msgstr "Kan ändras"
|
980 |
|
981 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:689
|
982 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
983 |
msgid "Can be modified only if empty"
|
984 |
msgstr "Kan ändras endast om fältet är tomt"
|
985 |
|
986 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:690
|
987 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
988 |
msgid "Can be modified only by admin"
|
989 |
msgstr "Kan endast ändras av en administratör"
|
990 |
|
991 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:691
|
992 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
993 |
msgid "Can be modified only by admin or if empty"
|
994 |
msgstr "Kan ändras endast av en administratör eller om fältet är tomt"
|
995 |
|
996 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
997 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
998 |
msgid "Cannot be modified"
|
999 |
msgstr "Kan inte ändras"
|
1000 |
|
1001 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:700
|
1002 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1003 |
msgid "Should be equal TO"
|
1004 |
msgstr "Skall vara LIKA MED"
|
1005 |
|
1006 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:702
|
1007 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1008 |
msgid "Case sensitive"
|
1009 |
msgstr "Skiftlägeskänslig"
|
1010 |
|
1011 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:705
|
1012 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1013 |
msgid "Regular Expression"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:708
|
1017 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1018 |
msgid "Show the field in the registration"
|
1019 |
msgstr "Visa fält vid registrering"
|
1020 |
|
1021 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
1022 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1023 |
msgid "Show the field in User's profile"
|
1024 |
msgstr "Visa fält i Användarprofil"
|
1025 |
|
1026 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
1027 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1028 |
#, fuzzy
|
1029 |
-
msgid "Show the field in Users Extended
|
1030 |
msgstr "Visa fält i menyn F&A Utökat"
|
1031 |
|
1032 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
1033 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1034 |
#, fuzzy
|
1035 |
msgid "Show the field in the search engine"
|
1036 |
msgstr "Visa fält vid registrering"
|
1037 |
|
1038 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:720
|
1039 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1040 |
#, fuzzy
|
1041 |
msgid "Show the field in the blog"
|
1042 |
msgstr "Visa fält vid registrering"
|
1043 |
|
1044 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:723
|
1045 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1046 |
#, fuzzy
|
1047 |
msgid "Show the field if the role is at least:"
|
1048 |
msgstr "Visa fält vid registrering"
|
1049 |
|
1050 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:725
|
1051 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1052 |
msgid "Anonymous"
|
1053 |
msgstr ""
|
1054 |
|
1055 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
1056 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1057 |
msgid "User has 'view_cimy_extra_fields' capability"
|
1058 |
msgstr ""
|
1059 |
|
1060 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:736
|
1061 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1062 |
msgid "Send an email to the admin if the user changes its value"
|
1063 |
msgstr ""
|
1064 |
|
1065 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:738
|
1066 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1067 |
#, fuzzy
|
1068 |
msgid "Advanced options"
|
1069 |
msgstr "Åtgärder"
|
@@ -1072,102 +1073,104 @@ msgstr "Åtgärder"
|
|
1072 |
msgid "Clear"
|
1073 |
msgstr "Nollställ"
|
1074 |
|
1075 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1076 |
msgid "Invert selection"
|
1077 |
msgstr "Omvänd markering"
|
1078 |
|
1079 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1080 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
1081 |
msgstr "Är du säker på at du vill ta bort detta fält och all ev data som matats in?"
|
1082 |
|
1083 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1084 |
msgid "WordPress Fields"
|
1085 |
msgstr "WordPress-fält"
|
1086 |
|
1087 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1088 |
msgid "None!"
|
1089 |
msgstr "Ingen!"
|
1090 |
|
1091 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1092 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1093 |
msgid "Order"
|
1094 |
msgstr "Ordningsföljd"
|
1095 |
|
1096 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1097 |
msgid "Reset"
|
1098 |
msgstr "Nollställ"
|
1099 |
|
1100 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1101 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1102 |
#, fuzzy
|
1103 |
msgid "select"
|
1104 |
msgstr "Ta bort"
|
1105 |
|
1106 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1107 |
#, php-format
|
1108 |
msgid "Search results for “%s”"
|
1109 |
msgstr ""
|
1110 |
|
1111 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1112 |
#, php-format
|
1113 |
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
1114 |
msgstr ""
|
1115 |
|
1116 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1117 |
msgid "Search Users"
|
1118 |
msgstr "Sök Användare"
|
1119 |
|
1120 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1121 |
-
|
1122 |
-
msgstr "« Tillbaka till Alla Användare"
|
1123 |
-
|
1124 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1501
|
1125 |
-
msgid "Users per page"
|
1126 |
-
msgstr "Användare per sida"
|
1127 |
-
|
1128 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1516
|
1129 |
-
msgid "Apply"
|
1130 |
-
msgstr ""
|
1131 |
-
|
1132 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1543
|
1133 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1544
|
1134 |
msgid "Role"
|
1135 |
msgstr "Roll"
|
1136 |
|
1137 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1138 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1139 |
msgid "Posts"
|
1140 |
msgstr "Postningar"
|
1141 |
|
1142 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1143 |
msgid "View posts by this author"
|
1144 |
msgstr "Visa postningar av dessa skribent"
|
1145 |
|
1146 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
1147 |
#, php-format
|
1148 |
msgid "e-mail: %s"
|
1149 |
msgstr "e-post: %s"
|
1150 |
|
1151 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1152 |
#, fuzzy
|
1153 |
msgid "Change"
|
1154 |
msgstr "Ändra ordning"
|
1155 |
|
1156 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1157 |
#, fuzzy
|
1158 |
msgid "Update selected users"
|
1159 |
msgstr "Ta bort valda fälter"
|
1160 |
|
1161 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1162 |
#, fuzzy
|
1163 |
msgid "Update"
|
1164 |
msgstr "Uppdatera fält"
|
1165 |
|
1166 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1167 |
msgid "OK"
|
1168 |
msgstr ""
|
1169 |
|
1170 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
1171 |
msgid "Cancel"
|
1172 |
msgstr ""
|
1173 |
|
@@ -1175,6 +1178,8 @@ msgstr ""
|
|
1175 |
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!"
|
1176 |
msgstr ""
|
1177 |
|
|
|
|
|
1178 |
#~ msgid "A&U Extended"
|
1179 |
#~ msgstr "F&A Utökat"
|
1180 |
#~ msgid "Users Matching \"%s\""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Cimy User Extra Fields\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-09-04 13:59+0300\n"
|
6 |
+
"PO-Revision-Date: 2011-09-04 13:59+0300\n"
|
7 |
"Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
16 |
"X-Poedit-Basepath: .\n"
|
17 |
"X-Poedit-SearchPath-0: /var/www/wp-content/plugins/cimy-user-extra-fields\n"
|
18 |
|
19 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:419
|
20 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:423
|
21 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:437
|
22 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:458
|
23 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:470
|
24 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:477
|
25 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:488
|
26 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:494
|
27 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:506
|
28 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:512
|
29 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:524
|
30 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:530
|
31 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:544
|
32 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:564
|
33 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1070
|
34 |
msgid "ERROR"
|
35 |
msgstr "FEL"
|
36 |
|
37 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:419
|
38 |
msgid "does not match."
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:423
|
42 |
msgid "hasn’t a correct email syntax."
|
43 |
msgstr "epostadressen har ett felaktigt format"
|
44 |
|
45 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:437
|
46 |
msgid "couldn’t be empty."
|
47 |
msgstr "måste anges."
|
48 |
|
49 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:457
|
50 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:466
|
51 |
msgid "isn’t correct"
|
52 |
msgstr "är ej korrekt"
|
53 |
|
54 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:463
|
55 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:921
|
56 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:924
|
57 |
msgid "YES"
|
58 |
msgstr "JA"
|
59 |
|
60 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:463
|
61 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:921
|
62 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:924
|
63 |
msgid "NO"
|
64 |
msgstr "NEJ"
|
65 |
|
66 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:468
|
67 |
msgid "should be"
|
68 |
msgstr "skall vara"
|
69 |
|
70 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:477
|
71 |
msgid "should be an image."
|
72 |
msgstr "borde vara en bild."
|
73 |
|
74 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:488
|
75 |
msgid "couldn’t have size less than"
|
76 |
msgstr "får inte vara mindre än"
|
77 |
|
78 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:494
|
79 |
msgid "couldn’t have length less than"
|
80 |
msgstr "får inte vara kortare än"
|
81 |
|
82 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:506
|
83 |
msgid "couldn’t have size different than"
|
84 |
msgstr "får inte ha en storlek skiljd från"
|
85 |
|
86 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:512
|
87 |
msgid "couldn’t have length different than"
|
88 |
msgstr "får inte ha en annan längd än"
|
89 |
|
90 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:524
|
91 |
msgid "couldn’t have size more than"
|
92 |
msgstr "får inte vara större än"
|
93 |
|
94 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:530
|
95 |
msgid "couldn’t have length more than"
|
96 |
msgstr "får inte vara längre än"
|
97 |
|
98 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:544
|
99 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:564
|
100 |
msgid "Typed code is not correct."
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:641
|
104 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1479
|
105 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1480
|
106 |
msgid "Username"
|
107 |
msgstr "Användarnamn"
|
108 |
|
109 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:644
|
110 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1489
|
111 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1490
|
112 |
msgid "E-mail"
|
113 |
msgstr "E-post"
|
114 |
|
115 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:893
|
116 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:306
|
117 |
#, fuzzy
|
118 |
msgid "Please upload a file with one of the following extensions"
|
119 |
msgstr "Ladda upp en bild med en av följlande filändelser"
|
120 |
|
121 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:899
|
122 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:272
|
123 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:312
|
124 |
msgid "Please upload an image with one of the following extensions"
|
125 |
msgstr "Ladda upp en bild med en av följlande filändelser"
|
126 |
|
127 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1056
|
128 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_init_strength_meter.php:47
|
129 |
msgid "Strength indicator"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1057
|
133 |
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 ! \" ? $ % ^ & )."
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1103
|
137 |
#, fuzzy
|
138 |
msgid "Change image"
|
139 |
msgstr "Ändra ordning"
|
140 |
|
141 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1106
|
142 |
msgid "Insert the code:"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1172
|
146 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1174
|
147 |
msgid "Confirm your registration"
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1180
|
151 |
msgid "A password will be e-mailed to you."
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:1187
|
155 |
msgid "← Back"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:429
|
159 |
msgid "no fieldset"
|
160 |
msgstr "Ingen fältsektion"
|
161 |
|
162 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:433
|
163 |
msgid "All"
|
164 |
msgstr ""
|
165 |
|
195 |
msgid "Options deleted"
|
196 |
msgstr "Inställninger borttagna"
|
197 |
|
198 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:248
|
199 |
msgid "Options changed"
|
200 |
msgstr "Inställningar ändrade"
|
201 |
|
202 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:326
|
203 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:335
|
207 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:528
|
208 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:757
|
209 |
msgid "Options"
|
210 |
msgstr "Inställningar"
|
211 |
|
212 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:338
|
213 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:442
|
214 |
msgid "Add a new Field"
|
215 |
msgstr "Lägg till ett fält"
|
216 |
|
217 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:338
|
218 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:807
|
219 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1796
|
220 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1801
|
221 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
222 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:294
|
223 |
msgid "Extra Fields"
|
224 |
msgstr "Extrafält"
|
225 |
|
226 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:344
|
227 |
msgid "Support the Cimy Project"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:352
|
231 |
msgid "This plug-in is the results of hours of development to add new features, support new WordPress versions and fix bugs, please donate money if saved you from spending all these hours!"
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:362
|
235 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1088
|
236 |
msgid "SUCCESSFUL"
|
237 |
msgstr "FRAMGÅNGSRIKT"
|
238 |
|
239 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:376
|
240 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:699
|
241 |
msgid "Save Changes"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:377
|
245 |
msgid "General"
|
246 |
msgstr "Allmän"
|
247 |
|
248 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:385
|
249 |
msgid "installed is"
|
250 |
msgstr "är installerad"
|
251 |
|
252 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:389
|
253 |
msgid "OPTIONS DELETED!"
|
254 |
msgstr "INSTÄLLNINGAR BORTTAGNA"
|
255 |
|
256 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:392
|
257 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:397
|
258 |
msgid "Fix the problem"
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:395
|
262 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
263 |
msgstr "VERSIONSKONFLIKT! deaktivera och aktivera pluginen efter uppdatering!"
|
264 |
|
265 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:403
|
266 |
msgid "Picture/Avatar upload"
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:407
|
270 |
msgid "is created and writable"
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:409
|
274 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:416
|
278 |
#, fuzzy
|
279 |
msgid "Show all fields in the welcome email"
|
280 |
msgstr "Visa fält vid registrering"
|
281 |
|
282 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:420
|
283 |
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:428
|
287 |
msgid "Enable email confirmation"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:432
|
291 |
msgid "user that registers should confirm its email address via a link click"
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:434
|
295 |
msgid "<strong>note:</strong> this option turned on will automatically disable (only during the registration) all upload fields: file, picture, avatar"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:441
|
299 |
msgid "Enable form confirmation"
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:445
|
303 |
msgid "a summary of the registration form will be presented to the user"
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:451
|
307 |
msgid "Customize welcome email sent to the new user"
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:455
|
311 |
msgid "if you change or remove the placeholders then the email won't have the correct information"
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:461
|
315 |
msgid "Redirect to the source"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:465
|
319 |
msgid "after the registration or confirmation the user will be redirected to the address where was exactly before clicking on the registration link"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:473
|
323 |
msgid "No captcha"
|
324 |
msgstr ""
|
325 |
|
326 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:481
|
327 |
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:485
|
331 |
msgid "Public KEY"
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:489
|
335 |
msgid "Private KEY"
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:497
|
339 |
msgid "Enable <a href=\"http://www.phpcaptcha.org/\" target=\"_blank\">Securimage Captcha</a>"
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:500
|
343 |
msgid "This captcha is probably weaker, but is easier for users"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:504
|
347 |
#, php-format
|
348 |
msgid "<strong>WARNING: to activate this captcha download <a href=\"http://www.phpcaptcha.org/latest.zip\" target=\"_blank\">this package</a> and unpack it under %s</strong>"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:511
|
352 |
msgid "Change login/registration page logo"
|
353 |
msgstr ""
|
354 |
|
355 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:516
|
356 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:454
|
357 |
msgid "Delete the picture"
|
358 |
msgstr "Ta bort bild"
|
359 |
|
360 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:519
|
361 |
msgid "Maximum recommended logo width is 328px, but any height should work."
|
362 |
msgstr ""
|
363 |
|
364 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:525
|
365 |
msgid "Database"
|
366 |
msgstr "Databas"
|
367 |
|
368 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:534
|
369 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:551
|
370 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:568
|
371 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:585
|
372 |
msgid "select action"
|
373 |
msgstr "Välj åtgärd"
|
374 |
|
375 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:535
|
376 |
msgid "Default values"
|
377 |
msgstr "Standardvärden"
|
378 |
|
379 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:536
|
380 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:553
|
381 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:570
|
382 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:587
|
383 |
msgid "Delete"
|
384 |
msgstr "Ta bort"
|
385 |
|
386 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:540
|
387 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:557
|
388 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:574
|
389 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:592
|
390 |
msgid "NOT PRESENT"
|
391 |
msgstr "EXISTERAR EJ"
|
392 |
|
393 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:545
|
394 |
msgid "WordPress Fields table"
|
395 |
msgstr "WordPress Fälttabell"
|
396 |
|
397 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:552
|
398 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:569
|
399 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:586
|
400 |
msgid "Empty"
|
401 |
msgstr "Töm"
|
402 |
|
403 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:562
|
404 |
msgid "Extra Fields table"
|
405 |
msgstr "Extra Fälttabell"
|
406 |
|
407 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:579
|
408 |
msgid "Users Data table"
|
409 |
msgstr "Användardatatabell"
|
410 |
|
411 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:589
|
412 |
msgid "all data inserted by users in all and only extra fields"
|
413 |
msgstr "all data skapad av användare "
|
414 |
|
415 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:597
|
416 |
msgid "Force tables creation"
|
417 |
msgstr "Forcera skapande av tabeller"
|
418 |
|
419 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:600
|
420 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
421 |
msgstr ""
|
422 |
|
423 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:606
|
424 |
msgid "User Profile"
|
425 |
msgstr "Användarprofil"
|
426 |
|
427 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:609
|
428 |
msgid "Extra Fields section title"
|
429 |
msgstr "Titel för fältsektion"
|
430 |
|
431 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
432 |
msgid "Fieldset's titles, separates with comma"
|
433 |
msgstr "Fältsektionstitlar, separerade med kommatecken"
|
434 |
|
435 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
436 |
msgid "example: title1,title2,title3"
|
437 |
msgstr "tex.: Titel1,Titel2,Titel3"
|
438 |
|
439 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:614
|
440 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:619
|
444 |
msgid "Authors & Users Extended"
|
445 |
msgstr "Utökad författar- och användarhantering"
|
446 |
|
447 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:623
|
448 |
msgid "Hide username field"
|
449 |
msgstr "Göm fältet användarnamn"
|
450 |
|
451 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:629
|
452 |
msgid "Hide name field"
|
453 |
msgstr "Göm fältet namn"
|
454 |
|
455 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:634
|
456 |
msgid "Hide email field"
|
457 |
msgstr "Göm fältet e-post"
|
458 |
|
459 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:638
|
460 |
msgid "Hide role field"
|
461 |
msgstr "Göm fältet roll"
|
462 |
|
463 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:642
|
464 |
msgid "Hide website field"
|
465 |
msgstr "Göm fältet webbsajt"
|
466 |
|
467 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:646
|
468 |
msgid "Hide n. posts field"
|
469 |
msgstr "Göm n. postfält"
|
470 |
|
471 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:651
|
472 |
msgid "WordPress hidden fields"
|
473 |
msgstr "Wordpress gömda fält"
|
474 |
|
475 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:654
|
476 |
msgid "Show password"
|
477 |
msgstr ""
|
478 |
|
479 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:658
|
480 |
msgid "Show confirmation password"
|
481 |
msgstr ""
|
482 |
|
483 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:662
|
484 |
msgid "Show password strength meter"
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:666
|
488 |
msgid "Show first name"
|
489 |
msgstr "Visa förnamn"
|
490 |
|
491 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:670
|
492 |
msgid "Show last name"
|
493 |
msgstr "Visa efternamn"
|
494 |
|
495 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:674
|
496 |
msgid "Show nickname"
|
497 |
msgstr "Visa smeknamn"
|
498 |
|
499 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:678
|
500 |
msgid "Show website"
|
501 |
msgstr "Visa webbsajt"
|
502 |
|
503 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:682
|
504 |
msgid "Show AIM"
|
505 |
msgstr "Visa AIM"
|
506 |
|
507 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:686
|
508 |
msgid "Show Yahoo IM"
|
509 |
msgstr "Visa Yahoo IM"
|
510 |
|
511 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:690
|
512 |
msgid "Show Jabber / Google Talk"
|
513 |
msgstr "Visa Jabber / Google Talk"
|
514 |
|
515 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:694
|
516 |
msgid "Show Biographical Info"
|
517 |
msgstr ""
|
518 |
|
538 |
msgid "Mismatch"
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:209
|
542 |
msgid "Password"
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:229
|
546 |
msgid "Password confirmation"
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:249
|
550 |
msgid "First name"
|
551 |
msgstr "Förnamn"
|
552 |
|
553 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:269
|
554 |
msgid "Last name"
|
555 |
msgstr "Efternamn"
|
556 |
|
557 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:289
|
558 |
msgid "Nickname"
|
559 |
msgstr "Smeknamn"
|
560 |
|
561 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:309
|
562 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1499
|
563 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1500
|
564 |
msgid "Website"
|
565 |
msgstr "Webbsajt"
|
566 |
|
567 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:329
|
568 |
msgid "AIM"
|
569 |
msgstr ""
|
570 |
|
571 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:349
|
572 |
msgid "Yahoo IM"
|
573 |
msgstr "Yahoo IM"
|
574 |
|
575 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:369
|
576 |
msgid "Jabber / Google Talk"
|
577 |
msgstr "Jabber / Google Talk"
|
578 |
|
579 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:389
|
580 |
msgid "Biographical Info"
|
581 |
msgstr ""
|
582 |
|
583 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:758
|
584 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:133
|
585 |
msgid "Fields"
|
586 |
msgstr "Fält"
|
587 |
|
588 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:759
|
589 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:767
|
590 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:772
|
591 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1401
|
592 |
msgid "Users Extended"
|
593 |
msgstr "Extra fält för användare"
|
594 |
|
606 |
msgid "File '%s' is not an image."
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:450
|
610 |
#, fuzzy
|
611 |
msgid "Delete the file"
|
612 |
msgstr "Ta bort bild"
|
613 |
|
614 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:451
|
615 |
#, fuzzy
|
616 |
msgid "Update the file"
|
617 |
msgstr "Uppdatra bild"
|
618 |
|
619 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:455
|
620 |
msgid "Update the picture"
|
621 |
msgstr "Uppdatra bild"
|
622 |
|
623 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:475
|
624 |
msgid "Picture URL:"
|
625 |
msgstr ""
|
626 |
|
627 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:716
|
628 |
#, php-format
|
629 |
msgid "%s previous value: %s new value: %s"
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:731
|
633 |
#, php-format
|
634 |
msgid "%s (%s) has changed one or more fields"
|
635 |
msgstr ""
|
702 |
msgid "Password: %s"
|
703 |
msgstr ""
|
704 |
|
705 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:237
|
706 |
msgid "Invalid activation key."
|
707 |
msgstr ""
|
708 |
|
709 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:240
|
710 |
msgid "The site is already active."
|
711 |
msgstr ""
|
712 |
|
713 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:259
|
714 |
msgid "Could not create user"
|
715 |
msgstr ""
|
716 |
|
717 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:271
|
718 |
msgid "That username is already activated."
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:291
|
722 |
msgid "That username is currently reserved but may be available in a couple of days."
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:294
|
726 |
msgid "username and email used"
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_handler.php:304
|
730 |
msgid "That email address has already been used. Please check your inbox for an activation email. It will become available in a couple of days if you do nothing."
|
731 |
msgstr ""
|
732 |
|
751 |
msgstr "Ändra ordning"
|
752 |
|
753 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
754 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:897
|
755 |
msgid "Min length"
|
756 |
msgstr "Min. längd"
|
757 |
|
758 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:31
|
759 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:898
|
760 |
msgid "Exact length"
|
761 |
msgstr "Exakt längd"
|
762 |
|
763 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:32
|
764 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:899
|
765 |
msgid "Max length"
|
766 |
msgstr "Max. längd"
|
767 |
|
791 |
msgstr "korrekt raderade"
|
792 |
|
793 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:239
|
794 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:889
|
795 |
msgid "Min size"
|
796 |
msgstr "Min. storlek"
|
797 |
|
798 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:240
|
799 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:890
|
800 |
msgid "Exact size"
|
801 |
msgstr "Exakt storlek"
|
802 |
|
803 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:241
|
804 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:891
|
805 |
msgid "Max size"
|
806 |
msgstr "Max. storlek"
|
807 |
|
910 |
|
911 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
912 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:648
|
913 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
914 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:922
|
915 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1484
|
916 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1485
|
917 |
msgid "Name"
|
918 |
msgstr "Namn"
|
919 |
|
920 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:638
|
921 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
922 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
923 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:925
|
924 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1796
|
925 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1801
|
926 |
msgid "Value"
|
927 |
msgstr "Värde"
|
928 |
|
929 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:639
|
930 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
931 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:834
|
932 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:928
|
933 |
msgid "Type"
|
934 |
msgstr "Typ"
|
935 |
|
936 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
937 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:671
|
938 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:835
|
939 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:945
|
940 |
msgid "Label"
|
941 |
msgstr "Etikett"
|
942 |
|
943 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:640
|
944 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:672
|
945 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:835
|
946 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:948
|
947 |
msgid "Description"
|
948 |
msgstr "Beskrivning"
|
949 |
|
950 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:641
|
951 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:836
|
952 |
msgid "Rules"
|
953 |
msgstr "Regler"
|
954 |
|
955 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:642
|
956 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:837
|
957 |
msgid "Actions"
|
958 |
msgstr "Åtgärder"
|
959 |
|
960 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
961 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:939
|
962 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1237
|
963 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1321
|
964 |
msgid "Fieldset"
|
965 |
msgstr "Fältsektion"
|
966 |
|
967 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:684
|
968 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:962
|
969 |
msgid "Can be empty"
|
970 |
msgstr "Kan vara töm"
|
971 |
|
972 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:685
|
973 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:963
|
974 |
msgid "Check for E-mail syntax"
|
975 |
msgstr "Kontrollera epostadressen"
|
976 |
|
977 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:688
|
978 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:966
|
979 |
msgid "Can be modified"
|
980 |
msgstr "Kan ändras"
|
981 |
|
982 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:689
|
983 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:967
|
984 |
msgid "Can be modified only if empty"
|
985 |
msgstr "Kan ändras endast om fältet är tomt"
|
986 |
|
987 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:690
|
988 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:968
|
989 |
msgid "Can be modified only by admin"
|
990 |
msgstr "Kan endast ändras av en administratör"
|
991 |
|
992 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:691
|
993 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:969
|
994 |
msgid "Can be modified only by admin or if empty"
|
995 |
msgstr "Kan ändras endast av en administratör eller om fältet är tomt"
|
996 |
|
997 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
998 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:970
|
999 |
msgid "Cannot be modified"
|
1000 |
msgstr "Kan inte ändras"
|
1001 |
|
1002 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:700
|
1003 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:975
|
1004 |
msgid "Should be equal TO"
|
1005 |
msgstr "Skall vara LIKA MED"
|
1006 |
|
1007 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:702
|
1008 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:977
|
1009 |
msgid "Case sensitive"
|
1010 |
msgstr "Skiftlägeskänslig"
|
1011 |
|
1012 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:705
|
1013 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:979
|
1014 |
msgid "Regular Expression"
|
1015 |
msgstr ""
|
1016 |
|
1017 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:708
|
1018 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:984
|
1019 |
msgid "Show the field in the registration"
|
1020 |
msgstr "Visa fält vid registrering"
|
1021 |
|
1022 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
1023 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:987
|
1024 |
msgid "Show the field in User's profile"
|
1025 |
msgstr "Visa fält i Användarprofil"
|
1026 |
|
1027 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
1028 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:996
|
1029 |
#, fuzzy
|
1030 |
+
msgid "Show the field in Users Extended section"
|
1031 |
msgstr "Visa fält i menyn F&A Utökat"
|
1032 |
|
1033 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
1034 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:999
|
1035 |
#, fuzzy
|
1036 |
msgid "Show the field in the search engine"
|
1037 |
msgstr "Visa fält vid registrering"
|
1038 |
|
1039 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:720
|
1040 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1002
|
1041 |
#, fuzzy
|
1042 |
msgid "Show the field in the blog"
|
1043 |
msgstr "Visa fält vid registrering"
|
1044 |
|
1045 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:723
|
1046 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1005
|
1047 |
#, fuzzy
|
1048 |
msgid "Show the field if the role is at least:"
|
1049 |
msgstr "Visa fält vid registrering"
|
1050 |
|
1051 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:725
|
1052 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1007
|
1053 |
msgid "Anonymous"
|
1054 |
msgstr ""
|
1055 |
|
1056 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
1057 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1013
|
1058 |
msgid "User has 'view_cimy_extra_fields' capability"
|
1059 |
msgstr ""
|
1060 |
|
1061 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:736
|
1062 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1021
|
1063 |
msgid "Send an email to the admin if the user changes its value"
|
1064 |
msgstr ""
|
1065 |
|
1066 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:738
|
1067 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1026
|
1068 |
#, fuzzy
|
1069 |
msgid "Advanced options"
|
1070 |
msgstr "Åtgärder"
|
1073 |
msgid "Clear"
|
1074 |
msgstr "Nollställ"
|
1075 |
|
1076 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:798
|
1077 |
msgid "Invert selection"
|
1078 |
msgstr "Omvänd markering"
|
1079 |
|
1080 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:799
|
1081 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
1082 |
msgstr "Är du säker på at du vill ta bort detta fält och all ev data som matats in?"
|
1083 |
|
1084 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:805
|
1085 |
msgid "WordPress Fields"
|
1086 |
msgstr "WordPress-fält"
|
1087 |
|
1088 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:818
|
1089 |
msgid "None!"
|
1090 |
msgstr "Ingen!"
|
1091 |
|
1092 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:833
|
1093 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:910
|
1094 |
msgid "Order"
|
1095 |
msgstr "Ordningsföljd"
|
1096 |
|
1097 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1030
|
1098 |
msgid "Reset"
|
1099 |
msgstr "Nollställ"
|
1100 |
|
1101 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1107
|
1102 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1823
|
1103 |
#, fuzzy
|
1104 |
msgid "select"
|
1105 |
msgstr "Ta bort"
|
1106 |
|
1107 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1241
|
1108 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1325
|
1109 |
+
msgid "Users per page"
|
1110 |
+
msgstr "Användare per sida"
|
1111 |
+
|
1112 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1243
|
1113 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1327
|
1114 |
+
msgid "Apply"
|
1115 |
+
msgstr ""
|
1116 |
+
|
1117 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1409
|
1118 |
#, php-format
|
1119 |
msgid "Search results for “%s”"
|
1120 |
msgstr ""
|
1121 |
|
1122 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1447
|
1123 |
#, php-format
|
1124 |
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
1125 |
msgstr ""
|
1126 |
|
1127 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1456
|
1128 |
msgid "Search Users"
|
1129 |
msgstr "Sök Användare"
|
1130 |
|
1131 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1494
|
1132 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1495
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1133 |
msgid "Role"
|
1134 |
msgstr "Roll"
|
1135 |
|
1136 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1504
|
1137 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1505
|
1138 |
msgid "Posts"
|
1139 |
msgstr "Postningar"
|
1140 |
|
1141 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1629
|
1142 |
msgid "View posts by this author"
|
1143 |
msgstr "Visa postningar av dessa skribent"
|
1144 |
|
1145 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1654
|
1146 |
+
msgid "Super Admin"
|
1147 |
+
msgstr ""
|
1148 |
+
|
1149 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1665
|
1150 |
#, php-format
|
1151 |
msgid "e-mail: %s"
|
1152 |
msgstr "e-post: %s"
|
1153 |
|
1154 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1776
|
1155 |
#, fuzzy
|
1156 |
msgid "Change"
|
1157 |
msgstr "Ändra ordning"
|
1158 |
|
1159 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1792
|
1160 |
#, fuzzy
|
1161 |
msgid "Update selected users"
|
1162 |
msgstr "Ta bort valda fälter"
|
1163 |
|
1164 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1813
|
1165 |
#, fuzzy
|
1166 |
msgid "Update"
|
1167 |
msgstr "Uppdatera fält"
|
1168 |
|
1169 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1828
|
1170 |
msgid "OK"
|
1171 |
msgstr ""
|
1172 |
|
1173 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1829
|
1174 |
msgid "Cancel"
|
1175 |
msgstr ""
|
1176 |
|
1178 |
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!"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
+
#~ msgid "« Back to All Users"
|
1182 |
+
#~ msgstr "« Tillbaka till Alla Användare"
|
1183 |
#~ msgid "A&U Extended"
|
1184 |
#~ msgstr "F&A Utökat"
|
1185 |
#~ msgid "Users Matching \"%s\""
|
readme.txt
CHANGED
@@ -3,9 +3,9 @@ Contributors: Marco Cimmino
|
|
3 |
Donate link: http://www.marcocimmino.net/cimy-wordpress-plugins/support-the-cimy-project-paypal/
|
4 |
Website link: http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/
|
5 |
Tags: cimy, admin, registration, profile, extra fields, avatar, gravatar, recaptcha, captcha
|
6 |
-
Requires at least: 3.
|
7 |
Tested up to: 3.2
|
8 |
-
Stable tag: 2.
|
9 |
|
10 |
Add some useful fields to registration and user's info
|
11 |
|
@@ -60,8 +60,8 @@ The plug-in adds two new menu voices in the admin for the administrator and two
|
|
60 |
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.
|
61 |
|
62 |
= Wordpress MultiSite unique registration: =
|
63 |
-
1. "
|
64 |
-
2. "
|
65 |
|
66 |
= Rules are: =
|
67 |
|
@@ -122,7 +122,7 @@ There are two supported ways of using this plug-in under WordPress MultiSite:
|
|
122 |
Every blog will have shared registration page and only the Super Admin can change it.
|
123 |
* unpack the package under 'wp-content/mu-plugins' directory (if this directory does not exist, create it);
|
124 |
* be sure that cimy_user_extra_fields.php is outside Cimy folder (move it if necessary);
|
125 |
-
* go to "
|
126 |
|
127 |
2. Per-Blog registration
|
128 |
If you want that every single Blog can define its own Extra Fields then you should choose this installation.
|
3 |
Donate link: http://www.marcocimmino.net/cimy-wordpress-plugins/support-the-cimy-project-paypal/
|
4 |
Website link: http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/
|
5 |
Tags: cimy, admin, registration, profile, extra fields, avatar, gravatar, recaptcha, captcha
|
6 |
+
Requires at least: 3.1
|
7 |
Tested up to: 3.2
|
8 |
+
Stable tag: 2.2.0
|
9 |
|
10 |
Add some useful fields to registration and user's info
|
11 |
|
60 |
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.
|
61 |
|
62 |
= Wordpress MultiSite unique registration: =
|
63 |
+
1. "Network Admin -> Users Extended" - lets you show users lists with the new fields that are created
|
64 |
+
2. "Network 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.
|
65 |
|
66 |
= Rules are: =
|
67 |
|
122 |
Every blog will have shared registration page and only the Super Admin can change it.
|
123 |
* unpack the package under 'wp-content/mu-plugins' directory (if this directory does not exist, create it);
|
124 |
* be sure that cimy_user_extra_fields.php is outside Cimy folder (move it if necessary);
|
125 |
+
* go to "Network Admin -> Cimy User Extra Fields", press "Fix the problem" button and confirm.
|
126 |
|
127 |
2. Per-Blog registration
|
128 |
If you want that every single Blog can define its own Extra Fields then you should choose this installation.
|