Version Description
Download this release
Release Info
Developer | Cimmo |
Plugin | Cimy User Extra Fields |
Version | 2.0.0-beta1 |
Comparing to | |
See all releases |
Code changes from version 1.5.3 to 2.0.0-beta1
- README_OFFICIAL.txt +41 -23
- cimy_uef_admin.php +138 -144
- cimy_uef_db.php +52 -6
- cimy_uef_email_handler.php +290 -0
- cimy_uef_functions.php +39 -4
- cimy_uef_init_mce.php +2 -2
- cimy_uef_init_strength_meter.php +56 -0
- cimy_uef_options.php +147 -8
- cimy_uef_profile.php +11 -11
- cimy_uef_register.php +172 -74
- cimy_user_extra_fields.php +145 -92
- css/cimy_uef_register.css +18 -7
- langs/cimy_uef-bg_BG.mo +0 -0
- langs/cimy_uef-bg_BG.po +540 -359
- langs/cimy_uef-da_DK.mo +0 -0
- langs/cimy_uef-da_DK.po +540 -359
- langs/cimy_uef-de_DE.mo +0 -0
- langs/cimy_uef-de_DE.po +541 -357
- langs/cimy_uef-es_ES.mo +0 -0
- langs/cimy_uef-es_ES.po +540 -356
- langs/cimy_uef-fr_FR.mo +0 -0
- langs/cimy_uef-fr_FR.po +539 -359
- langs/cimy_uef-it_IT.mo +0 -0
- langs/cimy_uef-it_IT.po +539 -353
- langs/cimy_uef-pl_PL.mo +0 -0
- langs/cimy_uef-pl_PL.po +537 -353
- langs/cimy_uef-pt_BR.mo +0 -0
- langs/cimy_uef-pt_BR.po +540 -359
- langs/cimy_uef-ru_RU.mo +0 -0
- langs/cimy_uef-ru_RU.po +540 -359
- langs/cimy_uef-sv_SE.mo +0 -0
- langs/cimy_uef-sv_SE.po +537 -356
- readme.txt +15 -12
- recaptcha/LICENSE +22 -0
- recaptcha/recaptchalib.php +277 -0
README_OFFICIAL.txt
CHANGED
@@ -39,11 +39,11 @@ The plug-in adds two new menu voices in the admin for the administrator and two
|
|
39 |
|
40 |
Two new menus are:
|
41 |
|
42 |
-
WordPress and WordPress
|
43 |
1. "Users -> A&U Extended" - lets you show users lists with the new fields that are created
|
44 |
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.
|
45 |
|
46 |
-
Wordpress
|
47 |
1. "Site Admin -> Users Extended" - lets you show users lists with the new fields that are created
|
48 |
2. "Site 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.
|
49 |
|
@@ -94,28 +94,30 @@ BEFORE writing to me read carefully ALL the documentation AND the FAQ. Missing t
|
|
94 |
Bugs or suggestions can be mailed at: cimmino.marco@gmail.com
|
95 |
|
96 |
REQUIREMENTS:
|
97 |
-
PHP >= 5.0.0
|
98 |
-
WORDPRESS >=
|
99 |
-
WORDPRESS
|
100 |
-
MYSQL >= 4.
|
101 |
|
102 |
INSTALLATION:
|
103 |
- WordPress: just copy whole cimy-user-extra-fields subdir into your plug-in directory and activate it
|
104 |
|
105 |
-
- WordPress
|
106 |
-
There are two supported ways of using this plug-in under WordPress
|
107 |
|
108 |
1) Unique registration
|
109 |
-
If you want that ALL Blogs on your
|
110 |
-
Every blog will have shared registration page and only the
|
111 |
-
- unpack the package under 'mu-plugins' directory
|
|
|
|
|
112 |
|
113 |
2) Per-Blog registration
|
114 |
If you want that every single Blog can define its own Extra Fields then you should choose this installation.
|
115 |
-
Every registration will have Extra Fields defined by single blogs, every user will have anyway WordPress fields shared with ALL Blogs, this how it works
|
116 |
-
|
117 |
-
-
|
118 |
-
- then every single blog will have it under "Plugins" section
|
119 |
|
120 |
|
121 |
UPDATE FROM A PREVIOUS VERSION:
|
@@ -377,7 +379,7 @@ $content: the content to be protected against HTML injections
|
|
377 |
$override_allowed_tags [array|null, default null]: if you want to override allowed tags you should pass a proper array where all your favourite tags are listed.
|
378 |
|
379 |
USAGE:
|
380 |
-
echo cimy_uef_sanitize_content(
|
381 |
|
382 |
EXAMPLE:
|
383 |
global $allowedtags;
|
@@ -452,13 +454,9 @@ Create the same directory needed for PICTURE support, avatars will be stored in
|
|
452 |
|
453 |
KNOWN ISSUES:
|
454 |
- if you add too many fields in the "A&U Extended" menu they will go out of frame
|
455 |
-
- some rules are applied only during registration (apart editable and visibility rules and max length for text and password fields only) - this has been fixed using Wordpress >= 2.8.x
|
456 |
- some rules are never applied if you are using PHP 4.x please update to PHP 5.x as stated in the REQUIREMENTS
|
457 |
- registration date cannot be modified
|
458 |
-
-
|
459 |
-
- on WordPress email received will contain wrong password (generated by WordPress), this due to WordPress limitation
|
460 |
-
- on WordPress MU email received and activation page contain correct password, no issues!
|
461 |
-
- picture and avatar upload is disabled during registration under WordPress MU, will be possible once user is activated
|
462 |
- if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again
|
463 |
- dropdown issues:
|
464 |
- custom value is not supported
|
@@ -508,9 +506,9 @@ A: Probably you installed the first time WordPress on PHP4 and you experienced t
|
|
508 |
To fix the problem you need to create another administrator user and change admin user to another role and then back to administrator.
|
509 |
|
510 |
|
511 |
-
Q: I'm using your plug-in on WordPress
|
512 |
|
513 |
-
A: Because WordPress
|
514 |
Since I had already a long discussion with an user that didn't believe this, don't bother me to insist on this topic until you prove I'm wrong.
|
515 |
|
516 |
|
@@ -559,6 +557,26 @@ A lot of times I cannot reproduce the problem and I need more details, so if you
|
|
559 |
|
560 |
|
561 |
CHANGELOG:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
562 |
v1.5.3 - 09/04/2010
|
563 |
- Added set_cimyFieldValue function (thanks to Knark Planta for sponsoring)
|
564 |
- Fixed some PHP warnings
|
39 |
|
40 |
Two new menus are:
|
41 |
|
42 |
+
WordPress and WordPress MultiSite per-blog registration:
|
43 |
1. "Users -> A&U Extended" - lets you show users lists with the new fields that are created
|
44 |
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.
|
45 |
|
46 |
+
Wordpress MultiSite unique registration:
|
47 |
1. "Site Admin -> Users Extended" - lets you show users lists with the new fields that are created
|
48 |
2. "Site 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.
|
49 |
|
94 |
Bugs or suggestions can be mailed at: cimmino.marco@gmail.com
|
95 |
|
96 |
REQUIREMENTS:
|
97 |
+
* PHP >= 5.0.0
|
98 |
+
* WORDPRESS >= 3.0.x
|
99 |
+
* WORDPRESS MultiSite >= 3.0.x
|
100 |
+
* MYSQL >= 4.1.2
|
101 |
|
102 |
INSTALLATION:
|
103 |
- WordPress: just copy whole cimy-user-extra-fields subdir into your plug-in directory and activate it
|
104 |
|
105 |
+
- WordPress MultiSite:
|
106 |
+
There are two supported ways of using this plug-in under WordPress MultiSite:
|
107 |
|
108 |
1) Unique registration
|
109 |
+
If you want that ALL Blogs on your MultiSite installation follow the same registration with the same fields this is the case for you.
|
110 |
+
Every blog will have shared registration page and only the Super Admin can change it.
|
111 |
+
- unpack the package under 'wp-content/mu-plugins' directory (if this directory does not exist, create it);
|
112 |
+
- be sure that cimy_user_extra_fields.php is outside Cimy folder (move it if necessary);
|
113 |
+
- go to "Site Admin -> Cimy User Extra Fields", press "Fix the problem" button and confirm.
|
114 |
|
115 |
2) Per-Blog registration
|
116 |
If you want that every single Blog can define its own Extra Fields then you should choose this installation.
|
117 |
+
Every registration will have Extra Fields defined by single blogs, every user will have anyway WordPress fields shared with ALL Blogs, this how it works WordPress MultiSite.
|
118 |
+
- unpack the package under 'wp-content/plugins' directory;
|
119 |
+
- be sure that cimy_uef_mu_activation.php is installed under 'wp-content/mu-plugins' directory (if this directory does not exist, create it);
|
120 |
+
- then every single blog will have it under "Plugins" section.
|
121 |
|
122 |
|
123 |
UPDATE FROM A PREVIOUS VERSION:
|
379 |
$override_allowed_tags [array|null, default null]: if you want to override allowed tags you should pass a proper array where all your favourite tags are listed.
|
380 |
|
381 |
USAGE:
|
382 |
+
echo cimy_uef_sanitize_content($content, [$override_allowed_tags]);
|
383 |
|
384 |
EXAMPLE:
|
385 |
global $allowedtags;
|
454 |
|
455 |
KNOWN ISSUES:
|
456 |
- if you add too many fields in the "A&U Extended" menu they will go out of frame
|
|
|
457 |
- some rules are never applied if you are using PHP 4.x please update to PHP 5.x as stated in the REQUIREMENTS
|
458 |
- registration date cannot be modified
|
459 |
+
- picture and avatar upload is disabled during registration under WordPress MultiSite, will be possible once user is activated
|
|
|
|
|
|
|
460 |
- if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again
|
461 |
- dropdown issues:
|
462 |
- custom value is not supported
|
506 |
To fix the problem you need to create another administrator user and change admin user to another role and then back to administrator.
|
507 |
|
508 |
|
509 |
+
Q: I'm using your plug-in on WordPress MultiSite per-blog installation, I'm registering users on one blog but they appear on the main blog too, why?
|
510 |
|
511 |
+
A: Because WordPress MultiSite is designed like that and I can't do anything about, however all extra fields and relative data are saved per-blog.
|
512 |
Since I had already a long discussion with an user that didn't believe this, don't bother me to insist on this topic until you prove I'm wrong.
|
513 |
|
514 |
|
557 |
|
558 |
|
559 |
CHANGELOG:
|
560 |
+
v2.0.0 beta1 - 02/09/2010
|
561 |
+
- Added WordPress 3.0.x support
|
562 |
+
- Fixed MultiSite recognization
|
563 |
+
- Added reCAPTCHA support (thanks to Patrick McCain for sponsoring it)
|
564 |
+
- Added password strength meter support (thanks to Patrick McCain for sponsoring it)
|
565 |
+
- Added password confirmation support (thanks to Patrick McCain for sponsoring it)
|
566 |
+
- Added email confirmation support (non MS only) (thanks to Patrick McCain for sponsoring it)
|
567 |
+
- Added extra fields to welcome new user email support (thanks to JeffPBlues Design for sponsoring it)
|
568 |
+
- Added custom login/registration logo support (non MS only) (thanks to Patrick McCain for sponsoring it)
|
569 |
+
- Fixed some errors were not translated under registration form
|
570 |
+
- Fixed rules shouldn't be applied if the user can't edit the field due to permissions (thanks to Paolo Sivori for pointing it)
|
571 |
+
- Fixed localization was not working for MultiSite unique registration
|
572 |
+
- Fixed extra fields search in the A&U Extended Page using Internet Explorer (thanks to Tom Matteson)
|
573 |
+
- Fixed personalized password was not sent in the new user email (non MS only)
|
574 |
+
- Fixed default password warning should not appear in case custom password has been entered (non MS only)
|
575 |
+
- Fixed directory/file permissions (thanks to Jim)
|
576 |
+
- Updated Italian translation
|
577 |
+
- Code cleanup
|
578 |
+
- Readme file updated
|
579 |
+
|
580 |
v1.5.3 - 09/04/2010
|
581 |
- Added set_cimyFieldValue function (thanks to Knark Planta for sponsoring)
|
582 |
- Fixed some PHP warnings
|
cimy_uef_admin.php
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
<?php
|
2 |
|
3 |
function cimy_admin_define_extra_fields() {
|
4 |
-
global $wpdb, $wpdb_fields_table, $wpdb_wp_fields_table, $rule_canbeempty, $rule_email, $rule_maxlen, $rule_maxlen_needed, $available_types, $max_length_name, $max_length_label, $max_length_desc, $max_length_value, $max_size_file, $rule_equalto, $rule_equalto_case_sensitive, $cimy_uef_domain, $
|
5 |
|
6 |
if (!cimy_check_admin('manage_options'))
|
7 |
return;
|
|
|
|
|
8 |
|
9 |
$errors = Array();
|
10 |
$results = Array();
|
@@ -33,30 +35,31 @@ function cimy_admin_define_extra_fields() {
|
|
33 |
$submit = "";
|
34 |
|
35 |
$action = "";
|
36 |
-
|
|
|
37 |
|
38 |
// options form engine
|
39 |
if (isset($_POST['cimy_options'])) {
|
40 |
$action = "options";
|
41 |
$res = cimy_save_options();
|
42 |
}
|
43 |
-
else if ((isset($_POST["submit_add"])) && ($_POST["submit_add"]
|
44 |
$action = "add";
|
45 |
$submit = $_POST["submit_add"];
|
46 |
}
|
47 |
-
else if ((isset($_POST["submit_edit"])) && ($_POST["submit_edit"]
|
48 |
$action = "edit";
|
49 |
$submit = $_POST["submit_edit"];
|
50 |
}
|
51 |
-
else if ((isset($_POST["submit_del"])) && ($_POST["submit_del"]
|
52 |
$action = "del";
|
53 |
$submit = $_POST["submit_del"];
|
54 |
}
|
55 |
-
else if ((isset($_POST["submit_del_sel"])) && ($_POST["submit_del_sel"]
|
56 |
$action = "delSel";
|
57 |
$submit = $_POST["submit_del_sel"];
|
58 |
}
|
59 |
-
else if ((isset($_POST["submit_order"])) && ($_POST["submit_order"]
|
60 |
$action = "order";
|
61 |
$submit = $_POST["submit_order"];
|
62 |
}
|
@@ -67,7 +70,7 @@ function cimy_admin_define_extra_fields() {
|
|
67 |
// call options draw function
|
68 |
$opt_ret = cimy_show_options($res, true);
|
69 |
|
70 |
-
// needed fields count here, after options and before $
|
71 |
$num_fields = $opt_ret['db_extra_fields'];
|
72 |
$num_wp_fields = $opt_ret['db_wp_fields'];
|
73 |
|
@@ -84,33 +87,29 @@ function cimy_admin_define_extra_fields() {
|
|
84 |
|
85 |
// if pushed change order button
|
86 |
if ($action == "order") {
|
87 |
-
|
88 |
$sql = "UPDATE ".$fields_table." SET F_ORDER=CASE F_ORDER";
|
89 |
-
|
90 |
$k = (-1);
|
91 |
$msg = "";
|
92 |
$msg_new = "";
|
93 |
$arr1 = Array();
|
94 |
$arr2 = Array();
|
95 |
|
96 |
-
// check
|
97 |
-
|
98 |
-
if ($
|
99 |
-
|
100 |
-
|
101 |
-
$msg_new.= ", ";
|
102 |
-
}
|
103 |
-
else
|
104 |
-
$k = $i;
|
105 |
-
|
106 |
-
$sql.= " WHEN ".$i." THEN ".$_POST['order'.$i];
|
107 |
-
$msg.= $i;
|
108 |
-
$msg_new.= $_POST['order'.$i];
|
109 |
-
|
110 |
-
array_push($arr1, $i);
|
111 |
-
array_push($arr2, $_POST['order'.$i]);
|
112 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
|
|
|
|
|
|
|
114 |
if ($k > (-1)) {
|
115 |
if (count(array_diff($arr1, $arr2)) == 0) {
|
116 |
$sql.= " ELSE F_ORDER END WHERE F_ORDER IN (".$msg.")";
|
@@ -129,13 +128,11 @@ function cimy_admin_define_extra_fields() {
|
|
129 |
|
130 |
// if pushed delete or update single button
|
131 |
if (($action == "del") || ($action == "edit")) {
|
132 |
-
|
133 |
-
$from = strpos($submit, '#') + 1;
|
134 |
-
$field_order = substr($submit, $from);
|
135 |
|
136 |
// if pushed the single delete button then check the relative checkbox and let delSel code to delete it
|
137 |
if ($action == "del") {
|
138 |
-
$_POST['check'
|
139 |
$action = "delSel";
|
140 |
}
|
141 |
}
|
@@ -152,7 +149,7 @@ function cimy_admin_define_extra_fields() {
|
|
152 |
|
153 |
// check which fields are selected for deletions
|
154 |
for ($i = 1; $i <= $tot_fields; $i++)
|
155 |
-
if ($_POST['check'
|
156 |
if ($k > (-1)) {
|
157 |
$sql.= " OR ";
|
158 |
$sql_data_del.= " OR ";
|
@@ -202,21 +199,21 @@ function cimy_admin_define_extra_fields() {
|
|
202 |
|
203 |
if (($action == "add") || ($action == "edit")) {
|
204 |
$store_rule = array();
|
205 |
-
|
206 |
// RETRIEVE DATA FROM THE FORM
|
207 |
-
$name = substr(stripslashes($_POST['name'
|
208 |
-
$value = substr(stripslashes($_POST['value'
|
209 |
-
$desc = substr(stripslashes($_POST['description'
|
210 |
-
$label = substr(stripslashes($_POST['label'
|
211 |
|
212 |
$name = strtoupper($name);
|
213 |
-
$oldname = strtoupper(stripslashes($_POST['oldname'
|
214 |
-
$type = $_POST['type'
|
215 |
-
$fieldset = $_POST['fieldset'
|
216 |
|
217 |
-
$minlen = $_POST['minlen'
|
218 |
-
$exactlen = $_POST['exactlen'
|
219 |
-
$maxlen = $_POST['maxlen'
|
220 |
|
221 |
// min length available
|
222 |
$minLen = 1;
|
@@ -237,47 +234,47 @@ function cimy_admin_define_extra_fields() {
|
|
237 |
/* end overwrite previous values */
|
238 |
|
239 |
if ($minlen != "")
|
240 |
-
$store_rule['min_length'] = intval($_POST['minlength'
|
241 |
|
242 |
if ($exactlen != "")
|
243 |
-
$store_rule['exact_length'] = intval($_POST['exactlength'
|
244 |
|
245 |
if ($maxlen != "")
|
246 |
-
$store_rule['max_length'] = intval($_POST['maxlength'
|
247 |
|
248 |
-
$empty = $_POST['empty'
|
249 |
$empty == "1" ? $store_rule['can_be_empty'] = true : $store_rule['can_be_empty'] = false;
|
250 |
|
251 |
$store_rule['edit'] = $_POST['edit'.$field_order];
|
252 |
|
253 |
-
$email = $_POST['email'
|
254 |
$email == "1" ? $store_rule['email'] = true : $store_rule['email'] = false;
|
255 |
-
$equal = $_POST['equal'
|
256 |
|
257 |
if ($equal != "") {
|
258 |
-
$store_rule['equal_to'] = stripslashes($_POST['equalto'
|
259 |
|
260 |
-
$equalto_casesens = $_POST['equalto_casesens'
|
261 |
|
262 |
-
$equalto_regex = $_POST['equalto_regex'
|
263 |
}
|
264 |
|
265 |
-
$show_in_reg = $_POST['show_in_reg'
|
266 |
$show_in_reg == "1" ? $store_rule['show_in_reg'] = true : $store_rule['show_in_reg'] = false;
|
267 |
|
268 |
-
$show_in_profile = $_POST['show_in_profile'
|
269 |
$show_in_profile == "1" ? $store_rule['show_in_profile'] = true : $store_rule['show_in_profile'] = false;
|
270 |
|
271 |
-
$show_in_aeu = $_POST['show_in_aeu'
|
272 |
$show_in_aeu == "1" ? $store_rule['show_in_aeu'] = true : $store_rule['show_in_aeu'] = false;
|
273 |
|
274 |
-
$show_in_search = $_POST['show_in_search'
|
275 |
$show_in_search == "1" ? $store_rule['show_in_search'] = true : $store_rule['show_in_search'] = false;
|
276 |
|
277 |
-
$show_in_blog = $_POST['show_in_blog'
|
278 |
$show_in_blog == "1" ? $store_rule['show_in_blog'] = true : $store_rule['show_in_blog'] = false;
|
279 |
|
280 |
-
$show_level = $_POST['show_level'
|
281 |
$store_rule['show_level'] = $show_level;
|
282 |
|
283 |
// START CHECKING FOR ERRORS
|
@@ -353,7 +350,7 @@ function cimy_admin_define_extra_fields() {
|
|
353 |
$errors['value'] = __("With radio type Value can only be", $cimy_uef_domain).": [Yes, No]";
|
354 |
}
|
355 |
|
356 |
-
if (
|
357 |
// uploading files not supported with WordPress MU
|
358 |
if (in_array($type, $cimy_uef_file_types)) {
|
359 |
$store_rule["show_in_reg"] = false;
|
@@ -641,11 +638,11 @@ function cimy_admin_define_extra_fields() {
|
|
641 |
else
|
642 |
$selected_input["show_in_blog"] = '';
|
643 |
|
644 |
-
$selected_input["name"] =
|
645 |
-
$selected_input["value"] =
|
646 |
-
$selected_input["label"] =
|
647 |
-
$selected_input["desc"] =
|
648 |
-
$selected_input["equal_to"] =
|
649 |
?>
|
650 |
|
651 |
<form method="post" action="#addfield">
|
@@ -674,12 +671,12 @@ function cimy_admin_define_extra_fields() {
|
|
674 |
<tbody id="plugins" class="plugins">
|
675 |
<tr class="active">
|
676 |
<td style="vertical-align: middle;">
|
677 |
-
<label><strong><?php _e("Name"); ?></strong><br /><input name="name" type="text" value="<?php echo $selected_input["name"]; ?>" maxlength="<?php echo $max_length_name; ?>" /></label><br /><br />
|
678 |
-
<label><strong><?php _e("Value"); ?></strong><br /><textarea name="value" rows="2" cols="17"><?php echo $selected_input["value"]; ?></textarea></label>
|
679 |
</td>
|
680 |
<td style="vertical-align: middle;">
|
681 |
<label><strong><?php _e("Type", $cimy_uef_domain); ?></strong><br />
|
682 |
-
<select name="type">
|
683 |
<?php
|
684 |
foreach($available_types as $this_type) {
|
685 |
echo '<option value="'.$this_type.'"'.$selected_input[$this_type].'>'.$this_type.'</option>';
|
@@ -693,27 +690,27 @@ function cimy_admin_define_extra_fields() {
|
|
693 |
</label>
|
694 |
<br /><br />
|
695 |
<label><strong><?php _e("Fieldset", $cimy_uef_domain); ?></strong><br />
|
696 |
-
<?php echo cimy_fieldsetOptions($fieldset); ?>
|
697 |
</label>
|
698 |
</td>
|
699 |
<td style="vertical-align: middle;">
|
700 |
-
<label><strong><?php _e("Label", $cimy_uef_domain); ?></strong><br /><textarea name="label" rows="2" cols="18"><?php echo $selected_input["label"]; ?></textarea></label><br /><br />
|
701 |
-
<label><strong><?php _e("Description"); ?></strong><br /><textarea name="description" rows="4" cols="18"><?php echo $selected_input["desc"]; ?></textarea></label>
|
702 |
</td>
|
703 |
<td style="vertical-align: middle;">
|
704 |
<!-- MIN LENGTH -->
|
705 |
-
<input type="checkbox" name="minlen" value="1"<?php echo $selected_input["minlen"]; ?> /> <?php echo $min_length_caption; ?> [1-<?php echo $maxLen; ?>]: <input type="text" name="minlength" value="<?php echo $selected_input["min_length"]; ?>" maxlength="5" size="5" /><br />
|
706 |
|
707 |
<!-- EXACT LENGTH -->
|
708 |
-
<input type="checkbox" name="exactlen" value="1"<?php echo $selected_input["exactlen"]; ?> /> <?php echo $exact_length_caption; ?> [1-<?php echo $maxLen; ?>]: <input type="text" name="exactlength" value="<?php echo $selected_input["exact_length"]; ?>" maxlength="5" size="5" /><br />
|
709 |
|
710 |
<!-- MAX LENGTH -->
|
711 |
-
<input type="checkbox" name="maxlen" value="1"<?php echo $selected_input["maxlen"]; ?> /> <?php echo $max_length_caption; ?> [1-<?php echo $maxLen; ?>]: <input type="text" name="maxlength" value="<?php echo $selected_input["max_length"]; ?>" maxlength="5" size="5" /><br />
|
712 |
|
713 |
-
<input type="checkbox" name="empty" value="1"<?php echo $selected_input["empty"]; ?> /> <?php _e("Can be empty", $cimy_uef_domain); ?><br />
|
714 |
-
<input type="checkbox" name="email" value="1"<?php echo $selected_input["email"]; ?> /> <?php _e("Check for E-mail syntax", $cimy_uef_domain); ?><br />
|
715 |
|
716 |
-
<select name="edit">
|
717 |
<option value="ok_edit"<?php echo $selected_input["ok_edit"]; ?>><?php _e("Can be modified", $cimy_uef_domain); ?></option>
|
718 |
<option value="edit_only_if_empty"<?php echo $selected_input["edit_only_if_empty"]; ?>><?php _e("Can be modified only if empty", $cimy_uef_domain); ?></option>
|
719 |
<option value="edit_only_by_admin"<?php echo $selected_input["edit_only_by_admin"]; ?>><?php _e("Can be modified only by admin", $cimy_uef_domain); ?></option>
|
@@ -726,31 +723,31 @@ function cimy_admin_define_extra_fields() {
|
|
726 |
</select>
|
727 |
<br />
|
728 |
<!-- EQUAL TO -->
|
729 |
-
<input type="checkbox" name="equal" value="1"<?php echo $selected_input["equal"]; ?> /> <?php _e("Should be equal TO", $cimy_uef_domain); ?>: <input type="text" name="equalto" maxlength="100" value="<?php echo $selected_input["equal_to"]; ?>"/><br />
|
730 |
<!-- CASE SENSITIVE -->
|
731 |
-
<input type="checkbox" name="equalto_casesens" value="1"<?php echo $selected_input["equal_to_case_sensitive"]; ?> /> <?php _e("Case sensitive", $cimy_uef_domain); ?><br />
|
732 |
|
733 |
<!-- REGEX -->
|
734 |
-
<input type="checkbox" name="equalto_regex" value="1"<?php echo $selected_input["equal_to_regex"]; ?> /> <?php _e("Regular Expression", $cimy_uef_domain); ?><br />
|
735 |
|
736 |
<!-- SHOW IN REGISTRATION -->
|
737 |
-
<input type="checkbox" name="show_in_reg" value="1"<?php echo $selected_input["show_in_reg"]; ?> /> <?php _e("Show the field in the registration", $cimy_uef_domain); ?><br />
|
738 |
|
739 |
<!-- SHOW IN PROFILE -->
|
740 |
-
<input type="checkbox" name="show_in_profile" value="1"<?php echo $selected_input["show_in_profile"]; ?> /> <?php _e("Show the field in User's profile", $cimy_uef_domain); ?><br />
|
741 |
|
742 |
<!-- SHOW IN A&U EXTENDED -->
|
743 |
-
<input type="checkbox" name="show_in_aeu" value="1"<?php echo $selected_input["show_in_aeu"]; ?> /> <?php _e("Show the field in A&U Extended menu", $cimy_uef_domain); ?><br />
|
744 |
|
745 |
<!-- SHOW IN THE SEARCH ENGINE -->
|
746 |
-
<input type="checkbox" name="show_in_search" value="1"<?php echo $selected_input["show_in_search"]; ?> /> <?php _e("Show the field in the search engine", $cimy_uef_domain); ?><br />
|
747 |
|
748 |
<!-- SHOW IN THE BLOG -->
|
749 |
-
<input type="checkbox" name="show_in_blog" value="1"<?php echo $selected_input["show_in_blog"]; ?> /> <?php _e("Show the field in the blog", $cimy_uef_domain); ?><br />
|
750 |
|
751 |
<!-- SHOW SECURITY LEVEL -->
|
752 |
<?php _e("Show the field if the role is at least:", $cimy_uef_domain)." "; ?>
|
753 |
-
<select name="show_level
|
754 |
<option value="-1"<?php echo $show_anonymous ?>><?php _e("Anonymous"); ?></option>
|
755 |
<option value="0"<?php echo $show_subscriber ?>><?php echo translate_user_role("Subscriber"); ?></option>
|
756 |
<option value="1"<?php echo $show_contributor ?>><?php echo translate_user_role("Contributor"); ?></option>
|
@@ -763,7 +760,7 @@ function cimy_admin_define_extra_fields() {
|
|
763 |
<td align="center" style="vertical-align: middle;">
|
764 |
<p class="submit" style="border-width: 0px;">
|
765 |
<input name="reset" type="reset" value="<?php _e("Clear", $cimy_uef_domain); ?>" /><br /><br />
|
766 |
-
<input class="button-primary" name="submit_add" type="submit" value="<?php echo $add_caption ?>" />
|
767 |
</p>
|
768 |
</td>
|
769 |
</tr>
|
@@ -783,7 +780,7 @@ function cimy_admin_define_extra_fields() {
|
|
783 |
}
|
784 |
|
785 |
function cimy_admin_show_extra_fields($allFields, $submit_msgs, $wp_fields) {
|
786 |
-
global $wpdb, $cimy_uef_domain, $rule_maxlen, $rule_email, $rule_canbeempty, $rule_equalto, $rule_equalto_case_sensitive, $available_types, $max_length_name, $max_length_label, $max_length_desc, $max_length_value, $max_size_file, $cimy_uef_file_types, $
|
787 |
|
788 |
if (!cimy_check_admin("manage_options"))
|
789 |
return;
|
@@ -867,10 +864,10 @@ function cimy_admin_show_extra_fields($allFields, $submit_msgs, $wp_fields) {
|
|
867 |
|
868 |
$id = $field['ID'];
|
869 |
$order = $field['F_ORDER'];
|
870 |
-
$name =
|
871 |
-
$value =
|
872 |
-
$desc =
|
873 |
-
$label =
|
874 |
$type = $field['TYPE'];
|
875 |
$rules = $field['RULES'];
|
876 |
$fieldset = $field["FIELDSET"];
|
@@ -991,14 +988,14 @@ function cimy_admin_show_extra_fields($allFields, $submit_msgs, $wp_fields) {
|
|
991 |
$equalto_regex = "";
|
992 |
}
|
993 |
|
994 |
-
$equalTo =
|
995 |
|
996 |
if ($rules['show_in_reg'])
|
997 |
$show_in_reg = ' checked="checked"';
|
998 |
else
|
999 |
$show_in_reg = "";
|
1000 |
|
1001 |
-
if (
|
1002 |
// uploading files not supported with WordPress MU
|
1003 |
if (in_array($type, $cimy_uef_file_types)) {
|
1004 |
$show_in_reg = ' disabled="disabled"';
|
@@ -1075,27 +1072,27 @@ function cimy_admin_show_extra_fields($allFields, $submit_msgs, $wp_fields) {
|
|
1075 |
|
1076 |
<tr <?php echo "id=\"".$field_anchor.$order."\" ".$style; ?>>
|
1077 |
<td align="center" style="vertical-align: middle;">
|
1078 |
-
<input name="check<?php echo $order ?>" type="checkbox" value="
|
1079 |
<label><strong><?php _e("Order", $cimy_uef_domain); ?></strong><br />
|
1080 |
-
<input name="order<?php echo $order ?>" type="text" value="<?php echo $order ?>" maxlength="4" size="3" /></label>
|
1081 |
</td>
|
1082 |
<td style="vertical-align: middle;">
|
1083 |
<?php
|
1084 |
if ($wp_fields) {
|
1085 |
?>
|
1086 |
-
<input name="name<?php echo $order ?>" type="hidden" value="<?php echo $name ?>" />
|
1087 |
-
<input name="type<?php echo $order ?>" type="hidden" value="<?php echo $type ?>" />
|
1088 |
<?php
|
1089 |
}
|
1090 |
?>
|
1091 |
<label><strong><?php _e("Name"); ?></strong><br />
|
1092 |
-
<input name="name<?php echo $order ?>" type="text" value="<?php echo $name ?>" maxlength="<?php echo $max_length_name ?>"<?php echo $disable_it; ?> /></label><br /><br />
|
1093 |
-
<input name="oldname<?php echo $order ?>" type="hidden" value="<?php echo $name ?>" />
|
1094 |
<label><strong><?php _e("Value"); ?></strong><br />
|
1095 |
-
<textarea name="value<?php echo $order ?>" rows="2" cols="17"><?php echo $value; ?></textarea></label>
|
1096 |
<br /><br />
|
1097 |
<label><strong><?php _e("Type", $cimy_uef_domain); ?></strong><br />
|
1098 |
-
<select name="type<?php echo $order ?>"<?php echo $disable_it; ?>>
|
1099 |
<?php
|
1100 |
foreach($available_types as $this_type) {
|
1101 |
echo '<option value="'.$this_type.'"'.$selected_type[$this_type].'>'.$this_type.'</option>';
|
@@ -1117,26 +1114,26 @@ function cimy_admin_show_extra_fields($allFields, $submit_msgs, $wp_fields) {
|
|
1117 |
</td>
|
1118 |
<td style="vertical-align: middle;">
|
1119 |
<label><strong><?php _e("Label", $cimy_uef_domain); ?></strong><br />
|
1120 |
-
<textarea name="label<?php echo $order ?>" rows="2" cols="18"><?php echo $label; ?></textarea>
|
1121 |
</label><br /><br />
|
1122 |
<label><strong><?php _e("Description"); ?></strong><br />
|
1123 |
-
<textarea name="description<?php echo $order ?>" rows="4" cols="18"><?php echo $desc ?></textarea>
|
1124 |
</label>
|
1125 |
</td>
|
1126 |
<td style="vertical-align: middle;">
|
1127 |
<!-- MIN LENGTH -->
|
1128 |
-
<input type="checkbox" name="minlen<?php echo $order ?>" value="1"<?php echo $minlen.$dis_maxlength ?> /> <?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 echo $dis_maxlength ?> /><br />
|
1129 |
|
1130 |
<!-- EXACT LENGTH -->
|
1131 |
-
<input type="checkbox" name="exactlen<?php echo $order ?>" value="1"<?php echo $exactlen.$dis_maxlength ?> /> <?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 echo $dis_maxlength ?> /><br />
|
1132 |
|
1133 |
<!-- MAX LENGTH -->
|
1134 |
-
<input type="checkbox" name="maxlen<?php echo $order ?>" value="1"<?php echo $maxlen.$dis_maxlength ?> /> <?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 echo $dis_maxlength ?> /><br />
|
1135 |
|
1136 |
-
<input type="checkbox" name="empty<?php echo $order ?>" value="1"<?php echo $emp.$dis_canbeempty ?> /> <?php _e("Can be empty", $cimy_uef_domain); ?><br />
|
1137 |
-
<input type="checkbox" name="email<?php echo $order ?>" value="1"<?php echo $email.$dis_checkemail ?> /> <?php _e("Check for E-mail syntax", $cimy_uef_domain); ?><br />
|
1138 |
|
1139 |
-
<select name="edit<?php echo $order ?>">
|
1140 |
<option value="ok_edit"<?php echo $okedit ?>><?php _e("Can be modified", $cimy_uef_domain); ?></option>
|
1141 |
<option value="edit_only_if_empty"<?php echo $editonlyifempty ?>><?php _e("Can be modified only if empty", $cimy_uef_domain); ?></option>
|
1142 |
<option value="edit_only_by_admin"<?php echo $editonlybyadmin ?>><?php _e("Can be modified only by admin", $cimy_uef_domain); ?></option>
|
@@ -1146,37 +1143,37 @@ function cimy_admin_show_extra_fields($allFields, $submit_msgs, $wp_fields) {
|
|
1146 |
<br />
|
1147 |
|
1148 |
<!-- EQUAL TO -->
|
1149 |
-
<input type="checkbox" name="equal<?php echo $order ?>" value="1"<?php echo $equal.$dis_equalto ?> /> <?php _e("Should be equal TO", $cimy_uef_domain); ?>: <input type="text" name="equalto<?php echo $order ?>" maxlength="100" value="<?php echo $equalTo ?>"<?php echo $dis_equalto ?> /><br />
|
1150 |
<!-- CASE SENSITIVE -->
|
1151 |
-
<input type="checkbox" name="equalto_casesens<?php echo $order ?>" value="1"<?php echo $equalto_casesens.$dis_equalto_casesens; ?> /> <?php _e("Case sensitive", $cimy_uef_domain); ?><br />
|
1152 |
<!-- REGEX -->
|
1153 |
-
<input type="checkbox" name="equalto_regex<?php echo $order ?>" value="1"<?php echo $equalto_regex.$dis_equalto_regex; ?> /> <?php _e("Regular Expression", $cimy_uef_domain); ?><br />
|
1154 |
|
1155 |
|
1156 |
<!-- SHOW IN REGISTRATION -->
|
1157 |
-
<input type="checkbox" name="show_in_reg<?php echo $order ?>" value="1"<?php echo $show_in_reg ?> /> <?php _e("Show the field in the registration", $cimy_uef_domain); ?><br />
|
1158 |
|
1159 |
<!-- SHOW IN PROFILE -->
|
1160 |
-
<input type="checkbox" name="show_in_profile<?php echo $order ?>" value="1"<?php echo $show_in_profile ?><?php echo $disable_it; ?> /> <?php _e("Show the field in User's profile", $cimy_uef_domain); ?><br />
|
1161 |
<?php
|
1162 |
if ($wp_fields) {
|
1163 |
?>
|
1164 |
-
<input name="show_in_profile<?php echo $order ?>" type="hidden" value="1" />
|
1165 |
<?php
|
1166 |
}
|
1167 |
?>
|
1168 |
<!-- SHOW IN A&U EXTENDED -->
|
1169 |
-
<input type="checkbox" name="show_in_aeu<?php echo $order ?>" value="1"<?php echo $show_in_aeu ?> /> <?php _e("Show the field in A&U Extended menu", $cimy_uef_domain); ?><br />
|
1170 |
|
1171 |
<!-- SHOW IN THE SEARCH -->
|
1172 |
-
<input type="checkbox" name="show_in_search<?php echo $order ?>" value="1"<?php echo $show_in_search ?> /> <?php _e("Show the field in the search engine", $cimy_uef_domain); ?><br />
|
1173 |
|
1174 |
<!-- SHOW IN THE BLOG -->
|
1175 |
-
<input type="checkbox" name="show_in_blog<?php echo $order ?>" value="1"<?php echo $show_in_blog ?> /> <?php _e("Show the field in the blog", $cimy_uef_domain); ?><br />
|
1176 |
|
1177 |
<!-- SHOW SECURITY LEVEL -->
|
1178 |
<?php _e("Show the field if the role is at least:", $cimy_uef_domain)." "; ?>
|
1179 |
-
<select name="show_level<?php echo $order ?>">
|
1180 |
<option value="-1"<?php echo $show_anonymous ?>><?php _e("Anonymous"); ?></option>
|
1181 |
<option value="0"<?php echo $show_subscriber ?>><?php echo translate_user_role("Subscriber"); ?></option>
|
1182 |
<option value="1"<?php echo $show_contributor ?>><?php echo translate_user_role("Contributor"); ?></option>
|
@@ -1189,10 +1186,10 @@ function cimy_admin_show_extra_fields($allFields, $submit_msgs, $wp_fields) {
|
|
1189 |
<td align="center" style="vertical-align: middle;">
|
1190 |
<p class="submit" style="border-width: 0px;">
|
1191 |
<input name="reset" type="reset" value="<?php _e("Reset", $cimy_uef_domain); ?>" /><br /><br />
|
1192 |
-
<input class="button-primary" name="submit_edit" type="submit" value="<?php echo $edit_caption." #".$order ?>" /><br /><br />
|
1193 |
|
1194 |
<?php if (!$wp_fields) { ?>
|
1195 |
-
<input name="submit_del" type="submit" value="<?php echo $del_caption." #".$order ?>" onclick="return confirm('<?php echo $delete_fields_label; ?>');" />
|
1196 |
<?php } ?>
|
1197 |
</p>
|
1198 |
</td>
|
@@ -1223,7 +1220,7 @@ function cimy_admin_show_extra_fields($allFields, $submit_msgs, $wp_fields) {
|
|
1223 |
}
|
1224 |
|
1225 |
function cimy_admin_users_list_page() {
|
1226 |
-
global $wpdb, $wp_roles, $wpdb_data_table, $cimy_uef_options, $cuef_upload_path, $cimy_uef_domain
|
1227 |
|
1228 |
if (!cimy_check_admin('edit_users'))
|
1229 |
return;
|
@@ -1345,7 +1342,7 @@ function cimy_admin_users_list_page() {
|
|
1345 |
<h2><?php printf(__('Users Matching "%s"'), wp_specialchars($wp_user_search->search_term)); ?></h2>
|
1346 |
<?php else : ?>
|
1347 |
<h2><?php
|
1348 |
-
if (
|
1349 |
_e("Users Extended List", $cimy_uef_domain);
|
1350 |
else
|
1351 |
_e("Authors & Users Extended List", $cimy_uef_domain);
|
@@ -1373,23 +1370,22 @@ function cimy_admin_users_list_page() {
|
|
1373 |
|
1374 |
$current_role = false;
|
1375 |
$class = empty($_GET['role']) ? ' class="current"' : '';
|
1376 |
-
$role_links[] = "<li><a href
|
1377 |
-
|
1378 |
-
foreach ( $wp_roles->get_names() as $
|
1379 |
-
if ( !isset($avail_roles[$
|
1380 |
continue;
|
1381 |
|
1382 |
$class = '';
|
1383 |
|
1384 |
-
if ( $
|
1385 |
$current_role = $_GET['role'];
|
1386 |
$class = ' class="current"';
|
1387 |
}
|
1388 |
|
1389 |
-
$name =
|
1390 |
-
$name = sprintf(
|
1391 |
-
|
1392 |
-
$tmp_link = clean_url(add_query_arg('role', $role));
|
1393 |
$role_links[] = "<li><a href=\"$tmp_link\"$class>" . $name . '</a>';
|
1394 |
}
|
1395 |
|
@@ -1399,7 +1395,7 @@ function cimy_admin_users_list_page() {
|
|
1399 |
</ul>
|
1400 |
|
1401 |
<p id="post-search" class="search-box">
|
1402 |
-
<input type="text" class="search-input" id="post-search-input" name="usersearch" value="<?php echo
|
1403 |
<input type="submit" value="<?php _e( 'Search Users' ); ?>" class="button" />
|
1404 |
</p>
|
1405 |
|
@@ -1432,7 +1428,6 @@ function cimy_admin_users_list_page() {
|
|
1432 |
wp_print_scripts('admin-forms');
|
1433 |
?>
|
1434 |
<div class="alignleft actions">
|
1435 |
-
<form action="" method="post">
|
1436 |
<?php _e("Users per page", $cimy_uef_domain); ?>
|
1437 |
<select name="cimy_uef_users_per_page">
|
1438 |
<?php
|
@@ -1449,7 +1444,6 @@ function cimy_admin_users_list_page() {
|
|
1449 |
?>
|
1450 |
</select>
|
1451 |
<input class="button" type="submit" name="submit" value="<?php _e("Apply"); ?>" />
|
1452 |
-
</form>
|
1453 |
</div>
|
1454 |
</div>
|
1455 |
|
@@ -1512,9 +1506,9 @@ function cimy_admin_users_list_page() {
|
|
1512 |
|
1513 |
if (!empty($_POST["ef_search"][$name])) {
|
1514 |
if ($type == "dropdown-multi")
|
1515 |
-
$search_value =
|
1516 |
else
|
1517 |
-
$search_value =
|
1518 |
}
|
1519 |
|
1520 |
$thead_str.= "<th scope=\"col\" class=\"manage-column\" style=\"\">";
|
@@ -1580,7 +1574,9 @@ function cimy_admin_users_list_page() {
|
|
1580 |
|
1581 |
foreach ($wp_user_search->get_results() as $userid) {
|
1582 |
$user_object = new WP_User($userid);
|
1583 |
-
|
|
|
|
|
1584 |
$email = $user_object->user_email;
|
1585 |
$url = $user_object->user_url;
|
1586 |
$short_url = str_replace('http://', '', $url);
|
@@ -1593,7 +1589,7 @@ function cimy_admin_users_list_page() {
|
|
1593 |
$short_url = substr($short_url, 0, 32).'...';
|
1594 |
|
1595 |
$style = ('class="alternate"' == $style) ? '' : 'class="alternate"';
|
1596 |
-
$numposts =
|
1597 |
|
1598 |
if (0 < $numposts) $numposts = "<a href='edit.php?author=$user_object->ID' title='" . __( 'View posts by this author' ) . "'>$numposts</a>";
|
1599 |
echo "
|
@@ -1610,7 +1606,7 @@ function cimy_admin_users_list_page() {
|
|
1610 |
if ($current_user->ID == $user_object->ID) {
|
1611 |
$edit = 'profile.php';
|
1612 |
} else {
|
1613 |
-
$edit =
|
1614 |
}
|
1615 |
$edit = "<a href=\"$edit\">$user_object->user_login</a>";
|
1616 |
} else {
|
@@ -1630,9 +1626,7 @@ function cimy_admin_users_list_page() {
|
|
1630 |
}
|
1631 |
|
1632 |
if (!in_array("role", $options['aue_hidden_fields'])) {
|
1633 |
-
$
|
1634 |
-
$role = array_shift($roles);
|
1635 |
-
$role_name = translate_with_context($wp_roles->role_names[$role]);
|
1636 |
|
1637 |
echo "<td class=\"role column-role\">";
|
1638 |
echo $role_name;
|
@@ -1675,7 +1669,7 @@ function cimy_admin_users_list_page() {
|
|
1675 |
foreach ($ef_db as $d_field) {
|
1676 |
if ($d_field['FIELD_ID'] == $field_id) {
|
1677 |
$field = cimy_uef_sanitize_content($d_field['VALUE']);
|
1678 |
-
//$field =
|
1679 |
}
|
1680 |
}
|
1681 |
|
@@ -1798,7 +1792,7 @@ function cimy_save_field($action, $table, $data) {
|
|
1798 |
$store_rule = $wpdb->escape(serialize($data['store_rule']));
|
1799 |
$field_order = $wpdb->escape($data['field_order']);
|
1800 |
$num_fields = $wpdb->escape($data['num_fields']);
|
1801 |
-
|
1802 |
if ($action == "add")
|
1803 |
$sql = "INSERT INTO ".$table." ";
|
1804 |
else if ($action == "edit")
|
1 |
<?php
|
2 |
|
3 |
function cimy_admin_define_extra_fields() {
|
4 |
+
global $wpdb, $wpdb_fields_table, $wpdb_wp_fields_table, $rule_canbeempty, $rule_email, $rule_maxlen, $rule_maxlen_needed, $available_types, $max_length_name, $max_length_label, $max_length_desc, $max_length_value, $max_size_file, $rule_equalto, $rule_equalto_case_sensitive, $cimy_uef_domain, $cuef_plugin_path, $cimy_uef_file_types, $rule_equalto_regex;
|
5 |
|
6 |
if (!cimy_check_admin('manage_options'))
|
7 |
return;
|
8 |
+
// if (!empty($_POST))
|
9 |
+
// print_r($_POST);
|
10 |
|
11 |
$errors = Array();
|
12 |
$results = Array();
|
35 |
$submit = "";
|
36 |
|
37 |
$action = "";
|
38 |
+
// defaults to add
|
39 |
+
$field_order = "0";
|
40 |
|
41 |
// options form engine
|
42 |
if (isset($_POST['cimy_options'])) {
|
43 |
$action = "options";
|
44 |
$res = cimy_save_options();
|
45 |
}
|
46 |
+
else if ((isset($_POST["submit_add"])) && (!empty($_POST["submit_add"]))) {
|
47 |
$action = "add";
|
48 |
$submit = $_POST["submit_add"];
|
49 |
}
|
50 |
+
else if ((isset($_POST["submit_edit"])) && (!empty($_POST["submit_edit"]))) {
|
51 |
$action = "edit";
|
52 |
$submit = $_POST["submit_edit"];
|
53 |
}
|
54 |
+
else if ((isset($_POST["submit_del"])) && (!empty($_POST["submit_del"]))) {
|
55 |
$action = "del";
|
56 |
$submit = $_POST["submit_del"];
|
57 |
}
|
58 |
+
else if ((isset($_POST["submit_del_sel"])) && (!empty($_POST["submit_del_sel"]))) {
|
59 |
$action = "delSel";
|
60 |
$submit = $_POST["submit_del_sel"];
|
61 |
}
|
62 |
+
else if ((isset($_POST["submit_order"])) && (!empty($_POST["submit_order"]))) {
|
63 |
$action = "order";
|
64 |
$submit = $_POST["submit_order"];
|
65 |
}
|
70 |
// call options draw function
|
71 |
$opt_ret = cimy_show_options($res, true);
|
72 |
|
73 |
+
// needed fields count here, after options and before $action manager! do not move!
|
74 |
$num_fields = $opt_ret['db_extra_fields'];
|
75 |
$num_wp_fields = $opt_ret['db_wp_fields'];
|
76 |
|
87 |
|
88 |
// if pushed change order button
|
89 |
if ($action == "order") {
|
|
|
90 |
$sql = "UPDATE ".$fields_table." SET F_ORDER=CASE F_ORDER";
|
|
|
91 |
$k = (-1);
|
92 |
$msg = "";
|
93 |
$msg_new = "";
|
94 |
$arr1 = Array();
|
95 |
$arr2 = Array();
|
96 |
|
97 |
+
// check only selected fields
|
98 |
+
foreach ($_POST['check'] as $i) {
|
99 |
+
if ($k > (-1)) {
|
100 |
+
$msg.= ", ";
|
101 |
+
$msg_new.= ", ";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
}
|
103 |
+
else
|
104 |
+
$k = $i;
|
105 |
+
|
106 |
+
$sql.= " WHEN ".$i." THEN ".$_POST['order'][$i];
|
107 |
+
$msg.= $i;
|
108 |
+
$msg_new.= $_POST['order'][$i];
|
109 |
|
110 |
+
array_push($arr1, $i);
|
111 |
+
array_push($arr2, $_POST['order'][$i]);
|
112 |
+
}
|
113 |
if ($k > (-1)) {
|
114 |
if (count(array_diff($arr1, $arr2)) == 0) {
|
115 |
$sql.= " ELSE F_ORDER END WHERE F_ORDER IN (".$msg.")";
|
128 |
|
129 |
// if pushed delete or update single button
|
130 |
if (($action == "del") || ($action == "edit")) {
|
131 |
+
$field_order = key($submit);
|
|
|
|
|
132 |
|
133 |
// if pushed the single delete button then check the relative checkbox and let delSel code to delete it
|
134 |
if ($action == "del") {
|
135 |
+
$_POST['check'][$field_order] = $field_order;
|
136 |
$action = "delSel";
|
137 |
}
|
138 |
}
|
149 |
|
150 |
// check which fields are selected for deletions
|
151 |
for ($i = 1; $i <= $tot_fields; $i++)
|
152 |
+
if ($_POST['check'][$i]) {
|
153 |
if ($k > (-1)) {
|
154 |
$sql.= " OR ";
|
155 |
$sql_data_del.= " OR ";
|
199 |
|
200 |
if (($action == "add") || ($action == "edit")) {
|
201 |
$store_rule = array();
|
202 |
+
|
203 |
// RETRIEVE DATA FROM THE FORM
|
204 |
+
$name = substr(stripslashes($_POST['name'][$field_order]), 0, $max_length_name);
|
205 |
+
$value = substr(stripslashes($_POST['value'][$field_order]), 0, $max_length_value);
|
206 |
+
$desc = substr(stripslashes($_POST['description'][$field_order]), 0, $max_length_desc);
|
207 |
+
$label = substr(stripslashes($_POST['label'][$field_order]), 0, $max_length_label);
|
208 |
|
209 |
$name = strtoupper($name);
|
210 |
+
$oldname = strtoupper(stripslashes($_POST['oldname'][$field_order]));
|
211 |
+
$type = $_POST['type'][$field_order];
|
212 |
+
$fieldset = $_POST['fieldset'][$field_order];
|
213 |
|
214 |
+
$minlen = $_POST['minlen'][$field_order];
|
215 |
+
$exactlen = $_POST['exactlen'][$field_order];
|
216 |
+
$maxlen = $_POST['maxlen'][$field_order];
|
217 |
|
218 |
// min length available
|
219 |
$minLen = 1;
|
234 |
/* end overwrite previous values */
|
235 |
|
236 |
if ($minlen != "")
|
237 |
+
$store_rule['min_length'] = intval($_POST['minlength'][$field_order]);
|
238 |
|
239 |
if ($exactlen != "")
|
240 |
+
$store_rule['exact_length'] = intval($_POST['exactlength'][$field_order]);
|
241 |
|
242 |
if ($maxlen != "")
|
243 |
+
$store_rule['max_length'] = intval($_POST['maxlength'][$field_order]);
|
244 |
|
245 |
+
$empty = $_POST['empty'][$field_order];
|
246 |
$empty == "1" ? $store_rule['can_be_empty'] = true : $store_rule['can_be_empty'] = false;
|
247 |
|
248 |
$store_rule['edit'] = $_POST['edit'.$field_order];
|
249 |
|
250 |
+
$email = $_POST['email'][$field_order];
|
251 |
$email == "1" ? $store_rule['email'] = true : $store_rule['email'] = false;
|
252 |
+
$equal = $_POST['equal'][$field_order];
|
253 |
|
254 |
if ($equal != "") {
|
255 |
+
$store_rule['equal_to'] = stripslashes($_POST['equalto'][$field_order]);
|
256 |
|
257 |
+
$equalto_casesens = $_POST['equalto_casesens'][$field_order];
|
258 |
|
259 |
+
$equalto_regex = $_POST['equalto_regex'][$field_order];
|
260 |
}
|
261 |
|
262 |
+
$show_in_reg = $_POST['show_in_reg'][$field_order];
|
263 |
$show_in_reg == "1" ? $store_rule['show_in_reg'] = true : $store_rule['show_in_reg'] = false;
|
264 |
|
265 |
+
$show_in_profile = $_POST['show_in_profile'][$field_order];
|
266 |
$show_in_profile == "1" ? $store_rule['show_in_profile'] = true : $store_rule['show_in_profile'] = false;
|
267 |
|
268 |
+
$show_in_aeu = $_POST['show_in_aeu'][$field_order];
|
269 |
$show_in_aeu == "1" ? $store_rule['show_in_aeu'] = true : $store_rule['show_in_aeu'] = false;
|
270 |
|
271 |
+
$show_in_search = $_POST['show_in_search'][$field_order];
|
272 |
$show_in_search == "1" ? $store_rule['show_in_search'] = true : $store_rule['show_in_search'] = false;
|
273 |
|
274 |
+
$show_in_blog = $_POST['show_in_blog'][$field_order];
|
275 |
$show_in_blog == "1" ? $store_rule['show_in_blog'] = true : $store_rule['show_in_blog'] = false;
|
276 |
|
277 |
+
$show_level = $_POST['show_level'][$field_order];
|
278 |
$store_rule['show_level'] = $show_level;
|
279 |
|
280 |
// START CHECKING FOR ERRORS
|
350 |
$errors['value'] = __("With radio type Value can only be", $cimy_uef_domain).": [Yes, No]";
|
351 |
}
|
352 |
|
353 |
+
if (is_multisite()) {
|
354 |
// uploading files not supported with WordPress MU
|
355 |
if (in_array($type, $cimy_uef_file_types)) {
|
356 |
$store_rule["show_in_reg"] = false;
|
638 |
else
|
639 |
$selected_input["show_in_blog"] = '';
|
640 |
|
641 |
+
$selected_input["name"] = esc_attr($selected_input["name"]);
|
642 |
+
$selected_input["value"] = esc_attr($selected_input["value"]);
|
643 |
+
$selected_input["label"] = esc_attr($selected_input["label"]);
|
644 |
+
$selected_input["desc"] = esc_attr($selected_input["desc"]);
|
645 |
+
$selected_input["equal_to"] = esc_attr($selected_input["equal_to"]);
|
646 |
?>
|
647 |
|
648 |
<form method="post" action="#addfield">
|
671 |
<tbody id="plugins" class="plugins">
|
672 |
<tr class="active">
|
673 |
<td style="vertical-align: middle;">
|
674 |
+
<label><strong><?php _e("Name"); ?></strong><br /><input name="name[0]" type="text" value="<?php echo $selected_input["name"]; ?>" maxlength="<?php echo $max_length_name; ?>" /></label><br /><br />
|
675 |
+
<label><strong><?php _e("Value"); ?></strong><br /><textarea name="value[0]" rows="2" cols="17"><?php echo $selected_input["value"]; ?></textarea></label>
|
676 |
</td>
|
677 |
<td style="vertical-align: middle;">
|
678 |
<label><strong><?php _e("Type", $cimy_uef_domain); ?></strong><br />
|
679 |
+
<select name="type[0]">
|
680 |
<?php
|
681 |
foreach($available_types as $this_type) {
|
682 |
echo '<option value="'.$this_type.'"'.$selected_input[$this_type].'>'.$this_type.'</option>';
|
690 |
</label>
|
691 |
<br /><br />
|
692 |
<label><strong><?php _e("Fieldset", $cimy_uef_domain); ?></strong><br />
|
693 |
+
<?php echo cimy_fieldsetOptions($fieldset, "0"); ?>
|
694 |
</label>
|
695 |
</td>
|
696 |
<td style="vertical-align: middle;">
|
697 |
+
<label><strong><?php _e("Label", $cimy_uef_domain); ?></strong><br /><textarea name="label[0]" rows="2" cols="18"><?php echo $selected_input["label"]; ?></textarea></label><br /><br />
|
698 |
+
<label><strong><?php _e("Description"); ?></strong><br /><textarea name="description[0]" rows="4" cols="18"><?php echo $selected_input["desc"]; ?></textarea></label>
|
699 |
</td>
|
700 |
<td style="vertical-align: middle;">
|
701 |
<!-- MIN LENGTH -->
|
702 |
+
<input type="checkbox" name="minlen[0]" value="1"<?php echo $selected_input["minlen"]; ?> /> <?php echo $min_length_caption; ?> [1-<?php echo $maxLen; ?>]: <input type="text" name="minlength[0]" value="<?php echo $selected_input["min_length"]; ?>" maxlength="5" size="5" /><br />
|
703 |
|
704 |
<!-- EXACT LENGTH -->
|
705 |
+
<input type="checkbox" name="exactlen[0]" value="1"<?php echo $selected_input["exactlen"]; ?> /> <?php echo $exact_length_caption; ?> [1-<?php echo $maxLen; ?>]: <input type="text" name="exactlength[0]" value="<?php echo $selected_input["exact_length"]; ?>" maxlength="5" size="5" /><br />
|
706 |
|
707 |
<!-- MAX LENGTH -->
|
708 |
+
<input type="checkbox" name="maxlen[0]" value="1"<?php echo $selected_input["maxlen"]; ?> /> <?php echo $max_length_caption; ?> [1-<?php echo $maxLen; ?>]: <input type="text" name="maxlength[0]" value="<?php echo $selected_input["max_length"]; ?>" maxlength="5" size="5" /><br />
|
709 |
|
710 |
+
<input type="checkbox" name="empty[0]" value="1"<?php echo $selected_input["empty"]; ?> /> <?php _e("Can be empty", $cimy_uef_domain); ?><br />
|
711 |
+
<input type="checkbox" name="email[0]" value="1"<?php echo $selected_input["email"]; ?> /> <?php _e("Check for E-mail syntax", $cimy_uef_domain); ?><br />
|
712 |
|
713 |
+
<select name="edit[0]">
|
714 |
<option value="ok_edit"<?php echo $selected_input["ok_edit"]; ?>><?php _e("Can be modified", $cimy_uef_domain); ?></option>
|
715 |
<option value="edit_only_if_empty"<?php echo $selected_input["edit_only_if_empty"]; ?>><?php _e("Can be modified only if empty", $cimy_uef_domain); ?></option>
|
716 |
<option value="edit_only_by_admin"<?php echo $selected_input["edit_only_by_admin"]; ?>><?php _e("Can be modified only by admin", $cimy_uef_domain); ?></option>
|
723 |
</select>
|
724 |
<br />
|
725 |
<!-- EQUAL TO -->
|
726 |
+
<input type="checkbox" name="equal[0]" value="1"<?php echo $selected_input["equal"]; ?> /> <?php _e("Should be equal TO", $cimy_uef_domain); ?>: <input type="text" name="equalto[0]" maxlength="100" value="<?php echo $selected_input["equal_to"]; ?>"/><br />
|
727 |
<!-- CASE SENSITIVE -->
|
728 |
+
<input type="checkbox" name="equalto_casesens[0]" value="1"<?php echo $selected_input["equal_to_case_sensitive"]; ?> /> <?php _e("Case sensitive", $cimy_uef_domain); ?><br />
|
729 |
|
730 |
<!-- REGEX -->
|
731 |
+
<input type="checkbox" name="equalto_regex[0]" value="1"<?php echo $selected_input["equal_to_regex"]; ?> /> <?php _e("Regular Expression", $cimy_uef_domain); ?><br />
|
732 |
|
733 |
<!-- SHOW IN REGISTRATION -->
|
734 |
+
<input type="checkbox" name="show_in_reg[0]" value="1"<?php echo $selected_input["show_in_reg"]; ?> /> <?php _e("Show the field in the registration", $cimy_uef_domain); ?><br />
|
735 |
|
736 |
<!-- SHOW IN PROFILE -->
|
737 |
+
<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 />
|
738 |
|
739 |
<!-- SHOW IN A&U EXTENDED -->
|
740 |
+
<input type="checkbox" name="show_in_aeu[0]" value="1"<?php echo $selected_input["show_in_aeu"]; ?> /> <?php _e("Show the field in A&U Extended menu", $cimy_uef_domain); ?><br />
|
741 |
|
742 |
<!-- SHOW IN THE SEARCH ENGINE -->
|
743 |
+
<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 />
|
744 |
|
745 |
<!-- SHOW IN THE BLOG -->
|
746 |
+
<input type="checkbox" name="show_in_blog[0]" value="1"<?php echo $selected_input["show_in_blog"]; ?> /> <?php _e("Show the field in the blog", $cimy_uef_domain); ?><br />
|
747 |
|
748 |
<!-- SHOW SECURITY LEVEL -->
|
749 |
<?php _e("Show the field if the role is at least:", $cimy_uef_domain)." "; ?>
|
750 |
+
<select name="show_level[0]">
|
751 |
<option value="-1"<?php echo $show_anonymous ?>><?php _e("Anonymous"); ?></option>
|
752 |
<option value="0"<?php echo $show_subscriber ?>><?php echo translate_user_role("Subscriber"); ?></option>
|
753 |
<option value="1"<?php echo $show_contributor ?>><?php echo translate_user_role("Contributor"); ?></option>
|
760 |
<td align="center" style="vertical-align: middle;">
|
761 |
<p class="submit" style="border-width: 0px;">
|
762 |
<input name="reset" type="reset" value="<?php _e("Clear", $cimy_uef_domain); ?>" /><br /><br />
|
763 |
+
<input class="button-primary" name="submit_add[0]" type="submit" value="<?php echo $add_caption ?>" />
|
764 |
</p>
|
765 |
</td>
|
766 |
</tr>
|
780 |
}
|
781 |
|
782 |
function cimy_admin_show_extra_fields($allFields, $submit_msgs, $wp_fields) {
|
783 |
+
global $wpdb, $cimy_uef_domain, $rule_maxlen, $rule_email, $rule_canbeempty, $rule_equalto, $rule_equalto_case_sensitive, $available_types, $max_length_name, $max_length_label, $max_length_desc, $max_length_value, $max_size_file, $cimy_uef_file_types, $rule_equalto_regex;
|
784 |
|
785 |
if (!cimy_check_admin("manage_options"))
|
786 |
return;
|
864 |
|
865 |
$id = $field['ID'];
|
866 |
$order = $field['F_ORDER'];
|
867 |
+
$name = esc_attr($field['NAME']);
|
868 |
+
$value = esc_attr($field['VALUE']);
|
869 |
+
$desc = esc_attr($field['DESCRIPTION']);
|
870 |
+
$label = esc_attr($field['LABEL']);
|
871 |
$type = $field['TYPE'];
|
872 |
$rules = $field['RULES'];
|
873 |
$fieldset = $field["FIELDSET"];
|
988 |
$equalto_regex = "";
|
989 |
}
|
990 |
|
991 |
+
$equalTo = esc_attr($equalTo);
|
992 |
|
993 |
if ($rules['show_in_reg'])
|
994 |
$show_in_reg = ' checked="checked"';
|
995 |
else
|
996 |
$show_in_reg = "";
|
997 |
|
998 |
+
if (is_multisite()) {
|
999 |
// uploading files not supported with WordPress MU
|
1000 |
if (in_array($type, $cimy_uef_file_types)) {
|
1001 |
$show_in_reg = ' disabled="disabled"';
|
1072 |
|
1073 |
<tr <?php echo "id=\"".$field_anchor.$order."\" ".$style; ?>>
|
1074 |
<td align="center" style="vertical-align: middle;">
|
1075 |
+
<input name="check[<?php echo $order ?>]" type="checkbox" value="<?php echo $order ?>" /><br /><br />
|
1076 |
<label><strong><?php _e("Order", $cimy_uef_domain); ?></strong><br />
|
1077 |
+
<input name="order[<?php echo $order ?>]" type="text" value="<?php echo $order ?>" maxlength="4" size="3" /></label>
|
1078 |
</td>
|
1079 |
<td style="vertical-align: middle;">
|
1080 |
<?php
|
1081 |
if ($wp_fields) {
|
1082 |
?>
|
1083 |
+
<input name="name[<?php echo $order ?>]" type="hidden" value="<?php echo $name ?>" />
|
1084 |
+
<input name="type[<?php echo $order ?>]" type="hidden" value="<?php echo $type ?>" />
|
1085 |
<?php
|
1086 |
}
|
1087 |
?>
|
1088 |
<label><strong><?php _e("Name"); ?></strong><br />
|
1089 |
+
<input name="name[<?php echo $order ?>]" type="text" value="<?php echo $name ?>" maxlength="<?php echo $max_length_name ?>"<?php echo $disable_it; ?> /></label><br /><br />
|
1090 |
+
<input name="oldname[<?php echo $order ?>]" type="hidden" value="<?php echo $name ?>" />
|
1091 |
<label><strong><?php _e("Value"); ?></strong><br />
|
1092 |
+
<textarea name="value[<?php echo $order ?>]" rows="2" cols="17"><?php echo $value; ?></textarea></label>
|
1093 |
<br /><br />
|
1094 |
<label><strong><?php _e("Type", $cimy_uef_domain); ?></strong><br />
|
1095 |
+
<select name="type[<?php echo $order ?>]"<?php echo $disable_it; ?>>
|
1096 |
<?php
|
1097 |
foreach($available_types as $this_type) {
|
1098 |
echo '<option value="'.$this_type.'"'.$selected_type[$this_type].'>'.$this_type.'</option>';
|
1114 |
</td>
|
1115 |
<td style="vertical-align: middle;">
|
1116 |
<label><strong><?php _e("Label", $cimy_uef_domain); ?></strong><br />
|
1117 |
+
<textarea name="label[<?php echo $order ?>]" rows="2" cols="18"><?php echo $label; ?></textarea>
|
1118 |
</label><br /><br />
|
1119 |
<label><strong><?php _e("Description"); ?></strong><br />
|
1120 |
+
<textarea name="description[<?php echo $order ?>]" rows="4" cols="18"><?php echo $desc ?></textarea>
|
1121 |
</label>
|
1122 |
</td>
|
1123 |
<td style="vertical-align: middle;">
|
1124 |
<!-- MIN LENGTH -->
|
1125 |
+
<input type="checkbox" name="minlen[<?php echo $order ?>]" value="1"<?php echo $minlen.$dis_maxlength ?> /> <?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 echo $dis_maxlength ?> /><br />
|
1126 |
|
1127 |
<!-- EXACT LENGTH -->
|
1128 |
+
<input type="checkbox" name="exactlen[<?php echo $order ?>]" value="1"<?php echo $exactlen.$dis_maxlength ?> /> <?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 echo $dis_maxlength ?> /><br />
|
1129 |
|
1130 |
<!-- MAX LENGTH -->
|
1131 |
+
<input type="checkbox" name="maxlen[<?php echo $order ?>]" value="1"<?php echo $maxlen.$dis_maxlength ?> /> <?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 echo $dis_maxlength ?> /><br />
|
1132 |
|
1133 |
+
<input type="checkbox" name="empty[<?php echo $order ?>]" value="1"<?php echo $emp.$dis_canbeempty ?> /> <?php _e("Can be empty", $cimy_uef_domain); ?><br />
|
1134 |
+
<input type="checkbox" name="email[<?php echo $order ?>]" value="1"<?php echo $email.$dis_checkemail ?> /> <?php _e("Check for E-mail syntax", $cimy_uef_domain); ?><br />
|
1135 |
|
1136 |
+
<select name="edit[<?php echo $order ?>]">
|
1137 |
<option value="ok_edit"<?php echo $okedit ?>><?php _e("Can be modified", $cimy_uef_domain); ?></option>
|
1138 |
<option value="edit_only_if_empty"<?php echo $editonlyifempty ?>><?php _e("Can be modified only if empty", $cimy_uef_domain); ?></option>
|
1139 |
<option value="edit_only_by_admin"<?php echo $editonlybyadmin ?>><?php _e("Can be modified only by admin", $cimy_uef_domain); ?></option>
|
1143 |
<br />
|
1144 |
|
1145 |
<!-- EQUAL TO -->
|
1146 |
+
<input type="checkbox" name="equal[<?php echo $order ?>]" value="1"<?php echo $equal.$dis_equalto ?> /> <?php _e("Should be equal TO", $cimy_uef_domain); ?>: <input type="text" name="equalto[<?php echo $order ?>]" maxlength="100" value="<?php echo $equalTo ?>"<?php echo $dis_equalto ?> /><br />
|
1147 |
<!-- CASE SENSITIVE -->
|
1148 |
+
<input type="checkbox" name="equalto_casesens[<?php echo $order ?>]" value="1"<?php echo $equalto_casesens.$dis_equalto_casesens; ?> /> <?php _e("Case sensitive", $cimy_uef_domain); ?><br />
|
1149 |
<!-- REGEX -->
|
1150 |
+
<input type="checkbox" name="equalto_regex[<?php echo $order ?>]" value="1"<?php echo $equalto_regex.$dis_equalto_regex; ?> /> <?php _e("Regular Expression", $cimy_uef_domain); ?><br />
|
1151 |
|
1152 |
|
1153 |
<!-- SHOW IN REGISTRATION -->
|
1154 |
+
<input type="checkbox" name="show_in_reg[<?php echo $order ?>]" value="1"<?php echo $show_in_reg ?> /> <?php _e("Show the field in the registration", $cimy_uef_domain); ?><br />
|
1155 |
|
1156 |
<!-- SHOW IN PROFILE -->
|
1157 |
+
<input type="checkbox" name="show_in_profile[<?php echo $order ?>]" value="1"<?php echo $show_in_profile ?><?php echo $disable_it; ?> /> <?php _e("Show the field in User's profile", $cimy_uef_domain); ?><br />
|
1158 |
<?php
|
1159 |
if ($wp_fields) {
|
1160 |
?>
|
1161 |
+
<input name="show_in_profile[<?php echo $order ?>]" type="hidden" value="1" />
|
1162 |
<?php
|
1163 |
}
|
1164 |
?>
|
1165 |
<!-- SHOW IN A&U EXTENDED -->
|
1166 |
+
<input type="checkbox" name="show_in_aeu[<?php echo $order ?>]" value="1"<?php echo $show_in_aeu ?> /> <?php _e("Show the field in A&U Extended menu", $cimy_uef_domain); ?><br />
|
1167 |
|
1168 |
<!-- SHOW IN THE SEARCH -->
|
1169 |
+
<input type="checkbox" name="show_in_search[<?php echo $order ?>]" value="1"<?php echo $show_in_search ?> /> <?php _e("Show the field in the search engine", $cimy_uef_domain); ?><br />
|
1170 |
|
1171 |
<!-- SHOW IN THE BLOG -->
|
1172 |
+
<input type="checkbox" name="show_in_blog[<?php echo $order ?>]" value="1"<?php echo $show_in_blog ?> /> <?php _e("Show the field in the blog", $cimy_uef_domain); ?><br />
|
1173 |
|
1174 |
<!-- SHOW SECURITY LEVEL -->
|
1175 |
<?php _e("Show the field if the role is at least:", $cimy_uef_domain)." "; ?>
|
1176 |
+
<select name="show_level[<?php echo $order ?>]">
|
1177 |
<option value="-1"<?php echo $show_anonymous ?>><?php _e("Anonymous"); ?></option>
|
1178 |
<option value="0"<?php echo $show_subscriber ?>><?php echo translate_user_role("Subscriber"); ?></option>
|
1179 |
<option value="1"<?php echo $show_contributor ?>><?php echo translate_user_role("Contributor"); ?></option>
|
1186 |
<td align="center" style="vertical-align: middle;">
|
1187 |
<p class="submit" style="border-width: 0px;">
|
1188 |
<input name="reset" type="reset" value="<?php _e("Reset", $cimy_uef_domain); ?>" /><br /><br />
|
1189 |
+
<input class="button-primary" name="submit_edit[<?php echo $order ?>]" type="submit" value="<?php echo $edit_caption." #".$order ?>" /><br /><br />
|
1190 |
|
1191 |
<?php if (!$wp_fields) { ?>
|
1192 |
+
<input name="submit_del[<?php echo $order ?>]" type="submit" value="<?php echo $del_caption." #".$order ?>" onclick="return confirm('<?php echo $delete_fields_label; ?>');" />
|
1193 |
<?php } ?>
|
1194 |
</p>
|
1195 |
</td>
|
1220 |
}
|
1221 |
|
1222 |
function cimy_admin_users_list_page() {
|
1223 |
+
global $wpdb, $wp_roles, $wpdb_data_table, $cimy_uef_options, $cuef_upload_path, $cimy_uef_domain;
|
1224 |
|
1225 |
if (!cimy_check_admin('edit_users'))
|
1226 |
return;
|
1342 |
<h2><?php printf(__('Users Matching "%s"'), wp_specialchars($wp_user_search->search_term)); ?></h2>
|
1343 |
<?php else : ?>
|
1344 |
<h2><?php
|
1345 |
+
if (is_multisite())
|
1346 |
_e("Users Extended List", $cimy_uef_domain);
|
1347 |
else
|
1348 |
_e("Authors & Users Extended List", $cimy_uef_domain);
|
1370 |
|
1371 |
$current_role = false;
|
1372 |
$class = empty($_GET['role']) ? ' class="current"' : '';
|
1373 |
+
$role_links[] = "<li><a href='users.php?page=au_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>';
|
1374 |
+
|
1375 |
+
foreach ( $wp_roles->get_names() as $this_role => $name ) {
|
1376 |
+
if ( !isset($avail_roles[$this_role]) )
|
1377 |
continue;
|
1378 |
|
1379 |
$class = '';
|
1380 |
|
1381 |
+
if ( $this_role == $_GET['role'] ) {
|
1382 |
$current_role = $_GET['role'];
|
1383 |
$class = ' class="current"';
|
1384 |
}
|
1385 |
|
1386 |
+
$name = translate_user_role( $name );
|
1387 |
+
$name = sprintf( __('%1$s <span class="count">(%2$s)</span>'), $name, $avail_roles[$this_role] );
|
1388 |
+
$tmp_link = esc_url(add_query_arg('role', $this_role));
|
|
|
1389 |
$role_links[] = "<li><a href=\"$tmp_link\"$class>" . $name . '</a>';
|
1390 |
}
|
1391 |
|
1395 |
</ul>
|
1396 |
|
1397 |
<p id="post-search" class="search-box">
|
1398 |
+
<input type="text" class="search-input" id="post-search-input" name="usersearch" value="<?php echo esc_attr($wp_user_search->search_term); ?>" />
|
1399 |
<input type="submit" value="<?php _e( 'Search Users' ); ?>" class="button" />
|
1400 |
</p>
|
1401 |
|
1428 |
wp_print_scripts('admin-forms');
|
1429 |
?>
|
1430 |
<div class="alignleft actions">
|
|
|
1431 |
<?php _e("Users per page", $cimy_uef_domain); ?>
|
1432 |
<select name="cimy_uef_users_per_page">
|
1433 |
<?php
|
1444 |
?>
|
1445 |
</select>
|
1446 |
<input class="button" type="submit" name="submit" value="<?php _e("Apply"); ?>" />
|
|
|
1447 |
</div>
|
1448 |
</div>
|
1449 |
|
1506 |
|
1507 |
if (!empty($_POST["ef_search"][$name])) {
|
1508 |
if ($type == "dropdown-multi")
|
1509 |
+
$search_value = esc_attr(stripslashes(implode(",", $_POST["ef_search"][$name])));
|
1510 |
else
|
1511 |
+
$search_value = esc_attr(stripslashes($_POST["ef_search"][$name]));
|
1512 |
}
|
1513 |
|
1514 |
$thead_str.= "<th scope=\"col\" class=\"manage-column\" style=\"\">";
|
1574 |
|
1575 |
foreach ($wp_user_search->get_results() as $userid) {
|
1576 |
$user_object = new WP_User($userid);
|
1577 |
+
|
1578 |
+
$roles = $user_object->roles;
|
1579 |
+
$role = array_shift($roles);
|
1580 |
$email = $user_object->user_email;
|
1581 |
$url = $user_object->user_url;
|
1582 |
$short_url = str_replace('http://', '', $url);
|
1589 |
$short_url = substr($short_url, 0, 32).'...';
|
1590 |
|
1591 |
$style = ('class="alternate"' == $style) ? '' : 'class="alternate"';
|
1592 |
+
$numposts = count_user_posts($user_object->ID);
|
1593 |
|
1594 |
if (0 < $numposts) $numposts = "<a href='edit.php?author=$user_object->ID' title='" . __( 'View posts by this author' ) . "'>$numposts</a>";
|
1595 |
echo "
|
1606 |
if ($current_user->ID == $user_object->ID) {
|
1607 |
$edit = 'profile.php';
|
1608 |
} else {
|
1609 |
+
$edit = esc_url( add_query_arg( 'wp_http_referer', urlencode( esc_url( stripslashes( $_SERVER['REQUEST_URI'] ) ) ), "user-edit.php?user_id=$user_object->ID" ) );
|
1610 |
}
|
1611 |
$edit = "<a href=\"$edit\">$user_object->user_login</a>";
|
1612 |
} else {
|
1626 |
}
|
1627 |
|
1628 |
if (!in_array("role", $options['aue_hidden_fields'])) {
|
1629 |
+
$role_name = translate_user_role($wp_roles->role_names[$role]);
|
|
|
|
|
1630 |
|
1631 |
echo "<td class=\"role column-role\">";
|
1632 |
echo $role_name;
|
1669 |
foreach ($ef_db as $d_field) {
|
1670 |
if ($d_field['FIELD_ID'] == $field_id) {
|
1671 |
$field = cimy_uef_sanitize_content($d_field['VALUE']);
|
1672 |
+
//$field = esc_attr($d_field['VALUE']);
|
1673 |
}
|
1674 |
}
|
1675 |
|
1792 |
$store_rule = $wpdb->escape(serialize($data['store_rule']));
|
1793 |
$field_order = $wpdb->escape($data['field_order']);
|
1794 |
$num_fields = $wpdb->escape($data['num_fields']);
|
1795 |
+
|
1796 |
if ($action == "add")
|
1797 |
$sql = "INSERT INTO ".$table." ";
|
1798 |
else if ($action == "edit")
|
cimy_uef_db.php
CHANGED
@@ -197,8 +197,42 @@ function cimy_plugin_install () {
|
|
197 |
}
|
198 |
}
|
199 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
200 |
function cimy_manage_db($command) {
|
201 |
-
global $wpdb, $wpdb_data_table, $wpdb_wp_fields_table, $wpdb_fields_table, $cimy_uef_options, $cimy_uef_version, $
|
202 |
|
203 |
if (!cimy_check_admin('activate_plugins'))
|
204 |
return;
|
@@ -231,7 +265,7 @@ function cimy_manage_db($command) {
|
|
231 |
break;
|
232 |
|
233 |
case 'drop_options':
|
234 |
-
if (
|
235 |
delete_site_option($cimy_uef_options);
|
236 |
else
|
237 |
delete_option($cimy_uef_options);
|
@@ -379,9 +413,9 @@ function cimy_insert_ExtraFields_if_not_exist($user_id, $field_id) {
|
|
379 |
}
|
380 |
|
381 |
function cimy_get_options() {
|
382 |
-
global $
|
383 |
|
384 |
-
if ((
|
385 |
$options = get_site_option($cimy_uef_options);
|
386 |
else
|
387 |
$options = get_option($cimy_uef_options);
|
@@ -390,12 +424,24 @@ function cimy_get_options() {
|
|
390 |
}
|
391 |
|
392 |
function cimy_set_options($options) {
|
393 |
-
global $
|
394 |
|
395 |
-
if ((
|
396 |
update_site_option($cimy_uef_options, $options);
|
397 |
else
|
398 |
update_option($cimy_uef_options, $options, $cimy_uef_options_descr, "no");
|
399 |
}
|
400 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
401 |
?>
|
197 |
}
|
198 |
}
|
199 |
|
200 |
+
function cimy_force_signup_table_creation() {
|
201 |
+
global $wpdb;
|
202 |
+
$charset_collate = "";
|
203 |
+
|
204 |
+
// try to get proper charset and collate
|
205 |
+
if ( $wpdb->supports_collation() ) {
|
206 |
+
if ( ! empty($wpdb->charset) )
|
207 |
+
$charset_collate = " DEFAULT CHARACTER SET $wpdb->charset";
|
208 |
+
if ( ! empty($wpdb->collate) )
|
209 |
+
$charset_collate .= " COLLATE $wpdb->collate";
|
210 |
+
}
|
211 |
+
|
212 |
+
if ($wpdb->get_var("SHOW TABLES LIKE '".$wpdb->prefix."signups'") != $wpdb->prefix."signups") {
|
213 |
+
|
214 |
+
$sql = "CREATE TABLE ".$wpdb->prefix."signups (
|
215 |
+
domain varchar(200) NOT NULL default '',
|
216 |
+
path varchar(100) NOT NULL default '',
|
217 |
+
title longtext NOT NULL,
|
218 |
+
user_login varchar(60) NOT NULL default '',
|
219 |
+
user_email varchar(100) NOT NULL default '',
|
220 |
+
registered datetime NOT NULL default '0000-00-00 00:00:00',
|
221 |
+
activated datetime NOT NULL default '0000-00-00 00:00:00',
|
222 |
+
active tinyint(1) NOT NULL default '0',
|
223 |
+
activation_key varchar(50) NOT NULL default '',
|
224 |
+
meta longtext,
|
225 |
+
KEY activation_key (activation_key),
|
226 |
+
KEY domain (domain)
|
227 |
+
)".$charset_collate.";";
|
228 |
+
|
229 |
+
require_once(ABSPATH . 'wp-admin/upgrade-functions.php');
|
230 |
+
dbDelta($sql);
|
231 |
+
}
|
232 |
+
}
|
233 |
+
|
234 |
function cimy_manage_db($command) {
|
235 |
+
global $wpdb, $wpdb_data_table, $wpdb_wp_fields_table, $wpdb_fields_table, $cimy_uef_options, $cimy_uef_version, $cimy_uef_domain;
|
236 |
|
237 |
if (!cimy_check_admin('activate_plugins'))
|
238 |
return;
|
265 |
break;
|
266 |
|
267 |
case 'drop_options':
|
268 |
+
if (is_multisite())
|
269 |
delete_site_option($cimy_uef_options);
|
270 |
else
|
271 |
delete_option($cimy_uef_options);
|
413 |
}
|
414 |
|
415 |
function cimy_get_options() {
|
416 |
+
global $cimy_uef_options, $cimy_uef_plugins_dir;
|
417 |
|
418 |
+
if ((is_multisite()) && ($cimy_uef_plugins_dir == "mu-plugins"))
|
419 |
$options = get_site_option($cimy_uef_options);
|
420 |
else
|
421 |
$options = get_option($cimy_uef_options);
|
424 |
}
|
425 |
|
426 |
function cimy_set_options($options) {
|
427 |
+
global $cimy_uef_options, $cimy_uef_options_descr, $cimy_uef_plugins_dir;
|
428 |
|
429 |
+
if ((is_multisite()) && ($cimy_uef_plugins_dir == "mu-plugins"))
|
430 |
update_site_option($cimy_uef_options, $options);
|
431 |
else
|
432 |
update_option($cimy_uef_options, $options, $cimy_uef_options_descr, "no");
|
433 |
}
|
434 |
|
435 |
+
function cimy_uef_get_meta_from_user_login($user_login) {
|
436 |
+
global $wpdb;
|
437 |
+
|
438 |
+
return $wpdb->get_row($wpdb->prepare("SELECT user_login, user_email, meta FROM ".$wpdb->prefix."signups WHERE user_login = %s AND active = %d", $user_login, 0), ARRAY_A);
|
439 |
+
}
|
440 |
+
|
441 |
+
function cimy_uef_get_meta_from_url($domain, $path) {
|
442 |
+
global $wpdb;
|
443 |
+
|
444 |
+
return $wpdb->get_row($wpdb->prepare("SELECT user_login, user_email, meta FROM ".$wpdb->prefix."signups WHERE domain = %s AND path = %s AND active = %d", $domain, $path, 0), ARRAY_A );
|
445 |
+
}
|
446 |
+
|
447 |
?>
|
cimy_uef_email_handler.php
ADDED
@@ -0,0 +1,290 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
if ( !function_exists('wp_new_user_notification') ) :
|
4 |
+
/**
|
5 |
+
* Notify the blog admin of a new user, normally via email.
|
6 |
+
*
|
7 |
+
* @param int $user_id User ID
|
8 |
+
* @param string $plaintext_pass Optional. The user's plaintext password
|
9 |
+
*/
|
10 |
+
function wp_new_user_notification($user_id, $plaintext_pass = '') {
|
11 |
+
if (isset($_POST["cimy_uef_wp_PASSWORD"]))
|
12 |
+
delete_usermeta($user_id, 'default_password_nag');
|
13 |
+
|
14 |
+
if (!is_multisite()) {
|
15 |
+
$options = cimy_get_options();
|
16 |
+
|
17 |
+
if (!$options["confirm_email"])
|
18 |
+
wp_new_user_notification_original($user_id, $plaintext_pass, $options["mail_include_fields"]);
|
19 |
+
// if confirmation email is enabled delete the default_password_nag but checks first if has not been done on top of this function!
|
20 |
+
else if (!isset($_POST["cimy_uef_wp_PASSWORD"]))
|
21 |
+
delete_usermeta($user_id, 'default_password_nag');
|
22 |
+
}
|
23 |
+
else
|
24 |
+
wp_new_user_notification_original($user_id, $plaintext_pass, $options["mail_include_fields"]);
|
25 |
+
}
|
26 |
+
endif;
|
27 |
+
|
28 |
+
function wp_new_user_notification_original($user_id, $plaintext_pass = '', $include_fields = false) {
|
29 |
+
$user = new WP_User($user_id);
|
30 |
+
|
31 |
+
$user_login = stripslashes($user->user_login);
|
32 |
+
$user_email = stripslashes($user->user_email);
|
33 |
+
|
34 |
+
// The blogname option is escaped with esc_html on the way into the database in sanitize_option
|
35 |
+
// we want to reverse this for the plain text arena of emails.
|
36 |
+
$blogname = wp_specialchars_decode(get_option('blogname'), ENT_QUOTES);
|
37 |
+
|
38 |
+
$message = sprintf(__('New user registration on your site %s:'), $blogname) . "\r\n\r\n";
|
39 |
+
$message .= sprintf(__('Username: %s'), $user_login) . "\r\n\r\n";
|
40 |
+
$message .= sprintf(__('E-mail: %s'), $user_email) . "\r\n";
|
41 |
+
|
42 |
+
if ($include_fields)
|
43 |
+
$message .= cimy_uef_mail_fields($user);
|
44 |
+
|
45 |
+
@wp_mail(get_option('admin_email'), sprintf(__('[%s] New User Registration'), $blogname), $message);
|
46 |
+
|
47 |
+
if ( empty($plaintext_pass) )
|
48 |
+
return;
|
49 |
+
|
50 |
+
$message = sprintf(__('Username: %s'), $user_login) . "\r\n";
|
51 |
+
$message .= sprintf(__('Password: %s'), $plaintext_pass) . "\r\n";
|
52 |
+
|
53 |
+
if ($include_fields)
|
54 |
+
$message .= cimy_uef_mail_fields($user);
|
55 |
+
$message .= wp_login_url() . "\r\n";
|
56 |
+
|
57 |
+
wp_mail($user_email, sprintf(__('[%s] Your username and password'), $blogname), $message);
|
58 |
+
}
|
59 |
+
|
60 |
+
function cimy_uef_mail_fields($user = false, $activation_data = false) {
|
61 |
+
global $wp_hidden_fields, $cimy_uef_domain, $fields_name_prefix, $wp_fields_name_prefix;
|
62 |
+
$message = "";
|
63 |
+
$meta = false;
|
64 |
+
|
65 |
+
if ((empty($user)) && (empty($activation_data)))
|
66 |
+
return $message;
|
67 |
+
|
68 |
+
if (empty($user)) {
|
69 |
+
$user_login = $activation_data["user_login"];
|
70 |
+
// $user_email = $activation_data["user_email"];
|
71 |
+
if (!is_array($activation_data["meta"]))
|
72 |
+
$meta = unserialize($activation_data["meta"]);
|
73 |
+
else
|
74 |
+
$meta = $activation_data["meta"];
|
75 |
+
|
76 |
+
// neet to do it here, otherwise I pick up main options instead of blog's ones
|
77 |
+
cimy_switch_to_blog($meta);
|
78 |
+
$options = cimy_get_options();
|
79 |
+
restore_current_blog();
|
80 |
+
|
81 |
+
if (!$options["mail_include_fields"])
|
82 |
+
return $message;
|
83 |
+
|
84 |
+
$user = new WP_User($user_login);
|
85 |
+
}
|
86 |
+
|
87 |
+
if (empty($meta)) {
|
88 |
+
// normal fields
|
89 |
+
foreach ($wp_hidden_fields as $field)
|
90 |
+
if ((!empty($user->{$field["post_name"]})) && ($field["type"] != "password"))
|
91 |
+
$message.= sprintf(__('%s: %s', $cimy_uef_domain), $field["label"], $user->{$field["post_name"]}) . "\r\n";
|
92 |
+
}
|
93 |
+
else {
|
94 |
+
$fields = get_cimyFields(true);
|
95 |
+
foreach ($fields as $field) {
|
96 |
+
if ((!empty($meta[$wp_fields_name_prefix.$field["NAME"]])) && ($field["TYPE"] != "password"))
|
97 |
+
$message.= sprintf(__('%s: %s', $cimy_uef_domain), $field["LABEL"], $meta[$wp_fields_name_prefix.$field["NAME"]]) . "\r\n";
|
98 |
+
}
|
99 |
+
}
|
100 |
+
|
101 |
+
$message.= "\r\n";
|
102 |
+
|
103 |
+
// extra fields;
|
104 |
+
if (empty($meta)) {
|
105 |
+
$ef_data = get_cimyFieldValue($user->ID, false);
|
106 |
+
|
107 |
+
foreach ($ef_data as $field)
|
108 |
+
if (!empty($field["VALUE"]))
|
109 |
+
$message.= sprintf(__('%s: %s', $cimy_uef_domain), $field["LABEL"], $field["VALUE"]) . "\r\n";
|
110 |
+
}
|
111 |
+
else {
|
112 |
+
$extra_fields = get_cimyFields(false, true);
|
113 |
+
foreach ($extra_fields as $field) {
|
114 |
+
if (!empty($meta[$fields_name_prefix.$field["NAME"]]))
|
115 |
+
$message.= sprintf(__('%s: %s', $cimy_uef_domain), $field["LABEL"], $meta[$fields_name_prefix.$field["NAME"]]) . "\r\n";
|
116 |
+
}
|
117 |
+
}
|
118 |
+
|
119 |
+
return $message;
|
120 |
+
}
|
121 |
+
|
122 |
+
function cimy_uef_welcome_blog_to_user($welcome_email, $blog_id, $user_id, $password, $title, $meta) {
|
123 |
+
$welcome_email = cimy_uef_welcome_user_to_user($welcome_email, $user_id, $password, $meta);
|
124 |
+
|
125 |
+
return $welcome_email;
|
126 |
+
}
|
127 |
+
|
128 |
+
function cimy_uef_welcome_user_to_user($welcome_email, $user_id, $password, $meta) {
|
129 |
+
$activation_data = array();
|
130 |
+
// I know is a small lie, but it works!
|
131 |
+
$activation_data["user_login"] = $user_id;
|
132 |
+
$activation_data["meta"] = $meta;
|
133 |
+
$welcome_email.= "\r\n\r\n".cimy_uef_mail_fields(false, $activation_data);
|
134 |
+
|
135 |
+
return $welcome_email;
|
136 |
+
}
|
137 |
+
|
138 |
+
function cimy_uef_welcome_blog_to_admin($msg) {
|
139 |
+
$lines = explode("\n", $msg);
|
140 |
+
$second_line = explode("/", $lines[1]);
|
141 |
+
$path = "";
|
142 |
+
$domain = $second_line[2];
|
143 |
+
$i = 3;
|
144 |
+
|
145 |
+
while (isset($second_line[$i])) {
|
146 |
+
$path.= "/".$second_line[$i];
|
147 |
+
$i++;
|
148 |
+
}
|
149 |
+
|
150 |
+
if (substr($path, -1) != "/")
|
151 |
+
$path.= "/";
|
152 |
+
|
153 |
+
$res = cimy_uef_get_meta_from_url($domain, $path);
|
154 |
+
$msg.= "\r\n\r\n".cimy_uef_mail_fields(false, $res);
|
155 |
+
|
156 |
+
return $msg;
|
157 |
+
}
|
158 |
+
|
159 |
+
function cimy_uef_welcome_user_to_admin($msg) {
|
160 |
+
$lines = explode("\n", $msg);
|
161 |
+
$first_line = explode(":", $lines[0]);
|
162 |
+
$user_login = trim($first_line[1]);
|
163 |
+
|
164 |
+
$res = cimy_uef_get_meta_from_user_login($user_login);
|
165 |
+
$msg.= "\r\n\r\n".cimy_uef_mail_fields(false, $res);
|
166 |
+
|
167 |
+
return $msg;
|
168 |
+
}
|
169 |
+
|
170 |
+
function cimy_signup_user_notification($user, $user_email, $key, $meta = '') {
|
171 |
+
global $cuef_plugin_path;
|
172 |
+
|
173 |
+
if ( !apply_filters('wpmu_signup_user_notification', $user, $user_email, $key, $meta) )
|
174 |
+
return false;
|
175 |
+
|
176 |
+
// Send email with activation link.
|
177 |
+
$admin_email = get_site_option( 'admin_email' );
|
178 |
+
if ( $admin_email == '' )
|
179 |
+
$admin_email = 'support@' . $_SERVER['SERVER_NAME'];
|
180 |
+
$from_name = get_site_option( 'site_name' ) == '' ? 'WordPress' : esc_html( get_site_option( 'site_name' ) );
|
181 |
+
$message_headers = "From: \"{$from_name}\" <{$admin_email}>\n" . "Content-Type: text/plain; charset=\"" . get_option('blog_charset') . "\"\n";
|
182 |
+
$message = sprintf( apply_filters( 'wpmu_signup_user_notification_email', __( "To activate your user, please click the following link:\n\n%s\n\nAfter you activate, you will receive *another email* with your login.\n\n" ) ), site_url( "wp-login.php?cimy_key=$key" ), $key );
|
183 |
+
// TODO: Don't hard code activation link.
|
184 |
+
$subject = sprintf( __( apply_filters( 'wpmu_signup_user_notification_subject', '[%1$s] Activate %2$s' ) ), $from_name, $user);
|
185 |
+
wp_mail($user_email, $subject, $message, $message_headers);
|
186 |
+
return true;
|
187 |
+
}
|
188 |
+
|
189 |
+
function cimy_uef_activate($message) {
|
190 |
+
global $wpdb;
|
191 |
+
if (isset($_GET["cimy_key"])) {
|
192 |
+
$result = cimy_uef_activate_signup($_GET["cimy_key"]);
|
193 |
+
|
194 |
+
if ( is_wp_error($result) ) {
|
195 |
+
if ( 'already_active' == $result->get_error_code()) {
|
196 |
+
$signup = $result->get_error_data();
|
197 |
+
$message = '<p class="message"><strong>'.__('Your account is now active!').'</strong><br />';
|
198 |
+
$message.= sprintf( __('Your site at <a href="%1$s">%2$s</a> is active. You may now log in to your site using your chosen username of “%3$s”. Please check your email inbox at %4$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href="%5$s">reset your password</a></p>.'), 'http://' . $signup->domain, $signup->domain, $signup->user_login, $signup->user_email, network_site_url( 'wp-login.php?action=lostpassword' ) );
|
199 |
+
} else {
|
200 |
+
$message = '<p class="message"><strong>'.__('An error occurred during the activation').'</strong><br />';
|
201 |
+
$message.= $result->get_error_message().'</p>';
|
202 |
+
}
|
203 |
+
} else {
|
204 |
+
extract($result);
|
205 |
+
$user = new WP_User( (int) $user_id);
|
206 |
+
$message = '<p class="message"><strong>'.__('Your account is now active!').'</strong><br />'.__('Username:').' '.$user->user_login.'<br />'.__('Password:').' '.$password.'</p>';
|
207 |
+
}
|
208 |
+
}
|
209 |
+
return $message;
|
210 |
+
}
|
211 |
+
|
212 |
+
function cimy_uef_activate_signup($key) {
|
213 |
+
global $wpdb, $current_site;
|
214 |
+
|
215 |
+
require_once( ABSPATH . WPINC . '/registration.php');
|
216 |
+
$signup = $wpdb->get_row( $wpdb->prepare("SELECT * FROM ".$wpdb->prefix."signups WHERE activation_key = %s", $key) );
|
217 |
+
|
218 |
+
if ( empty($signup) )
|
219 |
+
return new WP_Error('invalid_key', __('Invalid activation key.'));
|
220 |
+
|
221 |
+
if ( $signup->active )
|
222 |
+
return new WP_Error('already_active', __('The site is already active.'), $signup);
|
223 |
+
|
224 |
+
$meta = unserialize($signup->meta);
|
225 |
+
$user_login = $wpdb->escape($signup->user_login);
|
226 |
+
$user_email = $wpdb->escape($signup->user_email);
|
227 |
+
|
228 |
+
if (!empty($meta["cimy_uef_wp_PASSWORD"]))
|
229 |
+
$password = $meta["cimy_uef_wp_PASSWORD"];
|
230 |
+
else
|
231 |
+
$password = wp_generate_password();
|
232 |
+
|
233 |
+
$user_id = username_exists($user_login);
|
234 |
+
|
235 |
+
if ( ! $user_id )
|
236 |
+
$user_id = wp_create_user( $user_login, $password, $user_email );
|
237 |
+
else
|
238 |
+
$user_already_exists = true;
|
239 |
+
|
240 |
+
if ( ! $user_id )
|
241 |
+
return new WP_Error('create_user', __('Could not create user'), $signup);
|
242 |
+
else
|
243 |
+
cimy_register_user_extra_fields($user_id, $password, $meta);
|
244 |
+
|
245 |
+
if ((empty($meta["cimy_uef_wp_PASSWORD"])) && ($user_already_exists))
|
246 |
+
update_user_option( $user_id, 'default_password_nag', true, true ); //Set up the Password change nag.
|
247 |
+
|
248 |
+
$now = current_time('mysql', true);
|
249 |
+
|
250 |
+
$wpdb->update( $wpdb->prefix."signups", array('active' => 1, 'activated' => $now), array('activation_key' => $key) );
|
251 |
+
|
252 |
+
if ( isset( $user_already_exists ) )
|
253 |
+
return new WP_Error( 'user_already_exists', __( 'That username is already activated.' ), $signup);
|
254 |
+
|
255 |
+
wp_new_user_notification_original($user_id, $password);
|
256 |
+
return array('user_id' => $user_id, 'password' => $password, 'meta' => $meta);
|
257 |
+
}
|
258 |
+
|
259 |
+
function cimy_check_user_on_signups($errors, $user_name, $user_email) {
|
260 |
+
global $wpdb;
|
261 |
+
|
262 |
+
// Has someone already signed up for this username?
|
263 |
+
$signup = $wpdb->get_row( $wpdb->prepare("SELECT * FROM ".$wpdb->prefix."signups WHERE user_login = %s", $user_name) );
|
264 |
+
if ( $signup != null ) {
|
265 |
+
$registered_at = mysql2date('U', $signup->registered);
|
266 |
+
$now = current_time( 'timestamp', true );
|
267 |
+
$diff = $now - $registered_at;
|
268 |
+
// If registered more than two days ago, cancel registration and let this signup go through.
|
269 |
+
if ( $diff > 172800 )
|
270 |
+
$wpdb->query( $wpdb->prepare("DELETE FROM ".$wpdb->prefix."signups WHERE user_login = %s", $user_name) );
|
271 |
+
else
|
272 |
+
$errors->add('user_name', __('That username is currently reserved but may be available in a couple of days.'));
|
273 |
+
|
274 |
+
if ( $signup->active == 0 && $signup->user_email == $user_email )
|
275 |
+
$errors->add('user_email_used', __('username and email used'));
|
276 |
+
}
|
277 |
+
|
278 |
+
$signup = $wpdb->get_row( $wpdb->prepare("SELECT * FROM ".$wpdb->prefix."signups WHERE user_email = %s", $user_email) );
|
279 |
+
if ( $signup != null ) {
|
280 |
+
$diff = current_time( 'timestamp', true ) - mysql2date('U', $signup->registered);
|
281 |
+
// If registered more than two days ago, cancel registration and let this signup go through.
|
282 |
+
if ( $diff > 172800 )
|
283 |
+
$wpdb->query( $wpdb->prepare("DELETE FROM ".$wpdb->prefix."signups WHERE user_email = %s", $user_email) );
|
284 |
+
else
|
285 |
+
$errors->add('user_email', __('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.'));
|
286 |
+
}
|
287 |
+
|
288 |
+
return $errors;
|
289 |
+
}
|
290 |
+
?>
|
cimy_uef_functions.php
CHANGED
@@ -393,10 +393,10 @@ function cimy_uef_sanitize_content($content, $override_allowed_tags=null) {
|
|
393 |
}
|
394 |
|
395 |
function cimy_check_admin($permission) {
|
396 |
-
global $
|
397 |
|
398 |
-
if ((
|
399 |
-
return
|
400 |
else
|
401 |
return current_user_can($permission);
|
402 |
|
@@ -412,7 +412,7 @@ function cimy_fieldsetOptions($selected=0, $order="") {
|
|
412 |
$options = cimy_get_options();
|
413 |
|
414 |
$i = 0;
|
415 |
-
$html = "<select name=\"fieldset".$order."\">\n";
|
416 |
|
417 |
if ($options['fieldset_title'] == "") {
|
418 |
$html.= "\t<option value=\"$i\" selected=\"selected\">".__("no fieldset", $cimy_uef_domain)."</option>\n";
|
@@ -436,4 +436,39 @@ function cimy_fieldsetOptions($selected=0, $order="") {
|
|
436 |
return $html;
|
437 |
}
|
438 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
439 |
?>
|
393 |
}
|
394 |
|
395 |
function cimy_check_admin($permission) {
|
396 |
+
global $cimy_uef_plugins_dir;
|
397 |
|
398 |
+
if ((is_multisite()) && ($cimy_uef_plugins_dir == "mu-plugins"))
|
399 |
+
return is_super_admin();
|
400 |
else
|
401 |
return current_user_can($permission);
|
402 |
|
412 |
$options = cimy_get_options();
|
413 |
|
414 |
$i = 0;
|
415 |
+
$html = "<select name=\"fieldset[".$order."]\">\n";
|
416 |
|
417 |
if ($options['fieldset_title'] == "") {
|
418 |
$html.= "\t<option value=\"$i\" selected=\"selected\">".__("no fieldset", $cimy_uef_domain)."</option>\n";
|
436 |
return $html;
|
437 |
}
|
438 |
|
439 |
+
function cimy_switch_to_blog($meta=array()) {
|
440 |
+
global $cimy_uef_plugins_dir;
|
441 |
+
|
442 |
+
if ((is_multisite()) && ($cimy_uef_plugins_dir == "plugins")) {
|
443 |
+
if (isset($meta["blog_id"]))
|
444 |
+
$mu_blog_id = intval($meta["blog_id"]);
|
445 |
+
else if (isset($_GET["blog_id"]))
|
446 |
+
$mu_blog_id = intval($_GET["blog_id"]);
|
447 |
+
else if (isset($_POST["blog_id"]))
|
448 |
+
$mu_blog_id = intval($_POST["blog_id"]);
|
449 |
+
else
|
450 |
+
$mu_blog_id = 1;
|
451 |
+
|
452 |
+
if (cimy_uef_mu_blog_exists($mu_blog_id)) {
|
453 |
+
if (switch_to_blog($mu_blog_id))
|
454 |
+
cimy_uef_set_tables();
|
455 |
+
else
|
456 |
+
$mu_blog_id = 1;
|
457 |
+
}
|
458 |
+
else
|
459 |
+
$mu_blog_id = 1;
|
460 |
+
}
|
461 |
+
}
|
462 |
+
|
463 |
+
function cimy_switch_current_blog($hidden_field=false) {
|
464 |
+
global $switched, $blog_id;
|
465 |
+
|
466 |
+
if (isset($switched)) {
|
467 |
+
if ($hidden_field)
|
468 |
+
echo "\t<input type=\"hidden\" name=\"blog_id\" value=\"".$blog_id."\" />\n";
|
469 |
+
|
470 |
+
//restore_current_blog();
|
471 |
+
}
|
472 |
+
}
|
473 |
+
|
474 |
?>
|
cimy_uef_init_mce.php
CHANGED
@@ -19,7 +19,7 @@ if ($cimy_uef_register_page) {
|
|
19 |
try{convertEntities(userSettings);}catch(e){};
|
20 |
/* ]]> */
|
21 |
</script>
|
22 |
-
|
23 |
<?php
|
24 |
} else
|
25 |
$userid = $get_user_id;
|
@@ -79,7 +79,7 @@ if ($cimy_uef_register_page) {
|
|
79 |
tinyMCE.init({
|
80 |
mode : "exact",
|
81 |
theme : "'.$theme.'",
|
82 |
-
elements : "'.
|
83 |
theme_advanced_toolbar_location : "top",
|
84 |
theme_advanced_toolbar_align : "left",
|
85 |
theme_advanced_statusbar_location : "bottom",
|
19 |
try{convertEntities(userSettings);}catch(e){};
|
20 |
/* ]]> */
|
21 |
</script>
|
22 |
+
<!-- <script type='text/javascript' src='http://localhost/wordpress27/wp-admin/js/common.js?ver=20081126'></script> -->
|
23 |
<?php
|
24 |
} else
|
25 |
$userid = $get_user_id;
|
79 |
tinyMCE.init({
|
80 |
mode : "exact",
|
81 |
theme : "'.$theme.'",
|
82 |
+
elements : "'.esc_attr($tiny_mce_objects).'",
|
83 |
theme_advanced_toolbar_location : "top",
|
84 |
theme_advanced_toolbar_align : "left",
|
85 |
theme_advanced_statusbar_location : "bottom",
|
cimy_uef_init_strength_meter.php
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<script type='text/javascript' src='<?php trailingslashit(get_option('siteurl'));?>wp-admin/js/password-strength-meter.dev.js?ver=20070405'></script>
|
2 |
+
<script type="text/javascript">
|
3 |
+
function check_pass_strength() {
|
4 |
+
var pass1 = jQuery('#<?php echo $pass1_id; ?>').val(), pass2 = jQuery('#<?php echo $pass2_id; ?>').val(), user = jQuery('#<?php if (is_multisite()) echo "user_name"; else echo "user_login"; ?>').val(), strength;
|
5 |
+
|
6 |
+
jQuery('#pass-strength-result').removeClass('short bad good strong');
|
7 |
+
if ( ! pass1 ) {
|
8 |
+
jQuery('#pass-strength-result').html( pwsL10n.empty );
|
9 |
+
return;
|
10 |
+
}
|
11 |
+
|
12 |
+
strength = passwordStrength(pass1, user, pass2);
|
13 |
+
|
14 |
+
switch ( strength ) {
|
15 |
+
case 2:
|
16 |
+
jQuery('#pass-strength-result').addClass('bad').html( pwsL10n['bad'] );
|
17 |
+
break;
|
18 |
+
case 3:
|
19 |
+
jQuery('#pass-strength-result').addClass('good').html( pwsL10n['good'] );
|
20 |
+
break;
|
21 |
+
case 4:
|
22 |
+
jQuery('#pass-strength-result').addClass('strong').html( pwsL10n['strong'] );
|
23 |
+
break;
|
24 |
+
case 5:
|
25 |
+
jQuery('#pass-strength-result').addClass('short').html( pwsL10n['mismatch'] );
|
26 |
+
break;
|
27 |
+
default:
|
28 |
+
jQuery('#pass-strength-result').addClass('short').html( pwsL10n['short'] );
|
29 |
+
}
|
30 |
+
}
|
31 |
+
|
32 |
+
jQuery(document).ready( function() {
|
33 |
+
jQuery('#<?php echo $pass1_id; ?>,').val('').keyup( check_pass_strength );
|
34 |
+
jQuery('#<?php echo $pass2_id; ?>,').val('').keyup( check_pass_strength );
|
35 |
+
jQuery('.color-palette').click(function(){$(this).siblings('input[name=admin_color]').attr('checked', 'checked')});
|
36 |
+
check_pass_strength();
|
37 |
+
});
|
38 |
+
</script>
|
39 |
+
|
40 |
+
<script type='text/javascript'>
|
41 |
+
/* <![CDATA[ */
|
42 |
+
var commonL10n = {
|
43 |
+
warnDelete: "You are about to permanently delete the selected items.\n \'Cancel\' to stop, \'OK\' to delete."
|
44 |
+
};
|
45 |
+
try{convertEntities(commonL10n);}catch(e){};
|
46 |
+
var pwsL10n = {
|
47 |
+
empty: "Strength indicator",
|
48 |
+
short: "Very weak",
|
49 |
+
bad: "Weak",
|
50 |
+
good: "Medium",
|
51 |
+
strong: "Strong",
|
52 |
+
mismatch: "Mismatch"
|
53 |
+
};
|
54 |
+
try{convertEntities(pwsL10n);}catch(e){};
|
55 |
+
/* ]]> */
|
56 |
+
</script>
|
cimy_uef_options.php
CHANGED
@@ -27,6 +27,12 @@ function cimy_save_options() {
|
|
27 |
$options['fieldset_title'] = stripslashes($_POST['fieldset_title']);
|
28 |
$options['fieldset_title'] = substr($options['fieldset_title'], 0, $max_length_fieldset_value);
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
if (isset($_POST['db_wp_fields_check'])) {
|
31 |
switch ($_POST['db_wp_fields']) {
|
32 |
case 'empty':
|
@@ -109,7 +115,21 @@ function cimy_save_options() {
|
|
109 |
|
110 |
$tot_wp_hidden_fields = count($old_wp_hidden_fields);
|
111 |
$action = "add";
|
112 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
if (!isset($results['empty_wp_fields'])) {
|
114 |
if (isset($_POST['show_wp_password'])) {
|
115 |
array_push($options['wp_hidden_fields'], 'password');
|
@@ -122,7 +142,24 @@ function cimy_save_options() {
|
|
122 |
|
123 |
cimy_save_field($action, $wpdb_wp_fields_table, $data);
|
124 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
}
|
|
|
|
|
126 |
|
127 |
if (isset($_POST['show_wp_firstname'])) {
|
128 |
array_push($options['wp_hidden_fields'], 'firstname');
|
@@ -254,8 +291,8 @@ function cimy_save_options() {
|
|
254 |
foreach ($all_wp_fields as $wp_field) {
|
255 |
$f_name = strtolower($wp_field['NAME']);
|
256 |
$f_order = intval($wp_field['F_ORDER']);
|
257 |
-
|
258 |
-
if (!
|
259 |
if (in_array($f_name, $old_wp_hidden_fields)) {
|
260 |
if ($k > (-1)) {
|
261 |
$sql.= " OR ";
|
@@ -314,7 +351,7 @@ function cimy_show_options_notembedded() {
|
|
314 |
}
|
315 |
|
316 |
function cimy_show_options($results, $embedded) {
|
317 |
-
global $wpdb, $wpdb_wp_fields_table, $wpdb_fields_table, $wpdb_data_table, $max_length_fieldset_value, $cimy_uef_name, $cimy_uef_url, $cimy_uef_version, $cimy_uef_domain, $cimy_top_menu, $max_length_extra_fields_title, $cuef_upload_path;
|
318 |
|
319 |
if (!cimy_check_admin('manage_options'))
|
320 |
return;
|
@@ -324,9 +361,23 @@ function cimy_show_options($results, $embedded) {
|
|
324 |
$results = cimy_save_options();
|
325 |
|
326 |
$options = cimy_get_options();
|
|
|
|
|
327 |
|
328 |
if ($options) {
|
329 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
330 |
|
331 |
in_array('username', $options['aue_hidden_fields']) ? $aue_hide_username = ' checked="checked"' : $aue_hide_username = '';
|
332 |
in_array('name', $options['aue_hidden_fields']) ? $aue_hide_name = ' checked="checked"' : $aue_hide_name = '';
|
@@ -336,6 +387,9 @@ function cimy_show_options($results, $embedded) {
|
|
336 |
in_array('role', $options['aue_hidden_fields']) ? $aue_hide_role = ' checked="checked"' : $aue_hide_role = '';
|
337 |
|
338 |
in_array('password', $options['wp_hidden_fields']) ? $show_wp_password = ' checked="checked"' : $show_wp_password = '';
|
|
|
|
|
|
|
339 |
in_array('firstname', $options['wp_hidden_fields']) ? $show_wp_firstname = ' checked="checked"' : $show_wp_firstname = '';
|
340 |
in_array('lastname', $options['wp_hidden_fields']) ? $show_wp_lastname = ' checked="checked"' : $show_wp_lastname = '';
|
341 |
in_array('nickname', $options['wp_hidden_fields']) ? $show_wp_nickname = ' checked="checked"' : $show_wp_nickname = '';
|
@@ -350,7 +404,12 @@ function cimy_show_options($results, $embedded) {
|
|
350 |
else {
|
351 |
$db_options = false;
|
352 |
$options['fieldset_title'] = "";
|
353 |
-
|
|
|
|
|
|
|
|
|
|
|
354 |
$aue_hide_username = '';
|
355 |
$aue_hide_name = '';
|
356 |
$aue_hide_email = '';
|
@@ -359,6 +418,8 @@ function cimy_show_options($results, $embedded) {
|
|
359 |
$aue_hide_role = '';
|
360 |
|
361 |
$show_wp_password = '';
|
|
|
|
|
362 |
$show_wp_firstname = '';
|
363 |
$show_wp_secondname = '';
|
364 |
$show_wp_nickname = '';
|
@@ -412,7 +473,23 @@ function cimy_show_options($results, $embedded) {
|
|
412 |
if (!isset($cimy_top_menu)) {
|
413 |
?> - <a href="#addfield"><?php _e("Add a new Field", $cimy_uef_domain); ?></a> - <a href="#extrafields"><?php _e("Extra Fields", $cimy_uef_domain); ?></a><?php
|
414 |
}
|
415 |
-
?></h2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
416 |
|
417 |
// print successes if there are some
|
418 |
if (count($results) > 0) {
|
@@ -430,7 +507,7 @@ function cimy_show_options($results, $embedded) {
|
|
430 |
<?php
|
431 |
}
|
432 |
|
433 |
-
?><form method="post" action="#options">
|
434 |
<p class="submit" style="border-width: 0px;"><input class="button-primary" type="submit" name="Submit" value="<?php _e('Save Changes') ?>" /></p>
|
435 |
<h3><?php _e("General"); ?></h3>
|
436 |
<table class="form-table">
|
@@ -468,6 +545,60 @@ function cimy_show_options($results, $embedded) {
|
|
468 |
?>
|
469 |
</td>
|
470 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
471 |
</table>
|
472 |
<br />
|
473 |
<h3><?php _e("Database", $cimy_uef_domain); ?></h3>
|
@@ -605,6 +736,14 @@ function cimy_show_options($results, $embedded) {
|
|
605 |
<th scope="row" width="40%"><input type="checkbox" name="show_wp_password" value="1"<?php echo $show_wp_password.$dis_wp_fields; ?> /> <?php _e("Show password", $cimy_uef_domain); ?></th>
|
606 |
<td width="60%"></td>
|
607 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
608 |
<tr>
|
609 |
<th><input type="checkbox" name="show_wp_firstname" value="1"<?php echo $show_wp_firstname.$dis_wp_fields; ?> /> <?php _e("Show first name", $cimy_uef_domain); ?></th>
|
610 |
<td></td>
|
27 |
$options['fieldset_title'] = stripslashes($_POST['fieldset_title']);
|
28 |
$options['fieldset_title'] = substr($options['fieldset_title'], 0, $max_length_fieldset_value);
|
29 |
|
30 |
+
$old_reg_log = $options['registration-logo'];
|
31 |
+
$registration_logo = cimy_manage_upload("registration_logo", "", array(), empty($old_reg_log) ? false : basename($old_reg_log), isset($_POST['registration_logo_del']), "registration-logo");
|
32 |
+
if ((!empty($registration_logo)) || (isset($_POST['registration_logo_del']))) {
|
33 |
+
$options['registration-logo'] = $registration_logo;
|
34 |
+
}
|
35 |
+
|
36 |
if (isset($_POST['db_wp_fields_check'])) {
|
37 |
switch ($_POST['db_wp_fields']) {
|
38 |
case 'empty':
|
115 |
|
116 |
$tot_wp_hidden_fields = count($old_wp_hidden_fields);
|
117 |
$action = "add";
|
118 |
+
|
119 |
+
(isset($_POST['confirm_email'])) ? $options['confirm_email'] = true : $options['confirm_email'] = false;
|
120 |
+
if ($options['confirm_email'])
|
121 |
+
cimy_force_signup_table_creation();
|
122 |
+
(isset($_POST['mail_include_fields'])) ? $options['mail_include_fields'] = true : $options['mail_include_fields'] = false;
|
123 |
+
(isset($_POST['recaptcha'])) ? $options['recaptcha'] = true : $options['recaptcha'] = false;
|
124 |
+
|
125 |
+
if (isset($_POST['recaptcha_public_key'])) {
|
126 |
+
$options['recaptcha_public_key'] = trim($_POST['recaptcha_public_key']);
|
127 |
+
}
|
128 |
+
|
129 |
+
if (isset($_POST['recaptcha_private_key'])) {
|
130 |
+
$options['recaptcha_private_key'] = trim($_POST['recaptcha_private_key']);
|
131 |
+
}
|
132 |
+
|
133 |
if (!isset($results['empty_wp_fields'])) {
|
134 |
if (isset($_POST['show_wp_password'])) {
|
135 |
array_push($options['wp_hidden_fields'], 'password');
|
142 |
|
143 |
cimy_save_field($action, $wpdb_wp_fields_table, $data);
|
144 |
}
|
145 |
+
|
146 |
+
if (isset($_POST['show_wp_password2'])) {
|
147 |
+
array_push($options['wp_hidden_fields'], 'password2');
|
148 |
+
|
149 |
+
if (!in_array("password2", $old_wp_hidden_fields)) {
|
150 |
+
$data = $wp_hidden_fields['password2'];
|
151 |
+
|
152 |
+
$data['num_fields'] = $tot_wp_hidden_fields;
|
153 |
+
$tot_wp_hidden_fields++;
|
154 |
+
|
155 |
+
cimy_save_field($action, $wpdb_wp_fields_table, $data);
|
156 |
+
}
|
157 |
+
}
|
158 |
+
|
159 |
+
(isset($_POST['show_wp_password_meter'])) ? $options['password_meter'] = true : $options['password_meter'] = false;
|
160 |
}
|
161 |
+
else
|
162 |
+
$options['password_meter'] = false;
|
163 |
|
164 |
if (isset($_POST['show_wp_firstname'])) {
|
165 |
array_push($options['wp_hidden_fields'], 'firstname');
|
291 |
foreach ($all_wp_fields as $wp_field) {
|
292 |
$f_name = strtolower($wp_field['NAME']);
|
293 |
$f_order = intval($wp_field['F_ORDER']);
|
294 |
+
|
295 |
+
if (!in_array($f_name, $options['wp_hidden_fields'])) {
|
296 |
if (in_array($f_name, $old_wp_hidden_fields)) {
|
297 |
if ($k > (-1)) {
|
298 |
$sql.= " OR ";
|
351 |
}
|
352 |
|
353 |
function cimy_show_options($results, $embedded) {
|
354 |
+
global $wpdb, $wpdb_wp_fields_table, $wpdb_fields_table, $wpdb_data_table, $max_length_fieldset_value, $cimy_uef_name, $cimy_uef_url, $cimy_project_url, $cimy_uef_version, $cimy_uef_domain, $cimy_top_menu, $max_length_extra_fields_title, $cuef_upload_path;
|
355 |
|
356 |
if (!cimy_check_admin('manage_options'))
|
357 |
return;
|
361 |
$results = cimy_save_options();
|
362 |
|
363 |
$options = cimy_get_options();
|
364 |
+
wp_print_scripts("cimy_uef_upload_file");
|
365 |
+
$warning_msg = $wpdb->escape(__("Please upload an image with one of the following extensions", $cimy_uef_domain));
|
366 |
|
367 |
if ($options) {
|
368 |
+
if ((!is_dir($cuef_upload_path)) && (is_writable(WP_CONTENT_DIR))) {
|
369 |
+
if (defined("FS_CHMOD_DIR"))
|
370 |
+
@mkdir($cuef_upload_path, FS_CHMOD_DIR);
|
371 |
+
else
|
372 |
+
@mkdir($cuef_upload_path, 0777);
|
373 |
+
}
|
374 |
+
|
375 |
+
$options['fieldset_title'] = esc_attr($options['fieldset_title']);
|
376 |
+
$options['mail_include_fields'] ? $mail_include_fields = ' checked="checked"' : $mail_include_fields = '';
|
377 |
+
$options['confirm_email'] ? $confirm_email = ' checked="checked"' : $confirm_email = '';
|
378 |
+
$options['recaptcha'] ? $recaptcha = ' checked="checked"' : $recaptcha = '';
|
379 |
+
isset($options['recaptcha_public_key']) ? $recaptcha_public_key = $options['recaptcha_public_key'] : $recaptcha_public_key = '';
|
380 |
+
isset($options['recaptcha_private_key']) ? $recaptcha_private_key = $options['recaptcha_private_key'] : $recaptcha_private_key = '';
|
381 |
|
382 |
in_array('username', $options['aue_hidden_fields']) ? $aue_hide_username = ' checked="checked"' : $aue_hide_username = '';
|
383 |
in_array('name', $options['aue_hidden_fields']) ? $aue_hide_name = ' checked="checked"' : $aue_hide_name = '';
|
387 |
in_array('role', $options['aue_hidden_fields']) ? $aue_hide_role = ' checked="checked"' : $aue_hide_role = '';
|
388 |
|
389 |
in_array('password', $options['wp_hidden_fields']) ? $show_wp_password = ' checked="checked"' : $show_wp_password = '';
|
390 |
+
in_array('password2', $options['wp_hidden_fields']) ? $show_wp_password2 = ' checked="checked"' : $show_wp_password2 = '';
|
391 |
+
$options['password_meter'] ? $show_wp_password_meter = ' checked="checked"' : $show_wp_password_meter = '';
|
392 |
+
|
393 |
in_array('firstname', $options['wp_hidden_fields']) ? $show_wp_firstname = ' checked="checked"' : $show_wp_firstname = '';
|
394 |
in_array('lastname', $options['wp_hidden_fields']) ? $show_wp_lastname = ' checked="checked"' : $show_wp_lastname = '';
|
395 |
in_array('nickname', $options['wp_hidden_fields']) ? $show_wp_nickname = ' checked="checked"' : $show_wp_nickname = '';
|
404 |
else {
|
405 |
$db_options = false;
|
406 |
$options['fieldset_title'] = "";
|
407 |
+
$mail_include_fields= '';
|
408 |
+
$confirm_email = '';
|
409 |
+
$recaptcha = '';
|
410 |
+
$recaptcha_public_key = '';
|
411 |
+
$recaptcha_private_key = '';
|
412 |
+
|
413 |
$aue_hide_username = '';
|
414 |
$aue_hide_name = '';
|
415 |
$aue_hide_email = '';
|
418 |
$aue_hide_role = '';
|
419 |
|
420 |
$show_wp_password = '';
|
421 |
+
$show_wp_password2 = '';
|
422 |
+
$show_wp_password_meter = '';
|
423 |
$show_wp_firstname = '';
|
424 |
$show_wp_secondname = '';
|
425 |
$show_wp_nickname = '';
|
473 |
if (!isset($cimy_top_menu)) {
|
474 |
?> - <a href="#addfield"><?php _e("Add a new Field", $cimy_uef_domain); ?></a> - <a href="#extrafields"><?php _e("Extra Fields", $cimy_uef_domain); ?></a><?php
|
475 |
}
|
476 |
+
?></h2>
|
477 |
+
<table class="form-table">
|
478 |
+
<tr>
|
479 |
+
<th scope="row" width="40%">
|
480 |
+
<strong><a href="<?php echo $cimy_project_url; ?>"><?php _e("Support the Cimy Project", $cimy_uef_domain); ?></a></strong>
|
481 |
+
</th>
|
482 |
+
<td width="60%">
|
483 |
+
<form style="text-align: left;" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input name="cmd" type="hidden" value="_s-xclick" />
|
484 |
+
<input name="hosted_button_id" type="hidden" value="8774924" />
|
485 |
+
<input alt="PayPal - The safer, easier way to pay online." name="submit" src="https://www.paypal.com/en_US/GB/i/btn/btn_donateCC_LG.gif" type="image" />
|
486 |
+
<img src="https://www.paypal.com/it_IT/i/scr/pixel.gif" border="0" alt="" width="1" height="1" />
|
487 |
+
</form>
|
488 |
+
<?php _e("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!", $cimy_uef_domain); ?>
|
489 |
+
</td>
|
490 |
+
</tr>
|
491 |
+
</table>
|
492 |
+
<?php
|
493 |
|
494 |
// print successes if there are some
|
495 |
if (count($results) > 0) {
|
507 |
<?php
|
508 |
}
|
509 |
|
510 |
+
?><form method="post" action="#options" id="cimy_uef_options">
|
511 |
<p class="submit" style="border-width: 0px;"><input class="button-primary" type="submit" name="Submit" value="<?php _e('Save Changes') ?>" /></p>
|
512 |
<h3><?php _e("General"); ?></h3>
|
513 |
<table class="form-table">
|
545 |
?>
|
546 |
</td>
|
547 |
</tr>
|
548 |
+
<tr>
|
549 |
+
<th scope="row">
|
550 |
+
<input type="checkbox" name="mail_include_fields" value="1"<?php echo $mail_include_fields; ?> />
|
551 |
+
<?php _e("Show all fields in the welcome email", $cimy_uef_domain); ?>
|
552 |
+
</th>
|
553 |
+
<td>
|
554 |
+
<?php
|
555 |
+
_e("the email sent to the admin and to the user upon registration will have all fields", $cimy_uef_domain);
|
556 |
+
?>
|
557 |
+
</td>
|
558 |
+
</tr>
|
559 |
+
<?php if (!is_multisite()) { ?>
|
560 |
+
<tr>
|
561 |
+
<th scope="row">
|
562 |
+
<input type="checkbox" name="confirm_email" value="1"<?php echo $confirm_email; ?> />
|
563 |
+
<?php _e("Enable email confirmation", $cimy_uef_domain); ?>
|
564 |
+
</th>
|
565 |
+
<td>
|
566 |
+
<?php
|
567 |
+
_e("user that registers should confirm its email address via a link click", $cimy_uef_domain);
|
568 |
+
?>
|
569 |
+
</td>
|
570 |
+
</tr>
|
571 |
+
<?php } ?>
|
572 |
+
<tr>
|
573 |
+
<th scope="row">
|
574 |
+
<input type="checkbox" name="recaptcha" value="1"<?php echo $recaptcha; ?> />
|
575 |
+
<?php _e('Enable <a href="http://www.google.com/recaptcha" target="_blank">reCAPTCHA</a>', $cimy_uef_domain); ?></a>
|
576 |
+
</th>
|
577 |
+
<td>
|
578 |
+
<?php
|
579 |
+
_e("Public KEY", $cimy_uef_domain);
|
580 |
+
?>
|
581 |
+
<input type="text" name="recaptcha_public_key" value="<?php echo $recaptcha_public_key; ?>" size="40" /><br />
|
582 |
+
<?php
|
583 |
+
_e("Private KEY", $cimy_uef_domain);
|
584 |
+
?>
|
585 |
+
<input type="text" name="recaptcha_private_key" value="<?php echo $recaptcha_private_key; ?>" size="40" />
|
586 |
+
</td>
|
587 |
+
</tr>
|
588 |
+
<?php if (!is_multisite()) { ?>
|
589 |
+
<tr>
|
590 |
+
<th scope="row"><?php _e("Change login/registration page logo", $cimy_uef_domain); ?></th>
|
591 |
+
<td>
|
592 |
+
<?php if (!empty($options["registration-logo"])) { ?><input type="hidden" name="registration_logo_oldfile" value="<?php echo basename($options["registration-logo"]); ?>" />
|
593 |
+
<?php echo basename($options["registration-logo"]).'<br />'; ?>
|
594 |
+
<input type="checkbox" name="registration_logo_del" value="1" />
|
595 |
+
<?php echo " ".__("Delete the picture", $cimy_uef_domain); ?><br /><br /><?php } ?>
|
596 |
+
|
597 |
+
<input type="file" id="registration_logo" name="registration_logo" onchange="uploadFile('cimy_uef_options', 'registration_logo', '<?php echo $warning_msg; ?>', Array('gif', 'png', 'jpg', 'jpeg', 'tiff'))" />
|
598 |
+
<?php _e("Maximum recommended logo width is 328px, but any height should work.", $cimy_uef_domain);?>
|
599 |
+
</td>
|
600 |
+
</tr>
|
601 |
+
<?php } ?>
|
602 |
</table>
|
603 |
<br />
|
604 |
<h3><?php _e("Database", $cimy_uef_domain); ?></h3>
|
736 |
<th scope="row" width="40%"><input type="checkbox" name="show_wp_password" value="1"<?php echo $show_wp_password.$dis_wp_fields; ?> /> <?php _e("Show password", $cimy_uef_domain); ?></th>
|
737 |
<td width="60%"></td>
|
738 |
</tr>
|
739 |
+
<tr>
|
740 |
+
<th> <input type="checkbox" name="show_wp_password2" value="1"<?php echo $show_wp_password2.$dis_wp_fields; ?> /> <?php _e("Show confirmation password", $cimy_uef_domain); ?></th>
|
741 |
+
<td></td>
|
742 |
+
</tr>
|
743 |
+
<tr>
|
744 |
+
<th> <input type="checkbox" name="show_wp_password_meter" value="1"<?php echo $show_wp_password_meter.$dis_wp_fields; ?> /> <?php _e("Show password strength meter", $cimy_uef_domain); ?></th>
|
745 |
+
<td></td>
|
746 |
+
</tr>
|
747 |
<tr>
|
748 |
<th><input type="checkbox" name="show_wp_firstname" value="1"<?php echo $show_wp_firstname.$dis_wp_fields; ?> /> <?php _e("Show first name", $cimy_uef_domain); ?></th>
|
749 |
<td></td>
|
cimy_uef_profile.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
function cimy_extract_ExtraFields() {
|
4 |
-
global $wpdb, $user_ID, $wpdb_data_table, $start_cimy_uef_comment, $end_cimy_uef_comment, $rule_profile_value, $cimy_uef_options, $rule_maxlen_needed, $fields_name_prefix, $cuef_upload_path, $
|
5 |
|
6 |
// if editing a different user (only admin)
|
7 |
if (isset($_GET['user_id'])) {
|
@@ -16,7 +16,7 @@ function cimy_extract_ExtraFields() {
|
|
16 |
if (!current_user_can('edit_user', $get_user_id))
|
17 |
return;
|
18 |
}
|
19 |
-
//
|
20 |
else {
|
21 |
if (!isset($user_ID))
|
22 |
return;
|
@@ -46,7 +46,7 @@ function cimy_extract_ExtraFields() {
|
|
46 |
cimy_insert_ExtraFields_if_not_exist($get_user_id, $field_id);
|
47 |
}
|
48 |
|
49 |
-
|
50 |
|
51 |
$radio_checked = array();
|
52 |
|
@@ -73,7 +73,7 @@ function cimy_extract_ExtraFields() {
|
|
73 |
$label = $thisField['LABEL'];
|
74 |
$description = $thisField['DESCRIPTION'];
|
75 |
$fieldset = $thisField['FIELDSET'];
|
76 |
-
$input_name = $fields_name_prefix.
|
77 |
|
78 |
// if the current user LOGGED IN has not enough permissions to see the field, skip it
|
79 |
// apply only for EXTRA FIELDS
|
@@ -87,11 +87,11 @@ function cimy_extract_ExtraFields() {
|
|
87 |
continue;
|
88 |
}
|
89 |
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
$old_value = $value;
|
96 |
|
97 |
// if nothing is inserted and field admin default value then assign it
|
@@ -120,7 +120,7 @@ function cimy_extract_ExtraFields() {
|
|
120 |
echo "<tr>";
|
121 |
echo "\n\t";
|
122 |
|
123 |
-
$value =
|
124 |
|
125 |
switch($type) {
|
126 |
case "picture-url":
|
@@ -379,7 +379,7 @@ function cimy_extract_ExtraFields() {
|
|
379 |
|
380 |
$blog_path = $cuef_upload_path;
|
381 |
|
382 |
-
if (($cimy_uef_plugins_dir == "plugins") && (
|
383 |
global $blog_id;
|
384 |
|
385 |
$blog_path .= $blog_id."/";
|
1 |
<?php
|
2 |
|
3 |
function cimy_extract_ExtraFields() {
|
4 |
+
global $wpdb, $user_ID, $wpdb_data_table, $start_cimy_uef_comment, $end_cimy_uef_comment, $rule_profile_value, $cimy_uef_options, $rule_maxlen_needed, $fields_name_prefix, $cuef_upload_path, $cimy_uef_domain, $cuef_plugin_dir, $cimy_uef_file_types, $cimy_uef_textarea_types, $user_level;
|
5 |
|
6 |
// if editing a different user (only admin)
|
7 |
if (isset($_GET['user_id'])) {
|
16 |
if (!current_user_can('edit_user', $get_user_id))
|
17 |
return;
|
18 |
}
|
19 |
+
// editing own profile
|
20 |
else {
|
21 |
if (!isset($user_ID))
|
22 |
return;
|
46 |
cimy_insert_ExtraFields_if_not_exist($get_user_id, $field_id);
|
47 |
}
|
48 |
|
49 |
+
// $ef_db = $wpdb->get_results("SELECT FIELD_ID, VALUE FROM ".$wpdb_data_table." WHERE USER_ID = ".$get_user_id, ARRAY_A);
|
50 |
|
51 |
$radio_checked = array();
|
52 |
|
73 |
$label = $thisField['LABEL'];
|
74 |
$description = $thisField['DESCRIPTION'];
|
75 |
$fieldset = $thisField['FIELDSET'];
|
76 |
+
$input_name = $fields_name_prefix.esc_attr($name);
|
77 |
|
78 |
// if the current user LOGGED IN has not enough permissions to see the field, skip it
|
79 |
// apply only for EXTRA FIELDS
|
87 |
continue;
|
88 |
}
|
89 |
|
90 |
+
// foreach ($ef_db as $d_field) {
|
91 |
+
// if ($d_field['FIELD_ID'] == $field_id)
|
92 |
+
// $value = $d_field['VALUE'];
|
93 |
+
// }
|
94 |
+
$value = $wpdb->get_var($wpdb->prepare("SELECT VALUE FROM ".$wpdb_data_table." WHERE USER_ID=".$get_user_id." AND FIELD_ID=".$field_id));
|
95 |
$old_value = $value;
|
96 |
|
97 |
// if nothing is inserted and field admin default value then assign it
|
120 |
echo "<tr>";
|
121 |
echo "\n\t";
|
122 |
|
123 |
+
$value = esc_attr($value);
|
124 |
|
125 |
switch($type) {
|
126 |
case "picture-url":
|
379 |
|
380 |
$blog_path = $cuef_upload_path;
|
381 |
|
382 |
+
if (($cimy_uef_plugins_dir == "plugins") && (is_multisite())) {
|
383 |
global $blog_id;
|
384 |
|
385 |
$blog_path .= $blog_id."/";
|
cimy_uef_register.php
CHANGED
@@ -7,9 +7,9 @@ function cimy_register_user_extra_hidden_fields_stage2() {
|
|
7 |
|
8 |
foreach ($_POST as $name=>$value) {
|
9 |
if (!(stristr($name, "cimy_uef_")) === FALSE) {
|
10 |
-
echo "\t\t<input type=\"hidden\" name=\"".$name."\" value=\"".
|
11 |
} else if ($name == "blog_id") {
|
12 |
-
echo "\t\t<input type=\"hidden\" name=\"".$name."\" value=\"".
|
13 |
}
|
14 |
}
|
15 |
|
@@ -33,29 +33,35 @@ function cimy_register_user_extra_fields_mu_wrapper($blog_id, $user_id, $passwor
|
|
33 |
cimy_register_user_extra_fields($user_id, $password, $meta);
|
34 |
}
|
35 |
|
36 |
-
function
|
37 |
global $wpdb;
|
38 |
|
39 |
-
if (!
|
40 |
-
|
41 |
-
|
42 |
-
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
|
48 |
-
|
49 |
-
|
50 |
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
|
57 |
-
|
58 |
-
|
|
|
59 |
}
|
60 |
}
|
61 |
}
|
@@ -64,41 +70,6 @@ function cimy_register_mu_overwrite_password($password) {
|
|
64 |
return $password;
|
65 |
}
|
66 |
|
67 |
-
function cimy_switch_to_blog($meta=array()) {
|
68 |
-
global $is_mu, $cimy_uef_plugins_dir;
|
69 |
-
|
70 |
-
if (($is_mu) && ($cimy_uef_plugins_dir == "plugins")) {
|
71 |
-
if (isset($meta["blog_id"]))
|
72 |
-
$mu_blog_id = intval($meta["blog_id"]);
|
73 |
-
else if (isset($_GET["blog_id"]))
|
74 |
-
$mu_blog_id = intval($_GET["blog_id"]);
|
75 |
-
else if (isset($_POST["blog_id"]))
|
76 |
-
$mu_blog_id = intval($_POST["blog_id"]);
|
77 |
-
else
|
78 |
-
$mu_blog_id = 1;
|
79 |
-
|
80 |
-
if (cimy_uef_mu_blog_exists($mu_blog_id)) {
|
81 |
-
if (switch_to_blog($mu_blog_id))
|
82 |
-
cimy_uef_set_tables();
|
83 |
-
else
|
84 |
-
$mu_blog_id = 1;
|
85 |
-
}
|
86 |
-
else
|
87 |
-
$mu_blog_id = 1;
|
88 |
-
}
|
89 |
-
}
|
90 |
-
|
91 |
-
function cimy_switch_current_blog($hidden_field=false) {
|
92 |
-
global $switched, $blog_id;
|
93 |
-
|
94 |
-
if (isset($switched)) {
|
95 |
-
if ($hidden_field)
|
96 |
-
echo "\t<input type=\"hidden\" name=\"blog_id\" value=\"".$blog_id."\" />\n";
|
97 |
-
|
98 |
-
//restore_current_blog();
|
99 |
-
}
|
100 |
-
}
|
101 |
-
|
102 |
function cimy_register_user_extra_fields($user_id, $password="", $meta=array()) {
|
103 |
global $wpdb_data_table, $wpdb, $max_length_value, $fields_name_prefix, $wp_fields_name_prefix, $wp_hidden_fields, $cimy_uef_file_types, $user_level;
|
104 |
|
@@ -113,9 +84,22 @@ function cimy_register_user_extra_fields($user_id, $password="", $meta=array())
|
|
113 |
if (!isset($user_level))
|
114 |
$user_level = -1;
|
115 |
|
|
|
116 |
$extra_fields = get_cimyFields(false, true);
|
117 |
$wp_fields = get_cimyFields(true);
|
118 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
119 |
$i = 1;
|
120 |
|
121 |
// do first for the WP fields then for EXTRA fields
|
@@ -185,7 +169,9 @@ function cimy_register_user_extra_fields($user_id, $password="", $meta=array())
|
|
185 |
|
186 |
$data = $wpdb->escape($data);
|
187 |
|
188 |
-
if (
|
|
|
|
|
189 |
$sql = "INSERT INTO ".$wpdb_data_table." SET USER_ID = ".$user_id.", FIELD_ID=".$field_id.", ";
|
190 |
|
191 |
switch ($type) {
|
@@ -230,6 +216,28 @@ function cimy_register_user_extra_fields($user_id, $password="", $meta=array())
|
|
230 |
}
|
231 |
}
|
232 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
233 |
cimy_switch_current_blog(true);
|
234 |
}
|
235 |
|
@@ -255,7 +263,12 @@ function cimy_registration_check($user_login, $user_email, $errors) {
|
|
255 |
global $wpdb, $rule_canbeempty, $rule_email, $rule_maxlen, $fields_name_prefix, $wp_fields_name_prefix, $rule_equalto_case_sensitive, $apply_equalto_rule, $cimy_uef_domain, $cimy_uef_file_types, $rule_equalto_regex, $user_level;
|
256 |
|
257 |
// cimy_switch_to_blog();
|
|
|
258 |
|
|
|
|
|
|
|
|
|
259 |
// avoid to save stuff if user is being added from: /wp-admin/user-new.php
|
260 |
if ($_POST["action"] == "adduser")
|
261 |
return $errors;
|
@@ -314,7 +327,33 @@ function cimy_registration_check($user_login, $user_email, $errors) {
|
|
314 |
continue;
|
315 |
}
|
316 |
}
|
317 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
318 |
if (isset($_POST[$input_name])) {
|
319 |
if ($type == "dropdown-multi")
|
320 |
$value = stripslashes(implode(",", $_POST[$input_name]));
|
@@ -350,6 +389,11 @@ function cimy_registration_check($user_login, $user_email, $errors) {
|
|
350 |
|
351 |
// if the flag can be empty is NOT set OR the field is not empty then other check can be useful, otherwise skip all
|
352 |
if ((!$rules['can_be_empty']) || ($value != "")) {
|
|
|
|
|
|
|
|
|
|
|
353 |
if (($rules['email']) && (in_array($type, $rule_email))) {
|
354 |
if (!is_email($value))
|
355 |
$errors->add($unique_id, '<strong>'.__("ERROR", $cimy_uef_domain).'</strong>: '.$label.' '.__('hasn’t a correct email syntax.', $cimy_uef_domain));
|
@@ -467,13 +511,32 @@ function cimy_registration_check($user_login, $user_email, $errors) {
|
|
467 |
}
|
468 |
}
|
469 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
470 |
cimy_switch_current_blog();
|
471 |
|
472 |
return $errors;
|
473 |
}
|
474 |
|
475 |
function cimy_registration_form($errors=null, $show_type=0) {
|
476 |
-
global $wpdb, $start_cimy_uef_comment, $end_cimy_uef_comment, $rule_maxlen_needed, $fields_name_prefix, $wp_fields_name_prefix, $
|
477 |
|
478 |
// cimy_switch_to_blog();
|
479 |
|
@@ -486,18 +549,10 @@ function cimy_registration_form($errors=null, $show_type=0) {
|
|
486 |
$extra_fields = get_cimyFields(false, true);
|
487 |
$wp_fields = get_cimyFields(true);
|
488 |
|
489 |
-
if (
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
$input_class = "cimy_uef_input_27";
|
494 |
-
}
|
495 |
-
else {
|
496 |
-
if ($is_mu)
|
497 |
-
$input_class = "cimy_uef_input_mu";
|
498 |
-
else
|
499 |
-
$input_class = "cimy_uef_input";
|
500 |
-
}
|
501 |
|
502 |
$options = cimy_get_options();
|
503 |
|
@@ -541,7 +596,7 @@ function cimy_registration_form($errors=null, $show_type=0) {
|
|
541 |
$label = $thisField['LABEL'];
|
542 |
$description = $thisField['DESCRIPTION'];
|
543 |
$fieldset = $thisField['FIELDSET'];
|
544 |
-
$input_name = $prefix.
|
545 |
$post_input_name = $prefix.$wpdb->escape($name);
|
546 |
$maxlen = 0;
|
547 |
$unique_id = $prefix.$field_id;
|
@@ -611,7 +666,7 @@ function cimy_registration_form($errors=null, $show_type=0) {
|
|
611 |
else
|
612 |
$value = "";
|
613 |
|
614 |
-
$value =
|
615 |
|
616 |
if (($fieldset > $current_fieldset) && (isset($fieldset_titles[$fieldset])) && ($i != 1)) {
|
617 |
$current_fieldset = $fieldset;
|
@@ -784,7 +839,7 @@ function cimy_registration_form($errors=null, $show_type=0) {
|
|
784 |
$obj_id = ' id="'.$unique_id.'"';
|
785 |
|
786 |
// tabindex not used in MU, dropping...
|
787 |
-
if (
|
788 |
$obj_tabindex = "";
|
789 |
else {
|
790 |
$obj_tabindex = ' tabindex="'.strval($tabindex).'"';
|
@@ -817,7 +872,7 @@ function cimy_registration_form($errors=null, $show_type=0) {
|
|
817 |
if (($type != "radio") && ($type != "checkbox"))
|
818 |
echo $obj_label;
|
819 |
|
820 |
-
if (
|
821 |
if ( $errmsg = $errors->get_error_message($unique_id) ) {
|
822 |
echo '<p class="error">'.$errmsg.'</p>';
|
823 |
}
|
@@ -826,12 +881,23 @@ function cimy_registration_form($errors=null, $show_type=0) {
|
|
826 |
// write to the html the form object built
|
827 |
echo $form_object;
|
828 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
829 |
if (!(($type != "radio") && ($type != "checkbox")))
|
830 |
echo $obj_label;
|
831 |
|
832 |
echo "\n\t</p>\n";
|
833 |
|
834 |
-
if ((
|
835 |
echo "\t<br />\n";
|
836 |
}
|
837 |
|
@@ -844,6 +910,38 @@ function cimy_registration_form($errors=null, $show_type=0) {
|
|
844 |
require_once($cuef_plugin_dir.'/cimy_uef_init_mce.php');
|
845 |
}
|
846 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
847 |
if ($upload_file_function)
|
848 |
wp_print_scripts("cimy_uef_upload_file");
|
849 |
|
7 |
|
8 |
foreach ($_POST as $name=>$value) {
|
9 |
if (!(stristr($name, "cimy_uef_")) === FALSE) {
|
10 |
+
echo "\t\t<input type=\"hidden\" name=\"".$name."\" value=\"".esc_attr($value)."\" />\n";
|
11 |
} else if ($name == "blog_id") {
|
12 |
+
echo "\t\t<input type=\"hidden\" name=\"".$name."\" value=\"".esc_attr($value)."\" />\n";
|
13 |
}
|
14 |
}
|
15 |
|
33 |
cimy_register_user_extra_fields($user_id, $password, $meta);
|
34 |
}
|
35 |
|
36 |
+
function cimy_register_overwrite_password($password) {
|
37 |
global $wpdb;
|
38 |
|
39 |
+
if (!is_multisite()) {
|
40 |
+
if (isset($_POST["cimy_uef_wp_PASSWORD"]))
|
41 |
+
$password = $_POST["cimy_uef_wp_PASSWORD"];
|
42 |
+
}
|
43 |
+
else {
|
44 |
+
if (!empty($_GET['key']))
|
45 |
+
$key = $_GET['key'];
|
46 |
+
else
|
47 |
+
$key = $_POST['key'];
|
48 |
|
49 |
+
if (!empty($key)) {
|
50 |
+
// seems useless since this code cannot be reached with a bad key anyway you never know
|
51 |
+
$key = $wpdb->escape($key);
|
52 |
|
53 |
+
$sql = "SELECT active, meta FROM ".$wpdb->signups." WHERE activation_key='".$key."'";
|
54 |
+
$data = $wpdb->get_results($sql);
|
55 |
|
56 |
+
// is there something?
|
57 |
+
if (isset($data[0])) {
|
58 |
+
// if not already active
|
59 |
+
if (!$data[0]->active) {
|
60 |
+
$meta = unserialize($data[0]->meta);
|
61 |
|
62 |
+
if (!empty($meta["cimy_uef_wp_PASSWORD"])) {
|
63 |
+
$password = $meta["cimy_uef_wp_PASSWORD"];
|
64 |
+
}
|
65 |
}
|
66 |
}
|
67 |
}
|
70 |
return $password;
|
71 |
}
|
72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
function cimy_register_user_extra_fields($user_id, $password="", $meta=array()) {
|
74 |
global $wpdb_data_table, $wpdb, $max_length_value, $fields_name_prefix, $wp_fields_name_prefix, $wp_hidden_fields, $cimy_uef_file_types, $user_level;
|
75 |
|
84 |
if (!isset($user_level))
|
85 |
$user_level = -1;
|
86 |
|
87 |
+
$options = cimy_get_options();
|
88 |
$extra_fields = get_cimyFields(false, true);
|
89 |
$wp_fields = get_cimyFields(true);
|
90 |
|
91 |
+
$user_signups = false;
|
92 |
+
if ((!is_multisite()) && ($options["confirm_email"]) && (empty($meta)))
|
93 |
+
$user_signups = true;
|
94 |
+
|
95 |
+
// ok ok this is yet another call from wp_create_user function under cimy_uef_activate_signup, we are not yet ready for this, aboooort!
|
96 |
+
if ($user_signups) {
|
97 |
+
$user = new WP_User((int) $user_id);
|
98 |
+
$signup = $wpdb->get_row($wpdb->prepare("SELECT * FROM ".$wpdb->prefix."signups WHERE user_login = %s AND active = 0", $user->user_login));
|
99 |
+
if (!empty($signup))
|
100 |
+
return;
|
101 |
+
}
|
102 |
+
|
103 |
$i = 1;
|
104 |
|
105 |
// do first for the WP fields then for EXTRA fields
|
169 |
|
170 |
$data = $wpdb->escape($data);
|
171 |
|
172 |
+
if ($user_signups)
|
173 |
+
$meta[$input_name] = $data;
|
174 |
+
else if (!$are_wp_fields) {
|
175 |
$sql = "INSERT INTO ".$wpdb_data_table." SET USER_ID = ".$user_id.", FIELD_ID=".$field_id.", ";
|
176 |
|
177 |
switch ($type) {
|
216 |
}
|
217 |
}
|
218 |
|
219 |
+
if ($user_signups) {
|
220 |
+
$sql = $wpdb->prepare("SELECT * FROM $wpdb->users WHERE ID=$user_id");
|
221 |
+
$saved_user = array_shift($wpdb->get_results($sql));
|
222 |
+
$key = substr( md5( time() . rand() . $saved_user->user_email ), 0, 16 );
|
223 |
+
|
224 |
+
$wpdb->insert($wpdb->prefix."signups", array(
|
225 |
+
'user_login' => $saved_user->user_login,
|
226 |
+
'user_email' => $saved_user->user_email,
|
227 |
+
'registered' => $saved_user->user_registered,
|
228 |
+
'active' => '0',
|
229 |
+
'activation_key' => $key,
|
230 |
+
'meta' => serialize($meta),
|
231 |
+
));
|
232 |
+
$sql = $wpdb->prepare("DELETE FROM $wpdb->users WHERE ID=$user_id");
|
233 |
+
$wpdb->query($sql);
|
234 |
+
|
235 |
+
$sql = $wpdb->prepare("DELETE FROM $wpdb->usermeta WHERE user_id=$user_id");
|
236 |
+
$wpdb->query($sql);
|
237 |
+
|
238 |
+
cimy_signup_user_notification($saved_user->user_login, $saved_user->user_email, $key, serialize($meta));
|
239 |
+
}
|
240 |
+
|
241 |
cimy_switch_current_blog(true);
|
242 |
}
|
243 |
|
263 |
global $wpdb, $rule_canbeempty, $rule_email, $rule_maxlen, $fields_name_prefix, $wp_fields_name_prefix, $rule_equalto_case_sensitive, $apply_equalto_rule, $cimy_uef_domain, $cimy_uef_file_types, $rule_equalto_regex, $user_level;
|
264 |
|
265 |
// cimy_switch_to_blog();
|
266 |
+
$options = cimy_get_options();
|
267 |
|
268 |
+
// code for confirmation email check
|
269 |
+
if ((!is_multisite()) && ($options["confirm_email"])) {
|
270 |
+
$errors = cimy_check_user_on_signups($errors, $user_login, $user_email);
|
271 |
+
}
|
272 |
// avoid to save stuff if user is being added from: /wp-admin/user-new.php
|
273 |
if ($_POST["action"] == "adduser")
|
274 |
return $errors;
|
327 |
continue;
|
328 |
}
|
329 |
}
|
330 |
+
|
331 |
+
if ($_POST["from"] == "profile") {
|
332 |
+
// if editing a different user (only admin)
|
333 |
+
if (isset($_GET['user_id']))
|
334 |
+
$get_user_id = $_GET['user_id'];
|
335 |
+
else if (isset($_POST['user_id']))
|
336 |
+
$get_user_id = $_POST['user_id'];
|
337 |
+
// editing own profile
|
338 |
+
else
|
339 |
+
$get_user_id = $user_ID;
|
340 |
+
|
341 |
+
if (!empty($get_user_id)) {
|
342 |
+
global $wpdb_data_table;
|
343 |
+
$get_user_id = intval($get_user_id);
|
344 |
+
|
345 |
+
// we need the freaking old value
|
346 |
+
$old_value = $wpdb->get_var($wpdb->prepare("SELECT VALUE FROM ".$wpdb_data_table." WHERE USER_ID=".$get_user_id." AND FIELD_ID=".$field_id));
|
347 |
+
|
348 |
+
// Hey, no need to check for rules if anyway I can't edit due to low permissions, neeeext!
|
349 |
+
if ((($old_value != "") && ($rules['edit'] == 'edit_only_if_empty'))
|
350 |
+
|| (($old_value != "") && (!current_user_can('edit_users')) && ($rules['edit'] == 'edit_only_by_admin_or_if_empty'))
|
351 |
+
|| ($rules['edit'] == 'no_edit')
|
352 |
+
|| (($rules['edit'] == 'edit_only_by_admin') && (!current_user_can('edit_users'))))
|
353 |
+
continue;
|
354 |
+
}
|
355 |
+
}
|
356 |
+
|
357 |
if (isset($_POST[$input_name])) {
|
358 |
if ($type == "dropdown-multi")
|
359 |
$value = stripslashes(implode(",", $_POST[$input_name]));
|
389 |
|
390 |
// if the flag can be empty is NOT set OR the field is not empty then other check can be useful, otherwise skip all
|
391 |
if ((!$rules['can_be_empty']) || ($value != "")) {
|
392 |
+
// yea $i should be == 1 but ++ already so == 2 :)
|
393 |
+
if (($i == 2) && ($input_name == ($prefix."PASSWORD2"))) {
|
394 |
+
if ($value != $_POST[$prefix."PASSWORD"])
|
395 |
+
$errors->add($unique_id, '<strong>'.__("ERROR", $cimy_uef_domain).'</strong>: '.$label.' '.__('does not match.', $cimy_uef_domain));
|
396 |
+
}
|
397 |
if (($rules['email']) && (in_array($type, $rule_email))) {
|
398 |
if (!is_email($value))
|
399 |
$errors->add($unique_id, '<strong>'.__("ERROR", $cimy_uef_domain).'</strong>: '.$label.' '.__('hasn’t a correct email syntax.', $cimy_uef_domain));
|
511 |
}
|
512 |
}
|
513 |
|
514 |
+
if (isset($_POST["recaptcha_response_field"])) {
|
515 |
+
$recaptcha_code_ok = false;
|
516 |
+
|
517 |
+
if ($_POST["recaptcha_response_field"]) {
|
518 |
+
global $cuef_plugin_dir;
|
519 |
+
require_once($cuef_plugin_dir.'/recaptcha/recaptchalib.php');
|
520 |
+
|
521 |
+
$recaptcha_resp = recaptcha_check_answer($options["recaptcha_private_key"],
|
522 |
+
$_SERVER["REMOTE_ADDR"],
|
523 |
+
$_POST["recaptcha_challenge_field"],
|
524 |
+
$_POST["recaptcha_response_field"]);
|
525 |
+
|
526 |
+
$recaptcha_code_ok = $recaptcha_resp->is_valid;
|
527 |
+
}
|
528 |
+
|
529 |
+
if (!$recaptcha_code_ok)
|
530 |
+
$errors->add("recaptcha_code", '<strong>'.__("ERROR", $cimy_uef_domain).'</strong>: '.__('Typed code is not correct.', $cimy_uef_domain));
|
531 |
+
}
|
532 |
+
|
533 |
cimy_switch_current_blog();
|
534 |
|
535 |
return $errors;
|
536 |
}
|
537 |
|
538 |
function cimy_registration_form($errors=null, $show_type=0) {
|
539 |
+
global $wpdb, $start_cimy_uef_comment, $end_cimy_uef_comment, $rule_maxlen_needed, $fields_name_prefix, $wp_fields_name_prefix, $cuef_plugin_dir, $cimy_uef_file_types, $cimy_uef_textarea_types, $user_level, $cimy_uef_domain;
|
540 |
|
541 |
// cimy_switch_to_blog();
|
542 |
|
549 |
$extra_fields = get_cimyFields(false, true);
|
550 |
$wp_fields = get_cimyFields(true);
|
551 |
|
552 |
+
if (is_multisite())
|
553 |
+
$input_class = "cimy_uef_input_mu";
|
554 |
+
else
|
555 |
+
$input_class = "cimy_uef_input_27";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
556 |
|
557 |
$options = cimy_get_options();
|
558 |
|
596 |
$label = $thisField['LABEL'];
|
597 |
$description = $thisField['DESCRIPTION'];
|
598 |
$fieldset = $thisField['FIELDSET'];
|
599 |
+
$input_name = $prefix.esc_attr($name);
|
600 |
$post_input_name = $prefix.$wpdb->escape($name);
|
601 |
$maxlen = 0;
|
602 |
$unique_id = $prefix.$field_id;
|
666 |
else
|
667 |
$value = "";
|
668 |
|
669 |
+
$value = esc_attr($value);
|
670 |
|
671 |
if (($fieldset > $current_fieldset) && (isset($fieldset_titles[$fieldset])) && ($i != 1)) {
|
672 |
$current_fieldset = $fieldset;
|
839 |
$obj_id = ' id="'.$unique_id.'"';
|
840 |
|
841 |
// tabindex not used in MU, dropping...
|
842 |
+
if (is_multisite())
|
843 |
$obj_tabindex = "";
|
844 |
else {
|
845 |
$obj_tabindex = ' tabindex="'.strval($tabindex).'"';
|
872 |
if (($type != "radio") && ($type != "checkbox"))
|
873 |
echo $obj_label;
|
874 |
|
875 |
+
if (is_multisite()) {
|
876 |
if ( $errmsg = $errors->get_error_message($unique_id) ) {
|
877 |
echo '<p class="error">'.$errmsg.'</p>';
|
878 |
}
|
881 |
// write to the html the form object built
|
882 |
echo $form_object;
|
883 |
|
884 |
+
if (($i == 1) && ($options['password_meter'])) {
|
885 |
+
if ($input_name == ($prefix."PASSWORD"))
|
886 |
+
$pass1_id = $unique_id;
|
887 |
+
|
888 |
+
if ($input_name == ($prefix."PASSWORD2")) {
|
889 |
+
echo "\n\t\t<div id=\"pass-strength-result\">".__('Strength indicator')."</div>";
|
890 |
+
echo "\n\t\t<p class=\"description indicator-hint\">".__('Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! \" ? $ % ^ & ).')."</p><br />";
|
891 |
+
$pass2_id = $unique_id;
|
892 |
+
}
|
893 |
+
}
|
894 |
+
|
895 |
if (!(($type != "radio") && ($type != "checkbox")))
|
896 |
echo $obj_label;
|
897 |
|
898 |
echo "\n\t</p>\n";
|
899 |
|
900 |
+
if (($type == "textarea-rich") || (in_array($type, $cimy_uef_file_types)))
|
901 |
echo "\t<br />\n";
|
902 |
}
|
903 |
|
910 |
require_once($cuef_plugin_dir.'/cimy_uef_init_mce.php');
|
911 |
}
|
912 |
|
913 |
+
if ($options['password_meter']) {
|
914 |
+
?>
|
915 |
+
<script type='text/javascript' src='<?php trailingslashit(get_option('siteurl'));?>wp-includes/js/jquery/jquery.js?ver=1.2.3'></script>
|
916 |
+
<?php
|
917 |
+
require_once($cuef_plugin_dir.'/cimy_uef_init_strength_meter.php');
|
918 |
+
}
|
919 |
+
|
920 |
+
if (($options['recaptcha']) && (!empty($options['recaptcha_public_key'])) && (!empty($options['recaptcha_private_key']))) {
|
921 |
+
require_once($cuef_plugin_dir.'/recaptcha/recaptchalib.php');
|
922 |
+
|
923 |
+
?>
|
924 |
+
<script type='text/javascript'>
|
925 |
+
var RecaptchaOptions = {
|
926 |
+
lang: '<?php echo substr(get_locale(), 0, 2); ?>',
|
927 |
+
tabindex : <?php echo strval($tabindex); ?>
|
928 |
+
};
|
929 |
+
</script>
|
930 |
+
<?php
|
931 |
+
$tabindex++;
|
932 |
+
|
933 |
+
// no need if Tiny MCE is present already
|
934 |
+
if ($tiny_mce_objects == "") {
|
935 |
+
?>
|
936 |
+
<script type='text/javascript'>
|
937 |
+
var login_div = document.getElementById("login");
|
938 |
+
login_div.style.width = "375px";
|
939 |
+
</script>
|
940 |
+
<?php
|
941 |
+
}
|
942 |
+
echo recaptcha_get_html($options['recaptcha_public_key']);
|
943 |
+
}
|
944 |
+
|
945 |
if ($upload_file_function)
|
946 |
wp_print_scripts("cimy_uef_upload_file");
|
947 |
|
cimy_user_extra_fields.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Cimy User Extra Fields
|
4 |
Plugin URI: http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/
|
5 |
Plugin Description: Add some useful fields to registration and user's info
|
6 |
-
Version:
|
7 |
Author: Marco Cimmino
|
8 |
Author URI: mailto:cimmino.marco@gmail.com
|
9 |
*/
|
@@ -36,53 +36,29 @@ The full copy of the GNU General Public License is available here: http://www.gn
|
|
36 |
*/
|
37 |
|
38 |
// added for WordPress >=2.5 compatibility
|
39 |
-
global $wpdb, $old_wpdb_data_table, $wpdb_data_table, $old_wpdb_fields_table, $wpdb_fields_table, $wpdb_wp_fields_table, $cimy_uef_options, $cimy_uef_version, $
|
40 |
|
41 |
function cimy_uef_set_tables() {
|
42 |
-
global $wpdb, $old_wpdb_data_table, $wpdb_data_table, $old_wpdb_fields_table, $wpdb_fields_table, $wpdb_wp_fields_table, $cimy_uef_options, $cimy_uef_version, $
|
43 |
-
|
44 |
-
if (isset($wpmu_version)) {
|
45 |
-
$is_mu = true;
|
46 |
|
|
|
47 |
$cimy_uef_plugins_dir = __FILE__;
|
48 |
-
if (!stristr($cimy_uef_plugins_dir, "mu-plugins") === false)
|
49 |
$cimy_uef_plugins_dir = "mu-plugins";
|
50 |
-
|
51 |
-
$wpdb_fields_table = $wpmuBaseTablePrefix."cimy_uef_fields";
|
52 |
-
$wpdb_wp_fields_table = $wpmuBaseTablePrefix."cimy_uef_wp_fields";
|
53 |
-
}
|
54 |
-
else {
|
55 |
$cimy_uef_plugins_dir = "plugins";
|
56 |
-
$wpdb_data_table = $wpdb->prefix."cimy_uef_data";
|
57 |
-
$wpdb_fields_table = $wpdb->prefix."cimy_uef_fields";
|
58 |
-
$wpdb_wp_fields_table = $wpdb->prefix."cimy_uef_wp_fields";
|
59 |
-
}
|
60 |
-
|
61 |
-
$old_wpdb_data_table = $wpmuBaseTablePrefix."cimy_data";
|
62 |
-
$old_wpdb_fields_table = $wpmuBaseTablePrefix."cimy_fields";
|
63 |
}
|
64 |
-
else {
|
65 |
-
$is_mu = false;
|
66 |
-
$cimy_uef_plugins_dir = "plugins";
|
67 |
|
68 |
-
|
69 |
-
|
70 |
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
}
|
75 |
}
|
76 |
|
77 |
cimy_uef_set_tables();
|
78 |
|
79 |
-
if (version_compare($wp_version, "2.6.9999", ">") === true) {
|
80 |
-
$wp_27 = true;
|
81 |
-
}
|
82 |
-
else {
|
83 |
-
$wp_27 = false;
|
84 |
-
}
|
85 |
-
|
86 |
$cimy_uef_options = "cimy_uef_options";
|
87 |
$cimy_uef_options_descr = "Cimy User Extra Fields options are stored here and modified only by admin";
|
88 |
|
@@ -161,7 +137,7 @@ $cuef_plugin_path = plugin_basename(dirname(__FILE__))."/";
|
|
161 |
$cuef_upload_path = WP_CONTENT_DIR."/Cimy_User_Extra_Fields/";
|
162 |
$cuef_upload_webpath = WP_CONTENT_URL."/Cimy_User_Extra_Fields/";
|
163 |
|
164 |
-
if (
|
165 |
$cuef_plugin_path = "Cimy_User_Extra_Fields/";
|
166 |
$cuef_plugin_dir = WP_CONTENT_DIR."/".$cimy_uef_plugins_dir."/";
|
167 |
|
@@ -169,13 +145,11 @@ if ($is_mu) {
|
|
169 |
$cuef_plugin_path = "cimy-user-extra-fields/";
|
170 |
|
171 |
$cuef_plugin_dir.= $cuef_plugin_path;
|
172 |
-
$cuef_langs_setup_dir = MUPLUGINDIR.'/'.$cuef_plugin_path.'langs';
|
173 |
$cuef_css_webpath = WP_CONTENT_URL."/".$cimy_uef_plugins_dir."/".$cuef_plugin_path."css/";
|
174 |
$cuef_js_webpath = WP_CONTENT_URL."/".$cimy_uef_plugins_dir."/".$cuef_plugin_path."js/";
|
175 |
}
|
176 |
else {
|
177 |
$cuef_plugin_dir = WP_CONTENT_DIR."/plugins/".$cuef_plugin_path;
|
178 |
-
$cuef_langs_setup_dir = PLUGINDIR.'/'.$cuef_plugin_path.'langs';
|
179 |
$cuef_css_webpath = WP_CONTENT_URL."/plugins/".$cuef_plugin_path."css/";
|
180 |
$cuef_js_webpath = WP_CONTENT_URL."/plugins/".$cuef_plugin_path."js/";
|
181 |
}
|
@@ -184,6 +158,7 @@ wp_register_script("cimy_uef_upload_file", $cuef_js_webpath."upload_file.js", fa
|
|
184 |
wp_register_script("cimy_uef_invert_sel", $cuef_js_webpath."invert_sel.js", false, false);
|
185 |
wp_register_style("cimy_uef_register", $cuef_css_webpath."cimy_uef_register.css", false, false);
|
186 |
|
|
|
187 |
require_once($cuef_plugin_dir.'/cimy_uef_db.php');
|
188 |
require_once($cuef_plugin_dir.'/cimy_uef_register.php');
|
189 |
require_once($cuef_plugin_dir.'/cimy_uef_profile.php');
|
@@ -192,8 +167,9 @@ require_once($cuef_plugin_dir.'/cimy_uef_options.php');
|
|
192 |
require_once($cuef_plugin_dir.'/cimy_uef_admin.php');
|
193 |
|
194 |
$cimy_uef_name = "Cimy User Extra Fields";
|
195 |
-
$cimy_uef_version = "
|
196 |
$cimy_uef_url = "http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/";
|
|
|
197 |
|
198 |
$start_cimy_uef_comment = "<!--\n";
|
199 |
$start_cimy_uef_comment .= "\tStart code from ".$cimy_uef_name." ".$cimy_uef_version."\n";
|
@@ -209,7 +185,7 @@ $cimy_uef_domain = 'cimy_uef';
|
|
209 |
$cimy_uef_i18n_is_setup = false;
|
210 |
cimy_uef_i18n_setup();
|
211 |
|
212 |
-
if (
|
213 |
$wp_password_description = "";
|
214 |
else
|
215 |
$wp_password_description = __('<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!', $cimy_uef_domain);
|
@@ -235,6 +211,26 @@ $wp_hidden_fields = array(
|
|
235 |
'show_level' => -1,
|
236 |
),
|
237 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
238 |
'firstname' => array(
|
239 |
'name' => "FIRSTNAME",
|
240 |
'post_name' => "first_name",
|
@@ -397,12 +393,6 @@ $wp_hidden_fields = array(
|
|
397 |
),
|
398 |
);
|
399 |
|
400 |
-
// strong illegal charset
|
401 |
-
//$strong_illegal_chars = "/(\%27)|(\/)|(\\\)|(\[)|(\])|(\')|(\")|(\<)|(\>)|(\-\-)|(\%23)|(\#)/ix";
|
402 |
-
|
403 |
-
// light illegal charset
|
404 |
-
//$light_illegal_chars = "/(\%27)|(\/)|(\\\)|(\[)|(\])|(\-\-)|(\%23)|(\#)/ix";
|
405 |
-
|
406 |
// all available types
|
407 |
$available_types = array("text", "textarea", "textarea-rich", "password", "checkbox", "radio", "dropdown", "dropdown-multi", "picture", "picture-url", "registration-date", "avatar", "file");
|
408 |
|
@@ -453,7 +443,7 @@ $fields_name_prefix = "cimy_uef_";
|
|
453 |
$wp_fields_name_prefix = "cimy_uef_wp_";
|
454 |
|
455 |
// added for WordPress MU support
|
456 |
-
if (
|
457 |
// add action to delete all files/images when deleting a blog
|
458 |
add_action('delete_blog', 'cimy_delete_blog_info', 10, 2);
|
459 |
|
@@ -490,15 +480,16 @@ if ($is_mu) {
|
|
490 |
// add update engine for extra fields to user's registration (user and blog)
|
491 |
add_action('wpmu_activate_blog', 'cimy_register_user_extra_fields_mu_wrapper', 10, 5);
|
492 |
|
493 |
-
//
|
494 |
-
add_filter('
|
|
|
495 |
|
496 |
-
//
|
497 |
-
|
|
|
498 |
|
499 |
-
// add filter for welcome email for new users, changing password if we have a new one
|
500 |
-
//add_filter('update_welcome_user_email', 'cimy_register_user_welcome_email', 10, 4);
|
501 |
}
|
|
|
502 |
else {
|
503 |
// add checks for extra fields in the registration form
|
504 |
add_action('register_post', 'cimy_registration_check', 10, 3);
|
@@ -509,6 +500,12 @@ else {
|
|
509 |
// add custom login/registration css
|
510 |
add_action('login_head', 'cimy_uef_register_css');
|
511 |
|
|
|
|
|
|
|
|
|
|
|
|
|
512 |
// add update engine for extra fields to user's registration
|
513 |
add_action('user_register', 'cimy_register_user_extra_fields');
|
514 |
}
|
@@ -524,6 +521,9 @@ function cimy_change_signup_location($url) {
|
|
524 |
return "http://" . $current_site->domain . $current_site->path . "wp-signup.php".$attribute;
|
525 |
}
|
526 |
|
|
|
|
|
|
|
527 |
// add checks for extra fields in the profile form
|
528 |
add_action('user_profile_update_errors', 'cimy_profile_check_wrapper', 10, 3);
|
529 |
|
@@ -557,6 +557,9 @@ function cimy_uef_avatar_filter($avatar, $id_or_email, $size, $default, $alt="")
|
|
557 |
$sql = "SELECT ID,VALUE FROM $wpdb_fields_table WHERE TYPE='avatar' LIMIT 1";
|
558 |
$res = $wpdb->get_results($sql);
|
559 |
|
|
|
|
|
|
|
560 |
$field_id = $res[0]->ID;
|
561 |
$overwrite_default = $res[0]->VALUE;
|
562 |
|
@@ -618,7 +621,7 @@ function cimy_uef_avatar_filter($avatar, $id_or_email, $size, $default, $alt="")
|
|
618 |
if ( false === $alt)
|
619 |
$safe_alt = '';
|
620 |
else
|
621 |
-
$safe_alt =
|
622 |
|
623 |
// max $size allowed is 512
|
624 |
if (isset($value)) {
|
@@ -650,70 +653,102 @@ function cimy_uef_register_css() {
|
|
650 |
wp_print_styles("cimy_uef_register");
|
651 |
}
|
652 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
653 |
function cimy_uef_i18n_setup() {
|
654 |
-
global $
|
655 |
|
656 |
if ($cimy_uef_i18n_is_setup)
|
657 |
return;
|
658 |
|
659 |
-
//
|
660 |
-
if (
|
661 |
-
load_plugin_textdomain($cimy_uef_domain,
|
662 |
else
|
663 |
-
load_plugin_textdomain($cimy_uef_domain,
|
664 |
}
|
665 |
|
666 |
function cimy_admin_menu_custom() {
|
667 |
-
global $cimy_uef_name, $cimy_uef_domain, $
|
668 |
|
669 |
if (!cimy_check_admin('manage_options'))
|
670 |
return;
|
671 |
|
672 |
-
if (isset($cimy_top_menu) && (
|
673 |
-
add_submenu_page('cimy_series.php', $cimy_uef_name.": ".__("Options"), "UEF: ".__("Options"),
|
674 |
-
add_submenu_page('cimy_series.php', $cimy_uef_name.": ".__("Fields", $cimy_uef_domain), "UEF: ".__("Fields", $cimy_uef_domain),
|
675 |
-
add_submenu_page('profile.php', __('Authors & Users Extended', $cimy_uef_domain), __('A&U Extended', $cimy_uef_domain),
|
676 |
}
|
677 |
else {
|
678 |
-
if ((
|
679 |
-
add_submenu_page('wpmu-admin.php', __("Users Extended", $cimy_uef_domain), __("Users Extended", $cimy_uef_domain),
|
680 |
-
add_submenu_page('wpmu-admin.php', $cimy_uef_name, $cimy_uef_name,
|
681 |
}
|
682 |
else {
|
683 |
-
add_options_page($cimy_uef_name, $cimy_uef_name,
|
684 |
-
add_submenu_page('profile.php', __('Authors & Users Extended', $cimy_uef_domain), __('A&U Extended', $cimy_uef_domain),
|
685 |
}
|
686 |
}
|
687 |
}
|
688 |
|
689 |
function cimy_manage_upload($input_name, $user_login, $rules, $old_file=false, $delete_file=false, $type="") {
|
690 |
-
global $cuef_upload_path, $cuef_upload_webpath, $cuef_plugin_dir, $cimy_uef_plugins_dir
|
691 |
-
|
692 |
-
/*if ($is_avatar)
|
693 |
-
$avatar_path = "/avatar";
|
694 |
-
else
|
695 |
-
$avatar_path = "";*/
|
696 |
|
697 |
-
|
698 |
-
|
|
|
|
|
|
|
699 |
|
700 |
-
$type_path = "/".$type;
|
701 |
$blog_path = $cuef_upload_path;
|
702 |
|
703 |
-
if (($cimy_uef_plugins_dir == "plugins") && (
|
704 |
global $blog_id;
|
705 |
|
706 |
$blog_path .= $blog_id."/";
|
707 |
|
708 |
// create blog subdir
|
709 |
if (!is_dir($blog_path)) {
|
710 |
-
|
711 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
712 |
}
|
713 |
}
|
714 |
|
715 |
-
|
716 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
717 |
$file_name = $_FILES[$input_name]['name'];
|
718 |
|
719 |
// protect from site traversing
|
@@ -735,19 +770,31 @@ function cimy_manage_upload($input_name, $user_login, $rules, $old_file=false, $
|
|
735 |
// or there is no file to upload
|
736 |
// or dest dir is not writable
|
737 |
// then everything else is useless
|
738 |
-
if (($user_login == "") || (!isset($_FILES[$input_name]['name'])) || (!is_writable($cuef_upload_path)))
|
739 |
return "";
|
740 |
|
741 |
// create user subdir
|
742 |
if (!is_dir($user_path)) {
|
743 |
-
|
744 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
745 |
}
|
746 |
|
747 |
// create avatar subdir if needed
|
748 |
-
if (($type != "") && (!is_dir($file_path))) {
|
749 |
-
|
750 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
751 |
}
|
752 |
|
753 |
// picture filesystem path
|
@@ -756,10 +803,13 @@ function cimy_manage_upload($input_name, $user_login, $rules, $old_file=false, $
|
|
756 |
// picture url to write in the DB
|
757 |
$data = $cuef_upload_webpath;
|
758 |
|
759 |
-
if (($cimy_uef_plugins_dir == "plugins") && (
|
760 |
$data.= $blog_id."/";
|
761 |
|
762 |
-
|
|
|
|
|
|
|
763 |
|
764 |
// filesize in Byte transformed in KiloByte
|
765 |
$file_size = $_FILES[$input_name]['size'] / 1024;
|
@@ -790,7 +840,10 @@ function cimy_manage_upload($input_name, $user_login, $rules, $old_file=false, $
|
|
790 |
if (($file_error == 0) && ($file_name != "")) {
|
791 |
if (move_uploaded_file($file_tmp_name, $file_full_path)) {
|
792 |
// change file permissions for broken servers
|
793 |
-
|
|
|
|
|
|
|
794 |
|
795 |
// if there is an old file to delete
|
796 |
if ($old_file) {
|
3 |
Plugin Name: Cimy User Extra Fields
|
4 |
Plugin URI: http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/
|
5 |
Plugin Description: Add some useful fields to registration and user's info
|
6 |
+
Version: 2.0.0-beta1
|
7 |
Author: Marco Cimmino
|
8 |
Author URI: mailto:cimmino.marco@gmail.com
|
9 |
*/
|
36 |
*/
|
37 |
|
38 |
// added for WordPress >=2.5 compatibility
|
39 |
+
global $wpdb, $old_wpdb_data_table, $wpdb_data_table, $old_wpdb_fields_table, $wpdb_fields_table, $wpdb_wp_fields_table, $cimy_uef_options, $cimy_uef_version, $cuef_upload_path, $cimy_uef_domain, $cimy_uef_plugins_dir;
|
40 |
|
41 |
function cimy_uef_set_tables() {
|
42 |
+
global $wpdb, $old_wpdb_data_table, $wpdb_data_table, $old_wpdb_fields_table, $wpdb_fields_table, $wpdb_wp_fields_table, $cimy_uef_options, $cimy_uef_version, $cuef_upload_path, $cimy_uef_domain, $cimy_uef_plugins_dir;
|
|
|
|
|
|
|
43 |
|
44 |
+
if (is_multisite()) {
|
45 |
$cimy_uef_plugins_dir = __FILE__;
|
46 |
+
if (!stristr($cimy_uef_plugins_dir, "mu-plugins") === false)
|
47 |
$cimy_uef_plugins_dir = "mu-plugins";
|
48 |
+
else
|
|
|
|
|
|
|
|
|
49 |
$cimy_uef_plugins_dir = "plugins";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
}
|
|
|
|
|
|
|
51 |
|
52 |
+
$old_wpdb_data_table = $wpdb->prefix."cimy_data";
|
53 |
+
$old_wpdb_fields_table = $wpdb->prefix."cimy_fields";
|
54 |
|
55 |
+
$wpdb_data_table = $wpdb->prefix."cimy_uef_data";
|
56 |
+
$wpdb_fields_table = $wpdb->prefix."cimy_uef_fields";
|
57 |
+
$wpdb_wp_fields_table = $wpdb->prefix."cimy_uef_wp_fields";
|
|
|
58 |
}
|
59 |
|
60 |
cimy_uef_set_tables();
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
$cimy_uef_options = "cimy_uef_options";
|
63 |
$cimy_uef_options_descr = "Cimy User Extra Fields options are stored here and modified only by admin";
|
64 |
|
137 |
$cuef_upload_path = WP_CONTENT_DIR."/Cimy_User_Extra_Fields/";
|
138 |
$cuef_upload_webpath = WP_CONTENT_URL."/Cimy_User_Extra_Fields/";
|
139 |
|
140 |
+
if (is_multisite()) {
|
141 |
$cuef_plugin_path = "Cimy_User_Extra_Fields/";
|
142 |
$cuef_plugin_dir = WP_CONTENT_DIR."/".$cimy_uef_plugins_dir."/";
|
143 |
|
145 |
$cuef_plugin_path = "cimy-user-extra-fields/";
|
146 |
|
147 |
$cuef_plugin_dir.= $cuef_plugin_path;
|
|
|
148 |
$cuef_css_webpath = WP_CONTENT_URL."/".$cimy_uef_plugins_dir."/".$cuef_plugin_path."css/";
|
149 |
$cuef_js_webpath = WP_CONTENT_URL."/".$cimy_uef_plugins_dir."/".$cuef_plugin_path."js/";
|
150 |
}
|
151 |
else {
|
152 |
$cuef_plugin_dir = WP_CONTENT_DIR."/plugins/".$cuef_plugin_path;
|
|
|
153 |
$cuef_css_webpath = WP_CONTENT_URL."/plugins/".$cuef_plugin_path."css/";
|
154 |
$cuef_js_webpath = WP_CONTENT_URL."/plugins/".$cuef_plugin_path."js/";
|
155 |
}
|
158 |
wp_register_script("cimy_uef_invert_sel", $cuef_js_webpath."invert_sel.js", false, false);
|
159 |
wp_register_style("cimy_uef_register", $cuef_css_webpath."cimy_uef_register.css", false, false);
|
160 |
|
161 |
+
require_once($cuef_plugin_dir.'/cimy_uef_email_handler.php');
|
162 |
require_once($cuef_plugin_dir.'/cimy_uef_db.php');
|
163 |
require_once($cuef_plugin_dir.'/cimy_uef_register.php');
|
164 |
require_once($cuef_plugin_dir.'/cimy_uef_profile.php');
|
167 |
require_once($cuef_plugin_dir.'/cimy_uef_admin.php');
|
168 |
|
169 |
$cimy_uef_name = "Cimy User Extra Fields";
|
170 |
+
$cimy_uef_version = "2.0.0-beta1";
|
171 |
$cimy_uef_url = "http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/";
|
172 |
+
$cimy_project_url = "http://www.marcocimmino.net/cimy-wordpress-plugins/support-the-cimy-project-paypal/";
|
173 |
|
174 |
$start_cimy_uef_comment = "<!--\n";
|
175 |
$start_cimy_uef_comment .= "\tStart code from ".$cimy_uef_name." ".$cimy_uef_version."\n";
|
185 |
$cimy_uef_i18n_is_setup = false;
|
186 |
cimy_uef_i18n_setup();
|
187 |
|
188 |
+
if (is_multisite())
|
189 |
$wp_password_description = "";
|
190 |
else
|
191 |
$wp_password_description = __('<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!', $cimy_uef_domain);
|
211 |
'show_level' => -1,
|
212 |
),
|
213 |
),
|
214 |
+
'password2' => array(
|
215 |
+
'name' => "PASSWORD2",
|
216 |
+
'post_name' => "user_pass2",
|
217 |
+
'type' => "password",
|
218 |
+
'label' => __("Password confirmation"),
|
219 |
+
'desc' => '',
|
220 |
+
'value' => '',
|
221 |
+
'store_rule' => array(
|
222 |
+
'max_length' => 100,
|
223 |
+
'can_be_empty' => false,
|
224 |
+
'edit' => 'ok_edit',
|
225 |
+
'email' => false,
|
226 |
+
'show_in_reg' => true,
|
227 |
+
'show_in_profile' => true,
|
228 |
+
'show_in_aeu' => false,
|
229 |
+
'show_in_search' => false,
|
230 |
+
'show_in_blog' => false,
|
231 |
+
'show_level' => -1,
|
232 |
+
),
|
233 |
+
),
|
234 |
'firstname' => array(
|
235 |
'name' => "FIRSTNAME",
|
236 |
'post_name' => "first_name",
|
393 |
),
|
394 |
);
|
395 |
|
|
|
|
|
|
|
|
|
|
|
|
|
396 |
// all available types
|
397 |
$available_types = array("text", "textarea", "textarea-rich", "password", "checkbox", "radio", "dropdown", "dropdown-multi", "picture", "picture-url", "registration-date", "avatar", "file");
|
398 |
|
443 |
$wp_fields_name_prefix = "cimy_uef_wp_";
|
444 |
|
445 |
// added for WordPress MU support
|
446 |
+
if (is_multisite()) {
|
447 |
// add action to delete all files/images when deleting a blog
|
448 |
add_action('delete_blog', 'cimy_delete_blog_info', 10, 2);
|
449 |
|
480 |
// add update engine for extra fields to user's registration (user and blog)
|
481 |
add_action('wpmu_activate_blog', 'cimy_register_user_extra_fields_mu_wrapper', 10, 5);
|
482 |
|
483 |
+
// filters for adding fields to user email notification
|
484 |
+
add_filter('update_welcome_email', 'cimy_uef_welcome_blog_to_user', 10, 6);
|
485 |
+
add_filter('update_welcome_user_email', 'cimy_uef_welcome_user_to_user', 10, 4);
|
486 |
|
487 |
+
// filters for adding fields to admin email notification
|
488 |
+
add_filter('newblog_notify_siteadmin', 'cimy_uef_welcome_blog_to_admin');
|
489 |
+
add_filter('newuser_notify_siteadmin', 'cimy_uef_welcome_user_to_admin');
|
490 |
|
|
|
|
|
491 |
}
|
492 |
+
// if is NOT multisite
|
493 |
else {
|
494 |
// add checks for extra fields in the registration form
|
495 |
add_action('register_post', 'cimy_registration_check', 10, 3);
|
500 |
// add custom login/registration css
|
501 |
add_action('login_head', 'cimy_uef_register_css');
|
502 |
|
503 |
+
// add custom login/registration logo
|
504 |
+
add_action('login_head', 'cimy_change_login_registration_logo');
|
505 |
+
|
506 |
+
// add filter for email activation
|
507 |
+
add_filter('login_message', 'cimy_uef_activate');
|
508 |
+
|
509 |
// add update engine for extra fields to user's registration
|
510 |
add_action('user_register', 'cimy_register_user_extra_fields');
|
511 |
}
|
521 |
return "http://" . $current_site->domain . $current_site->path . "wp-signup.php".$attribute;
|
522 |
}
|
523 |
|
524 |
+
// add filter for random generated password
|
525 |
+
add_filter('random_password', 'cimy_register_overwrite_password');
|
526 |
+
|
527 |
// add checks for extra fields in the profile form
|
528 |
add_action('user_profile_update_errors', 'cimy_profile_check_wrapper', 10, 3);
|
529 |
|
557 |
$sql = "SELECT ID,VALUE FROM $wpdb_fields_table WHERE TYPE='avatar' LIMIT 1";
|
558 |
$res = $wpdb->get_results($sql);
|
559 |
|
560 |
+
if (empty($res))
|
561 |
+
return $avatar;
|
562 |
+
|
563 |
$field_id = $res[0]->ID;
|
564 |
$overwrite_default = $res[0]->VALUE;
|
565 |
|
621 |
if ( false === $alt)
|
622 |
$safe_alt = '';
|
623 |
else
|
624 |
+
$safe_alt = esc_attr($alt);
|
625 |
|
626 |
// max $size allowed is 512
|
627 |
if (isset($value)) {
|
653 |
wp_print_styles("cimy_uef_register");
|
654 |
}
|
655 |
|
656 |
+
function cimy_change_login_registration_logo() {
|
657 |
+
$options = cimy_get_options();
|
658 |
+
|
659 |
+
if (!empty($options["registration-logo"])) {
|
660 |
+
global $cuef_upload_webpath;
|
661 |
+
list($logo_width, $logo_height, $logo_type, $logo_attr) = getimagesize($options["registration-logo"]);
|
662 |
+
?>
|
663 |
+
<style type="text/css">
|
664 |
+
#login h1 a {
|
665 |
+
background: url(<?php echo $cuef_upload_webpath.basename($options["registration-logo"]); ?>) no-repeat top center;
|
666 |
+
background-position: center top;
|
667 |
+
width: <?php echo max(328, $logo_width); ?>px;
|
668 |
+
height: <?php echo $logo_height; ?>px;
|
669 |
+
text-indent: -9999px;
|
670 |
+
overflow: hidden;
|
671 |
+
padding-bottom: 15px;
|
672 |
+
display: block;
|
673 |
+
}
|
674 |
+
</style>
|
675 |
+
<?php
|
676 |
+
}
|
677 |
+
}
|
678 |
+
|
679 |
function cimy_uef_i18n_setup() {
|
680 |
+
global $cimy_uef_domain, $cimy_uef_i18n_is_setup, $cuef_plugin_path, $cimy_uef_plugins_dir;
|
681 |
|
682 |
if ($cimy_uef_i18n_is_setup)
|
683 |
return;
|
684 |
|
685 |
+
// Stupid function, from relative path I need to go down because starts from WP_PLUGIN_DIR!
|
686 |
+
if (is_multisite())
|
687 |
+
load_plugin_textdomain($cimy_uef_domain, false, '../'.$cimy_uef_plugins_dir.'/'.$cuef_plugin_path.'langs');
|
688 |
else
|
689 |
+
load_plugin_textdomain($cimy_uef_domain, false, $cuef_plugin_path.'langs');
|
690 |
}
|
691 |
|
692 |
function cimy_admin_menu_custom() {
|
693 |
+
global $cimy_uef_name, $cimy_uef_domain, $cimy_top_menu, $cimy_uef_plugins_dir;
|
694 |
|
695 |
if (!cimy_check_admin('manage_options'))
|
696 |
return;
|
697 |
|
698 |
+
if (isset($cimy_top_menu) && (!is_multisite())) {
|
699 |
+
add_submenu_page('cimy_series.php', $cimy_uef_name.": ".__("Options"), "UEF: ".__("Options"), 'manage_options', "user_extra_fields_options", 'cimy_show_options_notembedded');
|
700 |
+
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');
|
701 |
+
add_submenu_page('profile.php', __('Authors & Users Extended', $cimy_uef_domain), __('A&U Extended', $cimy_uef_domain), 'manage_options', "au_extended", 'cimy_admin_users_list_page');
|
702 |
}
|
703 |
else {
|
704 |
+
if ((is_multisite()) && ($cimy_uef_plugins_dir == "mu-plugins")) {
|
705 |
+
add_submenu_page('wpmu-admin.php', __("Users Extended", $cimy_uef_domain), __("Users Extended", $cimy_uef_domain), 'manage_options', "users_extended", 'cimy_admin_users_list_page');
|
706 |
+
add_submenu_page('wpmu-admin.php', $cimy_uef_name, $cimy_uef_name, 'manage_options', "user_extra_fields", 'cimy_admin_define_extra_fields');
|
707 |
}
|
708 |
else {
|
709 |
+
add_options_page($cimy_uef_name, $cimy_uef_name, 'manage_options', "user_extra_fields", 'cimy_admin_define_extra_fields');
|
710 |
+
add_submenu_page('profile.php', __('Authors & Users Extended', $cimy_uef_domain), __('A&U Extended', $cimy_uef_domain), 'manage_options', "au_extended", 'cimy_admin_users_list_page');
|
711 |
}
|
712 |
}
|
713 |
}
|
714 |
|
715 |
function cimy_manage_upload($input_name, $user_login, $rules, $old_file=false, $delete_file=false, $type="") {
|
716 |
+
global $cuef_upload_path, $cuef_upload_webpath, $cuef_plugin_dir, $cimy_uef_plugins_dir;
|
|
|
|
|
|
|
|
|
|
|
717 |
|
718 |
+
$type_path = "";
|
719 |
+
// if ($type == "picture")
|
720 |
+
// $type = "";
|
721 |
+
if (($type == "file") || ($type == "avatar"))
|
722 |
+
$type_path.= $type;
|
723 |
|
|
|
724 |
$blog_path = $cuef_upload_path;
|
725 |
|
726 |
+
if (($cimy_uef_plugins_dir == "plugins") && (is_multisite())) {
|
727 |
global $blog_id;
|
728 |
|
729 |
$blog_path .= $blog_id."/";
|
730 |
|
731 |
// create blog subdir
|
732 |
if (!is_dir($blog_path)) {
|
733 |
+
if (defined("FS_CHMOD_DIR")) {
|
734 |
+
mkdir($blog_path, FS_CHMOD_DIR);
|
735 |
+
chmod($blog_path, FS_CHMOD_DIR);
|
736 |
+
}
|
737 |
+
else {
|
738 |
+
mkdir($blog_path, 0777);
|
739 |
+
chmod($blog_path, 0777);
|
740 |
+
}
|
741 |
}
|
742 |
}
|
743 |
|
744 |
+
if (!empty($user_login)) {
|
745 |
+
$user_path = $blog_path.$user_login."/";
|
746 |
+
$file_path = $blog_path.$user_login."/".$type_path."/";
|
747 |
+
}
|
748 |
+
else {
|
749 |
+
$user_path = $blog_path;
|
750 |
+
$file_path = $blog_path.$type_path."/";
|
751 |
+
}
|
752 |
$file_name = $_FILES[$input_name]['name'];
|
753 |
|
754 |
// protect from site traversing
|
770 |
// or there is no file to upload
|
771 |
// or dest dir is not writable
|
772 |
// then everything else is useless
|
773 |
+
if ((($user_login == "") && ($type != "registration-logo")) || (!isset($_FILES[$input_name]['name'])) || (!is_writable($cuef_upload_path)))
|
774 |
return "";
|
775 |
|
776 |
// create user subdir
|
777 |
if (!is_dir($user_path)) {
|
778 |
+
if (defined("FS_CHMOD_DIR")) {
|
779 |
+
mkdir($user_path, FS_CHMOD_DIR);
|
780 |
+
chmod($user_path, FS_CHMOD_DIR);
|
781 |
+
}
|
782 |
+
else {
|
783 |
+
mkdir($user_path, 0777);
|
784 |
+
chmod($user_path, 0777);
|
785 |
+
}
|
786 |
}
|
787 |
|
788 |
// create avatar subdir if needed
|
789 |
+
if (($type != "registration-logo") && ($type != "picture") && (!is_dir($file_path))) {
|
790 |
+
if (defined("FS_CHMOD_DIR")) {
|
791 |
+
mkdir($file_path, FS_CHMOD_DIR);
|
792 |
+
chmod($file_path, FS_CHMOD_DIR);
|
793 |
+
}
|
794 |
+
else {
|
795 |
+
mkdir($file_path, 0777);
|
796 |
+
chmod($file_path, 0777);
|
797 |
+
}
|
798 |
}
|
799 |
|
800 |
// picture filesystem path
|
803 |
// picture url to write in the DB
|
804 |
$data = $cuef_upload_webpath;
|
805 |
|
806 |
+
if (($cimy_uef_plugins_dir == "plugins") && (is_multisite()))
|
807 |
$data.= $blog_id."/";
|
808 |
|
809 |
+
if (empty($user_login))
|
810 |
+
$data .= $type_path."/".$file_name;
|
811 |
+
else
|
812 |
+
$data .= $user_login."/".$type_path."/".$file_name;
|
813 |
|
814 |
// filesize in Byte transformed in KiloByte
|
815 |
$file_size = $_FILES[$input_name]['size'] / 1024;
|
840 |
if (($file_error == 0) && ($file_name != "")) {
|
841 |
if (move_uploaded_file($file_tmp_name, $file_full_path)) {
|
842 |
// change file permissions for broken servers
|
843 |
+
if (defined("FS_CHMOD_FILE"))
|
844 |
+
@chmod($file_full_path, FS_CHMOD_FILE);
|
845 |
+
else
|
846 |
+
@chmod($file_full_path, 0644);
|
847 |
|
848 |
// if there is an old file to delete
|
849 |
if ($old_file) {
|
css/cimy_uef_register.css
CHANGED
@@ -1,10 +1,3 @@
|
|
1 |
-
#login .cimy_uef_input {
|
2 |
-
font-size: 20px;
|
3 |
-
width: 97%;
|
4 |
-
padding: 3px;
|
5 |
-
margin-right: 6px;
|
6 |
-
}
|
7 |
-
|
8 |
#login .cimy_uef_input_27 {
|
9 |
font-size: 24px;
|
10 |
width: 97%;
|
@@ -29,3 +22,21 @@
|
|
29 |
.mu_register label.cimy_uef_label_radio {
|
30 |
display: inline;
|
31 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
#login .cimy_uef_input_27 {
|
2 |
font-size: 24px;
|
3 |
width: 97%;
|
22 |
.mu_register label.cimy_uef_label_radio {
|
23 |
display: inline;
|
24 |
}
|
25 |
+
|
26 |
+
#pass-strength-result{
|
27 |
+
padding-top: 3px;
|
28 |
+
padding-right: 5px;
|
29 |
+
padding-bottom: 3px;
|
30 |
+
padding-left: 5px;
|
31 |
+
margin-top: 3px;
|
32 |
+
text-align: center;
|
33 |
+
border-top-width: 1px;
|
34 |
+
border-right-width: 1px;
|
35 |
+
border-bottom-width: 1px;
|
36 |
+
border-left-width: 1px;
|
37 |
+
border-top-style: solid;
|
38 |
+
border-right-style: solid;
|
39 |
+
border-bottom-style: solid;
|
40 |
+
border-left-style: solid;
|
41 |
+
display:block;
|
42 |
+
}
|
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:
|
6 |
-
"PO-Revision-Date:
|
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,856 +16,1037 @@ 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/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
msgid "WordPress Fields table emptied"
|
21 |
msgstr "Таблицата с WordPress полета е изпразнена"
|
22 |
|
23 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
24 |
msgid "WordPress Fields table deleted"
|
25 |
msgstr "Таблицата с WordPress полета е изтрита"
|
26 |
|
27 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
28 |
msgid "Extra Fields table emptied"
|
29 |
msgstr "Таблицата с допълнителни полета е изпразнена"
|
30 |
|
31 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
32 |
msgid "Extra Fields table deleted"
|
33 |
msgstr "Таблицата с допълнителни полета е изтрита"
|
34 |
|
35 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
36 |
msgid "Users Data table emptied"
|
37 |
msgstr "Таблицата с потребителски данни е изпразнена"
|
38 |
|
39 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
40 |
msgid "Users Data table deleted"
|
41 |
msgstr "Таблицата с потребителски данни е изтрита"
|
42 |
|
43 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
44 |
msgid "Options set to default values"
|
45 |
msgstr "Вариантите са сменени по подразбиране"
|
46 |
|
47 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
48 |
msgid "Options deleted"
|
49 |
msgstr "Вариантите са изтрити"
|
50 |
|
51 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
52 |
msgid "Options changed"
|
53 |
msgstr "Вариантите са променени"
|
54 |
|
55 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
56 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
60 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
61 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
62 |
msgid "Options"
|
63 |
msgstr "Настройки"
|
64 |
|
65 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
66 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
67 |
msgid "Add a new Field"
|
68 |
msgstr "Добави друго поле"
|
69 |
|
70 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
71 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
72 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
73 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:
|
74 |
msgid "Extra Fields"
|
75 |
msgstr "Допълнителни полета"
|
76 |
|
77 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
78 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
msgid "SUCCESSFUL"
|
80 |
msgstr "УСПЕХ"
|
81 |
|
82 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
83 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
84 |
msgid "Save Changes"
|
85 |
msgstr "Запази промените"
|
86 |
|
87 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
88 |
msgid "General"
|
89 |
msgstr "Общи"
|
90 |
|
91 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
92 |
msgid "installed is"
|
93 |
msgstr "инсталирано е"
|
94 |
|
95 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
96 |
msgid "OPTIONS DELETED!"
|
97 |
msgstr "ВАРИАНТИТЕ СА ИЗТРИТИ!"
|
98 |
|
99 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
100 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
101 |
msgid "Fix the problem"
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
105 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
106 |
msgstr "ВЕРСИТЕ НЕ ПАСВАТ! Това е защото ти не си дезактивирал и активирал добавката след подновяване! Това може да създаде проблеми..."
|
107 |
|
108 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
109 |
msgid "Picture/Avatar upload"
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
113 |
msgid "is created and writable"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
117 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
msgid "Database"
|
122 |
msgstr "База данни"
|
123 |
|
124 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
125 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
126 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
127 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
128 |
msgid "select action"
|
129 |
msgstr "избери действие"
|
130 |
|
131 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
132 |
msgid "Default values"
|
133 |
msgstr "Стойност по подразбиране"
|
134 |
|
135 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
136 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
137 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
138 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
139 |
msgid "Delete"
|
140 |
msgstr "Изтрий"
|
141 |
|
142 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
143 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
144 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
145 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
146 |
msgid "NOT PRESENT"
|
147 |
msgstr "НЕ СЪЩЕСТВУВА"
|
148 |
|
149 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
150 |
msgid "WordPress Fields table"
|
151 |
msgstr "Таблица с WordPress полета"
|
152 |
|
153 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
154 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
155 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
156 |
msgid "Empty"
|
157 |
msgstr "Празно"
|
158 |
|
159 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
160 |
msgid "Extra Fields table"
|
161 |
msgstr "Таблица с допълнителни полета"
|
162 |
|
163 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
164 |
msgid "Users Data table"
|
165 |
msgstr "Таблица с потребителски данни"
|
166 |
|
167 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
168 |
msgid "all data inserted by users in all and only extra fields"
|
169 |
msgstr "всички данни въведени от потребителите във всички и само допълнители полета"
|
170 |
|
171 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
172 |
msgid "Force tables creation"
|
173 |
msgstr "Задължително създаване на таблица"
|
174 |
|
175 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
176 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
180 |
msgid "User Profile"
|
181 |
msgstr "Потребителски профил"
|
182 |
|
183 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
184 |
#, fuzzy
|
185 |
msgid "Extra Fields section title"
|
186 |
msgstr "Таблица с допълнителни полета"
|
187 |
|
188 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
189 |
msgid "Fieldset's titles, separates with comma"
|
190 |
msgstr "Заглавията на колекция разделени със запетайка"
|
191 |
|
192 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
193 |
msgid "example: title1,title2,title3"
|
194 |
msgstr "пример: заглавие1,заглавие2,заглавие3"
|
195 |
|
196 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
197 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
201 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
202 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
203 |
msgid "Authors & Users Extended"
|
204 |
msgstr "Автори & Потребители с разширения"
|
205 |
|
206 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
207 |
msgid "Hide username field"
|
208 |
msgstr "Скрий полето за потребителско име"
|
209 |
|
210 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
211 |
msgid "Hide name field"
|
212 |
msgstr "Скрий полето за име"
|
213 |
|
214 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
215 |
msgid "Hide email field"
|
216 |
msgstr "Скрий полето за email"
|
217 |
|
218 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
219 |
msgid "Hide role field"
|
220 |
msgstr "Скрий полето за роля"
|
221 |
|
222 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
223 |
msgid "Hide website field"
|
224 |
msgstr "Скрий полето за интернет сайт"
|
225 |
|
226 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
227 |
msgid "Hide n. posts field"
|
228 |
msgstr "Скрий полето за брой постове"
|
229 |
|
230 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
231 |
msgid "WordPress hidden fields"
|
232 |
msgstr "Скрити полета на WordPress"
|
233 |
|
234 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
235 |
msgid "Show password"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
239 |
msgid "Show first name"
|
240 |
msgstr "Покажи първото име"
|
241 |
|
242 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
243 |
msgid "Show last name"
|
244 |
msgstr "Покажи второто име"
|
245 |
|
246 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
247 |
msgid "Show nickname"
|
248 |
msgstr "Покажи потребителското име"
|
249 |
|
250 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
251 |
msgid "Show website"
|
252 |
msgstr "Покажи интернет сайта"
|
253 |
|
254 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
255 |
msgid "Show AIM"
|
256 |
msgstr "Покажи AIM"
|
257 |
|
258 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
259 |
msgid "Show Yahoo IM"
|
260 |
msgstr "Покажи Yahoo IM"
|
261 |
|
262 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
263 |
msgid "Show Jabber / Google Talk"
|
264 |
msgstr "Покажи Jabber / Google Talk"
|
265 |
|
266 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
267 |
msgid "Show Biographical Info"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/
|
271 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:729
|
272 |
-
#, fuzzy
|
273 |
-
msgid "Please upload a file with one of the following extensions"
|
274 |
-
msgstr "Моля качете снимка с някое от тези разширения"
|
275 |
-
|
276 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:298
|
277 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:735
|
278 |
-
msgid "Please upload an image with one of the following extensions"
|
279 |
-
msgstr "Моля качете снимка с някое от тези разширения"
|
280 |
-
|
281 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:422
|
282 |
-
#, fuzzy
|
283 |
-
msgid "Delete the file"
|
284 |
-
msgstr "Изтрий поле"
|
285 |
-
|
286 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:423
|
287 |
-
#, fuzzy
|
288 |
-
msgid "Update the file"
|
289 |
-
msgstr "Поднови поле"
|
290 |
-
|
291 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:426
|
292 |
-
#, fuzzy
|
293 |
-
msgid "Delete the picture"
|
294 |
-
msgstr "Изтрий поле"
|
295 |
-
|
296 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:427
|
297 |
-
#, fuzzy
|
298 |
-
msgid "Update the picture"
|
299 |
-
msgstr "Поднови поле"
|
300 |
-
|
301 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:447
|
302 |
-
msgid "Picture URL:"
|
303 |
-
msgstr ""
|
304 |
-
|
305 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:215
|
306 |
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!"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
310 |
msgid "Password"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
|
|
|
|
|
|
|
|
314 |
#, fuzzy
|
315 |
msgid "First name"
|
316 |
msgstr "Покажи първото име"
|
317 |
|
318 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
319 |
#, fuzzy
|
320 |
msgid "Last name"
|
321 |
msgstr "Покажи второто име"
|
322 |
|
323 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
324 |
#, fuzzy
|
325 |
msgid "Nickname"
|
326 |
msgstr "Име"
|
327 |
|
328 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
329 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
330 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
331 |
msgid "Website"
|
332 |
msgstr "Интернет сайт"
|
333 |
|
334 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
335 |
msgid "AIM"
|
336 |
msgstr ""
|
337 |
|
338 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
339 |
#, fuzzy
|
340 |
msgid "Yahoo IM"
|
341 |
msgstr "Покажи Yahoo IM"
|
342 |
|
343 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
344 |
#, fuzzy
|
345 |
msgid "Jabber / Google Talk"
|
346 |
msgstr "Покажи Jabber / Google Talk"
|
347 |
|
348 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
349 |
msgid "Biographical Info"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
353 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
354 |
msgid "Fields"
|
355 |
msgstr "Полета"
|
356 |
|
357 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
358 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
359 |
msgid "A&U Extended"
|
360 |
msgstr "А&П с разширения"
|
361 |
|
362 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
363 |
#, fuzzy
|
364 |
msgid "Users Extended"
|
365 |
msgstr "Разширен списък с Автори & Потребители"
|
366 |
|
367 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
368 |
msgid "Add field"
|
369 |
msgstr "Добави поле"
|
370 |
|
371 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
372 |
msgid "Update field"
|
373 |
msgstr "Поднови поле"
|
374 |
|
375 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
376 |
msgid "Delete field"
|
377 |
msgstr "Изтрий поле"
|
378 |
|
379 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
380 |
msgid "Delete selected fields"
|
381 |
msgstr "Изтрий маркираните полета"
|
382 |
|
383 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
384 |
msgid "Change order"
|
385 |
msgstr "Смени реда"
|
386 |
|
387 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
388 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
389 |
msgid "Min length"
|
390 |
msgstr "Минимална дължина"
|
391 |
|
392 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
393 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
394 |
msgid "Exact length"
|
395 |
msgstr "Точна дължина"
|
396 |
|
397 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
398 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
399 |
msgid "Max length"
|
400 |
msgstr "Максимална дължина"
|
401 |
|
402 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
403 |
msgid "Exact or Max length"
|
404 |
msgstr "Точна или максимална дължина"
|
405 |
|
406 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
407 |
msgid "changed to"
|
408 |
msgstr "променен на"
|
409 |
|
410 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
411 |
msgid "You cannot give an order that misses some numbers"
|
412 |
msgstr "Не може да даваш ред, в който липсват числа"
|
413 |
|
414 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
415 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
416 |
msgid "Nothing selected"
|
417 |
msgstr "Нищо не е избрано"
|
418 |
|
419 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
420 |
msgid "Field(s)"
|
421 |
msgstr "Поле(та)"
|
422 |
|
423 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
424 |
msgid "deleted correctly"
|
425 |
msgstr "изтрит успешно"
|
426 |
|
427 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
428 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
429 |
msgid "Min size"
|
430 |
msgstr "Минимален размер"
|
431 |
|
432 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
433 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
434 |
msgid "Exact size"
|
435 |
msgstr "Точен размер"
|
436 |
|
437 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
438 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
439 |
msgid "Max size"
|
440 |
msgstr "Максимален размер"
|
441 |
|
442 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
443 |
msgid "Exact or Max size"
|
444 |
msgstr "Точен или максимален размер"
|
445 |
|
446 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
447 |
msgid "Name not specified"
|
448 |
msgstr "Не е определено име"
|
449 |
|
450 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
451 |
msgid "Name cannot contains spaces"
|
452 |
msgstr "Името не може да съдържа шпации"
|
453 |
|
454 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
455 |
msgid "Label not specified"
|
456 |
msgstr "Не е определен етикет"
|
457 |
|
458 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
459 |
msgid "not selected (with this type is necessary)"
|
460 |
msgstr "не е избрано (задължително за този тип)"
|
461 |
|
462 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
463 |
msgid "If you select"
|
464 |
msgstr "Ако избра"
|
465 |
|
466 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
467 |
msgid "you cannot select Min or Max"
|
468 |
msgstr "не можеш да избереш минимума или максимума"
|
469 |
|
470 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
471 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
472 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
473 |
msgid "should be in the range of"
|
474 |
msgstr "трябва да е в рамките на"
|
475 |
|
476 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
477 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
478 |
msgid "Equal TO not specified"
|
479 |
msgstr "Равно НА не е определено"
|
480 |
|
481 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
482 |
msgid "With checkbox type Equal TO can only be"
|
483 |
msgstr "С отметка от тип Равно НА може да е само"
|
484 |
|
485 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
486 |
msgid "With radio type Equal TO can only be"
|
487 |
msgstr "С радио бутон от тип Равно НА може да е само"
|
488 |
|
489 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
490 |
msgid "With checkbox type Value can only be"
|
491 |
msgstr "С отметка от тип Стойност може да е само"
|
492 |
|
493 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
494 |
msgid "With radio type Value can only be"
|
495 |
msgstr "С радио бутон от тип Стойност може да е само"
|
496 |
|
497 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
498 |
msgid "Field inserted correctly"
|
499 |
msgstr "Полето е добавено успешно"
|
500 |
|
501 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
502 |
msgid "Field #"
|
503 |
msgstr "Поле #"
|
504 |
|
505 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
506 |
msgid "updated correctly"
|
507 |
msgstr "подновено успешно"
|
508 |
|
509 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
510 |
msgid "Name inserted is just in the database, change to another one"
|
511 |
msgstr "Въведеното име е в базата данни, променето го"
|
512 |
|
513 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
514 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:352
|
515 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:357
|
516 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:378
|
517 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:390
|
518 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:397
|
519 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:408
|
520 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:414
|
521 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:426
|
522 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
523 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:444
|
524 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
525 |
-
msgid "ERROR"
|
526 |
-
msgstr "ГРЕШКА"
|
527 |
-
|
528 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
529 |
msgid "To add a new field you have to choose a name, type and label; optional are value and description. Rules are applied during user registration."
|
530 |
msgstr "За да добавите ново поле, трябва да изберете ново име, тип и етикет; стойността и описанието не са задължителни. Правилата важат по време на регистрацията на потребители."
|
531 |
|
532 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
533 |
msgid "With <strong>radio</strong> and <strong>checkbox</strong>: <em>Value</em> and <em>equal TO</em> can only be 'Yes' or 'No' that means 'selected' or 'not selected'"
|
534 |
msgstr "С <strong>radio</strong> и <strong>отметката</strong>: <em>Стойността</em> и <em>равно НА</em> могат да бъдат само 'Yes' или 'No', което означава 'избрано' или 'неизбрано'"
|
535 |
|
536 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
537 |
msgid "With <strong>drop-down</strong>: you have to add all options into label for example: label/item1,item2,item3"
|
538 |
msgstr "С <strong>drop-down</strong>: може да въведете всички варианти в етикет, например: етикет/вариант1,вариант2,вариант3"
|
539 |
|
540 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
541 |
msgid "With <strong>picture</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> means max pixel size (width or height) for thumbnail"
|
542 |
msgstr "Със <strong>picture</strong>: вие може да заместите снимката по подразбиране в <em>Стойност</em>; 'минимален,точен и максимален размер' са в KB; <em>равно НА</em> означава размер в пискели (височина или широчина) на умалената снимка"
|
543 |
|
544 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
545 |
msgid "With <strong>picture-url</strong>: you can preload a default image putting url in <em>Value</em>; <em>equal TO</em> means max width pixel size (height will be proportional)"
|
546 |
msgstr "С <strong>picture-url</strong>: вие може да заместите снимката по подразбиране в <em>Стойност</em>; <em>равно НА</em> означава максимална широчина в пиксели (височината е пропорционална)"
|
547 |
|
548 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
549 |
msgid "With <strong>registration-date</strong>: <em>equal TO</em> means date and time format"
|
550 |
msgstr "С <strong>registration-date</strong>: <em>равно НА</em> означава формат за дата и време"
|
551 |
|
552 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
553 |
#, fuzzy
|
554 |
msgid "With <strong>avatar</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> is automatically set to 512 pixels"
|
555 |
msgstr "Със <strong>picture</strong>: вие може да заместите снимката по подразбиране в <em>Стойност</em>; 'минимален,точен и максимален размер' са в KB; <em>равно НА</em> означава размер в пискели (височина или широчина) на умалената снимка"
|
556 |
|
557 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
558 |
#, fuzzy
|
559 |
msgid "With <strong>file</strong>: you can preload a default file putting url in <em>Value</em>; 'min,exact,max size' are in KB; under <em>equal TO</em> can be specified allowed extensions separated by comma, example: zip,pdf,doc"
|
560 |
msgstr "Със <strong>picture</strong>: вие може да заместите снимката по подразбиране в <em>Стойност</em>; 'минимален,точен и максимален размер' са в KB; <em>равно НА</em> означава размер в пискели (височина или широчина) на умалената снимка"
|
561 |
|
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 |
-
#: /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 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
567 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
568 |
msgid "Name"
|
569 |
msgstr "Име"
|
570 |
|
571 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
572 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
573 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
574 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
575 |
msgid "Value"
|
576 |
msgstr "Стойност"
|
577 |
|
578 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
579 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
580 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
581 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
582 |
msgid "Type"
|
583 |
msgstr "Тип"
|
584 |
|
585 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
586 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
587 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
588 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
589 |
msgid "Label"
|
590 |
msgstr "Етикет"
|
591 |
|
592 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
593 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
594 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
595 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
596 |
msgid "Description"
|
597 |
msgstr "Описание"
|
598 |
|
599 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
600 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
601 |
msgid "Rules"
|
602 |
msgstr "Правила"
|
603 |
|
604 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
605 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
606 |
msgid "Actions"
|
607 |
msgstr "Действия"
|
608 |
|
609 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
610 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
611 |
#, fuzzy
|
612 |
msgid "Fieldset"
|
613 |
msgstr "Полета"
|
614 |
|
615 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
616 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
617 |
msgid "Can be empty"
|
618 |
msgstr "Може да е празно"
|
619 |
|
620 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
621 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
622 |
msgid "Check for E-mail syntax"
|
623 |
msgstr "Провери за Email синтаксис"
|
624 |
|
625 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
626 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
627 |
msgid "Can be modified"
|
628 |
msgstr "Може да бъде променяно"
|
629 |
|
630 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
631 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
632 |
msgid "Can be modified only if empty"
|
633 |
msgstr "Може да бъде променяно само ако е празно"
|
634 |
|
635 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
636 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
637 |
msgid "Can be modified only by admin"
|
638 |
msgstr "Може да бъде променяно само от администратора"
|
639 |
|
640 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
641 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
642 |
msgid "Can be modified only by admin or if empty"
|
643 |
msgstr "Може да бъде променяно само от администратора или ако е празно"
|
644 |
|
645 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
646 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
647 |
msgid "Cannot be modified"
|
648 |
msgstr "Не може да бъде променяно"
|
649 |
|
650 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
651 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
652 |
msgid "Should be equal TO"
|
653 |
msgstr "Би трябвало да е равно НА"
|
654 |
|
655 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
656 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
657 |
msgid "Case sensitive"
|
658 |
msgstr "Различават се големи и малко букви"
|
659 |
|
660 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
661 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
662 |
msgid "Regular Expression"
|
663 |
msgstr ""
|
664 |
|
665 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
666 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
667 |
msgid "Show the field in the registration"
|
668 |
msgstr "Покажи полето при регистрация"
|
669 |
|
670 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
671 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
672 |
msgid "Show the field in User's profile"
|
673 |
msgstr "Покажи полето в профила на потребителя"
|
674 |
|
675 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
676 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
677 |
msgid "Show the field in A&U Extended menu"
|
678 |
msgstr "Покажи полето в A&П разширеното меню"
|
679 |
|
680 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
681 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
682 |
#, fuzzy
|
683 |
msgid "Show the field in the search engine"
|
684 |
msgstr "Покажи полето при регистрация"
|
685 |
|
686 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
687 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
688 |
#, fuzzy
|
689 |
msgid "Show the field in the blog"
|
690 |
msgstr "Покажи полето при регистрация"
|
691 |
|
692 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
693 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
694 |
#, fuzzy
|
695 |
msgid "Show the field if the role is at least:"
|
696 |
msgstr "Покажи полето при регистрация"
|
697 |
|
698 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
699 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
700 |
msgid "Anonymous"
|
701 |
msgstr ""
|
702 |
|
703 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
704 |
msgid "Clear"
|
705 |
msgstr "Изчисти"
|
706 |
|
707 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
708 |
msgid "Invert selection"
|
709 |
msgstr "Обърни избора"
|
710 |
|
711 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
712 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
713 |
msgstr "Сигурни ли сте, че искате да изтриете полето/полетата и всички данни въведени от потребителите?"
|
714 |
|
715 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
716 |
msgid "WordPress Fields"
|
717 |
msgstr "WordPress полета"
|
718 |
|
719 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
720 |
msgid "None!"
|
721 |
msgstr "Няма!"
|
722 |
|
723 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
724 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
725 |
msgid "Order"
|
726 |
msgstr "Подреди"
|
727 |
|
728 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
729 |
msgid "Reset"
|
730 |
msgstr "Отмени"
|
731 |
|
732 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
733 |
#, fuzzy
|
734 |
msgid "select"
|
735 |
msgstr "Изтрий"
|
736 |
|
737 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
738 |
#, php-format
|
739 |
msgid "Users Matching \"%s\""
|
740 |
msgstr "Потребители отговарящи на \"%s\""
|
741 |
|
742 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
743 |
#, fuzzy
|
744 |
msgid "Users Extended List"
|
745 |
msgstr "Разширен списък с Автори & Потребители"
|
746 |
|
747 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
748 |
msgid "Authors & Users Extended List"
|
749 |
msgstr "Разширен списък с Автори & Потребители"
|
750 |
|
751 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
|
|
752 |
msgid "Search Users"
|
753 |
msgstr "Търсене на потребители"
|
754 |
|
755 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
756 |
msgid "« Back to All Users"
|
757 |
msgstr "« Назад към Всички потребители"
|
758 |
|
759 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
760 |
#, fuzzy
|
761 |
msgid "Users per page"
|
762 |
msgstr "Таблица с потребителски данни"
|
763 |
|
764 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
765 |
msgid "Apply"
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
769 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
770 |
msgid "Username"
|
771 |
msgstr "Потребителско име"
|
772 |
|
773 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
774 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
775 |
msgid "E-mail"
|
776 |
msgstr "E-mail"
|
777 |
|
778 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
779 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
780 |
msgid "Role"
|
781 |
msgstr "Роля"
|
782 |
|
783 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
784 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
785 |
msgid "Posts"
|
786 |
msgstr "Постове"
|
787 |
|
788 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
789 |
msgid "View posts by this author"
|
790 |
msgstr "Виж постовете на този автор"
|
791 |
|
792 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
793 |
#, php-format
|
794 |
msgid "e-mail: %s"
|
795 |
msgstr "e-mail: %s"
|
796 |
|
797 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:327
|
798 |
-
#, fuzzy
|
799 |
-
msgid "no fieldset"
|
800 |
-
msgstr "Опции по колекция"
|
801 |
-
|
802 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:16
|
803 |
-
#, php-format
|
804 |
-
msgid "File '%s' doesn't exist?"
|
805 |
-
msgstr ""
|
806 |
-
|
807 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:19
|
808 |
-
msgid "The GD image library is not installed."
|
809 |
-
msgstr ""
|
810 |
-
|
811 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:26
|
812 |
-
#, php-format
|
813 |
-
msgid "File '%s' is not an image."
|
814 |
-
msgstr ""
|
815 |
-
|
816 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:352
|
817 |
-
msgid "hasn’t a correct email syntax."
|
818 |
-
msgstr "няма правилен email синтаксис."
|
819 |
-
|
820 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:357
|
821 |
-
msgid "couldn’t be empty."
|
822 |
-
msgstr "не може да е празно."
|
823 |
-
|
824 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:377
|
825 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:386
|
826 |
-
msgid "isn’t correct"
|
827 |
-
msgstr "не е правилно"
|
828 |
-
|
829 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:383
|
830 |
-
msgid "YES"
|
831 |
-
msgstr "ДА"
|
832 |
-
|
833 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:383
|
834 |
-
msgid "NO"
|
835 |
-
msgstr "НЕ"
|
836 |
-
|
837 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:388
|
838 |
-
msgid "should be"
|
839 |
-
msgstr "трябва да е"
|
840 |
-
|
841 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:397
|
842 |
-
msgid "should be an image."
|
843 |
-
msgstr "трябва да е снимка."
|
844 |
-
|
845 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:408
|
846 |
-
msgid "couldn’t have size less than"
|
847 |
-
msgstr "не може да е с по-малък размер от"
|
848 |
-
|
849 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:414
|
850 |
-
msgid "couldn’t have length less than"
|
851 |
-
msgstr "не може да има по-малка дължина от"
|
852 |
-
|
853 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:426
|
854 |
-
msgid "couldn’t have size different than"
|
855 |
-
msgstr "не може да има размер различен от"
|
856 |
-
|
857 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
858 |
-
msgid "couldn’t have length different than"
|
859 |
-
msgstr "не може да има дължина различна от"
|
860 |
-
|
861 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:444
|
862 |
-
msgid "couldn’t have size more than"
|
863 |
-
msgstr "не може да има размер по-голям от"
|
864 |
-
|
865 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
866 |
-
msgid "couldn’t have length more than"
|
867 |
-
msgstr "не може да има дължина по-голяма от"
|
868 |
-
|
869 |
#~ msgid "Disable get_cimyFieldValue function"
|
870 |
#~ msgstr "Изключи функцията get_cimyFieldValue"
|
871 |
#~ msgid "leave disabled if you don't know what to do"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Cimy User Extra Fields\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-08-11 00:57+0300\n"
|
6 |
+
"PO-Revision-Date: 2010-08-11 00:57+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:432
|
20 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:436
|
21 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
22 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:471
|
23 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:483
|
24 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:490
|
25 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:501
|
26 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:507
|
27 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:519
|
28 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:525
|
29 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:537
|
30 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:543
|
31 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:567
|
32 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:435
|
33 |
+
msgid "ERROR"
|
34 |
+
msgstr "ГРЕШКА"
|
35 |
+
|
36 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
37 |
+
msgid "does not match."
|
38 |
+
msgstr ""
|
39 |
+
|
40 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:436
|
41 |
+
msgid "hasn’t a correct email syntax."
|
42 |
+
msgstr "няма правилен email синтаксис."
|
43 |
+
|
44 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
45 |
+
msgid "couldn’t be empty."
|
46 |
+
msgstr "не може да е празно."
|
47 |
+
|
48 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:470
|
49 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:479
|
50 |
+
msgid "isn’t correct"
|
51 |
+
msgstr "не е правилно"
|
52 |
+
|
53 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:476
|
54 |
+
msgid "YES"
|
55 |
+
msgstr "ДА"
|
56 |
+
|
57 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:476
|
58 |
+
msgid "NO"
|
59 |
+
msgstr "НЕ"
|
60 |
+
|
61 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:481
|
62 |
+
msgid "should be"
|
63 |
+
msgstr "трябва да е"
|
64 |
+
|
65 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:490
|
66 |
+
msgid "should be an image."
|
67 |
+
msgstr "трябва да е снимка."
|
68 |
+
|
69 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:501
|
70 |
+
msgid "couldn’t have size less than"
|
71 |
+
msgstr "не може да е с по-малък размер от"
|
72 |
+
|
73 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:507
|
74 |
+
msgid "couldn’t have length less than"
|
75 |
+
msgstr "не може да има по-малка дължина от"
|
76 |
+
|
77 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:519
|
78 |
+
msgid "couldn’t have size different than"
|
79 |
+
msgstr "не може да има размер различен от"
|
80 |
+
|
81 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:525
|
82 |
+
msgid "couldn’t have length different than"
|
83 |
+
msgstr "не може да има дължина различна от"
|
84 |
+
|
85 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:537
|
86 |
+
msgid "couldn’t have size more than"
|
87 |
+
msgstr "не може да има размер по-голям от"
|
88 |
+
|
89 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:543
|
90 |
+
msgid "couldn’t have length more than"
|
91 |
+
msgstr "не може да има дължина по-голяма от"
|
92 |
+
|
93 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:567
|
94 |
+
msgid "Typed code is not correct."
|
95 |
+
msgstr ""
|
96 |
+
|
97 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:840
|
98 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:299
|
99 |
+
#, fuzzy
|
100 |
+
msgid "Please upload a file with one of the following extensions"
|
101 |
+
msgstr "Моля качете снимка с някое от тези разширения"
|
102 |
+
|
103 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:846
|
104 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:363
|
105 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:305
|
106 |
+
msgid "Please upload an image with one of the following extensions"
|
107 |
+
msgstr "Моля качете снимка с някое от тези разширения"
|
108 |
+
|
109 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:926
|
110 |
+
msgid "Strength indicator"
|
111 |
+
msgstr ""
|
112 |
+
|
113 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:927
|
114 |
+
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 ! \\\" ? $ % ^ & )."
|
115 |
+
msgstr ""
|
116 |
+
|
117 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:418
|
118 |
+
#, fuzzy
|
119 |
+
msgid "no fieldset"
|
120 |
+
msgstr "Опции по колекция"
|
121 |
+
|
122 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:40
|
123 |
msgid "WordPress Fields table emptied"
|
124 |
msgstr "Таблицата с WordPress полета е изпразнена"
|
125 |
|
126 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:45
|
127 |
msgid "WordPress Fields table deleted"
|
128 |
msgstr "Таблицата с WordPress полета е изтрита"
|
129 |
|
130 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:54
|
131 |
msgid "Extra Fields table emptied"
|
132 |
msgstr "Таблицата с допълнителни полета е изпразнена"
|
133 |
|
134 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:59
|
135 |
msgid "Extra Fields table deleted"
|
136 |
msgstr "Таблицата с допълнителни полета е изтрита"
|
137 |
|
138 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:68
|
139 |
msgid "Users Data table emptied"
|
140 |
msgstr "Таблицата с потребителски данни е изпразнена"
|
141 |
|
142 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:73
|
143 |
msgid "Users Data table deleted"
|
144 |
msgstr "Таблицата с потребителски данни е изтрита"
|
145 |
|
146 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:84
|
147 |
msgid "Options set to default values"
|
148 |
msgstr "Вариантите са сменени по подразбиране"
|
149 |
|
150 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:90
|
151 |
msgid "Options deleted"
|
152 |
msgstr "Вариантите са изтрити"
|
153 |
|
154 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:339
|
155 |
msgid "Options changed"
|
156 |
msgstr "Вариантите са променени"
|
157 |
|
158 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:453
|
159 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:465
|
163 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:601
|
164 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:698
|
165 |
msgid "Options"
|
166 |
msgstr "Настройки"
|
167 |
|
168 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:468
|
169 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:427
|
170 |
msgid "Add a new Field"
|
171 |
msgstr "Добави друго поле"
|
172 |
|
173 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:468
|
174 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:819
|
175 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
176 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:241
|
177 |
msgid "Extra Fields"
|
178 |
msgstr "Допълнителни полета"
|
179 |
|
180 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:474
|
181 |
+
msgid "Support the Cimy Project"
|
182 |
+
msgstr ""
|
183 |
+
|
184 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:482
|
185 |
+
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!"
|
186 |
+
msgstr ""
|
187 |
+
|
188 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:492
|
189 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:454
|
190 |
msgid "SUCCESSFUL"
|
191 |
msgstr "УСПЕХ"
|
192 |
|
193 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:505
|
194 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:775
|
195 |
msgid "Save Changes"
|
196 |
msgstr "Запази промените"
|
197 |
|
198 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:506
|
199 |
msgid "General"
|
200 |
msgstr "Общи"
|
201 |
|
202 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:514
|
203 |
msgid "installed is"
|
204 |
msgstr "инсталирано е"
|
205 |
|
206 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:518
|
207 |
msgid "OPTIONS DELETED!"
|
208 |
msgstr "ВАРИАНТИТЕ СА ИЗТРИТИ!"
|
209 |
|
210 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:521
|
211 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:526
|
212 |
msgid "Fix the problem"
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:524
|
216 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
217 |
msgstr "ВЕРСИТЕ НЕ ПАСВАТ! Това е защото ти не си дезактивирал и активирал добавката след подновяване! Това може да създаде проблеми..."
|
218 |
|
219 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:532
|
220 |
msgid "Picture/Avatar upload"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:536
|
224 |
msgid "is created and writable"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:538
|
228 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:545
|
232 |
+
#, fuzzy
|
233 |
+
msgid "Show all fields in the welcome email"
|
234 |
+
msgstr "Покажи полето при регистрация"
|
235 |
+
|
236 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:549
|
237 |
+
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
238 |
+
msgstr ""
|
239 |
+
|
240 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:557
|
241 |
+
msgid "Enable email confirmation"
|
242 |
+
msgstr ""
|
243 |
+
|
244 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:561
|
245 |
+
msgid "user that registers should confirm its email address via a link click"
|
246 |
+
msgstr ""
|
247 |
+
|
248 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:569
|
249 |
+
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
250 |
+
msgstr ""
|
251 |
+
|
252 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:573
|
253 |
+
msgid "Public KEY"
|
254 |
+
msgstr ""
|
255 |
+
|
256 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:577
|
257 |
+
msgid "Private KEY"
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:584
|
261 |
+
msgid "Change login/registration page logo"
|
262 |
+
msgstr ""
|
263 |
+
|
264 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:589
|
265 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:433
|
266 |
+
#, fuzzy
|
267 |
+
msgid "Delete the picture"
|
268 |
+
msgstr "Изтрий поле"
|
269 |
+
|
270 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:592
|
271 |
+
msgid "Maximum recommended logo width is 328px, but any height should work."
|
272 |
+
msgstr ""
|
273 |
+
|
274 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:598
|
275 |
msgid "Database"
|
276 |
msgstr "База данни"
|
277 |
|
278 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:607
|
279 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:625
|
280 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:644
|
281 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:661
|
282 |
msgid "select action"
|
283 |
msgstr "избери действие"
|
284 |
|
285 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:608
|
286 |
msgid "Default values"
|
287 |
msgstr "Стойност по подразбиране"
|
288 |
|
289 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:609
|
290 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:627
|
291 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:646
|
292 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:663
|
293 |
msgid "Delete"
|
294 |
msgstr "Изтрий"
|
295 |
|
296 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
297 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:632
|
298 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:650
|
299 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:668
|
300 |
msgid "NOT PRESENT"
|
301 |
msgstr "НЕ СЪЩЕСТВУВА"
|
302 |
|
303 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:618
|
304 |
msgid "WordPress Fields table"
|
305 |
msgstr "Таблица с WordPress полета"
|
306 |
|
307 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:626
|
308 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:645
|
309 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:662
|
310 |
msgid "Empty"
|
311 |
msgstr "Празно"
|
312 |
|
313 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:638
|
314 |
msgid "Extra Fields table"
|
315 |
msgstr "Таблица с допълнителни полета"
|
316 |
|
317 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:655
|
318 |
msgid "Users Data table"
|
319 |
msgstr "Таблица с потребителски данни"
|
320 |
|
321 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:665
|
322 |
msgid "all data inserted by users in all and only extra fields"
|
323 |
msgstr "всички данни въведени от потребителите във всички и само допълнители полета"
|
324 |
|
325 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:673
|
326 |
msgid "Force tables creation"
|
327 |
msgstr "Задължително създаване на таблица"
|
328 |
|
329 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:676
|
330 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:682
|
334 |
msgid "User Profile"
|
335 |
msgstr "Потребителски профил"
|
336 |
|
337 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:685
|
338 |
#, fuzzy
|
339 |
msgid "Extra Fields section title"
|
340 |
msgstr "Таблица с допълнителни полета"
|
341 |
|
342 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:689
|
343 |
msgid "Fieldset's titles, separates with comma"
|
344 |
msgstr "Заглавията на колекция разделени със запетайка"
|
345 |
|
346 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:689
|
347 |
msgid "example: title1,title2,title3"
|
348 |
msgstr "пример: заглавие1,заглавие2,заглавие3"
|
349 |
|
350 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:690
|
351 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:695
|
355 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:700
|
356 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:709
|
357 |
msgid "Authors & Users Extended"
|
358 |
msgstr "Автори & Потребители с разширения"
|
359 |
|
360 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:699
|
361 |
msgid "Hide username field"
|
362 |
msgstr "Скрий полето за потребителско име"
|
363 |
|
364 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:705
|
365 |
msgid "Hide name field"
|
366 |
msgstr "Скрий полето за име"
|
367 |
|
368 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:710
|
369 |
msgid "Hide email field"
|
370 |
msgstr "Скрий полето за email"
|
371 |
|
372 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:714
|
373 |
msgid "Hide role field"
|
374 |
msgstr "Скрий полето за роля"
|
375 |
|
376 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:718
|
377 |
msgid "Hide website field"
|
378 |
msgstr "Скрий полето за интернет сайт"
|
379 |
|
380 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:722
|
381 |
msgid "Hide n. posts field"
|
382 |
msgstr "Скрий полето за брой постове"
|
383 |
|
384 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:727
|
385 |
msgid "WordPress hidden fields"
|
386 |
msgstr "Скрити полета на WordPress"
|
387 |
|
388 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:730
|
389 |
msgid "Show password"
|
390 |
msgstr ""
|
391 |
|
392 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:734
|
393 |
+
msgid "Show confirmation password"
|
394 |
+
msgstr ""
|
395 |
+
|
396 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:738
|
397 |
+
msgid "Show password strength meter"
|
398 |
+
msgstr ""
|
399 |
+
|
400 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:742
|
401 |
msgid "Show first name"
|
402 |
msgstr "Покажи първото име"
|
403 |
|
404 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:746
|
405 |
msgid "Show last name"
|
406 |
msgstr "Покажи второто име"
|
407 |
|
408 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
|
409 |
msgid "Show nickname"
|
410 |
msgstr "Покажи потребителското име"
|
411 |
|
412 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:754
|
413 |
msgid "Show website"
|
414 |
msgstr "Покажи интернет сайта"
|
415 |
|
416 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:758
|
417 |
msgid "Show AIM"
|
418 |
msgstr "Покажи AIM"
|
419 |
|
420 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:762
|
421 |
msgid "Show Yahoo IM"
|
422 |
msgstr "Покажи Yahoo IM"
|
423 |
|
424 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:766
|
425 |
msgid "Show Jabber / Google Talk"
|
426 |
msgstr "Покажи Jabber / Google Talk"
|
427 |
|
428 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:770
|
429 |
msgid "Show Biographical Info"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:193
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
433 |
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!"
|
434 |
msgstr ""
|
435 |
|
436 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:200
|
437 |
msgid "Password"
|
438 |
msgstr ""
|
439 |
|
440 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
|
441 |
+
msgid "Password confirmation"
|
442 |
+
msgstr ""
|
443 |
+
|
444 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:240
|
445 |
#, fuzzy
|
446 |
msgid "First name"
|
447 |
msgstr "Покажи първото име"
|
448 |
|
449 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:260
|
450 |
#, fuzzy
|
451 |
msgid "Last name"
|
452 |
msgstr "Покажи второто име"
|
453 |
|
454 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:280
|
455 |
#, fuzzy
|
456 |
msgid "Nickname"
|
457 |
msgstr "Име"
|
458 |
|
459 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:300
|
460 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1479
|
461 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1480
|
462 |
msgid "Website"
|
463 |
msgstr "Интернет сайт"
|
464 |
|
465 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
|
466 |
msgid "AIM"
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:340
|
470 |
#, fuzzy
|
471 |
msgid "Yahoo IM"
|
472 |
msgstr "Покажи Yahoo IM"
|
473 |
|
474 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:360
|
475 |
#, fuzzy
|
476 |
msgid "Jabber / Google Talk"
|
477 |
msgstr "Покажи Jabber / Google Talk"
|
478 |
|
479 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:380
|
480 |
msgid "Biographical Info"
|
481 |
msgstr ""
|
482 |
|
483 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:699
|
484 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:120
|
485 |
msgid "Fields"
|
486 |
msgstr "Полета"
|
487 |
|
488 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:700
|
489 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:709
|
490 |
msgid "A&U Extended"
|
491 |
msgstr "А&П с разширения"
|
492 |
|
493 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:704
|
494 |
#, fuzzy
|
495 |
msgid "Users Extended"
|
496 |
msgstr "Разширен списък с Автори & Потребители"
|
497 |
|
498 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:16
|
499 |
+
#, php-format
|
500 |
+
msgid "File '%s' doesn't exist?"
|
501 |
+
msgstr ""
|
502 |
+
|
503 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:19
|
504 |
+
msgid "The GD image library is not installed."
|
505 |
+
msgstr ""
|
506 |
+
|
507 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:26
|
508 |
+
#, php-format
|
509 |
+
msgid "File '%s' is not an image."
|
510 |
+
msgstr ""
|
511 |
+
|
512 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:40
|
513 |
+
#, php-format
|
514 |
+
msgid "New user registration on your site %s:"
|
515 |
+
msgstr ""
|
516 |
+
|
517 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:41
|
518 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:52
|
519 |
+
#, fuzzy, php-format
|
520 |
+
msgid "Username: %s"
|
521 |
+
msgstr "Потребителско име"
|
522 |
+
|
523 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:42
|
524 |
+
#, fuzzy, php-format
|
525 |
+
msgid "E-mail: %s"
|
526 |
+
msgstr "e-mail: %s"
|
527 |
+
|
528 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:47
|
529 |
+
#, php-format
|
530 |
+
msgid "[%s] New User Registration"
|
531 |
+
msgstr ""
|
532 |
+
|
533 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:53
|
534 |
+
#, php-format
|
535 |
+
msgid "Password: %s"
|
536 |
+
msgstr ""
|
537 |
+
|
538 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:59
|
539 |
+
#, php-format
|
540 |
+
msgid "[%s] Your username and password"
|
541 |
+
msgstr ""
|
542 |
+
|
543 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:68
|
544 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:75
|
545 |
+
#, php-format
|
546 |
+
msgid "%s: %s"
|
547 |
+
msgstr ""
|
548 |
+
|
549 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:92
|
550 |
+
#, php-format
|
551 |
+
msgid ""
|
552 |
+
"To activate your user, please click the following link:\n"
|
553 |
+
"\n"
|
554 |
+
"%s\n"
|
555 |
+
"\n"
|
556 |
+
"After you activate, you will receive *another email* with your login.\n"
|
557 |
+
"\n"
|
558 |
+
msgstr ""
|
559 |
+
|
560 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:107
|
561 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
562 |
+
msgid "Your account is now active!"
|
563 |
+
msgstr ""
|
564 |
+
|
565 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:108
|
566 |
+
#, php-format
|
567 |
+
msgid "Your site at <a href=\"%1$s\">%2$s</a> is active. You may now log in to your site using your chosen username of “%3$s”. Please check your email inbox at %4$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href=\"%5$s\">reset your password</a></p>."
|
568 |
+
msgstr ""
|
569 |
+
|
570 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:110
|
571 |
+
msgid "An error occurred during the activation"
|
572 |
+
msgstr ""
|
573 |
+
|
574 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
575 |
+
#, fuzzy
|
576 |
+
msgid "Username:"
|
577 |
+
msgstr "Потребителско име"
|
578 |
+
|
579 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
580 |
+
msgid "Password:"
|
581 |
+
msgstr ""
|
582 |
+
|
583 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:129
|
584 |
+
msgid "Invalid activation key."
|
585 |
+
msgstr ""
|
586 |
+
|
587 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:132
|
588 |
+
msgid "The site is already active."
|
589 |
+
msgstr ""
|
590 |
+
|
591 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:151
|
592 |
+
msgid "Could not create user"
|
593 |
+
msgstr ""
|
594 |
+
|
595 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:163
|
596 |
+
msgid "That username is already activated."
|
597 |
+
msgstr ""
|
598 |
+
|
599 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:182
|
600 |
+
msgid "That username is currently reserved but may be available in a couple of days."
|
601 |
+
msgstr ""
|
602 |
+
|
603 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:185
|
604 |
+
msgid "username and email used"
|
605 |
+
msgstr ""
|
606 |
+
|
607 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:195
|
608 |
+
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."
|
609 |
+
msgstr ""
|
610 |
+
|
611 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:429
|
612 |
+
#, fuzzy
|
613 |
+
msgid "Delete the file"
|
614 |
+
msgstr "Изтрий поле"
|
615 |
+
|
616 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:430
|
617 |
+
#, fuzzy
|
618 |
+
msgid "Update the file"
|
619 |
+
msgstr "Поднови поле"
|
620 |
+
|
621 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:434
|
622 |
+
#, fuzzy
|
623 |
+
msgid "Update the picture"
|
624 |
+
msgstr "Поднови поле"
|
625 |
+
|
626 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:454
|
627 |
+
msgid "Picture URL:"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:14
|
631 |
msgid "Add field"
|
632 |
msgstr "Добави поле"
|
633 |
|
634 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:15
|
635 |
msgid "Update field"
|
636 |
msgstr "Поднови поле"
|
637 |
|
638 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:16
|
639 |
msgid "Delete field"
|
640 |
msgstr "Изтрий поле"
|
641 |
|
642 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:17
|
643 |
msgid "Delete selected fields"
|
644 |
msgstr "Изтрий маркираните полета"
|
645 |
|
646 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:18
|
647 |
msgid "Change order"
|
648 |
msgstr "Смени реда"
|
649 |
|
650 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:27
|
651 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1063
|
652 |
msgid "Min length"
|
653 |
msgstr "Минимална дължина"
|
654 |
|
655 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:28
|
656 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1064
|
657 |
msgid "Exact length"
|
658 |
msgstr "Точна дължина"
|
659 |
|
660 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:29
|
661 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1065
|
662 |
msgid "Max length"
|
663 |
msgstr "Максимална дължина"
|
664 |
|
665 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
666 |
msgid "Exact or Max length"
|
667 |
msgstr "Точна или максимална дължина"
|
668 |
|
669 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:120
|
670 |
msgid "changed to"
|
671 |
msgstr "променен на"
|
672 |
|
673 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:123
|
674 |
msgid "You cannot give an order that misses some numbers"
|
675 |
msgstr "Не може да даваш ред, в който липсват числа"
|
676 |
|
677 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:126
|
678 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:197
|
679 |
msgid "Nothing selected"
|
680 |
msgstr "Нищо не е избрано"
|
681 |
|
682 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:194
|
683 |
msgid "Field(s)"
|
684 |
msgstr "Поле(та)"
|
685 |
|
686 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:194
|
687 |
msgid "deleted correctly"
|
688 |
msgstr "изтрит успешно"
|
689 |
|
690 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:226
|
691 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1055
|
692 |
msgid "Min size"
|
693 |
msgstr "Минимален размер"
|
694 |
|
695 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:227
|
696 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1056
|
697 |
msgid "Exact size"
|
698 |
msgstr "Точен размер"
|
699 |
|
700 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:228
|
701 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1057
|
702 |
msgid "Max size"
|
703 |
msgstr "Максимален размер"
|
704 |
|
705 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:230
|
706 |
msgid "Exact or Max size"
|
707 |
msgstr "Точен или максимален размер"
|
708 |
|
709 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:282
|
710 |
msgid "Name not specified"
|
711 |
msgstr "Не е определено име"
|
712 |
|
713 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:284
|
714 |
msgid "Name cannot contains spaces"
|
715 |
msgstr "Името не може да съдържа шпации"
|
716 |
|
717 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:287
|
718 |
msgid "Label not specified"
|
719 |
msgstr "Не е определен етикет"
|
720 |
|
721 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:292
|
722 |
msgid "not selected (with this type is necessary)"
|
723 |
msgstr "не е избрано (задължително за този тип)"
|
724 |
|
725 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:298
|
726 |
msgid "If you select"
|
727 |
msgstr "Ако избра"
|
728 |
|
729 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:298
|
730 |
msgid "you cannot select Min or Max"
|
731 |
msgstr "не можеш да избереш минимума или максимума"
|
732 |
|
733 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:303
|
734 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:308
|
735 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:313
|
736 |
msgid "should be in the range of"
|
737 |
msgstr "трябва да е в рамките на"
|
738 |
|
739 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:323
|
740 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:325
|
741 |
msgid "Equal TO not specified"
|
742 |
msgstr "Равно НА не е определено"
|
743 |
|
744 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:328
|
745 |
msgid "With checkbox type Equal TO can only be"
|
746 |
msgstr "С отметка от тип Равно НА може да е само"
|
747 |
|
748 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:331
|
749 |
msgid "With radio type Equal TO can only be"
|
750 |
msgstr "С радио бутон от тип Равно НА може да е само"
|
751 |
|
752 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:347
|
753 |
msgid "With checkbox type Value can only be"
|
754 |
msgstr "С отметка от тип Стойност може да е само"
|
755 |
|
756 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:350
|
757 |
msgid "With radio type Value can only be"
|
758 |
msgstr "С радио бутон от тип Стойност може да е само"
|
759 |
|
760 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:407
|
761 |
msgid "Field inserted correctly"
|
762 |
msgstr "Полето е добавено успешно"
|
763 |
|
764 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:409
|
765 |
msgid "Field #"
|
766 |
msgstr "Поле #"
|
767 |
|
768 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:409
|
769 |
msgid "updated correctly"
|
770 |
msgstr "подновено успешно"
|
771 |
|
772 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:412
|
773 |
msgid "Name inserted is just in the database, change to another one"
|
774 |
msgstr "Въведеното име е в базата данни, променето го"
|
775 |
|
776 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
777 |
msgid "To add a new field you have to choose a name, type and label; optional are value and description. Rules are applied during user registration."
|
778 |
msgstr "За да добавите ново поле, трябва да изберете ново име, тип и етикет; стойността и описанието не са задължителни. Правилата важат по време на регистрацията на потребители."
|
779 |
|
780 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:651
|
781 |
msgid "With <strong>radio</strong> and <strong>checkbox</strong>: <em>Value</em> and <em>equal TO</em> can only be 'Yes' or 'No' that means 'selected' or 'not selected'"
|
782 |
msgstr "С <strong>radio</strong> и <strong>отметката</strong>: <em>Стойността</em> и <em>равно НА</em> могат да бъдат само 'Yes' или 'No', което означава 'избрано' или 'неизбрано'"
|
783 |
|
784 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
785 |
msgid "With <strong>drop-down</strong>: you have to add all options into label for example: label/item1,item2,item3"
|
786 |
msgstr "С <strong>drop-down</strong>: може да въведете всички варианти в етикет, например: етикет/вариант1,вариант2,вариант3"
|
787 |
|
788 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:653
|
789 |
msgid "With <strong>picture</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> means max pixel size (width or height) for thumbnail"
|
790 |
msgstr "Със <strong>picture</strong>: вие може да заместите снимката по подразбиране в <em>Стойност</em>; 'минимален,точен и максимален размер' са в KB; <em>равно НА</em> означава размер в пискели (височина или широчина) на умалената снимка"
|
791 |
|
792 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:654
|
793 |
msgid "With <strong>picture-url</strong>: you can preload a default image putting url in <em>Value</em>; <em>equal TO</em> means max width pixel size (height will be proportional)"
|
794 |
msgstr "С <strong>picture-url</strong>: вие може да заместите снимката по подразбиране в <em>Стойност</em>; <em>равно НА</em> означава максимална широчина в пиксели (височината е пропорционална)"
|
795 |
|
796 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
|
797 |
msgid "With <strong>registration-date</strong>: <em>equal TO</em> means date and time format"
|
798 |
msgstr "С <strong>registration-date</strong>: <em>равно НА</em> означава формат за дата и време"
|
799 |
|
800 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:656
|
801 |
#, fuzzy
|
802 |
msgid "With <strong>avatar</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> is automatically set to 512 pixels"
|
803 |
msgstr "Със <strong>picture</strong>: вие може да заместите снимката по подразбиране в <em>Стойност</em>; 'минимален,точен и максимален размер' са в KB; <em>равно НА</em> означава размер в пискели (височина или широчина) на умалената снимка"
|
804 |
|
805 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:657
|
806 |
#, fuzzy
|
807 |
msgid "With <strong>file</strong>: you can preload a default file putting url in <em>Value</em>; 'min,exact,max size' are in KB; under <em>equal TO</em> can be specified allowed extensions separated by comma, example: zip,pdf,doc"
|
808 |
msgstr "Със <strong>picture</strong>: вие може да заместите снимката по подразбиране в <em>Стойност</em>; 'минимален,точен и максимален размер' са в KB; <em>равно НА</em> означава размер в пискели (височина или широчина) на умалената снимка"
|
809 |
|
810 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:664
|
811 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:674
|
812 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
813 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1088
|
814 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1464
|
815 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1465
|
816 |
msgid "Name"
|
817 |
msgstr "Име"
|
818 |
|
819 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:664
|
820 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:675
|
821 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
822 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
|
823 |
msgid "Value"
|
824 |
msgstr "Стойност"
|
825 |
|
826 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:665
|
827 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:678
|
828 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
829 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1094
|
830 |
msgid "Type"
|
831 |
msgstr "Тип"
|
832 |
|
833 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
834 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:697
|
835 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:847
|
836 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1116
|
837 |
msgid "Label"
|
838 |
msgstr "Етикет"
|
839 |
|
840 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
841 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:698
|
842 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:847
|
843 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1119
|
844 |
msgid "Description"
|
845 |
msgstr "Описание"
|
846 |
|
847 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:667
|
848 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:848
|
849 |
msgid "Rules"
|
850 |
msgstr "Правила"
|
851 |
|
852 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:668
|
853 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:849
|
854 |
msgid "Actions"
|
855 |
msgstr "Действия"
|
856 |
|
857 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
858 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1110
|
859 |
#, fuzzy
|
860 |
msgid "Fieldset"
|
861 |
msgstr "Полета"
|
862 |
|
863 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:710
|
864 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1133
|
865 |
msgid "Can be empty"
|
866 |
msgstr "Може да е празно"
|
867 |
|
868 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
869 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1134
|
870 |
msgid "Check for E-mail syntax"
|
871 |
msgstr "Провери за Email синтаксис"
|
872 |
|
873 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
874 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1137
|
875 |
msgid "Can be modified"
|
876 |
msgstr "Може да бъде променяно"
|
877 |
|
878 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:715
|
879 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1138
|
880 |
msgid "Can be modified only if empty"
|
881 |
msgstr "Може да бъде променяно само ако е празно"
|
882 |
|
883 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:716
|
884 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1139
|
885 |
msgid "Can be modified only by admin"
|
886 |
msgstr "Може да бъде променяно само от администратора"
|
887 |
|
888 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
889 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1140
|
890 |
msgid "Can be modified only by admin or if empty"
|
891 |
msgstr "Може да бъде променяно само от администратора или ако е празно"
|
892 |
|
893 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:718
|
894 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1141
|
895 |
msgid "Cannot be modified"
|
896 |
msgstr "Не може да бъде променяно"
|
897 |
|
898 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:726
|
899 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1146
|
900 |
msgid "Should be equal TO"
|
901 |
msgstr "Би трябвало да е равно НА"
|
902 |
|
903 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:728
|
904 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1148
|
905 |
msgid "Case sensitive"
|
906 |
msgstr "Различават се големи и малко букви"
|
907 |
|
908 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
909 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1150
|
910 |
msgid "Regular Expression"
|
911 |
msgstr ""
|
912 |
|
913 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:734
|
914 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1154
|
915 |
msgid "Show the field in the registration"
|
916 |
msgstr "Покажи полето при регистрация"
|
917 |
|
918 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:737
|
919 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1157
|
920 |
msgid "Show the field in User's profile"
|
921 |
msgstr "Покажи полето в профила на потребителя"
|
922 |
|
923 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:740
|
924 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1166
|
925 |
msgid "Show the field in A&U Extended menu"
|
926 |
msgstr "Покажи полето в A&П разширеното меню"
|
927 |
|
928 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:743
|
929 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1169
|
930 |
#, fuzzy
|
931 |
msgid "Show the field in the search engine"
|
932 |
msgstr "Покажи полето при регистрация"
|
933 |
|
934 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:746
|
935 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1172
|
936 |
#, fuzzy
|
937 |
msgid "Show the field in the blog"
|
938 |
msgstr "Покажи полето при регистрация"
|
939 |
|
940 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:749
|
941 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1175
|
942 |
#, fuzzy
|
943 |
msgid "Show the field if the role is at least:"
|
944 |
msgstr "Покажи полето при регистрация"
|
945 |
|
946 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:751
|
947 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1177
|
948 |
msgid "Anonymous"
|
949 |
msgstr ""
|
950 |
|
951 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:762
|
952 |
msgid "Clear"
|
953 |
msgstr "Изчисти"
|
954 |
|
955 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:810
|
956 |
msgid "Invert selection"
|
957 |
msgstr "Обърни избора"
|
958 |
|
959 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:811
|
960 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
961 |
msgstr "Сигурни ли сте, че искате да изтриете полето/полетата и всички данни въведени от потребителите?"
|
962 |
|
963 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:817
|
964 |
msgid "WordPress Fields"
|
965 |
msgstr "WordPress полета"
|
966 |
|
967 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:830
|
968 |
msgid "None!"
|
969 |
msgstr "Няма!"
|
970 |
|
971 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:845
|
972 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1076
|
973 |
msgid "Order"
|
974 |
msgstr "Подреди"
|
975 |
|
976 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1188
|
977 |
msgid "Reset"
|
978 |
msgstr "Отмени"
|
979 |
|
980 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1239
|
981 |
#, fuzzy
|
982 |
msgid "select"
|
983 |
msgstr "Изтрий"
|
984 |
|
985 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1342
|
986 |
#, php-format
|
987 |
msgid "Users Matching \"%s\""
|
988 |
msgstr "Потребители отговарящи на \"%s\""
|
989 |
|
990 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1346
|
991 |
#, fuzzy
|
992 |
msgid "Users Extended List"
|
993 |
msgstr "Разширен списък с Автори & Потребители"
|
994 |
|
995 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1348
|
996 |
msgid "Authors & Users Extended List"
|
997 |
msgstr "Разширен списък с Автори & Потребители"
|
998 |
|
999 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1387
|
1000 |
+
#, php-format
|
1001 |
+
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
1002 |
+
msgstr ""
|
1003 |
+
|
1004 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1399
|
1005 |
msgid "Search Users"
|
1006 |
msgstr "Търсене на потребители"
|
1007 |
|
1008 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1425
|
1009 |
msgid "« Back to All Users"
|
1010 |
msgstr "« Назад към Всички потребители"
|
1011 |
|
1012 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1431
|
1013 |
#, fuzzy
|
1014 |
msgid "Users per page"
|
1015 |
msgstr "Таблица с потребителски данни"
|
1016 |
|
1017 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1446
|
1018 |
msgid "Apply"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1459
|
1022 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1460
|
1023 |
msgid "Username"
|
1024 |
msgstr "Потребителско име"
|
1025 |
|
1026 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1469
|
1027 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1470
|
1028 |
msgid "E-mail"
|
1029 |
msgstr "E-mail"
|
1030 |
|
1031 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1474
|
1032 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1475
|
1033 |
msgid "Role"
|
1034 |
msgstr "Роля"
|
1035 |
|
1036 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1484
|
1037 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1485
|
1038 |
msgid "Posts"
|
1039 |
msgstr "Постове"
|
1040 |
|
1041 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1594
|
1042 |
msgid "View posts by this author"
|
1043 |
msgstr "Виж постовете на този автор"
|
1044 |
|
1045 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1625
|
1046 |
#, php-format
|
1047 |
msgid "e-mail: %s"
|
1048 |
msgstr "e-mail: %s"
|
1049 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1050 |
#~ msgid "Disable get_cimyFieldValue function"
|
1051 |
#~ msgstr "Изключи функцията get_cimyFieldValue"
|
1052 |
#~ msgid "leave disabled if you don't know what to do"
|
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:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -16,858 +16,1039 @@ 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/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
msgid "WordPress Fields table emptied"
|
21 |
msgstr "WordPress tabel tømt"
|
22 |
|
23 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
24 |
msgid "WordPress Fields table deleted"
|
25 |
msgstr "WordPress tabel slettet"
|
26 |
|
27 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
28 |
msgid "Extra Fields table emptied"
|
29 |
msgstr "Tabel med ekstra felter tømt"
|
30 |
|
31 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
32 |
msgid "Extra Fields table deleted"
|
33 |
msgstr "Tabel med ekstra felter slettet"
|
34 |
|
35 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
36 |
msgid "Users Data table emptied"
|
37 |
msgstr "Tabellen med brugerdata er blevet tømt"
|
38 |
|
39 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
40 |
msgid "Users Data table deleted"
|
41 |
msgstr "Tabellen med brugerdata er blevet slettet"
|
42 |
|
43 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
44 |
msgid "Options set to default values"
|
45 |
msgstr "Indstillinger nulstillet"
|
46 |
|
47 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
48 |
msgid "Options deleted"
|
49 |
msgstr "Indstillinger slettet"
|
50 |
|
51 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
52 |
msgid "Options changed"
|
53 |
msgstr "Indstillinger ændret"
|
54 |
|
55 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
56 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
60 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
61 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
62 |
msgid "Options"
|
63 |
msgstr "Indstillinger"
|
64 |
|
65 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
66 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
67 |
msgid "Add a new Field"
|
68 |
msgstr "Tilføj et nyt felt"
|
69 |
|
70 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
71 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
72 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
73 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:
|
74 |
msgid "Extra Fields"
|
75 |
msgstr "Ekstra felter"
|
76 |
|
77 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
78 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
msgid "SUCCESSFUL"
|
80 |
msgstr "GENNEMFØRT"
|
81 |
|
82 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
83 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
84 |
msgid "Save Changes"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
88 |
msgid "General"
|
89 |
msgstr "Generelle indstillinger"
|
90 |
|
91 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
92 |
msgid "installed is"
|
93 |
msgstr "installeret er"
|
94 |
|
95 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
96 |
msgid "OPTIONS DELETED!"
|
97 |
msgstr "INDSTILLINGER SLETTET!"
|
98 |
|
99 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
100 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
101 |
msgid "Fix the problem"
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
105 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
106 |
msgstr "VERSIONSKONFLIKT! Husk at deaktivere og genaktivere plugin'et efter opdatering!"
|
107 |
|
108 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
109 |
msgid "Picture/Avatar upload"
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
113 |
msgid "is created and writable"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
117 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
msgid "Database"
|
122 |
msgstr "Database administration"
|
123 |
|
124 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
125 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
126 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
127 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
128 |
msgid "select action"
|
129 |
msgstr "Vælg handling"
|
130 |
|
131 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
132 |
msgid "Default values"
|
133 |
msgstr "Standard værdier"
|
134 |
|
135 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
136 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
137 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
138 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
139 |
msgid "Delete"
|
140 |
msgstr "Slet"
|
141 |
|
142 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
143 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
144 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
145 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
146 |
msgid "NOT PRESENT"
|
147 |
msgstr "FINDES IKKE"
|
148 |
|
149 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
150 |
msgid "WordPress Fields table"
|
151 |
msgstr "WordPress tabel"
|
152 |
|
153 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
154 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
155 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
156 |
msgid "Empty"
|
157 |
msgstr "Tøm"
|
158 |
|
159 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
160 |
msgid "Extra Fields table"
|
161 |
msgstr "Tabel med ekstra felter"
|
162 |
|
163 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
164 |
msgid "Users Data table"
|
165 |
msgstr "Tabel for brugerdata"
|
166 |
|
167 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
168 |
msgid "all data inserted by users in all and only extra fields"
|
169 |
msgstr "al brugerdata i alle ekstra felter"
|
170 |
|
171 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
172 |
msgid "Force tables creation"
|
173 |
msgstr "Gennemtving oprettelse af tabeller"
|
174 |
|
175 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
176 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
180 |
msgid "User Profile"
|
181 |
msgstr "Brugerprofil"
|
182 |
|
183 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
184 |
#, fuzzy
|
185 |
msgid "Extra Fields section title"
|
186 |
msgstr "Tabel med ekstra felter"
|
187 |
|
188 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
189 |
msgid "Fieldset's titles, separates with comma"
|
190 |
msgstr "Feltrækkernes titel, adkilt med komma"
|
191 |
|
192 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
193 |
msgid "example: title1,title2,title3"
|
194 |
msgstr "F. eks.: Titel1,Titel2,Titel3"
|
195 |
|
196 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
197 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
201 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
202 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
203 |
msgid "Authors & Users Extended"
|
204 |
msgstr "Bruger liste"
|
205 |
|
206 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
207 |
msgid "Hide username field"
|
208 |
msgstr "Skjul brugernavn"
|
209 |
|
210 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
211 |
msgid "Hide name field"
|
212 |
msgstr "Skjul fornavn"
|
213 |
|
214 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
215 |
msgid "Hide email field"
|
216 |
msgstr "Skjul e-mailadresse"
|
217 |
|
218 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
219 |
#, fuzzy
|
220 |
msgid "Hide role field"
|
221 |
msgstr "Skjul fornavn"
|
222 |
|
223 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
224 |
msgid "Hide website field"
|
225 |
msgstr "Skjul website"
|
226 |
|
227 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
228 |
msgid "Hide n. posts field"
|
229 |
msgstr "Skjul angivelse af antal af brugerindlæg"
|
230 |
|
231 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
232 |
msgid "WordPress hidden fields"
|
233 |
msgstr "Wordpress skjulte felter"
|
234 |
|
235 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
236 |
msgid "Show password"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
240 |
msgid "Show first name"
|
241 |
msgstr "Vis fornavn"
|
242 |
|
243 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
244 |
msgid "Show last name"
|
245 |
msgstr "Vis Efternavn"
|
246 |
|
247 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
248 |
msgid "Show nickname"
|
249 |
msgstr "Vis Kaldenavn"
|
250 |
|
251 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
252 |
msgid "Show website"
|
253 |
msgstr "Website"
|
254 |
|
255 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
256 |
msgid "Show AIM"
|
257 |
msgstr "Vis AIM"
|
258 |
|
259 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
260 |
msgid "Show Yahoo IM"
|
261 |
msgstr "Vis Yahoo IM"
|
262 |
|
263 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
264 |
msgid "Show Jabber / Google Talk"
|
265 |
msgstr "Vis Jabber / Google Talk"
|
266 |
|
267 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
268 |
msgid "Show Biographical Info"
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/
|
272 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:729
|
273 |
-
#, fuzzy
|
274 |
-
msgid "Please upload a file with one of the following extensions"
|
275 |
-
msgstr "Upload venligst et billede af en af følgende filtyper"
|
276 |
-
|
277 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:298
|
278 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:735
|
279 |
-
msgid "Please upload an image with one of the following extensions"
|
280 |
-
msgstr "Upload venligst et billede af en af følgende filtyper"
|
281 |
-
|
282 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:422
|
283 |
-
#, fuzzy
|
284 |
-
msgid "Delete the file"
|
285 |
-
msgstr "Slet felt"
|
286 |
-
|
287 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:423
|
288 |
-
#, fuzzy
|
289 |
-
msgid "Update the file"
|
290 |
-
msgstr "Opdater felt"
|
291 |
-
|
292 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:426
|
293 |
-
#, fuzzy
|
294 |
-
msgid "Delete the picture"
|
295 |
-
msgstr "Slet felt"
|
296 |
-
|
297 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:427
|
298 |
-
#, fuzzy
|
299 |
-
msgid "Update the picture"
|
300 |
-
msgstr "Opdater felt"
|
301 |
-
|
302 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:447
|
303 |
-
msgid "Picture URL:"
|
304 |
-
msgstr ""
|
305 |
-
|
306 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:215
|
307 |
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!"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
311 |
msgid "Password"
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
|
|
|
|
|
|
|
|
315 |
#, fuzzy
|
316 |
msgid "First name"
|
317 |
msgstr "Vis fornavn"
|
318 |
|
319 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
320 |
#, fuzzy
|
321 |
msgid "Last name"
|
322 |
msgstr "Vis Efternavn"
|
323 |
|
324 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
325 |
#, fuzzy
|
326 |
msgid "Nickname"
|
327 |
msgstr "Navn"
|
328 |
|
329 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
330 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
331 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
332 |
msgid "Website"
|
333 |
msgstr "Website"
|
334 |
|
335 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
336 |
msgid "AIM"
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
340 |
#, fuzzy
|
341 |
msgid "Yahoo IM"
|
342 |
msgstr "Vis Yahoo IM"
|
343 |
|
344 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
345 |
#, fuzzy
|
346 |
msgid "Jabber / Google Talk"
|
347 |
msgstr "Vis Jabber / Google Talk"
|
348 |
|
349 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
350 |
msgid "Biographical Info"
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
354 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
355 |
msgid "Fields"
|
356 |
msgstr "Felter"
|
357 |
|
358 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
359 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
360 |
msgid "A&U Extended"
|
361 |
msgstr "Bruger liste"
|
362 |
|
363 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
364 |
#, fuzzy
|
365 |
msgid "Users Extended"
|
366 |
msgstr "Vis alle brugere"
|
367 |
|
368 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
369 |
msgid "Add field"
|
370 |
msgstr "Tilføj felt"
|
371 |
|
372 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
373 |
msgid "Update field"
|
374 |
msgstr "Opdater felt"
|
375 |
|
376 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
377 |
msgid "Delete field"
|
378 |
msgstr "Slet felt"
|
379 |
|
380 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
381 |
msgid "Delete selected fields"
|
382 |
msgstr "Slet valgte felter"
|
383 |
|
384 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
385 |
msgid "Change order"
|
386 |
msgstr "Ændre rækkefølge"
|
387 |
|
388 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
389 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
390 |
msgid "Min length"
|
391 |
msgstr "Min. længde"
|
392 |
|
393 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
394 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
395 |
msgid "Exact length"
|
396 |
msgstr "Eksakt længde"
|
397 |
|
398 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
399 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
400 |
msgid "Max length"
|
401 |
msgstr "Max. længde"
|
402 |
|
403 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
404 |
msgid "Exact or Max length"
|
405 |
msgstr "Eksakt eller max. længde"
|
406 |
|
407 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
408 |
msgid "changed to"
|
409 |
msgstr "ændret til"
|
410 |
|
411 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
412 |
msgid "You cannot give an order that misses some numbers"
|
413 |
msgstr "Ved angivelse af rækkefølge skal hele talrækken med."
|
414 |
|
415 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
416 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
417 |
msgid "Nothing selected"
|
418 |
msgstr "Ingenting valgt "
|
419 |
|
420 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
421 |
msgid "Field(s)"
|
422 |
msgstr "Felt(er)"
|
423 |
|
424 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
425 |
msgid "deleted correctly"
|
426 |
msgstr "Sletning gennemført"
|
427 |
|
428 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
429 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
430 |
msgid "Min size"
|
431 |
msgstr "Min. størrelse"
|
432 |
|
433 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
434 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
435 |
msgid "Exact size"
|
436 |
msgstr "Eksakt størrelse"
|
437 |
|
438 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
439 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
440 |
msgid "Max size"
|
441 |
msgstr "Max. størrelse"
|
442 |
|
443 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
444 |
msgid "Exact or Max size"
|
445 |
msgstr "Eksakt eller Max. størrelse"
|
446 |
|
447 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
448 |
msgid "Name not specified"
|
449 |
msgstr "Navn ikke angivet"
|
450 |
|
451 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
452 |
msgid "Name cannot contains spaces"
|
453 |
msgstr "Navnet må ikke indeholde mellemrum"
|
454 |
|
455 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
456 |
msgid "Label not specified"
|
457 |
msgstr "Betegnelse ikke angivet"
|
458 |
|
459 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
460 |
msgid "not selected (with this type is necessary)"
|
461 |
msgstr "ikke valgt (kræves ved denne Type)"
|
462 |
|
463 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
464 |
msgid "If you select"
|
465 |
msgstr "Ved valg"
|
466 |
|
467 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
468 |
msgid "you cannot select Min or Max"
|
469 |
msgstr "Min eller Max kan ikke vælges"
|
470 |
|
471 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
472 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
473 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
474 |
msgid "should be in the range of"
|
475 |
msgstr "skal angives indenfor følgende talrække"
|
476 |
|
477 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
478 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
479 |
msgid "Equal TO not specified"
|
480 |
msgstr "LIG MED ikke angivet"
|
481 |
|
482 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
483 |
msgid "With checkbox type Equal TO can only be"
|
484 |
msgstr "Ved 'Type' - 'checkbox' kan LIG MED kun være"
|
485 |
|
486 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
487 |
msgid "With radio type Equal TO can only be"
|
488 |
msgstr "Ved 'Type' - 'radio' kan LIG MED kun være"
|
489 |
|
490 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
491 |
msgid "With checkbox type Value can only be"
|
492 |
msgstr "Ved 'Type' - 'checkbox' kan 'Værdi' kun være"
|
493 |
|
494 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
495 |
msgid "With radio type Value can only be"
|
496 |
msgstr "Ved 'Type' - 'radio' kan 'Værdi' kun være"
|
497 |
|
498 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
499 |
msgid "Field inserted correctly"
|
500 |
msgstr "Felt indsat"
|
501 |
|
502 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
503 |
msgid "Field #"
|
504 |
msgstr "Felt #"
|
505 |
|
506 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
507 |
msgid "updated correctly"
|
508 |
msgstr "Opdatering gennemført"
|
509 |
|
510 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
511 |
msgid "Name inserted is just in the database, change to another one"
|
512 |
msgstr "Det valgte navn findes allerede, vælg venligst et andet"
|
513 |
|
514 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
515 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:352
|
516 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:357
|
517 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:378
|
518 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:390
|
519 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:397
|
520 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:408
|
521 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:414
|
522 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:426
|
523 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
524 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:444
|
525 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
526 |
-
msgid "ERROR"
|
527 |
-
msgstr "FEJL"
|
528 |
-
|
529 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
530 |
msgid "To add a new field you have to choose a name, type and label; optional are value and description. Rules are applied during user registration."
|
531 |
msgstr "For at tilføje et nyt felt kræves angivelse af navn, type og betegnelse; værdi og beskrivelse kan fravælges. Reglerne anvendes under brugerregistrering."
|
532 |
|
533 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
534 |
msgid "With <strong>radio</strong> and <strong>checkbox</strong>: <em>Value</em> and <em>equal TO</em> can only be 'Yes' or 'No' that means 'selected' or 'not selected'"
|
535 |
msgstr "<strong>radio</strong> og <strong>checkbox</strong>: <em>Værdi</em> og <em>LIG MED</em> kan kun have værdierne 'Yes' eller 'No', dvs. valgt eller ikke valgt."
|
536 |
|
537 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
538 |
msgid "With <strong>drop-down</strong>: you have to add all options into label for example: label/item1,item2,item3"
|
539 |
msgstr "<strong>drop-down</strong>: Du skal angive de mulige valgmuligheder under 'betegnelse' i følgende format: Betegnelse/værdi1,værdi2. F. eks.: Køn/mand,kvinde"
|
540 |
|
541 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
542 |
msgid "With <strong>picture</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> means max pixel size (width or height) for thumbnail"
|
543 |
msgstr "<strong>picture</strong>: Du kan anvende et standardbillede ved angivelse af billedets adresse (URL) under <em>Værdi</em>; 'min, eksakt, max størrelse' angives i KB;<em>er LIG MED</em> betegner den maksimale pixelstørrelse (højde eller bredde) for thumbnail-billede."
|
544 |
|
545 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
546 |
msgid "With <strong>picture-url</strong>: you can preload a default image putting url in <em>Value</em>; <em>equal TO</em> means max width pixel size (height will be proportional)"
|
547 |
msgstr "<strong>picture-url</strong>: Du kan anvende et standardbillede ved angivelse af billedets adresse (URL) under <em>Værdi</em>; <em>er LIG MED</em> betegner billedets maksimale pixelbredde (højden reguleres proportionelt)."
|
548 |
|
549 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
550 |
msgid "With <strong>registration-date</strong>: <em>equal TO</em> means date and time format"
|
551 |
msgstr "<strong>registration-date</strong>: <em>LIG MED</em> henviser til dato- og tidsformat."
|
552 |
|
553 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
554 |
#, fuzzy
|
555 |
msgid "With <strong>avatar</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> is automatically set to 512 pixels"
|
556 |
msgstr "<strong>picture</strong>: Du kan anvende et standardbillede ved angivelse af billedets adresse (URL) under <em>Værdi</em>; 'min, eksakt, max størrelse' angives i KB;<em>er LIG MED</em> betegner den maksimale pixelstørrelse (højde eller bredde) for thumbnail-billede."
|
557 |
|
558 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
559 |
#, fuzzy
|
560 |
msgid "With <strong>file</strong>: you can preload a default file putting url in <em>Value</em>; 'min,exact,max size' are in KB; under <em>equal TO</em> can be specified allowed extensions separated by comma, example: zip,pdf,doc"
|
561 |
msgstr "<strong>picture</strong>: Du kan anvende et standardbillede ved angivelse af billedets adresse (URL) under <em>Værdi</em>; 'min, eksakt, max størrelse' angives i KB;<em>er LIG MED</em> betegner den maksimale pixelstørrelse (højde eller bredde) for thumbnail-billede."
|
562 |
|
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 |
-
#: /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 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
568 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
569 |
msgid "Name"
|
570 |
msgstr "Navn"
|
571 |
|
572 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
573 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
574 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
575 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
576 |
msgid "Value"
|
577 |
msgstr "Værdi"
|
578 |
|
579 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
580 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
581 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
582 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
583 |
msgid "Type"
|
584 |
msgstr "Type"
|
585 |
|
586 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
587 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
588 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
589 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
590 |
msgid "Label"
|
591 |
msgstr "Betegnelse"
|
592 |
|
593 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
594 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
595 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
596 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
597 |
msgid "Description"
|
598 |
msgstr "Beskrivelse"
|
599 |
|
600 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
601 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
602 |
msgid "Rules"
|
603 |
msgstr "Regler"
|
604 |
|
605 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
606 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
607 |
msgid "Actions"
|
608 |
msgstr "Handlinger"
|
609 |
|
610 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
611 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
612 |
#, fuzzy
|
613 |
msgid "Fieldset"
|
614 |
msgstr "Felter"
|
615 |
|
616 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
617 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
618 |
msgid "Can be empty"
|
619 |
msgstr "Kan være tomt"
|
620 |
|
621 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
622 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
623 |
msgid "Check for E-mail syntax"
|
624 |
msgstr "Kontroller venligst e-mailadressen"
|
625 |
|
626 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
627 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
628 |
msgid "Can be modified"
|
629 |
msgstr "Kan ændres"
|
630 |
|
631 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
632 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
633 |
msgid "Can be modified only if empty"
|
634 |
msgstr "Kan kun ændres hvis feltet er tomt"
|
635 |
|
636 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
637 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
638 |
msgid "Can be modified only by admin"
|
639 |
msgstr "Kan kun ændres af Administrator"
|
640 |
|
641 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
642 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
643 |
msgid "Can be modified only by admin or if empty"
|
644 |
msgstr "Kan kun ændres hvis det er tomt"
|
645 |
|
646 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
647 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
648 |
msgid "Cannot be modified"
|
649 |
msgstr "Kan ikke ændres"
|
650 |
|
651 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
652 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
653 |
msgid "Should be equal TO"
|
654 |
msgstr "Skal være LIG MED"
|
655 |
|
656 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
657 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
658 |
msgid "Case sensitive"
|
659 |
msgstr "Forskel på store og små bogstaver"
|
660 |
|
661 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
662 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
663 |
msgid "Regular Expression"
|
664 |
msgstr ""
|
665 |
|
666 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
667 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
668 |
msgid "Show the field in the registration"
|
669 |
msgstr "Vis felt i forbindelse med brugerregistrering"
|
670 |
|
671 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
672 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
673 |
msgid "Show the field in User's profile"
|
674 |
msgstr "Vis felt i 'Brugerprofil'"
|
675 |
|
676 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
677 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
678 |
msgid "Show the field in A&U Extended menu"
|
679 |
msgstr "Vis felt under 'Vis alle brugere'"
|
680 |
|
681 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
682 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
683 |
#, fuzzy
|
684 |
msgid "Show the field in the search engine"
|
685 |
msgstr "Vis felt i forbindelse med brugerregistrering"
|
686 |
|
687 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
688 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
689 |
#, fuzzy
|
690 |
msgid "Show the field in the blog"
|
691 |
msgstr "Vis felt i forbindelse med brugerregistrering"
|
692 |
|
693 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
694 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
695 |
#, fuzzy
|
696 |
msgid "Show the field if the role is at least:"
|
697 |
msgstr "Vis felt i forbindelse med brugerregistrering"
|
698 |
|
699 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
700 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
701 |
msgid "Anonymous"
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
705 |
msgid "Clear"
|
706 |
msgstr "Slet"
|
707 |
|
708 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
709 |
msgid "Invert selection"
|
710 |
msgstr "Omvend markering"
|
711 |
|
712 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
713 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
714 |
msgstr "Er du sikker på at du vil slette dette/disse felt(er) og al tilknyttet brugerdata?"
|
715 |
|
716 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
717 |
msgid "WordPress Fields"
|
718 |
msgstr "WordPress felter"
|
719 |
|
720 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
721 |
msgid "None!"
|
722 |
msgstr "Ingen!"
|
723 |
|
724 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
725 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
726 |
msgid "Order"
|
727 |
msgstr "Rækkefølge"
|
728 |
|
729 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
730 |
msgid "Reset"
|
731 |
msgstr "Nulstil"
|
732 |
|
733 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
734 |
#, fuzzy
|
735 |
msgid "select"
|
736 |
msgstr "Slet"
|
737 |
|
738 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
739 |
#, php-format
|
740 |
msgid "Users Matching \"%s\""
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
744 |
#, fuzzy
|
745 |
msgid "Users Extended List"
|
746 |
msgstr "Vis alle brugere"
|
747 |
|
748 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
749 |
msgid "Authors & Users Extended List"
|
750 |
msgstr "Vis alle brugere"
|
751 |
|
752 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
|
|
753 |
msgid "Search Users"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
757 |
msgid "« Back to All Users"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
761 |
#, fuzzy
|
762 |
msgid "Users per page"
|
763 |
msgstr "Tabel for brugerdata"
|
764 |
|
765 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
766 |
msgid "Apply"
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
770 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
771 |
msgid "Username"
|
772 |
msgstr "Brugernavn"
|
773 |
|
774 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
775 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
776 |
msgid "E-mail"
|
777 |
msgstr "E-mail"
|
778 |
|
779 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
780 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
781 |
#, fuzzy
|
782 |
msgid "Role"
|
783 |
msgstr "Regler"
|
784 |
|
785 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
786 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
787 |
msgid "Posts"
|
788 |
msgstr "Indlæg"
|
789 |
|
790 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
791 |
msgid "View posts by this author"
|
792 |
msgstr "Vis denne brugers indlæg"
|
793 |
|
794 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
795 |
#, php-format
|
796 |
msgid "e-mail: %s"
|
797 |
msgstr "e-mail: %s"
|
798 |
|
799 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:327
|
800 |
-
#, fuzzy
|
801 |
-
msgid "no fieldset"
|
802 |
-
msgstr "Objekter pr. feltrække"
|
803 |
-
|
804 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:16
|
805 |
-
#, php-format
|
806 |
-
msgid "File '%s' doesn't exist?"
|
807 |
-
msgstr ""
|
808 |
-
|
809 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:19
|
810 |
-
msgid "The GD image library is not installed."
|
811 |
-
msgstr ""
|
812 |
-
|
813 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:26
|
814 |
-
#, php-format
|
815 |
-
msgid "File '%s' is not an image."
|
816 |
-
msgstr ""
|
817 |
-
|
818 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:352
|
819 |
-
msgid "hasn’t a correct email syntax."
|
820 |
-
msgstr "E-mail adresse angivet forkert. "
|
821 |
-
|
822 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:357
|
823 |
-
msgid "couldn’t be empty."
|
824 |
-
msgstr "Må ikke være tomt."
|
825 |
-
|
826 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:377
|
827 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:386
|
828 |
-
msgid "isn’t correct"
|
829 |
-
msgstr "er forkert"
|
830 |
-
|
831 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:383
|
832 |
-
msgid "YES"
|
833 |
-
msgstr "JA"
|
834 |
-
|
835 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:383
|
836 |
-
msgid "NO"
|
837 |
-
msgstr "NEJ"
|
838 |
-
|
839 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:388
|
840 |
-
msgid "should be"
|
841 |
-
msgstr "skulle være"
|
842 |
-
|
843 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:397
|
844 |
-
msgid "should be an image."
|
845 |
-
msgstr "burde være et billede."
|
846 |
-
|
847 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:408
|
848 |
-
msgid "couldn’t have size less than"
|
849 |
-
msgstr "Størrelse må ikke være mindre end"
|
850 |
-
|
851 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:414
|
852 |
-
msgid "couldn’t have length less than"
|
853 |
-
msgstr "Længden må ikke være mindre end"
|
854 |
-
|
855 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:426
|
856 |
-
msgid "couldn’t have size different than"
|
857 |
-
msgstr "Størrelse må ikke afvige fra"
|
858 |
-
|
859 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
860 |
-
msgid "couldn’t have length different than"
|
861 |
-
msgstr "Længde må ikke afvige fra"
|
862 |
-
|
863 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:444
|
864 |
-
msgid "couldn’t have size more than"
|
865 |
-
msgstr "Størrelse må ikke overstige"
|
866 |
-
|
867 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
868 |
-
msgid "couldn’t have length more than"
|
869 |
-
msgstr "Længde må ikke overstige"
|
870 |
-
|
871 |
#~ msgid "Disable get_cimyFieldValue function"
|
872 |
#~ msgstr "Slå funktionen get_cimyFieldValue fra"
|
873 |
#~ msgid "leave disabled if you don't know what to do"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Cimy User Extra Fields\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-08-11 00:58+0300\n"
|
6 |
+
"PO-Revision-Date: 2010-08-11 00: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:432
|
20 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:436
|
21 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
22 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:471
|
23 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:483
|
24 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:490
|
25 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:501
|
26 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:507
|
27 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:519
|
28 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:525
|
29 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:537
|
30 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:543
|
31 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:567
|
32 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:435
|
33 |
+
msgid "ERROR"
|
34 |
+
msgstr "FEJL"
|
35 |
+
|
36 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
37 |
+
msgid "does not match."
|
38 |
+
msgstr ""
|
39 |
+
|
40 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:436
|
41 |
+
msgid "hasn’t a correct email syntax."
|
42 |
+
msgstr "E-mail adresse angivet forkert. "
|
43 |
+
|
44 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
45 |
+
msgid "couldn’t be empty."
|
46 |
+
msgstr "Må ikke være tomt."
|
47 |
+
|
48 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:470
|
49 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:479
|
50 |
+
msgid "isn’t correct"
|
51 |
+
msgstr "er forkert"
|
52 |
+
|
53 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:476
|
54 |
+
msgid "YES"
|
55 |
+
msgstr "JA"
|
56 |
+
|
57 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:476
|
58 |
+
msgid "NO"
|
59 |
+
msgstr "NEJ"
|
60 |
+
|
61 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:481
|
62 |
+
msgid "should be"
|
63 |
+
msgstr "skulle være"
|
64 |
+
|
65 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:490
|
66 |
+
msgid "should be an image."
|
67 |
+
msgstr "burde være et billede."
|
68 |
+
|
69 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:501
|
70 |
+
msgid "couldn’t have size less than"
|
71 |
+
msgstr "Størrelse må ikke være mindre end"
|
72 |
+
|
73 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:507
|
74 |
+
msgid "couldn’t have length less than"
|
75 |
+
msgstr "Længden må ikke være mindre end"
|
76 |
+
|
77 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:519
|
78 |
+
msgid "couldn’t have size different than"
|
79 |
+
msgstr "Størrelse må ikke afvige fra"
|
80 |
+
|
81 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:525
|
82 |
+
msgid "couldn’t have length different than"
|
83 |
+
msgstr "Længde må ikke afvige fra"
|
84 |
+
|
85 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:537
|
86 |
+
msgid "couldn’t have size more than"
|
87 |
+
msgstr "Størrelse må ikke overstige"
|
88 |
+
|
89 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:543
|
90 |
+
msgid "couldn’t have length more than"
|
91 |
+
msgstr "Længde må ikke overstige"
|
92 |
+
|
93 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:567
|
94 |
+
msgid "Typed code is not correct."
|
95 |
+
msgstr ""
|
96 |
+
|
97 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:840
|
98 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:299
|
99 |
+
#, fuzzy
|
100 |
+
msgid "Please upload a file with one of the following extensions"
|
101 |
+
msgstr "Upload venligst et billede af en af følgende filtyper"
|
102 |
+
|
103 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:846
|
104 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:363
|
105 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:305
|
106 |
+
msgid "Please upload an image with one of the following extensions"
|
107 |
+
msgstr "Upload venligst et billede af en af følgende filtyper"
|
108 |
+
|
109 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:926
|
110 |
+
msgid "Strength indicator"
|
111 |
+
msgstr ""
|
112 |
+
|
113 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:927
|
114 |
+
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 ! \\\" ? $ % ^ & )."
|
115 |
+
msgstr ""
|
116 |
+
|
117 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:418
|
118 |
+
#, fuzzy
|
119 |
+
msgid "no fieldset"
|
120 |
+
msgstr "Objekter pr. feltrække"
|
121 |
+
|
122 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:40
|
123 |
msgid "WordPress Fields table emptied"
|
124 |
msgstr "WordPress tabel tømt"
|
125 |
|
126 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:45
|
127 |
msgid "WordPress Fields table deleted"
|
128 |
msgstr "WordPress tabel slettet"
|
129 |
|
130 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:54
|
131 |
msgid "Extra Fields table emptied"
|
132 |
msgstr "Tabel med ekstra felter tømt"
|
133 |
|
134 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:59
|
135 |
msgid "Extra Fields table deleted"
|
136 |
msgstr "Tabel med ekstra felter slettet"
|
137 |
|
138 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:68
|
139 |
msgid "Users Data table emptied"
|
140 |
msgstr "Tabellen med brugerdata er blevet tømt"
|
141 |
|
142 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:73
|
143 |
msgid "Users Data table deleted"
|
144 |
msgstr "Tabellen med brugerdata er blevet slettet"
|
145 |
|
146 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:84
|
147 |
msgid "Options set to default values"
|
148 |
msgstr "Indstillinger nulstillet"
|
149 |
|
150 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:90
|
151 |
msgid "Options deleted"
|
152 |
msgstr "Indstillinger slettet"
|
153 |
|
154 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:339
|
155 |
msgid "Options changed"
|
156 |
msgstr "Indstillinger ændret"
|
157 |
|
158 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:453
|
159 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:465
|
163 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:601
|
164 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:698
|
165 |
msgid "Options"
|
166 |
msgstr "Indstillinger"
|
167 |
|
168 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:468
|
169 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:427
|
170 |
msgid "Add a new Field"
|
171 |
msgstr "Tilføj et nyt felt"
|
172 |
|
173 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:468
|
174 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:819
|
175 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
176 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:241
|
177 |
msgid "Extra Fields"
|
178 |
msgstr "Ekstra felter"
|
179 |
|
180 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:474
|
181 |
+
msgid "Support the Cimy Project"
|
182 |
+
msgstr ""
|
183 |
+
|
184 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:482
|
185 |
+
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!"
|
186 |
+
msgstr ""
|
187 |
+
|
188 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:492
|
189 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:454
|
190 |
msgid "SUCCESSFUL"
|
191 |
msgstr "GENNEMFØRT"
|
192 |
|
193 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:505
|
194 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:775
|
195 |
msgid "Save Changes"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:506
|
199 |
msgid "General"
|
200 |
msgstr "Generelle indstillinger"
|
201 |
|
202 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:514
|
203 |
msgid "installed is"
|
204 |
msgstr "installeret er"
|
205 |
|
206 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:518
|
207 |
msgid "OPTIONS DELETED!"
|
208 |
msgstr "INDSTILLINGER SLETTET!"
|
209 |
|
210 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:521
|
211 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:526
|
212 |
msgid "Fix the problem"
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:524
|
216 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
217 |
msgstr "VERSIONSKONFLIKT! Husk at deaktivere og genaktivere plugin'et efter opdatering!"
|
218 |
|
219 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:532
|
220 |
msgid "Picture/Avatar upload"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:536
|
224 |
msgid "is created and writable"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:538
|
228 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:545
|
232 |
+
#, fuzzy
|
233 |
+
msgid "Show all fields in the welcome email"
|
234 |
+
msgstr "Vis felt i forbindelse med brugerregistrering"
|
235 |
+
|
236 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:549
|
237 |
+
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
238 |
+
msgstr ""
|
239 |
+
|
240 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:557
|
241 |
+
msgid "Enable email confirmation"
|
242 |
+
msgstr ""
|
243 |
+
|
244 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:561
|
245 |
+
msgid "user that registers should confirm its email address via a link click"
|
246 |
+
msgstr ""
|
247 |
+
|
248 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:569
|
249 |
+
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
250 |
+
msgstr ""
|
251 |
+
|
252 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:573
|
253 |
+
msgid "Public KEY"
|
254 |
+
msgstr ""
|
255 |
+
|
256 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:577
|
257 |
+
msgid "Private KEY"
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:584
|
261 |
+
msgid "Change login/registration page logo"
|
262 |
+
msgstr ""
|
263 |
+
|
264 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:589
|
265 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:433
|
266 |
+
#, fuzzy
|
267 |
+
msgid "Delete the picture"
|
268 |
+
msgstr "Slet felt"
|
269 |
+
|
270 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:592
|
271 |
+
msgid "Maximum recommended logo width is 328px, but any height should work."
|
272 |
+
msgstr ""
|
273 |
+
|
274 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:598
|
275 |
msgid "Database"
|
276 |
msgstr "Database administration"
|
277 |
|
278 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:607
|
279 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:625
|
280 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:644
|
281 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:661
|
282 |
msgid "select action"
|
283 |
msgstr "Vælg handling"
|
284 |
|
285 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:608
|
286 |
msgid "Default values"
|
287 |
msgstr "Standard værdier"
|
288 |
|
289 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:609
|
290 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:627
|
291 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:646
|
292 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:663
|
293 |
msgid "Delete"
|
294 |
msgstr "Slet"
|
295 |
|
296 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
297 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:632
|
298 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:650
|
299 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:668
|
300 |
msgid "NOT PRESENT"
|
301 |
msgstr "FINDES IKKE"
|
302 |
|
303 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:618
|
304 |
msgid "WordPress Fields table"
|
305 |
msgstr "WordPress tabel"
|
306 |
|
307 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:626
|
308 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:645
|
309 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:662
|
310 |
msgid "Empty"
|
311 |
msgstr "Tøm"
|
312 |
|
313 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:638
|
314 |
msgid "Extra Fields table"
|
315 |
msgstr "Tabel med ekstra felter"
|
316 |
|
317 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:655
|
318 |
msgid "Users Data table"
|
319 |
msgstr "Tabel for brugerdata"
|
320 |
|
321 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:665
|
322 |
msgid "all data inserted by users in all and only extra fields"
|
323 |
msgstr "al brugerdata i alle ekstra felter"
|
324 |
|
325 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:673
|
326 |
msgid "Force tables creation"
|
327 |
msgstr "Gennemtving oprettelse af tabeller"
|
328 |
|
329 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:676
|
330 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:682
|
334 |
msgid "User Profile"
|
335 |
msgstr "Brugerprofil"
|
336 |
|
337 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:685
|
338 |
#, fuzzy
|
339 |
msgid "Extra Fields section title"
|
340 |
msgstr "Tabel med ekstra felter"
|
341 |
|
342 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:689
|
343 |
msgid "Fieldset's titles, separates with comma"
|
344 |
msgstr "Feltrækkernes titel, adkilt med komma"
|
345 |
|
346 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:689
|
347 |
msgid "example: title1,title2,title3"
|
348 |
msgstr "F. eks.: Titel1,Titel2,Titel3"
|
349 |
|
350 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:690
|
351 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:695
|
355 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:700
|
356 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:709
|
357 |
msgid "Authors & Users Extended"
|
358 |
msgstr "Bruger liste"
|
359 |
|
360 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:699
|
361 |
msgid "Hide username field"
|
362 |
msgstr "Skjul brugernavn"
|
363 |
|
364 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:705
|
365 |
msgid "Hide name field"
|
366 |
msgstr "Skjul fornavn"
|
367 |
|
368 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:710
|
369 |
msgid "Hide email field"
|
370 |
msgstr "Skjul e-mailadresse"
|
371 |
|
372 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:714
|
373 |
#, fuzzy
|
374 |
msgid "Hide role field"
|
375 |
msgstr "Skjul fornavn"
|
376 |
|
377 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:718
|
378 |
msgid "Hide website field"
|
379 |
msgstr "Skjul website"
|
380 |
|
381 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:722
|
382 |
msgid "Hide n. posts field"
|
383 |
msgstr "Skjul angivelse af antal af brugerindlæg"
|
384 |
|
385 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:727
|
386 |
msgid "WordPress hidden fields"
|
387 |
msgstr "Wordpress skjulte felter"
|
388 |
|
389 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:730
|
390 |
msgid "Show password"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:734
|
394 |
+
msgid "Show confirmation password"
|
395 |
+
msgstr ""
|
396 |
+
|
397 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:738
|
398 |
+
msgid "Show password strength meter"
|
399 |
+
msgstr ""
|
400 |
+
|
401 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:742
|
402 |
msgid "Show first name"
|
403 |
msgstr "Vis fornavn"
|
404 |
|
405 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:746
|
406 |
msgid "Show last name"
|
407 |
msgstr "Vis Efternavn"
|
408 |
|
409 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
|
410 |
msgid "Show nickname"
|
411 |
msgstr "Vis Kaldenavn"
|
412 |
|
413 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:754
|
414 |
msgid "Show website"
|
415 |
msgstr "Website"
|
416 |
|
417 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:758
|
418 |
msgid "Show AIM"
|
419 |
msgstr "Vis AIM"
|
420 |
|
421 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:762
|
422 |
msgid "Show Yahoo IM"
|
423 |
msgstr "Vis Yahoo IM"
|
424 |
|
425 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:766
|
426 |
msgid "Show Jabber / Google Talk"
|
427 |
msgstr "Vis Jabber / Google Talk"
|
428 |
|
429 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:770
|
430 |
msgid "Show Biographical Info"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:193
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
434 |
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!"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:200
|
438 |
msgid "Password"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
|
442 |
+
msgid "Password confirmation"
|
443 |
+
msgstr ""
|
444 |
+
|
445 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:240
|
446 |
#, fuzzy
|
447 |
msgid "First name"
|
448 |
msgstr "Vis fornavn"
|
449 |
|
450 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:260
|
451 |
#, fuzzy
|
452 |
msgid "Last name"
|
453 |
msgstr "Vis Efternavn"
|
454 |
|
455 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:280
|
456 |
#, fuzzy
|
457 |
msgid "Nickname"
|
458 |
msgstr "Navn"
|
459 |
|
460 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:300
|
461 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1479
|
462 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1480
|
463 |
msgid "Website"
|
464 |
msgstr "Website"
|
465 |
|
466 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
|
467 |
msgid "AIM"
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:340
|
471 |
#, fuzzy
|
472 |
msgid "Yahoo IM"
|
473 |
msgstr "Vis Yahoo IM"
|
474 |
|
475 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:360
|
476 |
#, fuzzy
|
477 |
msgid "Jabber / Google Talk"
|
478 |
msgstr "Vis Jabber / Google Talk"
|
479 |
|
480 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:380
|
481 |
msgid "Biographical Info"
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:699
|
485 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:120
|
486 |
msgid "Fields"
|
487 |
msgstr "Felter"
|
488 |
|
489 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:700
|
490 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:709
|
491 |
msgid "A&U Extended"
|
492 |
msgstr "Bruger liste"
|
493 |
|
494 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:704
|
495 |
#, fuzzy
|
496 |
msgid "Users Extended"
|
497 |
msgstr "Vis alle brugere"
|
498 |
|
499 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:16
|
500 |
+
#, php-format
|
501 |
+
msgid "File '%s' doesn't exist?"
|
502 |
+
msgstr ""
|
503 |
+
|
504 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:19
|
505 |
+
msgid "The GD image library is not installed."
|
506 |
+
msgstr ""
|
507 |
+
|
508 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:26
|
509 |
+
#, php-format
|
510 |
+
msgid "File '%s' is not an image."
|
511 |
+
msgstr ""
|
512 |
+
|
513 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:40
|
514 |
+
#, php-format
|
515 |
+
msgid "New user registration on your site %s:"
|
516 |
+
msgstr ""
|
517 |
+
|
518 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:41
|
519 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:52
|
520 |
+
#, fuzzy, php-format
|
521 |
+
msgid "Username: %s"
|
522 |
+
msgstr "Brugernavn"
|
523 |
+
|
524 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:42
|
525 |
+
#, fuzzy, php-format
|
526 |
+
msgid "E-mail: %s"
|
527 |
+
msgstr "e-mail: %s"
|
528 |
+
|
529 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:47
|
530 |
+
#, php-format
|
531 |
+
msgid "[%s] New User Registration"
|
532 |
+
msgstr ""
|
533 |
+
|
534 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:53
|
535 |
+
#, php-format
|
536 |
+
msgid "Password: %s"
|
537 |
+
msgstr ""
|
538 |
+
|
539 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:59
|
540 |
+
#, php-format
|
541 |
+
msgid "[%s] Your username and password"
|
542 |
+
msgstr ""
|
543 |
+
|
544 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:68
|
545 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:75
|
546 |
+
#, php-format
|
547 |
+
msgid "%s: %s"
|
548 |
+
msgstr ""
|
549 |
+
|
550 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:92
|
551 |
+
#, php-format
|
552 |
+
msgid ""
|
553 |
+
"To activate your user, please click the following link:\n"
|
554 |
+
"\n"
|
555 |
+
"%s\n"
|
556 |
+
"\n"
|
557 |
+
"After you activate, you will receive *another email* with your login.\n"
|
558 |
+
"\n"
|
559 |
+
msgstr ""
|
560 |
+
|
561 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:107
|
562 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
563 |
+
msgid "Your account is now active!"
|
564 |
+
msgstr ""
|
565 |
+
|
566 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:108
|
567 |
+
#, php-format
|
568 |
+
msgid "Your site at <a href=\"%1$s\">%2$s</a> is active. You may now log in to your site using your chosen username of “%3$s”. Please check your email inbox at %4$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href=\"%5$s\">reset your password</a></p>."
|
569 |
+
msgstr ""
|
570 |
+
|
571 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:110
|
572 |
+
msgid "An error occurred during the activation"
|
573 |
+
msgstr ""
|
574 |
+
|
575 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
576 |
+
#, fuzzy
|
577 |
+
msgid "Username:"
|
578 |
+
msgstr "Brugernavn"
|
579 |
+
|
580 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
581 |
+
msgid "Password:"
|
582 |
+
msgstr ""
|
583 |
+
|
584 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:129
|
585 |
+
msgid "Invalid activation key."
|
586 |
+
msgstr ""
|
587 |
+
|
588 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:132
|
589 |
+
msgid "The site is already active."
|
590 |
+
msgstr ""
|
591 |
+
|
592 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:151
|
593 |
+
msgid "Could not create user"
|
594 |
+
msgstr ""
|
595 |
+
|
596 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:163
|
597 |
+
msgid "That username is already activated."
|
598 |
+
msgstr ""
|
599 |
+
|
600 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:182
|
601 |
+
msgid "That username is currently reserved but may be available in a couple of days."
|
602 |
+
msgstr ""
|
603 |
+
|
604 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:185
|
605 |
+
msgid "username and email used"
|
606 |
+
msgstr ""
|
607 |
+
|
608 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:195
|
609 |
+
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."
|
610 |
+
msgstr ""
|
611 |
+
|
612 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:429
|
613 |
+
#, fuzzy
|
614 |
+
msgid "Delete the file"
|
615 |
+
msgstr "Slet felt"
|
616 |
+
|
617 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:430
|
618 |
+
#, fuzzy
|
619 |
+
msgid "Update the file"
|
620 |
+
msgstr "Opdater felt"
|
621 |
+
|
622 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:434
|
623 |
+
#, fuzzy
|
624 |
+
msgid "Update the picture"
|
625 |
+
msgstr "Opdater felt"
|
626 |
+
|
627 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:454
|
628 |
+
msgid "Picture URL:"
|
629 |
+
msgstr ""
|
630 |
+
|
631 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:14
|
632 |
msgid "Add field"
|
633 |
msgstr "Tilføj felt"
|
634 |
|
635 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:15
|
636 |
msgid "Update field"
|
637 |
msgstr "Opdater felt"
|
638 |
|
639 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:16
|
640 |
msgid "Delete field"
|
641 |
msgstr "Slet felt"
|
642 |
|
643 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:17
|
644 |
msgid "Delete selected fields"
|
645 |
msgstr "Slet valgte felter"
|
646 |
|
647 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:18
|
648 |
msgid "Change order"
|
649 |
msgstr "Ændre rækkefølge"
|
650 |
|
651 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:27
|
652 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1063
|
653 |
msgid "Min length"
|
654 |
msgstr "Min. længde"
|
655 |
|
656 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:28
|
657 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1064
|
658 |
msgid "Exact length"
|
659 |
msgstr "Eksakt længde"
|
660 |
|
661 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:29
|
662 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1065
|
663 |
msgid "Max length"
|
664 |
msgstr "Max. længde"
|
665 |
|
666 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
667 |
msgid "Exact or Max length"
|
668 |
msgstr "Eksakt eller max. længde"
|
669 |
|
670 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:120
|
671 |
msgid "changed to"
|
672 |
msgstr "ændret til"
|
673 |
|
674 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:123
|
675 |
msgid "You cannot give an order that misses some numbers"
|
676 |
msgstr "Ved angivelse af rækkefølge skal hele talrækken med."
|
677 |
|
678 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:126
|
679 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:197
|
680 |
msgid "Nothing selected"
|
681 |
msgstr "Ingenting valgt "
|
682 |
|
683 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:194
|
684 |
msgid "Field(s)"
|
685 |
msgstr "Felt(er)"
|
686 |
|
687 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:194
|
688 |
msgid "deleted correctly"
|
689 |
msgstr "Sletning gennemført"
|
690 |
|
691 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:226
|
692 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1055
|
693 |
msgid "Min size"
|
694 |
msgstr "Min. størrelse"
|
695 |
|
696 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:227
|
697 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1056
|
698 |
msgid "Exact size"
|
699 |
msgstr "Eksakt størrelse"
|
700 |
|
701 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:228
|
702 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1057
|
703 |
msgid "Max size"
|
704 |
msgstr "Max. størrelse"
|
705 |
|
706 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:230
|
707 |
msgid "Exact or Max size"
|
708 |
msgstr "Eksakt eller Max. størrelse"
|
709 |
|
710 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:282
|
711 |
msgid "Name not specified"
|
712 |
msgstr "Navn ikke angivet"
|
713 |
|
714 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:284
|
715 |
msgid "Name cannot contains spaces"
|
716 |
msgstr "Navnet må ikke indeholde mellemrum"
|
717 |
|
718 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:287
|
719 |
msgid "Label not specified"
|
720 |
msgstr "Betegnelse ikke angivet"
|
721 |
|
722 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:292
|
723 |
msgid "not selected (with this type is necessary)"
|
724 |
msgstr "ikke valgt (kræves ved denne Type)"
|
725 |
|
726 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:298
|
727 |
msgid "If you select"
|
728 |
msgstr "Ved valg"
|
729 |
|
730 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:298
|
731 |
msgid "you cannot select Min or Max"
|
732 |
msgstr "Min eller Max kan ikke vælges"
|
733 |
|
734 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:303
|
735 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:308
|
736 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:313
|
737 |
msgid "should be in the range of"
|
738 |
msgstr "skal angives indenfor følgende talrække"
|
739 |
|
740 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:323
|
741 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:325
|
742 |
msgid "Equal TO not specified"
|
743 |
msgstr "LIG MED ikke angivet"
|
744 |
|
745 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:328
|
746 |
msgid "With checkbox type Equal TO can only be"
|
747 |
msgstr "Ved 'Type' - 'checkbox' kan LIG MED kun være"
|
748 |
|
749 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:331
|
750 |
msgid "With radio type Equal TO can only be"
|
751 |
msgstr "Ved 'Type' - 'radio' kan LIG MED kun være"
|
752 |
|
753 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:347
|
754 |
msgid "With checkbox type Value can only be"
|
755 |
msgstr "Ved 'Type' - 'checkbox' kan 'Værdi' kun være"
|
756 |
|
757 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:350
|
758 |
msgid "With radio type Value can only be"
|
759 |
msgstr "Ved 'Type' - 'radio' kan 'Værdi' kun være"
|
760 |
|
761 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:407
|
762 |
msgid "Field inserted correctly"
|
763 |
msgstr "Felt indsat"
|
764 |
|
765 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:409
|
766 |
msgid "Field #"
|
767 |
msgstr "Felt #"
|
768 |
|
769 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:409
|
770 |
msgid "updated correctly"
|
771 |
msgstr "Opdatering gennemført"
|
772 |
|
773 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:412
|
774 |
msgid "Name inserted is just in the database, change to another one"
|
775 |
msgstr "Det valgte navn findes allerede, vælg venligst et andet"
|
776 |
|
777 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
778 |
msgid "To add a new field you have to choose a name, type and label; optional are value and description. Rules are applied during user registration."
|
779 |
msgstr "For at tilføje et nyt felt kræves angivelse af navn, type og betegnelse; værdi og beskrivelse kan fravælges. Reglerne anvendes under brugerregistrering."
|
780 |
|
781 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:651
|
782 |
msgid "With <strong>radio</strong> and <strong>checkbox</strong>: <em>Value</em> and <em>equal TO</em> can only be 'Yes' or 'No' that means 'selected' or 'not selected'"
|
783 |
msgstr "<strong>radio</strong> og <strong>checkbox</strong>: <em>Værdi</em> og <em>LIG MED</em> kan kun have værdierne 'Yes' eller 'No', dvs. valgt eller ikke valgt."
|
784 |
|
785 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
786 |
msgid "With <strong>drop-down</strong>: you have to add all options into label for example: label/item1,item2,item3"
|
787 |
msgstr "<strong>drop-down</strong>: Du skal angive de mulige valgmuligheder under 'betegnelse' i følgende format: Betegnelse/værdi1,værdi2. F. eks.: Køn/mand,kvinde"
|
788 |
|
789 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:653
|
790 |
msgid "With <strong>picture</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> means max pixel size (width or height) for thumbnail"
|
791 |
msgstr "<strong>picture</strong>: Du kan anvende et standardbillede ved angivelse af billedets adresse (URL) under <em>Værdi</em>; 'min, eksakt, max størrelse' angives i KB;<em>er LIG MED</em> betegner den maksimale pixelstørrelse (højde eller bredde) for thumbnail-billede."
|
792 |
|
793 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:654
|
794 |
msgid "With <strong>picture-url</strong>: you can preload a default image putting url in <em>Value</em>; <em>equal TO</em> means max width pixel size (height will be proportional)"
|
795 |
msgstr "<strong>picture-url</strong>: Du kan anvende et standardbillede ved angivelse af billedets adresse (URL) under <em>Værdi</em>; <em>er LIG MED</em> betegner billedets maksimale pixelbredde (højden reguleres proportionelt)."
|
796 |
|
797 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
|
798 |
msgid "With <strong>registration-date</strong>: <em>equal TO</em> means date and time format"
|
799 |
msgstr "<strong>registration-date</strong>: <em>LIG MED</em> henviser til dato- og tidsformat."
|
800 |
|
801 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:656
|
802 |
#, fuzzy
|
803 |
msgid "With <strong>avatar</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> is automatically set to 512 pixels"
|
804 |
msgstr "<strong>picture</strong>: Du kan anvende et standardbillede ved angivelse af billedets adresse (URL) under <em>Værdi</em>; 'min, eksakt, max størrelse' angives i KB;<em>er LIG MED</em> betegner den maksimale pixelstørrelse (højde eller bredde) for thumbnail-billede."
|
805 |
|
806 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:657
|
807 |
#, fuzzy
|
808 |
msgid "With <strong>file</strong>: you can preload a default file putting url in <em>Value</em>; 'min,exact,max size' are in KB; under <em>equal TO</em> can be specified allowed extensions separated by comma, example: zip,pdf,doc"
|
809 |
msgstr "<strong>picture</strong>: Du kan anvende et standardbillede ved angivelse af billedets adresse (URL) under <em>Værdi</em>; 'min, eksakt, max størrelse' angives i KB;<em>er LIG MED</em> betegner den maksimale pixelstørrelse (højde eller bredde) for thumbnail-billede."
|
810 |
|
811 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:664
|
812 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:674
|
813 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
814 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1088
|
815 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1464
|
816 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1465
|
817 |
msgid "Name"
|
818 |
msgstr "Navn"
|
819 |
|
820 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:664
|
821 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:675
|
822 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
823 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
|
824 |
msgid "Value"
|
825 |
msgstr "Værdi"
|
826 |
|
827 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:665
|
828 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:678
|
829 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
830 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1094
|
831 |
msgid "Type"
|
832 |
msgstr "Type"
|
833 |
|
834 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
835 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:697
|
836 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:847
|
837 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1116
|
838 |
msgid "Label"
|
839 |
msgstr "Betegnelse"
|
840 |
|
841 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
842 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:698
|
843 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:847
|
844 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1119
|
845 |
msgid "Description"
|
846 |
msgstr "Beskrivelse"
|
847 |
|
848 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:667
|
849 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:848
|
850 |
msgid "Rules"
|
851 |
msgstr "Regler"
|
852 |
|
853 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:668
|
854 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:849
|
855 |
msgid "Actions"
|
856 |
msgstr "Handlinger"
|
857 |
|
858 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
859 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1110
|
860 |
#, fuzzy
|
861 |
msgid "Fieldset"
|
862 |
msgstr "Felter"
|
863 |
|
864 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:710
|
865 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1133
|
866 |
msgid "Can be empty"
|
867 |
msgstr "Kan være tomt"
|
868 |
|
869 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
870 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1134
|
871 |
msgid "Check for E-mail syntax"
|
872 |
msgstr "Kontroller venligst e-mailadressen"
|
873 |
|
874 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
875 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1137
|
876 |
msgid "Can be modified"
|
877 |
msgstr "Kan ændres"
|
878 |
|
879 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:715
|
880 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1138
|
881 |
msgid "Can be modified only if empty"
|
882 |
msgstr "Kan kun ændres hvis feltet er tomt"
|
883 |
|
884 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:716
|
885 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1139
|
886 |
msgid "Can be modified only by admin"
|
887 |
msgstr "Kan kun ændres af Administrator"
|
888 |
|
889 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
890 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1140
|
891 |
msgid "Can be modified only by admin or if empty"
|
892 |
msgstr "Kan kun ændres hvis det er tomt"
|
893 |
|
894 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:718
|
895 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1141
|
896 |
msgid "Cannot be modified"
|
897 |
msgstr "Kan ikke ændres"
|
898 |
|
899 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:726
|
900 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1146
|
901 |
msgid "Should be equal TO"
|
902 |
msgstr "Skal være LIG MED"
|
903 |
|
904 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:728
|
905 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1148
|
906 |
msgid "Case sensitive"
|
907 |
msgstr "Forskel på store og små bogstaver"
|
908 |
|
909 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
910 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1150
|
911 |
msgid "Regular Expression"
|
912 |
msgstr ""
|
913 |
|
914 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:734
|
915 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1154
|
916 |
msgid "Show the field in the registration"
|
917 |
msgstr "Vis felt i forbindelse med brugerregistrering"
|
918 |
|
919 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:737
|
920 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1157
|
921 |
msgid "Show the field in User's profile"
|
922 |
msgstr "Vis felt i 'Brugerprofil'"
|
923 |
|
924 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:740
|
925 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1166
|
926 |
msgid "Show the field in A&U Extended menu"
|
927 |
msgstr "Vis felt under 'Vis alle brugere'"
|
928 |
|
929 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:743
|
930 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1169
|
931 |
#, fuzzy
|
932 |
msgid "Show the field in the search engine"
|
933 |
msgstr "Vis felt i forbindelse med brugerregistrering"
|
934 |
|
935 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:746
|
936 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1172
|
937 |
#, fuzzy
|
938 |
msgid "Show the field in the blog"
|
939 |
msgstr "Vis felt i forbindelse med brugerregistrering"
|
940 |
|
941 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:749
|
942 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1175
|
943 |
#, fuzzy
|
944 |
msgid "Show the field if the role is at least:"
|
945 |
msgstr "Vis felt i forbindelse med brugerregistrering"
|
946 |
|
947 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:751
|
948 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1177
|
949 |
msgid "Anonymous"
|
950 |
msgstr ""
|
951 |
|
952 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:762
|
953 |
msgid "Clear"
|
954 |
msgstr "Slet"
|
955 |
|
956 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:810
|
957 |
msgid "Invert selection"
|
958 |
msgstr "Omvend markering"
|
959 |
|
960 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:811
|
961 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
962 |
msgstr "Er du sikker på at du vil slette dette/disse felt(er) og al tilknyttet brugerdata?"
|
963 |
|
964 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:817
|
965 |
msgid "WordPress Fields"
|
966 |
msgstr "WordPress felter"
|
967 |
|
968 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:830
|
969 |
msgid "None!"
|
970 |
msgstr "Ingen!"
|
971 |
|
972 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:845
|
973 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1076
|
974 |
msgid "Order"
|
975 |
msgstr "Rækkefølge"
|
976 |
|
977 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1188
|
978 |
msgid "Reset"
|
979 |
msgstr "Nulstil"
|
980 |
|
981 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1239
|
982 |
#, fuzzy
|
983 |
msgid "select"
|
984 |
msgstr "Slet"
|
985 |
|
986 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1342
|
987 |
#, php-format
|
988 |
msgid "Users Matching \"%s\""
|
989 |
msgstr ""
|
990 |
|
991 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1346
|
992 |
#, fuzzy
|
993 |
msgid "Users Extended List"
|
994 |
msgstr "Vis alle brugere"
|
995 |
|
996 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1348
|
997 |
msgid "Authors & Users Extended List"
|
998 |
msgstr "Vis alle brugere"
|
999 |
|
1000 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1387
|
1001 |
+
#, php-format
|
1002 |
+
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
1003 |
+
msgstr ""
|
1004 |
+
|
1005 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1399
|
1006 |
msgid "Search Users"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1425
|
1010 |
msgid "« Back to All Users"
|
1011 |
msgstr ""
|
1012 |
|
1013 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1431
|
1014 |
#, fuzzy
|
1015 |
msgid "Users per page"
|
1016 |
msgstr "Tabel for brugerdata"
|
1017 |
|
1018 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1446
|
1019 |
msgid "Apply"
|
1020 |
msgstr ""
|
1021 |
|
1022 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1459
|
1023 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1460
|
1024 |
msgid "Username"
|
1025 |
msgstr "Brugernavn"
|
1026 |
|
1027 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1469
|
1028 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1470
|
1029 |
msgid "E-mail"
|
1030 |
msgstr "E-mail"
|
1031 |
|
1032 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1474
|
1033 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1475
|
1034 |
#, fuzzy
|
1035 |
msgid "Role"
|
1036 |
msgstr "Regler"
|
1037 |
|
1038 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1484
|
1039 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1485
|
1040 |
msgid "Posts"
|
1041 |
msgstr "Indlæg"
|
1042 |
|
1043 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1594
|
1044 |
msgid "View posts by this author"
|
1045 |
msgstr "Vis denne brugers indlæg"
|
1046 |
|
1047 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1625
|
1048 |
#, php-format
|
1049 |
msgid "e-mail: %s"
|
1050 |
msgstr "e-mail: %s"
|
1051 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1052 |
#~ msgid "Disable get_cimyFieldValue function"
|
1053 |
#~ msgstr "Slå funktionen get_cimyFieldValue fra"
|
1054 |
#~ msgid "leave disabled if you don't know what to do"
|
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:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -16,846 +16,1030 @@ 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/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
msgid "WordPress Fields table emptied"
|
21 |
msgstr "WP-Datenbank-Tabelle Zusatzfelder geleert"
|
22 |
|
23 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
24 |
msgid "WordPress Fields table deleted"
|
25 |
msgstr "WP-Datenbank-Tabelle Zusatzfelder gelöscht"
|
26 |
|
27 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
28 |
msgid "Extra Fields table emptied"
|
29 |
msgstr "Tabelle \"Benutzerdefinierte Felder\" geleert"
|
30 |
|
31 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
32 |
msgid "Extra Fields table deleted"
|
33 |
msgstr "Tabelle \"Benutzerdefinierte Felder\" gelöscht"
|
34 |
|
35 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
36 |
msgid "Users Data table emptied"
|
37 |
msgstr "Tabelle \"Benutzerdaten\" geleert"
|
38 |
|
39 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
40 |
msgid "Users Data table deleted"
|
41 |
msgstr "Tabelle \"Benutzerdaten\" gelöscht"
|
42 |
|
43 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
44 |
msgid "Options set to default values"
|
45 |
msgstr "Einstellungen auf Grundeinstellungen zurück gesetzt"
|
46 |
|
47 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
48 |
msgid "Options deleted"
|
49 |
msgstr "Einstellungen gelöscht"
|
50 |
|
51 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
52 |
msgid "Options changed"
|
53 |
msgstr "Einstellungen aktualisiert"
|
54 |
|
55 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
56 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
60 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
61 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
62 |
msgid "Options"
|
63 |
msgstr "Einstellungen"
|
64 |
|
65 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
66 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
67 |
msgid "Add a new Field"
|
68 |
msgstr "Ein neues Feld hinzufügen"
|
69 |
|
70 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
71 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
72 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
73 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:
|
74 |
msgid "Extra Fields"
|
75 |
msgstr "Benutzerdefinierte Felder"
|
76 |
|
77 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
78 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
msgid "SUCCESSFUL"
|
80 |
msgstr "ERFOLGREICH"
|
81 |
|
82 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
83 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
84 |
msgid "Save Changes"
|
85 |
msgstr "Einstellungen aktualisieren"
|
86 |
|
87 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
88 |
msgid "General"
|
89 |
msgstr "Allgemein"
|
90 |
|
91 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
92 |
msgid "installed is"
|
93 |
msgstr "installiert ist"
|
94 |
|
95 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
96 |
msgid "OPTIONS DELETED!"
|
97 |
msgstr "EINSTELLUNGEN GELÖSCHT!"
|
98 |
|
99 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
100 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
101 |
msgid "Fix the problem"
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
105 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
106 |
msgstr "VERSIONEN NICHT KOMPATIBEL! Du hast das Plugin nach dem Update nicht deaktiviert und anschließend reaktiviert. Das könnte Probleme geben..."
|
107 |
|
108 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
109 |
msgid "Picture/Avatar upload"
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
113 |
msgid "is created and writable"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
117 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
msgid "Database"
|
122 |
msgstr "Datenbank"
|
123 |
|
124 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
125 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
126 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
127 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
128 |
msgid "select action"
|
129 |
msgstr "Wähle Aktion"
|
130 |
|
131 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
132 |
msgid "Default values"
|
133 |
msgstr "Werte: Grundeinstellung"
|
134 |
|
135 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
136 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
137 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
138 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
139 |
msgid "Delete"
|
140 |
msgstr "Löschen"
|
141 |
|
142 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
143 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
144 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
145 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
146 |
msgid "NOT PRESENT"
|
147 |
msgstr "NICHT VORHANDEN"
|
148 |
|
149 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
150 |
msgid "WordPress Fields table"
|
151 |
msgstr "WP-Datenbank-Tabelle"
|
152 |
|
153 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
154 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
155 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
156 |
msgid "Empty"
|
157 |
msgstr "Leer"
|
158 |
|
159 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
160 |
msgid "Extra Fields table"
|
161 |
msgstr "Tabelle \"Benutzerdefinierte Felder\""
|
162 |
|
163 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
164 |
msgid "Users Data table"
|
165 |
msgstr "Tabelle \"Benutzerdaten\""
|
166 |
|
167 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
168 |
msgid "all data inserted by users in all and only extra fields"
|
169 |
msgstr "alle von \"Benutzern\" in die Cimy-Zusatzfelder eingetragenen Daten"
|
170 |
|
171 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
172 |
msgid "Force tables creation"
|
173 |
msgstr "Erzwingt die Erstellung der Datenbanktabellen"
|
174 |
|
175 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
176 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
177 |
msgstr "Achtung: Mit dieser Einstellung zwingen Sie das PlugIn die Datenbanktabellen zu erstellen. Dieser Schritt wird auch bei (De-)Aktivierung des PlugIns durchgeführt."
|
178 |
|
179 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
180 |
msgid "User Profile"
|
181 |
msgstr "\"Benutzer\" Profil"
|
182 |
|
183 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
184 |
msgid "Extra Fields section title"
|
185 |
msgstr "Titel für \"Benutzerdefinierte Felder\""
|
186 |
|
187 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
188 |
msgid "Fieldset's titles, separates with comma"
|
189 |
msgstr "Titel des Abschnitts der \"Benutzerdefinierten Felder\", abgetrennt durch Kommata (',')"
|
190 |
|
191 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
192 |
msgid "example: title1,title2,title3"
|
193 |
msgstr "Beispiel: Titel1, Titel2, Titel3"
|
194 |
|
195 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
196 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
200 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
201 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
202 |
msgid "Authors & Users Extended"
|
203 |
msgstr "\"Autoren & Benutzer\" erweitert"
|
204 |
|
205 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
206 |
msgid "Hide username field"
|
207 |
msgstr "Feld: \"'Benutzer'-Name\" nicht anzeigen"
|
208 |
|
209 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
210 |
msgid "Hide name field"
|
211 |
msgstr "Feld: \"Name\" nicht anzeigen"
|
212 |
|
213 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
214 |
msgid "Hide email field"
|
215 |
msgstr "Feld: \"E-mail Adresse\" nicht anzeigen"
|
216 |
|
217 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
218 |
msgid "Hide role field"
|
219 |
msgstr "Feld: \"Rolle\" des \"Benutzers\" nicht anzeigen"
|
220 |
|
221 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
222 |
msgid "Hide website field"
|
223 |
msgstr "Feld: \"Webseite\" nicht anzeigen"
|
224 |
|
225 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
226 |
msgid "Hide n. posts field"
|
227 |
msgstr "Feld: Anzahl der von \"Benutzer(n)\" erstellten Artikel nicht anzeigen"
|
228 |
|
229 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
230 |
msgid "WordPress hidden fields"
|
231 |
msgstr "Feld: \"Wordpress hidden fields\" (verborgene Felder)"
|
232 |
|
233 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
234 |
msgid "Show password"
|
235 |
msgstr "\"Passwort\" anzeigen"
|
236 |
|
237 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
238 |
msgid "Show first name"
|
239 |
msgstr "Zeige \"Vornamen\""
|
240 |
|
241 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
242 |
msgid "Show last name"
|
243 |
msgstr "Zeige \"Nachnamen\""
|
244 |
|
245 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
246 |
msgid "Show nickname"
|
247 |
msgstr "Zeige \"Nicknamen\"/Spitznamen"
|
248 |
|
249 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
250 |
msgid "Show website"
|
251 |
msgstr "Zeige \"Webseite\""
|
252 |
|
253 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
254 |
msgid "Show AIM"
|
255 |
msgstr "Zeige \"AIM\""
|
256 |
|
257 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
258 |
msgid "Show Yahoo IM"
|
259 |
msgstr "Zeige \"Yahoo IM\""
|
260 |
|
261 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
262 |
msgid "Show Jabber / Google Talk"
|
263 |
msgstr "Zeige \"Jabber / Google Talk\""
|
264 |
|
265 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
266 |
msgid "Show Biographical Info"
|
267 |
msgstr "\"Weitere Informationen\" anzeigen"
|
268 |
|
269 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/
|
270 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:729
|
271 |
-
#, fuzzy
|
272 |
-
msgid "Please upload a file with one of the following extensions"
|
273 |
-
msgstr "Bitte lade ein Bild mit einer der folgenden Dateiendungen hoch"
|
274 |
-
|
275 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:298
|
276 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:735
|
277 |
-
msgid "Please upload an image with one of the following extensions"
|
278 |
-
msgstr "Bitte lade ein Bild mit einer der folgenden Dateiendungen hoch"
|
279 |
-
|
280 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:422
|
281 |
-
#, fuzzy
|
282 |
-
msgid "Delete the file"
|
283 |
-
msgstr "Bild löschen"
|
284 |
-
|
285 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:423
|
286 |
-
#, fuzzy
|
287 |
-
msgid "Update the file"
|
288 |
-
msgstr "Bild aktualisieren"
|
289 |
-
|
290 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:426
|
291 |
-
msgid "Delete the picture"
|
292 |
-
msgstr "Bild löschen"
|
293 |
-
|
294 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:427
|
295 |
-
msgid "Update the picture"
|
296 |
-
msgstr "Bild aktualisieren"
|
297 |
-
|
298 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:447
|
299 |
-
msgid "Picture URL:"
|
300 |
-
msgstr "URL für Bild:"
|
301 |
-
|
302 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:215
|
303 |
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!"
|
304 |
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."
|
305 |
|
306 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
307 |
msgid "Password"
|
308 |
msgstr "Passwort"
|
309 |
|
310 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
|
|
|
|
|
|
|
|
311 |
msgid "First name"
|
312 |
msgstr "Vorname"
|
313 |
|
314 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
315 |
msgid "Last name"
|
316 |
msgstr "Nachname"
|
317 |
|
318 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
319 |
msgid "Nickname"
|
320 |
msgstr "Spitzname"
|
321 |
|
322 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
323 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
324 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
325 |
msgid "Website"
|
326 |
msgstr "Webseite"
|
327 |
|
328 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
329 |
msgid "AIM"
|
330 |
msgstr "AIM"
|
331 |
|
332 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
333 |
msgid "Yahoo IM"
|
334 |
msgstr "Yahoo IM"
|
335 |
|
336 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
337 |
msgid "Jabber / Google Talk"
|
338 |
msgstr "Jabber / Google Talk"
|
339 |
|
340 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
341 |
msgid "Biographical Info"
|
342 |
msgstr "Weitere Informationen"
|
343 |
|
344 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
345 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
346 |
msgid "Fields"
|
347 |
msgstr "Felder"
|
348 |
|
349 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
350 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
351 |
msgid "A&U Extended"
|
352 |
msgstr "\"Autoren & Benutzer\" erweitert"
|
353 |
|
354 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
355 |
#, fuzzy
|
356 |
msgid "Users Extended"
|
357 |
msgstr "Liste aller \"Benutzer\""
|
358 |
|
359 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
360 |
msgid "Add field"
|
361 |
msgstr "Feld hinzufügen"
|
362 |
|
363 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
364 |
msgid "Update field"
|
365 |
msgstr "Feld aktualisieren"
|
366 |
|
367 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
368 |
msgid "Delete field"
|
369 |
msgstr "Feld löschen"
|
370 |
|
371 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
372 |
msgid "Delete selected fields"
|
373 |
msgstr "Ausgewählte Felder löschen"
|
374 |
|
375 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
376 |
msgid "Change order"
|
377 |
msgstr "Reihenfolge ändern "
|
378 |
|
379 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
380 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
381 |
msgid "Min length"
|
382 |
msgstr "Minimale Länge"
|
383 |
|
384 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
385 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
386 |
msgid "Exact length"
|
387 |
msgstr "Exakte Länge"
|
388 |
|
389 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
390 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
391 |
msgid "Max length"
|
392 |
msgstr "Maximale Länge"
|
393 |
|
394 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
395 |
msgid "Exact or Max length"
|
396 |
msgstr "Exakte oder maximale Länge"
|
397 |
|
398 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
399 |
msgid "changed to"
|
400 |
msgstr "geändert in"
|
401 |
|
402 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
403 |
msgid "You cannot give an order that misses some numbers"
|
404 |
msgstr "Die Ordnungnummern müssen fortlaufen & durchgängig sein."
|
405 |
|
406 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
407 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
408 |
msgid "Nothing selected"
|
409 |
msgstr "Nichts ausgewählt"
|
410 |
|
411 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
412 |
msgid "Field(s)"
|
413 |
msgstr "Feld(er)"
|
414 |
|
415 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
416 |
msgid "deleted correctly"
|
417 |
msgstr "erfolgreich gelöscht"
|
418 |
|
419 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
420 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
421 |
msgid "Min size"
|
422 |
msgstr "Minimale Größe"
|
423 |
|
424 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
425 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
426 |
msgid "Exact size"
|
427 |
msgstr "Exakte Größe"
|
428 |
|
429 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
430 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
431 |
msgid "Max size"
|
432 |
msgstr "Maximale Größe"
|
433 |
|
434 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
435 |
msgid "Exact or Max size"
|
436 |
msgstr "Exakte oder maximale Größe"
|
437 |
|
438 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
439 |
msgid "Name not specified"
|
440 |
msgstr "Name nicht ausgefüllt"
|
441 |
|
442 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
443 |
msgid "Name cannot contains spaces"
|
444 |
msgstr "Der Name darf keine Leerstellen enthalten."
|
445 |
|
446 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
447 |
msgid "Label not specified"
|
448 |
msgstr "\"label\"/Feld-Titel nicht ausgefüllt"
|
449 |
|
450 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
451 |
msgid "not selected (with this type is necessary)"
|
452 |
msgstr "nicht ausgewählt (für diesen Typ notwendig)"
|
453 |
|
454 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
455 |
msgid "If you select"
|
456 |
msgstr "Wenn Sie folgendes auswählen"
|
457 |
|
458 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
459 |
msgid "you cannot select Min or Max"
|
460 |
msgstr "Sie dürfen \"Min\" oder \"Max\" nicht festlegen"
|
461 |
|
462 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
463 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
464 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
465 |
msgid "should be in the range of"
|
466 |
msgstr "sollte im Bereich sein (von/bis)"
|
467 |
|
468 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
469 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
470 |
msgid "Equal TO not specified"
|
471 |
msgstr "ENTSPRICHT (equal TO) nicht spezifiziert"
|
472 |
|
473 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
474 |
msgid "With checkbox type Equal TO can only be"
|
475 |
msgstr "Beim Typ <strong>checkbox</strong> kann ENTSPRICHT (equal TO) nur folgendes sein"
|
476 |
|
477 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
478 |
msgid "With radio type Equal TO can only be"
|
479 |
msgstr "Beim Typ <strong>radio</strong> kann ENTSPRICHT (equal TO) nur folgendes sein"
|
480 |
|
481 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
482 |
msgid "With checkbox type Value can only be"
|
483 |
msgstr "Beim Typ <strong>checkbox</strong> kann der Wert/$value nur folgendes sein"
|
484 |
|
485 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
486 |
msgid "With radio type Value can only be"
|
487 |
msgstr "Beim Typ <strong>radio</strong> kann der Wert/$value nur folgendes sein"
|
488 |
|
489 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
490 |
msgid "Field inserted correctly"
|
491 |
msgstr "Feld richtig eingefügt."
|
492 |
|
493 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
494 |
msgid "Field #"
|
495 |
msgstr "Feld #"
|
496 |
|
497 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
498 |
msgid "updated correctly"
|
499 |
msgstr "Update erfolgreich"
|
500 |
|
501 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
502 |
msgid "Name inserted is just in the database, change to another one"
|
503 |
msgstr "Dieser Name ist in der Datenbank bereits vorhanden, bitte wähle einen anderen"
|
504 |
|
505 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
506 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:352
|
507 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:357
|
508 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:378
|
509 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:390
|
510 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:397
|
511 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:408
|
512 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:414
|
513 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:426
|
514 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
515 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:444
|
516 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
517 |
-
msgid "ERROR"
|
518 |
-
msgstr "FEHLER"
|
519 |
-
|
520 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
521 |
msgid "To add a new field you have to choose a name, type and label; optional are value and description. Rules are applied during user registration."
|
522 |
msgstr "Um ein neues Feld hinzuzufügen, musst Du einen Namen, einen Typ und eine Bezeichnung/\"label\" angeben. Wert/$value und Beschreibung sind optional. Die Regeln werden bei der User-Registrierung angewandt."
|
523 |
|
524 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
525 |
msgid "With <strong>radio</strong> and <strong>checkbox</strong>: <em>Value</em> and <em>equal TO</em> can only be 'Yes' or 'No' that means 'selected' or 'not selected'"
|
526 |
msgstr "Bei <strong>radio</strong> und <strong>checkbox</strong> gilt: <em>Wert/$value</em> und <em>ENTSRPICHT(equal TO)</em> können nur \"Yes\" oder \"No\" beinhalten, was \"ausgewählt\" oder \"nicht ausgewählt\" bedeutet."
|
527 |
|
528 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
529 |
msgid "With <strong>drop-down</strong>: you have to add all options into label for example: label/item1,item2,item3"
|
530 |
msgstr "Bei <strong>drop-down</strong> gilt: Du musst alle möglichen Werte in das Feld Bezeichnung/\"label\" schreiben. Beispiel: Bezeichnung/Wert1,Wert2. Pseudocode: Benutzerdefinierter Schlüssel/Wert,Wert; Code: $key/$value,$value; Spezifiziertes Beispiel: Geschlecht/männlich,weiblich"
|
531 |
|
532 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
533 |
msgid "With <strong>picture</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> means max pixel size (width or height) for thumbnail"
|
534 |
msgstr "Bei <strong>picture</strong> gilt: Du kannst ein Bild hochladen, indem Du die Url unter <em>Wert/Value</em> eingibst; \"minimale, exakte und maximale Größe\" sind in KB; <em>ENTSPRICHT(equal TO)</em> beinhaltet die maximale Pixel-Zahl (Breite oder Höhe) für das ausgegebene Bild (Thumbnail) und wird automatisch auf 512 Pixel gesetzt."
|
535 |
|
536 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
537 |
msgid "With <strong>picture-url</strong>: you can preload a default image putting url in <em>Value</em>; <em>equal TO</em> means max width pixel size (height will be proportional)"
|
538 |
msgstr "Bei <strong>picture-url</strong> gilt: Du kannst ein Bild einstellen, indem Du die Bildadresse (Url) in <em>Wert/$value</em> eingibst; <em>ENTSPRICHT(equal TO)</em> meint die maximale Breite in Pixel (die Höhe wird proportional angepasst)."
|
539 |
|
540 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
541 |
msgid "With <strong>registration-date</strong>: <em>equal TO</em> means date and time format"
|
542 |
msgstr "Bei <strong>registration-date</strong> gilt: <em>ENTSRPICHT(equal TO)</em> meint das Format für Datum und Zeit."
|
543 |
|
544 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
545 |
msgid "With <strong>avatar</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> is automatically set to 512 pixels"
|
546 |
msgstr "Für <strong>Avatar</strong>: Du kannst einen Standardavatar laden, indem Du die Url unter <em>Wert/Value</em> eingibst; \"minimale, exakte und maximale Größe\" sind in KB; <em>ENTSPRICHT</em> beinhaltet die maximale Pixel-Zahl (Breite oder Höhe) für das ausgegebene Bild (Thumbnail) und wird automatisch auf 512 Pixel gesetzt."
|
547 |
|
548 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
549 |
#, fuzzy
|
550 |
msgid "With <strong>file</strong>: you can preload a default file putting url in <em>Value</em>; 'min,exact,max size' are in KB; under <em>equal TO</em> can be specified allowed extensions separated by comma, example: zip,pdf,doc"
|
551 |
msgstr "Bei <strong>picture</strong> gilt: Du kannst ein Bild hochladen, indem Du die Url unter <em>Wert/Value</em> eingibst; \"minimale, exakte und maximale Größe\" sind in KB; <em>ENTSPRICHT(equal TO)</em> beinhaltet die maximale Pixel-Zahl (Breite oder Höhe) für das ausgegebene Bild (Thumbnail) und wird automatisch auf 512 Pixel gesetzt."
|
552 |
|
553 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
554 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
555 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
556 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
557 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
558 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
559 |
msgid "Name"
|
560 |
msgstr "Name"
|
561 |
|
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 |
-
#: /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 "Value"
|
567 |
msgstr "Wert/$value"
|
568 |
|
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 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
572 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
573 |
msgid "Type"
|
574 |
msgstr "Typ"
|
575 |
|
576 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
577 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
578 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
579 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
580 |
msgid "Label"
|
581 |
msgstr "Bezeichnung/\"label\""
|
582 |
|
583 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
584 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
585 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
586 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
587 |
msgid "Description"
|
588 |
msgstr "Beschreibung"
|
589 |
|
590 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
591 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
592 |
msgid "Rules"
|
593 |
msgstr "Regeln"
|
594 |
|
595 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
596 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
597 |
msgid "Actions"
|
598 |
msgstr "Aktion"
|
599 |
|
600 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
601 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
602 |
#, fuzzy
|
603 |
msgid "Fieldset"
|
604 |
msgstr "Felder"
|
605 |
|
606 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
607 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
608 |
msgid "Can be empty"
|
609 |
msgstr "Kann leer sein"
|
610 |
|
611 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
612 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
613 |
msgid "Check for E-mail syntax"
|
614 |
msgstr "Kontrollieren Sie bitte die E-Mail-Syntax"
|
615 |
|
616 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
617 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
618 |
msgid "Can be modified"
|
619 |
msgstr "Änderung des Feldes möglich"
|
620 |
|
621 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
622 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
623 |
msgid "Can be modified only if empty"
|
624 |
msgstr "Änderung des Feldes möglich wenn leer"
|
625 |
|
626 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
627 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
628 |
msgid "Can be modified only by admin"
|
629 |
msgstr "Änderung des Feldes nur durch Admin möglich"
|
630 |
|
631 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
632 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
633 |
msgid "Can be modified only by admin or if empty"
|
634 |
msgstr "Änderung des Feldes nur durch Admin, oder wenn leer"
|
635 |
|
636 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
637 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
638 |
msgid "Cannot be modified"
|
639 |
msgstr "Änderung des Feldes nicht möglich"
|
640 |
|
641 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
642 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
643 |
msgid "Should be equal TO"
|
644 |
msgstr "ENTSPRICHT (equal TO) folgendem"
|
645 |
|
646 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
647 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
648 |
msgid "Case sensitive"
|
649 |
msgstr "Groß-/Kleinschreibung beachten"
|
650 |
|
651 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
652 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
653 |
msgid "Regular Expression"
|
654 |
msgstr ""
|
655 |
|
656 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
657 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
658 |
msgid "Show the field in the registration"
|
659 |
msgstr "Zeige das Feld bei der Registrierung"
|
660 |
|
661 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
662 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
663 |
msgid "Show the field in User's profile"
|
664 |
msgstr "Zeige das Feld im \"Benutzer\"profil"
|
665 |
|
666 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
667 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
668 |
msgid "Show the field in A&U Extended menu"
|
669 |
msgstr "Zeige das Feld in der \"Liste aller Benutzer\""
|
670 |
|
671 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
672 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
673 |
#, fuzzy
|
674 |
msgid "Show the field in the search engine"
|
675 |
msgstr "Zeige das Feld bei der Registrierung"
|
676 |
|
677 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
678 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
679 |
#, fuzzy
|
680 |
msgid "Show the field in the blog"
|
681 |
msgstr "Zeige das Feld bei der Registrierung"
|
682 |
|
683 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
684 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
685 |
#, fuzzy
|
686 |
msgid "Show the field if the role is at least:"
|
687 |
msgstr "Zeige das Feld bei der Registrierung"
|
688 |
|
689 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
690 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
691 |
msgid "Anonymous"
|
692 |
msgstr ""
|
693 |
|
694 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
695 |
msgid "Clear"
|
696 |
msgstr "Löschen"
|
697 |
|
698 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
699 |
msgid "Invert selection"
|
700 |
msgstr "Auswahl umkehren"
|
701 |
|
702 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
703 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
704 |
msgstr "Bist Du sicher, dass du diese(s) Feld(er) und alle Daten, die von \"Benutzer\"n angelegt wurden, löschen möchtest?"
|
705 |
|
706 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
707 |
msgid "WordPress Fields"
|
708 |
msgstr "WordPress Felder"
|
709 |
|
710 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
711 |
msgid "None!"
|
712 |
msgstr "Keine!"
|
713 |
|
714 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
715 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
716 |
msgid "Order"
|
717 |
msgstr "Reihenfolge"
|
718 |
|
719 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
720 |
msgid "Reset"
|
721 |
msgstr "Reset"
|
722 |
|
723 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
724 |
#, fuzzy
|
725 |
msgid "select"
|
726 |
msgstr "Löschen"
|
727 |
|
728 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
729 |
#, php-format
|
730 |
msgid "Users Matching \"%s\""
|
731 |
msgstr "Benutzer Matching \"%s\""
|
732 |
|
733 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
734 |
#, fuzzy
|
735 |
msgid "Users Extended List"
|
736 |
msgstr "Liste aller \"Benutzer\""
|
737 |
|
738 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
739 |
msgid "Authors & Users Extended List"
|
740 |
msgstr "Liste aller \"Benutzer\""
|
741 |
|
742 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
|
|
743 |
msgid "Search Users"
|
744 |
msgstr "Suche \"Benutzer\""
|
745 |
|
746 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
747 |
msgid "« Back to All Users"
|
748 |
msgstr "« Zurück zu \"Alle Benutzer\""
|
749 |
|
750 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
751 |
msgid "Users per page"
|
752 |
msgstr "anzuzeigende \"Benutzer\" pro \"Seite/page\""
|
753 |
|
754 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
755 |
msgid "Apply"
|
756 |
msgstr "anwenden"
|
757 |
|
758 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
759 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
760 |
msgid "Username"
|
761 |
msgstr "\"Benutzer\"name"
|
762 |
|
763 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
764 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
765 |
msgid "E-mail"
|
766 |
msgstr "E-Mail"
|
767 |
|
768 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
769 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
770 |
msgid "Role"
|
771 |
msgstr "\"Benutzer\"-Rollen"
|
772 |
|
773 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
774 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
775 |
msgid "Posts"
|
776 |
msgstr "Artikel"
|
777 |
|
778 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
779 |
msgid "View posts by this author"
|
780 |
msgstr "Zeige Artikel dieses Autors"
|
781 |
|
782 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
783 |
#, php-format
|
784 |
msgid "e-mail: %s"
|
785 |
msgstr "E-Mail: %s"
|
786 |
|
787 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:327
|
788 |
-
#, fuzzy
|
789 |
-
msgid "no fieldset"
|
790 |
-
msgstr "\"Benutzerdefinierte Felder\" pro Abschnitt"
|
791 |
-
|
792 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:16
|
793 |
-
#, php-format
|
794 |
-
msgid "File '%s' doesn't exist?"
|
795 |
-
msgstr "Datei '%s' existieren nicht?"
|
796 |
-
|
797 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:19
|
798 |
-
msgid "The GD image library is not installed."
|
799 |
-
msgstr "Die \"GD image library\" ist nicht installiert"
|
800 |
-
|
801 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:26
|
802 |
-
#, php-format
|
803 |
-
msgid "File '%s' is not an image."
|
804 |
-
msgstr "Datei '%s' muss Bild-Datei sein"
|
805 |
-
|
806 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:352
|
807 |
-
msgid "hasn’t a correct email syntax."
|
808 |
-
msgstr "hat eine fehlerhafte Email-Syntax. "
|
809 |
-
|
810 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:357
|
811 |
-
msgid "couldn’t be empty."
|
812 |
-
msgstr "darf nicht leer sein."
|
813 |
-
|
814 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:377
|
815 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:386
|
816 |
-
msgid "isn’t correct"
|
817 |
-
msgstr "ist nicht richtig"
|
818 |
-
|
819 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:383
|
820 |
-
msgid "YES"
|
821 |
-
msgstr "JA"
|
822 |
-
|
823 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:383
|
824 |
-
msgid "NO"
|
825 |
-
msgstr "NEIN"
|
826 |
-
|
827 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:388
|
828 |
-
msgid "should be"
|
829 |
-
msgstr "sollte sein"
|
830 |
-
|
831 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:397
|
832 |
-
msgid "should be an image."
|
833 |
-
msgstr "sollte ein Bild sein."
|
834 |
-
|
835 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:408
|
836 |
-
msgid "couldn’t have size less than"
|
837 |
-
msgstr "darf keine Größe haben unter"
|
838 |
-
|
839 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:414
|
840 |
-
msgid "couldn’t have length less than"
|
841 |
-
msgstr "darf keine Länge haben unter"
|
842 |
-
|
843 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:426
|
844 |
-
msgid "couldn’t have size different than"
|
845 |
-
msgstr "darf keine Größe haben, die um mehr abweicht als"
|
846 |
-
|
847 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
848 |
-
msgid "couldn’t have length different than"
|
849 |
-
msgstr "darf keine Länge habe, die um mehr abweicht als"
|
850 |
-
|
851 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:444
|
852 |
-
msgid "couldn’t have size more than"
|
853 |
-
msgstr "darf keine Größe haben über"
|
854 |
-
|
855 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
856 |
-
msgid "couldn’t have length more than"
|
857 |
-
msgstr "darf keine Länge haben über"
|
858 |
-
|
859 |
#, fuzzy
|
860 |
#~ msgid ""
|
861 |
#~ "<strong>Note:</strong> this website let you personalize your password; "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Cimy User Extra Fields\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-08-11 00:58+0300\n"
|
6 |
+
"PO-Revision-Date: 2010-08-11 00: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:432
|
20 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:436
|
21 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
22 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:471
|
23 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:483
|
24 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:490
|
25 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:501
|
26 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:507
|
27 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:519
|
28 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:525
|
29 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:537
|
30 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:543
|
31 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:567
|
32 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:435
|
33 |
+
msgid "ERROR"
|
34 |
+
msgstr "FEHLER"
|
35 |
+
|
36 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
37 |
+
msgid "does not match."
|
38 |
+
msgstr ""
|
39 |
+
|
40 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:436
|
41 |
+
msgid "hasn’t a correct email syntax."
|
42 |
+
msgstr "hat eine fehlerhafte Email-Syntax. "
|
43 |
+
|
44 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
45 |
+
msgid "couldn’t be empty."
|
46 |
+
msgstr "darf nicht leer sein."
|
47 |
+
|
48 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:470
|
49 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:479
|
50 |
+
msgid "isn’t correct"
|
51 |
+
msgstr "ist nicht richtig"
|
52 |
+
|
53 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:476
|
54 |
+
msgid "YES"
|
55 |
+
msgstr "JA"
|
56 |
+
|
57 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:476
|
58 |
+
msgid "NO"
|
59 |
+
msgstr "NEIN"
|
60 |
+
|
61 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:481
|
62 |
+
msgid "should be"
|
63 |
+
msgstr "sollte sein"
|
64 |
+
|
65 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:490
|
66 |
+
msgid "should be an image."
|
67 |
+
msgstr "sollte ein Bild sein."
|
68 |
+
|
69 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:501
|
70 |
+
msgid "couldn’t have size less than"
|
71 |
+
msgstr "darf keine Größe haben unter"
|
72 |
+
|
73 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:507
|
74 |
+
msgid "couldn’t have length less than"
|
75 |
+
msgstr "darf keine Länge haben unter"
|
76 |
+
|
77 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:519
|
78 |
+
msgid "couldn’t have size different than"
|
79 |
+
msgstr "darf keine Größe haben, die um mehr abweicht als"
|
80 |
+
|
81 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:525
|
82 |
+
msgid "couldn’t have length different than"
|
83 |
+
msgstr "darf keine Länge habe, die um mehr abweicht als"
|
84 |
+
|
85 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:537
|
86 |
+
msgid "couldn’t have size more than"
|
87 |
+
msgstr "darf keine Größe haben über"
|
88 |
+
|
89 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:543
|
90 |
+
msgid "couldn’t have length more than"
|
91 |
+
msgstr "darf keine Länge haben über"
|
92 |
+
|
93 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:567
|
94 |
+
msgid "Typed code is not correct."
|
95 |
+
msgstr ""
|
96 |
+
|
97 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:840
|
98 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:299
|
99 |
+
#, fuzzy
|
100 |
+
msgid "Please upload a file with one of the following extensions"
|
101 |
+
msgstr "Bitte lade ein Bild mit einer der folgenden Dateiendungen hoch"
|
102 |
+
|
103 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:846
|
104 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:363
|
105 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:305
|
106 |
+
msgid "Please upload an image with one of the following extensions"
|
107 |
+
msgstr "Bitte lade ein Bild mit einer der folgenden Dateiendungen hoch"
|
108 |
+
|
109 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:926
|
110 |
+
msgid "Strength indicator"
|
111 |
+
msgstr ""
|
112 |
+
|
113 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:927
|
114 |
+
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 ! \\\" ? $ % ^ & )."
|
115 |
+
msgstr ""
|
116 |
+
|
117 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:418
|
118 |
+
#, fuzzy
|
119 |
+
msgid "no fieldset"
|
120 |
+
msgstr "\"Benutzerdefinierte Felder\" pro Abschnitt"
|
121 |
+
|
122 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:40
|
123 |
msgid "WordPress Fields table emptied"
|
124 |
msgstr "WP-Datenbank-Tabelle Zusatzfelder geleert"
|
125 |
|
126 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:45
|
127 |
msgid "WordPress Fields table deleted"
|
128 |
msgstr "WP-Datenbank-Tabelle Zusatzfelder gelöscht"
|
129 |
|
130 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:54
|
131 |
msgid "Extra Fields table emptied"
|
132 |
msgstr "Tabelle \"Benutzerdefinierte Felder\" geleert"
|
133 |
|
134 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:59
|
135 |
msgid "Extra Fields table deleted"
|
136 |
msgstr "Tabelle \"Benutzerdefinierte Felder\" gelöscht"
|
137 |
|
138 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:68
|
139 |
msgid "Users Data table emptied"
|
140 |
msgstr "Tabelle \"Benutzerdaten\" geleert"
|
141 |
|
142 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:73
|
143 |
msgid "Users Data table deleted"
|
144 |
msgstr "Tabelle \"Benutzerdaten\" gelöscht"
|
145 |
|
146 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:84
|
147 |
msgid "Options set to default values"
|
148 |
msgstr "Einstellungen auf Grundeinstellungen zurück gesetzt"
|
149 |
|
150 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:90
|
151 |
msgid "Options deleted"
|
152 |
msgstr "Einstellungen gelöscht"
|
153 |
|
154 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:339
|
155 |
msgid "Options changed"
|
156 |
msgstr "Einstellungen aktualisiert"
|
157 |
|
158 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:453
|
159 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:465
|
163 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:601
|
164 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:698
|
165 |
msgid "Options"
|
166 |
msgstr "Einstellungen"
|
167 |
|
168 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:468
|
169 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:427
|
170 |
msgid "Add a new Field"
|
171 |
msgstr "Ein neues Feld hinzufügen"
|
172 |
|
173 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:468
|
174 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:819
|
175 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
176 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:241
|
177 |
msgid "Extra Fields"
|
178 |
msgstr "Benutzerdefinierte Felder"
|
179 |
|
180 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:474
|
181 |
+
msgid "Support the Cimy Project"
|
182 |
+
msgstr ""
|
183 |
+
|
184 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:482
|
185 |
+
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!"
|
186 |
+
msgstr ""
|
187 |
+
|
188 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:492
|
189 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:454
|
190 |
msgid "SUCCESSFUL"
|
191 |
msgstr "ERFOLGREICH"
|
192 |
|
193 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:505
|
194 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:775
|
195 |
msgid "Save Changes"
|
196 |
msgstr "Einstellungen aktualisieren"
|
197 |
|
198 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:506
|
199 |
msgid "General"
|
200 |
msgstr "Allgemein"
|
201 |
|
202 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:514
|
203 |
msgid "installed is"
|
204 |
msgstr "installiert ist"
|
205 |
|
206 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:518
|
207 |
msgid "OPTIONS DELETED!"
|
208 |
msgstr "EINSTELLUNGEN GELÖSCHT!"
|
209 |
|
210 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:521
|
211 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:526
|
212 |
msgid "Fix the problem"
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:524
|
216 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
217 |
msgstr "VERSIONEN NICHT KOMPATIBEL! Du hast das Plugin nach dem Update nicht deaktiviert und anschließend reaktiviert. Das könnte Probleme geben..."
|
218 |
|
219 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:532
|
220 |
msgid "Picture/Avatar upload"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:536
|
224 |
msgid "is created and writable"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:538
|
228 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:545
|
232 |
+
#, fuzzy
|
233 |
+
msgid "Show all fields in the welcome email"
|
234 |
+
msgstr "Zeige das Feld bei der Registrierung"
|
235 |
+
|
236 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:549
|
237 |
+
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
238 |
+
msgstr ""
|
239 |
+
|
240 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:557
|
241 |
+
msgid "Enable email confirmation"
|
242 |
+
msgstr ""
|
243 |
+
|
244 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:561
|
245 |
+
msgid "user that registers should confirm its email address via a link click"
|
246 |
+
msgstr ""
|
247 |
+
|
248 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:569
|
249 |
+
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
250 |
+
msgstr ""
|
251 |
+
|
252 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:573
|
253 |
+
msgid "Public KEY"
|
254 |
+
msgstr ""
|
255 |
+
|
256 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:577
|
257 |
+
msgid "Private KEY"
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:584
|
261 |
+
msgid "Change login/registration page logo"
|
262 |
+
msgstr ""
|
263 |
+
|
264 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:589
|
265 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:433
|
266 |
+
msgid "Delete the picture"
|
267 |
+
msgstr "Bild löschen"
|
268 |
+
|
269 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:592
|
270 |
+
msgid "Maximum recommended logo width is 328px, but any height should work."
|
271 |
+
msgstr ""
|
272 |
+
|
273 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:598
|
274 |
msgid "Database"
|
275 |
msgstr "Datenbank"
|
276 |
|
277 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:607
|
278 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:625
|
279 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:644
|
280 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:661
|
281 |
msgid "select action"
|
282 |
msgstr "Wähle Aktion"
|
283 |
|
284 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:608
|
285 |
msgid "Default values"
|
286 |
msgstr "Werte: Grundeinstellung"
|
287 |
|
288 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:609
|
289 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:627
|
290 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:646
|
291 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:663
|
292 |
msgid "Delete"
|
293 |
msgstr "Löschen"
|
294 |
|
295 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
296 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:632
|
297 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:650
|
298 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:668
|
299 |
msgid "NOT PRESENT"
|
300 |
msgstr "NICHT VORHANDEN"
|
301 |
|
302 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:618
|
303 |
msgid "WordPress Fields table"
|
304 |
msgstr "WP-Datenbank-Tabelle"
|
305 |
|
306 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:626
|
307 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:645
|
308 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:662
|
309 |
msgid "Empty"
|
310 |
msgstr "Leer"
|
311 |
|
312 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:638
|
313 |
msgid "Extra Fields table"
|
314 |
msgstr "Tabelle \"Benutzerdefinierte Felder\""
|
315 |
|
316 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:655
|
317 |
msgid "Users Data table"
|
318 |
msgstr "Tabelle \"Benutzerdaten\""
|
319 |
|
320 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:665
|
321 |
msgid "all data inserted by users in all and only extra fields"
|
322 |
msgstr "alle von \"Benutzern\" in die Cimy-Zusatzfelder eingetragenen Daten"
|
323 |
|
324 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:673
|
325 |
msgid "Force tables creation"
|
326 |
msgstr "Erzwingt die Erstellung der Datenbanktabellen"
|
327 |
|
328 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:676
|
329 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
330 |
msgstr "Achtung: Mit dieser Einstellung zwingen Sie das PlugIn die Datenbanktabellen zu erstellen. Dieser Schritt wird auch bei (De-)Aktivierung des PlugIns durchgeführt."
|
331 |
|
332 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:682
|
333 |
msgid "User Profile"
|
334 |
msgstr "\"Benutzer\" Profil"
|
335 |
|
336 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:685
|
337 |
msgid "Extra Fields section title"
|
338 |
msgstr "Titel für \"Benutzerdefinierte Felder\""
|
339 |
|
340 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:689
|
341 |
msgid "Fieldset's titles, separates with comma"
|
342 |
msgstr "Titel des Abschnitts der \"Benutzerdefinierten Felder\", abgetrennt durch Kommata (',')"
|
343 |
|
344 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:689
|
345 |
msgid "example: title1,title2,title3"
|
346 |
msgstr "Beispiel: Titel1, Titel2, Titel3"
|
347 |
|
348 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:690
|
349 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:695
|
353 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:700
|
354 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:709
|
355 |
msgid "Authors & Users Extended"
|
356 |
msgstr "\"Autoren & Benutzer\" erweitert"
|
357 |
|
358 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:699
|
359 |
msgid "Hide username field"
|
360 |
msgstr "Feld: \"'Benutzer'-Name\" nicht anzeigen"
|
361 |
|
362 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:705
|
363 |
msgid "Hide name field"
|
364 |
msgstr "Feld: \"Name\" nicht anzeigen"
|
365 |
|
366 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:710
|
367 |
msgid "Hide email field"
|
368 |
msgstr "Feld: \"E-mail Adresse\" nicht anzeigen"
|
369 |
|
370 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:714
|
371 |
msgid "Hide role field"
|
372 |
msgstr "Feld: \"Rolle\" des \"Benutzers\" nicht anzeigen"
|
373 |
|
374 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:718
|
375 |
msgid "Hide website field"
|
376 |
msgstr "Feld: \"Webseite\" nicht anzeigen"
|
377 |
|
378 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:722
|
379 |
msgid "Hide n. posts field"
|
380 |
msgstr "Feld: Anzahl der von \"Benutzer(n)\" erstellten Artikel nicht anzeigen"
|
381 |
|
382 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:727
|
383 |
msgid "WordPress hidden fields"
|
384 |
msgstr "Feld: \"Wordpress hidden fields\" (verborgene Felder)"
|
385 |
|
386 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:730
|
387 |
msgid "Show password"
|
388 |
msgstr "\"Passwort\" anzeigen"
|
389 |
|
390 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:734
|
391 |
+
#, fuzzy
|
392 |
+
msgid "Show confirmation password"
|
393 |
+
msgstr "\"Passwort\" anzeigen"
|
394 |
+
|
395 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:738
|
396 |
+
#, fuzzy
|
397 |
+
msgid "Show password strength meter"
|
398 |
+
msgstr "\"Passwort\" anzeigen"
|
399 |
+
|
400 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:742
|
401 |
msgid "Show first name"
|
402 |
msgstr "Zeige \"Vornamen\""
|
403 |
|
404 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:746
|
405 |
msgid "Show last name"
|
406 |
msgstr "Zeige \"Nachnamen\""
|
407 |
|
408 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
|
409 |
msgid "Show nickname"
|
410 |
msgstr "Zeige \"Nicknamen\"/Spitznamen"
|
411 |
|
412 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:754
|
413 |
msgid "Show website"
|
414 |
msgstr "Zeige \"Webseite\""
|
415 |
|
416 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:758
|
417 |
msgid "Show AIM"
|
418 |
msgstr "Zeige \"AIM\""
|
419 |
|
420 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:762
|
421 |
msgid "Show Yahoo IM"
|
422 |
msgstr "Zeige \"Yahoo IM\""
|
423 |
|
424 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:766
|
425 |
msgid "Show Jabber / Google Talk"
|
426 |
msgstr "Zeige \"Jabber / Google Talk\""
|
427 |
|
428 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:770
|
429 |
msgid "Show Biographical Info"
|
430 |
msgstr "\"Weitere Informationen\" anzeigen"
|
431 |
|
432 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:193
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
433 |
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!"
|
434 |
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."
|
435 |
|
436 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:200
|
437 |
msgid "Password"
|
438 |
msgstr "Passwort"
|
439 |
|
440 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
|
441 |
+
msgid "Password confirmation"
|
442 |
+
msgstr ""
|
443 |
+
|
444 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:240
|
445 |
msgid "First name"
|
446 |
msgstr "Vorname"
|
447 |
|
448 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:260
|
449 |
msgid "Last name"
|
450 |
msgstr "Nachname"
|
451 |
|
452 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:280
|
453 |
msgid "Nickname"
|
454 |
msgstr "Spitzname"
|
455 |
|
456 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:300
|
457 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1479
|
458 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1480
|
459 |
msgid "Website"
|
460 |
msgstr "Webseite"
|
461 |
|
462 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
|
463 |
msgid "AIM"
|
464 |
msgstr "AIM"
|
465 |
|
466 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:340
|
467 |
msgid "Yahoo IM"
|
468 |
msgstr "Yahoo IM"
|
469 |
|
470 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:360
|
471 |
msgid "Jabber / Google Talk"
|
472 |
msgstr "Jabber / Google Talk"
|
473 |
|
474 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:380
|
475 |
msgid "Biographical Info"
|
476 |
msgstr "Weitere Informationen"
|
477 |
|
478 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:699
|
479 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:120
|
480 |
msgid "Fields"
|
481 |
msgstr "Felder"
|
482 |
|
483 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:700
|
484 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:709
|
485 |
msgid "A&U Extended"
|
486 |
msgstr "\"Autoren & Benutzer\" erweitert"
|
487 |
|
488 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:704
|
489 |
#, fuzzy
|
490 |
msgid "Users Extended"
|
491 |
msgstr "Liste aller \"Benutzer\""
|
492 |
|
493 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:16
|
494 |
+
#, php-format
|
495 |
+
msgid "File '%s' doesn't exist?"
|
496 |
+
msgstr "Datei '%s' existieren nicht?"
|
497 |
+
|
498 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:19
|
499 |
+
msgid "The GD image library is not installed."
|
500 |
+
msgstr "Die \"GD image library\" ist nicht installiert"
|
501 |
+
|
502 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:26
|
503 |
+
#, php-format
|
504 |
+
msgid "File '%s' is not an image."
|
505 |
+
msgstr "Datei '%s' muss Bild-Datei sein"
|
506 |
+
|
507 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:40
|
508 |
+
#, php-format
|
509 |
+
msgid "New user registration on your site %s:"
|
510 |
+
msgstr ""
|
511 |
+
|
512 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:41
|
513 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:52
|
514 |
+
#, fuzzy, php-format
|
515 |
+
msgid "Username: %s"
|
516 |
+
msgstr "\"Benutzer\"name"
|
517 |
+
|
518 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:42
|
519 |
+
#, fuzzy, php-format
|
520 |
+
msgid "E-mail: %s"
|
521 |
+
msgstr "E-Mail: %s"
|
522 |
+
|
523 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:47
|
524 |
+
#, php-format
|
525 |
+
msgid "[%s] New User Registration"
|
526 |
+
msgstr ""
|
527 |
+
|
528 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:53
|
529 |
+
#, fuzzy, php-format
|
530 |
+
msgid "Password: %s"
|
531 |
+
msgstr "Passwort"
|
532 |
+
|
533 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:59
|
534 |
+
#, php-format
|
535 |
+
msgid "[%s] Your username and password"
|
536 |
+
msgstr ""
|
537 |
+
|
538 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:68
|
539 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:75
|
540 |
+
#, php-format
|
541 |
+
msgid "%s: %s"
|
542 |
+
msgstr ""
|
543 |
+
|
544 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:92
|
545 |
+
#, php-format
|
546 |
+
msgid ""
|
547 |
+
"To activate your user, please click the following link:\n"
|
548 |
+
"\n"
|
549 |
+
"%s\n"
|
550 |
+
"\n"
|
551 |
+
"After you activate, you will receive *another email* with your login.\n"
|
552 |
+
"\n"
|
553 |
+
msgstr ""
|
554 |
+
|
555 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:107
|
556 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
557 |
+
msgid "Your account is now active!"
|
558 |
+
msgstr ""
|
559 |
+
|
560 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:108
|
561 |
+
#, php-format
|
562 |
+
msgid "Your site at <a href=\"%1$s\">%2$s</a> is active. You may now log in to your site using your chosen username of “%3$s”. Please check your email inbox at %4$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href=\"%5$s\">reset your password</a></p>."
|
563 |
+
msgstr ""
|
564 |
+
|
565 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:110
|
566 |
+
msgid "An error occurred during the activation"
|
567 |
+
msgstr ""
|
568 |
+
|
569 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
570 |
+
#, fuzzy
|
571 |
+
msgid "Username:"
|
572 |
+
msgstr "\"Benutzer\"name"
|
573 |
+
|
574 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
575 |
+
#, fuzzy
|
576 |
+
msgid "Password:"
|
577 |
+
msgstr "Passwort"
|
578 |
+
|
579 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:129
|
580 |
+
msgid "Invalid activation key."
|
581 |
+
msgstr ""
|
582 |
+
|
583 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:132
|
584 |
+
msgid "The site is already active."
|
585 |
+
msgstr ""
|
586 |
+
|
587 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:151
|
588 |
+
msgid "Could not create user"
|
589 |
+
msgstr ""
|
590 |
+
|
591 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:163
|
592 |
+
msgid "That username is already activated."
|
593 |
+
msgstr ""
|
594 |
+
|
595 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:182
|
596 |
+
msgid "That username is currently reserved but may be available in a couple of days."
|
597 |
+
msgstr ""
|
598 |
+
|
599 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:185
|
600 |
+
msgid "username and email used"
|
601 |
+
msgstr ""
|
602 |
+
|
603 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:195
|
604 |
+
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."
|
605 |
+
msgstr ""
|
606 |
+
|
607 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:429
|
608 |
+
#, fuzzy
|
609 |
+
msgid "Delete the file"
|
610 |
+
msgstr "Bild löschen"
|
611 |
+
|
612 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:430
|
613 |
+
#, fuzzy
|
614 |
+
msgid "Update the file"
|
615 |
+
msgstr "Bild aktualisieren"
|
616 |
+
|
617 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:434
|
618 |
+
msgid "Update the picture"
|
619 |
+
msgstr "Bild aktualisieren"
|
620 |
+
|
621 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:454
|
622 |
+
msgid "Picture URL:"
|
623 |
+
msgstr "URL für Bild:"
|
624 |
+
|
625 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:14
|
626 |
msgid "Add field"
|
627 |
msgstr "Feld hinzufügen"
|
628 |
|
629 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:15
|
630 |
msgid "Update field"
|
631 |
msgstr "Feld aktualisieren"
|
632 |
|
633 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:16
|
634 |
msgid "Delete field"
|
635 |
msgstr "Feld löschen"
|
636 |
|
637 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:17
|
638 |
msgid "Delete selected fields"
|
639 |
msgstr "Ausgewählte Felder löschen"
|
640 |
|
641 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:18
|
642 |
msgid "Change order"
|
643 |
msgstr "Reihenfolge ändern "
|
644 |
|
645 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:27
|
646 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1063
|
647 |
msgid "Min length"
|
648 |
msgstr "Minimale Länge"
|
649 |
|
650 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:28
|
651 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1064
|
652 |
msgid "Exact length"
|
653 |
msgstr "Exakte Länge"
|
654 |
|
655 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:29
|
656 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1065
|
657 |
msgid "Max length"
|
658 |
msgstr "Maximale Länge"
|
659 |
|
660 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
661 |
msgid "Exact or Max length"
|
662 |
msgstr "Exakte oder maximale Länge"
|
663 |
|
664 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:120
|
665 |
msgid "changed to"
|
666 |
msgstr "geändert in"
|
667 |
|
668 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:123
|
669 |
msgid "You cannot give an order that misses some numbers"
|
670 |
msgstr "Die Ordnungnummern müssen fortlaufen & durchgängig sein."
|
671 |
|
672 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:126
|
673 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:197
|
674 |
msgid "Nothing selected"
|
675 |
msgstr "Nichts ausgewählt"
|
676 |
|
677 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:194
|
678 |
msgid "Field(s)"
|
679 |
msgstr "Feld(er)"
|
680 |
|
681 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:194
|
682 |
msgid "deleted correctly"
|
683 |
msgstr "erfolgreich gelöscht"
|
684 |
|
685 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:226
|
686 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1055
|
687 |
msgid "Min size"
|
688 |
msgstr "Minimale Größe"
|
689 |
|
690 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:227
|
691 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1056
|
692 |
msgid "Exact size"
|
693 |
msgstr "Exakte Größe"
|
694 |
|
695 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:228
|
696 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1057
|
697 |
msgid "Max size"
|
698 |
msgstr "Maximale Größe"
|
699 |
|
700 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:230
|
701 |
msgid "Exact or Max size"
|
702 |
msgstr "Exakte oder maximale Größe"
|
703 |
|
704 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:282
|
705 |
msgid "Name not specified"
|
706 |
msgstr "Name nicht ausgefüllt"
|
707 |
|
708 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:284
|
709 |
msgid "Name cannot contains spaces"
|
710 |
msgstr "Der Name darf keine Leerstellen enthalten."
|
711 |
|
712 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:287
|
713 |
msgid "Label not specified"
|
714 |
msgstr "\"label\"/Feld-Titel nicht ausgefüllt"
|
715 |
|
716 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:292
|
717 |
msgid "not selected (with this type is necessary)"
|
718 |
msgstr "nicht ausgewählt (für diesen Typ notwendig)"
|
719 |
|
720 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:298
|
721 |
msgid "If you select"
|
722 |
msgstr "Wenn Sie folgendes auswählen"
|
723 |
|
724 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:298
|
725 |
msgid "you cannot select Min or Max"
|
726 |
msgstr "Sie dürfen \"Min\" oder \"Max\" nicht festlegen"
|
727 |
|
728 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:303
|
729 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:308
|
730 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:313
|
731 |
msgid "should be in the range of"
|
732 |
msgstr "sollte im Bereich sein (von/bis)"
|
733 |
|
734 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:323
|
735 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:325
|
736 |
msgid "Equal TO not specified"
|
737 |
msgstr "ENTSPRICHT (equal TO) nicht spezifiziert"
|
738 |
|
739 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:328
|
740 |
msgid "With checkbox type Equal TO can only be"
|
741 |
msgstr "Beim Typ <strong>checkbox</strong> kann ENTSPRICHT (equal TO) nur folgendes sein"
|
742 |
|
743 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:331
|
744 |
msgid "With radio type Equal TO can only be"
|
745 |
msgstr "Beim Typ <strong>radio</strong> kann ENTSPRICHT (equal TO) nur folgendes sein"
|
746 |
|
747 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:347
|
748 |
msgid "With checkbox type Value can only be"
|
749 |
msgstr "Beim Typ <strong>checkbox</strong> kann der Wert/$value nur folgendes sein"
|
750 |
|
751 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:350
|
752 |
msgid "With radio type Value can only be"
|
753 |
msgstr "Beim Typ <strong>radio</strong> kann der Wert/$value nur folgendes sein"
|
754 |
|
755 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:407
|
756 |
msgid "Field inserted correctly"
|
757 |
msgstr "Feld richtig eingefügt."
|
758 |
|
759 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:409
|
760 |
msgid "Field #"
|
761 |
msgstr "Feld #"
|
762 |
|
763 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:409
|
764 |
msgid "updated correctly"
|
765 |
msgstr "Update erfolgreich"
|
766 |
|
767 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:412
|
768 |
msgid "Name inserted is just in the database, change to another one"
|
769 |
msgstr "Dieser Name ist in der Datenbank bereits vorhanden, bitte wähle einen anderen"
|
770 |
|
771 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
772 |
msgid "To add a new field you have to choose a name, type and label; optional are value and description. Rules are applied during user registration."
|
773 |
msgstr "Um ein neues Feld hinzuzufügen, musst Du einen Namen, einen Typ und eine Bezeichnung/\"label\" angeben. Wert/$value und Beschreibung sind optional. Die Regeln werden bei der User-Registrierung angewandt."
|
774 |
|
775 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:651
|
776 |
msgid "With <strong>radio</strong> and <strong>checkbox</strong>: <em>Value</em> and <em>equal TO</em> can only be 'Yes' or 'No' that means 'selected' or 'not selected'"
|
777 |
msgstr "Bei <strong>radio</strong> und <strong>checkbox</strong> gilt: <em>Wert/$value</em> und <em>ENTSRPICHT(equal TO)</em> können nur \"Yes\" oder \"No\" beinhalten, was \"ausgewählt\" oder \"nicht ausgewählt\" bedeutet."
|
778 |
|
779 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
780 |
msgid "With <strong>drop-down</strong>: you have to add all options into label for example: label/item1,item2,item3"
|
781 |
msgstr "Bei <strong>drop-down</strong> gilt: Du musst alle möglichen Werte in das Feld Bezeichnung/\"label\" schreiben. Beispiel: Bezeichnung/Wert1,Wert2. Pseudocode: Benutzerdefinierter Schlüssel/Wert,Wert; Code: $key/$value,$value; Spezifiziertes Beispiel: Geschlecht/männlich,weiblich"
|
782 |
|
783 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:653
|
784 |
msgid "With <strong>picture</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> means max pixel size (width or height) for thumbnail"
|
785 |
msgstr "Bei <strong>picture</strong> gilt: Du kannst ein Bild hochladen, indem Du die Url unter <em>Wert/Value</em> eingibst; \"minimale, exakte und maximale Größe\" sind in KB; <em>ENTSPRICHT(equal TO)</em> beinhaltet die maximale Pixel-Zahl (Breite oder Höhe) für das ausgegebene Bild (Thumbnail) und wird automatisch auf 512 Pixel gesetzt."
|
786 |
|
787 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:654
|
788 |
msgid "With <strong>picture-url</strong>: you can preload a default image putting url in <em>Value</em>; <em>equal TO</em> means max width pixel size (height will be proportional)"
|
789 |
msgstr "Bei <strong>picture-url</strong> gilt: Du kannst ein Bild einstellen, indem Du die Bildadresse (Url) in <em>Wert/$value</em> eingibst; <em>ENTSPRICHT(equal TO)</em> meint die maximale Breite in Pixel (die Höhe wird proportional angepasst)."
|
790 |
|
791 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
|
792 |
msgid "With <strong>registration-date</strong>: <em>equal TO</em> means date and time format"
|
793 |
msgstr "Bei <strong>registration-date</strong> gilt: <em>ENTSRPICHT(equal TO)</em> meint das Format für Datum und Zeit."
|
794 |
|
795 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:656
|
796 |
msgid "With <strong>avatar</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> is automatically set to 512 pixels"
|
797 |
msgstr "Für <strong>Avatar</strong>: Du kannst einen Standardavatar laden, indem Du die Url unter <em>Wert/Value</em> eingibst; \"minimale, exakte und maximale Größe\" sind in KB; <em>ENTSPRICHT</em> beinhaltet die maximale Pixel-Zahl (Breite oder Höhe) für das ausgegebene Bild (Thumbnail) und wird automatisch auf 512 Pixel gesetzt."
|
798 |
|
799 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:657
|
800 |
#, fuzzy
|
801 |
msgid "With <strong>file</strong>: you can preload a default file putting url in <em>Value</em>; 'min,exact,max size' are in KB; under <em>equal TO</em> can be specified allowed extensions separated by comma, example: zip,pdf,doc"
|
802 |
msgstr "Bei <strong>picture</strong> gilt: Du kannst ein Bild hochladen, indem Du die Url unter <em>Wert/Value</em> eingibst; \"minimale, exakte und maximale Größe\" sind in KB; <em>ENTSPRICHT(equal TO)</em> beinhaltet die maximale Pixel-Zahl (Breite oder Höhe) für das ausgegebene Bild (Thumbnail) und wird automatisch auf 512 Pixel gesetzt."
|
803 |
|
804 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:664
|
805 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:674
|
806 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
807 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1088
|
808 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1464
|
809 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1465
|
810 |
msgid "Name"
|
811 |
msgstr "Name"
|
812 |
|
813 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:664
|
814 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:675
|
815 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
816 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
|
817 |
msgid "Value"
|
818 |
msgstr "Wert/$value"
|
819 |
|
820 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:665
|
821 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:678
|
822 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
823 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1094
|
824 |
msgid "Type"
|
825 |
msgstr "Typ"
|
826 |
|
827 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
828 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:697
|
829 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:847
|
830 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1116
|
831 |
msgid "Label"
|
832 |
msgstr "Bezeichnung/\"label\""
|
833 |
|
834 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
835 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:698
|
836 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:847
|
837 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1119
|
838 |
msgid "Description"
|
839 |
msgstr "Beschreibung"
|
840 |
|
841 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:667
|
842 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:848
|
843 |
msgid "Rules"
|
844 |
msgstr "Regeln"
|
845 |
|
846 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:668
|
847 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:849
|
848 |
msgid "Actions"
|
849 |
msgstr "Aktion"
|
850 |
|
851 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
852 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1110
|
853 |
#, fuzzy
|
854 |
msgid "Fieldset"
|
855 |
msgstr "Felder"
|
856 |
|
857 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:710
|
858 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1133
|
859 |
msgid "Can be empty"
|
860 |
msgstr "Kann leer sein"
|
861 |
|
862 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
863 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1134
|
864 |
msgid "Check for E-mail syntax"
|
865 |
msgstr "Kontrollieren Sie bitte die E-Mail-Syntax"
|
866 |
|
867 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
868 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1137
|
869 |
msgid "Can be modified"
|
870 |
msgstr "Änderung des Feldes möglich"
|
871 |
|
872 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:715
|
873 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1138
|
874 |
msgid "Can be modified only if empty"
|
875 |
msgstr "Änderung des Feldes möglich wenn leer"
|
876 |
|
877 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:716
|
878 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1139
|
879 |
msgid "Can be modified only by admin"
|
880 |
msgstr "Änderung des Feldes nur durch Admin möglich"
|
881 |
|
882 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
883 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1140
|
884 |
msgid "Can be modified only by admin or if empty"
|
885 |
msgstr "Änderung des Feldes nur durch Admin, oder wenn leer"
|
886 |
|
887 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:718
|
888 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1141
|
889 |
msgid "Cannot be modified"
|
890 |
msgstr "Änderung des Feldes nicht möglich"
|
891 |
|
892 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:726
|
893 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1146
|
894 |
msgid "Should be equal TO"
|
895 |
msgstr "ENTSPRICHT (equal TO) folgendem"
|
896 |
|
897 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:728
|
898 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1148
|
899 |
msgid "Case sensitive"
|
900 |
msgstr "Groß-/Kleinschreibung beachten"
|
901 |
|
902 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
903 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1150
|
904 |
msgid "Regular Expression"
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:734
|
908 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1154
|
909 |
msgid "Show the field in the registration"
|
910 |
msgstr "Zeige das Feld bei der Registrierung"
|
911 |
|
912 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:737
|
913 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1157
|
914 |
msgid "Show the field in User's profile"
|
915 |
msgstr "Zeige das Feld im \"Benutzer\"profil"
|
916 |
|
917 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:740
|
918 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1166
|
919 |
msgid "Show the field in A&U Extended menu"
|
920 |
msgstr "Zeige das Feld in der \"Liste aller Benutzer\""
|
921 |
|
922 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:743
|
923 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1169
|
924 |
#, fuzzy
|
925 |
msgid "Show the field in the search engine"
|
926 |
msgstr "Zeige das Feld bei der Registrierung"
|
927 |
|
928 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:746
|
929 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1172
|
930 |
#, fuzzy
|
931 |
msgid "Show the field in the blog"
|
932 |
msgstr "Zeige das Feld bei der Registrierung"
|
933 |
|
934 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:749
|
935 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1175
|
936 |
#, fuzzy
|
937 |
msgid "Show the field if the role is at least:"
|
938 |
msgstr "Zeige das Feld bei der Registrierung"
|
939 |
|
940 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:751
|
941 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1177
|
942 |
msgid "Anonymous"
|
943 |
msgstr ""
|
944 |
|
945 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:762
|
946 |
msgid "Clear"
|
947 |
msgstr "Löschen"
|
948 |
|
949 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:810
|
950 |
msgid "Invert selection"
|
951 |
msgstr "Auswahl umkehren"
|
952 |
|
953 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:811
|
954 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
955 |
msgstr "Bist Du sicher, dass du diese(s) Feld(er) und alle Daten, die von \"Benutzer\"n angelegt wurden, löschen möchtest?"
|
956 |
|
957 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:817
|
958 |
msgid "WordPress Fields"
|
959 |
msgstr "WordPress Felder"
|
960 |
|
961 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:830
|
962 |
msgid "None!"
|
963 |
msgstr "Keine!"
|
964 |
|
965 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:845
|
966 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1076
|
967 |
msgid "Order"
|
968 |
msgstr "Reihenfolge"
|
969 |
|
970 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1188
|
971 |
msgid "Reset"
|
972 |
msgstr "Reset"
|
973 |
|
974 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1239
|
975 |
#, fuzzy
|
976 |
msgid "select"
|
977 |
msgstr "Löschen"
|
978 |
|
979 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1342
|
980 |
#, php-format
|
981 |
msgid "Users Matching \"%s\""
|
982 |
msgstr "Benutzer Matching \"%s\""
|
983 |
|
984 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1346
|
985 |
#, fuzzy
|
986 |
msgid "Users Extended List"
|
987 |
msgstr "Liste aller \"Benutzer\""
|
988 |
|
989 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1348
|
990 |
msgid "Authors & Users Extended List"
|
991 |
msgstr "Liste aller \"Benutzer\""
|
992 |
|
993 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1387
|
994 |
+
#, php-format
|
995 |
+
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
996 |
+
msgstr ""
|
997 |
+
|
998 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1399
|
999 |
msgid "Search Users"
|
1000 |
msgstr "Suche \"Benutzer\""
|
1001 |
|
1002 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1425
|
1003 |
msgid "« Back to All Users"
|
1004 |
msgstr "« Zurück zu \"Alle Benutzer\""
|
1005 |
|
1006 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1431
|
1007 |
msgid "Users per page"
|
1008 |
msgstr "anzuzeigende \"Benutzer\" pro \"Seite/page\""
|
1009 |
|
1010 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1446
|
1011 |
msgid "Apply"
|
1012 |
msgstr "anwenden"
|
1013 |
|
1014 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1459
|
1015 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1460
|
1016 |
msgid "Username"
|
1017 |
msgstr "\"Benutzer\"name"
|
1018 |
|
1019 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1469
|
1020 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1470
|
1021 |
msgid "E-mail"
|
1022 |
msgstr "E-Mail"
|
1023 |
|
1024 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1474
|
1025 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1475
|
1026 |
msgid "Role"
|
1027 |
msgstr "\"Benutzer\"-Rollen"
|
1028 |
|
1029 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1484
|
1030 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1485
|
1031 |
msgid "Posts"
|
1032 |
msgstr "Artikel"
|
1033 |
|
1034 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1594
|
1035 |
msgid "View posts by this author"
|
1036 |
msgstr "Zeige Artikel dieses Autors"
|
1037 |
|
1038 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1625
|
1039 |
#, php-format
|
1040 |
msgid "e-mail: %s"
|
1041 |
msgstr "E-Mail: %s"
|
1042 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1043 |
#, fuzzy
|
1044 |
#~ msgid ""
|
1045 |
#~ "<strong>Note:</strong> this website let you personalize your password; "
|
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:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -16,843 +16,1027 @@ 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/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
msgid "WordPress Fields table emptied"
|
21 |
msgstr "Tabla de Campos WordPress vaciada"
|
22 |
|
23 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
24 |
msgid "WordPress Fields table deleted"
|
25 |
msgstr "Tabla de Campos WordPress borrada"
|
26 |
|
27 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
28 |
msgid "Extra Fields table emptied"
|
29 |
msgstr "Tabla de Campos Adicionales vaciada"
|
30 |
|
31 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
32 |
msgid "Extra Fields table deleted"
|
33 |
msgstr "Tabla de Campos Adicionales borrada"
|
34 |
|
35 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
36 |
msgid "Users Data table emptied"
|
37 |
msgstr "Tabla de Datos de Usuarios vaciada"
|
38 |
|
39 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
40 |
msgid "Users Data table deleted"
|
41 |
msgstr "Tabla de Datos de Usuarios borrada"
|
42 |
|
43 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
44 |
msgid "Options set to default values"
|
45 |
msgstr "Opciones asignadas los valores por defecto"
|
46 |
|
47 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
48 |
msgid "Options deleted"
|
49 |
msgstr "Opciones borradas"
|
50 |
|
51 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
52 |
msgid "Options changed"
|
53 |
msgstr "Opciones cambiadas"
|
54 |
|
55 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
56 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
57 |
msgstr "Esta operación creará/actualizará todas las opciones/tablas faltantes ¿Desea continuar?"
|
58 |
|
59 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
60 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
61 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
62 |
msgid "Options"
|
63 |
msgstr "Opciones"
|
64 |
|
65 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
66 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
67 |
msgid "Add a new Field"
|
68 |
msgstr "Agregar un nuevo Campo"
|
69 |
|
70 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
71 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
72 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
73 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:
|
74 |
msgid "Extra Fields"
|
75 |
msgstr "Campos Adicionales"
|
76 |
|
77 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
78 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
msgid "SUCCESSFUL"
|
80 |
msgstr "EXITOSO"
|
81 |
|
82 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
83 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
84 |
msgid "Save Changes"
|
85 |
msgstr "Salvar cambios"
|
86 |
|
87 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
88 |
msgid "General"
|
89 |
msgstr "General"
|
90 |
|
91 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
92 |
msgid "installed is"
|
93 |
msgstr "instalada es"
|
94 |
|
95 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
96 |
msgid "OPTIONS DELETED!"
|
97 |
msgstr "OPCIONES BORRADAS!"
|
98 |
|
99 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
100 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
101 |
msgid "Fix the problem"
|
102 |
msgstr "Arreglar el problema"
|
103 |
|
104 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
105 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
106 |
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..."
|
107 |
|
108 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
109 |
msgid "Picture/Avatar upload"
|
110 |
msgstr "Subida de foto/avatar"
|
111 |
|
112 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
113 |
msgid "is created and writable"
|
114 |
msgstr "existe y tiene permisos de escritura"
|
115 |
|
116 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
117 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
118 |
msgstr "no está creado o el servidor web no tiene permisos de escritura"
|
119 |
|
120 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
msgid "Database"
|
122 |
msgstr "Base de Datos"
|
123 |
|
124 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
125 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
126 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
127 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
128 |
msgid "select action"
|
129 |
msgstr "seleccione acción"
|
130 |
|
131 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
132 |
msgid "Default values"
|
133 |
msgstr "Valores por defecto"
|
134 |
|
135 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
136 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
137 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
138 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
139 |
msgid "Delete"
|
140 |
msgstr "Borrar"
|
141 |
|
142 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
143 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
144 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
145 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
146 |
msgid "NOT PRESENT"
|
147 |
msgstr "NO EXISTE"
|
148 |
|
149 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
150 |
msgid "WordPress Fields table"
|
151 |
msgstr "tabla de Campos WordPress"
|
152 |
|
153 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
154 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
155 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
156 |
msgid "Empty"
|
157 |
msgstr "Vacío"
|
158 |
|
159 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
160 |
msgid "Extra Fields table"
|
161 |
msgstr "Tabla de campos adicionales"
|
162 |
|
163 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
164 |
msgid "Users Data table"
|
165 |
msgstr "Tabla de datos del usuario"
|
166 |
|
167 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
168 |
msgid "all data inserted by users in all and only extra fields"
|
169 |
msgstr "todos las datos insertados por los usuarios en todos (y unicamente) los campos adicionales"
|
170 |
|
171 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
172 |
msgid "Force tables creation"
|
173 |
msgstr "Forzar la creación de tablas"
|
174 |
|
175 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
176 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
177 |
msgstr "Equivalente a desactivar y activar el plug-in. No se realizará otra operación."
|
178 |
|
179 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
180 |
msgid "User Profile"
|
181 |
msgstr "Perfil de usuario"
|
182 |
|
183 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
184 |
msgid "Extra Fields section title"
|
185 |
msgstr "Título de la sección de campos adicionales"
|
186 |
|
187 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
188 |
msgid "Fieldset's titles, separates with comma"
|
189 |
msgstr "Títulos de los grupos de campo, separar con coma"
|
190 |
|
191 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
192 |
msgid "example: title1,title2,title3"
|
193 |
msgstr "ejemplo: título 1, título 2, título 3"
|
194 |
|
195 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
196 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
197 |
msgstr "<strong>nota:</strong> si cambia el orden o quita grupos de campos posiblemente deba reasignar todos los campos adicionales a su grupo correspondiente"
|
198 |
|
199 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
200 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
201 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
202 |
msgid "Authors & Users Extended"
|
203 |
msgstr "Autores & Usuarios Extendido"
|
204 |
|
205 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
206 |
msgid "Hide username field"
|
207 |
msgstr "Esconder campo de nombre de usuario"
|
208 |
|
209 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
210 |
msgid "Hide name field"
|
211 |
msgstr "Esconder campo de nombre"
|
212 |
|
213 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
214 |
msgid "Hide email field"
|
215 |
msgstr "Esconder campo de correo electrónico"
|
216 |
|
217 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
218 |
msgid "Hide role field"
|
219 |
msgstr "Esconder campo de rol"
|
220 |
|
221 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
222 |
msgid "Hide website field"
|
223 |
msgstr "Esconder el campo de sitio web"
|
224 |
|
225 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
226 |
msgid "Hide n. posts field"
|
227 |
msgstr "Esconder el campo de n. entradas"
|
228 |
|
229 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
230 |
msgid "WordPress hidden fields"
|
231 |
msgstr "Campos escondidos WordPress"
|
232 |
|
233 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
234 |
msgid "Show password"
|
235 |
msgstr "Mostrar contraseña"
|
236 |
|
237 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
238 |
msgid "Show first name"
|
239 |
msgstr "Mostrar primer nombre"
|
240 |
|
241 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
242 |
msgid "Show last name"
|
243 |
msgstr "Mostrar apellido"
|
244 |
|
245 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
246 |
msgid "Show nickname"
|
247 |
msgstr "Mostrar sobrenombre"
|
248 |
|
249 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
250 |
msgid "Show website"
|
251 |
msgstr "Mostrar sitio web"
|
252 |
|
253 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
254 |
msgid "Show AIM"
|
255 |
msgstr "Mostrar AIM"
|
256 |
|
257 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
258 |
msgid "Show Yahoo IM"
|
259 |
msgstr "Mostrar mensajero Yahoo"
|
260 |
|
261 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
262 |
msgid "Show Jabber / Google Talk"
|
263 |
msgstr "Mostrar Jabber / Google Talk"
|
264 |
|
265 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
266 |
msgid "Show Biographical Info"
|
267 |
msgstr "Mostrar información biográfica"
|
268 |
|
269 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/
|
270 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:729
|
271 |
-
#, fuzzy
|
272 |
-
msgid "Please upload a file with one of the following extensions"
|
273 |
-
msgstr "Por favor suba la imagen con alguna de las siguientes extensiones"
|
274 |
-
|
275 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:298
|
276 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:735
|
277 |
-
msgid "Please upload an image with one of the following extensions"
|
278 |
-
msgstr "Por favor suba la imagen con alguna de las siguientes extensiones"
|
279 |
-
|
280 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:422
|
281 |
-
#, fuzzy
|
282 |
-
msgid "Delete the file"
|
283 |
-
msgstr "Borrar la imagen"
|
284 |
-
|
285 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:423
|
286 |
-
#, fuzzy
|
287 |
-
msgid "Update the file"
|
288 |
-
msgstr "Actualizar la imagen"
|
289 |
-
|
290 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:426
|
291 |
-
msgid "Delete the picture"
|
292 |
-
msgstr "Borrar la imagen"
|
293 |
-
|
294 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:427
|
295 |
-
msgid "Update the picture"
|
296 |
-
msgstr "Actualizar la imagen"
|
297 |
-
|
298 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:447
|
299 |
-
msgid "Picture URL:"
|
300 |
-
msgstr "URL de la imagen:"
|
301 |
-
|
302 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:215
|
303 |
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!"
|
304 |
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!"
|
305 |
|
306 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
307 |
msgid "Password"
|
308 |
msgstr "Contraseña"
|
309 |
|
310 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
|
|
|
|
|
|
|
|
311 |
msgid "First name"
|
312 |
msgstr "Primer nombre"
|
313 |
|
314 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
315 |
msgid "Last name"
|
316 |
msgstr "Apellido"
|
317 |
|
318 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
319 |
msgid "Nickname"
|
320 |
msgstr "Sobrenombre"
|
321 |
|
322 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
323 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
324 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
325 |
msgid "Website"
|
326 |
msgstr "Sitio Web"
|
327 |
|
328 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
329 |
msgid "AIM"
|
330 |
msgstr "AIM"
|
331 |
|
332 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
333 |
msgid "Yahoo IM"
|
334 |
msgstr "Yahoo IM"
|
335 |
|
336 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
337 |
msgid "Jabber / Google Talk"
|
338 |
msgstr "Jabber / Google Talk"
|
339 |
|
340 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
341 |
msgid "Biographical Info"
|
342 |
msgstr "Información Biográfica"
|
343 |
|
344 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
345 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
346 |
msgid "Fields"
|
347 |
msgstr "Campos"
|
348 |
|
349 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
350 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
351 |
msgid "A&U Extended"
|
352 |
msgstr "A&U Extendido"
|
353 |
|
354 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
355 |
#, fuzzy
|
356 |
msgid "Users Extended"
|
357 |
msgstr "Usuarios extendido"
|
358 |
|
359 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
360 |
msgid "Add field"
|
361 |
msgstr "Agregar campo"
|
362 |
|
363 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
364 |
msgid "Update field"
|
365 |
msgstr "Actualizar campo"
|
366 |
|
367 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
368 |
msgid "Delete field"
|
369 |
msgstr "Borrar campo"
|
370 |
|
371 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
372 |
msgid "Delete selected fields"
|
373 |
msgstr "Borrar campos seleccionados"
|
374 |
|
375 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
376 |
msgid "Change order"
|
377 |
msgstr "Cambiar orden"
|
378 |
|
379 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
380 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
381 |
msgid "Min length"
|
382 |
msgstr "Longitud mínima"
|
383 |
|
384 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
385 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
386 |
msgid "Exact length"
|
387 |
msgstr "Longitud exacta"
|
388 |
|
389 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
390 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
391 |
msgid "Max length"
|
392 |
msgstr "Longitud máxima"
|
393 |
|
394 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
395 |
msgid "Exact or Max length"
|
396 |
msgstr "Longitud máxima o exacta"
|
397 |
|
398 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
399 |
msgid "changed to"
|
400 |
msgstr "cambiado a"
|
401 |
|
402 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
403 |
msgid "You cannot give an order that misses some numbers"
|
404 |
msgstr "No se puede poner un orden que se salte algunos números"
|
405 |
|
406 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
407 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
408 |
msgid "Nothing selected"
|
409 |
msgstr "Nada seleccionado"
|
410 |
|
411 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
412 |
msgid "Field(s)"
|
413 |
msgstr "Campo(s)"
|
414 |
|
415 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
416 |
msgid "deleted correctly"
|
417 |
msgstr "borrado correctamente"
|
418 |
|
419 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
420 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
421 |
msgid "Min size"
|
422 |
msgstr "Tamaño mínimo"
|
423 |
|
424 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
425 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
426 |
msgid "Exact size"
|
427 |
msgstr "Tamaño exacto"
|
428 |
|
429 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
430 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
431 |
msgid "Max size"
|
432 |
msgstr "Tamaño máximo"
|
433 |
|
434 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
435 |
msgid "Exact or Max size"
|
436 |
msgstr "Tamaño máximo o exacto"
|
437 |
|
438 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
439 |
msgid "Name not specified"
|
440 |
msgstr "Nombre no especificado"
|
441 |
|
442 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
443 |
msgid "Name cannot contains spaces"
|
444 |
msgstr "El nombre no puede contener espacios"
|
445 |
|
446 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
447 |
msgid "Label not specified"
|
448 |
msgstr "Etiqueta no especificada"
|
449 |
|
450 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
451 |
msgid "not selected (with this type is necessary)"
|
452 |
msgstr "no seleccionado (necesario para este tipo)"
|
453 |
|
454 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
455 |
msgid "If you select"
|
456 |
msgstr "Si usted selecciona"
|
457 |
|
458 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
459 |
msgid "you cannot select Min or Max"
|
460 |
msgstr "usted no puede seleccionar mínimo o máximo"
|
461 |
|
462 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
463 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
464 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
465 |
msgid "should be in the range of"
|
466 |
msgstr "debe estar en el rango de"
|
467 |
|
468 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
469 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
470 |
msgid "Equal TO not specified"
|
471 |
msgstr "Igual a no especificado"
|
472 |
|
473 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
474 |
msgid "With checkbox type Equal TO can only be"
|
475 |
msgstr "Con tipo casilla de verificación \"igual a\" solo puede ser"
|
476 |
|
477 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
478 |
msgid "With radio type Equal TO can only be"
|
479 |
msgstr "Con tipo radio \"igual a\" solo puede ser"
|
480 |
|
481 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
482 |
msgid "With checkbox type Value can only be"
|
483 |
msgstr "Con tipo casilla de verificación \"Valor\" solo puede ser"
|
484 |
|
485 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
486 |
msgid "With radio type Value can only be"
|
487 |
msgstr "Con tipo radio \"Valor\" solo puede ser"
|
488 |
|
489 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
490 |
msgid "Field inserted correctly"
|
491 |
msgstr "Campo insertado correctamente"
|
492 |
|
493 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
494 |
msgid "Field #"
|
495 |
msgstr "Campo #"
|
496 |
|
497 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
498 |
msgid "updated correctly"
|
499 |
msgstr "Actualizado correctamente"
|
500 |
|
501 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
502 |
msgid "Name inserted is just in the database, change to another one"
|
503 |
msgstr "El nombre insertado"
|
504 |
|
505 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
506 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:352
|
507 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:357
|
508 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:378
|
509 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:390
|
510 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:397
|
511 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:408
|
512 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:414
|
513 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:426
|
514 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
515 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:444
|
516 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
517 |
-
msgid "ERROR"
|
518 |
-
msgstr "ERROR"
|
519 |
-
|
520 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
521 |
msgid "To add a new field you have to choose a name, type and label; optional are value and description. Rules are applied during user registration."
|
522 |
msgstr "Para agregar un nuevo campo, debe elegir un nombre, tipo y etiqueta. Es opcional indicar un valor y descripción. Las reglas se aplican durante el registro del usuario."
|
523 |
|
524 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
525 |
msgid "With <strong>radio</strong> and <strong>checkbox</strong>: <em>Value</em> and <em>equal TO</em> can only be 'Yes' or 'No' that means 'selected' or 'not selected'"
|
526 |
msgstr "Con <strong>radio</strong> y <strong>checkbox</strong>: <em>Valor</em> y <em>igual a</em> únicamente puede ser 'Yes' o 'No', es decir seleccionado o no seleccionado"
|
527 |
|
528 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
529 |
msgid "With <strong>drop-down</strong>: you have to add all options into label for example: label/item1,item2,item3"
|
530 |
msgstr "Con <strong>drop-down</strong>: debe agregar todas las opciones en \"etiqueta\" por ejemplo: etiqueta/elemento1,elemento2,elemento3"
|
531 |
|
532 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
533 |
msgid "With <strong>picture</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> means max pixel size (width or height) for thumbnail"
|
534 |
msgstr "Con <strong>picture</strong>: puede precargar una imagen por default poniendo su URL en <em>Valor</em>; \"mínimo,exacto y máximo tamaño\" están en KB; <em>igual a</em> significa el tamañno máximo en pixeles (ancho o alto) para el thumbnail"
|
535 |
|
536 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
537 |
msgid "With <strong>picture-url</strong>: you can preload a default image putting url in <em>Value</em>; <em>equal TO</em> means max width pixel size (height will be proportional)"
|
538 |
msgstr "Con <strong>picture-url</strong>: puede precargar una imagen por defecto poniendo la URL en <em>Valor</em>; <em>igual a</em> significa el máximo tamaño en pixeles (la altura será proporcional)"
|
539 |
|
540 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
541 |
msgid "With <strong>registration-date</strong>: <em>equal TO</em> means date and time format"
|
542 |
msgstr "Con <strong>registration-date</strong>: <em>igual a</em> significa el formato de fecha y hora"
|
543 |
|
544 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
545 |
msgid "With <strong>avatar</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> is automatically set to 512 pixels"
|
546 |
msgstr "Con <strong>avatar</strong>: puede precargar una imagen por defecto colocándola en <em>Valor</em>; 'mínimo,exacto,máximo tamaño' son en KB; <em>igual a</em> es automáticamente fijado en 512 pixeles"
|
547 |
|
548 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
549 |
#, fuzzy
|
550 |
msgid "With <strong>file</strong>: you can preload a default file putting url in <em>Value</em>; 'min,exact,max size' are in KB; under <em>equal TO</em> can be specified allowed extensions separated by comma, example: zip,pdf,doc"
|
551 |
msgstr "Con <strong>picture</strong>: puede precargar una imagen por default poniendo su URL en <em>Valor</em>; \"mínimo,exacto y máximo tamaño\" están en KB; <em>igual a</em> significa el tamañno máximo en pixeles (ancho o alto) para el thumbnail"
|
552 |
|
553 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
554 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
555 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
556 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
557 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
558 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
559 |
msgid "Name"
|
560 |
msgstr "Nombre"
|
561 |
|
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 |
-
#: /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 "Value"
|
567 |
msgstr "Valor"
|
568 |
|
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 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
572 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
573 |
msgid "Type"
|
574 |
msgstr "Tipo"
|
575 |
|
576 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
577 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
578 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
579 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
580 |
msgid "Label"
|
581 |
msgstr "Etiqueta"
|
582 |
|
583 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
584 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
585 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
586 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
587 |
msgid "Description"
|
588 |
msgstr "Descripción"
|
589 |
|
590 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
591 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
592 |
msgid "Rules"
|
593 |
msgstr "Reglas"
|
594 |
|
595 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
596 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
597 |
msgid "Actions"
|
598 |
msgstr "Acciones"
|
599 |
|
600 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
601 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
602 |
msgid "Fieldset"
|
603 |
msgstr "Grupo de campos"
|
604 |
|
605 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
606 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
607 |
msgid "Can be empty"
|
608 |
msgstr "Puede estar vacío"
|
609 |
|
610 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
611 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
612 |
msgid "Check for E-mail syntax"
|
613 |
msgstr "Checar formato de e-mail"
|
614 |
|
615 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
616 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
617 |
msgid "Can be modified"
|
618 |
msgstr "Puede ser modificado"
|
619 |
|
620 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
621 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
622 |
msgid "Can be modified only if empty"
|
623 |
msgstr "Puede ser modificado solo si está vacío"
|
624 |
|
625 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
626 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
627 |
msgid "Can be modified only by admin"
|
628 |
msgstr "Puede ser modificado solo por el administrador"
|
629 |
|
630 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
631 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
632 |
msgid "Can be modified only by admin or if empty"
|
633 |
msgstr "Puede ser modificado solo por el administrador o si está vacío"
|
634 |
|
635 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
636 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
637 |
msgid "Cannot be modified"
|
638 |
msgstr "No puede ser modificado"
|
639 |
|
640 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
641 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
642 |
msgid "Should be equal TO"
|
643 |
msgstr "Debe ser igual a"
|
644 |
|
645 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
646 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
647 |
msgid "Case sensitive"
|
648 |
msgstr "Distinción mayúsculas y minúsculas"
|
649 |
|
650 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
651 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
652 |
msgid "Regular Expression"
|
653 |
msgstr "Expresión regular"
|
654 |
|
655 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
656 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
657 |
msgid "Show the field in the registration"
|
658 |
msgstr "Mostrar el campo en el registro"
|
659 |
|
660 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
661 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
662 |
msgid "Show the field in User's profile"
|
663 |
msgstr "Mostrar el campo en el perfil del usuario"
|
664 |
|
665 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
666 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
667 |
msgid "Show the field in A&U Extended menu"
|
668 |
msgstr "Mostrar el campo en el menú extendido de A&U"
|
669 |
|
670 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
671 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
672 |
#, fuzzy
|
673 |
msgid "Show the field in the search engine"
|
674 |
msgstr "Mostrar el campo en el registro"
|
675 |
|
676 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
677 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
678 |
#, fuzzy
|
679 |
msgid "Show the field in the blog"
|
680 |
msgstr "Mostrar el campo en el registro"
|
681 |
|
682 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
683 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
684 |
#, fuzzy
|
685 |
msgid "Show the field if the role is at least:"
|
686 |
msgstr "Mostrar el campo en el registro"
|
687 |
|
688 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
689 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
690 |
msgid "Anonymous"
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
694 |
msgid "Clear"
|
695 |
msgstr "Vaciar"
|
696 |
|
697 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
698 |
msgid "Invert selection"
|
699 |
msgstr "Invertir Selección"
|
700 |
|
701 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
702 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
703 |
msgstr "&lquot;Está seguro de que quiere borrar los campos y todos los datos insertados por los usuarios?"
|
704 |
|
705 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
706 |
msgid "WordPress Fields"
|
707 |
msgstr "Campos WordPress"
|
708 |
|
709 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
710 |
msgid "None!"
|
711 |
msgstr "Ninguno!"
|
712 |
|
713 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
714 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
715 |
msgid "Order"
|
716 |
msgstr "Orden"
|
717 |
|
718 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
719 |
msgid "Reset"
|
720 |
msgstr "Reestablecer"
|
721 |
|
722 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
723 |
#, fuzzy
|
724 |
msgid "select"
|
725 |
msgstr "Borrar"
|
726 |
|
727 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
728 |
#, php-format
|
729 |
msgid "Users Matching \"%s\""
|
730 |
msgstr "Usuarios que concuerdan con \"%s\""
|
731 |
|
732 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
733 |
msgid "Users Extended List"
|
734 |
msgstr "Lista de usuarios extendida"
|
735 |
|
736 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
737 |
msgid "Authors & Users Extended List"
|
738 |
msgstr "Lista de autores y usuarios extendida"
|
739 |
|
740 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
|
|
741 |
msgid "Search Users"
|
742 |
msgstr "Buscar Usuarios"
|
743 |
|
744 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
745 |
msgid "« Back to All Users"
|
746 |
msgstr "« Regresar a \"todos los usuarios\""
|
747 |
|
748 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
749 |
msgid "Users per page"
|
750 |
msgstr "Usuarios por página"
|
751 |
|
752 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
753 |
msgid "Apply"
|
754 |
msgstr "Aplicar"
|
755 |
|
756 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
757 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
758 |
msgid "Username"
|
759 |
msgstr "Nombre de usuario"
|
760 |
|
761 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
762 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
763 |
msgid "E-mail"
|
764 |
msgstr "Correo electrónico"
|
765 |
|
766 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
767 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
768 |
msgid "Role"
|
769 |
msgstr "Rol"
|
770 |
|
771 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
772 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
773 |
msgid "Posts"
|
774 |
msgstr "Entradas"
|
775 |
|
776 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
777 |
msgid "View posts by this author"
|
778 |
msgstr "Ver entradas de este autor"
|
779 |
|
780 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
781 |
#, php-format
|
782 |
msgid "e-mail: %s"
|
783 |
msgstr "correo electrónico: %s"
|
784 |
|
785 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:327
|
786 |
-
msgid "no fieldset"
|
787 |
-
msgstr "no hay grupo de campos"
|
788 |
-
|
789 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:16
|
790 |
-
#, php-format
|
791 |
-
msgid "File '%s' doesn't exist?"
|
792 |
-
msgstr "Archivo '%s' no existente?"
|
793 |
-
|
794 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:19
|
795 |
-
msgid "The GD image library is not installed."
|
796 |
-
msgstr "La librería GD image no está instalada."
|
797 |
-
|
798 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:26
|
799 |
-
#, php-format
|
800 |
-
msgid "File '%s' is not an image."
|
801 |
-
msgstr "El archivo '%s' no es una imagen."
|
802 |
-
|
803 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:352
|
804 |
-
msgid "hasn’t a correct email syntax."
|
805 |
-
msgstr "no está en el formato correcto de e-mail. "
|
806 |
-
|
807 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:357
|
808 |
-
msgid "couldn’t be empty."
|
809 |
-
msgstr "no puede estar vacío."
|
810 |
-
|
811 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:377
|
812 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:386
|
813 |
-
msgid "isn’t correct"
|
814 |
-
msgstr "no es correcto"
|
815 |
-
|
816 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:383
|
817 |
-
msgid "YES"
|
818 |
-
msgstr "SI"
|
819 |
-
|
820 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:383
|
821 |
-
msgid "NO"
|
822 |
-
msgstr "NO"
|
823 |
-
|
824 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:388
|
825 |
-
msgid "should be"
|
826 |
-
msgstr "no debe ser"
|
827 |
-
|
828 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:397
|
829 |
-
msgid "should be an image."
|
830 |
-
msgstr "no debe ser una imagen."
|
831 |
-
|
832 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:408
|
833 |
-
msgid "couldn’t have size less than"
|
834 |
-
msgstr "no puede tener un tamaño menor a"
|
835 |
-
|
836 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:414
|
837 |
-
msgid "couldn’t have length less than"
|
838 |
-
msgstr "no puede tener una longitud menor a"
|
839 |
-
|
840 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:426
|
841 |
-
msgid "couldn’t have size different than"
|
842 |
-
msgstr "no puede tener tamaño diferente a"
|
843 |
-
|
844 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
845 |
-
msgid "couldn’t have length different than"
|
846 |
-
msgstr "no puede tener longitud diferente a"
|
847 |
-
|
848 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:444
|
849 |
-
msgid "couldn’t have size more than"
|
850 |
-
msgstr "no puede tener tamaño mayor a"
|
851 |
-
|
852 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
853 |
-
msgid "couldn’t have length more than"
|
854 |
-
msgstr "no puede tener longitud mayor a"
|
855 |
-
|
856 |
#, fuzzy
|
857 |
#~ msgid ""
|
858 |
#~ "<strong>Note:</strong> this website let you personalize your password; "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Cimy User Extra Fields\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-08-11 00:58+0300\n"
|
6 |
+
"PO-Revision-Date: 2010-08-11 00: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:432
|
20 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:436
|
21 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
22 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:471
|
23 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:483
|
24 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:490
|
25 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:501
|
26 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:507
|
27 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:519
|
28 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:525
|
29 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:537
|
30 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:543
|
31 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:567
|
32 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:435
|
33 |
+
msgid "ERROR"
|
34 |
+
msgstr "ERROR"
|
35 |
+
|
36 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
37 |
+
msgid "does not match."
|
38 |
+
msgstr ""
|
39 |
+
|
40 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:436
|
41 |
+
msgid "hasn’t a correct email syntax."
|
42 |
+
msgstr "no está en el formato correcto de e-mail. "
|
43 |
+
|
44 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
45 |
+
msgid "couldn’t be empty."
|
46 |
+
msgstr "no puede estar vacío."
|
47 |
+
|
48 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:470
|
49 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:479
|
50 |
+
msgid "isn’t correct"
|
51 |
+
msgstr "no es correcto"
|
52 |
+
|
53 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:476
|
54 |
+
msgid "YES"
|
55 |
+
msgstr "SI"
|
56 |
+
|
57 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:476
|
58 |
+
msgid "NO"
|
59 |
+
msgstr "NO"
|
60 |
+
|
61 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:481
|
62 |
+
msgid "should be"
|
63 |
+
msgstr "no debe ser"
|
64 |
+
|
65 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:490
|
66 |
+
msgid "should be an image."
|
67 |
+
msgstr "no debe ser una imagen."
|
68 |
+
|
69 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:501
|
70 |
+
msgid "couldn’t have size less than"
|
71 |
+
msgstr "no puede tener un tamaño menor a"
|
72 |
+
|
73 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:507
|
74 |
+
msgid "couldn’t have length less than"
|
75 |
+
msgstr "no puede tener una longitud menor a"
|
76 |
+
|
77 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:519
|
78 |
+
msgid "couldn’t have size different than"
|
79 |
+
msgstr "no puede tener tamaño diferente a"
|
80 |
+
|
81 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:525
|
82 |
+
msgid "couldn’t have length different than"
|
83 |
+
msgstr "no puede tener longitud diferente a"
|
84 |
+
|
85 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:537
|
86 |
+
msgid "couldn’t have size more than"
|
87 |
+
msgstr "no puede tener tamaño mayor a"
|
88 |
+
|
89 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:543
|
90 |
+
msgid "couldn’t have length more than"
|
91 |
+
msgstr "no puede tener longitud mayor a"
|
92 |
+
|
93 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:567
|
94 |
+
msgid "Typed code is not correct."
|
95 |
+
msgstr ""
|
96 |
+
|
97 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:840
|
98 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:299
|
99 |
+
#, fuzzy
|
100 |
+
msgid "Please upload a file with one of the following extensions"
|
101 |
+
msgstr "Por favor suba la imagen con alguna de las siguientes extensiones"
|
102 |
+
|
103 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:846
|
104 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:363
|
105 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:305
|
106 |
+
msgid "Please upload an image with one of the following extensions"
|
107 |
+
msgstr "Por favor suba la imagen con alguna de las siguientes extensiones"
|
108 |
+
|
109 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:926
|
110 |
+
msgid "Strength indicator"
|
111 |
+
msgstr ""
|
112 |
+
|
113 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:927
|
114 |
+
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 ! \\\" ? $ % ^ & )."
|
115 |
+
msgstr ""
|
116 |
+
|
117 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:418
|
118 |
+
msgid "no fieldset"
|
119 |
+
msgstr "no hay grupo de campos"
|
120 |
+
|
121 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:40
|
122 |
msgid "WordPress Fields table emptied"
|
123 |
msgstr "Tabla de Campos WordPress vaciada"
|
124 |
|
125 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:45
|
126 |
msgid "WordPress Fields table deleted"
|
127 |
msgstr "Tabla de Campos WordPress borrada"
|
128 |
|
129 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:54
|
130 |
msgid "Extra Fields table emptied"
|
131 |
msgstr "Tabla de Campos Adicionales vaciada"
|
132 |
|
133 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:59
|
134 |
msgid "Extra Fields table deleted"
|
135 |
msgstr "Tabla de Campos Adicionales borrada"
|
136 |
|
137 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:68
|
138 |
msgid "Users Data table emptied"
|
139 |
msgstr "Tabla de Datos de Usuarios vaciada"
|
140 |
|
141 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:73
|
142 |
msgid "Users Data table deleted"
|
143 |
msgstr "Tabla de Datos de Usuarios borrada"
|
144 |
|
145 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:84
|
146 |
msgid "Options set to default values"
|
147 |
msgstr "Opciones asignadas los valores por defecto"
|
148 |
|
149 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:90
|
150 |
msgid "Options deleted"
|
151 |
msgstr "Opciones borradas"
|
152 |
|
153 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:339
|
154 |
msgid "Options changed"
|
155 |
msgstr "Opciones cambiadas"
|
156 |
|
157 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:453
|
158 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
159 |
msgstr "Esta operación creará/actualizará todas las opciones/tablas faltantes ¿Desea continuar?"
|
160 |
|
161 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:465
|
162 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:601
|
163 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:698
|
164 |
msgid "Options"
|
165 |
msgstr "Opciones"
|
166 |
|
167 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:468
|
168 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:427
|
169 |
msgid "Add a new Field"
|
170 |
msgstr "Agregar un nuevo Campo"
|
171 |
|
172 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:468
|
173 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:819
|
174 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
175 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:241
|
176 |
msgid "Extra Fields"
|
177 |
msgstr "Campos Adicionales"
|
178 |
|
179 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:474
|
180 |
+
msgid "Support the Cimy Project"
|
181 |
+
msgstr ""
|
182 |
+
|
183 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:482
|
184 |
+
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!"
|
185 |
+
msgstr ""
|
186 |
+
|
187 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:492
|
188 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:454
|
189 |
msgid "SUCCESSFUL"
|
190 |
msgstr "EXITOSO"
|
191 |
|
192 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:505
|
193 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:775
|
194 |
msgid "Save Changes"
|
195 |
msgstr "Salvar cambios"
|
196 |
|
197 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:506
|
198 |
msgid "General"
|
199 |
msgstr "General"
|
200 |
|
201 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:514
|
202 |
msgid "installed is"
|
203 |
msgstr "instalada es"
|
204 |
|
205 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:518
|
206 |
msgid "OPTIONS DELETED!"
|
207 |
msgstr "OPCIONES BORRADAS!"
|
208 |
|
209 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:521
|
210 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:526
|
211 |
msgid "Fix the problem"
|
212 |
msgstr "Arreglar el problema"
|
213 |
|
214 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:524
|
215 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
216 |
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..."
|
217 |
|
218 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:532
|
219 |
msgid "Picture/Avatar upload"
|
220 |
msgstr "Subida de foto/avatar"
|
221 |
|
222 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:536
|
223 |
msgid "is created and writable"
|
224 |
msgstr "existe y tiene permisos de escritura"
|
225 |
|
226 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:538
|
227 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
228 |
msgstr "no está creado o el servidor web no tiene permisos de escritura"
|
229 |
|
230 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:545
|
231 |
+
#, fuzzy
|
232 |
+
msgid "Show all fields in the welcome email"
|
233 |
+
msgstr "Mostrar el campo en el registro"
|
234 |
+
|
235 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:549
|
236 |
+
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
237 |
+
msgstr ""
|
238 |
+
|
239 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:557
|
240 |
+
msgid "Enable email confirmation"
|
241 |
+
msgstr ""
|
242 |
+
|
243 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:561
|
244 |
+
msgid "user that registers should confirm its email address via a link click"
|
245 |
+
msgstr ""
|
246 |
+
|
247 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:569
|
248 |
+
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
249 |
+
msgstr ""
|
250 |
+
|
251 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:573
|
252 |
+
msgid "Public KEY"
|
253 |
+
msgstr ""
|
254 |
+
|
255 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:577
|
256 |
+
msgid "Private KEY"
|
257 |
+
msgstr ""
|
258 |
+
|
259 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:584
|
260 |
+
msgid "Change login/registration page logo"
|
261 |
+
msgstr ""
|
262 |
+
|
263 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:589
|
264 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:433
|
265 |
+
msgid "Delete the picture"
|
266 |
+
msgstr "Borrar la imagen"
|
267 |
+
|
268 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:592
|
269 |
+
msgid "Maximum recommended logo width is 328px, but any height should work."
|
270 |
+
msgstr ""
|
271 |
+
|
272 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:598
|
273 |
msgid "Database"
|
274 |
msgstr "Base de Datos"
|
275 |
|
276 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:607
|
277 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:625
|
278 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:644
|
279 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:661
|
280 |
msgid "select action"
|
281 |
msgstr "seleccione acción"
|
282 |
|
283 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:608
|
284 |
msgid "Default values"
|
285 |
msgstr "Valores por defecto"
|
286 |
|
287 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:609
|
288 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:627
|
289 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:646
|
290 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:663
|
291 |
msgid "Delete"
|
292 |
msgstr "Borrar"
|
293 |
|
294 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
295 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:632
|
296 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:650
|
297 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:668
|
298 |
msgid "NOT PRESENT"
|
299 |
msgstr "NO EXISTE"
|
300 |
|
301 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:618
|
302 |
msgid "WordPress Fields table"
|
303 |
msgstr "tabla de Campos WordPress"
|
304 |
|
305 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:626
|
306 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:645
|
307 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:662
|
308 |
msgid "Empty"
|
309 |
msgstr "Vacío"
|
310 |
|
311 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:638
|
312 |
msgid "Extra Fields table"
|
313 |
msgstr "Tabla de campos adicionales"
|
314 |
|
315 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:655
|
316 |
msgid "Users Data table"
|
317 |
msgstr "Tabla de datos del usuario"
|
318 |
|
319 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:665
|
320 |
msgid "all data inserted by users in all and only extra fields"
|
321 |
msgstr "todos las datos insertados por los usuarios en todos (y unicamente) los campos adicionales"
|
322 |
|
323 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:673
|
324 |
msgid "Force tables creation"
|
325 |
msgstr "Forzar la creación de tablas"
|
326 |
|
327 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:676
|
328 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
329 |
msgstr "Equivalente a desactivar y activar el plug-in. No se realizará otra operación."
|
330 |
|
331 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:682
|
332 |
msgid "User Profile"
|
333 |
msgstr "Perfil de usuario"
|
334 |
|
335 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:685
|
336 |
msgid "Extra Fields section title"
|
337 |
msgstr "Título de la sección de campos adicionales"
|
338 |
|
339 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:689
|
340 |
msgid "Fieldset's titles, separates with comma"
|
341 |
msgstr "Títulos de los grupos de campo, separar con coma"
|
342 |
|
343 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:689
|
344 |
msgid "example: title1,title2,title3"
|
345 |
msgstr "ejemplo: título 1, título 2, título 3"
|
346 |
|
347 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:690
|
348 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
349 |
msgstr "<strong>nota:</strong> si cambia el orden o quita grupos de campos posiblemente deba reasignar todos los campos adicionales a su grupo correspondiente"
|
350 |
|
351 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:695
|
352 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:700
|
353 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:709
|
354 |
msgid "Authors & Users Extended"
|
355 |
msgstr "Autores & Usuarios Extendido"
|
356 |
|
357 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:699
|
358 |
msgid "Hide username field"
|
359 |
msgstr "Esconder campo de nombre de usuario"
|
360 |
|
361 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:705
|
362 |
msgid "Hide name field"
|
363 |
msgstr "Esconder campo de nombre"
|
364 |
|
365 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:710
|
366 |
msgid "Hide email field"
|
367 |
msgstr "Esconder campo de correo electrónico"
|
368 |
|
369 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:714
|
370 |
msgid "Hide role field"
|
371 |
msgstr "Esconder campo de rol"
|
372 |
|
373 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:718
|
374 |
msgid "Hide website field"
|
375 |
msgstr "Esconder el campo de sitio web"
|
376 |
|
377 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:722
|
378 |
msgid "Hide n. posts field"
|
379 |
msgstr "Esconder el campo de n. entradas"
|
380 |
|
381 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:727
|
382 |
msgid "WordPress hidden fields"
|
383 |
msgstr "Campos escondidos WordPress"
|
384 |
|
385 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:730
|
386 |
msgid "Show password"
|
387 |
msgstr "Mostrar contraseña"
|
388 |
|
389 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:734
|
390 |
+
#, fuzzy
|
391 |
+
msgid "Show confirmation password"
|
392 |
+
msgstr "Mostrar contraseña"
|
393 |
+
|
394 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:738
|
395 |
+
#, fuzzy
|
396 |
+
msgid "Show password strength meter"
|
397 |
+
msgstr "Mostrar contraseña"
|
398 |
+
|
399 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:742
|
400 |
msgid "Show first name"
|
401 |
msgstr "Mostrar primer nombre"
|
402 |
|
403 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:746
|
404 |
msgid "Show last name"
|
405 |
msgstr "Mostrar apellido"
|
406 |
|
407 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
|
408 |
msgid "Show nickname"
|
409 |
msgstr "Mostrar sobrenombre"
|
410 |
|
411 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:754
|
412 |
msgid "Show website"
|
413 |
msgstr "Mostrar sitio web"
|
414 |
|
415 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:758
|
416 |
msgid "Show AIM"
|
417 |
msgstr "Mostrar AIM"
|
418 |
|
419 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:762
|
420 |
msgid "Show Yahoo IM"
|
421 |
msgstr "Mostrar mensajero Yahoo"
|
422 |
|
423 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:766
|
424 |
msgid "Show Jabber / Google Talk"
|
425 |
msgstr "Mostrar Jabber / Google Talk"
|
426 |
|
427 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:770
|
428 |
msgid "Show Biographical Info"
|
429 |
msgstr "Mostrar información biográfica"
|
430 |
|
431 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:193
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
432 |
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!"
|
433 |
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!"
|
434 |
|
435 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:200
|
436 |
msgid "Password"
|
437 |
msgstr "Contraseña"
|
438 |
|
439 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
|
440 |
+
msgid "Password confirmation"
|
441 |
+
msgstr ""
|
442 |
+
|
443 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:240
|
444 |
msgid "First name"
|
445 |
msgstr "Primer nombre"
|
446 |
|
447 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:260
|
448 |
msgid "Last name"
|
449 |
msgstr "Apellido"
|
450 |
|
451 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:280
|
452 |
msgid "Nickname"
|
453 |
msgstr "Sobrenombre"
|
454 |
|
455 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:300
|
456 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1479
|
457 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1480
|
458 |
msgid "Website"
|
459 |
msgstr "Sitio Web"
|
460 |
|
461 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
|
462 |
msgid "AIM"
|
463 |
msgstr "AIM"
|
464 |
|
465 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:340
|
466 |
msgid "Yahoo IM"
|
467 |
msgstr "Yahoo IM"
|
468 |
|
469 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:360
|
470 |
msgid "Jabber / Google Talk"
|
471 |
msgstr "Jabber / Google Talk"
|
472 |
|
473 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:380
|
474 |
msgid "Biographical Info"
|
475 |
msgstr "Información Biográfica"
|
476 |
|
477 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:699
|
478 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:120
|
479 |
msgid "Fields"
|
480 |
msgstr "Campos"
|
481 |
|
482 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:700
|
483 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:709
|
484 |
msgid "A&U Extended"
|
485 |
msgstr "A&U Extendido"
|
486 |
|
487 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:704
|
488 |
#, fuzzy
|
489 |
msgid "Users Extended"
|
490 |
msgstr "Usuarios extendido"
|
491 |
|
492 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:16
|
493 |
+
#, php-format
|
494 |
+
msgid "File '%s' doesn't exist?"
|
495 |
+
msgstr "Archivo '%s' no existente?"
|
496 |
+
|
497 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:19
|
498 |
+
msgid "The GD image library is not installed."
|
499 |
+
msgstr "La librería GD image no está instalada."
|
500 |
+
|
501 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:26
|
502 |
+
#, php-format
|
503 |
+
msgid "File '%s' is not an image."
|
504 |
+
msgstr "El archivo '%s' no es una imagen."
|
505 |
+
|
506 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:40
|
507 |
+
#, php-format
|
508 |
+
msgid "New user registration on your site %s:"
|
509 |
+
msgstr ""
|
510 |
+
|
511 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:41
|
512 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:52
|
513 |
+
#, fuzzy, php-format
|
514 |
+
msgid "Username: %s"
|
515 |
+
msgstr "Nombre de usuario"
|
516 |
+
|
517 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:42
|
518 |
+
#, fuzzy, php-format
|
519 |
+
msgid "E-mail: %s"
|
520 |
+
msgstr "correo electrónico: %s"
|
521 |
+
|
522 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:47
|
523 |
+
#, php-format
|
524 |
+
msgid "[%s] New User Registration"
|
525 |
+
msgstr ""
|
526 |
+
|
527 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:53
|
528 |
+
#, fuzzy, php-format
|
529 |
+
msgid "Password: %s"
|
530 |
+
msgstr "Contraseña"
|
531 |
+
|
532 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:59
|
533 |
+
#, php-format
|
534 |
+
msgid "[%s] Your username and password"
|
535 |
+
msgstr ""
|
536 |
+
|
537 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:68
|
538 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:75
|
539 |
+
#, php-format
|
540 |
+
msgid "%s: %s"
|
541 |
+
msgstr ""
|
542 |
+
|
543 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:92
|
544 |
+
#, php-format
|
545 |
+
msgid ""
|
546 |
+
"To activate your user, please click the following link:\n"
|
547 |
+
"\n"
|
548 |
+
"%s\n"
|
549 |
+
"\n"
|
550 |
+
"After you activate, you will receive *another email* with your login.\n"
|
551 |
+
"\n"
|
552 |
+
msgstr ""
|
553 |
+
|
554 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:107
|
555 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
556 |
+
msgid "Your account is now active!"
|
557 |
+
msgstr ""
|
558 |
+
|
559 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:108
|
560 |
+
#, php-format
|
561 |
+
msgid "Your site at <a href=\"%1$s\">%2$s</a> is active. You may now log in to your site using your chosen username of “%3$s”. Please check your email inbox at %4$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href=\"%5$s\">reset your password</a></p>."
|
562 |
+
msgstr ""
|
563 |
+
|
564 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:110
|
565 |
+
msgid "An error occurred during the activation"
|
566 |
+
msgstr ""
|
567 |
+
|
568 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
569 |
+
#, fuzzy
|
570 |
+
msgid "Username:"
|
571 |
+
msgstr "Nombre de usuario"
|
572 |
+
|
573 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
574 |
+
#, fuzzy
|
575 |
+
msgid "Password:"
|
576 |
+
msgstr "Contraseña"
|
577 |
+
|
578 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:129
|
579 |
+
msgid "Invalid activation key."
|
580 |
+
msgstr ""
|
581 |
+
|
582 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:132
|
583 |
+
msgid "The site is already active."
|
584 |
+
msgstr ""
|
585 |
+
|
586 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:151
|
587 |
+
msgid "Could not create user"
|
588 |
+
msgstr ""
|
589 |
+
|
590 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:163
|
591 |
+
msgid "That username is already activated."
|
592 |
+
msgstr ""
|
593 |
+
|
594 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:182
|
595 |
+
msgid "That username is currently reserved but may be available in a couple of days."
|
596 |
+
msgstr ""
|
597 |
+
|
598 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:185
|
599 |
+
msgid "username and email used"
|
600 |
+
msgstr ""
|
601 |
+
|
602 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:195
|
603 |
+
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."
|
604 |
+
msgstr ""
|
605 |
+
|
606 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:429
|
607 |
+
#, fuzzy
|
608 |
+
msgid "Delete the file"
|
609 |
+
msgstr "Borrar la imagen"
|
610 |
+
|
611 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:430
|
612 |
+
#, fuzzy
|
613 |
+
msgid "Update the file"
|
614 |
+
msgstr "Actualizar la imagen"
|
615 |
+
|
616 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:434
|
617 |
+
msgid "Update the picture"
|
618 |
+
msgstr "Actualizar la imagen"
|
619 |
+
|
620 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:454
|
621 |
+
msgid "Picture URL:"
|
622 |
+
msgstr "URL de la imagen:"
|
623 |
+
|
624 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:14
|
625 |
msgid "Add field"
|
626 |
msgstr "Agregar campo"
|
627 |
|
628 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:15
|
629 |
msgid "Update field"
|
630 |
msgstr "Actualizar campo"
|
631 |
|
632 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:16
|
633 |
msgid "Delete field"
|
634 |
msgstr "Borrar campo"
|
635 |
|
636 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:17
|
637 |
msgid "Delete selected fields"
|
638 |
msgstr "Borrar campos seleccionados"
|
639 |
|
640 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:18
|
641 |
msgid "Change order"
|
642 |
msgstr "Cambiar orden"
|
643 |
|
644 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:27
|
645 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1063
|
646 |
msgid "Min length"
|
647 |
msgstr "Longitud mínima"
|
648 |
|
649 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:28
|
650 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1064
|
651 |
msgid "Exact length"
|
652 |
msgstr "Longitud exacta"
|
653 |
|
654 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:29
|
655 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1065
|
656 |
msgid "Max length"
|
657 |
msgstr "Longitud máxima"
|
658 |
|
659 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
660 |
msgid "Exact or Max length"
|
661 |
msgstr "Longitud máxima o exacta"
|
662 |
|
663 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:120
|
664 |
msgid "changed to"
|
665 |
msgstr "cambiado a"
|
666 |
|
667 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:123
|
668 |
msgid "You cannot give an order that misses some numbers"
|
669 |
msgstr "No se puede poner un orden que se salte algunos números"
|
670 |
|
671 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:126
|
672 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:197
|
673 |
msgid "Nothing selected"
|
674 |
msgstr "Nada seleccionado"
|
675 |
|
676 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:194
|
677 |
msgid "Field(s)"
|
678 |
msgstr "Campo(s)"
|
679 |
|
680 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:194
|
681 |
msgid "deleted correctly"
|
682 |
msgstr "borrado correctamente"
|
683 |
|
684 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:226
|
685 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1055
|
686 |
msgid "Min size"
|
687 |
msgstr "Tamaño mínimo"
|
688 |
|
689 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:227
|
690 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1056
|
691 |
msgid "Exact size"
|
692 |
msgstr "Tamaño exacto"
|
693 |
|
694 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:228
|
695 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1057
|
696 |
msgid "Max size"
|
697 |
msgstr "Tamaño máximo"
|
698 |
|
699 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:230
|
700 |
msgid "Exact or Max size"
|
701 |
msgstr "Tamaño máximo o exacto"
|
702 |
|
703 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:282
|
704 |
msgid "Name not specified"
|
705 |
msgstr "Nombre no especificado"
|
706 |
|
707 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:284
|
708 |
msgid "Name cannot contains spaces"
|
709 |
msgstr "El nombre no puede contener espacios"
|
710 |
|
711 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:287
|
712 |
msgid "Label not specified"
|
713 |
msgstr "Etiqueta no especificada"
|
714 |
|
715 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:292
|
716 |
msgid "not selected (with this type is necessary)"
|
717 |
msgstr "no seleccionado (necesario para este tipo)"
|
718 |
|
719 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:298
|
720 |
msgid "If you select"
|
721 |
msgstr "Si usted selecciona"
|
722 |
|
723 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:298
|
724 |
msgid "you cannot select Min or Max"
|
725 |
msgstr "usted no puede seleccionar mínimo o máximo"
|
726 |
|
727 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:303
|
728 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:308
|
729 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:313
|
730 |
msgid "should be in the range of"
|
731 |
msgstr "debe estar en el rango de"
|
732 |
|
733 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:323
|
734 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:325
|
735 |
msgid "Equal TO not specified"
|
736 |
msgstr "Igual a no especificado"
|
737 |
|
738 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:328
|
739 |
msgid "With checkbox type Equal TO can only be"
|
740 |
msgstr "Con tipo casilla de verificación \"igual a\" solo puede ser"
|
741 |
|
742 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:331
|
743 |
msgid "With radio type Equal TO can only be"
|
744 |
msgstr "Con tipo radio \"igual a\" solo puede ser"
|
745 |
|
746 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:347
|
747 |
msgid "With checkbox type Value can only be"
|
748 |
msgstr "Con tipo casilla de verificación \"Valor\" solo puede ser"
|
749 |
|
750 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:350
|
751 |
msgid "With radio type Value can only be"
|
752 |
msgstr "Con tipo radio \"Valor\" solo puede ser"
|
753 |
|
754 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:407
|
755 |
msgid "Field inserted correctly"
|
756 |
msgstr "Campo insertado correctamente"
|
757 |
|
758 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:409
|
759 |
msgid "Field #"
|
760 |
msgstr "Campo #"
|
761 |
|
762 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:409
|
763 |
msgid "updated correctly"
|
764 |
msgstr "Actualizado correctamente"
|
765 |
|
766 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:412
|
767 |
msgid "Name inserted is just in the database, change to another one"
|
768 |
msgstr "El nombre insertado"
|
769 |
|
770 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
771 |
msgid "To add a new field you have to choose a name, type and label; optional are value and description. Rules are applied during user registration."
|
772 |
msgstr "Para agregar un nuevo campo, debe elegir un nombre, tipo y etiqueta. Es opcional indicar un valor y descripción. Las reglas se aplican durante el registro del usuario."
|
773 |
|
774 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:651
|
775 |
msgid "With <strong>radio</strong> and <strong>checkbox</strong>: <em>Value</em> and <em>equal TO</em> can only be 'Yes' or 'No' that means 'selected' or 'not selected'"
|
776 |
msgstr "Con <strong>radio</strong> y <strong>checkbox</strong>: <em>Valor</em> y <em>igual a</em> únicamente puede ser 'Yes' o 'No', es decir seleccionado o no seleccionado"
|
777 |
|
778 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
779 |
msgid "With <strong>drop-down</strong>: you have to add all options into label for example: label/item1,item2,item3"
|
780 |
msgstr "Con <strong>drop-down</strong>: debe agregar todas las opciones en \"etiqueta\" por ejemplo: etiqueta/elemento1,elemento2,elemento3"
|
781 |
|
782 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:653
|
783 |
msgid "With <strong>picture</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> means max pixel size (width or height) for thumbnail"
|
784 |
msgstr "Con <strong>picture</strong>: puede precargar una imagen por default poniendo su URL en <em>Valor</em>; \"mínimo,exacto y máximo tamaño\" están en KB; <em>igual a</em> significa el tamañno máximo en pixeles (ancho o alto) para el thumbnail"
|
785 |
|
786 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:654
|
787 |
msgid "With <strong>picture-url</strong>: you can preload a default image putting url in <em>Value</em>; <em>equal TO</em> means max width pixel size (height will be proportional)"
|
788 |
msgstr "Con <strong>picture-url</strong>: puede precargar una imagen por defecto poniendo la URL en <em>Valor</em>; <em>igual a</em> significa el máximo tamaño en pixeles (la altura será proporcional)"
|
789 |
|
790 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
|
791 |
msgid "With <strong>registration-date</strong>: <em>equal TO</em> means date and time format"
|
792 |
msgstr "Con <strong>registration-date</strong>: <em>igual a</em> significa el formato de fecha y hora"
|
793 |
|
794 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:656
|
795 |
msgid "With <strong>avatar</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> is automatically set to 512 pixels"
|
796 |
msgstr "Con <strong>avatar</strong>: puede precargar una imagen por defecto colocándola en <em>Valor</em>; 'mínimo,exacto,máximo tamaño' son en KB; <em>igual a</em> es automáticamente fijado en 512 pixeles"
|
797 |
|
798 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:657
|
799 |
#, fuzzy
|
800 |
msgid "With <strong>file</strong>: you can preload a default file putting url in <em>Value</em>; 'min,exact,max size' are in KB; under <em>equal TO</em> can be specified allowed extensions separated by comma, example: zip,pdf,doc"
|
801 |
msgstr "Con <strong>picture</strong>: puede precargar una imagen por default poniendo su URL en <em>Valor</em>; \"mínimo,exacto y máximo tamaño\" están en KB; <em>igual a</em> significa el tamañno máximo en pixeles (ancho o alto) para el thumbnail"
|
802 |
|
803 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:664
|
804 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:674
|
805 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
806 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1088
|
807 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1464
|
808 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1465
|
809 |
msgid "Name"
|
810 |
msgstr "Nombre"
|
811 |
|
812 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:664
|
813 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:675
|
814 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
815 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
|
816 |
msgid "Value"
|
817 |
msgstr "Valor"
|
818 |
|
819 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:665
|
820 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:678
|
821 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
822 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1094
|
823 |
msgid "Type"
|
824 |
msgstr "Tipo"
|
825 |
|
826 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
827 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:697
|
828 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:847
|
829 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1116
|
830 |
msgid "Label"
|
831 |
msgstr "Etiqueta"
|
832 |
|
833 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
834 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:698
|
835 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:847
|
836 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1119
|
837 |
msgid "Description"
|
838 |
msgstr "Descripción"
|
839 |
|
840 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:667
|
841 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:848
|
842 |
msgid "Rules"
|
843 |
msgstr "Reglas"
|
844 |
|
845 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:668
|
846 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:849
|
847 |
msgid "Actions"
|
848 |
msgstr "Acciones"
|
849 |
|
850 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
851 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1110
|
852 |
msgid "Fieldset"
|
853 |
msgstr "Grupo de campos"
|
854 |
|
855 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:710
|
856 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1133
|
857 |
msgid "Can be empty"
|
858 |
msgstr "Puede estar vacío"
|
859 |
|
860 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
861 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1134
|
862 |
msgid "Check for E-mail syntax"
|
863 |
msgstr "Checar formato de e-mail"
|
864 |
|
865 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
866 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1137
|
867 |
msgid "Can be modified"
|
868 |
msgstr "Puede ser modificado"
|
869 |
|
870 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:715
|
871 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1138
|
872 |
msgid "Can be modified only if empty"
|
873 |
msgstr "Puede ser modificado solo si está vacío"
|
874 |
|
875 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:716
|
876 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1139
|
877 |
msgid "Can be modified only by admin"
|
878 |
msgstr "Puede ser modificado solo por el administrador"
|
879 |
|
880 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
881 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1140
|
882 |
msgid "Can be modified only by admin or if empty"
|
883 |
msgstr "Puede ser modificado solo por el administrador o si está vacío"
|
884 |
|
885 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:718
|
886 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1141
|
887 |
msgid "Cannot be modified"
|
888 |
msgstr "No puede ser modificado"
|
889 |
|
890 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:726
|
891 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1146
|
892 |
msgid "Should be equal TO"
|
893 |
msgstr "Debe ser igual a"
|
894 |
|
895 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:728
|
896 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1148
|
897 |
msgid "Case sensitive"
|
898 |
msgstr "Distinción mayúsculas y minúsculas"
|
899 |
|
900 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
901 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1150
|
902 |
msgid "Regular Expression"
|
903 |
msgstr "Expresión regular"
|
904 |
|
905 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:734
|
906 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1154
|
907 |
msgid "Show the field in the registration"
|
908 |
msgstr "Mostrar el campo en el registro"
|
909 |
|
910 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:737
|
911 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1157
|
912 |
msgid "Show the field in User's profile"
|
913 |
msgstr "Mostrar el campo en el perfil del usuario"
|
914 |
|
915 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:740
|
916 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1166
|
917 |
msgid "Show the field in A&U Extended menu"
|
918 |
msgstr "Mostrar el campo en el menú extendido de A&U"
|
919 |
|
920 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:743
|
921 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1169
|
922 |
#, fuzzy
|
923 |
msgid "Show the field in the search engine"
|
924 |
msgstr "Mostrar el campo en el registro"
|
925 |
|
926 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:746
|
927 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1172
|
928 |
#, fuzzy
|
929 |
msgid "Show the field in the blog"
|
930 |
msgstr "Mostrar el campo en el registro"
|
931 |
|
932 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:749
|
933 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1175
|
934 |
#, fuzzy
|
935 |
msgid "Show the field if the role is at least:"
|
936 |
msgstr "Mostrar el campo en el registro"
|
937 |
|
938 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:751
|
939 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1177
|
940 |
msgid "Anonymous"
|
941 |
msgstr ""
|
942 |
|
943 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:762
|
944 |
msgid "Clear"
|
945 |
msgstr "Vaciar"
|
946 |
|
947 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:810
|
948 |
msgid "Invert selection"
|
949 |
msgstr "Invertir Selección"
|
950 |
|
951 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:811
|
952 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
953 |
msgstr "&lquot;Está seguro de que quiere borrar los campos y todos los datos insertados por los usuarios?"
|
954 |
|
955 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:817
|
956 |
msgid "WordPress Fields"
|
957 |
msgstr "Campos WordPress"
|
958 |
|
959 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:830
|
960 |
msgid "None!"
|
961 |
msgstr "Ninguno!"
|
962 |
|
963 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:845
|
964 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1076
|
965 |
msgid "Order"
|
966 |
msgstr "Orden"
|
967 |
|
968 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1188
|
969 |
msgid "Reset"
|
970 |
msgstr "Reestablecer"
|
971 |
|
972 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1239
|
973 |
#, fuzzy
|
974 |
msgid "select"
|
975 |
msgstr "Borrar"
|
976 |
|
977 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1342
|
978 |
#, php-format
|
979 |
msgid "Users Matching \"%s\""
|
980 |
msgstr "Usuarios que concuerdan con \"%s\""
|
981 |
|
982 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1346
|
983 |
msgid "Users Extended List"
|
984 |
msgstr "Lista de usuarios extendida"
|
985 |
|
986 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1348
|
987 |
msgid "Authors & Users Extended List"
|
988 |
msgstr "Lista de autores y usuarios extendida"
|
989 |
|
990 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1387
|
991 |
+
#, php-format
|
992 |
+
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
993 |
+
msgstr ""
|
994 |
+
|
995 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1399
|
996 |
msgid "Search Users"
|
997 |
msgstr "Buscar Usuarios"
|
998 |
|
999 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1425
|
1000 |
msgid "« Back to All Users"
|
1001 |
msgstr "« Regresar a \"todos los usuarios\""
|
1002 |
|
1003 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1431
|
1004 |
msgid "Users per page"
|
1005 |
msgstr "Usuarios por página"
|
1006 |
|
1007 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1446
|
1008 |
msgid "Apply"
|
1009 |
msgstr "Aplicar"
|
1010 |
|
1011 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1459
|
1012 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1460
|
1013 |
msgid "Username"
|
1014 |
msgstr "Nombre de usuario"
|
1015 |
|
1016 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1469
|
1017 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1470
|
1018 |
msgid "E-mail"
|
1019 |
msgstr "Correo electrónico"
|
1020 |
|
1021 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1474
|
1022 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1475
|
1023 |
msgid "Role"
|
1024 |
msgstr "Rol"
|
1025 |
|
1026 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1484
|
1027 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1485
|
1028 |
msgid "Posts"
|
1029 |
msgstr "Entradas"
|
1030 |
|
1031 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1594
|
1032 |
msgid "View posts by this author"
|
1033 |
msgstr "Ver entradas de este autor"
|
1034 |
|
1035 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1625
|
1036 |
#, php-format
|
1037 |
msgid "e-mail: %s"
|
1038 |
msgstr "correo electrónico: %s"
|
1039 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1040 |
#, fuzzy
|
1041 |
#~ msgid ""
|
1042 |
#~ "<strong>Note:</strong> this website let you personalize your password; "
|
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:
|
6 |
-
"PO-Revision-Date:
|
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,858 +16,1038 @@ 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/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
msgid "WordPress Fields table emptied"
|
21 |
msgstr "Table des champs wordpress vidée"
|
22 |
|
23 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
24 |
msgid "WordPress Fields table deleted"
|
25 |
msgstr "Table des champs wordpress supprimée"
|
26 |
|
27 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
28 |
msgid "Extra Fields table emptied"
|
29 |
msgstr "Table des champs supplémentaires vidée"
|
30 |
|
31 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
32 |
msgid "Extra Fields table deleted"
|
33 |
msgstr "Table des champs supplémentaires supprimée"
|
34 |
|
35 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
36 |
msgid "Users Data table emptied"
|
37 |
msgstr "Table des données utilsateurs vidée"
|
38 |
|
39 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
40 |
msgid "Users Data table deleted"
|
41 |
msgstr "Table des données utilsateurs supprimée"
|
42 |
|
43 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
44 |
msgid "Options set to default values"
|
45 |
msgstr "Options réinitialisées avec les valeurs par défaut"
|
46 |
|
47 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
48 |
msgid "Options deleted"
|
49 |
msgstr "Options supprimées"
|
50 |
|
51 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
52 |
msgid "Options changed"
|
53 |
msgstr "Options changées"
|
54 |
|
55 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
56 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
60 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
61 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
62 |
msgid "Options"
|
63 |
msgstr "Options"
|
64 |
|
65 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
66 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
67 |
msgid "Add a new Field"
|
68 |
msgstr "Ajouter un nouveau champ"
|
69 |
|
70 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
71 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
72 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
73 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:
|
74 |
msgid "Extra Fields"
|
75 |
msgstr "Champs Supplémentaires"
|
76 |
|
77 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
78 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
msgid "SUCCESSFUL"
|
80 |
msgstr "AVEC SUCCES"
|
81 |
|
82 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
83 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
84 |
msgid "Save Changes"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
88 |
msgid "General"
|
89 |
msgstr "Général"
|
90 |
|
91 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
92 |
msgid "installed is"
|
93 |
msgstr "installé"
|
94 |
|
95 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
96 |
msgid "OPTIONS DELETED!"
|
97 |
msgstr "OPTIONS SUPPRIMEES!"
|
98 |
|
99 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
100 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
101 |
msgid "Fix the problem"
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
105 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
106 |
msgstr "VERSION NE CORRESPONDANT PAS! Ceci arrive lorsque vous n'ave pas désactivé et réactivé le plug-in après sa mise à jour! Cela peut poser problème..."
|
107 |
|
108 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
109 |
msgid "Picture/Avatar upload"
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
113 |
msgid "is created and writable"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
117 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
msgid "Database"
|
122 |
msgstr "Database"
|
123 |
|
124 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
125 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
126 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
127 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
128 |
msgid "select action"
|
129 |
msgstr "sélectionner une action"
|
130 |
|
131 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
132 |
msgid "Default values"
|
133 |
msgstr "Valeurs par défaut"
|
134 |
|
135 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
136 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
137 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
138 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
139 |
msgid "Delete"
|
140 |
msgstr "Supprimer"
|
141 |
|
142 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
143 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
144 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
145 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
146 |
msgid "NOT PRESENT"
|
147 |
msgstr "NON PRESENT"
|
148 |
|
149 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
150 |
msgid "WordPress Fields table"
|
151 |
msgstr "Table des champs Wordpress"
|
152 |
|
153 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
154 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
155 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
156 |
msgid "Empty"
|
157 |
msgstr "Vider"
|
158 |
|
159 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
160 |
msgid "Extra Fields table"
|
161 |
msgstr "Table des champs supplémentaires"
|
162 |
|
163 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
164 |
msgid "Users Data table"
|
165 |
msgstr "Table des données utilisateurs"
|
166 |
|
167 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
168 |
msgid "all data inserted by users in all and only extra fields"
|
169 |
msgstr "toutes les données insérées par les utilsateurs et seulement les champs supplémentaires"
|
170 |
|
171 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
172 |
msgid "Force tables creation"
|
173 |
msgstr "Forcer la création des tables"
|
174 |
|
175 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
176 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
180 |
msgid "User Profile"
|
181 |
msgstr "Profil utilisateur"
|
182 |
|
183 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
184 |
#, fuzzy
|
185 |
msgid "Extra Fields section title"
|
186 |
msgstr "Table des champs supplémentaires"
|
187 |
|
188 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
189 |
msgid "Fieldset's titles, separates with comma"
|
190 |
msgstr "Titres des regroupements, séparés par des virgules"
|
191 |
|
192 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
193 |
msgid "example: title1,title2,title3"
|
194 |
msgstr "exemple : titre1,titre2,titre3"
|
195 |
|
196 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
197 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
201 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
202 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
203 |
msgid "Authors & Users Extended"
|
204 |
msgstr "Auteurs & Utilisateurs Etendus"
|
205 |
|
206 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
207 |
msgid "Hide username field"
|
208 |
msgstr "Cacher le champ nom d'utilisateur"
|
209 |
|
210 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
211 |
msgid "Hide name field"
|
212 |
msgstr "Cacher le champ nom"
|
213 |
|
214 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
215 |
msgid "Hide email field"
|
216 |
msgstr "Cacher le champ e-mail"
|
217 |
|
218 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
219 |
#, fuzzy
|
220 |
msgid "Hide role field"
|
221 |
msgstr "Cacher le champ nom"
|
222 |
|
223 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
224 |
msgid "Hide website field"
|
225 |
msgstr "Cacher le champ du site web"
|
226 |
|
227 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
228 |
msgid "Hide n. posts field"
|
229 |
msgstr "Cacher le champ n. articles"
|
230 |
|
231 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
232 |
msgid "WordPress hidden fields"
|
233 |
msgstr "Champs Wordpress cachés"
|
234 |
|
235 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
236 |
msgid "Show password"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
240 |
msgid "Show first name"
|
241 |
msgstr "Montrer le prénom"
|
242 |
|
243 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
244 |
msgid "Show last name"
|
245 |
msgstr "Montrer le nom"
|
246 |
|
247 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
248 |
msgid "Show nickname"
|
249 |
msgstr "Montrer le surnom"
|
250 |
|
251 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
252 |
msgid "Show website"
|
253 |
msgstr "Montrer le site web"
|
254 |
|
255 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
256 |
msgid "Show AIM"
|
257 |
msgstr "Montrer AIM"
|
258 |
|
259 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
260 |
msgid "Show Yahoo IM"
|
261 |
msgstr "Montrer Yahoo IM"
|
262 |
|
263 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
264 |
msgid "Show Jabber / Google Talk"
|
265 |
msgstr "Montrer Jabber / Google Talk"
|
266 |
|
267 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
268 |
msgid "Show Biographical Info"
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/
|
272 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:729
|
273 |
-
#, fuzzy
|
274 |
-
msgid "Please upload a file with one of the following extensions"
|
275 |
-
msgstr "SVP chargez une image avec l'une des extensions suivantes"
|
276 |
-
|
277 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:298
|
278 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:735
|
279 |
-
msgid "Please upload an image with one of the following extensions"
|
280 |
-
msgstr "SVP chargez une image avec l'une des extensions suivantes"
|
281 |
-
|
282 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:422
|
283 |
-
#, fuzzy
|
284 |
-
msgid "Delete the file"
|
285 |
-
msgstr "Supprimer le champ"
|
286 |
-
|
287 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:423
|
288 |
-
#, fuzzy
|
289 |
-
msgid "Update the file"
|
290 |
-
msgstr "Mettre à jour le champ"
|
291 |
-
|
292 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:426
|
293 |
-
#, fuzzy
|
294 |
-
msgid "Delete the picture"
|
295 |
-
msgstr "Supprimer le champ"
|
296 |
-
|
297 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:427
|
298 |
-
#, fuzzy
|
299 |
-
msgid "Update the picture"
|
300 |
-
msgstr "Mettre à jour le champ"
|
301 |
-
|
302 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:447
|
303 |
-
msgid "Picture URL:"
|
304 |
-
msgstr ""
|
305 |
-
|
306 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:215
|
307 |
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!"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
311 |
msgid "Password"
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
|
|
|
|
|
|
|
|
315 |
#, fuzzy
|
316 |
msgid "First name"
|
317 |
msgstr "Montrer le prénom"
|
318 |
|
319 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
320 |
#, fuzzy
|
321 |
msgid "Last name"
|
322 |
msgstr "Montrer le nom"
|
323 |
|
324 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
325 |
#, fuzzy
|
326 |
msgid "Nickname"
|
327 |
msgstr "Nom"
|
328 |
|
329 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
330 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
331 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
332 |
msgid "Website"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
336 |
msgid "AIM"
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
340 |
#, fuzzy
|
341 |
msgid "Yahoo IM"
|
342 |
msgstr "Montrer Yahoo IM"
|
343 |
|
344 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
345 |
#, fuzzy
|
346 |
msgid "Jabber / Google Talk"
|
347 |
msgstr "Montrer Jabber / Google Talk"
|
348 |
|
349 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
350 |
msgid "Biographical Info"
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
354 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
355 |
msgid "Fields"
|
356 |
msgstr "Champs"
|
357 |
|
358 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
359 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
360 |
msgid "A&U Extended"
|
361 |
msgstr "A&U Etendu"
|
362 |
|
363 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
364 |
#, fuzzy
|
365 |
msgid "Users Extended"
|
366 |
msgstr "Liste étendue des auteurs & utilisateurs"
|
367 |
|
368 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
369 |
msgid "Add field"
|
370 |
msgstr "Ajouter un champ"
|
371 |
|
372 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
373 |
msgid "Update field"
|
374 |
msgstr "Mettre à jour le champ"
|
375 |
|
376 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
377 |
msgid "Delete field"
|
378 |
msgstr "Supprimer le champ"
|
379 |
|
380 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
381 |
msgid "Delete selected fields"
|
382 |
msgstr "Supprimer les champs sélectionnés"
|
383 |
|
384 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
385 |
msgid "Change order"
|
386 |
msgstr "Changer l'ordre"
|
387 |
|
388 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
389 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
390 |
msgid "Min length"
|
391 |
msgstr "Longueur min"
|
392 |
|
393 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
394 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
395 |
msgid "Exact length"
|
396 |
msgstr "Longueur exacte"
|
397 |
|
398 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
399 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
400 |
msgid "Max length"
|
401 |
msgstr "Longueur max"
|
402 |
|
403 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
404 |
msgid "Exact or Max length"
|
405 |
msgstr "Longueur exacte ou max"
|
406 |
|
407 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
408 |
msgid "changed to"
|
409 |
msgstr "changé à"
|
410 |
|
411 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
412 |
msgid "You cannot give an order that misses some numbers"
|
413 |
msgstr "Vous ne pouvez pas donner un ordre qui manque des nombres"
|
414 |
|
415 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
416 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
417 |
msgid "Nothing selected"
|
418 |
msgstr "Rien n'est sélectionné"
|
419 |
|
420 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
421 |
msgid "Field(s)"
|
422 |
msgstr "Champ(s)"
|
423 |
|
424 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
425 |
msgid "deleted correctly"
|
426 |
msgstr "supprmé(e) correctement"
|
427 |
|
428 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
429 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
430 |
msgid "Min size"
|
431 |
msgstr "Taille min"
|
432 |
|
433 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
434 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
435 |
msgid "Exact size"
|
436 |
msgstr "Taille exacte"
|
437 |
|
438 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
439 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
440 |
msgid "Max size"
|
441 |
msgstr "Taille max"
|
442 |
|
443 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
444 |
msgid "Exact or Max size"
|
445 |
msgstr "Taille exacte ou Max"
|
446 |
|
447 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
448 |
msgid "Name not specified"
|
449 |
msgstr "Nom non spécifié"
|
450 |
|
451 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
452 |
msgid "Name cannot contains spaces"
|
453 |
msgstr "Le nom ne peut pas contenir d'espace"
|
454 |
|
455 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
456 |
msgid "Label not specified"
|
457 |
msgstr "Label non spécifié"
|
458 |
|
459 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
460 |
msgid "not selected (with this type is necessary)"
|
461 |
msgstr "non sélectionné (avec ce type, c'est nécessaire)"
|
462 |
|
463 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
464 |
msgid "If you select"
|
465 |
msgstr "Si vous sélectionnez"
|
466 |
|
467 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
468 |
msgid "you cannot select Min or Max"
|
469 |
msgstr "vous ne pouvez pas sélectionner Min ou Max"
|
470 |
|
471 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
472 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
473 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
474 |
msgid "should be in the range of"
|
475 |
msgstr "doit être compris entre"
|
476 |
|
477 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
478 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
479 |
msgid "Equal TO not specified"
|
480 |
msgstr "Egal A non spécifié"
|
481 |
|
482 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
483 |
msgid "With checkbox type Equal TO can only be"
|
484 |
msgstr "Avec le type checkbox, \"Egal A\" ne peut être que"
|
485 |
|
486 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
487 |
msgid "With radio type Equal TO can only be"
|
488 |
msgstr "Avec le type radio, \"Egal A\" ne peut être que"
|
489 |
|
490 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
491 |
msgid "With checkbox type Value can only be"
|
492 |
msgstr "Avec le type checkbox, la valeur ne peut être que"
|
493 |
|
494 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
495 |
msgid "With radio type Value can only be"
|
496 |
msgstr "Avec le type radio, la valeur ne peut être que"
|
497 |
|
498 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
499 |
msgid "Field inserted correctly"
|
500 |
msgstr "Champ inséré correctement"
|
501 |
|
502 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
503 |
msgid "Field #"
|
504 |
msgstr "Champ #"
|
505 |
|
506 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
507 |
msgid "updated correctly"
|
508 |
msgstr "mis à jour correctement"
|
509 |
|
510 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
511 |
msgid "Name inserted is just in the database, change to another one"
|
512 |
msgstr "Le nom est déjà dans la base de données, merci de le changer"
|
513 |
|
514 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
515 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:352
|
516 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:357
|
517 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:378
|
518 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:390
|
519 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:397
|
520 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:408
|
521 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:414
|
522 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:426
|
523 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
524 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:444
|
525 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
526 |
-
msgid "ERROR"
|
527 |
-
msgstr "ERREUR"
|
528 |
-
|
529 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
530 |
msgid "To add a new field you have to choose a name, type and label; optional are value and description. Rules are applied during user registration."
|
531 |
msgstr "Pour ajouter un nouveau champ, vous devez choisir un nom, un type et un label; la valeur et la description sont optionnelles. Les règles sont appliquées lors de l'inscription d'un utilisateur."
|
532 |
|
533 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
534 |
msgid "With <strong>radio</strong> and <strong>checkbox</strong>: <em>Value</em> and <em>equal TO</em> can only be 'Yes' or 'No' that means 'selected' or 'not selected'"
|
535 |
msgstr "Avec les types <strong>radio</strong> et <strong>checkbox</strong>: <em>Valeur</em> et <em>égal A</em> peuvent seulement être 'Yes' ou 'No' ce qui signifie 'sélectionné' ou 'non sélectionné'"
|
536 |
|
537 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
538 |
msgid "With <strong>drop-down</strong>: you have to add all options into label for example: label/item1,item2,item3"
|
539 |
msgstr "Avec le type <strong>drop-down</strong>: vous devez ajouter toutes les options dans le label, par exemple: label/item1,item2,item3"
|
540 |
|
541 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
542 |
msgid "With <strong>picture</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> means max pixel size (width or height) for thumbnail"
|
543 |
msgstr "Avec le type <strong>picture</strong>: vous pouvez pré-charger une image par défaut en indiquant son url dans <em>Valeur</em>; 'taille min,exacte,max' sont en KB; <em>égal A</em> indique la taille max en pixels (largeur ou hauteur) pour les vignettes"
|
544 |
|
545 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
546 |
msgid "With <strong>picture-url</strong>: you can preload a default image putting url in <em>Value</em>; <em>equal TO</em> means max width pixel size (height will be proportional)"
|
547 |
msgstr "Avec le type <strong>picture-url</strong>: vous pouvez pré-charger une image par défaut en indiqunt l'url dans <em>Valeur</em>; <em>égal A</em> indique la taille de la largeur max en pixels (la hauteur sera proportionnelle)"
|
548 |
|
549 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
550 |
msgid "With <strong>registration-date</strong>: <em>equal TO</em> means date and time format"
|
551 |
msgstr "Avec le type <strong>registration-date</strong>: <em>égal A</em> indique un format date et heure"
|
552 |
|
553 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
554 |
#, fuzzy
|
555 |
msgid "With <strong>avatar</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> is automatically set to 512 pixels"
|
556 |
msgstr "Avec le type <strong>picture</strong>: vous pouvez pré-charger une image par défaut en indiquant son url dans <em>Valeur</em>; 'taille min,exacte,max' sont en KB; <em>égal A</em> indique la taille max en pixels (largeur ou hauteur) pour les vignettes"
|
557 |
|
558 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
559 |
#, fuzzy
|
560 |
msgid "With <strong>file</strong>: you can preload a default file putting url in <em>Value</em>; 'min,exact,max size' are in KB; under <em>equal TO</em> can be specified allowed extensions separated by comma, example: zip,pdf,doc"
|
561 |
msgstr "Avec le type <strong>picture</strong>: vous pouvez pré-charger une image par défaut en indiquant son url dans <em>Valeur</em>; 'taille min,exacte,max' sont en KB; <em>égal A</em> indique la taille max en pixels (largeur ou hauteur) pour les vignettes"
|
562 |
|
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 |
-
#: /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 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
568 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
569 |
msgid "Name"
|
570 |
msgstr "Nom"
|
571 |
|
572 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
573 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
574 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
575 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
576 |
msgid "Value"
|
577 |
msgstr "Valeur"
|
578 |
|
579 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
580 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
581 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
582 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
583 |
msgid "Type"
|
584 |
msgstr "Type"
|
585 |
|
586 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
587 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
588 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
589 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
590 |
msgid "Label"
|
591 |
msgstr "Label"
|
592 |
|
593 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
594 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
595 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
596 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
597 |
msgid "Description"
|
598 |
msgstr ""
|
599 |
|
600 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
601 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
602 |
msgid "Rules"
|
603 |
msgstr "Règles"
|
604 |
|
605 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
606 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
607 |
msgid "Actions"
|
608 |
msgstr "Actions"
|
609 |
|
610 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
611 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
612 |
#, fuzzy
|
613 |
msgid "Fieldset"
|
614 |
msgstr "Champs"
|
615 |
|
616 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
617 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
618 |
msgid "Can be empty"
|
619 |
msgstr "Peut être vide"
|
620 |
|
621 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
622 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
623 |
msgid "Check for E-mail syntax"
|
624 |
msgstr "Vérifier la syntaxe de l'e-mail"
|
625 |
|
626 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
627 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
628 |
msgid "Can be modified"
|
629 |
msgstr "Peut être modifié"
|
630 |
|
631 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
632 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
633 |
msgid "Can be modified only if empty"
|
634 |
msgstr "Ne peut être modifié que s'il est vide"
|
635 |
|
636 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
637 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
638 |
msgid "Can be modified only by admin"
|
639 |
msgstr "Ne peut être modifié que par un admin"
|
640 |
|
641 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
642 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
643 |
msgid "Can be modified only by admin or if empty"
|
644 |
msgstr "Ne peut être modifié que par un admin ou s'il est vide"
|
645 |
|
646 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
647 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
648 |
msgid "Cannot be modified"
|
649 |
msgstr "Ne peut pas être modifié"
|
650 |
|
651 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
652 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
653 |
msgid "Should be equal TO"
|
654 |
msgstr "Doit être égal A"
|
655 |
|
656 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
657 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
658 |
msgid "Case sensitive"
|
659 |
msgstr "Tenir compte des majuscules (case sensitive)"
|
660 |
|
661 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
662 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
663 |
msgid "Regular Expression"
|
664 |
msgstr ""
|
665 |
|
666 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
667 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
668 |
msgid "Show the field in the registration"
|
669 |
msgstr "Montrer le champ lors de l'inscription"
|
670 |
|
671 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
672 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
673 |
msgid "Show the field in User's profile"
|
674 |
msgstr "Montrer le champ dans le profil de l'utilisateur"
|
675 |
|
676 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
677 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
678 |
msgid "Show the field in A&U Extended menu"
|
679 |
msgstr "Montrer le champ dans le menu A&U étendu"
|
680 |
|
681 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
682 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
683 |
#, fuzzy
|
684 |
msgid "Show the field in the search engine"
|
685 |
msgstr "Montrer le champ lors de l'inscription"
|
686 |
|
687 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
688 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
689 |
#, fuzzy
|
690 |
msgid "Show the field in the blog"
|
691 |
msgstr "Montrer le champ lors de l'inscription"
|
692 |
|
693 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
694 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
695 |
#, fuzzy
|
696 |
msgid "Show the field if the role is at least:"
|
697 |
msgstr "Montrer le champ lors de l'inscription"
|
698 |
|
699 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
700 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
701 |
msgid "Anonymous"
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
705 |
msgid "Clear"
|
706 |
msgstr "Vider (RAZ)"
|
707 |
|
708 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
709 |
msgid "Invert selection"
|
710 |
msgstr "Inverser la sélection"
|
711 |
|
712 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
713 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
714 |
msgstr "Etes vous sur de vouloir supprimer ce(s) champ(s) et toutes les données insérées par vos utilisateurs ?"
|
715 |
|
716 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
717 |
msgid "WordPress Fields"
|
718 |
msgstr "Champs Wordpress"
|
719 |
|
720 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
721 |
msgid "None!"
|
722 |
msgstr "Aucun !"
|
723 |
|
724 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
725 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
726 |
msgid "Order"
|
727 |
msgstr "Ordre"
|
728 |
|
729 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
730 |
msgid "Reset"
|
731 |
msgstr "Réinitialiser"
|
732 |
|
733 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
734 |
#, fuzzy
|
735 |
msgid "select"
|
736 |
msgstr "Supprimer"
|
737 |
|
738 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
739 |
#, php-format
|
740 |
msgid "Users Matching \"%s\""
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
744 |
#, fuzzy
|
745 |
msgid "Users Extended List"
|
746 |
msgstr "Liste étendue des auteurs & utilisateurs"
|
747 |
|
748 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
749 |
msgid "Authors & Users Extended List"
|
750 |
msgstr "Liste étendue des auteurs & utilisateurs"
|
751 |
|
752 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
|
|
753 |
msgid "Search Users"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
757 |
msgid "« Back to All Users"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
761 |
#, fuzzy
|
762 |
msgid "Users per page"
|
763 |
msgstr "Table des données utilisateurs"
|
764 |
|
765 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
766 |
msgid "Apply"
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
770 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
771 |
msgid "Username"
|
772 |
msgstr ""
|
773 |
|
774 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
775 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
776 |
msgid "E-mail"
|
777 |
msgstr ""
|
778 |
|
779 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
780 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
781 |
#, fuzzy
|
782 |
msgid "Role"
|
783 |
msgstr "Règles"
|
784 |
|
785 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
786 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
787 |
msgid "Posts"
|
788 |
msgstr "Articles"
|
789 |
|
790 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
791 |
msgid "View posts by this author"
|
792 |
msgstr "Voir les articles de cet auteur"
|
793 |
|
794 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
795 |
#, php-format
|
796 |
msgid "e-mail: %s"
|
797 |
msgstr ""
|
798 |
|
799 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:327
|
800 |
-
#, fuzzy
|
801 |
-
msgid "no fieldset"
|
802 |
-
msgstr "Objets par regroupement"
|
803 |
-
|
804 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:16
|
805 |
-
#, php-format
|
806 |
-
msgid "File '%s' doesn't exist?"
|
807 |
-
msgstr ""
|
808 |
-
|
809 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:19
|
810 |
-
msgid "The GD image library is not installed."
|
811 |
-
msgstr ""
|
812 |
-
|
813 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:26
|
814 |
-
#, php-format
|
815 |
-
msgid "File '%s' is not an image."
|
816 |
-
msgstr ""
|
817 |
-
|
818 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:352
|
819 |
-
msgid "hasn’t a correct email syntax."
|
820 |
-
msgstr "n’a pas une syntaxe e-mail correcte"
|
821 |
-
|
822 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:357
|
823 |
-
msgid "couldn’t be empty."
|
824 |
-
msgstr "ne peut pas être vide."
|
825 |
-
|
826 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:377
|
827 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:386
|
828 |
-
msgid "isn’t correct"
|
829 |
-
msgstr "n’est pas correct"
|
830 |
-
|
831 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:383
|
832 |
-
msgid "YES"
|
833 |
-
msgstr "OUI"
|
834 |
-
|
835 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:383
|
836 |
-
msgid "NO"
|
837 |
-
msgstr "NON"
|
838 |
-
|
839 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:388
|
840 |
-
msgid "should be"
|
841 |
-
msgstr "doit être"
|
842 |
-
|
843 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:397
|
844 |
-
msgid "should be an image."
|
845 |
-
msgstr "doit être une image."
|
846 |
-
|
847 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:408
|
848 |
-
msgid "couldn’t have size less than"
|
849 |
-
msgstr "ne peut pas avoir une taille inférieure à"
|
850 |
-
|
851 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:414
|
852 |
-
msgid "couldn’t have length less than"
|
853 |
-
msgstr "ne peut pas avoir une longueur inférieure à"
|
854 |
-
|
855 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:426
|
856 |
-
msgid "couldn’t have size different than"
|
857 |
-
msgstr "ne peut pas avoir une taille différente de"
|
858 |
-
|
859 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
860 |
-
msgid "couldn’t have length different than"
|
861 |
-
msgstr "ne peut pas avoir une longueur différente de"
|
862 |
-
|
863 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:444
|
864 |
-
msgid "couldn’t have size more than"
|
865 |
-
msgstr "ne peut pas avoir une taille supérieure à"
|
866 |
-
|
867 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
868 |
-
msgid "couldn’t have length more than"
|
869 |
-
msgstr "ne peut pas avoir une longueur supérieure à"
|
870 |
-
|
871 |
#~ msgid "Disable get_cimyFieldValue function"
|
872 |
#~ msgstr "Désactiver la fonction get_cimyFieldValue"
|
873 |
#~ msgid "leave disabled if you don't know what to do"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Cimy User Extra Fields\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-08-11 00:58+0300\n"
|
6 |
+
"PO-Revision-Date: 2010-08-11 00: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:432
|
20 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:436
|
21 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
22 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:471
|
23 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:483
|
24 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:490
|
25 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:501
|
26 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:507
|
27 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:519
|
28 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:525
|
29 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:537
|
30 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:543
|
31 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:567
|
32 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:435
|
33 |
+
msgid "ERROR"
|
34 |
+
msgstr "ERREUR"
|
35 |
+
|
36 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
37 |
+
msgid "does not match."
|
38 |
+
msgstr ""
|
39 |
+
|
40 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:436
|
41 |
+
msgid "hasn’t a correct email syntax."
|
42 |
+
msgstr "n’a pas une syntaxe e-mail correcte"
|
43 |
+
|
44 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
45 |
+
msgid "couldn’t be empty."
|
46 |
+
msgstr "ne peut pas être vide."
|
47 |
+
|
48 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:470
|
49 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:479
|
50 |
+
msgid "isn’t correct"
|
51 |
+
msgstr "n’est pas correct"
|
52 |
+
|
53 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:476
|
54 |
+
msgid "YES"
|
55 |
+
msgstr "OUI"
|
56 |
+
|
57 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:476
|
58 |
+
msgid "NO"
|
59 |
+
msgstr "NON"
|
60 |
+
|
61 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:481
|
62 |
+
msgid "should be"
|
63 |
+
msgstr "doit être"
|
64 |
+
|
65 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:490
|
66 |
+
msgid "should be an image."
|
67 |
+
msgstr "doit être une image."
|
68 |
+
|
69 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:501
|
70 |
+
msgid "couldn’t have size less than"
|
71 |
+
msgstr "ne peut pas avoir une taille inférieure à"
|
72 |
+
|
73 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:507
|
74 |
+
msgid "couldn’t have length less than"
|
75 |
+
msgstr "ne peut pas avoir une longueur inférieure à"
|
76 |
+
|
77 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:519
|
78 |
+
msgid "couldn’t have size different than"
|
79 |
+
msgstr "ne peut pas avoir une taille différente de"
|
80 |
+
|
81 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:525
|
82 |
+
msgid "couldn’t have length different than"
|
83 |
+
msgstr "ne peut pas avoir une longueur différente de"
|
84 |
+
|
85 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:537
|
86 |
+
msgid "couldn’t have size more than"
|
87 |
+
msgstr "ne peut pas avoir une taille supérieure à"
|
88 |
+
|
89 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:543
|
90 |
+
msgid "couldn’t have length more than"
|
91 |
+
msgstr "ne peut pas avoir une longueur supérieure à"
|
92 |
+
|
93 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:567
|
94 |
+
msgid "Typed code is not correct."
|
95 |
+
msgstr ""
|
96 |
+
|
97 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:840
|
98 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:299
|
99 |
+
#, fuzzy
|
100 |
+
msgid "Please upload a file with one of the following extensions"
|
101 |
+
msgstr "SVP chargez une image avec l'une des extensions suivantes"
|
102 |
+
|
103 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:846
|
104 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:363
|
105 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:305
|
106 |
+
msgid "Please upload an image with one of the following extensions"
|
107 |
+
msgstr "SVP chargez une image avec l'une des extensions suivantes"
|
108 |
+
|
109 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:926
|
110 |
+
msgid "Strength indicator"
|
111 |
+
msgstr ""
|
112 |
+
|
113 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:927
|
114 |
+
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 ! \\\" ? $ % ^ & )."
|
115 |
+
msgstr ""
|
116 |
+
|
117 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:418
|
118 |
+
#, fuzzy
|
119 |
+
msgid "no fieldset"
|
120 |
+
msgstr "Objets par regroupement"
|
121 |
+
|
122 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:40
|
123 |
msgid "WordPress Fields table emptied"
|
124 |
msgstr "Table des champs wordpress vidée"
|
125 |
|
126 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:45
|
127 |
msgid "WordPress Fields table deleted"
|
128 |
msgstr "Table des champs wordpress supprimée"
|
129 |
|
130 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:54
|
131 |
msgid "Extra Fields table emptied"
|
132 |
msgstr "Table des champs supplémentaires vidée"
|
133 |
|
134 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:59
|
135 |
msgid "Extra Fields table deleted"
|
136 |
msgstr "Table des champs supplémentaires supprimée"
|
137 |
|
138 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:68
|
139 |
msgid "Users Data table emptied"
|
140 |
msgstr "Table des données utilsateurs vidée"
|
141 |
|
142 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:73
|
143 |
msgid "Users Data table deleted"
|
144 |
msgstr "Table des données utilsateurs supprimée"
|
145 |
|
146 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:84
|
147 |
msgid "Options set to default values"
|
148 |
msgstr "Options réinitialisées avec les valeurs par défaut"
|
149 |
|
150 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:90
|
151 |
msgid "Options deleted"
|
152 |
msgstr "Options supprimées"
|
153 |
|
154 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:339
|
155 |
msgid "Options changed"
|
156 |
msgstr "Options changées"
|
157 |
|
158 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:453
|
159 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:465
|
163 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:601
|
164 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:698
|
165 |
msgid "Options"
|
166 |
msgstr "Options"
|
167 |
|
168 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:468
|
169 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:427
|
170 |
msgid "Add a new Field"
|
171 |
msgstr "Ajouter un nouveau champ"
|
172 |
|
173 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:468
|
174 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:819
|
175 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
176 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:241
|
177 |
msgid "Extra Fields"
|
178 |
msgstr "Champs Supplémentaires"
|
179 |
|
180 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:474
|
181 |
+
msgid "Support the Cimy Project"
|
182 |
+
msgstr ""
|
183 |
+
|
184 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:482
|
185 |
+
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!"
|
186 |
+
msgstr ""
|
187 |
+
|
188 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:492
|
189 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:454
|
190 |
msgid "SUCCESSFUL"
|
191 |
msgstr "AVEC SUCCES"
|
192 |
|
193 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:505
|
194 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:775
|
195 |
msgid "Save Changes"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:506
|
199 |
msgid "General"
|
200 |
msgstr "Général"
|
201 |
|
202 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:514
|
203 |
msgid "installed is"
|
204 |
msgstr "installé"
|
205 |
|
206 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:518
|
207 |
msgid "OPTIONS DELETED!"
|
208 |
msgstr "OPTIONS SUPPRIMEES!"
|
209 |
|
210 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:521
|
211 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:526
|
212 |
msgid "Fix the problem"
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:524
|
216 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
217 |
msgstr "VERSION NE CORRESPONDANT PAS! Ceci arrive lorsque vous n'ave pas désactivé et réactivé le plug-in après sa mise à jour! Cela peut poser problème..."
|
218 |
|
219 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:532
|
220 |
msgid "Picture/Avatar upload"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:536
|
224 |
msgid "is created and writable"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:538
|
228 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:545
|
232 |
+
#, fuzzy
|
233 |
+
msgid "Show all fields in the welcome email"
|
234 |
+
msgstr "Montrer le champ lors de l'inscription"
|
235 |
+
|
236 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:549
|
237 |
+
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
238 |
+
msgstr ""
|
239 |
+
|
240 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:557
|
241 |
+
msgid "Enable email confirmation"
|
242 |
+
msgstr ""
|
243 |
+
|
244 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:561
|
245 |
+
msgid "user that registers should confirm its email address via a link click"
|
246 |
+
msgstr ""
|
247 |
+
|
248 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:569
|
249 |
+
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
250 |
+
msgstr ""
|
251 |
+
|
252 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:573
|
253 |
+
msgid "Public KEY"
|
254 |
+
msgstr ""
|
255 |
+
|
256 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:577
|
257 |
+
msgid "Private KEY"
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:584
|
261 |
+
msgid "Change login/registration page logo"
|
262 |
+
msgstr ""
|
263 |
+
|
264 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:589
|
265 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:433
|
266 |
+
#, fuzzy
|
267 |
+
msgid "Delete the picture"
|
268 |
+
msgstr "Supprimer le champ"
|
269 |
+
|
270 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:592
|
271 |
+
msgid "Maximum recommended logo width is 328px, but any height should work."
|
272 |
+
msgstr ""
|
273 |
+
|
274 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:598
|
275 |
msgid "Database"
|
276 |
msgstr "Database"
|
277 |
|
278 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:607
|
279 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:625
|
280 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:644
|
281 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:661
|
282 |
msgid "select action"
|
283 |
msgstr "sélectionner une action"
|
284 |
|
285 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:608
|
286 |
msgid "Default values"
|
287 |
msgstr "Valeurs par défaut"
|
288 |
|
289 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:609
|
290 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:627
|
291 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:646
|
292 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:663
|
293 |
msgid "Delete"
|
294 |
msgstr "Supprimer"
|
295 |
|
296 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
297 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:632
|
298 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:650
|
299 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:668
|
300 |
msgid "NOT PRESENT"
|
301 |
msgstr "NON PRESENT"
|
302 |
|
303 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:618
|
304 |
msgid "WordPress Fields table"
|
305 |
msgstr "Table des champs Wordpress"
|
306 |
|
307 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:626
|
308 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:645
|
309 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:662
|
310 |
msgid "Empty"
|
311 |
msgstr "Vider"
|
312 |
|
313 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:638
|
314 |
msgid "Extra Fields table"
|
315 |
msgstr "Table des champs supplémentaires"
|
316 |
|
317 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:655
|
318 |
msgid "Users Data table"
|
319 |
msgstr "Table des données utilisateurs"
|
320 |
|
321 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:665
|
322 |
msgid "all data inserted by users in all and only extra fields"
|
323 |
msgstr "toutes les données insérées par les utilsateurs et seulement les champs supplémentaires"
|
324 |
|
325 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:673
|
326 |
msgid "Force tables creation"
|
327 |
msgstr "Forcer la création des tables"
|
328 |
|
329 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:676
|
330 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:682
|
334 |
msgid "User Profile"
|
335 |
msgstr "Profil utilisateur"
|
336 |
|
337 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:685
|
338 |
#, fuzzy
|
339 |
msgid "Extra Fields section title"
|
340 |
msgstr "Table des champs supplémentaires"
|
341 |
|
342 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:689
|
343 |
msgid "Fieldset's titles, separates with comma"
|
344 |
msgstr "Titres des regroupements, séparés par des virgules"
|
345 |
|
346 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:689
|
347 |
msgid "example: title1,title2,title3"
|
348 |
msgstr "exemple : titre1,titre2,titre3"
|
349 |
|
350 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:690
|
351 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:695
|
355 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:700
|
356 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:709
|
357 |
msgid "Authors & Users Extended"
|
358 |
msgstr "Auteurs & Utilisateurs Etendus"
|
359 |
|
360 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:699
|
361 |
msgid "Hide username field"
|
362 |
msgstr "Cacher le champ nom d'utilisateur"
|
363 |
|
364 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:705
|
365 |
msgid "Hide name field"
|
366 |
msgstr "Cacher le champ nom"
|
367 |
|
368 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:710
|
369 |
msgid "Hide email field"
|
370 |
msgstr "Cacher le champ e-mail"
|
371 |
|
372 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:714
|
373 |
#, fuzzy
|
374 |
msgid "Hide role field"
|
375 |
msgstr "Cacher le champ nom"
|
376 |
|
377 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:718
|
378 |
msgid "Hide website field"
|
379 |
msgstr "Cacher le champ du site web"
|
380 |
|
381 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:722
|
382 |
msgid "Hide n. posts field"
|
383 |
msgstr "Cacher le champ n. articles"
|
384 |
|
385 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:727
|
386 |
msgid "WordPress hidden fields"
|
387 |
msgstr "Champs Wordpress cachés"
|
388 |
|
389 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:730
|
390 |
msgid "Show password"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:734
|
394 |
+
msgid "Show confirmation password"
|
395 |
+
msgstr ""
|
396 |
+
|
397 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:738
|
398 |
+
msgid "Show password strength meter"
|
399 |
+
msgstr ""
|
400 |
+
|
401 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:742
|
402 |
msgid "Show first name"
|
403 |
msgstr "Montrer le prénom"
|
404 |
|
405 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:746
|
406 |
msgid "Show last name"
|
407 |
msgstr "Montrer le nom"
|
408 |
|
409 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
|
410 |
msgid "Show nickname"
|
411 |
msgstr "Montrer le surnom"
|
412 |
|
413 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:754
|
414 |
msgid "Show website"
|
415 |
msgstr "Montrer le site web"
|
416 |
|
417 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:758
|
418 |
msgid "Show AIM"
|
419 |
msgstr "Montrer AIM"
|
420 |
|
421 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:762
|
422 |
msgid "Show Yahoo IM"
|
423 |
msgstr "Montrer Yahoo IM"
|
424 |
|
425 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:766
|
426 |
msgid "Show Jabber / Google Talk"
|
427 |
msgstr "Montrer Jabber / Google Talk"
|
428 |
|
429 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:770
|
430 |
msgid "Show Biographical Info"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:193
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
434 |
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!"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:200
|
438 |
msgid "Password"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
|
442 |
+
msgid "Password confirmation"
|
443 |
+
msgstr ""
|
444 |
+
|
445 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:240
|
446 |
#, fuzzy
|
447 |
msgid "First name"
|
448 |
msgstr "Montrer le prénom"
|
449 |
|
450 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:260
|
451 |
#, fuzzy
|
452 |
msgid "Last name"
|
453 |
msgstr "Montrer le nom"
|
454 |
|
455 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:280
|
456 |
#, fuzzy
|
457 |
msgid "Nickname"
|
458 |
msgstr "Nom"
|
459 |
|
460 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:300
|
461 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1479
|
462 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1480
|
463 |
msgid "Website"
|
464 |
msgstr ""
|
465 |
|
466 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
|
467 |
msgid "AIM"
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:340
|
471 |
#, fuzzy
|
472 |
msgid "Yahoo IM"
|
473 |
msgstr "Montrer Yahoo IM"
|
474 |
|
475 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:360
|
476 |
#, fuzzy
|
477 |
msgid "Jabber / Google Talk"
|
478 |
msgstr "Montrer Jabber / Google Talk"
|
479 |
|
480 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:380
|
481 |
msgid "Biographical Info"
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:699
|
485 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:120
|
486 |
msgid "Fields"
|
487 |
msgstr "Champs"
|
488 |
|
489 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:700
|
490 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:709
|
491 |
msgid "A&U Extended"
|
492 |
msgstr "A&U Etendu"
|
493 |
|
494 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:704
|
495 |
#, fuzzy
|
496 |
msgid "Users Extended"
|
497 |
msgstr "Liste étendue des auteurs & utilisateurs"
|
498 |
|
499 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:16
|
500 |
+
#, php-format
|
501 |
+
msgid "File '%s' doesn't exist?"
|
502 |
+
msgstr ""
|
503 |
+
|
504 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:19
|
505 |
+
msgid "The GD image library is not installed."
|
506 |
+
msgstr ""
|
507 |
+
|
508 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:26
|
509 |
+
#, php-format
|
510 |
+
msgid "File '%s' is not an image."
|
511 |
+
msgstr ""
|
512 |
+
|
513 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:40
|
514 |
+
#, php-format
|
515 |
+
msgid "New user registration on your site %s:"
|
516 |
+
msgstr ""
|
517 |
+
|
518 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:41
|
519 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:52
|
520 |
+
#, php-format
|
521 |
+
msgid "Username: %s"
|
522 |
+
msgstr ""
|
523 |
+
|
524 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:42
|
525 |
+
#, php-format
|
526 |
+
msgid "E-mail: %s"
|
527 |
+
msgstr ""
|
528 |
+
|
529 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:47
|
530 |
+
#, php-format
|
531 |
+
msgid "[%s] New User Registration"
|
532 |
+
msgstr ""
|
533 |
+
|
534 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:53
|
535 |
+
#, php-format
|
536 |
+
msgid "Password: %s"
|
537 |
+
msgstr ""
|
538 |
+
|
539 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:59
|
540 |
+
#, php-format
|
541 |
+
msgid "[%s] Your username and password"
|
542 |
+
msgstr ""
|
543 |
+
|
544 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:68
|
545 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:75
|
546 |
+
#, php-format
|
547 |
+
msgid "%s: %s"
|
548 |
+
msgstr ""
|
549 |
+
|
550 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:92
|
551 |
+
#, php-format
|
552 |
+
msgid ""
|
553 |
+
"To activate your user, please click the following link:\n"
|
554 |
+
"\n"
|
555 |
+
"%s\n"
|
556 |
+
"\n"
|
557 |
+
"After you activate, you will receive *another email* with your login.\n"
|
558 |
+
"\n"
|
559 |
+
msgstr ""
|
560 |
+
|
561 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:107
|
562 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
563 |
+
msgid "Your account is now active!"
|
564 |
+
msgstr ""
|
565 |
+
|
566 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:108
|
567 |
+
#, php-format
|
568 |
+
msgid "Your site at <a href=\"%1$s\">%2$s</a> is active. You may now log in to your site using your chosen username of “%3$s”. Please check your email inbox at %4$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href=\"%5$s\">reset your password</a></p>."
|
569 |
+
msgstr ""
|
570 |
+
|
571 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:110
|
572 |
+
msgid "An error occurred during the activation"
|
573 |
+
msgstr ""
|
574 |
+
|
575 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
576 |
+
msgid "Username:"
|
577 |
+
msgstr ""
|
578 |
+
|
579 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
580 |
+
msgid "Password:"
|
581 |
+
msgstr ""
|
582 |
+
|
583 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:129
|
584 |
+
msgid "Invalid activation key."
|
585 |
+
msgstr ""
|
586 |
+
|
587 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:132
|
588 |
+
msgid "The site is already active."
|
589 |
+
msgstr ""
|
590 |
+
|
591 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:151
|
592 |
+
msgid "Could not create user"
|
593 |
+
msgstr ""
|
594 |
+
|
595 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:163
|
596 |
+
msgid "That username is already activated."
|
597 |
+
msgstr ""
|
598 |
+
|
599 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:182
|
600 |
+
msgid "That username is currently reserved but may be available in a couple of days."
|
601 |
+
msgstr ""
|
602 |
+
|
603 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:185
|
604 |
+
msgid "username and email used"
|
605 |
+
msgstr ""
|
606 |
+
|
607 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:195
|
608 |
+
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."
|
609 |
+
msgstr ""
|
610 |
+
|
611 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:429
|
612 |
+
#, fuzzy
|
613 |
+
msgid "Delete the file"
|
614 |
+
msgstr "Supprimer le champ"
|
615 |
+
|
616 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:430
|
617 |
+
#, fuzzy
|
618 |
+
msgid "Update the file"
|
619 |
+
msgstr "Mettre à jour le champ"
|
620 |
+
|
621 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:434
|
622 |
+
#, fuzzy
|
623 |
+
msgid "Update the picture"
|
624 |
+
msgstr "Mettre à jour le champ"
|
625 |
+
|
626 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:454
|
627 |
+
msgid "Picture URL:"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:14
|
631 |
msgid "Add field"
|
632 |
msgstr "Ajouter un champ"
|
633 |
|
634 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:15
|
635 |
msgid "Update field"
|
636 |
msgstr "Mettre à jour le champ"
|
637 |
|
638 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:16
|
639 |
msgid "Delete field"
|
640 |
msgstr "Supprimer le champ"
|
641 |
|
642 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:17
|
643 |
msgid "Delete selected fields"
|
644 |
msgstr "Supprimer les champs sélectionnés"
|
645 |
|
646 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:18
|
647 |
msgid "Change order"
|
648 |
msgstr "Changer l'ordre"
|
649 |
|
650 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:27
|
651 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1063
|
652 |
msgid "Min length"
|
653 |
msgstr "Longueur min"
|
654 |
|
655 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:28
|
656 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1064
|
657 |
msgid "Exact length"
|
658 |
msgstr "Longueur exacte"
|
659 |
|
660 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:29
|
661 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1065
|
662 |
msgid "Max length"
|
663 |
msgstr "Longueur max"
|
664 |
|
665 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
666 |
msgid "Exact or Max length"
|
667 |
msgstr "Longueur exacte ou max"
|
668 |
|
669 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:120
|
670 |
msgid "changed to"
|
671 |
msgstr "changé à"
|
672 |
|
673 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:123
|
674 |
msgid "You cannot give an order that misses some numbers"
|
675 |
msgstr "Vous ne pouvez pas donner un ordre qui manque des nombres"
|
676 |
|
677 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:126
|
678 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:197
|
679 |
msgid "Nothing selected"
|
680 |
msgstr "Rien n'est sélectionné"
|
681 |
|
682 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:194
|
683 |
msgid "Field(s)"
|
684 |
msgstr "Champ(s)"
|
685 |
|
686 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:194
|
687 |
msgid "deleted correctly"
|
688 |
msgstr "supprmé(e) correctement"
|
689 |
|
690 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:226
|
691 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1055
|
692 |
msgid "Min size"
|
693 |
msgstr "Taille min"
|
694 |
|
695 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:227
|
696 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1056
|
697 |
msgid "Exact size"
|
698 |
msgstr "Taille exacte"
|
699 |
|
700 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:228
|
701 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1057
|
702 |
msgid "Max size"
|
703 |
msgstr "Taille max"
|
704 |
|
705 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:230
|
706 |
msgid "Exact or Max size"
|
707 |
msgstr "Taille exacte ou Max"
|
708 |
|
709 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:282
|
710 |
msgid "Name not specified"
|
711 |
msgstr "Nom non spécifié"
|
712 |
|
713 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:284
|
714 |
msgid "Name cannot contains spaces"
|
715 |
msgstr "Le nom ne peut pas contenir d'espace"
|
716 |
|
717 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:287
|
718 |
msgid "Label not specified"
|
719 |
msgstr "Label non spécifié"
|
720 |
|
721 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:292
|
722 |
msgid "not selected (with this type is necessary)"
|
723 |
msgstr "non sélectionné (avec ce type, c'est nécessaire)"
|
724 |
|
725 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:298
|
726 |
msgid "If you select"
|
727 |
msgstr "Si vous sélectionnez"
|
728 |
|
729 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:298
|
730 |
msgid "you cannot select Min or Max"
|
731 |
msgstr "vous ne pouvez pas sélectionner Min ou Max"
|
732 |
|
733 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:303
|
734 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:308
|
735 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:313
|
736 |
msgid "should be in the range of"
|
737 |
msgstr "doit être compris entre"
|
738 |
|
739 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:323
|
740 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:325
|
741 |
msgid "Equal TO not specified"
|
742 |
msgstr "Egal A non spécifié"
|
743 |
|
744 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:328
|
745 |
msgid "With checkbox type Equal TO can only be"
|
746 |
msgstr "Avec le type checkbox, \"Egal A\" ne peut être que"
|
747 |
|
748 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:331
|
749 |
msgid "With radio type Equal TO can only be"
|
750 |
msgstr "Avec le type radio, \"Egal A\" ne peut être que"
|
751 |
|
752 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:347
|
753 |
msgid "With checkbox type Value can only be"
|
754 |
msgstr "Avec le type checkbox, la valeur ne peut être que"
|
755 |
|
756 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:350
|
757 |
msgid "With radio type Value can only be"
|
758 |
msgstr "Avec le type radio, la valeur ne peut être que"
|
759 |
|
760 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:407
|
761 |
msgid "Field inserted correctly"
|
762 |
msgstr "Champ inséré correctement"
|
763 |
|
764 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:409
|
765 |
msgid "Field #"
|
766 |
msgstr "Champ #"
|
767 |
|
768 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:409
|
769 |
msgid "updated correctly"
|
770 |
msgstr "mis à jour correctement"
|
771 |
|
772 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:412
|
773 |
msgid "Name inserted is just in the database, change to another one"
|
774 |
msgstr "Le nom est déjà dans la base de données, merci de le changer"
|
775 |
|
776 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
777 |
msgid "To add a new field you have to choose a name, type and label; optional are value and description. Rules are applied during user registration."
|
778 |
msgstr "Pour ajouter un nouveau champ, vous devez choisir un nom, un type et un label; la valeur et la description sont optionnelles. Les règles sont appliquées lors de l'inscription d'un utilisateur."
|
779 |
|
780 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:651
|
781 |
msgid "With <strong>radio</strong> and <strong>checkbox</strong>: <em>Value</em> and <em>equal TO</em> can only be 'Yes' or 'No' that means 'selected' or 'not selected'"
|
782 |
msgstr "Avec les types <strong>radio</strong> et <strong>checkbox</strong>: <em>Valeur</em> et <em>égal A</em> peuvent seulement être 'Yes' ou 'No' ce qui signifie 'sélectionné' ou 'non sélectionné'"
|
783 |
|
784 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
785 |
msgid "With <strong>drop-down</strong>: you have to add all options into label for example: label/item1,item2,item3"
|
786 |
msgstr "Avec le type <strong>drop-down</strong>: vous devez ajouter toutes les options dans le label, par exemple: label/item1,item2,item3"
|
787 |
|
788 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:653
|
789 |
msgid "With <strong>picture</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> means max pixel size (width or height) for thumbnail"
|
790 |
msgstr "Avec le type <strong>picture</strong>: vous pouvez pré-charger une image par défaut en indiquant son url dans <em>Valeur</em>; 'taille min,exacte,max' sont en KB; <em>égal A</em> indique la taille max en pixels (largeur ou hauteur) pour les vignettes"
|
791 |
|
792 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:654
|
793 |
msgid "With <strong>picture-url</strong>: you can preload a default image putting url in <em>Value</em>; <em>equal TO</em> means max width pixel size (height will be proportional)"
|
794 |
msgstr "Avec le type <strong>picture-url</strong>: vous pouvez pré-charger une image par défaut en indiqunt l'url dans <em>Valeur</em>; <em>égal A</em> indique la taille de la largeur max en pixels (la hauteur sera proportionnelle)"
|
795 |
|
796 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
|
797 |
msgid "With <strong>registration-date</strong>: <em>equal TO</em> means date and time format"
|
798 |
msgstr "Avec le type <strong>registration-date</strong>: <em>égal A</em> indique un format date et heure"
|
799 |
|
800 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:656
|
801 |
#, fuzzy
|
802 |
msgid "With <strong>avatar</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> is automatically set to 512 pixels"
|
803 |
msgstr "Avec le type <strong>picture</strong>: vous pouvez pré-charger une image par défaut en indiquant son url dans <em>Valeur</em>; 'taille min,exacte,max' sont en KB; <em>égal A</em> indique la taille max en pixels (largeur ou hauteur) pour les vignettes"
|
804 |
|
805 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:657
|
806 |
#, fuzzy
|
807 |
msgid "With <strong>file</strong>: you can preload a default file putting url in <em>Value</em>; 'min,exact,max size' are in KB; under <em>equal TO</em> can be specified allowed extensions separated by comma, example: zip,pdf,doc"
|
808 |
msgstr "Avec le type <strong>picture</strong>: vous pouvez pré-charger une image par défaut en indiquant son url dans <em>Valeur</em>; 'taille min,exacte,max' sont en KB; <em>égal A</em> indique la taille max en pixels (largeur ou hauteur) pour les vignettes"
|
809 |
|
810 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:664
|
811 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:674
|
812 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
813 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1088
|
814 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1464
|
815 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1465
|
816 |
msgid "Name"
|
817 |
msgstr "Nom"
|
818 |
|
819 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:664
|
820 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:675
|
821 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
822 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
|
823 |
msgid "Value"
|
824 |
msgstr "Valeur"
|
825 |
|
826 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:665
|
827 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:678
|
828 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
829 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1094
|
830 |
msgid "Type"
|
831 |
msgstr "Type"
|
832 |
|
833 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
834 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:697
|
835 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:847
|
836 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1116
|
837 |
msgid "Label"
|
838 |
msgstr "Label"
|
839 |
|
840 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
841 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:698
|
842 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:847
|
843 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1119
|
844 |
msgid "Description"
|
845 |
msgstr ""
|
846 |
|
847 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:667
|
848 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:848
|
849 |
msgid "Rules"
|
850 |
msgstr "Règles"
|
851 |
|
852 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:668
|
853 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:849
|
854 |
msgid "Actions"
|
855 |
msgstr "Actions"
|
856 |
|
857 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
858 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1110
|
859 |
#, fuzzy
|
860 |
msgid "Fieldset"
|
861 |
msgstr "Champs"
|
862 |
|
863 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:710
|
864 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1133
|
865 |
msgid "Can be empty"
|
866 |
msgstr "Peut être vide"
|
867 |
|
868 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
869 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1134
|
870 |
msgid "Check for E-mail syntax"
|
871 |
msgstr "Vérifier la syntaxe de l'e-mail"
|
872 |
|
873 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
874 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1137
|
875 |
msgid "Can be modified"
|
876 |
msgstr "Peut être modifié"
|
877 |
|
878 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:715
|
879 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1138
|
880 |
msgid "Can be modified only if empty"
|
881 |
msgstr "Ne peut être modifié que s'il est vide"
|
882 |
|
883 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:716
|
884 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1139
|
885 |
msgid "Can be modified only by admin"
|
886 |
msgstr "Ne peut être modifié que par un admin"
|
887 |
|
888 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
889 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1140
|
890 |
msgid "Can be modified only by admin or if empty"
|
891 |
msgstr "Ne peut être modifié que par un admin ou s'il est vide"
|
892 |
|
893 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:718
|
894 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1141
|
895 |
msgid "Cannot be modified"
|
896 |
msgstr "Ne peut pas être modifié"
|
897 |
|
898 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:726
|
899 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1146
|
900 |
msgid "Should be equal TO"
|
901 |
msgstr "Doit être égal A"
|
902 |
|
903 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:728
|
904 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1148
|
905 |
msgid "Case sensitive"
|
906 |
msgstr "Tenir compte des majuscules (case sensitive)"
|
907 |
|
908 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
909 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1150
|
910 |
msgid "Regular Expression"
|
911 |
msgstr ""
|
912 |
|
913 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:734
|
914 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1154
|
915 |
msgid "Show the field in the registration"
|
916 |
msgstr "Montrer le champ lors de l'inscription"
|
917 |
|
918 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:737
|
919 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1157
|
920 |
msgid "Show the field in User's profile"
|
921 |
msgstr "Montrer le champ dans le profil de l'utilisateur"
|
922 |
|
923 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:740
|
924 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1166
|
925 |
msgid "Show the field in A&U Extended menu"
|
926 |
msgstr "Montrer le champ dans le menu A&U étendu"
|
927 |
|
928 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:743
|
929 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1169
|
930 |
#, fuzzy
|
931 |
msgid "Show the field in the search engine"
|
932 |
msgstr "Montrer le champ lors de l'inscription"
|
933 |
|
934 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:746
|
935 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1172
|
936 |
#, fuzzy
|
937 |
msgid "Show the field in the blog"
|
938 |
msgstr "Montrer le champ lors de l'inscription"
|
939 |
|
940 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:749
|
941 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1175
|
942 |
#, fuzzy
|
943 |
msgid "Show the field if the role is at least:"
|
944 |
msgstr "Montrer le champ lors de l'inscription"
|
945 |
|
946 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:751
|
947 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1177
|
948 |
msgid "Anonymous"
|
949 |
msgstr ""
|
950 |
|
951 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:762
|
952 |
msgid "Clear"
|
953 |
msgstr "Vider (RAZ)"
|
954 |
|
955 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:810
|
956 |
msgid "Invert selection"
|
957 |
msgstr "Inverser la sélection"
|
958 |
|
959 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:811
|
960 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
961 |
msgstr "Etes vous sur de vouloir supprimer ce(s) champ(s) et toutes les données insérées par vos utilisateurs ?"
|
962 |
|
963 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:817
|
964 |
msgid "WordPress Fields"
|
965 |
msgstr "Champs Wordpress"
|
966 |
|
967 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:830
|
968 |
msgid "None!"
|
969 |
msgstr "Aucun !"
|
970 |
|
971 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:845
|
972 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1076
|
973 |
msgid "Order"
|
974 |
msgstr "Ordre"
|
975 |
|
976 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1188
|
977 |
msgid "Reset"
|
978 |
msgstr "Réinitialiser"
|
979 |
|
980 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1239
|
981 |
#, fuzzy
|
982 |
msgid "select"
|
983 |
msgstr "Supprimer"
|
984 |
|
985 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1342
|
986 |
#, php-format
|
987 |
msgid "Users Matching \"%s\""
|
988 |
msgstr ""
|
989 |
|
990 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1346
|
991 |
#, fuzzy
|
992 |
msgid "Users Extended List"
|
993 |
msgstr "Liste étendue des auteurs & utilisateurs"
|
994 |
|
995 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1348
|
996 |
msgid "Authors & Users Extended List"
|
997 |
msgstr "Liste étendue des auteurs & utilisateurs"
|
998 |
|
999 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1387
|
1000 |
+
#, php-format
|
1001 |
+
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
1002 |
+
msgstr ""
|
1003 |
+
|
1004 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1399
|
1005 |
msgid "Search Users"
|
1006 |
msgstr ""
|
1007 |
|
1008 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1425
|
1009 |
msgid "« Back to All Users"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1431
|
1013 |
#, fuzzy
|
1014 |
msgid "Users per page"
|
1015 |
msgstr "Table des données utilisateurs"
|
1016 |
|
1017 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1446
|
1018 |
msgid "Apply"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1459
|
1022 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1460
|
1023 |
msgid "Username"
|
1024 |
msgstr ""
|
1025 |
|
1026 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1469
|
1027 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1470
|
1028 |
msgid "E-mail"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1474
|
1032 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1475
|
1033 |
#, fuzzy
|
1034 |
msgid "Role"
|
1035 |
msgstr "Règles"
|
1036 |
|
1037 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1484
|
1038 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1485
|
1039 |
msgid "Posts"
|
1040 |
msgstr "Articles"
|
1041 |
|
1042 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1594
|
1043 |
msgid "View posts by this author"
|
1044 |
msgstr "Voir les articles de cet auteur"
|
1045 |
|
1046 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1625
|
1047 |
#, php-format
|
1048 |
msgid "e-mail: %s"
|
1049 |
msgstr ""
|
1050 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1051 |
#~ msgid "Disable get_cimyFieldValue function"
|
1052 |
#~ msgstr "Désactiver la fonction get_cimyFieldValue"
|
1053 |
#~ msgid "leave disabled if you don't know what to do"
|
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:
|
6 |
-
"PO-Revision-Date:
|
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,842 +16,1028 @@ 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/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
msgid "WordPress Fields table emptied"
|
21 |
msgstr "Tabella Campi WordPress svuotata"
|
22 |
|
23 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
24 |
msgid "WordPress Fields table deleted"
|
25 |
msgstr "Tabella Campi WordPress cancellata"
|
26 |
|
27 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
28 |
msgid "Extra Fields table emptied"
|
29 |
msgstr "Tabella Campi Extra svuotata"
|
30 |
|
31 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
32 |
msgid "Extra Fields table deleted"
|
33 |
msgstr "Tabella Campi Extra cancellata"
|
34 |
|
35 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
36 |
msgid "Users Data table emptied"
|
37 |
msgstr "Tabella Dati degli Utenti svuotata"
|
38 |
|
39 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
40 |
msgid "Users Data table deleted"
|
41 |
msgstr "Tabella Dati degli Utenti cancellata"
|
42 |
|
43 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
44 |
msgid "Options set to default values"
|
45 |
msgstr "Opzioni settate ai valori di default"
|
46 |
|
47 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
48 |
msgid "Options deleted"
|
49 |
msgstr "Opzioni cancellate"
|
50 |
|
51 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
52 |
msgid "Options changed"
|
53 |
msgstr "Opzioni cambiate"
|
54 |
|
55 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
56 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
57 |
msgstr "Questa operazione creerà/aggiornerà tutte le tabelle/opzioni mancanti, vuoi procedere?"
|
58 |
|
59 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
60 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
61 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
62 |
msgid "Options"
|
63 |
msgstr ""
|
64 |
|
65 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
66 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
67 |
msgid "Add a new Field"
|
68 |
msgstr "Aggiungi un campo"
|
69 |
|
70 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
71 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
72 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
73 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:
|
74 |
msgid "Extra Fields"
|
75 |
msgstr "Campi Extra"
|
76 |
|
77 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
78 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
msgid "SUCCESSFUL"
|
80 |
msgstr "SUCCESSO"
|
81 |
|
82 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
83 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
84 |
msgid "Save Changes"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
88 |
msgid "General"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
92 |
msgid "installed is"
|
93 |
msgstr "installata"
|
94 |
|
95 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
96 |
msgid "OPTIONS DELETED!"
|
97 |
msgstr "OPZIONI CANCELLATE!"
|
98 |
|
99 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
100 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
101 |
msgid "Fix the problem"
|
102 |
msgstr "Aggiusta il problema"
|
103 |
|
104 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
105 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
106 |
msgstr "VERSIONI NON CORRISPONDENTI! Avviene quando non hai disattivato e riattivato il plug-in dopo l'aggiornamento! Questo può dare dei problemi..."
|
107 |
|
108 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
109 |
msgid "Picture/Avatar upload"
|
110 |
msgstr "Picture/Avatar upload"
|
111 |
|
112 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
113 |
msgid "is created and writable"
|
114 |
msgstr "è creata e scrivibile"
|
115 |
|
116 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
117 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
118 |
msgstr "NON è stata creata o il webserver NON ha il permesso di scrittura su di essa"
|
119 |
|
120 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
msgid "Database"
|
122 |
msgstr "Database"
|
123 |
|
124 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
125 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
126 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
127 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
128 |
msgid "select action"
|
129 |
msgstr "seleziona una azione"
|
130 |
|
131 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
132 |
msgid "Default values"
|
133 |
msgstr "Valori di default"
|
134 |
|
135 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
136 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
137 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
138 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
139 |
msgid "Delete"
|
140 |
msgstr ""
|
141 |
|
142 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
143 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
144 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
145 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
146 |
msgid "NOT PRESENT"
|
147 |
msgstr "NON PRESENTE"
|
148 |
|
149 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
150 |
msgid "WordPress Fields table"
|
151 |
msgstr "Tabella Campi WordPress"
|
152 |
|
153 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
154 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
155 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
156 |
msgid "Empty"
|
157 |
msgstr "Svuota"
|
158 |
|
159 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
160 |
msgid "Extra Fields table"
|
161 |
msgstr "Tabella Campi Extra"
|
162 |
|
163 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
164 |
msgid "Users Data table"
|
165 |
msgstr "Tabella Dati degli Utenti"
|
166 |
|
167 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
168 |
msgid "all data inserted by users in all and only extra fields"
|
169 |
msgstr "tutti i dati inseriti dagli utenti in tutti e soli i campi extra"
|
170 |
|
171 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
172 |
msgid "Force tables creation"
|
173 |
msgstr "Forza la creazione delle tabelle"
|
174 |
|
175 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
176 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
177 |
msgstr "equivalente a disattivare e attivare il plug-in; nessun'altra operazione sarà effettuata"
|
178 |
|
179 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
180 |
msgid "User Profile"
|
181 |
msgstr "Profilo utente"
|
182 |
|
183 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
184 |
msgid "Extra Fields section title"
|
185 |
msgstr "Titolo della sezione Campi Extra"
|
186 |
|
187 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
188 |
msgid "Fieldset's titles, separates with comma"
|
189 |
msgstr "Titoli dei raggruppamenti, separati dalla virgola"
|
190 |
|
191 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
192 |
msgid "example: title1,title2,title3"
|
193 |
msgstr "esempio: titolo1, titolo2, titolo3"
|
194 |
|
195 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
196 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
197 |
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"
|
198 |
|
199 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
200 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
201 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
202 |
msgid "Authors & Users Extended"
|
203 |
msgstr "Autori & Utenti Estesa"
|
204 |
|
205 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
206 |
msgid "Hide username field"
|
207 |
msgstr "Nascondi il campo nome utente"
|
208 |
|
209 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
210 |
msgid "Hide name field"
|
211 |
msgstr "Nascondi il campo nome"
|
212 |
|
213 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
214 |
msgid "Hide email field"
|
215 |
msgstr "Nascondi il campo email"
|
216 |
|
217 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
218 |
msgid "Hide role field"
|
219 |
msgstr "Nascondi il campo ruolo"
|
220 |
|
221 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
222 |
msgid "Hide website field"
|
223 |
msgstr "Nascondi il campo sito web"
|
224 |
|
225 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
226 |
msgid "Hide n. posts field"
|
227 |
msgstr "Nascondi il campo n. di post"
|
228 |
|
229 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
230 |
msgid "WordPress hidden fields"
|
231 |
msgstr "Campi nascosti di WordPress"
|
232 |
|
233 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
234 |
msgid "Show password"
|
235 |
msgstr "Mostra password"
|
236 |
|
237 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
238 |
msgid "Show first name"
|
239 |
msgstr "Mostra nome"
|
240 |
|
241 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
242 |
msgid "Show last name"
|
243 |
msgstr "Mostra cognome"
|
244 |
|
245 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
246 |
msgid "Show nickname"
|
247 |
msgstr "Mostra nickname"
|
248 |
|
249 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
250 |
msgid "Show website"
|
251 |
msgstr "Mostra sito web"
|
252 |
|
253 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
254 |
msgid "Show AIM"
|
255 |
msgstr "Mostra AIM"
|
256 |
|
257 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
258 |
msgid "Show Yahoo IM"
|
259 |
msgstr "Mostra Yahoo IM"
|
260 |
|
261 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
262 |
msgid "Show Jabber / Google Talk"
|
263 |
msgstr "Mostra Jabber / Google Talk"
|
264 |
|
265 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
266 |
msgid "Show Biographical Info"
|
267 |
msgstr "Mostra informazioni biografiche"
|
268 |
|
269 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/
|
270 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:729
|
271 |
-
msgid "Please upload a file with one of the following extensions"
|
272 |
-
msgstr "Per favore spedisci un file con una delle seguenti estensioni"
|
273 |
-
|
274 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:298
|
275 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:735
|
276 |
-
msgid "Please upload an image with one of the following extensions"
|
277 |
-
msgstr "Per favore spedisci una immagine con una delle seguenti estensioni"
|
278 |
-
|
279 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:422
|
280 |
-
msgid "Delete the file"
|
281 |
-
msgstr "Cancella il file"
|
282 |
-
|
283 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:423
|
284 |
-
msgid "Update the file"
|
285 |
-
msgstr "Aggiorna il file"
|
286 |
-
|
287 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:426
|
288 |
-
msgid "Delete the picture"
|
289 |
-
msgstr "Cancella l'immagine"
|
290 |
-
|
291 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:427
|
292 |
-
msgid "Update the picture"
|
293 |
-
msgstr "Aggiorna l'immagine"
|
294 |
-
|
295 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:447
|
296 |
-
msgid "Picture URL:"
|
297 |
-
msgstr "URL dell'immagine:"
|
298 |
-
|
299 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:215
|
300 |
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!"
|
301 |
msgstr "<strong>Nota:</strong> questo sito ti permette di personalizzare la tua password; dopo la registrazione riceverai una e-mail con un'altra password, non farci caso!"
|
302 |
|
303 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
304 |
#, fuzzy
|
305 |
msgid "Password"
|
306 |
msgstr "Mostra password"
|
307 |
|
308 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
|
|
|
|
|
|
|
|
309 |
#, fuzzy
|
310 |
msgid "First name"
|
311 |
msgstr "Mostra nome"
|
312 |
|
313 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
314 |
#, fuzzy
|
315 |
msgid "Last name"
|
316 |
msgstr "Mostra cognome"
|
317 |
|
318 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
319 |
#, fuzzy
|
320 |
msgid "Nickname"
|
321 |
msgstr "Mostra nickname"
|
322 |
|
323 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
324 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
325 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
326 |
msgid "Website"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
330 |
msgid "AIM"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
334 |
#, fuzzy
|
335 |
msgid "Yahoo IM"
|
336 |
msgstr "Mostra Yahoo IM"
|
337 |
|
338 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
339 |
#, fuzzy
|
340 |
msgid "Jabber / Google Talk"
|
341 |
msgstr "Mostra Jabber / Google Talk"
|
342 |
|
343 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
344 |
msgid "Biographical Info"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
348 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
349 |
msgid "Fields"
|
350 |
msgstr "Campi"
|
351 |
|
352 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
353 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
354 |
msgid "A&U Extended"
|
355 |
msgstr "A&U Estesa"
|
356 |
|
357 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
358 |
msgid "Users Extended"
|
359 |
msgstr "Lista Utenti Estesa"
|
360 |
|
361 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
362 |
msgid "Add field"
|
363 |
msgstr "Aggiungi campo"
|
364 |
|
365 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
366 |
msgid "Update field"
|
367 |
msgstr "Aggiorna campo"
|
368 |
|
369 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
370 |
msgid "Delete field"
|
371 |
msgstr "Cancella campo"
|
372 |
|
373 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
374 |
msgid "Delete selected fields"
|
375 |
msgstr "Cancella i campi selezionati"
|
376 |
|
377 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
378 |
msgid "Change order"
|
379 |
msgstr "Cambia ordine"
|
380 |
|
381 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
382 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
383 |
msgid "Min length"
|
384 |
msgstr "Lunghezza Min"
|
385 |
|
386 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
387 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
388 |
msgid "Exact length"
|
389 |
msgstr "Lunghezza Esatta"
|
390 |
|
391 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
392 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
393 |
msgid "Max length"
|
394 |
msgstr "Lunghezza Max"
|
395 |
|
396 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
397 |
msgid "Exact or Max length"
|
398 |
msgstr "Lunghezza Max o Esatta"
|
399 |
|
400 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
401 |
msgid "changed to"
|
402 |
msgstr "cambiati a"
|
403 |
|
404 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
405 |
msgid "You cannot give an order that misses some numbers"
|
406 |
msgstr "Non puoi dare un ordine dove mancano alcuni numeri"
|
407 |
|
408 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
409 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
410 |
msgid "Nothing selected"
|
411 |
msgstr "Nessun campo selezionato"
|
412 |
|
413 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
414 |
msgid "Field(s)"
|
415 |
msgstr "Campo(i)"
|
416 |
|
417 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
418 |
msgid "deleted correctly"
|
419 |
msgstr "cancellato(i) correttamente"
|
420 |
|
421 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
422 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
423 |
msgid "Min size"
|
424 |
msgstr "Dimensione Min"
|
425 |
|
426 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
427 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
428 |
msgid "Exact size"
|
429 |
msgstr "Dimensione Esatta"
|
430 |
|
431 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
432 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
433 |
msgid "Max size"
|
434 |
msgstr "Dimensione Max"
|
435 |
|
436 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
437 |
msgid "Exact or Max size"
|
438 |
msgstr "Dimensione Esatta o Max"
|
439 |
|
440 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
441 |
msgid "Name not specified"
|
442 |
msgstr "Nome non specificato"
|
443 |
|
444 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
445 |
msgid "Name cannot contains spaces"
|
446 |
msgstr "Il Nome non può contenere spazi"
|
447 |
|
448 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
449 |
msgid "Label not specified"
|
450 |
msgstr "Etichetta non specificata"
|
451 |
|
452 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
453 |
msgid "not selected (with this type is necessary)"
|
454 |
msgstr "non selezionata (con questo tipo è necessario)"
|
455 |
|
456 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
457 |
msgid "If you select"
|
458 |
msgstr "Se selezioni"
|
459 |
|
460 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
461 |
msgid "you cannot select Min or Max"
|
462 |
msgstr "non puoi selezionare Min o Max"
|
463 |
|
464 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
465 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
466 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
467 |
msgid "should be in the range of"
|
468 |
msgstr "deve essere compreso tra"
|
469 |
|
470 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
471 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
472 |
msgid "Equal TO not specified"
|
473 |
msgstr "Uguale A non specificato"
|
474 |
|
475 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
476 |
msgid "With checkbox type Equal TO can only be"
|
477 |
msgstr "Con il tipo checkbox Uguale A può essere solo"
|
478 |
|
479 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
480 |
msgid "With radio type Equal TO can only be"
|
481 |
msgstr "Con il tipo radio Uguale A può essere solo"
|
482 |
|
483 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
484 |
msgid "With checkbox type Value can only be"
|
485 |
msgstr "Con il tipo checkbox Valore può essere solo"
|
486 |
|
487 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
488 |
msgid "With radio type Value can only be"
|
489 |
msgstr "Con il tipo radio Valore può essere solo"
|
490 |
|
491 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
492 |
msgid "Field inserted correctly"
|
493 |
msgstr "Campo inserito correttamente"
|
494 |
|
495 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
496 |
msgid "Field #"
|
497 |
msgstr "Campo #"
|
498 |
|
499 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
500 |
msgid "updated correctly"
|
501 |
msgstr "aggiornato correttamente"
|
502 |
|
503 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
504 |
msgid "Name inserted is just in the database, change to another one"
|
505 |
msgstr "Il Nome inserito è già nel database, cambialo con un altro"
|
506 |
|
507 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
508 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:352
|
509 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:357
|
510 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:378
|
511 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:390
|
512 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:397
|
513 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:408
|
514 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:414
|
515 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:426
|
516 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
517 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:444
|
518 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
519 |
-
msgid "ERROR"
|
520 |
-
msgstr "ERRORE"
|
521 |
-
|
522 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
523 |
msgid "To add a new field you have to choose a name, type and label; optional are value and description. Rules are applied during user registration."
|
524 |
msgstr "Per aggiungere un nuovo campo devi scegliere un nome, il tipo ed una etichetta; opzionale sono il valore e la descrizione. Le regole sono applicate durante la registrazione dell'utente."
|
525 |
|
526 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
527 |
msgid "With <strong>radio</strong> and <strong>checkbox</strong>: <em>Value</em> and <em>equal TO</em> can only be 'Yes' or 'No' that means 'selected' or 'not selected'"
|
528 |
msgstr "Con <strong>radio</strong> e <strong>checkbox</strong>: <em>Valore</em> e <em>uguale A</em> possono essere solo 'Yes' o 'No' questo significa 'selezionati' o 'non selezionati'"
|
529 |
|
530 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
531 |
msgid "With <strong>drop-down</strong>: you have to add all options into label for example: label/item1,item2,item3"
|
532 |
msgstr "Con <strong>drop-down</strong>: devi aggiungere tutte le opzioni nell'etichetta per esempio: etichetta/oggetto1,oggetto2,oggetto3"
|
533 |
|
534 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
535 |
msgid "With <strong>picture</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> means max pixel size (width or height) for thumbnail"
|
536 |
msgstr "Con <strong>picture</strong>: puoi precaricare una immagine di default mettendo l'indirizzo nel <em>Valore</em>; 'min,esatta,max dimensione' sono in KB; <em>uguale A</em> significa il numero max di pixel (larghezza o altezza) per la miniatura"
|
537 |
|
538 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
539 |
msgid "With <strong>picture-url</strong>: you can preload a default image putting url in <em>Value</em>; <em>equal TO</em> means max width pixel size (height will be proportional)"
|
540 |
msgstr "Con <strong>picture-url</strong>: puoi precaricare una immagine di default mettendo l'indirizzo nel <em>Valore</em>; <em>uguale A</em> significa max pixel in larghezza (l'altezza sarà proporzionale)"
|
541 |
|
542 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
543 |
msgid "With <strong>registration-date</strong>: <em>equal TO</em> means date and time format"
|
544 |
msgstr "Con <strong>registration-date</strong>: <em>uguale A</em> significa il formato della data e dell'ora"
|
545 |
|
546 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
547 |
msgid "With <strong>avatar</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> is automatically set to 512 pixels"
|
548 |
msgstr "Con <strong>avatar</strong>: puoi precaricare una immagine di default mettendo l'indirizzo nel <em>Valore</em>; 'min,esatta,max dimensione' sono in KB; <em>uguale A</em> viene automaticamente settato a 512 pixel"
|
549 |
|
550 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
551 |
msgid "With <strong>file</strong>: you can preload a default file putting url in <em>Value</em>; 'min,exact,max size' are in KB; under <em>equal TO</em> can be specified allowed extensions separated by comma, example: zip,pdf,doc"
|
552 |
msgstr "Con <strong>file</strong>: puoi precaricare un file di default mettendo l'indirizzo nel <em>Valore</em>; 'min,esatta,max dimensione' sono in KB; in <em>uguale A</em> si possono specificare le estensioni separate dalla virgola, per esempio: zip,pdf,doc"
|
553 |
|
554 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
555 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
556 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
557 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
558 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
559 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
560 |
msgid "Name"
|
561 |
msgstr ""
|
562 |
|
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 |
-
#: /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 "Value"
|
568 |
msgstr ""
|
569 |
|
570 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
571 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
572 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
573 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
574 |
msgid "Type"
|
575 |
msgstr "Tipo"
|
576 |
|
577 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
578 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
579 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
580 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
581 |
msgid "Label"
|
582 |
msgstr "Etichetta"
|
583 |
|
584 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
585 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
586 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
587 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
588 |
msgid "Description"
|
589 |
msgstr ""
|
590 |
|
591 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
592 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
593 |
msgid "Rules"
|
594 |
msgstr "Regole"
|
595 |
|
596 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
597 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
598 |
msgid "Actions"
|
599 |
msgstr ""
|
600 |
|
601 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
602 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
603 |
msgid "Fieldset"
|
604 |
msgstr "Raggruppamento"
|
605 |
|
606 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
607 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
608 |
msgid "Can be empty"
|
609 |
msgstr "Può essere vuoto"
|
610 |
|
611 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
612 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
613 |
msgid "Check for E-mail syntax"
|
614 |
msgstr "Controlla la sintassi dell'E-mail"
|
615 |
|
616 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
617 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
618 |
msgid "Can be modified"
|
619 |
msgstr "Può essere modificato"
|
620 |
|
621 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
622 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
623 |
msgid "Can be modified only if empty"
|
624 |
msgstr "Può essere modificato solo se vuoto"
|
625 |
|
626 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
627 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
628 |
msgid "Can be modified only by admin"
|
629 |
msgstr "Può essere modificato solo dall'admin"
|
630 |
|
631 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
632 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
633 |
msgid "Can be modified only by admin or if empty"
|
634 |
msgstr "Può essere modificato solo dall'admin o se vuoto"
|
635 |
|
636 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
637 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
638 |
msgid "Cannot be modified"
|
639 |
msgstr "Non può essere modificato"
|
640 |
|
641 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
642 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
643 |
msgid "Should be equal TO"
|
644 |
msgstr "Deve essere uguale A"
|
645 |
|
646 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
647 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
648 |
msgid "Case sensitive"
|
649 |
msgstr "Distinguere le maiuscole"
|
650 |
|
651 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
652 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
653 |
msgid "Regular Expression"
|
654 |
msgstr "Espressione Regolare"
|
655 |
|
656 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
657 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
658 |
msgid "Show the field in the registration"
|
659 |
msgstr "Mostra il campo nella registrazione"
|
660 |
|
661 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
662 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
663 |
msgid "Show the field in User's profile"
|
664 |
msgstr "Mostra il campo nel profilo dell'utente"
|
665 |
|
666 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
667 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
668 |
msgid "Show the field in A&U Extended menu"
|
669 |
msgstr "Mostra il campo nel menù A&U esteso"
|
670 |
|
671 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
672 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
673 |
msgid "Show the field in the search engine"
|
674 |
msgstr "Mostra il campo nel motore di ricerca"
|
675 |
|
676 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
677 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
678 |
msgid "Show the field in the blog"
|
679 |
msgstr "Mostra il campo nel blog"
|
680 |
|
681 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
682 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
683 |
msgid "Show the field if the role is at least:"
|
684 |
msgstr "Mostra il campo se il ruolo è almeno:"
|
685 |
|
686 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
687 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
688 |
msgid "Anonymous"
|
689 |
msgstr ""
|
690 |
|
691 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
692 |
msgid "Clear"
|
693 |
msgstr "Pulisci"
|
694 |
|
695 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
696 |
msgid "Invert selection"
|
697 |
msgstr "Inverti selezione"
|
698 |
|
699 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
700 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
701 |
msgstr "Sei sicuro di volere cancellare il(i) campo(i) e tutti i relativi dati inseriti dagli utenti?"
|
702 |
|
703 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
704 |
msgid "WordPress Fields"
|
705 |
msgstr "Campi WordPress"
|
706 |
|
707 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
708 |
msgid "None!"
|
709 |
msgstr "Nessuno!"
|
710 |
|
711 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
712 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
713 |
msgid "Order"
|
714 |
msgstr "Ordine"
|
715 |
|
716 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
717 |
msgid "Reset"
|
718 |
msgstr "Reset"
|
719 |
|
720 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
721 |
msgid "select"
|
722 |
msgstr "seleziona"
|
723 |
|
724 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
725 |
#, php-format
|
726 |
msgid "Users Matching \"%s\""
|
727 |
msgstr ""
|
728 |
|
729 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
730 |
#, fuzzy
|
731 |
msgid "Users Extended List"
|
732 |
msgstr "Lista Autori & Utenti Estesa"
|
733 |
|
734 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
735 |
msgid "Authors & Users Extended List"
|
736 |
msgstr "Lista Autori & Utenti Estesa"
|
737 |
|
738 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
|
|
739 |
msgid "Search Users"
|
740 |
msgstr ""
|
741 |
|
742 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
743 |
msgid "« Back to All Users"
|
744 |
msgstr ""
|
745 |
|
746 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
747 |
msgid "Users per page"
|
748 |
msgstr "Utenti per pagina"
|
749 |
|
750 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
751 |
msgid "Apply"
|
752 |
msgstr ""
|
753 |
|
754 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
755 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
756 |
msgid "Username"
|
757 |
msgstr ""
|
758 |
|
759 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
760 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
761 |
msgid "E-mail"
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
765 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
766 |
#, fuzzy
|
767 |
msgid "Role"
|
768 |
msgstr "Regole"
|
769 |
|
770 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
771 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
772 |
msgid "Posts"
|
773 |
msgstr ""
|
774 |
|
775 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
776 |
msgid "View posts by this author"
|
777 |
msgstr ""
|
778 |
|
779 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
780 |
#, php-format
|
781 |
msgid "e-mail: %s"
|
782 |
msgstr ""
|
783 |
|
784 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:327
|
785 |
-
msgid "no fieldset"
|
786 |
-
msgstr "Nessun raggruppamento"
|
787 |
-
|
788 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:16
|
789 |
-
#, php-format
|
790 |
-
msgid "File '%s' doesn't exist?"
|
791 |
-
msgstr ""
|
792 |
-
|
793 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:19
|
794 |
-
msgid "The GD image library is not installed."
|
795 |
-
msgstr ""
|
796 |
-
|
797 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:26
|
798 |
-
#, php-format
|
799 |
-
msgid "File '%s' is not an image."
|
800 |
-
msgstr ""
|
801 |
-
|
802 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:352
|
803 |
-
msgid "hasn’t a correct email syntax."
|
804 |
-
msgstr "non ha una sintassi email corretta."
|
805 |
-
|
806 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:357
|
807 |
-
msgid "couldn’t be empty."
|
808 |
-
msgstr "non può essere vuoto."
|
809 |
-
|
810 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:377
|
811 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:386
|
812 |
-
msgid "isn’t correct"
|
813 |
-
msgstr "non è corretto"
|
814 |
-
|
815 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:383
|
816 |
-
msgid "YES"
|
817 |
-
msgstr "SI"
|
818 |
-
|
819 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:383
|
820 |
-
msgid "NO"
|
821 |
-
msgstr "NO"
|
822 |
-
|
823 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:388
|
824 |
-
msgid "should be"
|
825 |
-
msgstr "deve essere"
|
826 |
-
|
827 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:397
|
828 |
-
msgid "should be an image."
|
829 |
-
msgstr "deve essere una immagine."
|
830 |
-
|
831 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:408
|
832 |
-
msgid "couldn’t have size less than"
|
833 |
-
msgstr "non può avere dimensione minore di"
|
834 |
-
|
835 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:414
|
836 |
-
msgid "couldn’t have length less than"
|
837 |
-
msgstr "non può avere lunghezza minore di"
|
838 |
-
|
839 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:426
|
840 |
-
msgid "couldn’t have size different than"
|
841 |
-
msgstr "non può avere dimensione diversa da"
|
842 |
-
|
843 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
844 |
-
msgid "couldn’t have length different than"
|
845 |
-
msgstr "non può avere lunghezza diversa da"
|
846 |
-
|
847 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:444
|
848 |
-
msgid "couldn’t have size more than"
|
849 |
-
msgstr "non può avere dimensione maggiore di"
|
850 |
-
|
851 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
852 |
-
msgid "couldn’t have length more than"
|
853 |
-
msgstr "non può avere lunghezza maggiore di"
|
854 |
-
|
855 |
#~ msgid ""
|
856 |
#~ "<strong>Note:</strong> this website let you personalize your password; "
|
857 |
#~ "after activating the user/blog will be displayed another password, do not "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Cimy User Extra Fields\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-08-11 00:47+0300\n"
|
6 |
+
"PO-Revision-Date: 2010-08-11 00:55+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:432
|
20 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:436
|
21 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
22 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:471
|
23 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:483
|
24 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:490
|
25 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:501
|
26 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:507
|
27 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:519
|
28 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:525
|
29 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:537
|
30 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:543
|
31 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:567
|
32 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:435
|
33 |
+
msgid "ERROR"
|
34 |
+
msgstr "ERRORE"
|
35 |
+
|
36 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
37 |
+
msgid "does not match."
|
38 |
+
msgstr "non corrisponde."
|
39 |
+
|
40 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:436
|
41 |
+
msgid "hasn’t a correct email syntax."
|
42 |
+
msgstr "non ha una sintassi email corretta."
|
43 |
+
|
44 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
45 |
+
msgid "couldn’t be empty."
|
46 |
+
msgstr "non può essere vuoto."
|
47 |
+
|
48 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:470
|
49 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:479
|
50 |
+
msgid "isn’t correct"
|
51 |
+
msgstr "non è corretto"
|
52 |
+
|
53 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:476
|
54 |
+
msgid "YES"
|
55 |
+
msgstr "SI"
|
56 |
+
|
57 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:476
|
58 |
+
msgid "NO"
|
59 |
+
msgstr "NO"
|
60 |
+
|
61 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:481
|
62 |
+
msgid "should be"
|
63 |
+
msgstr "deve essere"
|
64 |
+
|
65 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:490
|
66 |
+
msgid "should be an image."
|
67 |
+
msgstr "deve essere una immagine."
|
68 |
+
|
69 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:501
|
70 |
+
msgid "couldn’t have size less than"
|
71 |
+
msgstr "non può avere dimensione minore di"
|
72 |
+
|
73 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:507
|
74 |
+
msgid "couldn’t have length less than"
|
75 |
+
msgstr "non può avere lunghezza minore di"
|
76 |
+
|
77 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:519
|
78 |
+
msgid "couldn’t have size different than"
|
79 |
+
msgstr "non può avere dimensione diversa da"
|
80 |
+
|
81 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:525
|
82 |
+
msgid "couldn’t have length different than"
|
83 |
+
msgstr "non può avere lunghezza diversa da"
|
84 |
+
|
85 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:537
|
86 |
+
msgid "couldn’t have size more than"
|
87 |
+
msgstr "non può avere dimensione maggiore di"
|
88 |
+
|
89 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:543
|
90 |
+
msgid "couldn’t have length more than"
|
91 |
+
msgstr "non può avere lunghezza maggiore di"
|
92 |
+
|
93 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:567
|
94 |
+
msgid "Typed code is not correct."
|
95 |
+
msgstr "Il codice inserito non è corretto."
|
96 |
+
|
97 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:840
|
98 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:299
|
99 |
+
msgid "Please upload a file with one of the following extensions"
|
100 |
+
msgstr "Per favore spedisci un file con una delle seguenti estensioni"
|
101 |
+
|
102 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:846
|
103 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:363
|
104 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:305
|
105 |
+
msgid "Please upload an image with one of the following extensions"
|
106 |
+
msgstr "Per favore spedisci una immagine con una delle seguenti estensioni"
|
107 |
+
|
108 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:926
|
109 |
+
msgid "Strength indicator"
|
110 |
+
msgstr ""
|
111 |
+
|
112 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:927
|
113 |
+
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 ! \\\" ? $ % ^ & )."
|
114 |
+
msgstr ""
|
115 |
+
|
116 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:418
|
117 |
+
msgid "no fieldset"
|
118 |
+
msgstr "Nessun raggruppamento"
|
119 |
+
|
120 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:40
|
121 |
msgid "WordPress Fields table emptied"
|
122 |
msgstr "Tabella Campi WordPress svuotata"
|
123 |
|
124 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:45
|
125 |
msgid "WordPress Fields table deleted"
|
126 |
msgstr "Tabella Campi WordPress cancellata"
|
127 |
|
128 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:54
|
129 |
msgid "Extra Fields table emptied"
|
130 |
msgstr "Tabella Campi Extra svuotata"
|
131 |
|
132 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:59
|
133 |
msgid "Extra Fields table deleted"
|
134 |
msgstr "Tabella Campi Extra cancellata"
|
135 |
|
136 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:68
|
137 |
msgid "Users Data table emptied"
|
138 |
msgstr "Tabella Dati degli Utenti svuotata"
|
139 |
|
140 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:73
|
141 |
msgid "Users Data table deleted"
|
142 |
msgstr "Tabella Dati degli Utenti cancellata"
|
143 |
|
144 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:84
|
145 |
msgid "Options set to default values"
|
146 |
msgstr "Opzioni settate ai valori di default"
|
147 |
|
148 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:90
|
149 |
msgid "Options deleted"
|
150 |
msgstr "Opzioni cancellate"
|
151 |
|
152 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:339
|
153 |
msgid "Options changed"
|
154 |
msgstr "Opzioni cambiate"
|
155 |
|
156 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:453
|
157 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
158 |
msgstr "Questa operazione creerà/aggiornerà tutte le tabelle/opzioni mancanti, vuoi procedere?"
|
159 |
|
160 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:465
|
161 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:601
|
162 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:698
|
163 |
msgid "Options"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:468
|
167 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:427
|
168 |
msgid "Add a new Field"
|
169 |
msgstr "Aggiungi un campo"
|
170 |
|
171 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:468
|
172 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:819
|
173 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
174 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:241
|
175 |
msgid "Extra Fields"
|
176 |
msgstr "Campi Extra"
|
177 |
|
178 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:474
|
179 |
+
msgid "Support the Cimy Project"
|
180 |
+
msgstr "Supporta il progetto Cimy"
|
181 |
+
|
182 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:482
|
183 |
+
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!"
|
184 |
+
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!"
|
185 |
+
|
186 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:492
|
187 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:454
|
188 |
msgid "SUCCESSFUL"
|
189 |
msgstr "SUCCESSO"
|
190 |
|
191 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:505
|
192 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:775
|
193 |
msgid "Save Changes"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:506
|
197 |
msgid "General"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:514
|
201 |
msgid "installed is"
|
202 |
msgstr "installata"
|
203 |
|
204 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:518
|
205 |
msgid "OPTIONS DELETED!"
|
206 |
msgstr "OPZIONI CANCELLATE!"
|
207 |
|
208 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:521
|
209 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:526
|
210 |
msgid "Fix the problem"
|
211 |
msgstr "Aggiusta il problema"
|
212 |
|
213 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:524
|
214 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
215 |
msgstr "VERSIONI NON CORRISPONDENTI! Avviene quando non hai disattivato e riattivato il plug-in dopo l'aggiornamento! Questo può dare dei problemi..."
|
216 |
|
217 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:532
|
218 |
msgid "Picture/Avatar upload"
|
219 |
msgstr "Picture/Avatar upload"
|
220 |
|
221 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:536
|
222 |
msgid "is created and writable"
|
223 |
msgstr "è creata e scrivibile"
|
224 |
|
225 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:538
|
226 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
227 |
msgstr "NON è stata creata o il webserver NON ha il permesso di scrittura su di essa"
|
228 |
|
229 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:545
|
230 |
+
msgid "Show all fields in the welcome email"
|
231 |
+
msgstr "Mostra tutti i campi nella email di benvenuto"
|
232 |
+
|
233 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:549
|
234 |
+
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
235 |
+
msgstr "l'email spedita all'amministratore e all'utente al momento della registrazione avrà tutti i campi"
|
236 |
+
|
237 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:557
|
238 |
+
msgid "Enable email confirmation"
|
239 |
+
msgstr "Abilita la conferma dell'email"
|
240 |
+
|
241 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:561
|
242 |
+
msgid "user that registers should confirm its email address via a link click"
|
243 |
+
msgstr "gli utenti che si registrano devono confermare il loro indirizzo email cliccando su un link"
|
244 |
+
|
245 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:569
|
246 |
+
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
247 |
+
msgstr "Abilita <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
248 |
+
|
249 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:573
|
250 |
+
msgid "Public KEY"
|
251 |
+
msgstr "Chiave pubblica"
|
252 |
+
|
253 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:577
|
254 |
+
msgid "Private KEY"
|
255 |
+
msgstr "Chiave privata"
|
256 |
+
|
257 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:584
|
258 |
+
msgid "Change login/registration page logo"
|
259 |
+
msgstr "Cambia il logo nella pagina di login/registrazione"
|
260 |
+
|
261 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:589
|
262 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:433
|
263 |
+
msgid "Delete the picture"
|
264 |
+
msgstr "Cancella l'immagine"
|
265 |
+
|
266 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:592
|
267 |
+
msgid "Maximum recommended logo width is 328px, but any height should work."
|
268 |
+
msgstr "La larghezza massima raccomandata del logo è 328 pixel, qualsiasi altezza dovrebbe funzionare."
|
269 |
+
|
270 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:598
|
271 |
msgid "Database"
|
272 |
msgstr "Database"
|
273 |
|
274 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:607
|
275 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:625
|
276 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:644
|
277 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:661
|
278 |
msgid "select action"
|
279 |
msgstr "seleziona una azione"
|
280 |
|
281 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:608
|
282 |
msgid "Default values"
|
283 |
msgstr "Valori di default"
|
284 |
|
285 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:609
|
286 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:627
|
287 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:646
|
288 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:663
|
289 |
msgid "Delete"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
293 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:632
|
294 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:650
|
295 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:668
|
296 |
msgid "NOT PRESENT"
|
297 |
msgstr "NON PRESENTE"
|
298 |
|
299 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:618
|
300 |
msgid "WordPress Fields table"
|
301 |
msgstr "Tabella Campi WordPress"
|
302 |
|
303 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:626
|
304 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:645
|
305 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:662
|
306 |
msgid "Empty"
|
307 |
msgstr "Svuota"
|
308 |
|
309 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:638
|
310 |
msgid "Extra Fields table"
|
311 |
msgstr "Tabella Campi Extra"
|
312 |
|
313 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:655
|
314 |
msgid "Users Data table"
|
315 |
msgstr "Tabella Dati degli Utenti"
|
316 |
|
317 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:665
|
318 |
msgid "all data inserted by users in all and only extra fields"
|
319 |
msgstr "tutti i dati inseriti dagli utenti in tutti e soli i campi extra"
|
320 |
|
321 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:673
|
322 |
msgid "Force tables creation"
|
323 |
msgstr "Forza la creazione delle tabelle"
|
324 |
|
325 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:676
|
326 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
327 |
msgstr "equivalente a disattivare e attivare il plug-in; nessun'altra operazione sarà effettuata"
|
328 |
|
329 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:682
|
330 |
msgid "User Profile"
|
331 |
msgstr "Profilo utente"
|
332 |
|
333 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:685
|
334 |
msgid "Extra Fields section title"
|
335 |
msgstr "Titolo della sezione Campi Extra"
|
336 |
|
337 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:689
|
338 |
msgid "Fieldset's titles, separates with comma"
|
339 |
msgstr "Titoli dei raggruppamenti, separati dalla virgola"
|
340 |
|
341 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:689
|
342 |
msgid "example: title1,title2,title3"
|
343 |
msgstr "esempio: titolo1, titolo2, titolo3"
|
344 |
|
345 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:690
|
346 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
347 |
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"
|
348 |
|
349 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:695
|
350 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:700
|
351 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:709
|
352 |
msgid "Authors & Users Extended"
|
353 |
msgstr "Autori & Utenti Estesa"
|
354 |
|
355 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:699
|
356 |
msgid "Hide username field"
|
357 |
msgstr "Nascondi il campo nome utente"
|
358 |
|
359 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:705
|
360 |
msgid "Hide name field"
|
361 |
msgstr "Nascondi il campo nome"
|
362 |
|
363 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:710
|
364 |
msgid "Hide email field"
|
365 |
msgstr "Nascondi il campo email"
|
366 |
|
367 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:714
|
368 |
msgid "Hide role field"
|
369 |
msgstr "Nascondi il campo ruolo"
|
370 |
|
371 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:718
|
372 |
msgid "Hide website field"
|
373 |
msgstr "Nascondi il campo sito web"
|
374 |
|
375 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:722
|
376 |
msgid "Hide n. posts field"
|
377 |
msgstr "Nascondi il campo n. di post"
|
378 |
|
379 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:727
|
380 |
msgid "WordPress hidden fields"
|
381 |
msgstr "Campi nascosti di WordPress"
|
382 |
|
383 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:730
|
384 |
msgid "Show password"
|
385 |
msgstr "Mostra password"
|
386 |
|
387 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:734
|
388 |
+
msgid "Show confirmation password"
|
389 |
+
msgstr "Mostra conferma della password"
|
390 |
+
|
391 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:738
|
392 |
+
msgid "Show password strength meter"
|
393 |
+
msgstr "Mostra indicatore di forza della password"
|
394 |
+
|
395 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:742
|
396 |
msgid "Show first name"
|
397 |
msgstr "Mostra nome"
|
398 |
|
399 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:746
|
400 |
msgid "Show last name"
|
401 |
msgstr "Mostra cognome"
|
402 |
|
403 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
|
404 |
msgid "Show nickname"
|
405 |
msgstr "Mostra nickname"
|
406 |
|
407 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:754
|
408 |
msgid "Show website"
|
409 |
msgstr "Mostra sito web"
|
410 |
|
411 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:758
|
412 |
msgid "Show AIM"
|
413 |
msgstr "Mostra AIM"
|
414 |
|
415 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:762
|
416 |
msgid "Show Yahoo IM"
|
417 |
msgstr "Mostra Yahoo IM"
|
418 |
|
419 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:766
|
420 |
msgid "Show Jabber / Google Talk"
|
421 |
msgstr "Mostra Jabber / Google Talk"
|
422 |
|
423 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:770
|
424 |
msgid "Show Biographical Info"
|
425 |
msgstr "Mostra informazioni biografiche"
|
426 |
|
427 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:193
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
428 |
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!"
|
429 |
msgstr "<strong>Nota:</strong> questo sito ti permette di personalizzare la tua password; dopo la registrazione riceverai una e-mail con un'altra password, non farci caso!"
|
430 |
|
431 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:200
|
432 |
#, fuzzy
|
433 |
msgid "Password"
|
434 |
msgstr "Mostra password"
|
435 |
|
436 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
|
437 |
+
msgid "Password confirmation"
|
438 |
+
msgstr ""
|
439 |
+
|
440 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:240
|
441 |
#, fuzzy
|
442 |
msgid "First name"
|
443 |
msgstr "Mostra nome"
|
444 |
|
445 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:260
|
446 |
#, fuzzy
|
447 |
msgid "Last name"
|
448 |
msgstr "Mostra cognome"
|
449 |
|
450 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:280
|
451 |
#, fuzzy
|
452 |
msgid "Nickname"
|
453 |
msgstr "Mostra nickname"
|
454 |
|
455 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:300
|
456 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1479
|
457 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1480
|
458 |
msgid "Website"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
|
462 |
msgid "AIM"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:340
|
466 |
#, fuzzy
|
467 |
msgid "Yahoo IM"
|
468 |
msgstr "Mostra Yahoo IM"
|
469 |
|
470 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:360
|
471 |
#, fuzzy
|
472 |
msgid "Jabber / Google Talk"
|
473 |
msgstr "Mostra Jabber / Google Talk"
|
474 |
|
475 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:380
|
476 |
msgid "Biographical Info"
|
477 |
msgstr ""
|
478 |
|
479 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:699
|
480 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:120
|
481 |
msgid "Fields"
|
482 |
msgstr "Campi"
|
483 |
|
484 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:700
|
485 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:709
|
486 |
msgid "A&U Extended"
|
487 |
msgstr "A&U Estesa"
|
488 |
|
489 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:704
|
490 |
msgid "Users Extended"
|
491 |
msgstr "Lista Utenti Estesa"
|
492 |
|
493 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:16
|
494 |
+
#, php-format
|
495 |
+
msgid "File '%s' doesn't exist?"
|
496 |
+
msgstr ""
|
497 |
+
|
498 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:19
|
499 |
+
msgid "The GD image library is not installed."
|
500 |
+
msgstr ""
|
501 |
+
|
502 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:26
|
503 |
+
#, php-format
|
504 |
+
msgid "File '%s' is not an image."
|
505 |
+
msgstr ""
|
506 |
+
|
507 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:40
|
508 |
+
#, php-format
|
509 |
+
msgid "New user registration on your site %s:"
|
510 |
+
msgstr ""
|
511 |
+
|
512 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:41
|
513 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:52
|
514 |
+
#, php-format
|
515 |
+
msgid "Username: %s"
|
516 |
+
msgstr ""
|
517 |
+
|
518 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:42
|
519 |
+
#, php-format
|
520 |
+
msgid "E-mail: %s"
|
521 |
+
msgstr ""
|
522 |
+
|
523 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:47
|
524 |
+
#, php-format
|
525 |
+
msgid "[%s] New User Registration"
|
526 |
+
msgstr ""
|
527 |
+
|
528 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:53
|
529 |
+
#, fuzzy, php-format
|
530 |
+
msgid "Password: %s"
|
531 |
+
msgstr "Mostra password"
|
532 |
+
|
533 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:59
|
534 |
+
#, php-format
|
535 |
+
msgid "[%s] Your username and password"
|
536 |
+
msgstr ""
|
537 |
+
|
538 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:68
|
539 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:75
|
540 |
+
#, php-format
|
541 |
+
msgid "%s: %s"
|
542 |
+
msgstr ""
|
543 |
+
|
544 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:92
|
545 |
+
#, php-format
|
546 |
+
msgid ""
|
547 |
+
"To activate your user, please click the following link:\n"
|
548 |
+
"\n"
|
549 |
+
"%s\n"
|
550 |
+
"\n"
|
551 |
+
"After you activate, you will receive *another email* with your login.\n"
|
552 |
+
"\n"
|
553 |
+
msgstr ""
|
554 |
+
"Per attivare il proprio utente, fare click sul segunete link:\n"
|
555 |
+
"\n"
|
556 |
+
"%s\n"
|
557 |
+
"\n"
|
558 |
+
"Dopo l’attivazione, si riceverà *un’altra email* con i dati di login.\n"
|
559 |
+
"\n"
|
560 |
+
|
561 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:107
|
562 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
563 |
+
msgid "Your account is now active!"
|
564 |
+
msgstr "Il tuo account è ora attivo!"
|
565 |
+
|
566 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:108
|
567 |
+
#, php-format
|
568 |
+
msgid "Your site at <a href=\"%1$s\">%2$s</a> is active. You may now log in to your site using your chosen username of “%3$s”. Please check your email inbox at %4$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href=\"%5$s\">reset your password</a></p>."
|
569 |
+
msgstr "Il sito su <a href=\"%1$s\">%2$s</a> è attivo. Ora è possibile effettuare la login al sito utilizzando il nome utente scelto che è \"%3$s\". Per favore controllare la propria casella postale su %4$s per la password e le istruzioni per il login. Se non si ricevesse alcuna email, controllare la cartella junk o spam. Se si continua a non ricevere alcuna email nella prossima ora è possibile <a href=\"%5$s\">azzerare la propria password</a>.</p>"
|
570 |
+
|
571 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:110
|
572 |
+
msgid "An error occurred during the activation"
|
573 |
+
msgstr "Si è verificato un errore durante l'attivazione"
|
574 |
+
|
575 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
576 |
+
msgid "Username:"
|
577 |
+
msgstr ""
|
578 |
+
|
579 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
580 |
+
#, fuzzy
|
581 |
+
msgid "Password:"
|
582 |
+
msgstr "Mostra password"
|
583 |
+
|
584 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:129
|
585 |
+
msgid "Invalid activation key."
|
586 |
+
msgstr "Chiave di attivazione non valida."
|
587 |
+
|
588 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:132
|
589 |
+
msgid "The site is already active."
|
590 |
+
msgstr "Il sito è già attivo."
|
591 |
+
|
592 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:151
|
593 |
+
msgid "Could not create user"
|
594 |
+
msgstr ""
|
595 |
+
|
596 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:163
|
597 |
+
msgid "That username is already activated."
|
598 |
+
msgstr "Il nome utente è già stato attivato."
|
599 |
+
|
600 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:182
|
601 |
+
msgid "That username is currently reserved but may be available in a couple of days."
|
602 |
+
msgstr "Il nome utente è attualmente riservato ma potrebbe rendersi disponibile in un paio di giorni."
|
603 |
+
|
604 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:185
|
605 |
+
msgid "username and email used"
|
606 |
+
msgstr ""
|
607 |
+
|
608 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:195
|
609 |
+
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."
|
610 |
+
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."
|
611 |
+
|
612 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:429
|
613 |
+
msgid "Delete the file"
|
614 |
+
msgstr "Cancella il file"
|
615 |
+
|
616 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:430
|
617 |
+
msgid "Update the file"
|
618 |
+
msgstr "Aggiorna il file"
|
619 |
+
|
620 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:434
|
621 |
+
msgid "Update the picture"
|
622 |
+
msgstr "Aggiorna l'immagine"
|
623 |
+
|
624 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:454
|
625 |
+
msgid "Picture URL:"
|
626 |
+
msgstr "URL dell'immagine:"
|
627 |
+
|
628 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:14
|
629 |
msgid "Add field"
|
630 |
msgstr "Aggiungi campo"
|
631 |
|
632 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:15
|
633 |
msgid "Update field"
|
634 |
msgstr "Aggiorna campo"
|
635 |
|
636 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:16
|
637 |
msgid "Delete field"
|
638 |
msgstr "Cancella campo"
|
639 |
|
640 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:17
|
641 |
msgid "Delete selected fields"
|
642 |
msgstr "Cancella i campi selezionati"
|
643 |
|
644 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:18
|
645 |
msgid "Change order"
|
646 |
msgstr "Cambia ordine"
|
647 |
|
648 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:27
|
649 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1063
|
650 |
msgid "Min length"
|
651 |
msgstr "Lunghezza Min"
|
652 |
|
653 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:28
|
654 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1064
|
655 |
msgid "Exact length"
|
656 |
msgstr "Lunghezza Esatta"
|
657 |
|
658 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:29
|
659 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1065
|
660 |
msgid "Max length"
|
661 |
msgstr "Lunghezza Max"
|
662 |
|
663 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
664 |
msgid "Exact or Max length"
|
665 |
msgstr "Lunghezza Max o Esatta"
|
666 |
|
667 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:120
|
668 |
msgid "changed to"
|
669 |
msgstr "cambiati a"
|
670 |
|
671 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:123
|
672 |
msgid "You cannot give an order that misses some numbers"
|
673 |
msgstr "Non puoi dare un ordine dove mancano alcuni numeri"
|
674 |
|
675 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:126
|
676 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:197
|
677 |
msgid "Nothing selected"
|
678 |
msgstr "Nessun campo selezionato"
|
679 |
|
680 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:194
|
681 |
msgid "Field(s)"
|
682 |
msgstr "Campo(i)"
|
683 |
|
684 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:194
|
685 |
msgid "deleted correctly"
|
686 |
msgstr "cancellato(i) correttamente"
|
687 |
|
688 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:226
|
689 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1055
|
690 |
msgid "Min size"
|
691 |
msgstr "Dimensione Min"
|
692 |
|
693 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:227
|
694 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1056
|
695 |
msgid "Exact size"
|
696 |
msgstr "Dimensione Esatta"
|
697 |
|
698 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:228
|
699 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1057
|
700 |
msgid "Max size"
|
701 |
msgstr "Dimensione Max"
|
702 |
|
703 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:230
|
704 |
msgid "Exact or Max size"
|
705 |
msgstr "Dimensione Esatta o Max"
|
706 |
|
707 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:282
|
708 |
msgid "Name not specified"
|
709 |
msgstr "Nome non specificato"
|
710 |
|
711 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:284
|
712 |
msgid "Name cannot contains spaces"
|
713 |
msgstr "Il Nome non può contenere spazi"
|
714 |
|
715 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:287
|
716 |
msgid "Label not specified"
|
717 |
msgstr "Etichetta non specificata"
|
718 |
|
719 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:292
|
720 |
msgid "not selected (with this type is necessary)"
|
721 |
msgstr "non selezionata (con questo tipo è necessario)"
|
722 |
|
723 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:298
|
724 |
msgid "If you select"
|
725 |
msgstr "Se selezioni"
|
726 |
|
727 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:298
|
728 |
msgid "you cannot select Min or Max"
|
729 |
msgstr "non puoi selezionare Min o Max"
|
730 |
|
731 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:303
|
732 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:308
|
733 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:313
|
734 |
msgid "should be in the range of"
|
735 |
msgstr "deve essere compreso tra"
|
736 |
|
737 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:323
|
738 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:325
|
739 |
msgid "Equal TO not specified"
|
740 |
msgstr "Uguale A non specificato"
|
741 |
|
742 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:328
|
743 |
msgid "With checkbox type Equal TO can only be"
|
744 |
msgstr "Con il tipo checkbox Uguale A può essere solo"
|
745 |
|
746 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:331
|
747 |
msgid "With radio type Equal TO can only be"
|
748 |
msgstr "Con il tipo radio Uguale A può essere solo"
|
749 |
|
750 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:347
|
751 |
msgid "With checkbox type Value can only be"
|
752 |
msgstr "Con il tipo checkbox Valore può essere solo"
|
753 |
|
754 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:350
|
755 |
msgid "With radio type Value can only be"
|
756 |
msgstr "Con il tipo radio Valore può essere solo"
|
757 |
|
758 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:407
|
759 |
msgid "Field inserted correctly"
|
760 |
msgstr "Campo inserito correttamente"
|
761 |
|
762 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:409
|
763 |
msgid "Field #"
|
764 |
msgstr "Campo #"
|
765 |
|
766 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:409
|
767 |
msgid "updated correctly"
|
768 |
msgstr "aggiornato correttamente"
|
769 |
|
770 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:412
|
771 |
msgid "Name inserted is just in the database, change to another one"
|
772 |
msgstr "Il Nome inserito è già nel database, cambialo con un altro"
|
773 |
|
774 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
775 |
msgid "To add a new field you have to choose a name, type and label; optional are value and description. Rules are applied during user registration."
|
776 |
msgstr "Per aggiungere un nuovo campo devi scegliere un nome, il tipo ed una etichetta; opzionale sono il valore e la descrizione. Le regole sono applicate durante la registrazione dell'utente."
|
777 |
|
778 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:651
|
779 |
msgid "With <strong>radio</strong> and <strong>checkbox</strong>: <em>Value</em> and <em>equal TO</em> can only be 'Yes' or 'No' that means 'selected' or 'not selected'"
|
780 |
msgstr "Con <strong>radio</strong> e <strong>checkbox</strong>: <em>Valore</em> e <em>uguale A</em> possono essere solo 'Yes' o 'No' questo significa 'selezionati' o 'non selezionati'"
|
781 |
|
782 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
783 |
msgid "With <strong>drop-down</strong>: you have to add all options into label for example: label/item1,item2,item3"
|
784 |
msgstr "Con <strong>drop-down</strong>: devi aggiungere tutte le opzioni nell'etichetta per esempio: etichetta/oggetto1,oggetto2,oggetto3"
|
785 |
|
786 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:653
|
787 |
msgid "With <strong>picture</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> means max pixel size (width or height) for thumbnail"
|
788 |
msgstr "Con <strong>picture</strong>: puoi precaricare una immagine di default mettendo l'indirizzo nel <em>Valore</em>; 'min,esatta,max dimensione' sono in KB; <em>uguale A</em> significa il numero max di pixel (larghezza o altezza) per la miniatura"
|
789 |
|
790 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:654
|
791 |
msgid "With <strong>picture-url</strong>: you can preload a default image putting url in <em>Value</em>; <em>equal TO</em> means max width pixel size (height will be proportional)"
|
792 |
msgstr "Con <strong>picture-url</strong>: puoi precaricare una immagine di default mettendo l'indirizzo nel <em>Valore</em>; <em>uguale A</em> significa max pixel in larghezza (l'altezza sarà proporzionale)"
|
793 |
|
794 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
|
795 |
msgid "With <strong>registration-date</strong>: <em>equal TO</em> means date and time format"
|
796 |
msgstr "Con <strong>registration-date</strong>: <em>uguale A</em> significa il formato della data e dell'ora"
|
797 |
|
798 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:656
|
799 |
msgid "With <strong>avatar</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> is automatically set to 512 pixels"
|
800 |
msgstr "Con <strong>avatar</strong>: puoi precaricare una immagine di default mettendo l'indirizzo nel <em>Valore</em>; 'min,esatta,max dimensione' sono in KB; <em>uguale A</em> viene automaticamente settato a 512 pixel"
|
801 |
|
802 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:657
|
803 |
msgid "With <strong>file</strong>: you can preload a default file putting url in <em>Value</em>; 'min,exact,max size' are in KB; under <em>equal TO</em> can be specified allowed extensions separated by comma, example: zip,pdf,doc"
|
804 |
msgstr "Con <strong>file</strong>: puoi precaricare un file di default mettendo l'indirizzo nel <em>Valore</em>; 'min,esatta,max dimensione' sono in KB; in <em>uguale A</em> si possono specificare le estensioni separate dalla virgola, per esempio: zip,pdf,doc"
|
805 |
|
806 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:664
|
807 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:674
|
808 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
809 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1088
|
810 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1464
|
811 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1465
|
812 |
msgid "Name"
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:664
|
816 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:675
|
817 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
818 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
|
819 |
msgid "Value"
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:665
|
823 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:678
|
824 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
825 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1094
|
826 |
msgid "Type"
|
827 |
msgstr "Tipo"
|
828 |
|
829 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
830 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:697
|
831 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:847
|
832 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1116
|
833 |
msgid "Label"
|
834 |
msgstr "Etichetta"
|
835 |
|
836 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
837 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:698
|
838 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:847
|
839 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1119
|
840 |
msgid "Description"
|
841 |
msgstr ""
|
842 |
|
843 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:667
|
844 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:848
|
845 |
msgid "Rules"
|
846 |
msgstr "Regole"
|
847 |
|
848 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:668
|
849 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:849
|
850 |
msgid "Actions"
|
851 |
msgstr ""
|
852 |
|
853 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
854 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1110
|
855 |
msgid "Fieldset"
|
856 |
msgstr "Raggruppamento"
|
857 |
|
858 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:710
|
859 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1133
|
860 |
msgid "Can be empty"
|
861 |
msgstr "Può essere vuoto"
|
862 |
|
863 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
864 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1134
|
865 |
msgid "Check for E-mail syntax"
|
866 |
msgstr "Controlla la sintassi dell'E-mail"
|
867 |
|
868 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
869 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1137
|
870 |
msgid "Can be modified"
|
871 |
msgstr "Può essere modificato"
|
872 |
|
873 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:715
|
874 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1138
|
875 |
msgid "Can be modified only if empty"
|
876 |
msgstr "Può essere modificato solo se vuoto"
|
877 |
|
878 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:716
|
879 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1139
|
880 |
msgid "Can be modified only by admin"
|
881 |
msgstr "Può essere modificato solo dall'admin"
|
882 |
|
883 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
884 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1140
|
885 |
msgid "Can be modified only by admin or if empty"
|
886 |
msgstr "Può essere modificato solo dall'admin o se vuoto"
|
887 |
|
888 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:718
|
889 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1141
|
890 |
msgid "Cannot be modified"
|
891 |
msgstr "Non può essere modificato"
|
892 |
|
893 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:726
|
894 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1146
|
895 |
msgid "Should be equal TO"
|
896 |
msgstr "Deve essere uguale A"
|
897 |
|
898 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:728
|
899 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1148
|
900 |
msgid "Case sensitive"
|
901 |
msgstr "Distinguere le maiuscole"
|
902 |
|
903 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
904 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1150
|
905 |
msgid "Regular Expression"
|
906 |
msgstr "Espressione Regolare"
|
907 |
|
908 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:734
|
909 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1154
|
910 |
msgid "Show the field in the registration"
|
911 |
msgstr "Mostra il campo nella registrazione"
|
912 |
|
913 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:737
|
914 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1157
|
915 |
msgid "Show the field in User's profile"
|
916 |
msgstr "Mostra il campo nel profilo dell'utente"
|
917 |
|
918 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:740
|
919 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1166
|
920 |
msgid "Show the field in A&U Extended menu"
|
921 |
msgstr "Mostra il campo nel menù A&U esteso"
|
922 |
|
923 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:743
|
924 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1169
|
925 |
msgid "Show the field in the search engine"
|
926 |
msgstr "Mostra il campo nel motore di ricerca"
|
927 |
|
928 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:746
|
929 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1172
|
930 |
msgid "Show the field in the blog"
|
931 |
msgstr "Mostra il campo nel blog"
|
932 |
|
933 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:749
|
934 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1175
|
935 |
msgid "Show the field if the role is at least:"
|
936 |
msgstr "Mostra il campo se il ruolo è almeno:"
|
937 |
|
938 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:751
|
939 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1177
|
940 |
msgid "Anonymous"
|
941 |
msgstr ""
|
942 |
|
943 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:762
|
944 |
msgid "Clear"
|
945 |
msgstr "Pulisci"
|
946 |
|
947 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:810
|
948 |
msgid "Invert selection"
|
949 |
msgstr "Inverti selezione"
|
950 |
|
951 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:811
|
952 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
953 |
msgstr "Sei sicuro di volere cancellare il(i) campo(i) e tutti i relativi dati inseriti dagli utenti?"
|
954 |
|
955 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:817
|
956 |
msgid "WordPress Fields"
|
957 |
msgstr "Campi WordPress"
|
958 |
|
959 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:830
|
960 |
msgid "None!"
|
961 |
msgstr "Nessuno!"
|
962 |
|
963 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:845
|
964 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1076
|
965 |
msgid "Order"
|
966 |
msgstr "Ordine"
|
967 |
|
968 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1188
|
969 |
msgid "Reset"
|
970 |
msgstr "Reset"
|
971 |
|
972 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1239
|
973 |
msgid "select"
|
974 |
msgstr "seleziona"
|
975 |
|
976 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1342
|
977 |
#, php-format
|
978 |
msgid "Users Matching \"%s\""
|
979 |
msgstr ""
|
980 |
|
981 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1346
|
982 |
#, fuzzy
|
983 |
msgid "Users Extended List"
|
984 |
msgstr "Lista Autori & Utenti Estesa"
|
985 |
|
986 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1348
|
987 |
msgid "Authors & Users Extended List"
|
988 |
msgstr "Lista Autori & Utenti Estesa"
|
989 |
|
990 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1387
|
991 |
+
#, php-format
|
992 |
+
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
993 |
+
msgstr ""
|
994 |
+
|
995 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1399
|
996 |
msgid "Search Users"
|
997 |
msgstr ""
|
998 |
|
999 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1425
|
1000 |
msgid "« Back to All Users"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1431
|
1004 |
msgid "Users per page"
|
1005 |
msgstr "Utenti per pagina"
|
1006 |
|
1007 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1446
|
1008 |
msgid "Apply"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1459
|
1012 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1460
|
1013 |
msgid "Username"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1469
|
1017 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1470
|
1018 |
msgid "E-mail"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1474
|
1022 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1475
|
1023 |
#, fuzzy
|
1024 |
msgid "Role"
|
1025 |
msgstr "Regole"
|
1026 |
|
1027 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1484
|
1028 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1485
|
1029 |
msgid "Posts"
|
1030 |
msgstr ""
|
1031 |
|
1032 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1594
|
1033 |
msgid "View posts by this author"
|
1034 |
msgstr ""
|
1035 |
|
1036 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1625
|
1037 |
#, php-format
|
1038 |
msgid "e-mail: %s"
|
1039 |
msgstr ""
|
1040 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1041 |
#~ msgid ""
|
1042 |
#~ "<strong>Note:</strong> this website let you personalize your password; "
|
1043 |
#~ "after activating the user/blog will be displayed another password, do not "
|
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: 2010-
|
6 |
-
"PO-Revision-Date: 2010-
|
7 |
"Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
|
8 |
"Language-Team: <pik256@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -16,834 +16,1018 @@ 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/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
msgid "WordPress Fields table emptied"
|
21 |
msgstr "Pola wordpressa zostały wyczyszczone"
|
22 |
|
23 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
24 |
msgid "WordPress Fields table deleted"
|
25 |
msgstr "Tabele wordpressa zostały usunięte"
|
26 |
|
27 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
28 |
msgid "Extra Fields table emptied"
|
29 |
msgstr "Pola dodatkowe zostały wyczyszczone"
|
30 |
|
31 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
32 |
msgid "Extra Fields table deleted"
|
33 |
msgstr "Dodatkowe tabele zostały usunięte"
|
34 |
|
35 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
36 |
msgid "Users Data table emptied"
|
37 |
msgstr "Dane użytkowników zostały wyczyszczone"
|
38 |
|
39 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
40 |
msgid "Users Data table deleted"
|
41 |
msgstr "Tabela użytkowników została usunięta"
|
42 |
|
43 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
44 |
msgid "Options set to default values"
|
45 |
msgstr "Opcje zostały zmienione na domyślne"
|
46 |
|
47 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
48 |
msgid "Options deleted"
|
49 |
msgstr "Opcje zostały wykasowane"
|
50 |
|
51 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
52 |
msgid "Options changed"
|
53 |
msgstr "Opcje zostały zmienione"
|
54 |
|
55 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
56 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
57 |
msgstr "Ta operacja stworzy/zaktualizuje wszystkie brakujące tabele/opcje, kontynuować?"
|
58 |
|
59 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
60 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
61 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
62 |
msgid "Options"
|
63 |
msgstr "Opcje"
|
64 |
|
65 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
66 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
67 |
msgid "Add a new Field"
|
68 |
msgstr "Dodaj nowe pole"
|
69 |
|
70 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
71 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
72 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
73 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:
|
74 |
msgid "Extra Fields"
|
75 |
msgstr "Pola dodatkowe"
|
76 |
|
77 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
78 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
msgid "SUCCESSFUL"
|
80 |
msgstr "PRAWIDŁOWO"
|
81 |
|
82 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
83 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
84 |
msgid "Save Changes"
|
85 |
msgstr "Zapisz zmiany"
|
86 |
|
87 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
88 |
msgid "General"
|
89 |
msgstr "Ogólne"
|
90 |
|
91 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
92 |
msgid "installed is"
|
93 |
msgstr "jest zainstalowany"
|
94 |
|
95 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
96 |
msgid "OPTIONS DELETED!"
|
97 |
msgstr "OPCJE USUNIĘTE!"
|
98 |
|
99 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
100 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
101 |
msgid "Fix the problem"
|
102 |
msgstr "Usuń problem"
|
103 |
|
104 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
105 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
106 |
msgstr "Wersja niekompatybilna! Nie deaktywowałeś a następnie nie reaktywowałeś wtyczki po aktualizacji wordpressa! To może spowodować problemy..."
|
107 |
|
108 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
109 |
msgid "Picture/Avatar upload"
|
110 |
msgstr "Wgrywanie obrazka/avatara"
|
111 |
|
112 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
113 |
msgid "is created and writable"
|
114 |
msgstr "jest utworzony i zapisywalny"
|
115 |
|
116 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
117 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
118 |
msgstr "NIE był wgrywany lub serwer nie ma możliwości zapisywania do niego"
|
119 |
|
120 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
msgid "Database"
|
122 |
msgstr "Baza danych"
|
123 |
|
124 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
125 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
126 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
127 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
128 |
msgid "select action"
|
129 |
msgstr "wybór czynności"
|
130 |
|
131 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
132 |
msgid "Default values"
|
133 |
msgstr "Wartości domyślne"
|
134 |
|
135 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
136 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
137 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
138 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
139 |
msgid "Delete"
|
140 |
msgstr "Usuń"
|
141 |
|
142 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
143 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
144 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
145 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
146 |
msgid "NOT PRESENT"
|
147 |
msgstr "NIE OBECNA"
|
148 |
|
149 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
150 |
msgid "WordPress Fields table"
|
151 |
msgstr "Tabela pól Wordpressa"
|
152 |
|
153 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
154 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
155 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
156 |
msgid "Empty"
|
157 |
msgstr "Opróżnij"
|
158 |
|
159 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
160 |
msgid "Extra Fields table"
|
161 |
msgstr "Tabela pól dodatkowych"
|
162 |
|
163 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
164 |
msgid "Users Data table"
|
165 |
msgstr "Tabela danych użytkowników"
|
166 |
|
167 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
168 |
msgid "all data inserted by users in all and only extra fields"
|
169 |
msgstr "wszystkie dane wstawione przez użytkowników do pól dodatkowych"
|
170 |
|
171 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
172 |
msgid "Force tables creation"
|
173 |
msgstr "Wymuś utworzenie tabel"
|
174 |
|
175 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
176 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
177 |
msgstr "równoważne deaktywacji i ponownej reaktywacji wtyczki; żadne inne operacje nie zostaną wykonane"
|
178 |
|
179 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
180 |
msgid "User Profile"
|
181 |
msgstr "Profil użytkownika"
|
182 |
|
183 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
184 |
msgid "Extra Fields section title"
|
185 |
msgstr "Tytuł sekcji pól dodatkowych"
|
186 |
|
187 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
188 |
msgid "Fieldset's titles, separates with comma"
|
189 |
msgstr "Tytuły grup pól, rozdziel przecinkami"
|
190 |
|
191 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
192 |
msgid "example: title1,title2,title3"
|
193 |
msgstr "Przykład: tytuł1, tytuł2, tytuł3"
|
194 |
|
195 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
196 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
197 |
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"
|
198 |
|
199 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
200 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
201 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
202 |
msgid "Authors & Users Extended"
|
203 |
msgstr "Rozszerzenia kont"
|
204 |
|
205 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
206 |
msgid "Hide username field"
|
207 |
msgstr "Ukryj pole z nazwą użytkownika"
|
208 |
|
209 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
210 |
msgid "Hide name field"
|
211 |
msgstr "Ukryj nazwę"
|
212 |
|
213 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
214 |
msgid "Hide email field"
|
215 |
msgstr "Ukryj adres email"
|
216 |
|
217 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
218 |
msgid "Hide role field"
|
219 |
msgstr "Ukryj rolę"
|
220 |
|
221 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
222 |
msgid "Hide website field"
|
223 |
msgstr "Ukryj pole witryna"
|
224 |
|
225 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
226 |
msgid "Hide n. posts field"
|
227 |
msgstr "Ukryj liczbę wpisów"
|
228 |
|
229 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
230 |
msgid "WordPress hidden fields"
|
231 |
msgstr "Ukryte pola Worpdressa"
|
232 |
|
233 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
234 |
msgid "Show password"
|
235 |
msgstr "Pokaż hasło"
|
236 |
|
237 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
238 |
msgid "Show first name"
|
239 |
msgstr "Pokaż imię"
|
240 |
|
241 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
242 |
msgid "Show last name"
|
243 |
msgstr "Pokaż nazwisko"
|
244 |
|
245 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
246 |
msgid "Show nickname"
|
247 |
msgstr "Pokaż pseudonim"
|
248 |
|
249 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
250 |
msgid "Show website"
|
251 |
msgstr "pokaż witrynę"
|
252 |
|
253 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
254 |
msgid "Show AIM"
|
255 |
msgstr "Pokaż \"AIM\""
|
256 |
|
257 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
258 |
msgid "Show Yahoo IM"
|
259 |
msgstr "Pokaż \"Yahoo IM\""
|
260 |
|
261 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
262 |
msgid "Show Jabber / Google Talk"
|
263 |
msgstr "Pokaż \"Jabber / Google Talk\""
|
264 |
|
265 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
266 |
msgid "Show Biographical Info"
|
267 |
msgstr "Pokaż informacje dodatkowe"
|
268 |
|
269 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/
|
270 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:747
|
271 |
-
msgid "Please upload a file with one of the following extensions"
|
272 |
-
msgstr "Wgraj plik w jednym z następujących formatów"
|
273 |
-
|
274 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:305
|
275 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:753
|
276 |
-
msgid "Please upload an image with one of the following extensions"
|
277 |
-
msgstr "Wgraj obrazek w jednym z następujących formatów"
|
278 |
-
|
279 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:429
|
280 |
-
msgid "Delete the file"
|
281 |
-
msgstr "Usuń plik"
|
282 |
-
|
283 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:430
|
284 |
-
msgid "Update the file"
|
285 |
-
msgstr "Zaktualizuj plik"
|
286 |
-
|
287 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:433
|
288 |
-
msgid "Delete the picture"
|
289 |
-
msgstr "Usuń obrazek"
|
290 |
-
|
291 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:434
|
292 |
-
msgid "Update the picture"
|
293 |
-
msgstr "Wgraj obrazek"
|
294 |
-
|
295 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:454
|
296 |
-
msgid "Picture URL:"
|
297 |
-
msgstr "URL obrazka:"
|
298 |
-
|
299 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:215
|
300 |
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!"
|
301 |
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."
|
302 |
|
303 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
304 |
msgid "Password"
|
305 |
msgstr "Hasło"
|
306 |
|
307 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
|
|
|
|
|
|
|
|
308 |
msgid "First name"
|
309 |
msgstr "Imię"
|
310 |
|
311 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
312 |
msgid "Last name"
|
313 |
msgstr "Nazwisko"
|
314 |
|
315 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
316 |
msgid "Nickname"
|
317 |
msgstr "Pseudonim"
|
318 |
|
319 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
320 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
321 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
322 |
msgid "Website"
|
323 |
msgstr "Strona internetowa"
|
324 |
|
325 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
326 |
msgid "AIM"
|
327 |
msgstr "AIM"
|
328 |
|
329 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
330 |
msgid "Yahoo IM"
|
331 |
msgstr "Yahoo IM"
|
332 |
|
333 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
334 |
msgid "Jabber / Google Talk"
|
335 |
msgstr "Jabber / Google Talk"
|
336 |
|
337 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
338 |
msgid "Biographical Info"
|
339 |
msgstr "Biografia"
|
340 |
|
341 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
342 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
343 |
msgid "Fields"
|
344 |
msgstr "Pola"
|
345 |
|
346 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
347 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
348 |
msgid "A&U Extended"
|
349 |
msgstr "Rozszerzenia"
|
350 |
|
351 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
352 |
msgid "Users Extended"
|
353 |
msgstr "Lista rozszerzona"
|
354 |
|
355 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
356 |
msgid "Add field"
|
357 |
msgstr "Dodaj pole"
|
358 |
|
359 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
360 |
msgid "Update field"
|
361 |
msgstr "Zaktualizuj pole"
|
362 |
|
363 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
364 |
msgid "Delete field"
|
365 |
msgstr "Usuń pole"
|
366 |
|
367 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
368 |
msgid "Delete selected fields"
|
369 |
msgstr "Usuń wybrane pola"
|
370 |
|
371 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
372 |
msgid "Change order"
|
373 |
msgstr "Zmień kolejność"
|
374 |
|
375 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
376 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
377 |
msgid "Min length"
|
378 |
msgstr "Długość min"
|
379 |
|
380 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
381 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
382 |
msgid "Exact length"
|
383 |
msgstr "Długość dokładna"
|
384 |
|
385 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
386 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
387 |
msgid "Max length"
|
388 |
msgstr "Długość max"
|
389 |
|
390 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
391 |
msgid "Exact or Max length"
|
392 |
msgstr "Dokładna lub maksymalna długość"
|
393 |
|
394 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
395 |
msgid "changed to"
|
396 |
msgstr "zmieniona na"
|
397 |
|
398 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
399 |
msgid "You cannot give an order that misses some numbers"
|
400 |
msgstr "Nie możesz podać kolejności która pomija część liczb"
|
401 |
|
402 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
403 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
404 |
msgid "Nothing selected"
|
405 |
msgstr "Nie wybrano niczego"
|
406 |
|
407 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
408 |
msgid "Field(s)"
|
409 |
msgstr "Pole(a)"
|
410 |
|
411 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
412 |
msgid "deleted correctly"
|
413 |
msgstr "wykasowano prawidłowo"
|
414 |
|
415 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
416 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
417 |
msgid "Min size"
|
418 |
msgstr "Rozmiar min"
|
419 |
|
420 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
421 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
422 |
msgid "Exact size"
|
423 |
msgstr "Rozmiar dokładny"
|
424 |
|
425 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
426 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
427 |
msgid "Max size"
|
428 |
msgstr "Rozmiar max"
|
429 |
|
430 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
431 |
msgid "Exact or Max size"
|
432 |
msgstr "Rozmiar dokładny lub max"
|
433 |
|
434 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
435 |
msgid "Name not specified"
|
436 |
msgstr "Nazwa nie określona"
|
437 |
|
438 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
439 |
msgid "Name cannot contains spaces"
|
440 |
msgstr "Nazwa nie może zawierać spacji"
|
441 |
|
442 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
443 |
msgid "Label not specified"
|
444 |
msgstr "Etykieta nie określona"
|
445 |
|
446 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
447 |
msgid "not selected (with this type is necessary)"
|
448 |
msgstr "nie wybrano (niezbędne dla tego typu)"
|
449 |
|
450 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
451 |
msgid "If you select"
|
452 |
msgstr "Jeżeli wybierzesz"
|
453 |
|
454 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
455 |
msgid "you cannot select Min or Max"
|
456 |
msgstr "Nie możesz wybrać Min lub Max"
|
457 |
|
458 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
459 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
460 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
461 |
msgid "should be in the range of"
|
462 |
msgstr "powinien się mieścić w zakresie"
|
463 |
|
464 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
465 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
466 |
msgid "Equal TO not specified"
|
467 |
msgstr "równość (=) nie określona"
|
468 |
|
469 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
470 |
msgid "With checkbox type Equal TO can only be"
|
471 |
msgstr "Dla <strong>checkbox</strong> może być tylko równość"
|
472 |
|
473 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
474 |
msgid "With radio type Equal TO can only be"
|
475 |
msgstr "Dla <strong>radio</strong> może być tylko równość"
|
476 |
|
477 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
478 |
msgid "With checkbox type Value can only be"
|
479 |
msgstr "Dla <strong>checkbox</strong> wartość może być tylko"
|
480 |
|
481 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
482 |
msgid "With radio type Value can only be"
|
483 |
msgstr "Dla <strong>radio</strong> wartość może być tylko"
|
484 |
|
485 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
486 |
msgid "Field inserted correctly"
|
487 |
msgstr "Pole wstawione poprawnie"
|
488 |
|
489 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
490 |
msgid "Field #"
|
491 |
msgstr "Pole #"
|
492 |
|
493 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
494 |
msgid "updated correctly"
|
495 |
msgstr "zaktualizowane prawidłowo"
|
496 |
|
497 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
498 |
msgid "Name inserted is just in the database, change to another one"
|
499 |
msgstr "Podana nazwa już jest w bazie danych, zmień na inną"
|
500 |
|
501 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
502 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:354
|
503 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:359
|
504 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:380
|
505 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:392
|
506 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:399
|
507 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:410
|
508 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:416
|
509 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:428
|
510 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:434
|
511 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:446
|
512 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:452
|
513 |
-
msgid "ERROR"
|
514 |
-
msgstr "BŁĄD"
|
515 |
-
|
516 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
517 |
msgid "To add a new field you have to choose a name, type and label; optional are value and description. Rules are applied during user registration."
|
518 |
msgstr "Aby dodać nowe pole musisz nadać mu nazwę, typ i etykietę; wartość i opis są opcjonalne. Reguły są stosowane podczas rejestracji użytkownika."
|
519 |
|
520 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
521 |
msgid "With <strong>radio</strong> and <strong>checkbox</strong>: <em>Value</em> and <em>equal TO</em> can only be 'Yes' or 'No' that means 'selected' or 'not selected'"
|
522 |
msgstr "Dla <strong>radio</strong> i <strong>checkbox</strong>: <em>wartość</em> i <em>równe</em> mogą być tylko \"Yes\" lub \"No\", co oznacza zaznaczone lub nie zaznaczone."
|
523 |
|
524 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
525 |
msgid "With <strong>drop-down</strong>: you have to add all options into label for example: label/item1,item2,item3"
|
526 |
msgstr "Dla <strong>listy (drop-down)</strong>: musisz podać wszystkie opcje w etykiecie. Np.: etykieta/wartość1,wartość2,wartość3. "
|
527 |
|
528 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
529 |
msgid "With <strong>picture</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> means max pixel size (width or height) for thumbnail"
|
530 |
msgstr "Dla <strong>obrazka (picture)</strong>: należy uprzednio wgrać obrazek i podać jego Url w polu <em>wartość</em>; rozmiary min, dokładny, max są w KB; <em>równość</em> oznacza maksymalny rozmiar miniaturki (wysokość i szerokość) i będzie ustawiona automatycznie na 512 pikseli."
|
531 |
|
532 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
533 |
msgid "With <strong>picture-url</strong>: you can preload a default image putting url in <em>Value</em>; <em>equal TO</em> means max width pixel size (height will be proportional)"
|
534 |
msgstr "Dla <strong>url obrazka</strong>: można wgrać domyślny obrazek i wstawić jego adres (Url) do pola <em>wartość</em>; <em>równe</em> oznacza maksymalną szerokość w pikselach (wysokość zostanie ustawiona proporcjonalnie)."
|
535 |
|
536 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
537 |
msgid "With <strong>registration-date</strong>: <em>equal TO</em> means date and time format"
|
538 |
msgstr "Dla <strong>daty rejestracji</strong>: <em>równe</em> oznacza datę i czas rejestracji."
|
539 |
|
540 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
541 |
msgid "With <strong>avatar</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> is automatically set to 512 pixels"
|
542 |
msgstr "Dla <strong>avatara</strong>: możesz wgrać domyślny obrazek wstawiając URL do <em>wartość</em>; \"min, dokładny i max rozmiar\" są w KB; <em>równe</em> oznacza maksymalny rozmiar w pikselach (wysokość i szerokość) dla miniaturki i będzie ustawiony automatycznie na 512 pikseli."
|
543 |
|
544 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
545 |
msgid "With <strong>file</strong>: you can preload a default file putting url in <em>Value</em>; 'min,exact,max size' are in KB; under <em>equal TO</em> can be specified allowed extensions separated by comma, example: zip,pdf,doc"
|
546 |
msgstr "Dla <strong>Pliku</strong>: możesz wgrać plik domyślny podająć URL w polu <em>Wartość</em>; 'min,dokładny,max rozmiar' podane są w KB; w polu <em>równe</em> można podać dopuszczalne rozszerzenia, np.: zip,pdf,doc"
|
547 |
|
548 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
549 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
550 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
551 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
552 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
553 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
554 |
msgid "Name"
|
555 |
msgstr "Nazwa"
|
556 |
|
557 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
558 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
559 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
560 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
561 |
msgid "Value"
|
562 |
msgstr "Wartość"
|
563 |
|
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 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
567 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
568 |
msgid "Type"
|
569 |
msgstr "Typ"
|
570 |
|
571 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
572 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
573 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
574 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
575 |
msgid "Label"
|
576 |
msgstr "Etykieta"
|
577 |
|
578 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
579 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
580 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
581 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
582 |
msgid "Description"
|
583 |
msgstr "Opis"
|
584 |
|
585 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
586 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
587 |
msgid "Rules"
|
588 |
msgstr "Reguły"
|
589 |
|
590 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
591 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
592 |
msgid "Actions"
|
593 |
msgstr "Działania"
|
594 |
|
595 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
596 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
597 |
msgid "Fieldset"
|
598 |
msgstr "Grupa pól"
|
599 |
|
600 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
601 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
602 |
msgid "Can be empty"
|
603 |
msgstr "Może być puste"
|
604 |
|
605 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
606 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
607 |
msgid "Check for E-mail syntax"
|
608 |
msgstr "Sprawdzaj poprawność adresu email"
|
609 |
|
610 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
611 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
612 |
msgid "Can be modified"
|
613 |
msgstr "Może być zmieniane"
|
614 |
|
615 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
616 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
617 |
msgid "Can be modified only if empty"
|
618 |
msgstr "Może być zmienione tylko jeśli jest puste"
|
619 |
|
620 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
621 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
622 |
msgid "Can be modified only by admin"
|
623 |
msgstr "Może być modyfikowane tylko przez administratora"
|
624 |
|
625 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
626 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
627 |
msgid "Can be modified only by admin or if empty"
|
628 |
msgstr "Może być modyfikowane tylko przez administratora jeśli jest puste"
|
629 |
|
630 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
631 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
632 |
msgid "Cannot be modified"
|
633 |
msgstr "Nie może być zmieniane"
|
634 |
|
635 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
636 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
637 |
msgid "Should be equal TO"
|
638 |
msgstr "Powinno być równe"
|
639 |
|
640 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
641 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
642 |
msgid "Case sensitive"
|
643 |
msgstr "Rozróżnia wielkość liter"
|
644 |
|
645 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
646 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
647 |
msgid "Regular Expression"
|
648 |
msgstr "Wyrażenie regularne"
|
649 |
|
650 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
651 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
652 |
msgid "Show the field in the registration"
|
653 |
msgstr "Pokaż pole podczas rejestracji"
|
654 |
|
655 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
656 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
657 |
msgid "Show the field in User's profile"
|
658 |
msgstr "Pokaż pole w profilu użytkownika"
|
659 |
|
660 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
661 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
662 |
msgid "Show the field in A&U Extended menu"
|
663 |
msgstr "Pokaż pole na rozszerzonej liście użytkowników"
|
664 |
|
665 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
666 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
667 |
msgid "Show the field in the search engine"
|
668 |
msgstr "Pokaż pole w profilu użytkownika"
|
669 |
|
670 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
671 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
672 |
msgid "Show the field in the blog"
|
673 |
msgstr "Pokaż pole na blogu"
|
674 |
|
675 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
676 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
677 |
msgid "Show the field if the role is at least:"
|
678 |
msgstr "Pokaż pole jeżeli rolą użytkownika jest przynajmniej:"
|
679 |
|
680 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
681 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
682 |
msgid "Anonymous"
|
683 |
msgstr "Anonim"
|
684 |
|
685 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
686 |
msgid "Clear"
|
687 |
msgstr "Wyczyść"
|
688 |
|
689 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
690 |
msgid "Invert selection"
|
691 |
msgstr "Odwróć wybór"
|
692 |
|
693 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
694 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
695 |
msgstr "Czy na pewno chcesz wykasować pola i wszystkie dane wprowadzone w nie przez użytkowników"
|
696 |
|
697 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
698 |
msgid "WordPress Fields"
|
699 |
msgstr "Pola Wordpressa"
|
700 |
|
701 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
702 |
msgid "None!"
|
703 |
msgstr "Brak!"
|
704 |
|
705 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
706 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
707 |
msgid "Order"
|
708 |
msgstr "Kolejność"
|
709 |
|
710 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
711 |
msgid "Reset"
|
712 |
msgstr "Wyczyść"
|
713 |
|
714 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
715 |
msgid "select"
|
716 |
msgstr "- Wybierz -"
|
717 |
|
718 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
719 |
#, php-format
|
720 |
msgid "Users Matching \"%s\""
|
721 |
msgstr "Użytkownicy pasujący do wzorca \"%s\""
|
722 |
|
723 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
724 |
msgid "Users Extended List"
|
725 |
msgstr "Rozszerzona lista użytkowników"
|
726 |
|
727 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
728 |
msgid "Authors & Users Extended List"
|
729 |
msgstr "Rozszerzona lista użytkowników i autorów"
|
730 |
|
731 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
|
|
732 |
msgid "Search Users"
|
733 |
msgstr "Szukaj użytkowników"
|
734 |
|
735 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
736 |
msgid "« Back to All Users"
|
737 |
msgstr "« Powrót do wszystkich"
|
738 |
|
739 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
740 |
msgid "Users per page"
|
741 |
msgstr "Użytkowników na stronie"
|
742 |
|
743 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
744 |
msgid "Apply"
|
745 |
msgstr "Zastosuj"
|
746 |
|
747 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
748 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
749 |
msgid "Username"
|
750 |
msgstr "Nazwa użytkownika"
|
751 |
|
752 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
753 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
754 |
msgid "E-mail"
|
755 |
msgstr "E-mail"
|
756 |
|
757 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
758 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
759 |
msgid "Role"
|
760 |
msgstr "Rola"
|
761 |
|
762 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
763 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
764 |
msgid "Posts"
|
765 |
msgstr "Wpisy"
|
766 |
|
767 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
768 |
msgid "View posts by this author"
|
769 |
msgstr "Zobacz wpisy tego autora"
|
770 |
|
771 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
772 |
#, php-format
|
773 |
msgid "e-mail: %s"
|
774 |
msgstr "e-mail: %s"
|
775 |
|
776 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:327
|
777 |
-
msgid "no fieldset"
|
778 |
-
msgstr "brak grup pól"
|
779 |
-
|
780 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:16
|
781 |
-
#, php-format
|
782 |
-
msgid "File '%s' doesn't exist?"
|
783 |
-
msgstr "Plik '%s' nie istnieje?"
|
784 |
-
|
785 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:19
|
786 |
-
msgid "The GD image library is not installed."
|
787 |
-
msgstr "Biblioteka GD nie jest zainstalowana."
|
788 |
-
|
789 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:26
|
790 |
-
#, php-format
|
791 |
-
msgid "File '%s' is not an image."
|
792 |
-
msgstr "Plik '%s' musi być obrazkiem"
|
793 |
-
|
794 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:354
|
795 |
-
msgid "hasn’t a correct email syntax."
|
796 |
-
msgstr "nie jest prawidłowym adresem email."
|
797 |
-
|
798 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:359
|
799 |
-
msgid "couldn’t be empty."
|
800 |
-
msgstr "nie może być pusty"
|
801 |
-
|
802 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:379
|
803 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:388
|
804 |
-
msgid "isn’t correct"
|
805 |
-
msgstr "jest nieprawidłowy"
|
806 |
-
|
807 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:385
|
808 |
-
msgid "YES"
|
809 |
-
msgstr "TAK"
|
810 |
-
|
811 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:385
|
812 |
-
msgid "NO"
|
813 |
-
msgstr "NIE"
|
814 |
-
|
815 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:390
|
816 |
-
msgid "should be"
|
817 |
-
msgstr "powinien być"
|
818 |
-
|
819 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:399
|
820 |
-
msgid "should be an image."
|
821 |
-
msgstr "powinien być obrazkiem."
|
822 |
-
|
823 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:410
|
824 |
-
msgid "couldn’t have size less than"
|
825 |
-
msgstr "nie może być mniejszy niż"
|
826 |
-
|
827 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:416
|
828 |
-
msgid "couldn’t have length less than"
|
829 |
-
msgstr "nie może być krótszy niż"
|
830 |
-
|
831 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:428
|
832 |
-
msgid "couldn’t have size different than"
|
833 |
-
msgstr "musi mieć rozmiar"
|
834 |
-
|
835 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:434
|
836 |
-
msgid "couldn’t have length different than"
|
837 |
-
msgstr "musi mieć długość"
|
838 |
-
|
839 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:446
|
840 |
-
msgid "couldn’t have size more than"
|
841 |
-
msgstr "nie może być większy niż"
|
842 |
-
|
843 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:452
|
844 |
-
msgid "couldn’t have length more than"
|
845 |
-
msgstr "nie może być dłuższy niż"
|
846 |
-
|
847 |
#, fuzzy
|
848 |
#~ msgid ""
|
849 |
#~ "<strong>Note:</strong> this website let you personalize your password; "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Cimy User Extra Fields\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-08-11 00:58+0300\n"
|
6 |
+
"PO-Revision-Date: 2010-08-11 00:58+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:432
|
20 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:436
|
21 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
22 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:471
|
23 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:483
|
24 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:490
|
25 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:501
|
26 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:507
|
27 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:519
|
28 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:525
|
29 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:537
|
30 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:543
|
31 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:567
|
32 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:435
|
33 |
+
msgid "ERROR"
|
34 |
+
msgstr "BŁĄD"
|
35 |
+
|
36 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
37 |
+
msgid "does not match."
|
38 |
+
msgstr ""
|
39 |
+
|
40 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:436
|
41 |
+
msgid "hasn’t a correct email syntax."
|
42 |
+
msgstr "nie jest prawidłowym adresem email."
|
43 |
+
|
44 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
45 |
+
msgid "couldn’t be empty."
|
46 |
+
msgstr "nie może być pusty"
|
47 |
+
|
48 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:470
|
49 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:479
|
50 |
+
msgid "isn’t correct"
|
51 |
+
msgstr "jest nieprawidłowy"
|
52 |
+
|
53 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:476
|
54 |
+
msgid "YES"
|
55 |
+
msgstr "TAK"
|
56 |
+
|
57 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:476
|
58 |
+
msgid "NO"
|
59 |
+
msgstr "NIE"
|
60 |
+
|
61 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:481
|
62 |
+
msgid "should be"
|
63 |
+
msgstr "powinien być"
|
64 |
+
|
65 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:490
|
66 |
+
msgid "should be an image."
|
67 |
+
msgstr "powinien być obrazkiem."
|
68 |
+
|
69 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:501
|
70 |
+
msgid "couldn’t have size less than"
|
71 |
+
msgstr "nie może być mniejszy niż"
|
72 |
+
|
73 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:507
|
74 |
+
msgid "couldn’t have length less than"
|
75 |
+
msgstr "nie może być krótszy niż"
|
76 |
+
|
77 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:519
|
78 |
+
msgid "couldn’t have size different than"
|
79 |
+
msgstr "musi mieć rozmiar"
|
80 |
+
|
81 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:525
|
82 |
+
msgid "couldn’t have length different than"
|
83 |
+
msgstr "musi mieć długość"
|
84 |
+
|
85 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:537
|
86 |
+
msgid "couldn’t have size more than"
|
87 |
+
msgstr "nie może być większy niż"
|
88 |
+
|
89 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:543
|
90 |
+
msgid "couldn’t have length more than"
|
91 |
+
msgstr "nie może być dłuższy niż"
|
92 |
+
|
93 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:567
|
94 |
+
msgid "Typed code is not correct."
|
95 |
+
msgstr ""
|
96 |
+
|
97 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:840
|
98 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:299
|
99 |
+
msgid "Please upload a file with one of the following extensions"
|
100 |
+
msgstr "Wgraj plik w jednym z następujących formatów"
|
101 |
+
|
102 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:846
|
103 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:363
|
104 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:305
|
105 |
+
msgid "Please upload an image with one of the following extensions"
|
106 |
+
msgstr "Wgraj obrazek w jednym z następujących formatów"
|
107 |
+
|
108 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:926
|
109 |
+
msgid "Strength indicator"
|
110 |
+
msgstr ""
|
111 |
+
|
112 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:927
|
113 |
+
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 ! \\\" ? $ % ^ & )."
|
114 |
+
msgstr ""
|
115 |
+
|
116 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:418
|
117 |
+
msgid "no fieldset"
|
118 |
+
msgstr "brak grup pól"
|
119 |
+
|
120 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:40
|
121 |
msgid "WordPress Fields table emptied"
|
122 |
msgstr "Pola wordpressa zostały wyczyszczone"
|
123 |
|
124 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:45
|
125 |
msgid "WordPress Fields table deleted"
|
126 |
msgstr "Tabele wordpressa zostały usunięte"
|
127 |
|
128 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:54
|
129 |
msgid "Extra Fields table emptied"
|
130 |
msgstr "Pola dodatkowe zostały wyczyszczone"
|
131 |
|
132 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:59
|
133 |
msgid "Extra Fields table deleted"
|
134 |
msgstr "Dodatkowe tabele zostały usunięte"
|
135 |
|
136 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:68
|
137 |
msgid "Users Data table emptied"
|
138 |
msgstr "Dane użytkowników zostały wyczyszczone"
|
139 |
|
140 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:73
|
141 |
msgid "Users Data table deleted"
|
142 |
msgstr "Tabela użytkowników została usunięta"
|
143 |
|
144 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:84
|
145 |
msgid "Options set to default values"
|
146 |
msgstr "Opcje zostały zmienione na domyślne"
|
147 |
|
148 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:90
|
149 |
msgid "Options deleted"
|
150 |
msgstr "Opcje zostały wykasowane"
|
151 |
|
152 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:339
|
153 |
msgid "Options changed"
|
154 |
msgstr "Opcje zostały zmienione"
|
155 |
|
156 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:453
|
157 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
158 |
msgstr "Ta operacja stworzy/zaktualizuje wszystkie brakujące tabele/opcje, kontynuować?"
|
159 |
|
160 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:465
|
161 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:601
|
162 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:698
|
163 |
msgid "Options"
|
164 |
msgstr "Opcje"
|
165 |
|
166 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:468
|
167 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:427
|
168 |
msgid "Add a new Field"
|
169 |
msgstr "Dodaj nowe pole"
|
170 |
|
171 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:468
|
172 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:819
|
173 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
174 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:241
|
175 |
msgid "Extra Fields"
|
176 |
msgstr "Pola dodatkowe"
|
177 |
|
178 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:474
|
179 |
+
msgid "Support the Cimy Project"
|
180 |
+
msgstr ""
|
181 |
+
|
182 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:482
|
183 |
+
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!"
|
184 |
+
msgstr ""
|
185 |
+
|
186 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:492
|
187 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:454
|
188 |
msgid "SUCCESSFUL"
|
189 |
msgstr "PRAWIDŁOWO"
|
190 |
|
191 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:505
|
192 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:775
|
193 |
msgid "Save Changes"
|
194 |
msgstr "Zapisz zmiany"
|
195 |
|
196 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:506
|
197 |
msgid "General"
|
198 |
msgstr "Ogólne"
|
199 |
|
200 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:514
|
201 |
msgid "installed is"
|
202 |
msgstr "jest zainstalowany"
|
203 |
|
204 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:518
|
205 |
msgid "OPTIONS DELETED!"
|
206 |
msgstr "OPCJE USUNIĘTE!"
|
207 |
|
208 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:521
|
209 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:526
|
210 |
msgid "Fix the problem"
|
211 |
msgstr "Usuń problem"
|
212 |
|
213 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:524
|
214 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
215 |
msgstr "Wersja niekompatybilna! Nie deaktywowałeś a następnie nie reaktywowałeś wtyczki po aktualizacji wordpressa! To może spowodować problemy..."
|
216 |
|
217 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:532
|
218 |
msgid "Picture/Avatar upload"
|
219 |
msgstr "Wgrywanie obrazka/avatara"
|
220 |
|
221 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:536
|
222 |
msgid "is created and writable"
|
223 |
msgstr "jest utworzony i zapisywalny"
|
224 |
|
225 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:538
|
226 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
227 |
msgstr "NIE był wgrywany lub serwer nie ma możliwości zapisywania do niego"
|
228 |
|
229 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:545
|
230 |
+
#, fuzzy
|
231 |
+
msgid "Show all fields in the welcome email"
|
232 |
+
msgstr "Pokaż pole na blogu"
|
233 |
+
|
234 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:549
|
235 |
+
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
236 |
+
msgstr ""
|
237 |
+
|
238 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:557
|
239 |
+
msgid "Enable email confirmation"
|
240 |
+
msgstr ""
|
241 |
+
|
242 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:561
|
243 |
+
msgid "user that registers should confirm its email address via a link click"
|
244 |
+
msgstr ""
|
245 |
+
|
246 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:569
|
247 |
+
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
248 |
+
msgstr ""
|
249 |
+
|
250 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:573
|
251 |
+
msgid "Public KEY"
|
252 |
+
msgstr ""
|
253 |
+
|
254 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:577
|
255 |
+
msgid "Private KEY"
|
256 |
+
msgstr ""
|
257 |
+
|
258 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:584
|
259 |
+
msgid "Change login/registration page logo"
|
260 |
+
msgstr ""
|
261 |
+
|
262 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:589
|
263 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:433
|
264 |
+
msgid "Delete the picture"
|
265 |
+
msgstr "Usuń obrazek"
|
266 |
+
|
267 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:592
|
268 |
+
msgid "Maximum recommended logo width is 328px, but any height should work."
|
269 |
+
msgstr ""
|
270 |
+
|
271 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:598
|
272 |
msgid "Database"
|
273 |
msgstr "Baza danych"
|
274 |
|
275 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:607
|
276 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:625
|
277 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:644
|
278 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:661
|
279 |
msgid "select action"
|
280 |
msgstr "wybór czynności"
|
281 |
|
282 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:608
|
283 |
msgid "Default values"
|
284 |
msgstr "Wartości domyślne"
|
285 |
|
286 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:609
|
287 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:627
|
288 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:646
|
289 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:663
|
290 |
msgid "Delete"
|
291 |
msgstr "Usuń"
|
292 |
|
293 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
294 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:632
|
295 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:650
|
296 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:668
|
297 |
msgid "NOT PRESENT"
|
298 |
msgstr "NIE OBECNA"
|
299 |
|
300 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:618
|
301 |
msgid "WordPress Fields table"
|
302 |
msgstr "Tabela pól Wordpressa"
|
303 |
|
304 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:626
|
305 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:645
|
306 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:662
|
307 |
msgid "Empty"
|
308 |
msgstr "Opróżnij"
|
309 |
|
310 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:638
|
311 |
msgid "Extra Fields table"
|
312 |
msgstr "Tabela pól dodatkowych"
|
313 |
|
314 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:655
|
315 |
msgid "Users Data table"
|
316 |
msgstr "Tabela danych użytkowników"
|
317 |
|
318 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:665
|
319 |
msgid "all data inserted by users in all and only extra fields"
|
320 |
msgstr "wszystkie dane wstawione przez użytkowników do pól dodatkowych"
|
321 |
|
322 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:673
|
323 |
msgid "Force tables creation"
|
324 |
msgstr "Wymuś utworzenie tabel"
|
325 |
|
326 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:676
|
327 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
328 |
msgstr "równoważne deaktywacji i ponownej reaktywacji wtyczki; żadne inne operacje nie zostaną wykonane"
|
329 |
|
330 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:682
|
331 |
msgid "User Profile"
|
332 |
msgstr "Profil użytkownika"
|
333 |
|
334 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:685
|
335 |
msgid "Extra Fields section title"
|
336 |
msgstr "Tytuł sekcji pól dodatkowych"
|
337 |
|
338 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:689
|
339 |
msgid "Fieldset's titles, separates with comma"
|
340 |
msgstr "Tytuły grup pól, rozdziel przecinkami"
|
341 |
|
342 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:689
|
343 |
msgid "example: title1,title2,title3"
|
344 |
msgstr "Przykład: tytuł1, tytuł2, tytuł3"
|
345 |
|
346 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:690
|
347 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
348 |
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"
|
349 |
|
350 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:695
|
351 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:700
|
352 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:709
|
353 |
msgid "Authors & Users Extended"
|
354 |
msgstr "Rozszerzenia kont"
|
355 |
|
356 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:699
|
357 |
msgid "Hide username field"
|
358 |
msgstr "Ukryj pole z nazwą użytkownika"
|
359 |
|
360 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:705
|
361 |
msgid "Hide name field"
|
362 |
msgstr "Ukryj nazwę"
|
363 |
|
364 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:710
|
365 |
msgid "Hide email field"
|
366 |
msgstr "Ukryj adres email"
|
367 |
|
368 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:714
|
369 |
msgid "Hide role field"
|
370 |
msgstr "Ukryj rolę"
|
371 |
|
372 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:718
|
373 |
msgid "Hide website field"
|
374 |
msgstr "Ukryj pole witryna"
|
375 |
|
376 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:722
|
377 |
msgid "Hide n. posts field"
|
378 |
msgstr "Ukryj liczbę wpisów"
|
379 |
|
380 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:727
|
381 |
msgid "WordPress hidden fields"
|
382 |
msgstr "Ukryte pola Worpdressa"
|
383 |
|
384 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:730
|
385 |
msgid "Show password"
|
386 |
msgstr "Pokaż hasło"
|
387 |
|
388 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:734
|
389 |
+
#, fuzzy
|
390 |
+
msgid "Show confirmation password"
|
391 |
+
msgstr "Pokaż hasło"
|
392 |
+
|
393 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:738
|
394 |
+
#, fuzzy
|
395 |
+
msgid "Show password strength meter"
|
396 |
+
msgstr "Pokaż hasło"
|
397 |
+
|
398 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:742
|
399 |
msgid "Show first name"
|
400 |
msgstr "Pokaż imię"
|
401 |
|
402 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:746
|
403 |
msgid "Show last name"
|
404 |
msgstr "Pokaż nazwisko"
|
405 |
|
406 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
|
407 |
msgid "Show nickname"
|
408 |
msgstr "Pokaż pseudonim"
|
409 |
|
410 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:754
|
411 |
msgid "Show website"
|
412 |
msgstr "pokaż witrynę"
|
413 |
|
414 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:758
|
415 |
msgid "Show AIM"
|
416 |
msgstr "Pokaż \"AIM\""
|
417 |
|
418 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:762
|
419 |
msgid "Show Yahoo IM"
|
420 |
msgstr "Pokaż \"Yahoo IM\""
|
421 |
|
422 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:766
|
423 |
msgid "Show Jabber / Google Talk"
|
424 |
msgstr "Pokaż \"Jabber / Google Talk\""
|
425 |
|
426 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:770
|
427 |
msgid "Show Biographical Info"
|
428 |
msgstr "Pokaż informacje dodatkowe"
|
429 |
|
430 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:193
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
431 |
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!"
|
432 |
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."
|
433 |
|
434 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:200
|
435 |
msgid "Password"
|
436 |
msgstr "Hasło"
|
437 |
|
438 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
|
439 |
+
msgid "Password confirmation"
|
440 |
+
msgstr ""
|
441 |
+
|
442 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:240
|
443 |
msgid "First name"
|
444 |
msgstr "Imię"
|
445 |
|
446 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:260
|
447 |
msgid "Last name"
|
448 |
msgstr "Nazwisko"
|
449 |
|
450 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:280
|
451 |
msgid "Nickname"
|
452 |
msgstr "Pseudonim"
|
453 |
|
454 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:300
|
455 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1479
|
456 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1480
|
457 |
msgid "Website"
|
458 |
msgstr "Strona internetowa"
|
459 |
|
460 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
|
461 |
msgid "AIM"
|
462 |
msgstr "AIM"
|
463 |
|
464 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:340
|
465 |
msgid "Yahoo IM"
|
466 |
msgstr "Yahoo IM"
|
467 |
|
468 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:360
|
469 |
msgid "Jabber / Google Talk"
|
470 |
msgstr "Jabber / Google Talk"
|
471 |
|
472 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:380
|
473 |
msgid "Biographical Info"
|
474 |
msgstr "Biografia"
|
475 |
|
476 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:699
|
477 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:120
|
478 |
msgid "Fields"
|
479 |
msgstr "Pola"
|
480 |
|
481 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:700
|
482 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:709
|
483 |
msgid "A&U Extended"
|
484 |
msgstr "Rozszerzenia"
|
485 |
|
486 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:704
|
487 |
msgid "Users Extended"
|
488 |
msgstr "Lista rozszerzona"
|
489 |
|
490 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:16
|
491 |
+
#, php-format
|
492 |
+
msgid "File '%s' doesn't exist?"
|
493 |
+
msgstr "Plik '%s' nie istnieje?"
|
494 |
+
|
495 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:19
|
496 |
+
msgid "The GD image library is not installed."
|
497 |
+
msgstr "Biblioteka GD nie jest zainstalowana."
|
498 |
+
|
499 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:26
|
500 |
+
#, php-format
|
501 |
+
msgid "File '%s' is not an image."
|
502 |
+
msgstr "Plik '%s' musi być obrazkiem"
|
503 |
+
|
504 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:40
|
505 |
+
#, php-format
|
506 |
+
msgid "New user registration on your site %s:"
|
507 |
+
msgstr ""
|
508 |
+
|
509 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:41
|
510 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:52
|
511 |
+
#, fuzzy, php-format
|
512 |
+
msgid "Username: %s"
|
513 |
+
msgstr "Nazwa użytkownika"
|
514 |
+
|
515 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:42
|
516 |
+
#, fuzzy, php-format
|
517 |
+
msgid "E-mail: %s"
|
518 |
+
msgstr "e-mail: %s"
|
519 |
+
|
520 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:47
|
521 |
+
#, php-format
|
522 |
+
msgid "[%s] New User Registration"
|
523 |
+
msgstr ""
|
524 |
+
|
525 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:53
|
526 |
+
#, fuzzy, php-format
|
527 |
+
msgid "Password: %s"
|
528 |
+
msgstr "Hasło"
|
529 |
+
|
530 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:59
|
531 |
+
#, php-format
|
532 |
+
msgid "[%s] Your username and password"
|
533 |
+
msgstr ""
|
534 |
+
|
535 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:68
|
536 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:75
|
537 |
+
#, php-format
|
538 |
+
msgid "%s: %s"
|
539 |
+
msgstr ""
|
540 |
+
|
541 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:92
|
542 |
+
#, php-format
|
543 |
+
msgid ""
|
544 |
+
"To activate your user, please click the following link:\n"
|
545 |
+
"\n"
|
546 |
+
"%s\n"
|
547 |
+
"\n"
|
548 |
+
"After you activate, you will receive *another email* with your login.\n"
|
549 |
+
"\n"
|
550 |
+
msgstr ""
|
551 |
+
|
552 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:107
|
553 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
554 |
+
msgid "Your account is now active!"
|
555 |
+
msgstr ""
|
556 |
+
|
557 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:108
|
558 |
+
#, php-format
|
559 |
+
msgid "Your site at <a href=\"%1$s\">%2$s</a> is active. You may now log in to your site using your chosen username of “%3$s”. Please check your email inbox at %4$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href=\"%5$s\">reset your password</a></p>."
|
560 |
+
msgstr ""
|
561 |
+
|
562 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:110
|
563 |
+
msgid "An error occurred during the activation"
|
564 |
+
msgstr ""
|
565 |
+
|
566 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
567 |
+
#, fuzzy
|
568 |
+
msgid "Username:"
|
569 |
+
msgstr "Nazwa użytkownika"
|
570 |
+
|
571 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
572 |
+
#, fuzzy
|
573 |
+
msgid "Password:"
|
574 |
+
msgstr "Hasło"
|
575 |
+
|
576 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:129
|
577 |
+
msgid "Invalid activation key."
|
578 |
+
msgstr ""
|
579 |
+
|
580 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:132
|
581 |
+
msgid "The site is already active."
|
582 |
+
msgstr ""
|
583 |
+
|
584 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:151
|
585 |
+
msgid "Could not create user"
|
586 |
+
msgstr ""
|
587 |
+
|
588 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:163
|
589 |
+
msgid "That username is already activated."
|
590 |
+
msgstr ""
|
591 |
+
|
592 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:182
|
593 |
+
msgid "That username is currently reserved but may be available in a couple of days."
|
594 |
+
msgstr ""
|
595 |
+
|
596 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:185
|
597 |
+
msgid "username and email used"
|
598 |
+
msgstr ""
|
599 |
+
|
600 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:195
|
601 |
+
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."
|
602 |
+
msgstr ""
|
603 |
+
|
604 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:429
|
605 |
+
msgid "Delete the file"
|
606 |
+
msgstr "Usuń plik"
|
607 |
+
|
608 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:430
|
609 |
+
msgid "Update the file"
|
610 |
+
msgstr "Zaktualizuj plik"
|
611 |
+
|
612 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:434
|
613 |
+
msgid "Update the picture"
|
614 |
+
msgstr "Wgraj obrazek"
|
615 |
+
|
616 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:454
|
617 |
+
msgid "Picture URL:"
|
618 |
+
msgstr "URL obrazka:"
|
619 |
+
|
620 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:14
|
621 |
msgid "Add field"
|
622 |
msgstr "Dodaj pole"
|
623 |
|
624 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:15
|
625 |
msgid "Update field"
|
626 |
msgstr "Zaktualizuj pole"
|
627 |
|
628 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:16
|
629 |
msgid "Delete field"
|
630 |
msgstr "Usuń pole"
|
631 |
|
632 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:17
|
633 |
msgid "Delete selected fields"
|
634 |
msgstr "Usuń wybrane pola"
|
635 |
|
636 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:18
|
637 |
msgid "Change order"
|
638 |
msgstr "Zmień kolejność"
|
639 |
|
640 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:27
|
641 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1063
|
642 |
msgid "Min length"
|
643 |
msgstr "Długość min"
|
644 |
|
645 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:28
|
646 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1064
|
647 |
msgid "Exact length"
|
648 |
msgstr "Długość dokładna"
|
649 |
|
650 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:29
|
651 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1065
|
652 |
msgid "Max length"
|
653 |
msgstr "Długość max"
|
654 |
|
655 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
656 |
msgid "Exact or Max length"
|
657 |
msgstr "Dokładna lub maksymalna długość"
|
658 |
|
659 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:120
|
660 |
msgid "changed to"
|
661 |
msgstr "zmieniona na"
|
662 |
|
663 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:123
|
664 |
msgid "You cannot give an order that misses some numbers"
|
665 |
msgstr "Nie możesz podać kolejności która pomija część liczb"
|
666 |
|
667 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:126
|
668 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:197
|
669 |
msgid "Nothing selected"
|
670 |
msgstr "Nie wybrano niczego"
|
671 |
|
672 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:194
|
673 |
msgid "Field(s)"
|
674 |
msgstr "Pole(a)"
|
675 |
|
676 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:194
|
677 |
msgid "deleted correctly"
|
678 |
msgstr "wykasowano prawidłowo"
|
679 |
|
680 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:226
|
681 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1055
|
682 |
msgid "Min size"
|
683 |
msgstr "Rozmiar min"
|
684 |
|
685 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:227
|
686 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1056
|
687 |
msgid "Exact size"
|
688 |
msgstr "Rozmiar dokładny"
|
689 |
|
690 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:228
|
691 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1057
|
692 |
msgid "Max size"
|
693 |
msgstr "Rozmiar max"
|
694 |
|
695 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:230
|
696 |
msgid "Exact or Max size"
|
697 |
msgstr "Rozmiar dokładny lub max"
|
698 |
|
699 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:282
|
700 |
msgid "Name not specified"
|
701 |
msgstr "Nazwa nie określona"
|
702 |
|
703 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:284
|
704 |
msgid "Name cannot contains spaces"
|
705 |
msgstr "Nazwa nie może zawierać spacji"
|
706 |
|
707 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:287
|
708 |
msgid "Label not specified"
|
709 |
msgstr "Etykieta nie określona"
|
710 |
|
711 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:292
|
712 |
msgid "not selected (with this type is necessary)"
|
713 |
msgstr "nie wybrano (niezbędne dla tego typu)"
|
714 |
|
715 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:298
|
716 |
msgid "If you select"
|
717 |
msgstr "Jeżeli wybierzesz"
|
718 |
|
719 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:298
|
720 |
msgid "you cannot select Min or Max"
|
721 |
msgstr "Nie możesz wybrać Min lub Max"
|
722 |
|
723 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:303
|
724 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:308
|
725 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:313
|
726 |
msgid "should be in the range of"
|
727 |
msgstr "powinien się mieścić w zakresie"
|
728 |
|
729 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:323
|
730 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:325
|
731 |
msgid "Equal TO not specified"
|
732 |
msgstr "równość (=) nie określona"
|
733 |
|
734 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:328
|
735 |
msgid "With checkbox type Equal TO can only be"
|
736 |
msgstr "Dla <strong>checkbox</strong> może być tylko równość"
|
737 |
|
738 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:331
|
739 |
msgid "With radio type Equal TO can only be"
|
740 |
msgstr "Dla <strong>radio</strong> może być tylko równość"
|
741 |
|
742 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:347
|
743 |
msgid "With checkbox type Value can only be"
|
744 |
msgstr "Dla <strong>checkbox</strong> wartość może być tylko"
|
745 |
|
746 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:350
|
747 |
msgid "With radio type Value can only be"
|
748 |
msgstr "Dla <strong>radio</strong> wartość może być tylko"
|
749 |
|
750 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:407
|
751 |
msgid "Field inserted correctly"
|
752 |
msgstr "Pole wstawione poprawnie"
|
753 |
|
754 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:409
|
755 |
msgid "Field #"
|
756 |
msgstr "Pole #"
|
757 |
|
758 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:409
|
759 |
msgid "updated correctly"
|
760 |
msgstr "zaktualizowane prawidłowo"
|
761 |
|
762 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:412
|
763 |
msgid "Name inserted is just in the database, change to another one"
|
764 |
msgstr "Podana nazwa już jest w bazie danych, zmień na inną"
|
765 |
|
766 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
767 |
msgid "To add a new field you have to choose a name, type and label; optional are value and description. Rules are applied during user registration."
|
768 |
msgstr "Aby dodać nowe pole musisz nadać mu nazwę, typ i etykietę; wartość i opis są opcjonalne. Reguły są stosowane podczas rejestracji użytkownika."
|
769 |
|
770 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:651
|
771 |
msgid "With <strong>radio</strong> and <strong>checkbox</strong>: <em>Value</em> and <em>equal TO</em> can only be 'Yes' or 'No' that means 'selected' or 'not selected'"
|
772 |
msgstr "Dla <strong>radio</strong> i <strong>checkbox</strong>: <em>wartość</em> i <em>równe</em> mogą być tylko \"Yes\" lub \"No\", co oznacza zaznaczone lub nie zaznaczone."
|
773 |
|
774 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
775 |
msgid "With <strong>drop-down</strong>: you have to add all options into label for example: label/item1,item2,item3"
|
776 |
msgstr "Dla <strong>listy (drop-down)</strong>: musisz podać wszystkie opcje w etykiecie. Np.: etykieta/wartość1,wartość2,wartość3. "
|
777 |
|
778 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:653
|
779 |
msgid "With <strong>picture</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> means max pixel size (width or height) for thumbnail"
|
780 |
msgstr "Dla <strong>obrazka (picture)</strong>: należy uprzednio wgrać obrazek i podać jego Url w polu <em>wartość</em>; rozmiary min, dokładny, max są w KB; <em>równość</em> oznacza maksymalny rozmiar miniaturki (wysokość i szerokość) i będzie ustawiona automatycznie na 512 pikseli."
|
781 |
|
782 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:654
|
783 |
msgid "With <strong>picture-url</strong>: you can preload a default image putting url in <em>Value</em>; <em>equal TO</em> means max width pixel size (height will be proportional)"
|
784 |
msgstr "Dla <strong>url obrazka</strong>: można wgrać domyślny obrazek i wstawić jego adres (Url) do pola <em>wartość</em>; <em>równe</em> oznacza maksymalną szerokość w pikselach (wysokość zostanie ustawiona proporcjonalnie)."
|
785 |
|
786 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
|
787 |
msgid "With <strong>registration-date</strong>: <em>equal TO</em> means date and time format"
|
788 |
msgstr "Dla <strong>daty rejestracji</strong>: <em>równe</em> oznacza datę i czas rejestracji."
|
789 |
|
790 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:656
|
791 |
msgid "With <strong>avatar</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> is automatically set to 512 pixels"
|
792 |
msgstr "Dla <strong>avatara</strong>: możesz wgrać domyślny obrazek wstawiając URL do <em>wartość</em>; \"min, dokładny i max rozmiar\" są w KB; <em>równe</em> oznacza maksymalny rozmiar w pikselach (wysokość i szerokość) dla miniaturki i będzie ustawiony automatycznie na 512 pikseli."
|
793 |
|
794 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:657
|
795 |
msgid "With <strong>file</strong>: you can preload a default file putting url in <em>Value</em>; 'min,exact,max size' are in KB; under <em>equal TO</em> can be specified allowed extensions separated by comma, example: zip,pdf,doc"
|
796 |
msgstr "Dla <strong>Pliku</strong>: możesz wgrać plik domyślny podająć URL w polu <em>Wartość</em>; 'min,dokładny,max rozmiar' podane są w KB; w polu <em>równe</em> można podać dopuszczalne rozszerzenia, np.: zip,pdf,doc"
|
797 |
|
798 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:664
|
799 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:674
|
800 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
801 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1088
|
802 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1464
|
803 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1465
|
804 |
msgid "Name"
|
805 |
msgstr "Nazwa"
|
806 |
|
807 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:664
|
808 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:675
|
809 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
810 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
|
811 |
msgid "Value"
|
812 |
msgstr "Wartość"
|
813 |
|
814 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:665
|
815 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:678
|
816 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
817 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1094
|
818 |
msgid "Type"
|
819 |
msgstr "Typ"
|
820 |
|
821 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
822 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:697
|
823 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:847
|
824 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1116
|
825 |
msgid "Label"
|
826 |
msgstr "Etykieta"
|
827 |
|
828 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
829 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:698
|
830 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:847
|
831 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1119
|
832 |
msgid "Description"
|
833 |
msgstr "Opis"
|
834 |
|
835 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:667
|
836 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:848
|
837 |
msgid "Rules"
|
838 |
msgstr "Reguły"
|
839 |
|
840 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:668
|
841 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:849
|
842 |
msgid "Actions"
|
843 |
msgstr "Działania"
|
844 |
|
845 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
846 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1110
|
847 |
msgid "Fieldset"
|
848 |
msgstr "Grupa pól"
|
849 |
|
850 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:710
|
851 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1133
|
852 |
msgid "Can be empty"
|
853 |
msgstr "Może być puste"
|
854 |
|
855 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
856 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1134
|
857 |
msgid "Check for E-mail syntax"
|
858 |
msgstr "Sprawdzaj poprawność adresu email"
|
859 |
|
860 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
861 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1137
|
862 |
msgid "Can be modified"
|
863 |
msgstr "Może być zmieniane"
|
864 |
|
865 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:715
|
866 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1138
|
867 |
msgid "Can be modified only if empty"
|
868 |
msgstr "Może być zmienione tylko jeśli jest puste"
|
869 |
|
870 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:716
|
871 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1139
|
872 |
msgid "Can be modified only by admin"
|
873 |
msgstr "Może być modyfikowane tylko przez administratora"
|
874 |
|
875 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
876 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1140
|
877 |
msgid "Can be modified only by admin or if empty"
|
878 |
msgstr "Może być modyfikowane tylko przez administratora jeśli jest puste"
|
879 |
|
880 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:718
|
881 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1141
|
882 |
msgid "Cannot be modified"
|
883 |
msgstr "Nie może być zmieniane"
|
884 |
|
885 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:726
|
886 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1146
|
887 |
msgid "Should be equal TO"
|
888 |
msgstr "Powinno być równe"
|
889 |
|
890 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:728
|
891 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1148
|
892 |
msgid "Case sensitive"
|
893 |
msgstr "Rozróżnia wielkość liter"
|
894 |
|
895 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
896 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1150
|
897 |
msgid "Regular Expression"
|
898 |
msgstr "Wyrażenie regularne"
|
899 |
|
900 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:734
|
901 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1154
|
902 |
msgid "Show the field in the registration"
|
903 |
msgstr "Pokaż pole podczas rejestracji"
|
904 |
|
905 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:737
|
906 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1157
|
907 |
msgid "Show the field in User's profile"
|
908 |
msgstr "Pokaż pole w profilu użytkownika"
|
909 |
|
910 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:740
|
911 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1166
|
912 |
msgid "Show the field in A&U Extended menu"
|
913 |
msgstr "Pokaż pole na rozszerzonej liście użytkowników"
|
914 |
|
915 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:743
|
916 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1169
|
917 |
msgid "Show the field in the search engine"
|
918 |
msgstr "Pokaż pole w profilu użytkownika"
|
919 |
|
920 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:746
|
921 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1172
|
922 |
msgid "Show the field in the blog"
|
923 |
msgstr "Pokaż pole na blogu"
|
924 |
|
925 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:749
|
926 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1175
|
927 |
msgid "Show the field if the role is at least:"
|
928 |
msgstr "Pokaż pole jeżeli rolą użytkownika jest przynajmniej:"
|
929 |
|
930 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:751
|
931 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1177
|
932 |
msgid "Anonymous"
|
933 |
msgstr "Anonim"
|
934 |
|
935 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:762
|
936 |
msgid "Clear"
|
937 |
msgstr "Wyczyść"
|
938 |
|
939 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:810
|
940 |
msgid "Invert selection"
|
941 |
msgstr "Odwróć wybór"
|
942 |
|
943 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:811
|
944 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
945 |
msgstr "Czy na pewno chcesz wykasować pola i wszystkie dane wprowadzone w nie przez użytkowników"
|
946 |
|
947 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:817
|
948 |
msgid "WordPress Fields"
|
949 |
msgstr "Pola Wordpressa"
|
950 |
|
951 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:830
|
952 |
msgid "None!"
|
953 |
msgstr "Brak!"
|
954 |
|
955 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:845
|
956 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1076
|
957 |
msgid "Order"
|
958 |
msgstr "Kolejność"
|
959 |
|
960 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1188
|
961 |
msgid "Reset"
|
962 |
msgstr "Wyczyść"
|
963 |
|
964 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1239
|
965 |
msgid "select"
|
966 |
msgstr "- Wybierz -"
|
967 |
|
968 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1342
|
969 |
#, php-format
|
970 |
msgid "Users Matching \"%s\""
|
971 |
msgstr "Użytkownicy pasujący do wzorca \"%s\""
|
972 |
|
973 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1346
|
974 |
msgid "Users Extended List"
|
975 |
msgstr "Rozszerzona lista użytkowników"
|
976 |
|
977 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1348
|
978 |
msgid "Authors & Users Extended List"
|
979 |
msgstr "Rozszerzona lista użytkowników i autorów"
|
980 |
|
981 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1387
|
982 |
+
#, php-format
|
983 |
+
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
984 |
+
msgstr ""
|
985 |
+
|
986 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1399
|
987 |
msgid "Search Users"
|
988 |
msgstr "Szukaj użytkowników"
|
989 |
|
990 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1425
|
991 |
msgid "« Back to All Users"
|
992 |
msgstr "« Powrót do wszystkich"
|
993 |
|
994 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1431
|
995 |
msgid "Users per page"
|
996 |
msgstr "Użytkowników na stronie"
|
997 |
|
998 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1446
|
999 |
msgid "Apply"
|
1000 |
msgstr "Zastosuj"
|
1001 |
|
1002 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1459
|
1003 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1460
|
1004 |
msgid "Username"
|
1005 |
msgstr "Nazwa użytkownika"
|
1006 |
|
1007 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1469
|
1008 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1470
|
1009 |
msgid "E-mail"
|
1010 |
msgstr "E-mail"
|
1011 |
|
1012 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1474
|
1013 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1475
|
1014 |
msgid "Role"
|
1015 |
msgstr "Rola"
|
1016 |
|
1017 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1484
|
1018 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1485
|
1019 |
msgid "Posts"
|
1020 |
msgstr "Wpisy"
|
1021 |
|
1022 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1594
|
1023 |
msgid "View posts by this author"
|
1024 |
msgstr "Zobacz wpisy tego autora"
|
1025 |
|
1026 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1625
|
1027 |
#, php-format
|
1028 |
msgid "e-mail: %s"
|
1029 |
msgstr "e-mail: %s"
|
1030 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1031 |
#, fuzzy
|
1032 |
#~ msgid ""
|
1033 |
#~ "<strong>Note:</strong> this website let you personalize your password; "
|
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:
|
6 |
-
"PO-Revision-Date:
|
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,864 +16,1045 @@ 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/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
#, fuzzy
|
21 |
msgid "WordPress Fields table emptied"
|
22 |
msgstr "Tabela de Campos Adicionais apagada"
|
23 |
|
24 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
25 |
#, fuzzy
|
26 |
msgid "WordPress Fields table deleted"
|
27 |
msgstr "Tabela de Campos Adicionais excluída"
|
28 |
|
29 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
30 |
msgid "Extra Fields table emptied"
|
31 |
msgstr "Tabela de Campos Adicionais apagada"
|
32 |
|
33 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
34 |
msgid "Extra Fields table deleted"
|
35 |
msgstr "Tabela de Campos Adicionais excluída"
|
36 |
|
37 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
38 |
msgid "Users Data table emptied"
|
39 |
msgstr "Tabela de Dados de Usuários apagada"
|
40 |
|
41 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
42 |
msgid "Users Data table deleted"
|
43 |
msgstr "Tabela de Dados de Usuários excluída"
|
44 |
|
45 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
46 |
msgid "Options set to default values"
|
47 |
msgstr "Opções marcadas com valores padrão"
|
48 |
|
49 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
50 |
msgid "Options deleted"
|
51 |
msgstr "Opções excluídas"
|
52 |
|
53 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
54 |
msgid "Options changed"
|
55 |
msgstr "Opções alteradas"
|
56 |
|
57 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
58 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
59 |
msgstr ""
|
60 |
|
61 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
62 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
63 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
64 |
msgid "Options"
|
65 |
msgstr "Opções"
|
66 |
|
67 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
68 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
69 |
msgid "Add a new Field"
|
70 |
msgstr "Adicionar um novo campo"
|
71 |
|
72 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
73 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
74 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
75 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:
|
76 |
msgid "Extra Fields"
|
77 |
msgstr "Campos Adicionais"
|
78 |
|
79 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
80 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
msgid "SUCCESSFUL"
|
82 |
msgstr "SUCESSO"
|
83 |
|
84 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
85 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
86 |
msgid "Save Changes"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
90 |
msgid "General"
|
91 |
msgstr "Geral"
|
92 |
|
93 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
94 |
msgid "installed is"
|
95 |
msgstr "instalado"
|
96 |
|
97 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
98 |
msgid "OPTIONS DELETED!"
|
99 |
msgstr "OPÇÕES EXCLUÍDAS!"
|
100 |
|
101 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
102 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
103 |
msgid "Fix the problem"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
107 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
108 |
msgstr "VERSÃO NÃO CORRESPONDENTE! Acontece quando você não desativa e re-ativa o plug-in depois de atualizá-lo! Isso pode causar problemas..."
|
109 |
|
110 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
111 |
msgid "Picture/Avatar upload"
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
115 |
msgid "is created and writable"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
119 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
msgid "Database"
|
124 |
msgstr "Banco de dados"
|
125 |
|
126 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
127 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
128 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
129 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
130 |
msgid "select action"
|
131 |
msgstr "selecione uma ação"
|
132 |
|
133 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
134 |
msgid "Default values"
|
135 |
msgstr "Valores padrão"
|
136 |
|
137 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
138 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
139 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
140 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
141 |
msgid "Delete"
|
142 |
msgstr "Excluir"
|
143 |
|
144 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
145 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
146 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
147 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
148 |
msgid "NOT PRESENT"
|
149 |
msgstr "NÃO PRESENTE"
|
150 |
|
151 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
152 |
#, fuzzy
|
153 |
msgid "WordPress Fields table"
|
154 |
msgstr "Tabela de Campos Adicionais"
|
155 |
|
156 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
157 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
158 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
159 |
msgid "Empty"
|
160 |
msgstr "Vazio"
|
161 |
|
162 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
163 |
msgid "Extra Fields table"
|
164 |
msgstr "Tabela de Campos Adicionais"
|
165 |
|
166 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
167 |
msgid "Users Data table"
|
168 |
msgstr "Tabela de Dados de Usuários"
|
169 |
|
170 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
171 |
msgid "all data inserted by users in all and only extra fields"
|
172 |
msgstr "todos os dados inseridos por usuários em todos e somente campos adicionais"
|
173 |
|
174 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
175 |
msgid "Force tables creation"
|
176 |
msgstr "Forçar criação de tabelas"
|
177 |
|
178 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
179 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
183 |
msgid "User Profile"
|
184 |
msgstr "Perfil do usuário"
|
185 |
|
186 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
187 |
#, fuzzy
|
188 |
msgid "Extra Fields section title"
|
189 |
msgstr "Tabela de Campos Adicionais"
|
190 |
|
191 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
192 |
msgid "Fieldset's titles, separates with comma"
|
193 |
msgstr "Títulos de reagrupamento, separados por vírgula"
|
194 |
|
195 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
196 |
msgid "example: title1,title2,title3"
|
197 |
msgstr "exemplo: título1,título2,título3"
|
198 |
|
199 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
200 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
204 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
205 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
206 |
msgid "Authors & Users Extended"
|
207 |
msgstr "Autores & Usuários Avançados"
|
208 |
|
209 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
210 |
msgid "Hide username field"
|
211 |
msgstr "Ocultar campo nome de usuário"
|
212 |
|
213 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
214 |
msgid "Hide name field"
|
215 |
msgstr "Ocultar campo nome"
|
216 |
|
217 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
218 |
msgid "Hide email field"
|
219 |
msgstr "Ocultar campo email"
|
220 |
|
221 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
222 |
#, fuzzy
|
223 |
msgid "Hide role field"
|
224 |
msgstr "Ocultar campo nome"
|
225 |
|
226 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
227 |
msgid "Hide website field"
|
228 |
msgstr "Ocultar campo website"
|
229 |
|
230 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
231 |
msgid "Hide n. posts field"
|
232 |
msgstr "Ocultar campo n. do artigo"
|
233 |
|
234 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
235 |
msgid "WordPress hidden fields"
|
236 |
msgstr "Campos ocultos do WordPress"
|
237 |
|
238 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
239 |
msgid "Show password"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
243 |
msgid "Show first name"
|
244 |
msgstr "Mostrar primeiro nome"
|
245 |
|
246 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
247 |
msgid "Show last name"
|
248 |
msgstr "Mostrar último nome"
|
249 |
|
250 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
251 |
msgid "Show nickname"
|
252 |
msgstr "Mostrar apelido"
|
253 |
|
254 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
255 |
#, fuzzy
|
256 |
msgid "Show website"
|
257 |
msgstr "Website"
|
258 |
|
259 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
260 |
msgid "Show AIM"
|
261 |
msgstr "Mostrar AIM"
|
262 |
|
263 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
264 |
msgid "Show Yahoo IM"
|
265 |
msgstr "Mostrar Yahoo IM"
|
266 |
|
267 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
268 |
msgid "Show Jabber / Google Talk"
|
269 |
msgstr "Mostrar Jabber / Google Talk"
|
270 |
|
271 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
272 |
msgid "Show Biographical Info"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/
|
276 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:729
|
277 |
-
#, fuzzy
|
278 |
-
msgid "Please upload a file with one of the following extensions"
|
279 |
-
msgstr "Por favor, insira uma imagem com uma das seguintes extensões"
|
280 |
-
|
281 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:298
|
282 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:735
|
283 |
-
msgid "Please upload an image with one of the following extensions"
|
284 |
-
msgstr "Por favor, insira uma imagem com uma das seguintes extensões"
|
285 |
-
|
286 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:422
|
287 |
-
#, fuzzy
|
288 |
-
msgid "Delete the file"
|
289 |
-
msgstr "Excluir campo"
|
290 |
-
|
291 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:423
|
292 |
-
#, fuzzy
|
293 |
-
msgid "Update the file"
|
294 |
-
msgstr "Atualizar campo"
|
295 |
-
|
296 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:426
|
297 |
-
#, fuzzy
|
298 |
-
msgid "Delete the picture"
|
299 |
-
msgstr "Excluir campo"
|
300 |
-
|
301 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:427
|
302 |
-
#, fuzzy
|
303 |
-
msgid "Update the picture"
|
304 |
-
msgstr "Atualizar campo"
|
305 |
-
|
306 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:447
|
307 |
-
msgid "Picture URL:"
|
308 |
-
msgstr ""
|
309 |
-
|
310 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:215
|
311 |
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!"
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
315 |
msgid "Password"
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
|
|
|
|
|
|
|
|
319 |
#, fuzzy
|
320 |
msgid "First name"
|
321 |
msgstr "Mostrar primeiro nome"
|
322 |
|
323 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
324 |
#, fuzzy
|
325 |
msgid "Last name"
|
326 |
msgstr "Mostrar último nome"
|
327 |
|
328 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
329 |
#, fuzzy
|
330 |
msgid "Nickname"
|
331 |
msgstr "Nome"
|
332 |
|
333 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
334 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
335 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
336 |
msgid "Website"
|
337 |
msgstr "Website"
|
338 |
|
339 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
340 |
msgid "AIM"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
344 |
#, fuzzy
|
345 |
msgid "Yahoo IM"
|
346 |
msgstr "Mostrar Yahoo IM"
|
347 |
|
348 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
349 |
#, fuzzy
|
350 |
msgid "Jabber / Google Talk"
|
351 |
msgstr "Mostrar Jabber / Google Talk"
|
352 |
|
353 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
354 |
msgid "Biographical Info"
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
358 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
359 |
msgid "Fields"
|
360 |
msgstr "Campos"
|
361 |
|
362 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
363 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
364 |
msgid "A&U Extended"
|
365 |
msgstr "A&U Avançado"
|
366 |
|
367 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
368 |
#, fuzzy
|
369 |
msgid "Users Extended"
|
370 |
msgstr "Lista de Autores & Usuários avançados"
|
371 |
|
372 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
373 |
msgid "Add field"
|
374 |
msgstr "Adicionar campo"
|
375 |
|
376 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
377 |
msgid "Update field"
|
378 |
msgstr "Atualizar campo"
|
379 |
|
380 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
381 |
msgid "Delete field"
|
382 |
msgstr "Excluir campo"
|
383 |
|
384 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
385 |
msgid "Delete selected fields"
|
386 |
msgstr "Excluir campos selecionados"
|
387 |
|
388 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
389 |
msgid "Change order"
|
390 |
msgstr "Mudar ordem"
|
391 |
|
392 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
393 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
394 |
msgid "Min length"
|
395 |
msgstr "Comprimento mín"
|
396 |
|
397 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
398 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
399 |
msgid "Exact length"
|
400 |
msgstr "Comprimento exato"
|
401 |
|
402 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
403 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
404 |
msgid "Max length"
|
405 |
msgstr "Comprimento máx"
|
406 |
|
407 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
408 |
msgid "Exact or Max length"
|
409 |
msgstr "Comprimento Máx ou Exato"
|
410 |
|
411 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
412 |
msgid "changed to"
|
413 |
msgstr "alterado para"
|
414 |
|
415 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
416 |
msgid "You cannot give an order that misses some numbers"
|
417 |
msgstr "Você não pode ordenar se faltar alguns números"
|
418 |
|
419 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
420 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
421 |
msgid "Nothing selected"
|
422 |
msgstr "Nada selecionado"
|
423 |
|
424 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
425 |
msgid "Field(s)"
|
426 |
msgstr "Campo(s)"
|
427 |
|
428 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
429 |
msgid "deleted correctly"
|
430 |
msgstr "excluído corretamente"
|
431 |
|
432 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
433 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
434 |
msgid "Min size"
|
435 |
msgstr "Tamanho mínimo"
|
436 |
|
437 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
438 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
439 |
msgid "Exact size"
|
440 |
msgstr "Tamanho exato"
|
441 |
|
442 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
443 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
444 |
msgid "Max size"
|
445 |
msgstr "Tamanho máximo"
|
446 |
|
447 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
448 |
msgid "Exact or Max size"
|
449 |
msgstr "Tamanho Exato ou Máximo"
|
450 |
|
451 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
452 |
msgid "Name not specified"
|
453 |
msgstr "Nome não especificado"
|
454 |
|
455 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
456 |
msgid "Name cannot contains spaces"
|
457 |
msgstr "Nome não pode conter espaços"
|
458 |
|
459 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
460 |
msgid "Label not specified"
|
461 |
msgstr "Etiqueta não especificada"
|
462 |
|
463 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
464 |
msgid "not selected (with this type is necessary)"
|
465 |
msgstr "não selecionado (neste caso é necessário)"
|
466 |
|
467 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
468 |
msgid "If you select"
|
469 |
msgstr "Se selecionar"
|
470 |
|
471 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
472 |
msgid "you cannot select Min or Max"
|
473 |
msgstr "você não pode selecionar Mín ou Máx"
|
474 |
|
475 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
476 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
477 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
478 |
msgid "should be in the range of"
|
479 |
msgstr "deve ter um alcance de"
|
480 |
|
481 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
482 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
483 |
msgid "Equal TO not specified"
|
484 |
msgstr "Igual A não especificado"
|
485 |
|
486 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
487 |
msgid "With checkbox type Equal TO can only be"
|
488 |
msgstr "Com tipo checkbox Igual A pode ser somente"
|
489 |
|
490 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
491 |
msgid "With radio type Equal TO can only be"
|
492 |
msgstr "Com tipo radio Igual A pode ser somente"
|
493 |
|
494 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
495 |
msgid "With checkbox type Value can only be"
|
496 |
msgstr "Com tipo checkbox Valor pode ser somente"
|
497 |
|
498 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
499 |
msgid "With radio type Value can only be"
|
500 |
msgstr "Com tipo radio Valor pode ser somente"
|
501 |
|
502 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
503 |
msgid "Field inserted correctly"
|
504 |
msgstr "Campo inserido corretamente"
|
505 |
|
506 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
507 |
msgid "Field #"
|
508 |
msgstr "Campo #"
|
509 |
|
510 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
511 |
msgid "updated correctly"
|
512 |
msgstr "atualizado corretamente"
|
513 |
|
514 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
515 |
msgid "Name inserted is just in the database, change to another one"
|
516 |
msgstr "Nome inserido somente no banco de dados, mude para um outro"
|
517 |
|
518 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
519 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:352
|
520 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:357
|
521 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:378
|
522 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:390
|
523 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:397
|
524 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:408
|
525 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:414
|
526 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:426
|
527 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
528 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:444
|
529 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
530 |
-
msgid "ERROR"
|
531 |
-
msgstr "ERRO"
|
532 |
-
|
533 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
534 |
msgid "To add a new field you have to choose a name, type and label; optional are value and description. Rules are applied during user registration."
|
535 |
msgstr "Para adicionar um novo campo você tem que escolher um nome, tipo e etiqueta; Valores e descrição são opcionais. Regras são aplicadas durante o registro do usuário."
|
536 |
|
537 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
538 |
msgid "With <strong>radio</strong> and <strong>checkbox</strong>: <em>Value</em> and <em>equal TO</em> can only be 'Yes' or 'No' that means 'selected' or 'not selected'"
|
539 |
msgstr "Com <strong>radio</strong> e <strong>checkbox</strong>: <em>Valor</em> e <em>igual A</em> pode ser somente 'Yes' ou 'No' que corresponde a 'selecionado' ou 'não selecionado'"
|
540 |
|
541 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
542 |
msgid "With <strong>drop-down</strong>: you have to add all options into label for example: label/item1,item2,item3"
|
543 |
msgstr "Com <strong>drop-down</strong>: você tem que adicionar todas as opções dentro da etiqueta, por exemplo: etiqueta/item1,item2,item3"
|
544 |
|
545 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
546 |
msgid "With <strong>picture</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> means max pixel size (width or height) for thumbnail"
|
547 |
msgstr "Com <strong>picture</strong>: você pode carregar uma imagem padrão inserindo a url em <em>Valor</em>; 'tamanho mínimo,exato,máximo' estão em KB; <em>igual A</em> corresponde ao tamanho máximo (largura e altura) para a miniatura"
|
548 |
|
549 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
550 |
msgid "With <strong>picture-url</strong>: you can preload a default image putting url in <em>Value</em>; <em>equal TO</em> means max width pixel size (height will be proportional)"
|
551 |
msgstr "Com <strong>picture-url</strong>: você pode carregar uma imagem padrão inserindo a url em <em>Valor</em>; <em>igual A</em> corresponde ao tamanho máximo da largura (a altura será proporcional)"
|
552 |
|
553 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
554 |
msgid "With <strong>registration-date</strong>: <em>equal TO</em> means date and time format"
|
555 |
msgstr "Com <strong>registration-date</strong>: <em>igual A</em> corresponde ao formato de data e hora"
|
556 |
|
557 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
558 |
#, fuzzy
|
559 |
msgid "With <strong>avatar</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> is automatically set to 512 pixels"
|
560 |
msgstr "Com <strong>picture</strong>: você pode carregar uma imagem padrão inserindo a url em <em>Valor</em>; 'tamanho mínimo,exato,máximo' estão em KB; <em>igual A</em> corresponde ao tamanho máximo (largura e altura) para a miniatura"
|
561 |
|
562 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
563 |
#, fuzzy
|
564 |
msgid "With <strong>file</strong>: you can preload a default file putting url in <em>Value</em>; 'min,exact,max size' are in KB; under <em>equal TO</em> can be specified allowed extensions separated by comma, example: zip,pdf,doc"
|
565 |
msgstr "Com <strong>picture</strong>: você pode carregar uma imagem padrão inserindo a url em <em>Valor</em>; 'tamanho mínimo,exato,máximo' estão em KB; <em>igual A</em> corresponde ao tamanho máximo (largura e altura) para a miniatura"
|
566 |
|
567 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.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 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
571 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
572 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
573 |
msgid "Name"
|
574 |
msgstr "Nome"
|
575 |
|
576 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
577 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
578 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
579 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
580 |
msgid "Value"
|
581 |
msgstr "Valor"
|
582 |
|
583 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
584 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
585 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
586 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
587 |
msgid "Type"
|
588 |
msgstr "Tipo"
|
589 |
|
590 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
591 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
592 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
593 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
594 |
msgid "Label"
|
595 |
msgstr "Etiqueta"
|
596 |
|
597 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
598 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
599 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
600 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
601 |
msgid "Description"
|
602 |
msgstr "Descrição"
|
603 |
|
604 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
605 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
606 |
msgid "Rules"
|
607 |
msgstr "Regras"
|
608 |
|
609 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
610 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
611 |
msgid "Actions"
|
612 |
msgstr "Ações"
|
613 |
|
614 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
615 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
616 |
#, fuzzy
|
617 |
msgid "Fieldset"
|
618 |
msgstr "Campos"
|
619 |
|
620 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
621 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
622 |
msgid "Can be empty"
|
623 |
msgstr "Pode estar vazio"
|
624 |
|
625 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
626 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
627 |
msgid "Check for E-mail syntax"
|
628 |
msgstr "Controla a sintaxe do E-mail"
|
629 |
|
630 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
631 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
632 |
msgid "Can be modified"
|
633 |
msgstr "Pode ser modificado"
|
634 |
|
635 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
636 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
637 |
msgid "Can be modified only if empty"
|
638 |
msgstr "Pode ser modificado somente se estiver vazio"
|
639 |
|
640 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
641 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
642 |
msgid "Can be modified only by admin"
|
643 |
msgstr "Pode ser modificado somente pelo administrador"
|
644 |
|
645 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
646 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
647 |
#, fuzzy
|
648 |
msgid "Can be modified only by admin or if empty"
|
649 |
msgstr "Pode ser modificado somente se estiver vazio"
|
650 |
|
651 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
652 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
653 |
msgid "Cannot be modified"
|
654 |
msgstr "Não pode ser modificado"
|
655 |
|
656 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
657 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
658 |
msgid "Should be equal TO"
|
659 |
msgstr "Dever ser igual A"
|
660 |
|
661 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
662 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
663 |
msgid "Case sensitive"
|
664 |
msgstr "Caso sensitivo"
|
665 |
|
666 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
667 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
668 |
msgid "Regular Expression"
|
669 |
msgstr ""
|
670 |
|
671 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
672 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
673 |
msgid "Show the field in the registration"
|
674 |
msgstr "Mostrar campo no formulário de registro"
|
675 |
|
676 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
677 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
678 |
msgid "Show the field in User's profile"
|
679 |
msgstr "Mostrar campo em Perfil do usuário"
|
680 |
|
681 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
682 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
683 |
msgid "Show the field in A&U Extended menu"
|
684 |
msgstr "Mostra campo em A&U Menu avançado"
|
685 |
|
686 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
687 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
688 |
#, fuzzy
|
689 |
msgid "Show the field in the search engine"
|
690 |
msgstr "Mostrar campo no formulário de registro"
|
691 |
|
692 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
693 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
694 |
#, fuzzy
|
695 |
msgid "Show the field in the blog"
|
696 |
msgstr "Mostrar campo no formulário de registro"
|
697 |
|
698 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
699 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
700 |
#, fuzzy
|
701 |
msgid "Show the field if the role is at least:"
|
702 |
msgstr "Mostrar campo no formulário de registro"
|
703 |
|
704 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
705 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
706 |
msgid "Anonymous"
|
707 |
msgstr ""
|
708 |
|
709 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
710 |
msgid "Clear"
|
711 |
msgstr "Limpar"
|
712 |
|
713 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
714 |
#, fuzzy
|
715 |
msgid "Invert selection"
|
716 |
msgstr "selecione uma ação"
|
717 |
|
718 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
719 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
720 |
msgstr "Tem certeza que quer excluir o(s) campo(s) e todos os dados inserido pelos usuários?"
|
721 |
|
722 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
723 |
msgid "WordPress Fields"
|
724 |
msgstr "Campos do Wordpress"
|
725 |
|
726 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
727 |
msgid "None!"
|
728 |
msgstr "Nenhum!"
|
729 |
|
730 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
731 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
732 |
msgid "Order"
|
733 |
msgstr "Ordenar"
|
734 |
|
735 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
736 |
msgid "Reset"
|
737 |
msgstr "Resetar"
|
738 |
|
739 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
740 |
#, fuzzy
|
741 |
msgid "select"
|
742 |
msgstr "Excluir"
|
743 |
|
744 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
745 |
#, fuzzy, php-format
|
746 |
msgid "Users Matching \"%s\""
|
747 |
msgstr "Tabela de Campos Adicionais apagada"
|
748 |
|
749 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
750 |
#, fuzzy
|
751 |
msgid "Users Extended List"
|
752 |
msgstr "Lista de Autores & Usuários avançados"
|
753 |
|
754 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
755 |
msgid "Authors & Users Extended List"
|
756 |
msgstr "Lista de Autores & Usuários avançados"
|
757 |
|
758 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
|
|
759 |
msgid "Search Users"
|
760 |
msgstr ""
|
761 |
|
762 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
763 |
msgid "« Back to All Users"
|
764 |
msgstr ""
|
765 |
|
766 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
767 |
#, fuzzy
|
768 |
msgid "Users per page"
|
769 |
msgstr "Tabela de Dados de Usuários"
|
770 |
|
771 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
772 |
msgid "Apply"
|
773 |
msgstr ""
|
774 |
|
775 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
776 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
777 |
msgid "Username"
|
778 |
msgstr "Nome de usuário"
|
779 |
|
780 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
781 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
782 |
msgid "E-mail"
|
783 |
msgstr "E-mail"
|
784 |
|
785 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
786 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
787 |
#, fuzzy
|
788 |
msgid "Role"
|
789 |
msgstr "Regras"
|
790 |
|
791 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
792 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
793 |
msgid "Posts"
|
794 |
msgstr "Artigos"
|
795 |
|
796 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
797 |
msgid "View posts by this author"
|
798 |
msgstr "Ver artigos desse autor"
|
799 |
|
800 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
801 |
#, php-format
|
802 |
msgid "e-mail: %s"
|
803 |
msgstr "e-mail: %s"
|
804 |
|
805 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:327
|
806 |
-
#, fuzzy
|
807 |
-
msgid "no fieldset"
|
808 |
-
msgstr "Itens por reagrupamento"
|
809 |
-
|
810 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:16
|
811 |
-
#, php-format
|
812 |
-
msgid "File '%s' doesn't exist?"
|
813 |
-
msgstr ""
|
814 |
-
|
815 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:19
|
816 |
-
msgid "The GD image library is not installed."
|
817 |
-
msgstr ""
|
818 |
-
|
819 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:26
|
820 |
-
#, php-format
|
821 |
-
msgid "File '%s' is not an image."
|
822 |
-
msgstr ""
|
823 |
-
|
824 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:352
|
825 |
-
msgid "hasn’t a correct email syntax."
|
826 |
-
msgstr "Não há uma sintaxe de e-mail correta"
|
827 |
-
|
828 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:357
|
829 |
-
msgid "couldn’t be empty."
|
830 |
-
msgstr "Não pode estar vazio"
|
831 |
-
|
832 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:377
|
833 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:386
|
834 |
-
msgid "isn’t correct"
|
835 |
-
msgstr "não está correto"
|
836 |
-
|
837 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:383
|
838 |
-
msgid "YES"
|
839 |
-
msgstr "SIM"
|
840 |
-
|
841 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:383
|
842 |
-
msgid "NO"
|
843 |
-
msgstr "NÃO"
|
844 |
-
|
845 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:388
|
846 |
-
msgid "should be"
|
847 |
-
msgstr "deve ser"
|
848 |
-
|
849 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:397
|
850 |
-
msgid "should be an image."
|
851 |
-
msgstr "deve ser uma imagem"
|
852 |
-
|
853 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:408
|
854 |
-
msgid "couldn’t have size less than"
|
855 |
-
msgstr "não pode ter tamanho menor que"
|
856 |
-
|
857 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:414
|
858 |
-
msgid "couldn’t have length less than"
|
859 |
-
msgstr "não pode ter comprimento menor que"
|
860 |
-
|
861 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:426
|
862 |
-
msgid "couldn’t have size different than"
|
863 |
-
msgstr "não pode ter tamanho diferente de"
|
864 |
-
|
865 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
866 |
-
msgid "couldn’t have length different than"
|
867 |
-
msgstr "não pode ter comprimento diferente de"
|
868 |
-
|
869 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:444
|
870 |
-
msgid "couldn’t have size more than"
|
871 |
-
msgstr "não pode ter tamanho maior que"
|
872 |
-
|
873 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
874 |
-
msgid "couldn’t have length more than"
|
875 |
-
msgstr "não pode ter comprimento maior que"
|
876 |
-
|
877 |
#~ msgid "Disable get_cimyFieldValue function"
|
878 |
#~ msgstr "Desabilitar função get_cimyFieldValue"
|
879 |
#~ msgid "leave disabled if you don't know what to do"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Cimy User Extra Fields\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-08-11 00:58+0300\n"
|
6 |
+
"PO-Revision-Date: 2010-08-11 00: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:432
|
20 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:436
|
21 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
22 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:471
|
23 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:483
|
24 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:490
|
25 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:501
|
26 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:507
|
27 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:519
|
28 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:525
|
29 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:537
|
30 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:543
|
31 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:567
|
32 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:435
|
33 |
+
msgid "ERROR"
|
34 |
+
msgstr "ERRO"
|
35 |
+
|
36 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
37 |
+
msgid "does not match."
|
38 |
+
msgstr ""
|
39 |
+
|
40 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:436
|
41 |
+
msgid "hasn’t a correct email syntax."
|
42 |
+
msgstr "Não há uma sintaxe de e-mail correta"
|
43 |
+
|
44 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
45 |
+
msgid "couldn’t be empty."
|
46 |
+
msgstr "Não pode estar vazio"
|
47 |
+
|
48 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:470
|
49 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:479
|
50 |
+
msgid "isn’t correct"
|
51 |
+
msgstr "não está correto"
|
52 |
+
|
53 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:476
|
54 |
+
msgid "YES"
|
55 |
+
msgstr "SIM"
|
56 |
+
|
57 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:476
|
58 |
+
msgid "NO"
|
59 |
+
msgstr "NÃO"
|
60 |
+
|
61 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:481
|
62 |
+
msgid "should be"
|
63 |
+
msgstr "deve ser"
|
64 |
+
|
65 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:490
|
66 |
+
msgid "should be an image."
|
67 |
+
msgstr "deve ser uma imagem"
|
68 |
+
|
69 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:501
|
70 |
+
msgid "couldn’t have size less than"
|
71 |
+
msgstr "não pode ter tamanho menor que"
|
72 |
+
|
73 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:507
|
74 |
+
msgid "couldn’t have length less than"
|
75 |
+
msgstr "não pode ter comprimento menor que"
|
76 |
+
|
77 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:519
|
78 |
+
msgid "couldn’t have size different than"
|
79 |
+
msgstr "não pode ter tamanho diferente de"
|
80 |
+
|
81 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:525
|
82 |
+
msgid "couldn’t have length different than"
|
83 |
+
msgstr "não pode ter comprimento diferente de"
|
84 |
+
|
85 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:537
|
86 |
+
msgid "couldn’t have size more than"
|
87 |
+
msgstr "não pode ter tamanho maior que"
|
88 |
+
|
89 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:543
|
90 |
+
msgid "couldn’t have length more than"
|
91 |
+
msgstr "não pode ter comprimento maior que"
|
92 |
+
|
93 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:567
|
94 |
+
msgid "Typed code is not correct."
|
95 |
+
msgstr ""
|
96 |
+
|
97 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:840
|
98 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:299
|
99 |
+
#, fuzzy
|
100 |
+
msgid "Please upload a file with one of the following extensions"
|
101 |
+
msgstr "Por favor, insira uma imagem com uma das seguintes extensões"
|
102 |
+
|
103 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:846
|
104 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:363
|
105 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:305
|
106 |
+
msgid "Please upload an image with one of the following extensions"
|
107 |
+
msgstr "Por favor, insira uma imagem com uma das seguintes extensões"
|
108 |
+
|
109 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:926
|
110 |
+
msgid "Strength indicator"
|
111 |
+
msgstr ""
|
112 |
+
|
113 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:927
|
114 |
+
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 ! \\\" ? $ % ^ & )."
|
115 |
+
msgstr ""
|
116 |
+
|
117 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:418
|
118 |
+
#, fuzzy
|
119 |
+
msgid "no fieldset"
|
120 |
+
msgstr "Itens por reagrupamento"
|
121 |
+
|
122 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:40
|
123 |
#, fuzzy
|
124 |
msgid "WordPress Fields table emptied"
|
125 |
msgstr "Tabela de Campos Adicionais apagada"
|
126 |
|
127 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:45
|
128 |
#, fuzzy
|
129 |
msgid "WordPress Fields table deleted"
|
130 |
msgstr "Tabela de Campos Adicionais excluída"
|
131 |
|
132 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:54
|
133 |
msgid "Extra Fields table emptied"
|
134 |
msgstr "Tabela de Campos Adicionais apagada"
|
135 |
|
136 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:59
|
137 |
msgid "Extra Fields table deleted"
|
138 |
msgstr "Tabela de Campos Adicionais excluída"
|
139 |
|
140 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:68
|
141 |
msgid "Users Data table emptied"
|
142 |
msgstr "Tabela de Dados de Usuários apagada"
|
143 |
|
144 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:73
|
145 |
msgid "Users Data table deleted"
|
146 |
msgstr "Tabela de Dados de Usuários excluída"
|
147 |
|
148 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:84
|
149 |
msgid "Options set to default values"
|
150 |
msgstr "Opções marcadas com valores padrão"
|
151 |
|
152 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:90
|
153 |
msgid "Options deleted"
|
154 |
msgstr "Opções excluídas"
|
155 |
|
156 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:339
|
157 |
msgid "Options changed"
|
158 |
msgstr "Opções alteradas"
|
159 |
|
160 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:453
|
161 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:465
|
165 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:601
|
166 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:698
|
167 |
msgid "Options"
|
168 |
msgstr "Opções"
|
169 |
|
170 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:468
|
171 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:427
|
172 |
msgid "Add a new Field"
|
173 |
msgstr "Adicionar um novo campo"
|
174 |
|
175 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:468
|
176 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:819
|
177 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
178 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:241
|
179 |
msgid "Extra Fields"
|
180 |
msgstr "Campos Adicionais"
|
181 |
|
182 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:474
|
183 |
+
msgid "Support the Cimy Project"
|
184 |
+
msgstr ""
|
185 |
+
|
186 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:482
|
187 |
+
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!"
|
188 |
+
msgstr ""
|
189 |
+
|
190 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:492
|
191 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:454
|
192 |
msgid "SUCCESSFUL"
|
193 |
msgstr "SUCESSO"
|
194 |
|
195 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:505
|
196 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:775
|
197 |
msgid "Save Changes"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:506
|
201 |
msgid "General"
|
202 |
msgstr "Geral"
|
203 |
|
204 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:514
|
205 |
msgid "installed is"
|
206 |
msgstr "instalado"
|
207 |
|
208 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:518
|
209 |
msgid "OPTIONS DELETED!"
|
210 |
msgstr "OPÇÕES EXCLUÍDAS!"
|
211 |
|
212 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:521
|
213 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:526
|
214 |
msgid "Fix the problem"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:524
|
218 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
219 |
msgstr "VERSÃO NÃO CORRESPONDENTE! Acontece quando você não desativa e re-ativa o plug-in depois de atualizá-lo! Isso pode causar problemas..."
|
220 |
|
221 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:532
|
222 |
msgid "Picture/Avatar upload"
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:536
|
226 |
msgid "is created and writable"
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:538
|
230 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:545
|
234 |
+
#, fuzzy
|
235 |
+
msgid "Show all fields in the welcome email"
|
236 |
+
msgstr "Mostrar campo no formulário de registro"
|
237 |
+
|
238 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:549
|
239 |
+
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
240 |
+
msgstr ""
|
241 |
+
|
242 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:557
|
243 |
+
msgid "Enable email confirmation"
|
244 |
+
msgstr ""
|
245 |
+
|
246 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:561
|
247 |
+
msgid "user that registers should confirm its email address via a link click"
|
248 |
+
msgstr ""
|
249 |
+
|
250 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:569
|
251 |
+
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
252 |
+
msgstr ""
|
253 |
+
|
254 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:573
|
255 |
+
msgid "Public KEY"
|
256 |
+
msgstr ""
|
257 |
+
|
258 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:577
|
259 |
+
msgid "Private KEY"
|
260 |
+
msgstr ""
|
261 |
+
|
262 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:584
|
263 |
+
msgid "Change login/registration page logo"
|
264 |
+
msgstr ""
|
265 |
+
|
266 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:589
|
267 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:433
|
268 |
+
#, fuzzy
|
269 |
+
msgid "Delete the picture"
|
270 |
+
msgstr "Excluir campo"
|
271 |
+
|
272 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:592
|
273 |
+
msgid "Maximum recommended logo width is 328px, but any height should work."
|
274 |
+
msgstr ""
|
275 |
+
|
276 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:598
|
277 |
msgid "Database"
|
278 |
msgstr "Banco de dados"
|
279 |
|
280 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:607
|
281 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:625
|
282 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:644
|
283 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:661
|
284 |
msgid "select action"
|
285 |
msgstr "selecione uma ação"
|
286 |
|
287 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:608
|
288 |
msgid "Default values"
|
289 |
msgstr "Valores padrão"
|
290 |
|
291 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:609
|
292 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:627
|
293 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:646
|
294 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:663
|
295 |
msgid "Delete"
|
296 |
msgstr "Excluir"
|
297 |
|
298 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
299 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:632
|
300 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:650
|
301 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:668
|
302 |
msgid "NOT PRESENT"
|
303 |
msgstr "NÃO PRESENTE"
|
304 |
|
305 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:618
|
306 |
#, fuzzy
|
307 |
msgid "WordPress Fields table"
|
308 |
msgstr "Tabela de Campos Adicionais"
|
309 |
|
310 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:626
|
311 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:645
|
312 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:662
|
313 |
msgid "Empty"
|
314 |
msgstr "Vazio"
|
315 |
|
316 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:638
|
317 |
msgid "Extra Fields table"
|
318 |
msgstr "Tabela de Campos Adicionais"
|
319 |
|
320 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:655
|
321 |
msgid "Users Data table"
|
322 |
msgstr "Tabela de Dados de Usuários"
|
323 |
|
324 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:665
|
325 |
msgid "all data inserted by users in all and only extra fields"
|
326 |
msgstr "todos os dados inseridos por usuários em todos e somente campos adicionais"
|
327 |
|
328 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:673
|
329 |
msgid "Force tables creation"
|
330 |
msgstr "Forçar criação de tabelas"
|
331 |
|
332 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:676
|
333 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:682
|
337 |
msgid "User Profile"
|
338 |
msgstr "Perfil do usuário"
|
339 |
|
340 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:685
|
341 |
#, fuzzy
|
342 |
msgid "Extra Fields section title"
|
343 |
msgstr "Tabela de Campos Adicionais"
|
344 |
|
345 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:689
|
346 |
msgid "Fieldset's titles, separates with comma"
|
347 |
msgstr "Títulos de reagrupamento, separados por vírgula"
|
348 |
|
349 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:689
|
350 |
msgid "example: title1,title2,title3"
|
351 |
msgstr "exemplo: título1,título2,título3"
|
352 |
|
353 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:690
|
354 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:695
|
358 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:700
|
359 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:709
|
360 |
msgid "Authors & Users Extended"
|
361 |
msgstr "Autores & Usuários Avançados"
|
362 |
|
363 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:699
|
364 |
msgid "Hide username field"
|
365 |
msgstr "Ocultar campo nome de usuário"
|
366 |
|
367 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:705
|
368 |
msgid "Hide name field"
|
369 |
msgstr "Ocultar campo nome"
|
370 |
|
371 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:710
|
372 |
msgid "Hide email field"
|
373 |
msgstr "Ocultar campo email"
|
374 |
|
375 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:714
|
376 |
#, fuzzy
|
377 |
msgid "Hide role field"
|
378 |
msgstr "Ocultar campo nome"
|
379 |
|
380 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:718
|
381 |
msgid "Hide website field"
|
382 |
msgstr "Ocultar campo website"
|
383 |
|
384 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:722
|
385 |
msgid "Hide n. posts field"
|
386 |
msgstr "Ocultar campo n. do artigo"
|
387 |
|
388 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:727
|
389 |
msgid "WordPress hidden fields"
|
390 |
msgstr "Campos ocultos do WordPress"
|
391 |
|
392 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:730
|
393 |
msgid "Show password"
|
394 |
msgstr ""
|
395 |
|
396 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:734
|
397 |
+
msgid "Show confirmation password"
|
398 |
+
msgstr ""
|
399 |
+
|
400 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:738
|
401 |
+
msgid "Show password strength meter"
|
402 |
+
msgstr ""
|
403 |
+
|
404 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:742
|
405 |
msgid "Show first name"
|
406 |
msgstr "Mostrar primeiro nome"
|
407 |
|
408 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:746
|
409 |
msgid "Show last name"
|
410 |
msgstr "Mostrar último nome"
|
411 |
|
412 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
|
413 |
msgid "Show nickname"
|
414 |
msgstr "Mostrar apelido"
|
415 |
|
416 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:754
|
417 |
#, fuzzy
|
418 |
msgid "Show website"
|
419 |
msgstr "Website"
|
420 |
|
421 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:758
|
422 |
msgid "Show AIM"
|
423 |
msgstr "Mostrar AIM"
|
424 |
|
425 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:762
|
426 |
msgid "Show Yahoo IM"
|
427 |
msgstr "Mostrar Yahoo IM"
|
428 |
|
429 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:766
|
430 |
msgid "Show Jabber / Google Talk"
|
431 |
msgstr "Mostrar Jabber / Google Talk"
|
432 |
|
433 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:770
|
434 |
msgid "Show Biographical Info"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:193
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
438 |
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!"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:200
|
442 |
msgid "Password"
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
|
446 |
+
msgid "Password confirmation"
|
447 |
+
msgstr ""
|
448 |
+
|
449 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:240
|
450 |
#, fuzzy
|
451 |
msgid "First name"
|
452 |
msgstr "Mostrar primeiro nome"
|
453 |
|
454 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:260
|
455 |
#, fuzzy
|
456 |
msgid "Last name"
|
457 |
msgstr "Mostrar último nome"
|
458 |
|
459 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:280
|
460 |
#, fuzzy
|
461 |
msgid "Nickname"
|
462 |
msgstr "Nome"
|
463 |
|
464 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:300
|
465 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1479
|
466 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1480
|
467 |
msgid "Website"
|
468 |
msgstr "Website"
|
469 |
|
470 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
|
471 |
msgid "AIM"
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:340
|
475 |
#, fuzzy
|
476 |
msgid "Yahoo IM"
|
477 |
msgstr "Mostrar Yahoo IM"
|
478 |
|
479 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:360
|
480 |
#, fuzzy
|
481 |
msgid "Jabber / Google Talk"
|
482 |
msgstr "Mostrar Jabber / Google Talk"
|
483 |
|
484 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:380
|
485 |
msgid "Biographical Info"
|
486 |
msgstr ""
|
487 |
|
488 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:699
|
489 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:120
|
490 |
msgid "Fields"
|
491 |
msgstr "Campos"
|
492 |
|
493 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:700
|
494 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:709
|
495 |
msgid "A&U Extended"
|
496 |
msgstr "A&U Avançado"
|
497 |
|
498 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:704
|
499 |
#, fuzzy
|
500 |
msgid "Users Extended"
|
501 |
msgstr "Lista de Autores & Usuários avançados"
|
502 |
|
503 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:16
|
504 |
+
#, php-format
|
505 |
+
msgid "File '%s' doesn't exist?"
|
506 |
+
msgstr ""
|
507 |
+
|
508 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:19
|
509 |
+
msgid "The GD image library is not installed."
|
510 |
+
msgstr ""
|
511 |
+
|
512 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:26
|
513 |
+
#, php-format
|
514 |
+
msgid "File '%s' is not an image."
|
515 |
+
msgstr ""
|
516 |
+
|
517 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:40
|
518 |
+
#, php-format
|
519 |
+
msgid "New user registration on your site %s:"
|
520 |
+
msgstr ""
|
521 |
+
|
522 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:41
|
523 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:52
|
524 |
+
#, fuzzy, php-format
|
525 |
+
msgid "Username: %s"
|
526 |
+
msgstr "Nome de usuário"
|
527 |
+
|
528 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:42
|
529 |
+
#, fuzzy, php-format
|
530 |
+
msgid "E-mail: %s"
|
531 |
+
msgstr "e-mail: %s"
|
532 |
+
|
533 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:47
|
534 |
+
#, php-format
|
535 |
+
msgid "[%s] New User Registration"
|
536 |
+
msgstr ""
|
537 |
+
|
538 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:53
|
539 |
+
#, php-format
|
540 |
+
msgid "Password: %s"
|
541 |
+
msgstr ""
|
542 |
+
|
543 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:59
|
544 |
+
#, php-format
|
545 |
+
msgid "[%s] Your username and password"
|
546 |
+
msgstr ""
|
547 |
+
|
548 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:68
|
549 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:75
|
550 |
+
#, php-format
|
551 |
+
msgid "%s: %s"
|
552 |
+
msgstr ""
|
553 |
+
|
554 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:92
|
555 |
+
#, php-format
|
556 |
+
msgid ""
|
557 |
+
"To activate your user, please click the following link:\n"
|
558 |
+
"\n"
|
559 |
+
"%s\n"
|
560 |
+
"\n"
|
561 |
+
"After you activate, you will receive *another email* with your login.\n"
|
562 |
+
"\n"
|
563 |
+
msgstr ""
|
564 |
+
|
565 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:107
|
566 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
567 |
+
msgid "Your account is now active!"
|
568 |
+
msgstr ""
|
569 |
+
|
570 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:108
|
571 |
+
#, php-format
|
572 |
+
msgid "Your site at <a href=\"%1$s\">%2$s</a> is active. You may now log in to your site using your chosen username of “%3$s”. Please check your email inbox at %4$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href=\"%5$s\">reset your password</a></p>."
|
573 |
+
msgstr ""
|
574 |
+
|
575 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:110
|
576 |
+
msgid "An error occurred during the activation"
|
577 |
+
msgstr ""
|
578 |
+
|
579 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
580 |
+
#, fuzzy
|
581 |
+
msgid "Username:"
|
582 |
+
msgstr "Nome de usuário"
|
583 |
+
|
584 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
585 |
+
msgid "Password:"
|
586 |
+
msgstr ""
|
587 |
+
|
588 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:129
|
589 |
+
msgid "Invalid activation key."
|
590 |
+
msgstr ""
|
591 |
+
|
592 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:132
|
593 |
+
msgid "The site is already active."
|
594 |
+
msgstr ""
|
595 |
+
|
596 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:151
|
597 |
+
msgid "Could not create user"
|
598 |
+
msgstr ""
|
599 |
+
|
600 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:163
|
601 |
+
msgid "That username is already activated."
|
602 |
+
msgstr ""
|
603 |
+
|
604 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:182
|
605 |
+
msgid "That username is currently reserved but may be available in a couple of days."
|
606 |
+
msgstr ""
|
607 |
+
|
608 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:185
|
609 |
+
msgid "username and email used"
|
610 |
+
msgstr ""
|
611 |
+
|
612 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:195
|
613 |
+
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."
|
614 |
+
msgstr ""
|
615 |
+
|
616 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:429
|
617 |
+
#, fuzzy
|
618 |
+
msgid "Delete the file"
|
619 |
+
msgstr "Excluir campo"
|
620 |
+
|
621 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:430
|
622 |
+
#, fuzzy
|
623 |
+
msgid "Update the file"
|
624 |
+
msgstr "Atualizar campo"
|
625 |
+
|
626 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:434
|
627 |
+
#, fuzzy
|
628 |
+
msgid "Update the picture"
|
629 |
+
msgstr "Atualizar campo"
|
630 |
+
|
631 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:454
|
632 |
+
msgid "Picture URL:"
|
633 |
+
msgstr ""
|
634 |
+
|
635 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:14
|
636 |
msgid "Add field"
|
637 |
msgstr "Adicionar campo"
|
638 |
|
639 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:15
|
640 |
msgid "Update field"
|
641 |
msgstr "Atualizar campo"
|
642 |
|
643 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:16
|
644 |
msgid "Delete field"
|
645 |
msgstr "Excluir campo"
|
646 |
|
647 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:17
|
648 |
msgid "Delete selected fields"
|
649 |
msgstr "Excluir campos selecionados"
|
650 |
|
651 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:18
|
652 |
msgid "Change order"
|
653 |
msgstr "Mudar ordem"
|
654 |
|
655 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:27
|
656 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1063
|
657 |
msgid "Min length"
|
658 |
msgstr "Comprimento mín"
|
659 |
|
660 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:28
|
661 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1064
|
662 |
msgid "Exact length"
|
663 |
msgstr "Comprimento exato"
|
664 |
|
665 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:29
|
666 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1065
|
667 |
msgid "Max length"
|
668 |
msgstr "Comprimento máx"
|
669 |
|
670 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
671 |
msgid "Exact or Max length"
|
672 |
msgstr "Comprimento Máx ou Exato"
|
673 |
|
674 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:120
|
675 |
msgid "changed to"
|
676 |
msgstr "alterado para"
|
677 |
|
678 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:123
|
679 |
msgid "You cannot give an order that misses some numbers"
|
680 |
msgstr "Você não pode ordenar se faltar alguns números"
|
681 |
|
682 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:126
|
683 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:197
|
684 |
msgid "Nothing selected"
|
685 |
msgstr "Nada selecionado"
|
686 |
|
687 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:194
|
688 |
msgid "Field(s)"
|
689 |
msgstr "Campo(s)"
|
690 |
|
691 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:194
|
692 |
msgid "deleted correctly"
|
693 |
msgstr "excluído corretamente"
|
694 |
|
695 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:226
|
696 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1055
|
697 |
msgid "Min size"
|
698 |
msgstr "Tamanho mínimo"
|
699 |
|
700 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:227
|
701 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1056
|
702 |
msgid "Exact size"
|
703 |
msgstr "Tamanho exato"
|
704 |
|
705 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:228
|
706 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1057
|
707 |
msgid "Max size"
|
708 |
msgstr "Tamanho máximo"
|
709 |
|
710 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:230
|
711 |
msgid "Exact or Max size"
|
712 |
msgstr "Tamanho Exato ou Máximo"
|
713 |
|
714 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:282
|
715 |
msgid "Name not specified"
|
716 |
msgstr "Nome não especificado"
|
717 |
|
718 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:284
|
719 |
msgid "Name cannot contains spaces"
|
720 |
msgstr "Nome não pode conter espaços"
|
721 |
|
722 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:287
|
723 |
msgid "Label not specified"
|
724 |
msgstr "Etiqueta não especificada"
|
725 |
|
726 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:292
|
727 |
msgid "not selected (with this type is necessary)"
|
728 |
msgstr "não selecionado (neste caso é necessário)"
|
729 |
|
730 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:298
|
731 |
msgid "If you select"
|
732 |
msgstr "Se selecionar"
|
733 |
|
734 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:298
|
735 |
msgid "you cannot select Min or Max"
|
736 |
msgstr "você não pode selecionar Mín ou Máx"
|
737 |
|
738 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:303
|
739 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:308
|
740 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:313
|
741 |
msgid "should be in the range of"
|
742 |
msgstr "deve ter um alcance de"
|
743 |
|
744 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:323
|
745 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:325
|
746 |
msgid "Equal TO not specified"
|
747 |
msgstr "Igual A não especificado"
|
748 |
|
749 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:328
|
750 |
msgid "With checkbox type Equal TO can only be"
|
751 |
msgstr "Com tipo checkbox Igual A pode ser somente"
|
752 |
|
753 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:331
|
754 |
msgid "With radio type Equal TO can only be"
|
755 |
msgstr "Com tipo radio Igual A pode ser somente"
|
756 |
|
757 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:347
|
758 |
msgid "With checkbox type Value can only be"
|
759 |
msgstr "Com tipo checkbox Valor pode ser somente"
|
760 |
|
761 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:350
|
762 |
msgid "With radio type Value can only be"
|
763 |
msgstr "Com tipo radio Valor pode ser somente"
|
764 |
|
765 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:407
|
766 |
msgid "Field inserted correctly"
|
767 |
msgstr "Campo inserido corretamente"
|
768 |
|
769 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:409
|
770 |
msgid "Field #"
|
771 |
msgstr "Campo #"
|
772 |
|
773 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:409
|
774 |
msgid "updated correctly"
|
775 |
msgstr "atualizado corretamente"
|
776 |
|
777 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:412
|
778 |
msgid "Name inserted is just in the database, change to another one"
|
779 |
msgstr "Nome inserido somente no banco de dados, mude para um outro"
|
780 |
|
781 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
782 |
msgid "To add a new field you have to choose a name, type and label; optional are value and description. Rules are applied during user registration."
|
783 |
msgstr "Para adicionar um novo campo você tem que escolher um nome, tipo e etiqueta; Valores e descrição são opcionais. Regras são aplicadas durante o registro do usuário."
|
784 |
|
785 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:651
|
786 |
msgid "With <strong>radio</strong> and <strong>checkbox</strong>: <em>Value</em> and <em>equal TO</em> can only be 'Yes' or 'No' that means 'selected' or 'not selected'"
|
787 |
msgstr "Com <strong>radio</strong> e <strong>checkbox</strong>: <em>Valor</em> e <em>igual A</em> pode ser somente 'Yes' ou 'No' que corresponde a 'selecionado' ou 'não selecionado'"
|
788 |
|
789 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
790 |
msgid "With <strong>drop-down</strong>: you have to add all options into label for example: label/item1,item2,item3"
|
791 |
msgstr "Com <strong>drop-down</strong>: você tem que adicionar todas as opções dentro da etiqueta, por exemplo: etiqueta/item1,item2,item3"
|
792 |
|
793 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:653
|
794 |
msgid "With <strong>picture</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> means max pixel size (width or height) for thumbnail"
|
795 |
msgstr "Com <strong>picture</strong>: você pode carregar uma imagem padrão inserindo a url em <em>Valor</em>; 'tamanho mínimo,exato,máximo' estão em KB; <em>igual A</em> corresponde ao tamanho máximo (largura e altura) para a miniatura"
|
796 |
|
797 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:654
|
798 |
msgid "With <strong>picture-url</strong>: you can preload a default image putting url in <em>Value</em>; <em>equal TO</em> means max width pixel size (height will be proportional)"
|
799 |
msgstr "Com <strong>picture-url</strong>: você pode carregar uma imagem padrão inserindo a url em <em>Valor</em>; <em>igual A</em> corresponde ao tamanho máximo da largura (a altura será proporcional)"
|
800 |
|
801 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
|
802 |
msgid "With <strong>registration-date</strong>: <em>equal TO</em> means date and time format"
|
803 |
msgstr "Com <strong>registration-date</strong>: <em>igual A</em> corresponde ao formato de data e hora"
|
804 |
|
805 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:656
|
806 |
#, fuzzy
|
807 |
msgid "With <strong>avatar</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> is automatically set to 512 pixels"
|
808 |
msgstr "Com <strong>picture</strong>: você pode carregar uma imagem padrão inserindo a url em <em>Valor</em>; 'tamanho mínimo,exato,máximo' estão em KB; <em>igual A</em> corresponde ao tamanho máximo (largura e altura) para a miniatura"
|
809 |
|
810 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:657
|
811 |
#, fuzzy
|
812 |
msgid "With <strong>file</strong>: you can preload a default file putting url in <em>Value</em>; 'min,exact,max size' are in KB; under <em>equal TO</em> can be specified allowed extensions separated by comma, example: zip,pdf,doc"
|
813 |
msgstr "Com <strong>picture</strong>: você pode carregar uma imagem padrão inserindo a url em <em>Valor</em>; 'tamanho mínimo,exato,máximo' estão em KB; <em>igual A</em> corresponde ao tamanho máximo (largura e altura) para a miniatura"
|
814 |
|
815 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:664
|
816 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:674
|
817 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
818 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1088
|
819 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1464
|
820 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1465
|
821 |
msgid "Name"
|
822 |
msgstr "Nome"
|
823 |
|
824 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:664
|
825 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:675
|
826 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
827 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
|
828 |
msgid "Value"
|
829 |
msgstr "Valor"
|
830 |
|
831 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:665
|
832 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:678
|
833 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
834 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1094
|
835 |
msgid "Type"
|
836 |
msgstr "Tipo"
|
837 |
|
838 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
839 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:697
|
840 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:847
|
841 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1116
|
842 |
msgid "Label"
|
843 |
msgstr "Etiqueta"
|
844 |
|
845 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
846 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:698
|
847 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:847
|
848 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1119
|
849 |
msgid "Description"
|
850 |
msgstr "Descrição"
|
851 |
|
852 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:667
|
853 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:848
|
854 |
msgid "Rules"
|
855 |
msgstr "Regras"
|
856 |
|
857 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:668
|
858 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:849
|
859 |
msgid "Actions"
|
860 |
msgstr "Ações"
|
861 |
|
862 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
863 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1110
|
864 |
#, fuzzy
|
865 |
msgid "Fieldset"
|
866 |
msgstr "Campos"
|
867 |
|
868 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:710
|
869 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1133
|
870 |
msgid "Can be empty"
|
871 |
msgstr "Pode estar vazio"
|
872 |
|
873 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
874 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1134
|
875 |
msgid "Check for E-mail syntax"
|
876 |
msgstr "Controla a sintaxe do E-mail"
|
877 |
|
878 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
879 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1137
|
880 |
msgid "Can be modified"
|
881 |
msgstr "Pode ser modificado"
|
882 |
|
883 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:715
|
884 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1138
|
885 |
msgid "Can be modified only if empty"
|
886 |
msgstr "Pode ser modificado somente se estiver vazio"
|
887 |
|
888 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:716
|
889 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1139
|
890 |
msgid "Can be modified only by admin"
|
891 |
msgstr "Pode ser modificado somente pelo administrador"
|
892 |
|
893 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
894 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1140
|
895 |
#, fuzzy
|
896 |
msgid "Can be modified only by admin or if empty"
|
897 |
msgstr "Pode ser modificado somente se estiver vazio"
|
898 |
|
899 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:718
|
900 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1141
|
901 |
msgid "Cannot be modified"
|
902 |
msgstr "Não pode ser modificado"
|
903 |
|
904 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:726
|
905 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1146
|
906 |
msgid "Should be equal TO"
|
907 |
msgstr "Dever ser igual A"
|
908 |
|
909 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:728
|
910 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1148
|
911 |
msgid "Case sensitive"
|
912 |
msgstr "Caso sensitivo"
|
913 |
|
914 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
915 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1150
|
916 |
msgid "Regular Expression"
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:734
|
920 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1154
|
921 |
msgid "Show the field in the registration"
|
922 |
msgstr "Mostrar campo no formulário de registro"
|
923 |
|
924 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:737
|
925 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1157
|
926 |
msgid "Show the field in User's profile"
|
927 |
msgstr "Mostrar campo em Perfil do usuário"
|
928 |
|
929 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:740
|
930 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1166
|
931 |
msgid "Show the field in A&U Extended menu"
|
932 |
msgstr "Mostra campo em A&U Menu avançado"
|
933 |
|
934 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:743
|
935 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1169
|
936 |
#, fuzzy
|
937 |
msgid "Show the field in the search engine"
|
938 |
msgstr "Mostrar campo no formulário de registro"
|
939 |
|
940 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:746
|
941 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1172
|
942 |
#, fuzzy
|
943 |
msgid "Show the field in the blog"
|
944 |
msgstr "Mostrar campo no formulário de registro"
|
945 |
|
946 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:749
|
947 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1175
|
948 |
#, fuzzy
|
949 |
msgid "Show the field if the role is at least:"
|
950 |
msgstr "Mostrar campo no formulário de registro"
|
951 |
|
952 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:751
|
953 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1177
|
954 |
msgid "Anonymous"
|
955 |
msgstr ""
|
956 |
|
957 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:762
|
958 |
msgid "Clear"
|
959 |
msgstr "Limpar"
|
960 |
|
961 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:810
|
962 |
#, fuzzy
|
963 |
msgid "Invert selection"
|
964 |
msgstr "selecione uma ação"
|
965 |
|
966 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:811
|
967 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
968 |
msgstr "Tem certeza que quer excluir o(s) campo(s) e todos os dados inserido pelos usuários?"
|
969 |
|
970 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:817
|
971 |
msgid "WordPress Fields"
|
972 |
msgstr "Campos do Wordpress"
|
973 |
|
974 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:830
|
975 |
msgid "None!"
|
976 |
msgstr "Nenhum!"
|
977 |
|
978 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:845
|
979 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1076
|
980 |
msgid "Order"
|
981 |
msgstr "Ordenar"
|
982 |
|
983 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1188
|
984 |
msgid "Reset"
|
985 |
msgstr "Resetar"
|
986 |
|
987 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1239
|
988 |
#, fuzzy
|
989 |
msgid "select"
|
990 |
msgstr "Excluir"
|
991 |
|
992 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1342
|
993 |
#, fuzzy, php-format
|
994 |
msgid "Users Matching \"%s\""
|
995 |
msgstr "Tabela de Campos Adicionais apagada"
|
996 |
|
997 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1346
|
998 |
#, fuzzy
|
999 |
msgid "Users Extended List"
|
1000 |
msgstr "Lista de Autores & Usuários avançados"
|
1001 |
|
1002 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1348
|
1003 |
msgid "Authors & Users Extended List"
|
1004 |
msgstr "Lista de Autores & Usuários avançados"
|
1005 |
|
1006 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1387
|
1007 |
+
#, php-format
|
1008 |
+
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
1009 |
+
msgstr ""
|
1010 |
+
|
1011 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1399
|
1012 |
msgid "Search Users"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1425
|
1016 |
msgid "« Back to All Users"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1431
|
1020 |
#, fuzzy
|
1021 |
msgid "Users per page"
|
1022 |
msgstr "Tabela de Dados de Usuários"
|
1023 |
|
1024 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1446
|
1025 |
msgid "Apply"
|
1026 |
msgstr ""
|
1027 |
|
1028 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1459
|
1029 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1460
|
1030 |
msgid "Username"
|
1031 |
msgstr "Nome de usuário"
|
1032 |
|
1033 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1469
|
1034 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1470
|
1035 |
msgid "E-mail"
|
1036 |
msgstr "E-mail"
|
1037 |
|
1038 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1474
|
1039 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1475
|
1040 |
#, fuzzy
|
1041 |
msgid "Role"
|
1042 |
msgstr "Regras"
|
1043 |
|
1044 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1484
|
1045 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1485
|
1046 |
msgid "Posts"
|
1047 |
msgstr "Artigos"
|
1048 |
|
1049 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1594
|
1050 |
msgid "View posts by this author"
|
1051 |
msgstr "Ver artigos desse autor"
|
1052 |
|
1053 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1625
|
1054 |
#, php-format
|
1055 |
msgid "e-mail: %s"
|
1056 |
msgstr "e-mail: %s"
|
1057 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1058 |
#~ msgid "Disable get_cimyFieldValue function"
|
1059 |
#~ msgstr "Desabilitar função get_cimyFieldValue"
|
1060 |
#~ msgid "leave disabled if you don't know what to do"
|
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:
|
6 |
-
"PO-Revision-Date:
|
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,858 +16,1039 @@ 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/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
msgid "WordPress Fields table emptied"
|
21 |
msgstr "Таблица WordPress Fields очищена"
|
22 |
|
23 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
24 |
msgid "WordPress Fields table deleted"
|
25 |
msgstr "Таблица WordPress Fields удалена"
|
26 |
|
27 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
28 |
msgid "Extra Fields table emptied"
|
29 |
msgstr "Таблица Extra Fields очищена"
|
30 |
|
31 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
32 |
msgid "Extra Fields table deleted"
|
33 |
msgstr "Таблица Extra Fields удалена"
|
34 |
|
35 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
36 |
msgid "Users Data table emptied"
|
37 |
msgstr "Таблица пользовательских данных очищена"
|
38 |
|
39 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
40 |
msgid "Users Data table deleted"
|
41 |
msgstr "Таблица пользовательских данных удалена"
|
42 |
|
43 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
44 |
msgid "Options set to default values"
|
45 |
msgstr "Установлены настройки по-умолчанию"
|
46 |
|
47 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
48 |
msgid "Options deleted"
|
49 |
msgstr "Настройки удалены"
|
50 |
|
51 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
52 |
msgid "Options changed"
|
53 |
msgstr "Настройки изменены"
|
54 |
|
55 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
56 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
60 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
61 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
62 |
msgid "Options"
|
63 |
msgstr "Настройки"
|
64 |
|
65 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
66 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
67 |
msgid "Add a new Field"
|
68 |
msgstr "Добавить новое поле"
|
69 |
|
70 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
71 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
72 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
73 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:
|
74 |
msgid "Extra Fields"
|
75 |
msgstr "Extra Fields"
|
76 |
|
77 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
78 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
msgid "SUCCESSFUL"
|
80 |
msgstr "УСПЕШНО"
|
81 |
|
82 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
83 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
84 |
msgid "Save Changes"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
88 |
msgid "General"
|
89 |
msgstr "Главное"
|
90 |
|
91 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
92 |
msgid "installed is"
|
93 |
msgstr "установлено"
|
94 |
|
95 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
96 |
msgid "OPTIONS DELETED!"
|
97 |
msgstr "НАСТРОЙКИ УДАЛЕНЫ!"
|
98 |
|
99 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
100 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
101 |
msgid "Fix the problem"
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
105 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
106 |
msgstr "ВЕРСИИ НЕ СОВПАДАЮТ! Это из-за того, что Вы не деактивировали, а затем активировали плагин после обновления! Могут возникнуть проблемы..."
|
107 |
|
108 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
109 |
msgid "Picture/Avatar upload"
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
113 |
msgid "is created and writable"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
117 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
msgid "Database"
|
122 |
msgstr "База данных"
|
123 |
|
124 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
125 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
126 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
127 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
128 |
msgid "select action"
|
129 |
msgstr "выберите действие"
|
130 |
|
131 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
132 |
msgid "Default values"
|
133 |
msgstr "Значения по-умолчанию"
|
134 |
|
135 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
136 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
137 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
138 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
139 |
msgid "Delete"
|
140 |
msgstr "Удалить"
|
141 |
|
142 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
143 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
144 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
145 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
146 |
msgid "NOT PRESENT"
|
147 |
msgstr "НЕ СУЩЕСТВУЕТ"
|
148 |
|
149 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
150 |
msgid "WordPress Fields table"
|
151 |
msgstr "Таблица WordPress Fields"
|
152 |
|
153 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
154 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
155 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
156 |
msgid "Empty"
|
157 |
msgstr "Очистить"
|
158 |
|
159 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
160 |
msgid "Extra Fields table"
|
161 |
msgstr "Таблица Extra Fields"
|
162 |
|
163 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
164 |
msgid "Users Data table"
|
165 |
msgstr "Таблица данных пользователей"
|
166 |
|
167 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
168 |
msgid "all data inserted by users in all and only extra fields"
|
169 |
msgstr "все данные, вставленные пользователями во все и только в дополнительные поля"
|
170 |
|
171 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
172 |
msgid "Force tables creation"
|
173 |
msgstr "Force tables creation"
|
174 |
|
175 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
176 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
180 |
msgid "User Profile"
|
181 |
msgstr "Профиль пользователя"
|
182 |
|
183 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
184 |
#, fuzzy
|
185 |
msgid "Extra Fields section title"
|
186 |
msgstr "Таблица Extra Fields"
|
187 |
|
188 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
189 |
msgid "Fieldset's titles, separates with comma"
|
190 |
msgstr "Названия полей через запятую"
|
191 |
|
192 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
193 |
msgid "example: title1,title2,title3"
|
194 |
msgstr "пример: заголовок1,заголовок2, заголовок3"
|
195 |
|
196 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
197 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
201 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
202 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
203 |
msgid "Authors & Users Extended"
|
204 |
msgstr "Авторы и Продвинутые пользователи"
|
205 |
|
206 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
207 |
msgid "Hide username field"
|
208 |
msgstr "Скрыть поле с именем пользователя"
|
209 |
|
210 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
211 |
msgid "Hide name field"
|
212 |
msgstr "Скрыть поле с именем"
|
213 |
|
214 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
215 |
msgid "Hide email field"
|
216 |
msgstr "Скрыть поле с email"
|
217 |
|
218 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
219 |
#, fuzzy
|
220 |
msgid "Hide role field"
|
221 |
msgstr "Скрыть поле с именем"
|
222 |
|
223 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
224 |
msgid "Hide website field"
|
225 |
msgstr "Скрыть поле с адресом сайта"
|
226 |
|
227 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
228 |
msgid "Hide n. posts field"
|
229 |
msgstr "Скрыть поле с № постов"
|
230 |
|
231 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
232 |
msgid "WordPress hidden fields"
|
233 |
msgstr "Скрытые поля WordPress"
|
234 |
|
235 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
236 |
msgid "Show password"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
240 |
msgid "Show first name"
|
241 |
msgstr "Показать имя"
|
242 |
|
243 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
244 |
msgid "Show last name"
|
245 |
msgstr "Показать фамилию"
|
246 |
|
247 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
248 |
msgid "Show nickname"
|
249 |
msgstr "Показать ник"
|
250 |
|
251 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
252 |
msgid "Show website"
|
253 |
msgstr "Показать адрес сайта"
|
254 |
|
255 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
256 |
msgid "Show AIM"
|
257 |
msgstr "Показать AIM"
|
258 |
|
259 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
260 |
msgid "Show Yahoo IM"
|
261 |
msgstr "Показать Yahoo IM"
|
262 |
|
263 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
264 |
msgid "Show Jabber / Google Talk"
|
265 |
msgstr "Показать Jabber / Google Talk"
|
266 |
|
267 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
268 |
msgid "Show Biographical Info"
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/
|
272 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:729
|
273 |
-
#, fuzzy
|
274 |
-
msgid "Please upload a file with one of the following extensions"
|
275 |
-
msgstr "Пожалуйста, загрузите изображение одного из следующих типов"
|
276 |
-
|
277 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:298
|
278 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:735
|
279 |
-
msgid "Please upload an image with one of the following extensions"
|
280 |
-
msgstr "Пожалуйста, загрузите изображение одного из следующих типов"
|
281 |
-
|
282 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:422
|
283 |
-
#, fuzzy
|
284 |
-
msgid "Delete the file"
|
285 |
-
msgstr "Удалить поле"
|
286 |
-
|
287 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:423
|
288 |
-
#, fuzzy
|
289 |
-
msgid "Update the file"
|
290 |
-
msgstr "Обновить поле"
|
291 |
-
|
292 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:426
|
293 |
-
#, fuzzy
|
294 |
-
msgid "Delete the picture"
|
295 |
-
msgstr "Удалить поле"
|
296 |
-
|
297 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:427
|
298 |
-
#, fuzzy
|
299 |
-
msgid "Update the picture"
|
300 |
-
msgstr "Обновить поле"
|
301 |
-
|
302 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:447
|
303 |
-
msgid "Picture URL:"
|
304 |
-
msgstr ""
|
305 |
-
|
306 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:215
|
307 |
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!"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
311 |
msgid "Password"
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
|
|
|
|
|
|
|
|
315 |
#, fuzzy
|
316 |
msgid "First name"
|
317 |
msgstr "Показать имя"
|
318 |
|
319 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
320 |
#, fuzzy
|
321 |
msgid "Last name"
|
322 |
msgstr "Показать фамилию"
|
323 |
|
324 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
325 |
#, fuzzy
|
326 |
msgid "Nickname"
|
327 |
msgstr "Имя"
|
328 |
|
329 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
330 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
331 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
332 |
msgid "Website"
|
333 |
msgstr "Адрес сайта"
|
334 |
|
335 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
336 |
msgid "AIM"
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
340 |
#, fuzzy
|
341 |
msgid "Yahoo IM"
|
342 |
msgstr "Показать Yahoo IM"
|
343 |
|
344 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
345 |
#, fuzzy
|
346 |
msgid "Jabber / Google Talk"
|
347 |
msgstr "Показать Jabber / Google Talk"
|
348 |
|
349 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
350 |
msgid "Biographical Info"
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
354 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
355 |
msgid "Fields"
|
356 |
msgstr "Поля"
|
357 |
|
358 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
359 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
360 |
msgid "A&U Extended"
|
361 |
msgstr "A и продвинутые П "
|
362 |
|
363 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
364 |
#, fuzzy
|
365 |
msgid "Users Extended"
|
366 |
msgstr "Список Авторов и продвинутых пользователей"
|
367 |
|
368 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
369 |
msgid "Add field"
|
370 |
msgstr "Добавить поле"
|
371 |
|
372 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
373 |
msgid "Update field"
|
374 |
msgstr "Обновить поле"
|
375 |
|
376 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
377 |
msgid "Delete field"
|
378 |
msgstr "Удалить поле"
|
379 |
|
380 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
381 |
msgid "Delete selected fields"
|
382 |
msgstr "Удалить выбранные поля"
|
383 |
|
384 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
385 |
msgid "Change order"
|
386 |
msgstr "Изменить порядок"
|
387 |
|
388 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
389 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
390 |
msgid "Min length"
|
391 |
msgstr "Мин длина"
|
392 |
|
393 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
394 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
395 |
msgid "Exact length"
|
396 |
msgstr "Точная длина"
|
397 |
|
398 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
399 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
400 |
msgid "Max length"
|
401 |
msgstr "Макс длина"
|
402 |
|
403 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
404 |
msgid "Exact or Max length"
|
405 |
msgstr "Точная или Макс длина"
|
406 |
|
407 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
408 |
msgid "changed to"
|
409 |
msgstr "изменена на"
|
410 |
|
411 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
412 |
msgid "You cannot give an order that misses some numbers"
|
413 |
msgstr "Вы не можете установить порядок, который пропускает некоторые числа"
|
414 |
|
415 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
416 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
417 |
msgid "Nothing selected"
|
418 |
msgstr "Ничего не выбрано"
|
419 |
|
420 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
421 |
msgid "Field(s)"
|
422 |
msgstr "Поле(я)"
|
423 |
|
424 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
425 |
msgid "deleted correctly"
|
426 |
msgstr "удалены правильно"
|
427 |
|
428 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
429 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
430 |
msgid "Min size"
|
431 |
msgstr "Мин размер"
|
432 |
|
433 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
434 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
435 |
msgid "Exact size"
|
436 |
msgstr "Точный размер"
|
437 |
|
438 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
439 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
440 |
msgid "Max size"
|
441 |
msgstr "Макс размер"
|
442 |
|
443 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
444 |
msgid "Exact or Max size"
|
445 |
msgstr "Точный или Макс размер"
|
446 |
|
447 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
448 |
msgid "Name not specified"
|
449 |
msgstr "Имя не задано"
|
450 |
|
451 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
452 |
msgid "Name cannot contains spaces"
|
453 |
msgstr "Имя не должно содержать пробелов"
|
454 |
|
455 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
456 |
msgid "Label not specified"
|
457 |
msgstr "Метка не выбрана"
|
458 |
|
459 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
460 |
msgid "not selected (with this type is necessary)"
|
461 |
msgstr "не выбрано (с этим типом необходимо)"
|
462 |
|
463 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
464 |
msgid "If you select"
|
465 |
msgstr "Если Вы выбрали"
|
466 |
|
467 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
468 |
msgid "you cannot select Min or Max"
|
469 |
msgstr "Вы не можете выбрать Мин или Макс"
|
470 |
|
471 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
472 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
473 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
474 |
msgid "should be in the range of"
|
475 |
msgstr "должно быть в диапозоне"
|
476 |
|
477 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
478 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
479 |
msgid "Equal TO not specified"
|
480 |
msgstr "Равная ЧЕМУ не выбрано"
|
481 |
|
482 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
483 |
msgid "With checkbox type Equal TO can only be"
|
484 |
msgstr "Может быть только с флажком выбора типа Равная ЧЕМУ"
|
485 |
|
486 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
487 |
msgid "With radio type Equal TO can only be"
|
488 |
msgstr "Может быть только с переключателем выбора типа Равная ЧЕМУ"
|
489 |
|
490 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
491 |
msgid "With checkbox type Value can only be"
|
492 |
msgstr "Может быть только с флажками выбора типа Значение"
|
493 |
|
494 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
495 |
msgid "With radio type Value can only be"
|
496 |
msgstr "Может быть только с переключателем выбора типа Значение"
|
497 |
|
498 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
499 |
msgid "Field inserted correctly"
|
500 |
msgstr "Поле вставлено корректно"
|
501 |
|
502 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
503 |
msgid "Field #"
|
504 |
msgstr "Поле #"
|
505 |
|
506 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
507 |
msgid "updated correctly"
|
508 |
msgstr "обновлено корректно"
|
509 |
|
510 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
511 |
msgid "Name inserted is just in the database, change to another one"
|
512 |
msgstr "Вставляемое имя уже есть в БД, выберите другое"
|
513 |
|
514 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
515 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:352
|
516 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:357
|
517 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:378
|
518 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:390
|
519 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:397
|
520 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:408
|
521 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:414
|
522 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:426
|
523 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
524 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:444
|
525 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
526 |
-
msgid "ERROR"
|
527 |
-
msgstr "ОШИБКА"
|
528 |
-
|
529 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
530 |
msgid "To add a new field you have to choose a name, type and label; optional are value and description. Rules are applied during user registration."
|
531 |
msgstr "Для добавления нового поля вам необходимо задать имя, тип и метку; значение и описание. Правила применяются в процессе регистрации пользователя."
|
532 |
|
533 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
534 |
msgid "With <strong>radio</strong> and <strong>checkbox</strong>: <em>Value</em> and <em>equal TO</em> can only be 'Yes' or 'No' that means 'selected' or 'not selected'"
|
535 |
msgstr "С <strong>переключателем(radio)</strong> и <strong>флажками(checkbox)</strong>: <em>Значение</em> и <em>равно ЧЕМУ</em> может быть либо 'Yes', либо 'No' - это означает 'выбрано' или 'не выбрано'"
|
536 |
|
537 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
538 |
msgid "With <strong>drop-down</strong>: you have to add all options into label for example: label/item1,item2,item3"
|
539 |
msgstr "С <strong>выпадающим списком(drop-down)</strong>: вы можете добавить все опции в метку, например: метка/элемент1,элемент2,элемент3"
|
540 |
|
541 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
542 |
msgid "With <strong>picture</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> means max pixel size (width or height) for thumbnail"
|
543 |
msgstr "С <strong>изображением(picture)</strong>: вы можете предварительно загрузить изображение по умолчанию поместив url в <em>Значение</em>; 'мин,точный,макс размер' в KB; <em>равная ЧЕМУ</em> подразумевает max размер в px (ширина или высота) для превью"
|
544 |
|
545 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
546 |
msgid "With <strong>picture-url</strong>: you can preload a default image putting url in <em>Value</em>; <em>equal TO</em> means max width pixel size (height will be proportional)"
|
547 |
msgstr "С <strong>picture-url</strong>: вы можете предварительно загрузить изображение по умолчанию поместив url в <em>Значение</em>; <em>равная ЧЕМУ</em> подразумевает max ширину для превью (высота будет установлена пропорционально)"
|
548 |
|
549 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
550 |
msgid "With <strong>registration-date</strong>: <em>equal TO</em> means date and time format"
|
551 |
msgstr "С <strong>датой регистрации(registration-date)</strong>: <em>равна ЧЕМУ</em> подразумевает формат даты и времени"
|
552 |
|
553 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
554 |
#, fuzzy
|
555 |
msgid "With <strong>avatar</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> is automatically set to 512 pixels"
|
556 |
msgstr "С <strong>изображением(picture)</strong>: вы можете предварительно загрузить изображение по умолчанию поместив url в <em>Значение</em>; 'мин,точный,макс размер' в KB; <em>равная ЧЕМУ</em> подразумевает max размер в px (ширина или высота) для превью"
|
557 |
|
558 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
559 |
#, fuzzy
|
560 |
msgid "With <strong>file</strong>: you can preload a default file putting url in <em>Value</em>; 'min,exact,max size' are in KB; under <em>equal TO</em> can be specified allowed extensions separated by comma, example: zip,pdf,doc"
|
561 |
msgstr "С <strong>изображением(picture)</strong>: вы можете предварительно загрузить изображение по умолчанию поместив url в <em>Значение</em>; 'мин,точный,макс размер' в KB; <em>равная ЧЕМУ</em> подразумевает max размер в px (ширина или высота) для превью"
|
562 |
|
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 |
-
#: /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 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
568 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
569 |
msgid "Name"
|
570 |
msgstr "Имя"
|
571 |
|
572 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
573 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
574 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
575 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
576 |
msgid "Value"
|
577 |
msgstr "Значение"
|
578 |
|
579 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
580 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
581 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
582 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
583 |
msgid "Type"
|
584 |
msgstr "Тип"
|
585 |
|
586 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
587 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
588 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
589 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
590 |
msgid "Label"
|
591 |
msgstr "Метка"
|
592 |
|
593 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
594 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
595 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
596 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
597 |
msgid "Description"
|
598 |
msgstr "Описание"
|
599 |
|
600 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
601 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
602 |
msgid "Rules"
|
603 |
msgstr "Правила"
|
604 |
|
605 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
606 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
607 |
msgid "Actions"
|
608 |
msgstr "Действия"
|
609 |
|
610 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
611 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
612 |
#, fuzzy
|
613 |
msgid "Fieldset"
|
614 |
msgstr "Поля"
|
615 |
|
616 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
617 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
618 |
msgid "Can be empty"
|
619 |
msgstr "Может быть пустым"
|
620 |
|
621 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
622 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
623 |
msgid "Check for E-mail syntax"
|
624 |
msgstr "Проверка синтаксиса E-mail"
|
625 |
|
626 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
627 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
628 |
msgid "Can be modified"
|
629 |
msgstr "Может быть изменено"
|
630 |
|
631 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
632 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
633 |
msgid "Can be modified only if empty"
|
634 |
msgstr "Может быть изменено только если пустое"
|
635 |
|
636 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
637 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
638 |
msgid "Can be modified only by admin"
|
639 |
msgstr "Может быть изменено только админом"
|
640 |
|
641 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
642 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
643 |
msgid "Can be modified only by admin or if empty"
|
644 |
msgstr "Может быть изменено только админом или если пустое"
|
645 |
|
646 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
647 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
648 |
msgid "Cannot be modified"
|
649 |
msgstr "Не может быть изменено"
|
650 |
|
651 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
652 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
653 |
msgid "Should be equal TO"
|
654 |
msgstr "Долднадолжно быть равно ЧЕМУ"
|
655 |
|
656 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
657 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
658 |
msgid "Case sensitive"
|
659 |
msgstr "Чуствительность к регистру"
|
660 |
|
661 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
662 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
663 |
msgid "Regular Expression"
|
664 |
msgstr ""
|
665 |
|
666 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
667 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
668 |
msgid "Show the field in the registration"
|
669 |
msgstr "Показывать поле при регистрации"
|
670 |
|
671 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
672 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
673 |
msgid "Show the field in User's profile"
|
674 |
msgstr "Показывать поле в профиле пользователя"
|
675 |
|
676 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
677 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
678 |
msgid "Show the field in A&U Extended menu"
|
679 |
msgstr "Показывать поле в меню A&продвинутых П"
|
680 |
|
681 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
682 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
683 |
#, fuzzy
|
684 |
msgid "Show the field in the search engine"
|
685 |
msgstr "Показывать поле при регистрации"
|
686 |
|
687 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
688 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
689 |
#, fuzzy
|
690 |
msgid "Show the field in the blog"
|
691 |
msgstr "Показывать поле при регистрации"
|
692 |
|
693 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
694 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
695 |
#, fuzzy
|
696 |
msgid "Show the field if the role is at least:"
|
697 |
msgstr "Показывать поле при регистрации"
|
698 |
|
699 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
700 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
701 |
msgid "Anonymous"
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
705 |
msgid "Clear"
|
706 |
msgstr "Очистить"
|
707 |
|
708 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
709 |
msgid "Invert selection"
|
710 |
msgstr "Инветировать выбор"
|
711 |
|
712 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
713 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
714 |
msgstr "Вы действительно хотите удалить поле(я) и данные вставленные в них пользователями?"
|
715 |
|
716 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
717 |
msgid "WordPress Fields"
|
718 |
msgstr "WordPress Fields"
|
719 |
|
720 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
721 |
msgid "None!"
|
722 |
msgstr "Нет!"
|
723 |
|
724 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
725 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
726 |
msgid "Order"
|
727 |
msgstr "Порядок"
|
728 |
|
729 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
730 |
msgid "Reset"
|
731 |
msgstr "Сброс"
|
732 |
|
733 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
734 |
#, fuzzy
|
735 |
msgid "select"
|
736 |
msgstr "Удалить"
|
737 |
|
738 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
739 |
#, php-format
|
740 |
msgid "Users Matching \"%s\""
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
744 |
#, fuzzy
|
745 |
msgid "Users Extended List"
|
746 |
msgstr "Список Авторов и продвинутых пользователей"
|
747 |
|
748 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
749 |
msgid "Authors & Users Extended List"
|
750 |
msgstr "Список Авторов и продвинутых пользователей"
|
751 |
|
752 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
|
|
753 |
msgid "Search Users"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
757 |
msgid "« Back to All Users"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
761 |
#, fuzzy
|
762 |
msgid "Users per page"
|
763 |
msgstr "Таблица данных пользователей"
|
764 |
|
765 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
766 |
msgid "Apply"
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
770 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
771 |
msgid "Username"
|
772 |
msgstr "Имя пользователя"
|
773 |
|
774 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
775 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
776 |
msgid "E-mail"
|
777 |
msgstr "E-mail"
|
778 |
|
779 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
780 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
781 |
#, fuzzy
|
782 |
msgid "Role"
|
783 |
msgstr "Правила"
|
784 |
|
785 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
786 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
787 |
msgid "Posts"
|
788 |
msgstr "Сообщения"
|
789 |
|
790 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
791 |
msgid "View posts by this author"
|
792 |
msgstr "Просмотреть сообщения этого автора"
|
793 |
|
794 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
795 |
#, php-format
|
796 |
msgid "e-mail: %s"
|
797 |
msgstr "e-mail: %s"
|
798 |
|
799 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:327
|
800 |
-
#, fuzzy
|
801 |
-
msgid "no fieldset"
|
802 |
-
msgstr "Пункты полей"
|
803 |
-
|
804 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:16
|
805 |
-
#, php-format
|
806 |
-
msgid "File '%s' doesn't exist?"
|
807 |
-
msgstr ""
|
808 |
-
|
809 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:19
|
810 |
-
msgid "The GD image library is not installed."
|
811 |
-
msgstr ""
|
812 |
-
|
813 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:26
|
814 |
-
#, php-format
|
815 |
-
msgid "File '%s' is not an image."
|
816 |
-
msgstr ""
|
817 |
-
|
818 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:352
|
819 |
-
msgid "hasn’t a correct email syntax."
|
820 |
-
msgstr "не верно введен email."
|
821 |
-
|
822 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:357
|
823 |
-
msgid "couldn’t be empty."
|
824 |
-
msgstr "не может быть пустым."
|
825 |
-
|
826 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:377
|
827 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:386
|
828 |
-
msgid "isn’t correct"
|
829 |
-
msgstr "не верно"
|
830 |
-
|
831 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:383
|
832 |
-
msgid "YES"
|
833 |
-
msgstr "ДА"
|
834 |
-
|
835 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:383
|
836 |
-
msgid "NO"
|
837 |
-
msgstr "НЕТ"
|
838 |
-
|
839 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:388
|
840 |
-
msgid "should be"
|
841 |
-
msgstr "должно быть"
|
842 |
-
|
843 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:397
|
844 |
-
msgid "should be an image."
|
845 |
-
msgstr "должно быть изображение."
|
846 |
-
|
847 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:408
|
848 |
-
msgid "couldn’t have size less than"
|
849 |
-
msgstr "не может иметь размер менее чем"
|
850 |
-
|
851 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:414
|
852 |
-
msgid "couldn’t have length less than"
|
853 |
-
msgstr "не может иметь длину менее чем"
|
854 |
-
|
855 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:426
|
856 |
-
msgid "couldn’t have size different than"
|
857 |
-
msgstr "не может иметь размер отличный от"
|
858 |
-
|
859 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
860 |
-
msgid "couldn’t have length different than"
|
861 |
-
msgstr "не может иметь длину отличную от"
|
862 |
-
|
863 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:444
|
864 |
-
msgid "couldn’t have size more than"
|
865 |
-
msgstr "имеет размер больше чем"
|
866 |
-
|
867 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
868 |
-
msgid "couldn’t have length more than"
|
869 |
-
msgstr "имеет длину больше чем"
|
870 |
-
|
871 |
#~ msgid "Disable get_cimyFieldValue function"
|
872 |
#~ msgstr "Отключить функцию get_cimyFieldValue"
|
873 |
#~ msgid "leave disabled if you don't know what to do"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Cimy User Extra Fields\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-08-11 00:59+0300\n"
|
6 |
+
"PO-Revision-Date: 2010-08-11 00: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:432
|
20 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:436
|
21 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
22 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:471
|
23 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:483
|
24 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:490
|
25 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:501
|
26 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:507
|
27 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:519
|
28 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:525
|
29 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:537
|
30 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:543
|
31 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:567
|
32 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:435
|
33 |
+
msgid "ERROR"
|
34 |
+
msgstr "ОШИБКА"
|
35 |
+
|
36 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
37 |
+
msgid "does not match."
|
38 |
+
msgstr ""
|
39 |
+
|
40 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:436
|
41 |
+
msgid "hasn’t a correct email syntax."
|
42 |
+
msgstr "не верно введен email."
|
43 |
+
|
44 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
45 |
+
msgid "couldn’t be empty."
|
46 |
+
msgstr "не может быть пустым."
|
47 |
+
|
48 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:470
|
49 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:479
|
50 |
+
msgid "isn’t correct"
|
51 |
+
msgstr "не верно"
|
52 |
+
|
53 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:476
|
54 |
+
msgid "YES"
|
55 |
+
msgstr "ДА"
|
56 |
+
|
57 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:476
|
58 |
+
msgid "NO"
|
59 |
+
msgstr "НЕТ"
|
60 |
+
|
61 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:481
|
62 |
+
msgid "should be"
|
63 |
+
msgstr "должно быть"
|
64 |
+
|
65 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:490
|
66 |
+
msgid "should be an image."
|
67 |
+
msgstr "должно быть изображение."
|
68 |
+
|
69 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:501
|
70 |
+
msgid "couldn’t have size less than"
|
71 |
+
msgstr "не может иметь размер менее чем"
|
72 |
+
|
73 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:507
|
74 |
+
msgid "couldn’t have length less than"
|
75 |
+
msgstr "не может иметь длину менее чем"
|
76 |
+
|
77 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:519
|
78 |
+
msgid "couldn’t have size different than"
|
79 |
+
msgstr "не может иметь размер отличный от"
|
80 |
+
|
81 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:525
|
82 |
+
msgid "couldn’t have length different than"
|
83 |
+
msgstr "не может иметь длину отличную от"
|
84 |
+
|
85 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:537
|
86 |
+
msgid "couldn’t have size more than"
|
87 |
+
msgstr "имеет размер больше чем"
|
88 |
+
|
89 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:543
|
90 |
+
msgid "couldn’t have length more than"
|
91 |
+
msgstr "имеет длину больше чем"
|
92 |
+
|
93 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:567
|
94 |
+
msgid "Typed code is not correct."
|
95 |
+
msgstr ""
|
96 |
+
|
97 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:840
|
98 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:299
|
99 |
+
#, fuzzy
|
100 |
+
msgid "Please upload a file with one of the following extensions"
|
101 |
+
msgstr "Пожалуйста, загрузите изображение одного из следующих типов"
|
102 |
+
|
103 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:846
|
104 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:363
|
105 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:305
|
106 |
+
msgid "Please upload an image with one of the following extensions"
|
107 |
+
msgstr "Пожалуйста, загрузите изображение одного из следующих типов"
|
108 |
+
|
109 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:926
|
110 |
+
msgid "Strength indicator"
|
111 |
+
msgstr ""
|
112 |
+
|
113 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:927
|
114 |
+
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 ! \\\" ? $ % ^ & )."
|
115 |
+
msgstr ""
|
116 |
+
|
117 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:418
|
118 |
+
#, fuzzy
|
119 |
+
msgid "no fieldset"
|
120 |
+
msgstr "Пункты полей"
|
121 |
+
|
122 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:40
|
123 |
msgid "WordPress Fields table emptied"
|
124 |
msgstr "Таблица WordPress Fields очищена"
|
125 |
|
126 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:45
|
127 |
msgid "WordPress Fields table deleted"
|
128 |
msgstr "Таблица WordPress Fields удалена"
|
129 |
|
130 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:54
|
131 |
msgid "Extra Fields table emptied"
|
132 |
msgstr "Таблица Extra Fields очищена"
|
133 |
|
134 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:59
|
135 |
msgid "Extra Fields table deleted"
|
136 |
msgstr "Таблица Extra Fields удалена"
|
137 |
|
138 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:68
|
139 |
msgid "Users Data table emptied"
|
140 |
msgstr "Таблица пользовательских данных очищена"
|
141 |
|
142 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:73
|
143 |
msgid "Users Data table deleted"
|
144 |
msgstr "Таблица пользовательских данных удалена"
|
145 |
|
146 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:84
|
147 |
msgid "Options set to default values"
|
148 |
msgstr "Установлены настройки по-умолчанию"
|
149 |
|
150 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:90
|
151 |
msgid "Options deleted"
|
152 |
msgstr "Настройки удалены"
|
153 |
|
154 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:339
|
155 |
msgid "Options changed"
|
156 |
msgstr "Настройки изменены"
|
157 |
|
158 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:453
|
159 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:465
|
163 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:601
|
164 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:698
|
165 |
msgid "Options"
|
166 |
msgstr "Настройки"
|
167 |
|
168 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:468
|
169 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:427
|
170 |
msgid "Add a new Field"
|
171 |
msgstr "Добавить новое поле"
|
172 |
|
173 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:468
|
174 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:819
|
175 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
176 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:241
|
177 |
msgid "Extra Fields"
|
178 |
msgstr "Extra Fields"
|
179 |
|
180 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:474
|
181 |
+
msgid "Support the Cimy Project"
|
182 |
+
msgstr ""
|
183 |
+
|
184 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:482
|
185 |
+
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!"
|
186 |
+
msgstr ""
|
187 |
+
|
188 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:492
|
189 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:454
|
190 |
msgid "SUCCESSFUL"
|
191 |
msgstr "УСПЕШНО"
|
192 |
|
193 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:505
|
194 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:775
|
195 |
msgid "Save Changes"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:506
|
199 |
msgid "General"
|
200 |
msgstr "Главное"
|
201 |
|
202 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:514
|
203 |
msgid "installed is"
|
204 |
msgstr "установлено"
|
205 |
|
206 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:518
|
207 |
msgid "OPTIONS DELETED!"
|
208 |
msgstr "НАСТРОЙКИ УДАЛЕНЫ!"
|
209 |
|
210 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:521
|
211 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:526
|
212 |
msgid "Fix the problem"
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:524
|
216 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
217 |
msgstr "ВЕРСИИ НЕ СОВПАДАЮТ! Это из-за того, что Вы не деактивировали, а затем активировали плагин после обновления! Могут возникнуть проблемы..."
|
218 |
|
219 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:532
|
220 |
msgid "Picture/Avatar upload"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:536
|
224 |
msgid "is created and writable"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:538
|
228 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:545
|
232 |
+
#, fuzzy
|
233 |
+
msgid "Show all fields in the welcome email"
|
234 |
+
msgstr "Показывать поле при регистрации"
|
235 |
+
|
236 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:549
|
237 |
+
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
238 |
+
msgstr ""
|
239 |
+
|
240 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:557
|
241 |
+
msgid "Enable email confirmation"
|
242 |
+
msgstr ""
|
243 |
+
|
244 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:561
|
245 |
+
msgid "user that registers should confirm its email address via a link click"
|
246 |
+
msgstr ""
|
247 |
+
|
248 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:569
|
249 |
+
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
250 |
+
msgstr ""
|
251 |
+
|
252 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:573
|
253 |
+
msgid "Public KEY"
|
254 |
+
msgstr ""
|
255 |
+
|
256 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:577
|
257 |
+
msgid "Private KEY"
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:584
|
261 |
+
msgid "Change login/registration page logo"
|
262 |
+
msgstr ""
|
263 |
+
|
264 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:589
|
265 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:433
|
266 |
+
#, fuzzy
|
267 |
+
msgid "Delete the picture"
|
268 |
+
msgstr "Удалить поле"
|
269 |
+
|
270 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:592
|
271 |
+
msgid "Maximum recommended logo width is 328px, but any height should work."
|
272 |
+
msgstr ""
|
273 |
+
|
274 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:598
|
275 |
msgid "Database"
|
276 |
msgstr "База данных"
|
277 |
|
278 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:607
|
279 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:625
|
280 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:644
|
281 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:661
|
282 |
msgid "select action"
|
283 |
msgstr "выберите действие"
|
284 |
|
285 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:608
|
286 |
msgid "Default values"
|
287 |
msgstr "Значения по-умолчанию"
|
288 |
|
289 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:609
|
290 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:627
|
291 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:646
|
292 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:663
|
293 |
msgid "Delete"
|
294 |
msgstr "Удалить"
|
295 |
|
296 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
297 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:632
|
298 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:650
|
299 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:668
|
300 |
msgid "NOT PRESENT"
|
301 |
msgstr "НЕ СУЩЕСТВУЕТ"
|
302 |
|
303 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:618
|
304 |
msgid "WordPress Fields table"
|
305 |
msgstr "Таблица WordPress Fields"
|
306 |
|
307 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:626
|
308 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:645
|
309 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:662
|
310 |
msgid "Empty"
|
311 |
msgstr "Очистить"
|
312 |
|
313 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:638
|
314 |
msgid "Extra Fields table"
|
315 |
msgstr "Таблица Extra Fields"
|
316 |
|
317 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:655
|
318 |
msgid "Users Data table"
|
319 |
msgstr "Таблица данных пользователей"
|
320 |
|
321 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:665
|
322 |
msgid "all data inserted by users in all and only extra fields"
|
323 |
msgstr "все данные, вставленные пользователями во все и только в дополнительные поля"
|
324 |
|
325 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:673
|
326 |
msgid "Force tables creation"
|
327 |
msgstr "Force tables creation"
|
328 |
|
329 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:676
|
330 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:682
|
334 |
msgid "User Profile"
|
335 |
msgstr "Профиль пользователя"
|
336 |
|
337 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:685
|
338 |
#, fuzzy
|
339 |
msgid "Extra Fields section title"
|
340 |
msgstr "Таблица Extra Fields"
|
341 |
|
342 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:689
|
343 |
msgid "Fieldset's titles, separates with comma"
|
344 |
msgstr "Названия полей через запятую"
|
345 |
|
346 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:689
|
347 |
msgid "example: title1,title2,title3"
|
348 |
msgstr "пример: заголовок1,заголовок2, заголовок3"
|
349 |
|
350 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:690
|
351 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:695
|
355 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:700
|
356 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:709
|
357 |
msgid "Authors & Users Extended"
|
358 |
msgstr "Авторы и Продвинутые пользователи"
|
359 |
|
360 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:699
|
361 |
msgid "Hide username field"
|
362 |
msgstr "Скрыть поле с именем пользователя"
|
363 |
|
364 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:705
|
365 |
msgid "Hide name field"
|
366 |
msgstr "Скрыть поле с именем"
|
367 |
|
368 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:710
|
369 |
msgid "Hide email field"
|
370 |
msgstr "Скрыть поле с email"
|
371 |
|
372 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:714
|
373 |
#, fuzzy
|
374 |
msgid "Hide role field"
|
375 |
msgstr "Скрыть поле с именем"
|
376 |
|
377 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:718
|
378 |
msgid "Hide website field"
|
379 |
msgstr "Скрыть поле с адресом сайта"
|
380 |
|
381 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:722
|
382 |
msgid "Hide n. posts field"
|
383 |
msgstr "Скрыть поле с № постов"
|
384 |
|
385 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:727
|
386 |
msgid "WordPress hidden fields"
|
387 |
msgstr "Скрытые поля WordPress"
|
388 |
|
389 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:730
|
390 |
msgid "Show password"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:734
|
394 |
+
msgid "Show confirmation password"
|
395 |
+
msgstr ""
|
396 |
+
|
397 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:738
|
398 |
+
msgid "Show password strength meter"
|
399 |
+
msgstr ""
|
400 |
+
|
401 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:742
|
402 |
msgid "Show first name"
|
403 |
msgstr "Показать имя"
|
404 |
|
405 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:746
|
406 |
msgid "Show last name"
|
407 |
msgstr "Показать фамилию"
|
408 |
|
409 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
|
410 |
msgid "Show nickname"
|
411 |
msgstr "Показать ник"
|
412 |
|
413 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:754
|
414 |
msgid "Show website"
|
415 |
msgstr "Показать адрес сайта"
|
416 |
|
417 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:758
|
418 |
msgid "Show AIM"
|
419 |
msgstr "Показать AIM"
|
420 |
|
421 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:762
|
422 |
msgid "Show Yahoo IM"
|
423 |
msgstr "Показать Yahoo IM"
|
424 |
|
425 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:766
|
426 |
msgid "Show Jabber / Google Talk"
|
427 |
msgstr "Показать Jabber / Google Talk"
|
428 |
|
429 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:770
|
430 |
msgid "Show Biographical Info"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:193
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
434 |
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!"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:200
|
438 |
msgid "Password"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
|
442 |
+
msgid "Password confirmation"
|
443 |
+
msgstr ""
|
444 |
+
|
445 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:240
|
446 |
#, fuzzy
|
447 |
msgid "First name"
|
448 |
msgstr "Показать имя"
|
449 |
|
450 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:260
|
451 |
#, fuzzy
|
452 |
msgid "Last name"
|
453 |
msgstr "Показать фамилию"
|
454 |
|
455 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:280
|
456 |
#, fuzzy
|
457 |
msgid "Nickname"
|
458 |
msgstr "Имя"
|
459 |
|
460 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:300
|
461 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1479
|
462 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1480
|
463 |
msgid "Website"
|
464 |
msgstr "Адрес сайта"
|
465 |
|
466 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
|
467 |
msgid "AIM"
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:340
|
471 |
#, fuzzy
|
472 |
msgid "Yahoo IM"
|
473 |
msgstr "Показать Yahoo IM"
|
474 |
|
475 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:360
|
476 |
#, fuzzy
|
477 |
msgid "Jabber / Google Talk"
|
478 |
msgstr "Показать Jabber / Google Talk"
|
479 |
|
480 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:380
|
481 |
msgid "Biographical Info"
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:699
|
485 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:120
|
486 |
msgid "Fields"
|
487 |
msgstr "Поля"
|
488 |
|
489 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:700
|
490 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:709
|
491 |
msgid "A&U Extended"
|
492 |
msgstr "A и продвинутые П "
|
493 |
|
494 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:704
|
495 |
#, fuzzy
|
496 |
msgid "Users Extended"
|
497 |
msgstr "Список Авторов и продвинутых пользователей"
|
498 |
|
499 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:16
|
500 |
+
#, php-format
|
501 |
+
msgid "File '%s' doesn't exist?"
|
502 |
+
msgstr ""
|
503 |
+
|
504 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:19
|
505 |
+
msgid "The GD image library is not installed."
|
506 |
+
msgstr ""
|
507 |
+
|
508 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:26
|
509 |
+
#, php-format
|
510 |
+
msgid "File '%s' is not an image."
|
511 |
+
msgstr ""
|
512 |
+
|
513 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:40
|
514 |
+
#, php-format
|
515 |
+
msgid "New user registration on your site %s:"
|
516 |
+
msgstr ""
|
517 |
+
|
518 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:41
|
519 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:52
|
520 |
+
#, fuzzy, php-format
|
521 |
+
msgid "Username: %s"
|
522 |
+
msgstr "Имя пользователя"
|
523 |
+
|
524 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:42
|
525 |
+
#, fuzzy, php-format
|
526 |
+
msgid "E-mail: %s"
|
527 |
+
msgstr "e-mail: %s"
|
528 |
+
|
529 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:47
|
530 |
+
#, php-format
|
531 |
+
msgid "[%s] New User Registration"
|
532 |
+
msgstr ""
|
533 |
+
|
534 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:53
|
535 |
+
#, php-format
|
536 |
+
msgid "Password: %s"
|
537 |
+
msgstr ""
|
538 |
+
|
539 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:59
|
540 |
+
#, php-format
|
541 |
+
msgid "[%s] Your username and password"
|
542 |
+
msgstr ""
|
543 |
+
|
544 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:68
|
545 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:75
|
546 |
+
#, php-format
|
547 |
+
msgid "%s: %s"
|
548 |
+
msgstr ""
|
549 |
+
|
550 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:92
|
551 |
+
#, php-format
|
552 |
+
msgid ""
|
553 |
+
"To activate your user, please click the following link:\n"
|
554 |
+
"\n"
|
555 |
+
"%s\n"
|
556 |
+
"\n"
|
557 |
+
"After you activate, you will receive *another email* with your login.\n"
|
558 |
+
"\n"
|
559 |
+
msgstr ""
|
560 |
+
|
561 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:107
|
562 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
563 |
+
msgid "Your account is now active!"
|
564 |
+
msgstr ""
|
565 |
+
|
566 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:108
|
567 |
+
#, php-format
|
568 |
+
msgid "Your site at <a href=\"%1$s\">%2$s</a> is active. You may now log in to your site using your chosen username of “%3$s”. Please check your email inbox at %4$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href=\"%5$s\">reset your password</a></p>."
|
569 |
+
msgstr ""
|
570 |
+
|
571 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:110
|
572 |
+
msgid "An error occurred during the activation"
|
573 |
+
msgstr ""
|
574 |
+
|
575 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
576 |
+
#, fuzzy
|
577 |
+
msgid "Username:"
|
578 |
+
msgstr "Имя пользователя"
|
579 |
+
|
580 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
581 |
+
msgid "Password:"
|
582 |
+
msgstr ""
|
583 |
+
|
584 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:129
|
585 |
+
msgid "Invalid activation key."
|
586 |
+
msgstr ""
|
587 |
+
|
588 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:132
|
589 |
+
msgid "The site is already active."
|
590 |
+
msgstr ""
|
591 |
+
|
592 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:151
|
593 |
+
msgid "Could not create user"
|
594 |
+
msgstr ""
|
595 |
+
|
596 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:163
|
597 |
+
msgid "That username is already activated."
|
598 |
+
msgstr ""
|
599 |
+
|
600 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:182
|
601 |
+
msgid "That username is currently reserved but may be available in a couple of days."
|
602 |
+
msgstr ""
|
603 |
+
|
604 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:185
|
605 |
+
msgid "username and email used"
|
606 |
+
msgstr ""
|
607 |
+
|
608 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:195
|
609 |
+
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."
|
610 |
+
msgstr ""
|
611 |
+
|
612 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:429
|
613 |
+
#, fuzzy
|
614 |
+
msgid "Delete the file"
|
615 |
+
msgstr "Удалить поле"
|
616 |
+
|
617 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:430
|
618 |
+
#, fuzzy
|
619 |
+
msgid "Update the file"
|
620 |
+
msgstr "Обновить поле"
|
621 |
+
|
622 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:434
|
623 |
+
#, fuzzy
|
624 |
+
msgid "Update the picture"
|
625 |
+
msgstr "Обновить поле"
|
626 |
+
|
627 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:454
|
628 |
+
msgid "Picture URL:"
|
629 |
+
msgstr ""
|
630 |
+
|
631 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:14
|
632 |
msgid "Add field"
|
633 |
msgstr "Добавить поле"
|
634 |
|
635 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:15
|
636 |
msgid "Update field"
|
637 |
msgstr "Обновить поле"
|
638 |
|
639 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:16
|
640 |
msgid "Delete field"
|
641 |
msgstr "Удалить поле"
|
642 |
|
643 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:17
|
644 |
msgid "Delete selected fields"
|
645 |
msgstr "Удалить выбранные поля"
|
646 |
|
647 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:18
|
648 |
msgid "Change order"
|
649 |
msgstr "Изменить порядок"
|
650 |
|
651 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:27
|
652 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1063
|
653 |
msgid "Min length"
|
654 |
msgstr "Мин длина"
|
655 |
|
656 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:28
|
657 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1064
|
658 |
msgid "Exact length"
|
659 |
msgstr "Точная длина"
|
660 |
|
661 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:29
|
662 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1065
|
663 |
msgid "Max length"
|
664 |
msgstr "Макс длина"
|
665 |
|
666 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
667 |
msgid "Exact or Max length"
|
668 |
msgstr "Точная или Макс длина"
|
669 |
|
670 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:120
|
671 |
msgid "changed to"
|
672 |
msgstr "изменена на"
|
673 |
|
674 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:123
|
675 |
msgid "You cannot give an order that misses some numbers"
|
676 |
msgstr "Вы не можете установить порядок, который пропускает некоторые числа"
|
677 |
|
678 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:126
|
679 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:197
|
680 |
msgid "Nothing selected"
|
681 |
msgstr "Ничего не выбрано"
|
682 |
|
683 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:194
|
684 |
msgid "Field(s)"
|
685 |
msgstr "Поле(я)"
|
686 |
|
687 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:194
|
688 |
msgid "deleted correctly"
|
689 |
msgstr "удалены правильно"
|
690 |
|
691 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:226
|
692 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1055
|
693 |
msgid "Min size"
|
694 |
msgstr "Мин размер"
|
695 |
|
696 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:227
|
697 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1056
|
698 |
msgid "Exact size"
|
699 |
msgstr "Точный размер"
|
700 |
|
701 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:228
|
702 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1057
|
703 |
msgid "Max size"
|
704 |
msgstr "Макс размер"
|
705 |
|
706 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:230
|
707 |
msgid "Exact or Max size"
|
708 |
msgstr "Точный или Макс размер"
|
709 |
|
710 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:282
|
711 |
msgid "Name not specified"
|
712 |
msgstr "Имя не задано"
|
713 |
|
714 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:284
|
715 |
msgid "Name cannot contains spaces"
|
716 |
msgstr "Имя не должно содержать пробелов"
|
717 |
|
718 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:287
|
719 |
msgid "Label not specified"
|
720 |
msgstr "Метка не выбрана"
|
721 |
|
722 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:292
|
723 |
msgid "not selected (with this type is necessary)"
|
724 |
msgstr "не выбрано (с этим типом необходимо)"
|
725 |
|
726 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:298
|
727 |
msgid "If you select"
|
728 |
msgstr "Если Вы выбрали"
|
729 |
|
730 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:298
|
731 |
msgid "you cannot select Min or Max"
|
732 |
msgstr "Вы не можете выбрать Мин или Макс"
|
733 |
|
734 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:303
|
735 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:308
|
736 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:313
|
737 |
msgid "should be in the range of"
|
738 |
msgstr "должно быть в диапозоне"
|
739 |
|
740 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:323
|
741 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:325
|
742 |
msgid "Equal TO not specified"
|
743 |
msgstr "Равная ЧЕМУ не выбрано"
|
744 |
|
745 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:328
|
746 |
msgid "With checkbox type Equal TO can only be"
|
747 |
msgstr "Может быть только с флажком выбора типа Равная ЧЕМУ"
|
748 |
|
749 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:331
|
750 |
msgid "With radio type Equal TO can only be"
|
751 |
msgstr "Может быть только с переключателем выбора типа Равная ЧЕМУ"
|
752 |
|
753 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:347
|
754 |
msgid "With checkbox type Value can only be"
|
755 |
msgstr "Может быть только с флажками выбора типа Значение"
|
756 |
|
757 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:350
|
758 |
msgid "With radio type Value can only be"
|
759 |
msgstr "Может быть только с переключателем выбора типа Значение"
|
760 |
|
761 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:407
|
762 |
msgid "Field inserted correctly"
|
763 |
msgstr "Поле вставлено корректно"
|
764 |
|
765 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:409
|
766 |
msgid "Field #"
|
767 |
msgstr "Поле #"
|
768 |
|
769 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:409
|
770 |
msgid "updated correctly"
|
771 |
msgstr "обновлено корректно"
|
772 |
|
773 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:412
|
774 |
msgid "Name inserted is just in the database, change to another one"
|
775 |
msgstr "Вставляемое имя уже есть в БД, выберите другое"
|
776 |
|
777 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
778 |
msgid "To add a new field you have to choose a name, type and label; optional are value and description. Rules are applied during user registration."
|
779 |
msgstr "Для добавления нового поля вам необходимо задать имя, тип и метку; значение и описание. Правила применяются в процессе регистрации пользователя."
|
780 |
|
781 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:651
|
782 |
msgid "With <strong>radio</strong> and <strong>checkbox</strong>: <em>Value</em> and <em>equal TO</em> can only be 'Yes' or 'No' that means 'selected' or 'not selected'"
|
783 |
msgstr "С <strong>переключателем(radio)</strong> и <strong>флажками(checkbox)</strong>: <em>Значение</em> и <em>равно ЧЕМУ</em> может быть либо 'Yes', либо 'No' - это означает 'выбрано' или 'не выбрано'"
|
784 |
|
785 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
786 |
msgid "With <strong>drop-down</strong>: you have to add all options into label for example: label/item1,item2,item3"
|
787 |
msgstr "С <strong>выпадающим списком(drop-down)</strong>: вы можете добавить все опции в метку, например: метка/элемент1,элемент2,элемент3"
|
788 |
|
789 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:653
|
790 |
msgid "With <strong>picture</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> means max pixel size (width or height) for thumbnail"
|
791 |
msgstr "С <strong>изображением(picture)</strong>: вы можете предварительно загрузить изображение по умолчанию поместив url в <em>Значение</em>; 'мин,точный,макс размер' в KB; <em>равная ЧЕМУ</em> подразумевает max размер в px (ширина или высота) для превью"
|
792 |
|
793 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:654
|
794 |
msgid "With <strong>picture-url</strong>: you can preload a default image putting url in <em>Value</em>; <em>equal TO</em> means max width pixel size (height will be proportional)"
|
795 |
msgstr "С <strong>picture-url</strong>: вы можете предварительно загрузить изображение по умолчанию поместив url в <em>Значение</em>; <em>равная ЧЕМУ</em> подразумевает max ширину для превью (высота будет установлена пропорционально)"
|
796 |
|
797 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
|
798 |
msgid "With <strong>registration-date</strong>: <em>equal TO</em> means date and time format"
|
799 |
msgstr "С <strong>датой регистрации(registration-date)</strong>: <em>равна ЧЕМУ</em> подразумевает формат даты и времени"
|
800 |
|
801 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:656
|
802 |
#, fuzzy
|
803 |
msgid "With <strong>avatar</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> is automatically set to 512 pixels"
|
804 |
msgstr "С <strong>изображением(picture)</strong>: вы можете предварительно загрузить изображение по умолчанию поместив url в <em>Значение</em>; 'мин,точный,макс размер' в KB; <em>равная ЧЕМУ</em> подразумевает max размер в px (ширина или высота) для превью"
|
805 |
|
806 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:657
|
807 |
#, fuzzy
|
808 |
msgid "With <strong>file</strong>: you can preload a default file putting url in <em>Value</em>; 'min,exact,max size' are in KB; under <em>equal TO</em> can be specified allowed extensions separated by comma, example: zip,pdf,doc"
|
809 |
msgstr "С <strong>изображением(picture)</strong>: вы можете предварительно загрузить изображение по умолчанию поместив url в <em>Значение</em>; 'мин,точный,макс размер' в KB; <em>равная ЧЕМУ</em> подразумевает max размер в px (ширина или высота) для превью"
|
810 |
|
811 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:664
|
812 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:674
|
813 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
814 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1088
|
815 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1464
|
816 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1465
|
817 |
msgid "Name"
|
818 |
msgstr "Имя"
|
819 |
|
820 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:664
|
821 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:675
|
822 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
823 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
|
824 |
msgid "Value"
|
825 |
msgstr "Значение"
|
826 |
|
827 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:665
|
828 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:678
|
829 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
830 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1094
|
831 |
msgid "Type"
|
832 |
msgstr "Тип"
|
833 |
|
834 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
835 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:697
|
836 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:847
|
837 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1116
|
838 |
msgid "Label"
|
839 |
msgstr "Метка"
|
840 |
|
841 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
842 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:698
|
843 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:847
|
844 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1119
|
845 |
msgid "Description"
|
846 |
msgstr "Описание"
|
847 |
|
848 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:667
|
849 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:848
|
850 |
msgid "Rules"
|
851 |
msgstr "Правила"
|
852 |
|
853 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:668
|
854 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:849
|
855 |
msgid "Actions"
|
856 |
msgstr "Действия"
|
857 |
|
858 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
859 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1110
|
860 |
#, fuzzy
|
861 |
msgid "Fieldset"
|
862 |
msgstr "Поля"
|
863 |
|
864 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:710
|
865 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1133
|
866 |
msgid "Can be empty"
|
867 |
msgstr "Может быть пустым"
|
868 |
|
869 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
870 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1134
|
871 |
msgid "Check for E-mail syntax"
|
872 |
msgstr "Проверка синтаксиса E-mail"
|
873 |
|
874 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
875 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1137
|
876 |
msgid "Can be modified"
|
877 |
msgstr "Может быть изменено"
|
878 |
|
879 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:715
|
880 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1138
|
881 |
msgid "Can be modified only if empty"
|
882 |
msgstr "Может быть изменено только если пустое"
|
883 |
|
884 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:716
|
885 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1139
|
886 |
msgid "Can be modified only by admin"
|
887 |
msgstr "Может быть изменено только админом"
|
888 |
|
889 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
890 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1140
|
891 |
msgid "Can be modified only by admin or if empty"
|
892 |
msgstr "Может быть изменено только админом или если пустое"
|
893 |
|
894 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:718
|
895 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1141
|
896 |
msgid "Cannot be modified"
|
897 |
msgstr "Не может быть изменено"
|
898 |
|
899 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:726
|
900 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1146
|
901 |
msgid "Should be equal TO"
|
902 |
msgstr "Долднадолжно быть равно ЧЕМУ"
|
903 |
|
904 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:728
|
905 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1148
|
906 |
msgid "Case sensitive"
|
907 |
msgstr "Чуствительность к регистру"
|
908 |
|
909 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
910 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1150
|
911 |
msgid "Regular Expression"
|
912 |
msgstr ""
|
913 |
|
914 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:734
|
915 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1154
|
916 |
msgid "Show the field in the registration"
|
917 |
msgstr "Показывать поле при регистрации"
|
918 |
|
919 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:737
|
920 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1157
|
921 |
msgid "Show the field in User's profile"
|
922 |
msgstr "Показывать поле в профиле пользователя"
|
923 |
|
924 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:740
|
925 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1166
|
926 |
msgid "Show the field in A&U Extended menu"
|
927 |
msgstr "Показывать поле в меню A&продвинутых П"
|
928 |
|
929 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:743
|
930 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1169
|
931 |
#, fuzzy
|
932 |
msgid "Show the field in the search engine"
|
933 |
msgstr "Показывать поле при регистрации"
|
934 |
|
935 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:746
|
936 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1172
|
937 |
#, fuzzy
|
938 |
msgid "Show the field in the blog"
|
939 |
msgstr "Показывать поле при регистрации"
|
940 |
|
941 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:749
|
942 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1175
|
943 |
#, fuzzy
|
944 |
msgid "Show the field if the role is at least:"
|
945 |
msgstr "Показывать поле при регистрации"
|
946 |
|
947 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:751
|
948 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1177
|
949 |
msgid "Anonymous"
|
950 |
msgstr ""
|
951 |
|
952 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:762
|
953 |
msgid "Clear"
|
954 |
msgstr "Очистить"
|
955 |
|
956 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:810
|
957 |
msgid "Invert selection"
|
958 |
msgstr "Инветировать выбор"
|
959 |
|
960 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:811
|
961 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
962 |
msgstr "Вы действительно хотите удалить поле(я) и данные вставленные в них пользователями?"
|
963 |
|
964 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:817
|
965 |
msgid "WordPress Fields"
|
966 |
msgstr "WordPress Fields"
|
967 |
|
968 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:830
|
969 |
msgid "None!"
|
970 |
msgstr "Нет!"
|
971 |
|
972 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:845
|
973 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1076
|
974 |
msgid "Order"
|
975 |
msgstr "Порядок"
|
976 |
|
977 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1188
|
978 |
msgid "Reset"
|
979 |
msgstr "Сброс"
|
980 |
|
981 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1239
|
982 |
#, fuzzy
|
983 |
msgid "select"
|
984 |
msgstr "Удалить"
|
985 |
|
986 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1342
|
987 |
#, php-format
|
988 |
msgid "Users Matching \"%s\""
|
989 |
msgstr ""
|
990 |
|
991 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1346
|
992 |
#, fuzzy
|
993 |
msgid "Users Extended List"
|
994 |
msgstr "Список Авторов и продвинутых пользователей"
|
995 |
|
996 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1348
|
997 |
msgid "Authors & Users Extended List"
|
998 |
msgstr "Список Авторов и продвинутых пользователей"
|
999 |
|
1000 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1387
|
1001 |
+
#, php-format
|
1002 |
+
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
1003 |
+
msgstr ""
|
1004 |
+
|
1005 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1399
|
1006 |
msgid "Search Users"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1425
|
1010 |
msgid "« Back to All Users"
|
1011 |
msgstr ""
|
1012 |
|
1013 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1431
|
1014 |
#, fuzzy
|
1015 |
msgid "Users per page"
|
1016 |
msgstr "Таблица данных пользователей"
|
1017 |
|
1018 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1446
|
1019 |
msgid "Apply"
|
1020 |
msgstr ""
|
1021 |
|
1022 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1459
|
1023 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1460
|
1024 |
msgid "Username"
|
1025 |
msgstr "Имя пользователя"
|
1026 |
|
1027 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1469
|
1028 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1470
|
1029 |
msgid "E-mail"
|
1030 |
msgstr "E-mail"
|
1031 |
|
1032 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1474
|
1033 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1475
|
1034 |
#, fuzzy
|
1035 |
msgid "Role"
|
1036 |
msgstr "Правила"
|
1037 |
|
1038 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1484
|
1039 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1485
|
1040 |
msgid "Posts"
|
1041 |
msgstr "Сообщения"
|
1042 |
|
1043 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1594
|
1044 |
msgid "View posts by this author"
|
1045 |
msgstr "Просмотреть сообщения этого автора"
|
1046 |
|
1047 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1625
|
1048 |
#, php-format
|
1049 |
msgid "e-mail: %s"
|
1050 |
msgstr "e-mail: %s"
|
1051 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1052 |
#~ msgid "Disable get_cimyFieldValue function"
|
1053 |
#~ msgstr "Отключить функцию get_cimyFieldValue"
|
1054 |
#~ msgid "leave disabled if you don't know what to do"
|
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:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Marco Cimmino <cimmino.marco@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -16,842 +16,1023 @@ 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/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
msgid "WordPress Fields table emptied"
|
21 |
msgstr "Wordpress-tabell tömdes"
|
22 |
|
23 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
24 |
msgid "WordPress Fields table deleted"
|
25 |
msgstr "WordPress-tabell borttagen"
|
26 |
|
27 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
28 |
msgid "Extra Fields table emptied"
|
29 |
msgstr "Extrafältstabellsfält tömdes"
|
30 |
|
31 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
32 |
msgid "Extra Fields table deleted"
|
33 |
msgstr "Extra tabel fälter bottagen"
|
34 |
|
35 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
36 |
msgid "Users Data table emptied"
|
37 |
msgstr "Användardatatabellen tömdes"
|
38 |
|
39 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
40 |
msgid "Users Data table deleted"
|
41 |
msgstr "Användardatatabellen borttagen "
|
42 |
|
43 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
44 |
msgid "Options set to default values"
|
45 |
msgstr "Inställningar nollställda"
|
46 |
|
47 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
48 |
msgid "Options deleted"
|
49 |
msgstr "Inställninger borttagna"
|
50 |
|
51 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
52 |
msgid "Options changed"
|
53 |
msgstr "Inställningar ändrade"
|
54 |
|
55 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
56 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
60 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
61 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
62 |
msgid "Options"
|
63 |
msgstr "Inställningar"
|
64 |
|
65 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
66 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
67 |
msgid "Add a new Field"
|
68 |
msgstr "Lägg till ett fält"
|
69 |
|
70 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
71 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
72 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
73 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:
|
74 |
msgid "Extra Fields"
|
75 |
msgstr "Extrafält"
|
76 |
|
77 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
78 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
msgid "SUCCESSFUL"
|
80 |
msgstr "FRAMGÅNGSRIKT"
|
81 |
|
82 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
83 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
84 |
msgid "Save Changes"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
88 |
msgid "General"
|
89 |
msgstr "Allmän"
|
90 |
|
91 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
92 |
msgid "installed is"
|
93 |
msgstr "är installerad"
|
94 |
|
95 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
96 |
msgid "OPTIONS DELETED!"
|
97 |
msgstr "INSTÄLLNINGAR BORTTAGNA"
|
98 |
|
99 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
100 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
101 |
msgid "Fix the problem"
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
105 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
106 |
msgstr "VERSIONSKONFLIKT! deaktivera och aktivera pluginen efter uppdatering!"
|
107 |
|
108 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
109 |
msgid "Picture/Avatar upload"
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
113 |
msgid "is created and writable"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
117 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
msgid "Database"
|
122 |
msgstr "Databas"
|
123 |
|
124 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
125 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
126 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
127 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
128 |
msgid "select action"
|
129 |
msgstr "Välj åtgärd"
|
130 |
|
131 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
132 |
msgid "Default values"
|
133 |
msgstr "Standardvärden"
|
134 |
|
135 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
136 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
137 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
138 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
139 |
msgid "Delete"
|
140 |
msgstr "Ta bort"
|
141 |
|
142 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
143 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
144 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
145 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
146 |
msgid "NOT PRESENT"
|
147 |
msgstr "EXISTERAR EJ"
|
148 |
|
149 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
150 |
msgid "WordPress Fields table"
|
151 |
msgstr "WordPress Fälttabell"
|
152 |
|
153 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
154 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
155 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
156 |
msgid "Empty"
|
157 |
msgstr "Töm"
|
158 |
|
159 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
160 |
msgid "Extra Fields table"
|
161 |
msgstr "Extra Fälttabell"
|
162 |
|
163 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
164 |
msgid "Users Data table"
|
165 |
msgstr "Användardatatabell"
|
166 |
|
167 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
168 |
msgid "all data inserted by users in all and only extra fields"
|
169 |
msgstr "all data skapad av användare "
|
170 |
|
171 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
172 |
msgid "Force tables creation"
|
173 |
msgstr "Forcera skapande av tabeller"
|
174 |
|
175 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
176 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
180 |
msgid "User Profile"
|
181 |
msgstr "Användarprofil"
|
182 |
|
183 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
184 |
msgid "Extra Fields section title"
|
185 |
msgstr "Titel för fältsektion"
|
186 |
|
187 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
188 |
msgid "Fieldset's titles, separates with comma"
|
189 |
msgstr "Fältsektionstitlar, separerade med kommatecken"
|
190 |
|
191 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
192 |
msgid "example: title1,title2,title3"
|
193 |
msgstr "tex.: Titel1,Titel2,Titel3"
|
194 |
|
195 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
196 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
200 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
201 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
202 |
msgid "Authors & Users Extended"
|
203 |
msgstr "Utökad författar- och användarhantering"
|
204 |
|
205 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
206 |
msgid "Hide username field"
|
207 |
msgstr "Göm fältet användarnamn"
|
208 |
|
209 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
210 |
msgid "Hide name field"
|
211 |
msgstr "Göm fältet namn"
|
212 |
|
213 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
214 |
msgid "Hide email field"
|
215 |
msgstr "Göm fältet e-post"
|
216 |
|
217 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
218 |
msgid "Hide role field"
|
219 |
msgstr "Göm fältet roll"
|
220 |
|
221 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
222 |
msgid "Hide website field"
|
223 |
msgstr "Göm fältet webbsajt"
|
224 |
|
225 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
226 |
msgid "Hide n. posts field"
|
227 |
msgstr "Göm n. postfält"
|
228 |
|
229 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
230 |
msgid "WordPress hidden fields"
|
231 |
msgstr "Wordpress gömda fält"
|
232 |
|
233 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
234 |
msgid "Show password"
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
238 |
msgid "Show first name"
|
239 |
msgstr "Visa förnamn"
|
240 |
|
241 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
242 |
msgid "Show last name"
|
243 |
msgstr "Visa efternamn"
|
244 |
|
245 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
246 |
msgid "Show nickname"
|
247 |
msgstr "Visa smeknamn"
|
248 |
|
249 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
250 |
msgid "Show website"
|
251 |
msgstr "Visa webbsajt"
|
252 |
|
253 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
254 |
msgid "Show AIM"
|
255 |
msgstr "Visa AIM"
|
256 |
|
257 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
258 |
msgid "Show Yahoo IM"
|
259 |
msgstr "Visa Yahoo IM"
|
260 |
|
261 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
262 |
msgid "Show Jabber / Google Talk"
|
263 |
msgstr "Visa Jabber / Google Talk"
|
264 |
|
265 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:
|
266 |
msgid "Show Biographical Info"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/
|
270 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:729
|
271 |
-
#, fuzzy
|
272 |
-
msgid "Please upload a file with one of the following extensions"
|
273 |
-
msgstr "Ladda upp en bild med en av följlande filändelser"
|
274 |
-
|
275 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:298
|
276 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:735
|
277 |
-
msgid "Please upload an image with one of the following extensions"
|
278 |
-
msgstr "Ladda upp en bild med en av följlande filändelser"
|
279 |
-
|
280 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:422
|
281 |
-
#, fuzzy
|
282 |
-
msgid "Delete the file"
|
283 |
-
msgstr "Ta bort bild"
|
284 |
-
|
285 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:423
|
286 |
-
#, fuzzy
|
287 |
-
msgid "Update the file"
|
288 |
-
msgstr "Uppdatra bild"
|
289 |
-
|
290 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:426
|
291 |
-
msgid "Delete the picture"
|
292 |
-
msgstr "Ta bort bild"
|
293 |
-
|
294 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:427
|
295 |
-
msgid "Update the picture"
|
296 |
-
msgstr "Uppdatra bild"
|
297 |
-
|
298 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:447
|
299 |
-
msgid "Picture URL:"
|
300 |
-
msgstr ""
|
301 |
-
|
302 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:215
|
303 |
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!"
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
307 |
msgid "Password"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
|
|
|
|
|
|
|
|
311 |
msgid "First name"
|
312 |
msgstr "Förnamn"
|
313 |
|
314 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
315 |
msgid "Last name"
|
316 |
msgstr "Efternamn"
|
317 |
|
318 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
319 |
msgid "Nickname"
|
320 |
msgstr "Smeknamn"
|
321 |
|
322 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
323 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
324 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
325 |
msgid "Website"
|
326 |
msgstr "Webbsajt"
|
327 |
|
328 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
329 |
msgid "AIM"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
333 |
msgid "Yahoo IM"
|
334 |
msgstr "Yahoo IM"
|
335 |
|
336 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
337 |
msgid "Jabber / Google Talk"
|
338 |
msgstr "Jabber / Google Talk"
|
339 |
|
340 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
341 |
msgid "Biographical Info"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
345 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
346 |
msgid "Fields"
|
347 |
msgstr "Fält"
|
348 |
|
349 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
350 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
351 |
msgid "A&U Extended"
|
352 |
msgstr "F&A Utökat"
|
353 |
|
354 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:
|
355 |
msgid "Users Extended"
|
356 |
msgstr "Extra fält för användare"
|
357 |
|
358 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
359 |
msgid "Add field"
|
360 |
msgstr "Lägg till fält"
|
361 |
|
362 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
363 |
msgid "Update field"
|
364 |
msgstr "Uppdatera fält"
|
365 |
|
366 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
367 |
msgid "Delete field"
|
368 |
msgstr "Ta bort fält"
|
369 |
|
370 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
371 |
msgid "Delete selected fields"
|
372 |
msgstr "Ta bort valda fälter"
|
373 |
|
374 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
375 |
msgid "Change order"
|
376 |
msgstr "Ändra ordning"
|
377 |
|
378 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
379 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
380 |
msgid "Min length"
|
381 |
msgstr "Min. längd"
|
382 |
|
383 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
384 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
385 |
msgid "Exact length"
|
386 |
msgstr "Exakt längd"
|
387 |
|
388 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
389 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
390 |
msgid "Max length"
|
391 |
msgstr "Max. längd"
|
392 |
|
393 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
394 |
msgid "Exact or Max length"
|
395 |
msgstr "Exakt eller max. längd"
|
396 |
|
397 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
398 |
msgid "changed to"
|
399 |
msgstr "ändrad till"
|
400 |
|
401 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
402 |
msgid "You cannot give an order that misses some numbers"
|
403 |
msgstr "Du kan inte ange en ordningsföljd där vissa nummer saknas"
|
404 |
|
405 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
406 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
407 |
msgid "Nothing selected"
|
408 |
msgstr "Inget valt"
|
409 |
|
410 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
411 |
msgid "Field(s)"
|
412 |
msgstr "Fält"
|
413 |
|
414 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
415 |
msgid "deleted correctly"
|
416 |
msgstr "korrekt raderade"
|
417 |
|
418 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
419 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
420 |
msgid "Min size"
|
421 |
msgstr "Min. storlek"
|
422 |
|
423 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
424 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
425 |
msgid "Exact size"
|
426 |
msgstr "Exakt storlek"
|
427 |
|
428 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
429 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
430 |
msgid "Max size"
|
431 |
msgstr "Max. storlek"
|
432 |
|
433 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
434 |
msgid "Exact or Max size"
|
435 |
msgstr "Exakt eller Max. storlek"
|
436 |
|
437 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
438 |
msgid "Name not specified"
|
439 |
msgstr "Namn ej angivet"
|
440 |
|
441 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
442 |
msgid "Name cannot contains spaces"
|
443 |
msgstr "Namnet får inte ha mellanrum"
|
444 |
|
445 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
446 |
msgid "Label not specified"
|
447 |
msgstr "Etikett ej angiven"
|
448 |
|
449 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
450 |
msgid "not selected (with this type is necessary)"
|
451 |
msgstr "Ej vald (krävs vid denna typ)"
|
452 |
|
453 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
454 |
msgid "If you select"
|
455 |
msgstr "Om du väljer"
|
456 |
|
457 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
458 |
msgid "you cannot select Min or Max"
|
459 |
msgstr "Min eller Max kan ej väljas"
|
460 |
|
461 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
462 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
463 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
464 |
msgid "should be in the range of"
|
465 |
msgstr "skall vara mellan"
|
466 |
|
467 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
468 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
469 |
msgid "Equal TO not specified"
|
470 |
msgstr "Lika MED ej angivet"
|
471 |
|
472 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
473 |
msgid "With checkbox type Equal TO can only be"
|
474 |
msgstr "När typen är checkbox kan LIKA MED endast vara"
|
475 |
|
476 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
477 |
msgid "With radio type Equal TO can only be"
|
478 |
msgstr "När typen är radio kan LIKA MED endast vara"
|
479 |
|
480 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
481 |
msgid "With checkbox type Value can only be"
|
482 |
msgstr "När typen är checkbox kan värde endast vara"
|
483 |
|
484 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
485 |
msgid "With radio type Value can only be"
|
486 |
msgstr "När typen är radio kan värde endast vara"
|
487 |
|
488 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
489 |
msgid "Field inserted correctly"
|
490 |
msgstr "Fält upplagt korrekt"
|
491 |
|
492 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
493 |
msgid "Field #"
|
494 |
msgstr "Fält #"
|
495 |
|
496 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
497 |
msgid "updated correctly"
|
498 |
msgstr "korrekt uppdaterat"
|
499 |
|
500 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
501 |
msgid "Name inserted is just in the database, change to another one"
|
502 |
msgstr "Namnet du valt är redan i bruk, välj ett annat"
|
503 |
|
504 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
505 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:352
|
506 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:357
|
507 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:378
|
508 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:390
|
509 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:397
|
510 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:408
|
511 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:414
|
512 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:426
|
513 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
514 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:444
|
515 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
516 |
-
msgid "ERROR"
|
517 |
-
msgstr "FEL"
|
518 |
-
|
519 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
520 |
msgid "To add a new field you have to choose a name, type and label; optional are value and description. Rules are applied during user registration."
|
521 |
msgstr "För att lägga till ett nytt fält, måste du välja ett namn, en typ och en etikett; ej tvingande fält är värde och beskrivning. Vid registrering av användare måste detta regelverk följas."
|
522 |
|
523 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
524 |
msgid "With <strong>radio</strong> and <strong>checkbox</strong>: <em>Value</em> and <em>equal TO</em> can only be 'Yes' or 'No' that means 'selected' or 'not selected'"
|
525 |
msgstr "Med <strong>radio</strong> och <strong>checkbox</strong>: <em>Värde</em> och <em>LIKA MED</em> kan bara vara 'Yes' eller 'No', som betyder vald eller ej vald."
|
526 |
|
527 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
528 |
msgid "With <strong>drop-down</strong>: you have to add all options into label for example: label/item1,item2,item3"
|
529 |
msgstr "<strong>drop-down</strong>: Du måste ange alla alternativ i etikett t.ex: Etikett/värde1,värde2,värde3"
|
530 |
|
531 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
532 |
msgid "With <strong>picture</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> means max pixel size (width or height) for thumbnail"
|
533 |
msgstr "Med <strong>bild</strong>: Du kan använde en standard bild med (URL) under <em>Värde</em>; 'min, exakt, max störleken' angiven i KB;<em>LIKA MED</em> betyder max pixelstörlek (höjd eller bredd) för tumnagelbild."
|
534 |
|
535 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
536 |
msgid "With <strong>picture-url</strong>: you can preload a default image putting url in <em>Value</em>; <em>equal TO</em> means max width pixel size (height will be proportional)"
|
537 |
msgstr "Med <strong>bild-url</strong>: Du kan anger en standardbild genom (URL) under <em>Värde</em>; <em>LIKA MED</em> betyder max pixelbred (höjden justeras proportioneligt)."
|
538 |
|
539 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
540 |
msgid "With <strong>registration-date</strong>: <em>equal TO</em> means date and time format"
|
541 |
msgstr "Med <strong>registration-datum</strong>: <em>LIKA MED</em> betyder datum- och tidsformat."
|
542 |
|
543 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
544 |
msgid "With <strong>avatar</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> is automatically set to 512 pixels"
|
545 |
msgstr "Med <strong>avatar</strong>: kan du använda en standardbild med (URL) under <em>Värde</em>; 'min, exakt, max storleken' angiven i KB;<em>LIKA MED</em> betyder max pixelstorlek (höjd eller bredd) för tumnagelbild."
|
546 |
|
547 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
548 |
#, fuzzy
|
549 |
msgid "With <strong>file</strong>: you can preload a default file putting url in <em>Value</em>; 'min,exact,max size' are in KB; under <em>equal TO</em> can be specified allowed extensions separated by comma, example: zip,pdf,doc"
|
550 |
msgstr "Med <strong>bild</strong>: Du kan använde en standard bild med (URL) under <em>Värde</em>; 'min, exakt, max störleken' angiven i KB;<em>LIKA MED</em> betyder max pixelstörlek (höjd eller bredd) för tumnagelbild."
|
551 |
|
552 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
553 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
554 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
555 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
556 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
557 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
558 |
msgid "Name"
|
559 |
msgstr "Namn"
|
560 |
|
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 |
-
#: /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 "Value"
|
566 |
msgstr "Värde"
|
567 |
|
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 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
571 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
572 |
msgid "Type"
|
573 |
msgstr "Typ"
|
574 |
|
575 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
576 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
577 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
578 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
579 |
msgid "Label"
|
580 |
msgstr "Etikett"
|
581 |
|
582 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
583 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
584 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
585 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
586 |
msgid "Description"
|
587 |
msgstr "Beskrivning"
|
588 |
|
589 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
590 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
591 |
msgid "Rules"
|
592 |
msgstr "Regler"
|
593 |
|
594 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
595 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
596 |
msgid "Actions"
|
597 |
msgstr "Åtgärder"
|
598 |
|
599 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
600 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
601 |
msgid "Fieldset"
|
602 |
msgstr "Fältsektion"
|
603 |
|
604 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
605 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
606 |
msgid "Can be empty"
|
607 |
msgstr "Kan vara töm"
|
608 |
|
609 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
610 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
611 |
msgid "Check for E-mail syntax"
|
612 |
msgstr "Kontrollera epostadressen"
|
613 |
|
614 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
615 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
616 |
msgid "Can be modified"
|
617 |
msgstr "Kan ändras"
|
618 |
|
619 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
620 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
621 |
msgid "Can be modified only if empty"
|
622 |
msgstr "Kan ändras endast om fältet är tomt"
|
623 |
|
624 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
625 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
626 |
msgid "Can be modified only by admin"
|
627 |
msgstr "Kan endast ändras av en administratör"
|
628 |
|
629 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
630 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
631 |
msgid "Can be modified only by admin or if empty"
|
632 |
msgstr "Kan ändras endast av en administratör eller om fältet är tomt"
|
633 |
|
634 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
635 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
636 |
msgid "Cannot be modified"
|
637 |
msgstr "Kan inte ändras"
|
638 |
|
639 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
640 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
641 |
msgid "Should be equal TO"
|
642 |
msgstr "Skall vara LIKA MED"
|
643 |
|
644 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
645 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
646 |
msgid "Case sensitive"
|
647 |
msgstr "Skiftlägeskänslig"
|
648 |
|
649 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
650 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
651 |
msgid "Regular Expression"
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
655 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
656 |
msgid "Show the field in the registration"
|
657 |
msgstr "Visa fält vid registrering"
|
658 |
|
659 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
660 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
661 |
msgid "Show the field in User's profile"
|
662 |
msgstr "Visa fält i Användarprofil"
|
663 |
|
664 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
665 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
666 |
msgid "Show the field in A&U Extended menu"
|
667 |
msgstr "Visa fält i menyn F&A Utökat"
|
668 |
|
669 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
670 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
671 |
#, fuzzy
|
672 |
msgid "Show the field in the search engine"
|
673 |
msgstr "Visa fält vid registrering"
|
674 |
|
675 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
676 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
677 |
#, fuzzy
|
678 |
msgid "Show the field in the blog"
|
679 |
msgstr "Visa fält vid registrering"
|
680 |
|
681 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
682 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
683 |
#, fuzzy
|
684 |
msgid "Show the field if the role is at least:"
|
685 |
msgstr "Visa fält vid registrering"
|
686 |
|
687 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
688 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
689 |
msgid "Anonymous"
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
693 |
msgid "Clear"
|
694 |
msgstr "Nollställ"
|
695 |
|
696 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
697 |
msgid "Invert selection"
|
698 |
msgstr "Omvänd markering"
|
699 |
|
700 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
701 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
702 |
msgstr "Är du säker på at du vill ta bort detta fält och all ev data som matats in?"
|
703 |
|
704 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
705 |
msgid "WordPress Fields"
|
706 |
msgstr "WordPress-fält"
|
707 |
|
708 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
709 |
msgid "None!"
|
710 |
msgstr "Ingen!"
|
711 |
|
712 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
713 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
714 |
msgid "Order"
|
715 |
msgstr "Ordningsföljd"
|
716 |
|
717 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
718 |
msgid "Reset"
|
719 |
msgstr "Nollställ"
|
720 |
|
721 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
722 |
#, fuzzy
|
723 |
msgid "select"
|
724 |
msgstr "Ta bort"
|
725 |
|
726 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
727 |
#, php-format
|
728 |
msgid "Users Matching \"%s\""
|
729 |
msgstr "Användare som Matchar \"%s\""
|
730 |
|
731 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
732 |
msgid "Users Extended List"
|
733 |
msgstr "Lista med extra fält för användaren"
|
734 |
|
735 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
736 |
msgid "Authors & Users Extended List"
|
737 |
msgstr "Lista över författare & användare (utökat)"
|
738 |
|
739 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
|
|
|
|
|
|
|
|
|
|
740 |
msgid "Search Users"
|
741 |
msgstr "Sök Användare"
|
742 |
|
743 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
744 |
msgid "« Back to All Users"
|
745 |
msgstr "« Tillbaka till Alla Användare"
|
746 |
|
747 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
748 |
msgid "Users per page"
|
749 |
msgstr "Användare per sida"
|
750 |
|
751 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
752 |
msgid "Apply"
|
753 |
msgstr ""
|
754 |
|
755 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
756 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
757 |
msgid "Username"
|
758 |
msgstr "Användarnamn"
|
759 |
|
760 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
761 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
762 |
msgid "E-mail"
|
763 |
msgstr "E-post"
|
764 |
|
765 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
766 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
767 |
msgid "Role"
|
768 |
msgstr "Roll"
|
769 |
|
770 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
771 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
772 |
msgid "Posts"
|
773 |
msgstr "Postningar"
|
774 |
|
775 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
776 |
msgid "View posts by this author"
|
777 |
msgstr "Visa postningar av dessa skribent"
|
778 |
|
779 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:
|
780 |
#, php-format
|
781 |
msgid "e-mail: %s"
|
782 |
msgstr "e-post: %s"
|
783 |
|
784 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:327
|
785 |
-
msgid "no fieldset"
|
786 |
-
msgstr "Ingen fältsektion"
|
787 |
-
|
788 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:16
|
789 |
-
#, php-format
|
790 |
-
msgid "File '%s' doesn't exist?"
|
791 |
-
msgstr ""
|
792 |
-
|
793 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:19
|
794 |
-
msgid "The GD image library is not installed."
|
795 |
-
msgstr ""
|
796 |
-
|
797 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:26
|
798 |
-
#, php-format
|
799 |
-
msgid "File '%s' is not an image."
|
800 |
-
msgstr ""
|
801 |
-
|
802 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:352
|
803 |
-
msgid "hasn’t a correct email syntax."
|
804 |
-
msgstr "epostadressen har ett felaktigt format"
|
805 |
-
|
806 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:357
|
807 |
-
msgid "couldn’t be empty."
|
808 |
-
msgstr "måste anges."
|
809 |
-
|
810 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:377
|
811 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:386
|
812 |
-
msgid "isn’t correct"
|
813 |
-
msgstr "är ej korrekt"
|
814 |
-
|
815 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:383
|
816 |
-
msgid "YES"
|
817 |
-
msgstr "JA"
|
818 |
-
|
819 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:383
|
820 |
-
msgid "NO"
|
821 |
-
msgstr "NEJ"
|
822 |
-
|
823 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:388
|
824 |
-
msgid "should be"
|
825 |
-
msgstr "skall vara"
|
826 |
-
|
827 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:397
|
828 |
-
msgid "should be an image."
|
829 |
-
msgstr "borde vara en bild."
|
830 |
-
|
831 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:408
|
832 |
-
msgid "couldn’t have size less than"
|
833 |
-
msgstr "får inte vara mindre än"
|
834 |
-
|
835 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:414
|
836 |
-
msgid "couldn’t have length less than"
|
837 |
-
msgstr "får inte vara kortare än"
|
838 |
-
|
839 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:426
|
840 |
-
msgid "couldn’t have size different than"
|
841 |
-
msgstr "får inte ha en storlek skiljd från"
|
842 |
-
|
843 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
844 |
-
msgid "couldn’t have length different than"
|
845 |
-
msgstr "får inte ha en annan längd än"
|
846 |
-
|
847 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:444
|
848 |
-
msgid "couldn’t have size more than"
|
849 |
-
msgstr "får inte vara större än"
|
850 |
-
|
851 |
-
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
852 |
-
msgid "couldn’t have length more than"
|
853 |
-
msgstr "får inte vara längre än"
|
854 |
-
|
855 |
#~ msgid "Disable get_cimyFieldValue function"
|
856 |
#~ msgstr "Slå av funktionen get_cimyFieldValue"
|
857 |
#~ msgid "leave disabled if you don't know what to do"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Cimy User Extra Fields\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-08-11 00:59+0300\n"
|
6 |
+
"PO-Revision-Date: 2010-08-11 00: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:432
|
20 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:436
|
21 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
22 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:471
|
23 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:483
|
24 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:490
|
25 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:501
|
26 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:507
|
27 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:519
|
28 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:525
|
29 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:537
|
30 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:543
|
31 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:567
|
32 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:435
|
33 |
+
msgid "ERROR"
|
34 |
+
msgstr "FEL"
|
35 |
+
|
36 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:432
|
37 |
+
msgid "does not match."
|
38 |
+
msgstr ""
|
39 |
+
|
40 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:436
|
41 |
+
msgid "hasn’t a correct email syntax."
|
42 |
+
msgstr "epostadressen har ett felaktigt format"
|
43 |
+
|
44 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:450
|
45 |
+
msgid "couldn’t be empty."
|
46 |
+
msgstr "måste anges."
|
47 |
+
|
48 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:470
|
49 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:479
|
50 |
+
msgid "isn’t correct"
|
51 |
+
msgstr "är ej korrekt"
|
52 |
+
|
53 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:476
|
54 |
+
msgid "YES"
|
55 |
+
msgstr "JA"
|
56 |
+
|
57 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:476
|
58 |
+
msgid "NO"
|
59 |
+
msgstr "NEJ"
|
60 |
+
|
61 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:481
|
62 |
+
msgid "should be"
|
63 |
+
msgstr "skall vara"
|
64 |
+
|
65 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:490
|
66 |
+
msgid "should be an image."
|
67 |
+
msgstr "borde vara en bild."
|
68 |
+
|
69 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:501
|
70 |
+
msgid "couldn’t have size less than"
|
71 |
+
msgstr "får inte vara mindre än"
|
72 |
+
|
73 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:507
|
74 |
+
msgid "couldn’t have length less than"
|
75 |
+
msgstr "får inte vara kortare än"
|
76 |
+
|
77 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:519
|
78 |
+
msgid "couldn’t have size different than"
|
79 |
+
msgstr "får inte ha en storlek skiljd från"
|
80 |
+
|
81 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:525
|
82 |
+
msgid "couldn’t have length different than"
|
83 |
+
msgstr "får inte ha en annan längd än"
|
84 |
+
|
85 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:537
|
86 |
+
msgid "couldn’t have size more than"
|
87 |
+
msgstr "får inte vara större än"
|
88 |
+
|
89 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:543
|
90 |
+
msgid "couldn’t have length more than"
|
91 |
+
msgstr "får inte vara längre än"
|
92 |
+
|
93 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:567
|
94 |
+
msgid "Typed code is not correct."
|
95 |
+
msgstr ""
|
96 |
+
|
97 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:840
|
98 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:299
|
99 |
+
#, fuzzy
|
100 |
+
msgid "Please upload a file with one of the following extensions"
|
101 |
+
msgstr "Ladda upp en bild med en av följlande filändelser"
|
102 |
+
|
103 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:846
|
104 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:363
|
105 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:305
|
106 |
+
msgid "Please upload an image with one of the following extensions"
|
107 |
+
msgstr "Ladda upp en bild med en av följlande filändelser"
|
108 |
+
|
109 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:926
|
110 |
+
msgid "Strength indicator"
|
111 |
+
msgstr ""
|
112 |
+
|
113 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:927
|
114 |
+
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 ! \\\" ? $ % ^ & )."
|
115 |
+
msgstr ""
|
116 |
+
|
117 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_functions.php:418
|
118 |
+
msgid "no fieldset"
|
119 |
+
msgstr "Ingen fältsektion"
|
120 |
+
|
121 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:40
|
122 |
msgid "WordPress Fields table emptied"
|
123 |
msgstr "Wordpress-tabell tömdes"
|
124 |
|
125 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:45
|
126 |
msgid "WordPress Fields table deleted"
|
127 |
msgstr "WordPress-tabell borttagen"
|
128 |
|
129 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:54
|
130 |
msgid "Extra Fields table emptied"
|
131 |
msgstr "Extrafältstabellsfält tömdes"
|
132 |
|
133 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:59
|
134 |
msgid "Extra Fields table deleted"
|
135 |
msgstr "Extra tabel fälter bottagen"
|
136 |
|
137 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:68
|
138 |
msgid "Users Data table emptied"
|
139 |
msgstr "Användardatatabellen tömdes"
|
140 |
|
141 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:73
|
142 |
msgid "Users Data table deleted"
|
143 |
msgstr "Användardatatabellen borttagen "
|
144 |
|
145 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:84
|
146 |
msgid "Options set to default values"
|
147 |
msgstr "Inställningar nollställda"
|
148 |
|
149 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:90
|
150 |
msgid "Options deleted"
|
151 |
msgstr "Inställninger borttagna"
|
152 |
|
153 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:339
|
154 |
msgid "Options changed"
|
155 |
msgstr "Inställningar ändrade"
|
156 |
|
157 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:453
|
158 |
msgid "This operation will create/update all missing tables/options, do you want to proceed?"
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:465
|
162 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:601
|
163 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:698
|
164 |
msgid "Options"
|
165 |
msgstr "Inställningar"
|
166 |
|
167 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:468
|
168 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:427
|
169 |
msgid "Add a new Field"
|
170 |
msgstr "Lägg till ett fält"
|
171 |
|
172 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:468
|
173 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:819
|
174 |
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:114
|
175 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_db.php:241
|
176 |
msgid "Extra Fields"
|
177 |
msgstr "Extrafält"
|
178 |
|
179 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:474
|
180 |
+
msgid "Support the Cimy Project"
|
181 |
+
msgstr ""
|
182 |
+
|
183 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:482
|
184 |
+
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!"
|
185 |
+
msgstr ""
|
186 |
+
|
187 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:492
|
188 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:454
|
189 |
msgid "SUCCESSFUL"
|
190 |
msgstr "FRAMGÅNGSRIKT"
|
191 |
|
192 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:505
|
193 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:775
|
194 |
msgid "Save Changes"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:506
|
198 |
msgid "General"
|
199 |
msgstr "Allmän"
|
200 |
|
201 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:514
|
202 |
msgid "installed is"
|
203 |
msgstr "är installerad"
|
204 |
|
205 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:518
|
206 |
msgid "OPTIONS DELETED!"
|
207 |
msgstr "INSTÄLLNINGAR BORTTAGNA"
|
208 |
|
209 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:521
|
210 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:526
|
211 |
msgid "Fix the problem"
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:524
|
215 |
msgid "VERSIONS MISMATCH! This because you haven't de-activated and re-activated the plug-in after the update! This could give problems..."
|
216 |
msgstr "VERSIONSKONFLIKT! deaktivera och aktivera pluginen efter uppdatering!"
|
217 |
|
218 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:532
|
219 |
msgid "Picture/Avatar upload"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:536
|
223 |
msgid "is created and writable"
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:538
|
227 |
msgid "is NOT created or webserver does NOT have permission to write on it"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:545
|
231 |
+
#, fuzzy
|
232 |
+
msgid "Show all fields in the welcome email"
|
233 |
+
msgstr "Visa fält vid registrering"
|
234 |
+
|
235 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:549
|
236 |
+
msgid "the email sent to the admin and to the user upon registration will have all fields"
|
237 |
+
msgstr ""
|
238 |
+
|
239 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:557
|
240 |
+
msgid "Enable email confirmation"
|
241 |
+
msgstr ""
|
242 |
+
|
243 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:561
|
244 |
+
msgid "user that registers should confirm its email address via a link click"
|
245 |
+
msgstr ""
|
246 |
+
|
247 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:569
|
248 |
+
msgid "Enable <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">reCAPTCHA</a>"
|
249 |
+
msgstr ""
|
250 |
+
|
251 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:573
|
252 |
+
msgid "Public KEY"
|
253 |
+
msgstr ""
|
254 |
+
|
255 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:577
|
256 |
+
msgid "Private KEY"
|
257 |
+
msgstr ""
|
258 |
+
|
259 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:584
|
260 |
+
msgid "Change login/registration page logo"
|
261 |
+
msgstr ""
|
262 |
+
|
263 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:589
|
264 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:433
|
265 |
+
msgid "Delete the picture"
|
266 |
+
msgstr "Ta bort bild"
|
267 |
+
|
268 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:592
|
269 |
+
msgid "Maximum recommended logo width is 328px, but any height should work."
|
270 |
+
msgstr ""
|
271 |
+
|
272 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:598
|
273 |
msgid "Database"
|
274 |
msgstr "Databas"
|
275 |
|
276 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:607
|
277 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:625
|
278 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:644
|
279 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:661
|
280 |
msgid "select action"
|
281 |
msgstr "Välj åtgärd"
|
282 |
|
283 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:608
|
284 |
msgid "Default values"
|
285 |
msgstr "Standardvärden"
|
286 |
|
287 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:609
|
288 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:627
|
289 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:646
|
290 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:663
|
291 |
msgid "Delete"
|
292 |
msgstr "Ta bort"
|
293 |
|
294 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:613
|
295 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:632
|
296 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:650
|
297 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:668
|
298 |
msgid "NOT PRESENT"
|
299 |
msgstr "EXISTERAR EJ"
|
300 |
|
301 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:618
|
302 |
msgid "WordPress Fields table"
|
303 |
msgstr "WordPress Fälttabell"
|
304 |
|
305 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:626
|
306 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:645
|
307 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:662
|
308 |
msgid "Empty"
|
309 |
msgstr "Töm"
|
310 |
|
311 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:638
|
312 |
msgid "Extra Fields table"
|
313 |
msgstr "Extra Fälttabell"
|
314 |
|
315 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:655
|
316 |
msgid "Users Data table"
|
317 |
msgstr "Användardatatabell"
|
318 |
|
319 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:665
|
320 |
msgid "all data inserted by users in all and only extra fields"
|
321 |
msgstr "all data skapad av användare "
|
322 |
|
323 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:673
|
324 |
msgid "Force tables creation"
|
325 |
msgstr "Forcera skapande av tabeller"
|
326 |
|
327 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:676
|
328 |
msgid "equivalent to de-activate and activate the plug-in; no other operation will be performed"
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:682
|
332 |
msgid "User Profile"
|
333 |
msgstr "Användarprofil"
|
334 |
|
335 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:685
|
336 |
msgid "Extra Fields section title"
|
337 |
msgstr "Titel för fältsektion"
|
338 |
|
339 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:689
|
340 |
msgid "Fieldset's titles, separates with comma"
|
341 |
msgstr "Fältsektionstitlar, separerade med kommatecken"
|
342 |
|
343 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:689
|
344 |
msgid "example: title1,title2,title3"
|
345 |
msgstr "tex.: Titel1,Titel2,Titel3"
|
346 |
|
347 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:690
|
348 |
msgid "<strong>note:</strong> if you change order or remove fieldsets you may need to set all extra fields' fieldset assigment again"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:695
|
352 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:700
|
353 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:709
|
354 |
msgid "Authors & Users Extended"
|
355 |
msgstr "Utökad författar- och användarhantering"
|
356 |
|
357 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:699
|
358 |
msgid "Hide username field"
|
359 |
msgstr "Göm fältet användarnamn"
|
360 |
|
361 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:705
|
362 |
msgid "Hide name field"
|
363 |
msgstr "Göm fältet namn"
|
364 |
|
365 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:710
|
366 |
msgid "Hide email field"
|
367 |
msgstr "Göm fältet e-post"
|
368 |
|
369 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:714
|
370 |
msgid "Hide role field"
|
371 |
msgstr "Göm fältet roll"
|
372 |
|
373 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:718
|
374 |
msgid "Hide website field"
|
375 |
msgstr "Göm fältet webbsajt"
|
376 |
|
377 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:722
|
378 |
msgid "Hide n. posts field"
|
379 |
msgstr "Göm n. postfält"
|
380 |
|
381 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:727
|
382 |
msgid "WordPress hidden fields"
|
383 |
msgstr "Wordpress gömda fält"
|
384 |
|
385 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:730
|
386 |
msgid "Show password"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:734
|
390 |
+
msgid "Show confirmation password"
|
391 |
+
msgstr ""
|
392 |
+
|
393 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:738
|
394 |
+
msgid "Show password strength meter"
|
395 |
+
msgstr ""
|
396 |
+
|
397 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:742
|
398 |
msgid "Show first name"
|
399 |
msgstr "Visa förnamn"
|
400 |
|
401 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:746
|
402 |
msgid "Show last name"
|
403 |
msgstr "Visa efternamn"
|
404 |
|
405 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:750
|
406 |
msgid "Show nickname"
|
407 |
msgstr "Visa smeknamn"
|
408 |
|
409 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:754
|
410 |
msgid "Show website"
|
411 |
msgstr "Visa webbsajt"
|
412 |
|
413 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:758
|
414 |
msgid "Show AIM"
|
415 |
msgstr "Visa AIM"
|
416 |
|
417 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:762
|
418 |
msgid "Show Yahoo IM"
|
419 |
msgstr "Visa Yahoo IM"
|
420 |
|
421 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:766
|
422 |
msgid "Show Jabber / Google Talk"
|
423 |
msgstr "Visa Jabber / Google Talk"
|
424 |
|
425 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_options.php:770
|
426 |
msgid "Show Biographical Info"
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:193
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
430 |
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!"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:200
|
434 |
msgid "Password"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:220
|
438 |
+
msgid "Password confirmation"
|
439 |
+
msgstr ""
|
440 |
+
|
441 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:240
|
442 |
msgid "First name"
|
443 |
msgstr "Förnamn"
|
444 |
|
445 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:260
|
446 |
msgid "Last name"
|
447 |
msgstr "Efternamn"
|
448 |
|
449 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:280
|
450 |
msgid "Nickname"
|
451 |
msgstr "Smeknamn"
|
452 |
|
453 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:300
|
454 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1479
|
455 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1480
|
456 |
msgid "Website"
|
457 |
msgstr "Webbsajt"
|
458 |
|
459 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:320
|
460 |
msgid "AIM"
|
461 |
msgstr ""
|
462 |
|
463 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:340
|
464 |
msgid "Yahoo IM"
|
465 |
msgstr "Yahoo IM"
|
466 |
|
467 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:360
|
468 |
msgid "Jabber / Google Talk"
|
469 |
msgstr "Jabber / Google Talk"
|
470 |
|
471 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:380
|
472 |
msgid "Biographical Info"
|
473 |
msgstr ""
|
474 |
|
475 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:699
|
476 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:120
|
477 |
msgid "Fields"
|
478 |
msgstr "Fält"
|
479 |
|
480 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:700
|
481 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:709
|
482 |
msgid "A&U Extended"
|
483 |
msgstr "F&A Utökat"
|
484 |
|
485 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_user_extra_fields.php:704
|
486 |
msgid "Users Extended"
|
487 |
msgstr "Extra fält för användare"
|
488 |
|
489 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:16
|
490 |
+
#, php-format
|
491 |
+
msgid "File '%s' doesn't exist?"
|
492 |
+
msgstr ""
|
493 |
+
|
494 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:19
|
495 |
+
msgid "The GD image library is not installed."
|
496 |
+
msgstr ""
|
497 |
+
|
498 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_missing_functions.php:26
|
499 |
+
#, php-format
|
500 |
+
msgid "File '%s' is not an image."
|
501 |
+
msgstr ""
|
502 |
+
|
503 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:40
|
504 |
+
#, php-format
|
505 |
+
msgid "New user registration on your site %s:"
|
506 |
+
msgstr ""
|
507 |
+
|
508 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:41
|
509 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:52
|
510 |
+
#, fuzzy, php-format
|
511 |
+
msgid "Username: %s"
|
512 |
+
msgstr "Användarnamn"
|
513 |
+
|
514 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:42
|
515 |
+
#, fuzzy, php-format
|
516 |
+
msgid "E-mail: %s"
|
517 |
+
msgstr "e-post: %s"
|
518 |
+
|
519 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:47
|
520 |
+
#, php-format
|
521 |
+
msgid "[%s] New User Registration"
|
522 |
+
msgstr ""
|
523 |
+
|
524 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:53
|
525 |
+
#, php-format
|
526 |
+
msgid "Password: %s"
|
527 |
+
msgstr ""
|
528 |
+
|
529 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:59
|
530 |
+
#, php-format
|
531 |
+
msgid "[%s] Your username and password"
|
532 |
+
msgstr ""
|
533 |
+
|
534 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:68
|
535 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:75
|
536 |
+
#, php-format
|
537 |
+
msgid "%s: %s"
|
538 |
+
msgstr ""
|
539 |
+
|
540 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:92
|
541 |
+
#, php-format
|
542 |
+
msgid ""
|
543 |
+
"To activate your user, please click the following link:\n"
|
544 |
+
"\n"
|
545 |
+
"%s\n"
|
546 |
+
"\n"
|
547 |
+
"After you activate, you will receive *another email* with your login.\n"
|
548 |
+
"\n"
|
549 |
+
msgstr ""
|
550 |
+
|
551 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:107
|
552 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
553 |
+
msgid "Your account is now active!"
|
554 |
+
msgstr ""
|
555 |
+
|
556 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:108
|
557 |
+
#, php-format
|
558 |
+
msgid "Your site at <a href=\"%1$s\">%2$s</a> is active. You may now log in to your site using your chosen username of “%3$s”. Please check your email inbox at %4$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href=\"%5$s\">reset your password</a></p>."
|
559 |
+
msgstr ""
|
560 |
+
|
561 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:110
|
562 |
+
msgid "An error occurred during the activation"
|
563 |
+
msgstr ""
|
564 |
+
|
565 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
566 |
+
#, fuzzy
|
567 |
+
msgid "Username:"
|
568 |
+
msgstr "Användarnamn"
|
569 |
+
|
570 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:116
|
571 |
+
msgid "Password:"
|
572 |
+
msgstr ""
|
573 |
+
|
574 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:129
|
575 |
+
msgid "Invalid activation key."
|
576 |
+
msgstr ""
|
577 |
+
|
578 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:132
|
579 |
+
msgid "The site is already active."
|
580 |
+
msgstr ""
|
581 |
+
|
582 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:151
|
583 |
+
msgid "Could not create user"
|
584 |
+
msgstr ""
|
585 |
+
|
586 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:163
|
587 |
+
msgid "That username is already activated."
|
588 |
+
msgstr ""
|
589 |
+
|
590 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:182
|
591 |
+
msgid "That username is currently reserved but may be available in a couple of days."
|
592 |
+
msgstr ""
|
593 |
+
|
594 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:185
|
595 |
+
msgid "username and email used"
|
596 |
+
msgstr ""
|
597 |
+
|
598 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_email_validation.php:195
|
599 |
+
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."
|
600 |
+
msgstr ""
|
601 |
+
|
602 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:429
|
603 |
+
#, fuzzy
|
604 |
+
msgid "Delete the file"
|
605 |
+
msgstr "Ta bort bild"
|
606 |
+
|
607 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:430
|
608 |
+
#, fuzzy
|
609 |
+
msgid "Update the file"
|
610 |
+
msgstr "Uppdatra bild"
|
611 |
+
|
612 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:434
|
613 |
+
msgid "Update the picture"
|
614 |
+
msgstr "Uppdatra bild"
|
615 |
+
|
616 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_profile.php:454
|
617 |
+
msgid "Picture URL:"
|
618 |
+
msgstr ""
|
619 |
+
|
620 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:14
|
621 |
msgid "Add field"
|
622 |
msgstr "Lägg till fält"
|
623 |
|
624 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:15
|
625 |
msgid "Update field"
|
626 |
msgstr "Uppdatera fält"
|
627 |
|
628 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:16
|
629 |
msgid "Delete field"
|
630 |
msgstr "Ta bort fält"
|
631 |
|
632 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:17
|
633 |
msgid "Delete selected fields"
|
634 |
msgstr "Ta bort valda fälter"
|
635 |
|
636 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:18
|
637 |
msgid "Change order"
|
638 |
msgstr "Ändra ordning"
|
639 |
|
640 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:27
|
641 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1063
|
642 |
msgid "Min length"
|
643 |
msgstr "Min. längd"
|
644 |
|
645 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:28
|
646 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1064
|
647 |
msgid "Exact length"
|
648 |
msgstr "Exakt längd"
|
649 |
|
650 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:29
|
651 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1065
|
652 |
msgid "Max length"
|
653 |
msgstr "Max. längd"
|
654 |
|
655 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:30
|
656 |
msgid "Exact or Max length"
|
657 |
msgstr "Exakt eller max. längd"
|
658 |
|
659 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:120
|
660 |
msgid "changed to"
|
661 |
msgstr "ändrad till"
|
662 |
|
663 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:123
|
664 |
msgid "You cannot give an order that misses some numbers"
|
665 |
msgstr "Du kan inte ange en ordningsföljd där vissa nummer saknas"
|
666 |
|
667 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:126
|
668 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:197
|
669 |
msgid "Nothing selected"
|
670 |
msgstr "Inget valt"
|
671 |
|
672 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:194
|
673 |
msgid "Field(s)"
|
674 |
msgstr "Fält"
|
675 |
|
676 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:194
|
677 |
msgid "deleted correctly"
|
678 |
msgstr "korrekt raderade"
|
679 |
|
680 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:226
|
681 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1055
|
682 |
msgid "Min size"
|
683 |
msgstr "Min. storlek"
|
684 |
|
685 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:227
|
686 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1056
|
687 |
msgid "Exact size"
|
688 |
msgstr "Exakt storlek"
|
689 |
|
690 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:228
|
691 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1057
|
692 |
msgid "Max size"
|
693 |
msgstr "Max. storlek"
|
694 |
|
695 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:230
|
696 |
msgid "Exact or Max size"
|
697 |
msgstr "Exakt eller Max. storlek"
|
698 |
|
699 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:282
|
700 |
msgid "Name not specified"
|
701 |
msgstr "Namn ej angivet"
|
702 |
|
703 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:284
|
704 |
msgid "Name cannot contains spaces"
|
705 |
msgstr "Namnet får inte ha mellanrum"
|
706 |
|
707 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:287
|
708 |
msgid "Label not specified"
|
709 |
msgstr "Etikett ej angiven"
|
710 |
|
711 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:292
|
712 |
msgid "not selected (with this type is necessary)"
|
713 |
msgstr "Ej vald (krävs vid denna typ)"
|
714 |
|
715 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:298
|
716 |
msgid "If you select"
|
717 |
msgstr "Om du väljer"
|
718 |
|
719 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:298
|
720 |
msgid "you cannot select Min or Max"
|
721 |
msgstr "Min eller Max kan ej väljas"
|
722 |
|
723 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:303
|
724 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:308
|
725 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:313
|
726 |
msgid "should be in the range of"
|
727 |
msgstr "skall vara mellan"
|
728 |
|
729 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:323
|
730 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:325
|
731 |
msgid "Equal TO not specified"
|
732 |
msgstr "Lika MED ej angivet"
|
733 |
|
734 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:328
|
735 |
msgid "With checkbox type Equal TO can only be"
|
736 |
msgstr "När typen är checkbox kan LIKA MED endast vara"
|
737 |
|
738 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:331
|
739 |
msgid "With radio type Equal TO can only be"
|
740 |
msgstr "När typen är radio kan LIKA MED endast vara"
|
741 |
|
742 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:347
|
743 |
msgid "With checkbox type Value can only be"
|
744 |
msgstr "När typen är checkbox kan värde endast vara"
|
745 |
|
746 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:350
|
747 |
msgid "With radio type Value can only be"
|
748 |
msgstr "När typen är radio kan värde endast vara"
|
749 |
|
750 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:407
|
751 |
msgid "Field inserted correctly"
|
752 |
msgstr "Fält upplagt korrekt"
|
753 |
|
754 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:409
|
755 |
msgid "Field #"
|
756 |
msgstr "Fält #"
|
757 |
|
758 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:409
|
759 |
msgid "updated correctly"
|
760 |
msgstr "korrekt uppdaterat"
|
761 |
|
762 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:412
|
763 |
msgid "Name inserted is just in the database, change to another one"
|
764 |
msgstr "Namnet du valt är redan i bruk, välj ett annat"
|
765 |
|
766 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:649
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
767 |
msgid "To add a new field you have to choose a name, type and label; optional are value and description. Rules are applied during user registration."
|
768 |
msgstr "För att lägga till ett nytt fält, måste du välja ett namn, en typ och en etikett; ej tvingande fält är värde och beskrivning. Vid registrering av användare måste detta regelverk följas."
|
769 |
|
770 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:651
|
771 |
msgid "With <strong>radio</strong> and <strong>checkbox</strong>: <em>Value</em> and <em>equal TO</em> can only be 'Yes' or 'No' that means 'selected' or 'not selected'"
|
772 |
msgstr "Med <strong>radio</strong> och <strong>checkbox</strong>: <em>Värde</em> och <em>LIKA MED</em> kan bara vara 'Yes' eller 'No', som betyder vald eller ej vald."
|
773 |
|
774 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:652
|
775 |
msgid "With <strong>drop-down</strong>: you have to add all options into label for example: label/item1,item2,item3"
|
776 |
msgstr "<strong>drop-down</strong>: Du måste ange alla alternativ i etikett t.ex: Etikett/värde1,värde2,värde3"
|
777 |
|
778 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:653
|
779 |
msgid "With <strong>picture</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> means max pixel size (width or height) for thumbnail"
|
780 |
msgstr "Med <strong>bild</strong>: Du kan använde en standard bild med (URL) under <em>Värde</em>; 'min, exakt, max störleken' angiven i KB;<em>LIKA MED</em> betyder max pixelstörlek (höjd eller bredd) för tumnagelbild."
|
781 |
|
782 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:654
|
783 |
msgid "With <strong>picture-url</strong>: you can preload a default image putting url in <em>Value</em>; <em>equal TO</em> means max width pixel size (height will be proportional)"
|
784 |
msgstr "Med <strong>bild-url</strong>: Du kan anger en standardbild genom (URL) under <em>Värde</em>; <em>LIKA MED</em> betyder max pixelbred (höjden justeras proportioneligt)."
|
785 |
|
786 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:655
|
787 |
msgid "With <strong>registration-date</strong>: <em>equal TO</em> means date and time format"
|
788 |
msgstr "Med <strong>registration-datum</strong>: <em>LIKA MED</em> betyder datum- och tidsformat."
|
789 |
|
790 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:656
|
791 |
msgid "With <strong>avatar</strong>: you can preload a default image putting url in <em>Value</em>; 'min,exact,max size' are in KB; <em>equal TO</em> is automatically set to 512 pixels"
|
792 |
msgstr "Med <strong>avatar</strong>: kan du använda en standardbild med (URL) under <em>Värde</em>; 'min, exakt, max storleken' angiven i KB;<em>LIKA MED</em> betyder max pixelstorlek (höjd eller bredd) för tumnagelbild."
|
793 |
|
794 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:657
|
795 |
#, fuzzy
|
796 |
msgid "With <strong>file</strong>: you can preload a default file putting url in <em>Value</em>; 'min,exact,max size' are in KB; under <em>equal TO</em> can be specified allowed extensions separated by comma, example: zip,pdf,doc"
|
797 |
msgstr "Med <strong>bild</strong>: Du kan använde en standard bild med (URL) under <em>Värde</em>; 'min, exakt, max störleken' angiven i KB;<em>LIKA MED</em> betyder max pixelstörlek (höjd eller bredd) för tumnagelbild."
|
798 |
|
799 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:664
|
800 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:674
|
801 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
802 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1088
|
803 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1464
|
804 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1465
|
805 |
msgid "Name"
|
806 |
msgstr "Namn"
|
807 |
|
808 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:664
|
809 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:675
|
810 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
811 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1091
|
812 |
msgid "Value"
|
813 |
msgstr "Värde"
|
814 |
|
815 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:665
|
816 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:678
|
817 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:846
|
818 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1094
|
819 |
msgid "Type"
|
820 |
msgstr "Typ"
|
821 |
|
822 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
823 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:697
|
824 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:847
|
825 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1116
|
826 |
msgid "Label"
|
827 |
msgstr "Etikett"
|
828 |
|
829 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:666
|
830 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:698
|
831 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:847
|
832 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1119
|
833 |
msgid "Description"
|
834 |
msgstr "Beskrivning"
|
835 |
|
836 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:667
|
837 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:848
|
838 |
msgid "Rules"
|
839 |
msgstr "Regler"
|
840 |
|
841 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:668
|
842 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:849
|
843 |
msgid "Actions"
|
844 |
msgstr "Åtgärder"
|
845 |
|
846 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:692
|
847 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1110
|
848 |
msgid "Fieldset"
|
849 |
msgstr "Fältsektion"
|
850 |
|
851 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:710
|
852 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1133
|
853 |
msgid "Can be empty"
|
854 |
msgstr "Kan vara töm"
|
855 |
|
856 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:711
|
857 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1134
|
858 |
msgid "Check for E-mail syntax"
|
859 |
msgstr "Kontrollera epostadressen"
|
860 |
|
861 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:714
|
862 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1137
|
863 |
msgid "Can be modified"
|
864 |
msgstr "Kan ändras"
|
865 |
|
866 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:715
|
867 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1138
|
868 |
msgid "Can be modified only if empty"
|
869 |
msgstr "Kan ändras endast om fältet är tomt"
|
870 |
|
871 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:716
|
872 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1139
|
873 |
msgid "Can be modified only by admin"
|
874 |
msgstr "Kan endast ändras av en administratör"
|
875 |
|
876 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:717
|
877 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1140
|
878 |
msgid "Can be modified only by admin or if empty"
|
879 |
msgstr "Kan ändras endast av en administratör eller om fältet är tomt"
|
880 |
|
881 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:718
|
882 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1141
|
883 |
msgid "Cannot be modified"
|
884 |
msgstr "Kan inte ändras"
|
885 |
|
886 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:726
|
887 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1146
|
888 |
msgid "Should be equal TO"
|
889 |
msgstr "Skall vara LIKA MED"
|
890 |
|
891 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:728
|
892 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1148
|
893 |
msgid "Case sensitive"
|
894 |
msgstr "Skiftlägeskänslig"
|
895 |
|
896 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:731
|
897 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1150
|
898 |
msgid "Regular Expression"
|
899 |
msgstr ""
|
900 |
|
901 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:734
|
902 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1154
|
903 |
msgid "Show the field in the registration"
|
904 |
msgstr "Visa fält vid registrering"
|
905 |
|
906 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:737
|
907 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1157
|
908 |
msgid "Show the field in User's profile"
|
909 |
msgstr "Visa fält i Användarprofil"
|
910 |
|
911 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:740
|
912 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1166
|
913 |
msgid "Show the field in A&U Extended menu"
|
914 |
msgstr "Visa fält i menyn F&A Utökat"
|
915 |
|
916 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:743
|
917 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1169
|
918 |
#, fuzzy
|
919 |
msgid "Show the field in the search engine"
|
920 |
msgstr "Visa fält vid registrering"
|
921 |
|
922 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:746
|
923 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1172
|
924 |
#, fuzzy
|
925 |
msgid "Show the field in the blog"
|
926 |
msgstr "Visa fält vid registrering"
|
927 |
|
928 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:749
|
929 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1175
|
930 |
#, fuzzy
|
931 |
msgid "Show the field if the role is at least:"
|
932 |
msgstr "Visa fält vid registrering"
|
933 |
|
934 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:751
|
935 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1177
|
936 |
msgid "Anonymous"
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:762
|
940 |
msgid "Clear"
|
941 |
msgstr "Nollställ"
|
942 |
|
943 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:810
|
944 |
msgid "Invert selection"
|
945 |
msgstr "Omvänd markering"
|
946 |
|
947 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:811
|
948 |
msgid "Are you sure you want to delete field(s) and all data inserted into by users?"
|
949 |
msgstr "Är du säker på at du vill ta bort detta fält och all ev data som matats in?"
|
950 |
|
951 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:817
|
952 |
msgid "WordPress Fields"
|
953 |
msgstr "WordPress-fält"
|
954 |
|
955 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:830
|
956 |
msgid "None!"
|
957 |
msgstr "Ingen!"
|
958 |
|
959 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:845
|
960 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1076
|
961 |
msgid "Order"
|
962 |
msgstr "Ordningsföljd"
|
963 |
|
964 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1188
|
965 |
msgid "Reset"
|
966 |
msgstr "Nollställ"
|
967 |
|
968 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1239
|
969 |
#, fuzzy
|
970 |
msgid "select"
|
971 |
msgstr "Ta bort"
|
972 |
|
973 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1342
|
974 |
#, php-format
|
975 |
msgid "Users Matching \"%s\""
|
976 |
msgstr "Användare som Matchar \"%s\""
|
977 |
|
978 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1346
|
979 |
msgid "Users Extended List"
|
980 |
msgstr "Lista med extra fält för användaren"
|
981 |
|
982 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1348
|
983 |
msgid "Authors & Users Extended List"
|
984 |
msgstr "Lista över författare & användare (utökat)"
|
985 |
|
986 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1387
|
987 |
+
#, php-format
|
988 |
+
msgid "%1$s <span class=\"count\">(%2$s)</span>"
|
989 |
+
msgstr ""
|
990 |
+
|
991 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1399
|
992 |
msgid "Search Users"
|
993 |
msgstr "Sök Användare"
|
994 |
|
995 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1425
|
996 |
msgid "« Back to All Users"
|
997 |
msgstr "« Tillbaka till Alla Användare"
|
998 |
|
999 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1431
|
1000 |
msgid "Users per page"
|
1001 |
msgstr "Användare per sida"
|
1002 |
|
1003 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1446
|
1004 |
msgid "Apply"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1459
|
1008 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1460
|
1009 |
msgid "Username"
|
1010 |
msgstr "Användarnamn"
|
1011 |
|
1012 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1469
|
1013 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1470
|
1014 |
msgid "E-mail"
|
1015 |
msgstr "E-post"
|
1016 |
|
1017 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1474
|
1018 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1475
|
1019 |
msgid "Role"
|
1020 |
msgstr "Roll"
|
1021 |
|
1022 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1484
|
1023 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1485
|
1024 |
msgid "Posts"
|
1025 |
msgstr "Postningar"
|
1026 |
|
1027 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1594
|
1028 |
msgid "View posts by this author"
|
1029 |
msgstr "Visa postningar av dessa skribent"
|
1030 |
|
1031 |
+
#: /var/www/wp-content/plugins/cimy-user-extra-fields/cimy_uef_admin.php:1625
|
1032 |
#, php-format
|
1033 |
msgid "e-mail: %s"
|
1034 |
msgstr "e-post: %s"
|
1035 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1036 |
#~ msgid "Disable get_cimyFieldValue function"
|
1037 |
#~ msgstr "Slå av funktionen get_cimyFieldValue"
|
1038 |
#~ msgid "leave disabled if you don't know what to do"
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ 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
|
6 |
-
Requires at least:
|
7 |
-
Tested up to:
|
8 |
Stable tag: 1.5.3
|
9 |
|
10 |
Add some useful fields to registration and user's info
|
@@ -46,11 +46,11 @@ The plug-in adds two new menu voices in the admin for the administrator and two
|
|
46 |
|
47 |
= Two new menus are: =
|
48 |
|
49 |
-
WordPress and WordPress
|
50 |
1. "Users -> A&U Extended" - lets you show users lists with the new fields that are created
|
51 |
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.
|
52 |
|
53 |
-
Wordpress
|
54 |
1. "Site Admin -> Users Extended" - lets you show users lists with the new fields that are created
|
55 |
2. "Site 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.
|
56 |
|
@@ -105,19 +105,22 @@ http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/faq-an
|
|
105 |
= WordPress: =
|
106 |
Just copy whole cimy-user-extra-fields subdir into your plug-in directory and activate it
|
107 |
|
108 |
-
= WordPress
|
109 |
-
There are two supported ways of using this plug-in under WordPress
|
110 |
|
111 |
1. Unique registration
|
112 |
-
If you want that ALL Blogs on your
|
113 |
-
Every blog will have shared registration page and only the
|
114 |
-
* unpack the package under 'mu-plugins' directory
|
|
|
|
|
115 |
|
116 |
2. Per-Blog registration
|
117 |
If you want that every single Blog can define its own Extra Fields then you should choose this installation.
|
118 |
-
Every registration will have Extra Fields defined by single blogs, every user will have anyway WordPress fields shared with ALL Blogs, this how it works WordPress
|
119 |
-
* unpack the package under 'plugins' directory;
|
120 |
-
*
|
|
|
121 |
|
122 |
== Screenshots ==
|
123 |
|
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
|
6 |
+
Requires at least: 3.0
|
7 |
+
Tested up to: 3.0
|
8 |
Stable tag: 1.5.3
|
9 |
|
10 |
Add some useful fields to registration and user's info
|
46 |
|
47 |
= Two new menus are: =
|
48 |
|
49 |
+
WordPress and WordPress MultiSite per-blog registration:
|
50 |
1. "Users -> A&U Extended" - lets you show users lists with the new fields that are created
|
51 |
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.
|
52 |
|
53 |
+
Wordpress MultiSite unique registration:
|
54 |
1. "Site Admin -> Users Extended" - lets you show users lists with the new fields that are created
|
55 |
2. "Site 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.
|
56 |
|
105 |
= WordPress: =
|
106 |
Just copy whole cimy-user-extra-fields subdir into your plug-in directory and activate it
|
107 |
|
108 |
+
= WordPress MultiSite: =
|
109 |
+
There are two supported ways of using this plug-in under WordPress MultiSite:
|
110 |
|
111 |
1. Unique registration
|
112 |
+
If you want that ALL Blogs on your MultiSite installation follow the same registration with the same fields this is the case for you.
|
113 |
+
Every blog will have shared registration page and only the Super Admin can change it.
|
114 |
+
* unpack the package under 'wp-content/mu-plugins' directory (if this directory does not exist, create it);
|
115 |
+
* be sure that cimy_user_extra_fields.php is outside Cimy folder (move it if necessary);
|
116 |
+
* go to "Site Admin -> Cimy User Extra Fields", press "Fix the problem" button and confirm.
|
117 |
|
118 |
2. Per-Blog registration
|
119 |
If you want that every single Blog can define its own Extra Fields then you should choose this installation.
|
120 |
+
Every registration will have Extra Fields defined by single blogs, every user will have anyway WordPress fields shared with ALL Blogs, this how it works WordPress MultiSite.
|
121 |
+
* unpack the package under 'wp-content/plugins' directory;
|
122 |
+
* be sure that cimy_uef_mu_activation.php is installed under 'wp-content/mu-plugins' directory (if this directory does not exist, create it);
|
123 |
+
* then every single blog will have it under "Plugins" section.
|
124 |
|
125 |
== Screenshots ==
|
126 |
|
recaptcha/LICENSE
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Copyright (c) 2007 reCAPTCHA -- http://recaptcha.net
|
2 |
+
AUTHORS:
|
3 |
+
Mike Crawford
|
4 |
+
Ben Maurer
|
5 |
+
|
6 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
7 |
+
of this software and associated documentation files (the "Software"), to deal
|
8 |
+
in the Software without restriction, including without limitation the rights
|
9 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
10 |
+
copies of the Software, and to permit persons to whom the Software is
|
11 |
+
furnished to do so, subject to the following conditions:
|
12 |
+
|
13 |
+
The above copyright notice and this permission notice shall be included in
|
14 |
+
all copies or substantial portions of the Software.
|
15 |
+
|
16 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
17 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
18 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
19 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
20 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
21 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
22 |
+
THE SOFTWARE.
|
recaptcha/recaptchalib.php
ADDED
@@ -0,0 +1,277 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/*
|
3 |
+
* This is a PHP library that handles calling reCAPTCHA.
|
4 |
+
* - Documentation and latest version
|
5 |
+
* http://recaptcha.net/plugins/php/
|
6 |
+
* - Get a reCAPTCHA API Key
|
7 |
+
* https://www.google.com/recaptcha/admin/create
|
8 |
+
* - Discussion group
|
9 |
+
* http://groups.google.com/group/recaptcha
|
10 |
+
*
|
11 |
+
* Copyright (c) 2007 reCAPTCHA -- http://recaptcha.net
|
12 |
+
* AUTHORS:
|
13 |
+
* Mike Crawford
|
14 |
+
* Ben Maurer
|
15 |
+
*
|
16 |
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
17 |
+
* of this software and associated documentation files (the "Software"), to deal
|
18 |
+
* in the Software without restriction, including without limitation the rights
|
19 |
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
20 |
+
* copies of the Software, and to permit persons to whom the Software is
|
21 |
+
* furnished to do so, subject to the following conditions:
|
22 |
+
*
|
23 |
+
* The above copyright notice and this permission notice shall be included in
|
24 |
+
* all copies or substantial portions of the Software.
|
25 |
+
*
|
26 |
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
27 |
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
28 |
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
29 |
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
30 |
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
31 |
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
32 |
+
* THE SOFTWARE.
|
33 |
+
*/
|
34 |
+
|
35 |
+
/**
|
36 |
+
* The reCAPTCHA server URL's
|
37 |
+
*/
|
38 |
+
define("RECAPTCHA_API_SERVER", "http://www.google.com/recaptcha/api");
|
39 |
+
define("RECAPTCHA_API_SECURE_SERVER", "https://www.google.com/recaptcha/api");
|
40 |
+
define("RECAPTCHA_VERIFY_SERVER", "www.google.com");
|
41 |
+
|
42 |
+
/**
|
43 |
+
* Encodes the given data into a query string format
|
44 |
+
* @param $data - array of string elements to be encoded
|
45 |
+
* @return string - encoded request
|
46 |
+
*/
|
47 |
+
function _recaptcha_qsencode ($data) {
|
48 |
+
$req = "";
|
49 |
+
foreach ( $data as $key => $value )
|
50 |
+
$req .= $key . '=' . urlencode( stripslashes($value) ) . '&';
|
51 |
+
|
52 |
+
// Cut the last '&'
|
53 |
+
$req=substr($req,0,strlen($req)-1);
|
54 |
+
return $req;
|
55 |
+
}
|
56 |
+
|
57 |
+
|
58 |
+
|
59 |
+
/**
|
60 |
+
* Submits an HTTP POST to a reCAPTCHA server
|
61 |
+
* @param string $host
|
62 |
+
* @param string $path
|
63 |
+
* @param array $data
|
64 |
+
* @param int port
|
65 |
+
* @return array response
|
66 |
+
*/
|
67 |
+
function _recaptcha_http_post($host, $path, $data, $port = 80) {
|
68 |
+
|
69 |
+
$req = _recaptcha_qsencode ($data);
|
70 |
+
|
71 |
+
$http_request = "POST $path HTTP/1.0\r\n";
|
72 |
+
$http_request .= "Host: $host\r\n";
|
73 |
+
$http_request .= "Content-Type: application/x-www-form-urlencoded;\r\n";
|
74 |
+
$http_request .= "Content-Length: " . strlen($req) . "\r\n";
|
75 |
+
$http_request .= "User-Agent: reCAPTCHA/PHP\r\n";
|
76 |
+
$http_request .= "\r\n";
|
77 |
+
$http_request .= $req;
|
78 |
+
|
79 |
+
$response = '';
|
80 |
+
if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) {
|
81 |
+
die ('Could not open socket');
|
82 |
+
}
|
83 |
+
|
84 |
+
fwrite($fs, $http_request);
|
85 |
+
|
86 |
+
while ( !feof($fs) )
|
87 |
+
$response .= fgets($fs, 1160); // One TCP-IP packet
|
88 |
+
fclose($fs);
|
89 |
+
$response = explode("\r\n\r\n", $response, 2);
|
90 |
+
|
91 |
+
return $response;
|
92 |
+
}
|
93 |
+
|
94 |
+
|
95 |
+
|
96 |
+
/**
|
97 |
+
* Gets the challenge HTML (javascript and non-javascript version).
|
98 |
+
* This is called from the browser, and the resulting reCAPTCHA HTML widget
|
99 |
+
* is embedded within the HTML form it was called from.
|
100 |
+
* @param string $pubkey A public key for reCAPTCHA
|
101 |
+
* @param string $error The error given by reCAPTCHA (optional, default is null)
|
102 |
+
* @param boolean $use_ssl Should the request be made over ssl? (optional, default is false)
|
103 |
+
|
104 |
+
* @return string - The HTML to be embedded in the user's form.
|
105 |
+
*/
|
106 |
+
function recaptcha_get_html ($pubkey, $error = null, $use_ssl = false)
|
107 |
+
{
|
108 |
+
if ($pubkey == null || $pubkey == '') {
|
109 |
+
die ("To use reCAPTCHA you must get an API key from <a href='https://www.google.com/recaptcha/admin/create'>https://www.google.com/recaptcha/admin/create</a>");
|
110 |
+
}
|
111 |
+
|
112 |
+
if ($use_ssl) {
|
113 |
+
$server = RECAPTCHA_API_SECURE_SERVER;
|
114 |
+
} else {
|
115 |
+
$server = RECAPTCHA_API_SERVER;
|
116 |
+
}
|
117 |
+
|
118 |
+
$errorpart = "";
|
119 |
+
if ($error) {
|
120 |
+
$errorpart = "&error=" . $error;
|
121 |
+
}
|
122 |
+
return '<script type="text/javascript" src="'. $server . '/challenge?k=' . $pubkey . $errorpart . '"></script>
|
123 |
+
|
124 |
+
<noscript>
|
125 |
+
<iframe src="'. $server . '/noscript?k=' . $pubkey . $errorpart . '" height="300" width="500" frameborder="0"></iframe><br/>
|
126 |
+
<textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
|
127 |
+
<input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
|
128 |
+
</noscript>';
|
129 |
+
}
|
130 |
+
|
131 |
+
|
132 |
+
|
133 |
+
|
134 |
+
/**
|
135 |
+
* A ReCaptchaResponse is returned from recaptcha_check_answer()
|
136 |
+
*/
|
137 |
+
class ReCaptchaResponse {
|
138 |
+
var $is_valid;
|
139 |
+
var $error;
|
140 |
+
}
|
141 |
+
|
142 |
+
|
143 |
+
/**
|
144 |
+
* Calls an HTTP POST function to verify if the user's guess was correct
|
145 |
+
* @param string $privkey
|
146 |
+
* @param string $remoteip
|
147 |
+
* @param string $challenge
|
148 |
+
* @param string $response
|
149 |
+
* @param array $extra_params an array of extra variables to post to the server
|
150 |
+
* @return ReCaptchaResponse
|
151 |
+
*/
|
152 |
+
function recaptcha_check_answer ($privkey, $remoteip, $challenge, $response, $extra_params = array())
|
153 |
+
{
|
154 |
+
if ($privkey == null || $privkey == '') {
|
155 |
+
die ("To use reCAPTCHA you must get an API key from <a href='https://www.google.com/recaptcha/admin/create'>https://www.google.com/recaptcha/admin/create</a>");
|
156 |
+
}
|
157 |
+
|
158 |
+
if ($remoteip == null || $remoteip == '') {
|
159 |
+
die ("For security reasons, you must pass the remote ip to reCAPTCHA");
|
160 |
+
}
|
161 |
+
|
162 |
+
|
163 |
+
|
164 |
+
//discard spam submissions
|
165 |
+
if ($challenge == null || strlen($challenge) == 0 || $response == null || strlen($response) == 0) {
|
166 |
+
$recaptcha_response = new ReCaptchaResponse();
|
167 |
+
$recaptcha_response->is_valid = false;
|
168 |
+
$recaptcha_response->error = 'incorrect-captcha-sol';
|
169 |
+
return $recaptcha_response;
|
170 |
+
}
|
171 |
+
|
172 |
+
$response = _recaptcha_http_post (RECAPTCHA_VERIFY_SERVER, "/recaptcha/api/verify",
|
173 |
+
array (
|
174 |
+
'privatekey' => $privkey,
|
175 |
+
'remoteip' => $remoteip,
|
176 |
+
'challenge' => $challenge,
|
177 |
+
'response' => $response
|
178 |
+
) + $extra_params
|
179 |
+
);
|
180 |
+
|
181 |
+
$answers = explode ("\n", $response [1]);
|
182 |
+
$recaptcha_response = new ReCaptchaResponse();
|
183 |
+
|
184 |
+
if (trim ($answers [0]) == 'true') {
|
185 |
+
$recaptcha_response->is_valid = true;
|
186 |
+
}
|
187 |
+
else {
|
188 |
+
$recaptcha_response->is_valid = false;
|
189 |
+
$recaptcha_response->error = $answers [1];
|
190 |
+
}
|
191 |
+
return $recaptcha_response;
|
192 |
+
|
193 |
+
}
|
194 |
+
|
195 |
+
/**
|
196 |
+
* gets a URL where the user can sign up for reCAPTCHA. If your application
|
197 |
+
* has a configuration page where you enter a key, you should provide a link
|
198 |
+
* using this function.
|
199 |
+
* @param string $domain The domain where the page is hosted
|
200 |
+
* @param string $appname The name of your application
|
201 |
+
*/
|
202 |
+
function recaptcha_get_signup_url ($domain = null, $appname = null) {
|
203 |
+
return "https://www.google.com/recaptcha/admin/create?" . _recaptcha_qsencode (array ('domains' => $domain, 'app' => $appname));
|
204 |
+
}
|
205 |
+
|
206 |
+
function _recaptcha_aes_pad($val) {
|
207 |
+
$block_size = 16;
|
208 |
+
$numpad = $block_size - (strlen ($val) % $block_size);
|
209 |
+
return str_pad($val, strlen ($val) + $numpad, chr($numpad));
|
210 |
+
}
|
211 |
+
|
212 |
+
/* Mailhide related code */
|
213 |
+
|
214 |
+
function _recaptcha_aes_encrypt($val,$ky) {
|
215 |
+
if (! function_exists ("mcrypt_encrypt")) {
|
216 |
+
die ("To use reCAPTCHA Mailhide, you need to have the mcrypt php module installed.");
|
217 |
+
}
|
218 |
+
$mode=MCRYPT_MODE_CBC;
|
219 |
+
$enc=MCRYPT_RIJNDAEL_128;
|
220 |
+
$val=_recaptcha_aes_pad($val);
|
221 |
+
return mcrypt_encrypt($enc, $ky, $val, $mode, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0");
|
222 |
+
}
|
223 |
+
|
224 |
+
|
225 |
+
function _recaptcha_mailhide_urlbase64 ($x) {
|
226 |
+
return strtr(base64_encode ($x), '+/', '-_');
|
227 |
+
}
|
228 |
+
|
229 |
+
/* gets the reCAPTCHA Mailhide url for a given email, public key and private key */
|
230 |
+
function recaptcha_mailhide_url($pubkey, $privkey, $email) {
|
231 |
+
if ($pubkey == '' || $pubkey == null || $privkey == "" || $privkey == null) {
|
232 |
+
die ("To use reCAPTCHA Mailhide, you have to sign up for a public and private key, " .
|
233 |
+
"you can do so at <a href='http://www.google.com/recaptcha/mailhide/apikey'>http://www.google.com/recaptcha/mailhide/apikey</a>");
|
234 |
+
}
|
235 |
+
|
236 |
+
|
237 |
+
$ky = pack('H*', $privkey);
|
238 |
+
$cryptmail = _recaptcha_aes_encrypt ($email, $ky);
|
239 |
+
|
240 |
+
return "http://www.google.com/recaptcha/mailhide/d?k=" . $pubkey . "&c=" . _recaptcha_mailhide_urlbase64 ($cryptmail);
|
241 |
+
}
|
242 |
+
|
243 |
+
/**
|
244 |
+
* gets the parts of the email to expose to the user.
|
245 |
+
* eg, given johndoe@example,com return ["john", "example.com"].
|
246 |
+
* the email is then displayed as john...@example.com
|
247 |
+
*/
|
248 |
+
function _recaptcha_mailhide_email_parts ($email) {
|
249 |
+
$arr = preg_split("/@/", $email );
|
250 |
+
|
251 |
+
if (strlen ($arr[0]) <= 4) {
|
252 |
+
$arr[0] = substr ($arr[0], 0, 1);
|
253 |
+
} else if (strlen ($arr[0]) <= 6) {
|
254 |
+
$arr[0] = substr ($arr[0], 0, 3);
|
255 |
+
} else {
|
256 |
+
$arr[0] = substr ($arr[0], 0, 4);
|
257 |
+
}
|
258 |
+
return $arr;
|
259 |
+
}
|
260 |
+
|
261 |
+
/**
|
262 |
+
* Gets html to display an email address given a public an private key.
|
263 |
+
* to get a key, go to:
|
264 |
+
*
|
265 |
+
* http://www.google.com/recaptcha/mailhide/apikey
|
266 |
+
*/
|
267 |
+
function recaptcha_mailhide_html($pubkey, $privkey, $email) {
|
268 |
+
$emailparts = _recaptcha_mailhide_email_parts ($email);
|
269 |
+
$url = recaptcha_mailhide_url ($pubkey, $privkey, $email);
|
270 |
+
|
271 |
+
return htmlentities($emailparts[0]) . "<a href='" . htmlentities ($url) .
|
272 |
+
"' onclick=\"window.open('" . htmlentities ($url) . "', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;\" title=\"Reveal this e-mail address\">...</a>@" . htmlentities ($emailparts [1]);
|
273 |
+
|
274 |
+
}
|
275 |
+
|
276 |
+
|
277 |
+
?>
|