Version Description
Minor changes
Download this release
Release Info
Developer | barinagabriel |
Plugin | User registration & user profile – Profile Builder |
Version | 1.1.26 |
Comparing to | |
See all releases |
Code changes from version 1.1.25 to 1.1.26
- assets/css/front.end.css +103 -0
- assets/css/premium.style.css +1160 -1087
- assets/css/style.css +949 -948
- assets/images/white-grad.png +0 -0
- assets/js/jquery.extra.fields.js +706 -706
- classes/class.admin.php +174 -174
- front-end/menu.file.php +350 -326
- front-end/options.php +145 -145
- front-end/wppb.edit.profile.php +58 -59
- front-end/wppb.login.php +189 -172
- front-end/wppb.recover.password.php +59 -34
- front-end/wppb.register.php +62 -62
- functions/functions.load.php +181 -196
- index.php +12 -12
- readme.txt +7 -1
- translation/profilebuilder-cs_CZ.po +841 -841
- translation/profilebuilder-de_DE.po +499 -499
- translation/profilebuilder-en_US.mo +0 -0
- translation/profilebuilder-en_US.po +667 -381
- translation/profilebuilder-fr_FR.po +499 -499
- translation/profilebuilder-hu_HU.po +499 -499
- translation/profilebuilder-it_IT.po +499 -499
- translation/profilebuilder-nb_NO.po +499 -499
- translation/profilebuilder-nl_NL.mo +0 -0
- translation/profilebuilder-nl_NL.po +906 -871
- translation/profilebuilder-pl_PL.mo +0 -0
- translation/profilebuilder-pl_PL.po +282 -614
- translation/profilebuilder-pt_BR.mo +0 -0
- translation/profilebuilder-pt_BR.po +502 -0
- translation/profilebuilder-ro_RO.mo +0 -0
- translation/profilebuilder-ro_RO.po +1282 -0
- uninstall.php +24 -14
assets/css/front.end.css
CHANGED
@@ -250,5 +250,108 @@ The global Profile Builder class is: wppb_holder
|
|
250 |
background-color: #FFDFDF;
|
251 |
border: 1px dotted #C89797;
|
252 |
margin-bottom: 6px !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
253 |
padding: 6px 0px 4px !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
254 |
}
|
250 |
background-color: #FFDFDF;
|
251 |
border: 1px dotted #C89797;
|
252 |
margin-bottom: 6px !important;
|
253 |
+
padding: 6px 0px 4px 5px !important;
|
254 |
+
}
|
255 |
+
#wppb_recover_password p.errorHolder{
|
256 |
+
background-color: #FFDFDF;
|
257 |
+
border: 1px dotted #C89797;
|
258 |
+
margin-bottom: 6px !important;
|
259 |
padding: 6px 0px 4px !important;
|
260 |
+
}
|
261 |
+
|
262 |
+
#searchAllFields{
|
263 |
+
background-color:#F0F0F0;
|
264 |
+
-moz-box-sizing: content-box;
|
265 |
+
border-style: solid;
|
266 |
+
border-width: 1px;
|
267 |
+
width:160px;
|
268 |
+
font-size: 12px !important;
|
269 |
+
line-height: 13px;
|
270 |
+
padding: 3px 8px;
|
271 |
+
text-decoration: none;
|
272 |
+
}
|
273 |
+
#searchTable{
|
274 |
+
width:100%;
|
275 |
+
border:none !important;
|
276 |
+
}
|
277 |
+
#tableRow{
|
278 |
+
width:100%;
|
279 |
+
height:15px !important;
|
280 |
+
}
|
281 |
+
#searchTableDataCell1{
|
282 |
+
padding:0px !important;
|
283 |
+
width:190px;
|
284 |
+
height:15px !important;
|
285 |
+
border-top:none !important;
|
286 |
+
vertical-align:middle;
|
287 |
+
}
|
288 |
+
#searchTableDataCell2{
|
289 |
+
padding:0px !important;
|
290 |
+
height:15px !important;
|
291 |
+
border-top:none !important;
|
292 |
+
vertical-align:middle;
|
293 |
+
}
|
294 |
+
#content .searchAllButton{
|
295 |
+
background-color:#F0F0F0;
|
296 |
+
text-shadow: 0 1px 0 #FFFFFF;
|
297 |
+
-moz-box-sizing: content-box;
|
298 |
+
border-radius: 11px 11px 11px 11px;
|
299 |
+
border-style: solid;
|
300 |
+
border-width: 1px;
|
301 |
+
cursor: pointer;
|
302 |
+
font-size: 12px !important;
|
303 |
+
line-height: 13px;
|
304 |
+
padding: 3px 8px;
|
305 |
+
text-decoration: none;
|
306 |
+
border-color: #BBBBBB;
|
307 |
+
}
|
308 |
+
#userListingForm{
|
309 |
+
height:30px;
|
310 |
+
}
|
311 |
+
#sortLink{
|
312 |
+
text-decoration:none;
|
313 |
+
}
|
314 |
+
#postNumberLink{
|
315 |
+
text-decoration:none;
|
316 |
+
}
|
317 |
+
#pageNumberDisplay a:link {
|
318 |
+
text-decoration:none;
|
319 |
+
}
|
320 |
+
|
321 |
+
#pageNumberDisplay a:visited {
|
322 |
+
text-decoration:none;
|
323 |
+
}
|
324 |
+
#pageNumberDisplay a:active {
|
325 |
+
text-decoration:none;
|
326 |
+
}
|
327 |
+
#pageNumberDisplay a:hover{
|
328 |
+
text-decoration:underline;
|
329 |
+
}
|
330 |
+
#searchTableRow{
|
331 |
+
width:100%;
|
332 |
+
border: none;
|
333 |
+
}
|
334 |
+
#wppb-back-span a:link {
|
335 |
+
text-decoration:none;
|
336 |
+
}
|
337 |
+
#wppb-back-span a:visited {
|
338 |
+
text-decoration:none;
|
339 |
+
}
|
340 |
+
#wppb-back-span a:active {
|
341 |
+
text-decoration:none;
|
342 |
+
}
|
343 |
+
#wppb-back-span a:hover{
|
344 |
+
text-decoration:underline;
|
345 |
+
}
|
346 |
+
#wppb-more-span a:link {
|
347 |
+
text-decoration:none;
|
348 |
+
}
|
349 |
+
#wppb-more-span a:visited {
|
350 |
+
text-decoration:none;
|
351 |
+
}
|
352 |
+
#wppb-more-span a:active {
|
353 |
+
text-decoration:none;
|
354 |
+
}
|
355 |
+
#wppb-more-span a:hover{
|
356 |
+
text-decoration:underline;
|
357 |
}
|
assets/css/premium.style.css
CHANGED
@@ -1,1087 +1,1160 @@
|
|
1 |
-
/* Profile Builder CSS File*/
|
2 |
-
/*
|
3 |
-
Original Plugin Name: OptionTree
|
4 |
-
Original Plugin URI: http://wp.envato.com
|
5 |
-
Original Author: Derek Herman
|
6 |
-
Original Author URI: http://valendesigns.com
|
7 |
-
*/
|
8 |
-
#wpwrap {
|
9 |
-
min-width: 990px;
|
10 |
-
}
|
11 |
-
strong {
|
12 |
-
color: #000;
|
13 |
-
}
|
14 |
-
.clear {
|
15 |
-
clear: both;
|
16 |
-
}
|
17 |
-
.hide,
|
18 |
-
#contextual-help-link-wrap {
|
19 |
-
display: none;
|
20 |
-
}
|
21 |
-
.left {
|
22 |
-
float: left !important;
|
23 |
-
}
|
24 |
-
.right {
|
25 |
-
float: right !important;
|
26 |
-
}
|
27 |
-
p {
|
28 |
-
padding-bottom: 14px;
|
29 |
-
}
|
30 |
-
a {
|
31 |
-
text-decoration: none;
|
32 |
-
}
|
33 |
-
a strong {
|
34 |
-
color: #21759B !important;
|
35 |
-
}
|
36 |
-
a:hover strong {
|
37 |
-
color: #d54e21 !important;
|
38 |
-
}
|
39 |
-
#framework_wrap .error {
|
40 |
-
display: none !important;
|
41 |
-
}
|
42 |
-
#framework_wrap {
|
43 |
-
position: relative;
|
44 |
-
width: 788px;
|
45 |
-
margin: 15px;
|
46 |
-
}
|
47 |
-
#framework_wrap #header {
|
48 |
-
-webkit-border-top-left-radius:
|
49 |
-
-webkit-border-top-right-radius:
|
50 |
-
-moz-border-radius-topleft:
|
51 |
-
-moz-border-radius-topright:
|
52 |
-
border-top-left-radius:
|
53 |
-
border-top-right-radius:
|
54 |
-
background: #6d6d6d url(../images/header.png) repeat-x left top;
|
55 |
-
border: 1px solid #555;
|
56 |
-
height: 71px;
|
57 |
-
width: 785px;
|
58 |
-
position: relative;
|
59 |
-
}
|
60 |
-
#framework_wrap #header h1 {
|
61 |
-
width: 225px;
|
62 |
-
height: 50px;
|
63 |
-
background: url(../images/logo.png) no-repeat 0 0;
|
64 |
-
text-indent: -9999px;
|
65 |
-
margin: 10px 0 0 20px;
|
66 |
-
}
|
67 |
-
|
68 |
-
#framework_wrap #header span.icon {
|
69 |
-
position: absolute;
|
70 |
-
display: block;
|
71 |
-
right: 20px;
|
72 |
-
top: 18px;
|
73 |
-
height: 32px;
|
74 |
-
width: 32px;
|
75 |
-
text-indent: -9999px;
|
76 |
-
/*background: url(../images/icon_option.png) no-repeat left center;*/
|
77 |
-
}
|
78 |
-
#framework_wrap #header div.version {
|
79 |
-
text-align: left;
|
80 |
-
position: absolute;
|
81 |
-
left: 85px;
|
82 |
-
top: 50px;
|
83 |
-
font-size: 9px !important;
|
84 |
-
line-height: 10px;
|
85 |
-
color: #111;
|
86 |
-
font-style: normal;
|
87 |
-
font-family: Verdana,Arial,sans-serif;
|
88 |
-
text-transform: uppercase;
|
89 |
-
font-weight: normal;
|
90 |
-
text-shadow: 0 1px 0 #888;
|
91 |
-
letter-spacing: -0.05em;
|
92 |
-
}
|
93 |
-
#framework_wrap #content_wrap {
|
94 |
-
border: 1px solid #aaa;
|
95 |
-
border-top: none;
|
96 |
-
background: #fff;
|
97 |
-
width: 785px;
|
98 |
-
position: relative;
|
99 |
-
}
|
100 |
-
#framework_wrap #content_wrap .info {
|
101 |
-
background: #eaf2fa;
|
102 |
-
background: #f9f9f9;
|
103 |
-
height: 35px;
|
104 |
-
border-top: 1px solid #fff;
|
105 |
-
border-bottom: 1px solid #e3e3e3;
|
106 |
-
}
|
107 |
-
a.toggle_tabs {
|
108 |
-
cursor: pointer;
|
109 |
-
background: url(../images/toggle_tabs.png) no-repeat -2px -1px;
|
110 |
-
display: block;
|
111 |
-
height: 22px;
|
112 |
-
width: 21px;
|
113 |
-
float: left;
|
114 |
-
text-indent: -9999px;
|
115 |
-
margin: 5px 5px 0 19px;
|
116 |
-
border: 1px solid #bbb;
|
117 |
-
-webkit-border-radius: 4px;
|
118 |
-
-moz-border-radius: 4px;
|
119 |
-
border-radius: 4px;
|
120 |
-
}
|
121 |
-
.no-tabs a.toggle_tabs {
|
122 |
-
display: none;
|
123 |
-
}
|
124 |
-
a:hover.toggle_tabs {
|
125 |
-
border-color: #666;
|
126 |
-
}
|
127 |
-
a.off {
|
128 |
-
background-position: -2px -26px;
|
129 |
-
}
|
130 |
-
#framework_wrap #content_wrap .bottom {
|
131 |
-
border-top: 1px solid #fff !important;
|
132 |
-
border-bottom: none !important;
|
133 |
-
|
134 |
-
background: #f1f1f1;
|
135 |
-
}
|
136 |
-
#framework_wrap #content_wrap .info input.button-framework {
|
137 |
-
float: right;
|
138 |
-
margin: 5px 20px 0 0;
|
139 |
-
padding: 4px 10px;
|
140 |
-
font-size: 11px;
|
141 |
-
height: 24px;
|
142 |
-
}
|
143 |
-
#framework_wrap #content_wrap .info input.add-item {
|
144 |
-
float: left;
|
145 |
-
margin-left: 20px;
|
146 |
-
}
|
147 |
-
#framework_wrap #content_wrap .info input.reset {
|
148 |
-
margin-left: 20px;
|
149 |
-
color: #d54e45;
|
150 |
-
float: left;
|
151 |
-
}
|
152 |
-
#framework_wrap #content_wrap a.reset {
|
153 |
-
margin-right: 10px;
|
154 |
-
color: #d54e45;
|
155 |
-
}
|
156 |
-
.ajax-message {
|
157 |
-
position: absolute;
|
158 |
-
left: 300px;
|
159 |
-
top: 100px;
|
160 |
-
width: 200px;
|
161 |
-
z-index: 100;
|
162 |
-
display: none;
|
163 |
-
overflow: visible;
|
164 |
-
}
|
165 |
-
#framework_wrap #content_wrap .message {
|
166 |
-
text-align: center;
|
167 |
-
color: #444;
|
168 |
-
text-shadow: 0 1px 0 #fff;
|
169 |
-
font-size: 12px;
|
170 |
-
line-height: 16px;
|
171 |
-
padding: 20px 10px;
|
172 |
-
background: #f3f3f3;
|
173 |
-
border: 1px solid #bbb;
|
174 |
-
-webkit-border-radius: 5px;
|
175 |
-
-moz-border-radius: 5px;
|
176 |
-
border-radius: 5px;
|
177 |
-
-moz-box-shadow: 0px 2px 5px #eee;
|
178 |
-
-webkit-box-shadow: 0px 2px 5px #eee;
|
179 |
-
box-shadow: 0px 2px 5px #eee;
|
180 |
-
}
|
181 |
-
#framework_wrap #content_wrap .message span {
|
182 |
-
display: block;
|
183 |
-
height: 16px;
|
184 |
-
width: 16px;
|
185 |
-
position: absolute;
|
186 |
-
left: -8px;
|
187 |
-
top: -8px;
|
188 |
-
background: url(../images/icon_add.png) no-repeat 0 0;
|
189 |
-
}
|
190 |
-
#framework_wrap #content_wrap .message.warning span {
|
191 |
-
background-image: url(../images/icon_error.png);
|
192 |
-
}
|
193 |
-
/* Primary Form Button */
|
194 |
-
#framework_wrap input.button-framework {
|
195 |
-
cursor: pointer;
|
196 |
-
font-size: 12px;
|
197 |
-
color: #444;
|
198 |
-
text-shadow: 0 1px 0 #fff;
|
199 |
-
background: #f3f3f3 url(../images/btn.png) repeat-x 0 0;
|
200 |
-
border: 1px solid #bbb;
|
201 |
-
padding: 5px 10px;
|
202 |
-
}
|
203 |
-
#framework_wrap input:hover.button-framework {
|
204 |
-
color: #000;
|
205 |
-
border-color: #666;
|
206 |
-
}
|
207 |
-
#framework_wrap a.button-framework {
|
208 |
-
cursor: pointer;
|
209 |
-
font-size: 12px;
|
210 |
-
color: #444;
|
211 |
-
text-shadow: 0 1px 0 #fff;
|
212 |
-
background: #f3f3f3 url(../images/btn.png) repeat-x 0 0;
|
213 |
-
border: 1px solid #bbb;
|
214 |
-
padding: 3px 10px 3px 10px;
|
215 |
-
-webkit-border-radius: 4px;
|
216 |
-
-moz-border-radius: 4px;
|
217 |
-
border-radius: 4px;
|
218 |
-
text-decoration: none;
|
219 |
-
float: left;
|
220 |
-
position: relative;
|
221 |
-
left: 1px;
|
222 |
-
}
|
223 |
-
#framework_wrap div.inline-edit-save a.button-framework {
|
224 |
-
padding: 2px 10px 2px 10px;
|
225 |
-
font-size: 11px;
|
226 |
-
}
|
227 |
-
#framework_wrap a:hover.button-framework {
|
228 |
-
color: #000;
|
229 |
-
border-color: #666;
|
230 |
-
}
|
231 |
-
|
232 |
-
#framework_wrap a.button-framework.light {
|
233 |
-
border: 1px solid #dfdfdf;
|
234 |
-
color: #464646;
|
235 |
-
}
|
236 |
-
#framework_wrap a:hover.button-framework.light {
|
237 |
-
color: #000;
|
238 |
-
border-color: #adaca7;
|
239 |
-
}
|
240 |
-
|
241 |
-
/* Ads in free version */
|
242 |
-
#framework_wrap #content_wrap .basic-version-info {
|
243 |
-
height:113px;
|
244 |
-
background:#fffbcc;
|
245 |
-
}
|
246 |
-
#framework_wrap #content_wrap .basic-version-info form{
|
247 |
-
float:right;
|
248 |
-
margin-right:13px;
|
249 |
-
margin-top:30px;
|
250 |
-
}
|
251 |
-
#framework_wrap #content_wrap .basic-version-info a{
|
252 |
-
position:absolute;
|
253 |
-
width:140px;
|
254 |
-
top:80px;
|
255 |
-
margin-left:60px;
|
256 |
-
|
257 |
-
}
|
258 |
-
|
259 |
-
/* Content Inner */
|
260 |
-
#framework_wrap #content {
|
261 |
-
padding: 0;
|
262 |
-
width: 785px;
|
263 |
-
border-bottom: 1px solid #e3e3e3;
|
264 |
-
position: relative;
|
265 |
-
}
|
266 |
-
.screenshot {
|
267 |
-
float: right;
|
268 |
-
margin-left: 1px;
|
269 |
-
position: relative;
|
270 |
-
width: 344px;
|
271 |
-
}
|
272 |
-
.screenshot img {
|
273 |
-
max-width: 334px;
|
274 |
-
padding: 4px;
|
275 |
-
border: 1px solid #ccc;
|
276 |
-
background: #fafafa;
|
277 |
-
border-color: #ccc #eee #eee #ccc;
|
278 |
-
-webkit-border-radius: 4px;
|
279 |
-
-moz-border-radius: 4px;
|
280 |
-
border-radius: 4px;
|
281 |
-
float: right;
|
282 |
-
}
|
283 |
-
.screenshot a {
|
284 |
-
text-decoration: none;
|
285 |
-
padding-left: 20px;
|
286 |
-
}
|
287 |
-
.screenshot a.remove {
|
288 |
-
background: url(../images/icon_delete.png) no-repeat 0 0;
|
289 |
-
display: block;
|
290 |
-
height: 16px;
|
291 |
-
width: 16px;
|
292 |
-
position: absolute;
|
293 |
-
bottom: -4px;
|
294 |
-
right: -4px;
|
295 |
-
text-indent: -9999px;
|
296 |
-
float: left;
|
297 |
-
padding: 0;
|
298 |
-
border: none;
|
299 |
-
}
|
300 |
-
.screenshot .no_image a.remove {
|
301 |
-
left: 0;
|
302 |
-
top: 2px;
|
303 |
-
}
|
304 |
-
.option-upload .element {
|
305 |
-
padding-bottom: 5px;
|
306 |
-
}
|
307 |
-
#framework_wrap #content h2 {
|
308 |
-
margin-bottom: 10px;
|
309 |
-
border-bottom: 1px solid #e5e5e5;
|
310 |
-
}
|
311 |
-
#framework_wrap #content h3 {
|
312 |
-
border-bottom: 1px solid #eee;
|
313 |
-
margin: 0 0 15px 0;
|
314 |
-
padding-bottom: 10px;
|
315 |
-
clear: both;
|
316 |
-
font-size: 14px;
|
317 |
-
}
|
318 |
-
h3.text-title {
|
319 |
-
font: italic 20px/30px Georgia,"Times New Roman","Bitstream Charter",Times,serif !important;
|
320 |
-
}
|
321 |
-
#framework_wrap #content tbody tr.inline-edit-option td h3 {
|
322 |
-
border-bottom-color: #ddd;
|
323 |
-
}
|
324 |
-
#framework_wrap #content .block {
|
325 |
-
display: block;
|
326 |
-
overflow: hidden;
|
327 |
-
padding: 20px;
|
328 |
-
}
|
329 |
-
#framework_wrap #content p {
|
330 |
-
font-size: 11px;
|
331 |
-
color: #555;
|
332 |
-
padding-bottom: 20px;
|
333 |
-
margin: 0;
|
334 |
-
}
|
335 |
-
#framework_wrap #content table {
|
336 |
-
border: 1px solid #dfdfdf;
|
337 |
-
width: 100%;
|
338 |
-
text-align: left;
|
339 |
-
border-spacing: 0;
|
340 |
-
border-style: solid;
|
341 |
-
border-width: 1px;
|
342 |
-
font-size: 11px !important;
|
343 |
-
text-shadow: 0 1px 0 #fff;
|
344 |
-
-webkit-border-radius: 4px;
|
345 |
-
-moz-border-radius: 4px;
|
346 |
-
border-radius: 4px;
|
347 |
-
}
|
348 |
-
#framework_wrap #content2 table {
|
349 |
-
border: 0px solid #dfdfdf;
|
350 |
-
width: 100%;
|
351 |
-
text-align: left;
|
352 |
-
border-spacing: 0;
|
353 |
-
border-style: solid;
|
354 |
-
border-width: 1px;
|
355 |
-
font-size: 11px !important;
|
356 |
-
text-shadow: 0 1px 0 #fff;
|
357 |
-
-webkit-border-radius: 4px;
|
358 |
-
-moz-border-radius: 4px;
|
359 |
-
border-radius: 4px;
|
360 |
-
}
|
361 |
-
|
362 |
-
#framework_wrap #content .has-table table th {
|
363 |
-
background: #f1f1f1;
|
364 |
-
background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
|
365 |
-
background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
|
366 |
-
}
|
367 |
-
tbody tr:hover {
|
368 |
-
cursor: pointer;
|
369 |
-
}
|
370 |
-
tbody tr.inline-edit-option {
|
371 |
-
}
|
372 |
-
tbody tr.inline-edit-option td {
|
373 |
-
background: #f1f1f1;
|
374 |
-
border-top: 1px solid #fff;
|
375 |
-
border-left: 1px solid #fff;
|
376 |
-
border-right: 1px solid #fff;
|
377 |
-
}
|
378 |
-
tbody tr:hover.inline-edit-option {
|
379 |
-
cursor: default;
|
380 |
-
}
|
381 |
-
#framework_wrap #content .has-table table #framework-settings .dragging {
|
382 |
-
background: #666 url(../images/black_px.png) repeat-x 0 0;
|
383 |
-
color: #fff;
|
384 |
-
text-shadow: 0 1px 0 #000;
|
385 |
-
}
|
386 |
-
#framework_wrap #content .has-table table #framework-settings .dragging td {
|
387 |
-
border-color: #000;
|
388 |
-
}
|
389 |
-
#framework_wrap #content .has-table table #framework-settings .dragging .col-edit {
|
390 |
-
background: url(../images/icon_up_down.png) no-repeat 63px center;
|
391 |
-
}
|
392 |
-
#framework_wrap #content .has-table table #framework-settings .dragging a.edit-inline,
|
393 |
-
#framework_wrap #content .has-table table #framework-settings .dragging a.delete-inline {
|
394 |
-
display: none;
|
395 |
-
}
|
396 |
-
.col-title {
|
397 |
-
padding-left: 10px !important;
|
398 |
-
width: 200px;
|
399 |
-
}
|
400 |
-
.col-type {
|
401 |
-
width: 60px;
|
402 |
-
}
|
403 |
-
.col-edit {
|
404 |
-
width: 45px;
|
405 |
-
padding-left: 40px !important;
|
406 |
-
padding-right: 0px !important;
|
407 |
-
}
|
408 |
-
.has-table table tr:first-child {
|
409 |
-
cursor: default;
|
410 |
-
}
|
411 |
-
.has-table table .col-heading {
|
412 |
-
background: #eaf3fa;
|
413 |
-
}
|
414 |
-
.has-table table .col-heading td:first-child {
|
415 |
-
font-weight: bold;
|
416 |
-
background: transparent url(../images/icon_header.png) no-repeat 10px 11px;
|
417 |
-
padding-left: 30px !important;
|
418 |
-
}
|
419 |
-
.has-table table thead th,
|
420 |
-
.has-table table td {
|
421 |
-
border-bottom: 1px solid #dfdfdf;
|
422 |
-
}
|
423 |
-
.has-table table tr,
|
424 |
-
.has-table table td,
|
425 |
-
.has-table table th {
|
426 |
-
padding: 10px 10px;
|
427 |
-
font-size: 11px !important;
|
428 |
-
}
|
429 |
-
.has-table table th {
|
430 |
-
padding: 6px 10px;
|
431 |
-
font-size: 11px !important;
|
432 |
-
}
|
433 |
-
.has-table table a {
|
434 |
-
text-decoration: none;
|
435 |
-
}
|
436 |
-
/* Inline Edit */
|
437 |
-
.inline-edit-option {
|
438 |
-
display: none;
|
439 |
-
}
|
440 |
-
a.edit-inline,
|
441 |
-
a.delete-inline,
|
442 |
-
a.add-option {
|
443 |
-
background: url(../images/icon_edit.png) no-repeat 0 0;
|
444 |
-
display: block;
|
445 |
-
height: 16px;
|
446 |
-
width: 16px;
|
447 |
-
text-indent: -9999px;
|
448 |
-
float: left;
|
449 |
-
margin-right: 5px;
|
450 |
-
display: block;
|
451 |
-
}
|
452 |
-
a.delete-inline {
|
453 |
-
background-image: url(../images/icon_delete.png);
|
454 |
-
}
|
455 |
-
a.add-option {
|
456 |
-
background-image: url(../images/icon_add.png);
|
457 |
-
margin-left: 21px;
|
458 |
-
}
|
459 |
-
a:hover.edit-inline {
|
460 |
-
border-color: #666;
|
461 |
-
}
|
462 |
-
a:hover.delete-inline {
|
463 |
-
border-color: #d54e45;
|
464 |
-
}
|
465 |
-
#framework_wrap #content .option {
|
466 |
-
padding-bottom: 15px;
|
467 |
-
}
|
468 |
-
#framework_wrap #content .option .section {
|
469 |
-
overflow: hidden;
|
470 |
-
font-size: 11px;
|
471 |
-
}
|
472 |
-
#framework_wrap #content .option .section .element {
|
473 |
-
float: left;
|
474 |
-
margin: 0 15px 0 0;
|
475 |
-
width: 345px;
|
476 |
-
}
|
477 |
-
#framework_wrap #content .option-checkbox .section .element {
|
478 |
-
width: 25px;
|
479 |
-
}
|
480 |
-
#framework_wrap #content .option .section .description {
|
481 |
-
color: #555;
|
482 |
-
float: left;
|
483 |
-
font-size: 11px;
|
484 |
-
padding: 2px 10px 0 0;
|
485 |
-
width: 370px;
|
486 |
-
}
|
487 |
-
div.desc-text p {
|
488 |
-
color: #555;
|
489 |
-
font-size: 11px !important;
|
490 |
-
}
|
491 |
-
#framework_wrap #content .inline-edit-option .option .section .description {
|
492 |
-
width: 325px;
|
493 |
-
padding-top: 0px;
|
494 |
-
}
|
495 |
-
#framework_wrap #content .option-checkbox .section .description {
|
496 |
-
width: 540px;
|
497 |
-
}
|
498 |
-
#framework_wrap #content label {
|
499 |
-
|
500 |
-
}
|
501 |
-
.input_wrap {
|
502 |
-
padding: 4px 10px 12px 0;
|
503 |
-
float: left;
|
504 |
-
width: 350px;
|
505 |
-
}
|
506 |
-
.option-checbox .input_wrap,
|
507 |
-
.option-radio .input_wrap {
|
508 |
-
padding: 4px 10px 4px 0;
|
509 |
-
width: 325px;
|
510 |
-
}
|
511 |
-
.option-checbox .element {
|
512 |
-
border: none;
|
513 |
-
max-height: 260px;
|
514 |
-
height: auto !important;
|
515 |
-
height: expression( document.body.clientHeight > 260 ? "260px" : "auto" );
|
516 |
-
overflow-y: auto;
|
517 |
-
overflow-x: hidden;
|
518 |
-
}
|
519 |
-
.input_wrap input[type="checkbox"],
|
520 |
-
.input_wrap input[type="radio"] {
|
521 |
-
float: left;
|
522 |
-
width: 20px;
|
523 |
-
margin-top: 3px;
|
524 |
-
vertical-align: bottom;
|
525 |
-
}
|
526 |
-
.input_wrap input[type="radio"] {
|
527 |
-
margin-top: 4px;
|
528 |
-
}
|
529 |
-
.input_wrap label {
|
530 |
-
float: left;
|
531 |
-
width: 325px;
|
532 |
-
}
|
533 |
-
.option-checbox .input_wrap label,
|
534 |
-
.option-radio .input_wrap label {
|
535 |
-
width: 300px;
|
536 |
-
}
|
537 |
-
#framework_wrap #content label input {
|
538 |
-
margin-right: 5px;
|
539 |
-
display: block;
|
540 |
-
float: left;
|
541 |
-
}
|
542 |
-
#framework_wrap #content input[type="text"],
|
543 |
-
#framework_wrap #content select,
|
544 |
-
#framework_wrap #content textarea {
|
545 |
-
background: #fafafa;
|
546 |
-
border-color: #ccc #eee #eee #ccc;
|
547 |
-
border-style: solid;
|
548 |
-
border-width: 1px;
|
549 |
-
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
|
550 |
-
font-size: 12px;
|
551 |
-
margin-bottom: 9px !important;
|
552 |
-
padding: 5px;
|
553 |
-
width:
|
554 |
-
display: block;
|
555 |
-
color: #888;
|
556 |
-
resize: none;
|
557 |
-
}
|
558 |
-
#framework_wrap #content tbody tr.inline-edit-option td input[type="text"],
|
559 |
-
#framework_wrap #content tbody tr.inline-edit-option td select,
|
560 |
-
#framework_wrap #content tbody tr.inline-edit-option td textarea {
|
561 |
-
background: #fff;
|
562 |
-
}
|
563 |
-
#framework_wrap #content input[type="text"].upload {
|
564 |
-
width: 281px;
|
565 |
-
float: left;
|
566 |
-
}
|
567 |
-
#framework_wrap #content input[type="text"].cp_input {
|
568 |
-
width: 312px !important;
|
569 |
-
float: left;
|
570 |
-
}
|
571 |
-
.cp_box {
|
572 |
-
float: right;
|
573 |
-
width: 25px;
|
574 |
-
height: 25px;
|
575 |
-
position: relative;
|
576 |
-
top: 1px;
|
577 |
-
border: 1px solid #ccc;
|
578 |
-
border-color: #ccc #eee #eee #ccc;
|
579 |
-
background: #fafafa;
|
580 |
-
-webkit-border-radius: 4px;
|
581 |
-
-moz-border-radius: 4px;
|
582 |
-
border-radius: 4px;
|
583 |
-
}
|
584 |
-
.cp_box div {
|
585 |
-
width: 13px;
|
586 |
-
height: 13px;
|
587 |
-
border: 1px solid #bbb;
|
588 |
-
border-color: #eee #ccc #ccc #eee;
|
589 |
-
background: #fafafa url(../images/empty.gif);
|
590 |
-
position: absolute;
|
591 |
-
left: 5px;
|
592 |
-
top: 5px;
|
593 |
-
box-shadow: 1px 1px 0px #ccc;
|
594 |
-
-webkit-box-shadow: 1px 1px 0px #ccc;
|
595 |
-
-moz-box-shadow: 1px 1px 0px #ccc;
|
596 |
-
}
|
597 |
-
#framework_wrap #content .element small {
|
598 |
-
float: left;
|
599 |
-
font-size: 9px;
|
600 |
-
line-height: 9px;
|
601 |
-
color: #999;
|
602 |
-
position: relative;
|
603 |
-
top: -5px;
|
604 |
-
left: 2px;
|
605 |
-
}
|
606 |
-
.upload_button,
|
607 |
-
.upload_file_button,
|
608 |
-
.ob_button {
|
609 |
-
float: right;
|
610 |
-
padding: 5px;
|
611 |
-
cursor: pointer;
|
612 |
-
color: #444;
|
613 |
-
text-shadow: 0 1px 0 #fff;
|
614 |
-
background: #f3f3f3 url(../images/btn.png) repeat-x 0 0 !important;
|
615 |
-
border: 1px solid #bbb;
|
616 |
-
position: relative;
|
617 |
-
right: -1px;
|
618 |
-
height: 27px;
|
619 |
-
}
|
620 |
-
#framework_wrap #content select {
|
621 |
-
height: 28px;
|
622 |
-
padding: 4px 5px;
|
623 |
-
}
|
624 |
-
#framework_wrap #content input[type="text"]:focus,
|
625 |
-
#framework_wrap #content select:focus,
|
626 |
-
#framework_wrap #content textarea:focus,
|
627 |
-
#framework_wrap #content input[type="text"]:hover,
|
628 |
-
#framework_wrap #content select:hover,
|
629 |
-
#framework_wrap #content textarea:hover {
|
630 |
-
background: #fff;
|
631 |
-
border-color: #bbb #eee #eee #bbb;
|
632 |
-
color: #333;
|
633 |
-
}
|
634 |
-
#framework_wrap *:focus {
|
635 |
-
outline: none;
|
636 |
-
}
|
637 |
-
#framework_wrap *::-moz-focus-inner {
|
638 |
-
border: none;
|
639 |
-
}
|
640 |
-
.bottom_btn {
|
641 |
-
float: left;
|
642 |
-
width: 100%;
|
643 |
-
padding-top: 15px;
|
644 |
-
}
|
645 |
-
#framework_wrap #content .select_wrapper {
|
646 |
-
-moz-border-radius: 4px;
|
647 |
-
-webkit-border-radius: 4px;
|
648 |
-
border-radius: 4px;
|
649 |
-
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
|
650 |
-
font-size: 12px;
|
651 |
-
background: #fafafa url(../images/select.png) no-repeat right center;
|
652 |
-
border-color: #ccc #eee #eee #ccc;
|
653 |
-
border-style: solid;
|
654 |
-
border-width: 1px;
|
655 |
-
float: left;
|
656 |
-
height: 26px;
|
657 |
-
width: 344px;
|
658 |
-
margin: 0;
|
659 |
-
margin-bottom: 9px !important;
|
660 |
-
width: 344px;
|
661 |
-
display: block;
|
662 |
-
color: #888;
|
663 |
-
}
|
664 |
-
#framework_wrap #content .option-type .select_wrapper {
|
665 |
-
background-color: #fff;
|
666 |
-
}
|
667 |
-
#framework_wrap #content .select_wrapper.measurement {
|
668 |
-
width: 65px;
|
669 |
-
float: right;
|
670 |
-
margin-top: 1px;
|
671 |
-
}
|
672 |
-
#framework_wrap #content input.measurement {
|
673 |
-
width: 269px;
|
674 |
-
float: left;
|
675 |
-
padding-top: 6px;
|
676 |
-
}
|
677 |
-
#framework_wrap #content .select_wrapper:hover {
|
678 |
-
background-color: #fff;
|
679 |
-
border-color: #bbb #eee #eee #bbb;
|
680 |
-
color: #333;
|
681 |
-
}
|
682 |
-
#framework_wrap #content select.select {
|
683 |
-
cursor: pointer;
|
684 |
-
height: 28px;
|
685 |
-
margin: 0;
|
686 |
-
-moz-opacity: 0;
|
687 |
-
filter: alpha(opacity: 0);
|
688 |
-
opacity: 0;
|
689 |
-
padding: 0;
|
690 |
-
position: relative;
|
691 |
-
width: inherit;
|
692 |
-
z-index: 4;
|
693 |
-
}
|
694 |
-
#framework_wrap #content .select_wrapper span {
|
695 |
-
height: 26px;
|
696 |
-
line-height: 26px;
|
697 |
-
position: absolute;
|
698 |
-
z-index: 2;
|
699 |
-
padding-left: 6px;
|
700 |
-
}
|
701 |
-
/* Image Slider */
|
702 |
-
.option-tree-slider {
|
703 |
-
background: #eaf3fa;
|
704 |
-
padding: 0px 10px;
|
705 |
-
margin-bottom: 8px;
|
706 |
-
text-shadow: 0 1px 0 #fff;
|
707 |
-
position: relative;
|
708 |
-
/* CSS3 */
|
709 |
-
-webkit-border-radius: 4px;
|
710 |
-
-moz-border-radius: 4px;
|
711 |
-
border-radius: 4px;
|
712 |
-
-moz-box-shadow: 1px 1px 0px #ccc;
|
713 |
-
-webkit-box-shadow: 1px 1px 0px #ccc;
|
714 |
-
box-shadow: 1px 1px 0px #ccc;
|
715 |
-
}
|
716 |
-
.option-tree-slider p {
|
717 |
-
padding-bottom: 5px !important;
|
718 |
-
margin-bottom: 0px !important;
|
719 |
-
}
|
720 |
-
#framework_wrap #content .option-option-tree-slider .section .element input[type="text"],
|
721 |
-
#framework_wrap #content .option-option-tree-slider .section .element textarea {
|
722 |
-
background: #fff;
|
723 |
-
width: 323px;
|
724 |
-
}
|
725 |
-
.option-tree-slider-wrap .edit {
|
726 |
-
position: absolute;
|
727 |
-
height: 16px;
|
728 |
-
width: 16px;
|
729 |
-
display: block;
|
730 |
-
text-indent: -9999px;
|
731 |
-
background: url(../images/icon_edit.png);
|
732 |
-
top: 6px;
|
733 |
-
right: 27px;
|
734 |
-
z-index: 10;
|
735 |
-
}
|
736 |
-
.option-tree-slider-wrap .edit.down {
|
737 |
-
background: url(../images/icon_up.png) !important;
|
738 |
-
}
|
739 |
-
.option-tree-slider-wrap .trash {
|
740 |
-
position: absolute;
|
741 |
-
height: 16px;
|
742 |
-
width: 16px;
|
743 |
-
display: block;
|
744 |
-
text-indent: -9999px;
|
745 |
-
background: url(../images/icon_delete.png);
|
746 |
-
top: 6px;
|
747 |
-
right: 6px;
|
748 |
-
z-index: 10;
|
749 |
-
}
|
750 |
-
.option-tree-slider-wrap .open {
|
751 |
-
padding: 5px 0px;
|
752 |
-
padding-right: 40px;
|
753 |
-
display: block;
|
754 |
-
font-size: 11px;
|
755 |
-
}
|
756 |
-
.option-tree-slider-wrap .option-tree-slider-body {
|
757 |
-
display: ;
|
758 |
-
}
|
759 |
-
/* Docs */
|
760 |
-
#framework_wrap #options_tabs.docs {
|
761 |
-
font-size: 11px !important;
|
762 |
-
color: #555;
|
763 |
-
}
|
764 |
-
#framework_wrap code {
|
765 |
-
font-size: 10px;
|
766 |
-
}
|
767 |
-
#framework_wrap ul.doc_list {
|
768 |
-
font-size: 11px !important;
|
769 |
-
padding-bottom: 20px;
|
770 |
-
}
|
771 |
-
#framework_wrap .doc_list li {
|
772 |
-
padding-bottom: 0px;
|
773 |
-
line-height: 12px;
|
774 |
-
list-style: disc;
|
775 |
-
margin-left: 16px;
|
776 |
-
}
|
777 |
-
#framework_wrap code {
|
778 |
-
background-color: #f1f1f1;
|
779 |
-
color: #000;
|
780 |
-
}
|
781 |
-
#framework_wrap pre {
|
782 |
-
font-size: 13px;
|
783 |
-
padding: 0;
|
784 |
-
margin: 0;
|
785 |
-
line-height: 18px;
|
786 |
-
overflow: auto;
|
787 |
-
overflow-Y: hidden;
|
788 |
-
padding-top: 18px;
|
789 |
-
background: #f1f1f1;
|
790 |
-
border-bottom: 1px solid #f1f1f1;
|
791 |
-
margin-bottom: 20px;
|
792 |
-
color: #000;
|
793 |
-
white-space:pre-wrap;
|
794 |
-
word-wrap:break-word;
|
795 |
-
}
|
796 |
-
#framework_wrap pre code {
|
797 |
-
padding: 0 18px 18px 18px;
|
798 |
-
display: block;
|
799 |
-
background: url(../images/pre_bg.gif) repeat left top; /*--Background of lined paper--*/
|
800 |
-
}
|
801 |
-
/* Tabs */
|
802 |
-
.options_tabs {
|
803 |
-
display: none;
|
804 |
-
}
|
805 |
-
.ui-tabs {
|
806 |
-
zoom: 1;
|
807 |
-
background: url(../images/tabs_bg.png) repeat-y 0 0;
|
808 |
-
}
|
809 |
-
.ui-tabs .options_tabs {
|
810 |
-
display: block;
|
811 |
-
}
|
812 |
-
.ui-tabs-panel .description {
|
813 |
-
width: 225px !important;
|
814 |
-
}
|
815 |
-
.ui-tabs-panel .inline-edit-option .description {
|
816 |
-
width: 200px !important;
|
817 |
-
}
|
818 |
-
.ui-tabs-panel h2 {
|
819 |
-
display: none;
|
820 |
-
}
|
821 |
-
.ui-tabs .ui-tabs-nav {
|
822 |
-
list-style: none;
|
823 |
-
position: relative;
|
824 |
-
float: left;
|
825 |
-
width: 148px;
|
826 |
-
word-wrap: break-word;
|
827 |
-
}
|
828 |
-
.ui-tabs .ui-tabs-nav li {
|
829 |
-
position: relative;
|
830 |
-
float: left;
|
831 |
-
display: block;
|
832 |
-
margin: 0;
|
833 |
-
padding: 0;
|
834 |
-
overflow: visible;
|
835 |
-
}
|
836 |
-
.ui-tabs .ui-tabs-nav li a {
|
837 |
-
float: left;
|
838 |
-
text-decoration: none;
|
839 |
-
display: block;
|
840 |
-
width: 127px;
|
841 |
-
padding: 8px 10px;
|
842 |
-
border-bottom: 1px solid #e3e3e3;
|
843 |
-
color: #21759B;
|
844 |
-
text-shadow: 0 1px 0 #fff;
|
845 |
-
background-image: url(../images/white_px.png);
|
846 |
-
background-repeat: repeat-x;
|
847 |
-
background-position: 0 0;
|
848 |
-
font-size: 11px;
|
849 |
-
}
|
850 |
-
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
|
851 |
-
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover {
|
852 |
-
background: #fff;
|
853 |
-
color: #d54e45;
|
854 |
-
width: 128px;
|
855 |
-
}
|
856 |
-
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
|
857 |
-
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
|
858 |
-
cursor: text;
|
859 |
-
}
|
860 |
-
.ui-tabs .ui-tabs-nav li a,
|
861 |
-
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
|
862 |
-
cursor: pointer;
|
863 |
-
}
|
864 |
-
.ui-tabs .ui-tabs-nav li.ui-state-hover a {
|
865 |
-
background-color: #eaf2fa;
|
866 |
-
color: #555;
|
867 |
-
}
|
868 |
-
.ui-tabs .ui-tabs-panel {
|
869 |
-
display: block;
|
870 |
-
float: right;
|
871 |
-
width: 595px;
|
872 |
-
min-height: 400px;
|
873 |
-
}
|
874 |
-
.ui-tabs .ui-tabs-hide {
|
875 |
-
display: none !important;
|
876 |
-
}
|
877 |
-
.options_tabs li.ui-tabs-selected span {
|
878 |
-
position: absolute;
|
879 |
-
left: -1px;
|
880 |
-
top: 12px;
|
881 |
-
height: 9px;
|
882 |
-
width: 8px;
|
883 |
-
background: url(../images/icon_arrow.png) no-repeat 0 0;
|
884 |
-
}
|
885 |
-
|
886 |
-
|
887 |
-
|
888 |
-
/* file input */
|
889 |
-
div.file_wrap {
|
890 |
-
position: relative;
|
891 |
-
float: left;
|
892 |
-
width: 345px;
|
893 |
-
}
|
894 |
-
div.fake_file {
|
895 |
-
position: absolute;
|
896 |
-
top: 0px;
|
897 |
-
left: 0px;
|
898 |
-
z-index: 1;
|
899 |
-
}
|
900 |
-
div.fake_file input.upload {
|
901 |
-
margin-right: 3px;
|
902 |
-
width: 279px !important;
|
903 |
-
}
|
904 |
-
input.file {
|
905 |
-
background: none;
|
906 |
-
position: relative;
|
907 |
-
text-align: right;
|
908 |
-
float: right;
|
909 |
-
height: 28px;
|
910 |
-
-moz-opacity: 0;
|
911 |
-
filter: alpha(opacity: 0);
|
912 |
-
opacity: 0;
|
913 |
-
z-index: 2;
|
914 |
-
}
|
915 |
-
|
916 |
-
#register-profile-builder .validateStatus{
|
917 |
-
|
918 |
-
|
919 |
-
|
920 |
-
|
921 |
-
|
922 |
-
|
923 |
-
|
924 |
-
|
925 |
-
|
926 |
-
|
927 |
-
|
928 |
-
|
929 |
-
|
930 |
-
|
931 |
-
|
932 |
-
|
933 |
-
|
934 |
-
|
935 |
-
|
936 |
-
|
937 |
-
|
938 |
-
|
939 |
-
|
940 |
-
|
941 |
-
|
942 |
-
|
943 |
-
|
944 |
-
|
945 |
-
|
946 |
-
|
947 |
-
|
948 |
-
|
949 |
-
|
950 |
-
|
951 |
-
|
952 |
-
|
953 |
-
|
954 |
-
|
955 |
-
|
956 |
-
|
957 |
-
|
958 |
-
|
959 |
-
|
960 |
-
|
961 |
-
|
962 |
-
}
|
963 |
-
|
964 |
-
#
|
965 |
-
vertical-align:
|
966 |
-
|
967 |
-
|
968 |
-
|
969 |
-
|
970 |
-
|
971 |
-
|
972 |
-
|
973 |
-
|
974 |
-
|
975 |
-
|
976 |
-
|
977 |
-
|
978 |
-
|
979 |
-
|
980 |
-
|
981 |
-
|
982 |
-
}
|
983 |
-
|
984 |
-
|
985 |
-
|
986 |
-
|
987 |
-
|
988 |
-
|
989 |
-
|
990 |
-
|
991 |
-
|
992 |
-
|
993 |
-
|
994 |
-
|
995 |
-
|
996 |
-
|
997 |
-
|
998 |
-
|
999 |
-
|
1000 |
-
|
1001 |
-
|
1002 |
-
|
1003 |
-
|
1004 |
-
|
1005 |
-
|
1006 |
-
|
1007 |
-
|
1008 |
-
#
|
1009 |
-
width:
|
1010 |
-
|
1011 |
-
|
1012 |
-
|
1013 |
-
|
1014 |
-
vertical-align:
|
1015 |
-
display:inline-block !important;
|
1016 |
-
margin-bottom:0 !important;
|
1017 |
-
width:
|
1018 |
-
*display:inline !important;
|
1019 |
-
zoom:1;
|
1020 |
-
}
|
1021 |
-
#framework_wrap #content .
|
1022 |
-
|
1023 |
-
|
1024 |
-
|
1025 |
-
|
1026 |
-
|
1027 |
-
|
1028 |
-
|
1029 |
-
|
1030 |
-
|
1031 |
-
|
1032 |
-
|
1033 |
-
|
1034 |
-
|
1035 |
-
|
1036 |
-
|
1037 |
-
|
1038 |
-
|
1039 |
-
|
1040 |
-
|
1041 |
-
|
1042 |
-
|
1043 |
-
|
1044 |
-
|
1045 |
-
|
1046 |
-
|
1047 |
-
|
1048 |
-
|
1049 |
-
|
1050 |
-
|
1051 |
-
|
1052 |
-
|
1053 |
-
|
1054 |
-
|
1055 |
-
|
1056 |
-
|
1057 |
-
|
1058 |
-
|
1059 |
-
|
1060 |
-
|
1061 |
-
|
1062 |
-
|
1063 |
-
|
1064 |
-
|
1065 |
-
|
1066 |
-
|
1067 |
-
|
1068 |
-
|
1069 |
-
|
1070 |
-
|
1071 |
-
|
1072 |
-
|
1073 |
-
|
1074 |
-
|
1075 |
-
|
1076 |
-
|
1077 |
-
|
1078 |
-
|
1079 |
-
|
1080 |
-
|
1081 |
-
|
1082 |
-
|
1083 |
-
|
1084 |
-
|
1085 |
-
|
1086 |
-
|
1087 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/* Profile Builder CSS File*/
|
2 |
+
/*
|
3 |
+
Original Plugin Name: OptionTree
|
4 |
+
Original Plugin URI: http://wp.envato.com
|
5 |
+
Original Author: Derek Herman
|
6 |
+
Original Author URI: http://valendesigns.com
|
7 |
+
*/
|
8 |
+
#wpwrap {
|
9 |
+
min-width: 990px;
|
10 |
+
}
|
11 |
+
strong {
|
12 |
+
color: #000;
|
13 |
+
}
|
14 |
+
.clear {
|
15 |
+
clear: both;
|
16 |
+
}
|
17 |
+
.hide,
|
18 |
+
#contextual-help-link-wrap {
|
19 |
+
display: none;
|
20 |
+
}
|
21 |
+
.left {
|
22 |
+
float: left !important;
|
23 |
+
}
|
24 |
+
.right {
|
25 |
+
float: right !important;
|
26 |
+
}
|
27 |
+
p {
|
28 |
+
padding-bottom: 14px;
|
29 |
+
}
|
30 |
+
a {
|
31 |
+
text-decoration: none;
|
32 |
+
}
|
33 |
+
a strong {
|
34 |
+
color: #21759B !important;
|
35 |
+
}
|
36 |
+
a:hover strong {
|
37 |
+
color: #d54e21 !important;
|
38 |
+
}
|
39 |
+
#framework_wrap .error {
|
40 |
+
display: none !important;
|
41 |
+
}
|
42 |
+
#framework_wrap {
|
43 |
+
position: relative;
|
44 |
+
width: 788px;
|
45 |
+
margin: 15px;
|
46 |
+
}
|
47 |
+
#framework_wrap #header {
|
48 |
+
-webkit-border-top-left-radius: 3px;
|
49 |
+
-webkit-border-top-right-radius: 3px;
|
50 |
+
-moz-border-radius-topleft: 3px;
|
51 |
+
-moz-border-radius-topright: 3px;
|
52 |
+
border-top-left-radius: 3px;
|
53 |
+
border-top-right-radius: 3px;
|
54 |
+
background: #6d6d6d url(../images/header.png) repeat-x left top;
|
55 |
+
border: 1px solid #555;
|
56 |
+
height: 71px;
|
57 |
+
width: 785px;
|
58 |
+
position: relative;
|
59 |
+
}
|
60 |
+
#framework_wrap #header h1 {
|
61 |
+
width: 225px;
|
62 |
+
height: 50px;
|
63 |
+
background: url(../images/logo.png) no-repeat 0 0;
|
64 |
+
text-indent: -9999px;
|
65 |
+
margin: 10px 0 0 20px;
|
66 |
+
}
|
67 |
+
|
68 |
+
#framework_wrap #header span.icon {
|
69 |
+
position: absolute;
|
70 |
+
display: block;
|
71 |
+
right: 20px;
|
72 |
+
top: 18px;
|
73 |
+
height: 32px;
|
74 |
+
width: 32px;
|
75 |
+
text-indent: -9999px;
|
76 |
+
/*background: url(../images/icon_option.png) no-repeat left center;*/
|
77 |
+
}
|
78 |
+
#framework_wrap #header div.version {
|
79 |
+
text-align: left;
|
80 |
+
position: absolute;
|
81 |
+
left: 85px;
|
82 |
+
top: 50px;
|
83 |
+
font-size: 9px !important;
|
84 |
+
line-height: 10px;
|
85 |
+
color: #111;
|
86 |
+
font-style: normal;
|
87 |
+
font-family: Verdana,Arial,sans-serif;
|
88 |
+
text-transform: uppercase;
|
89 |
+
font-weight: normal;
|
90 |
+
text-shadow: 0 1px 0 #888;
|
91 |
+
letter-spacing: -0.05em;
|
92 |
+
}
|
93 |
+
#framework_wrap #content_wrap {
|
94 |
+
border: 1px solid #aaa;
|
95 |
+
border-top: none;
|
96 |
+
background: #fff;
|
97 |
+
width: 785px;
|
98 |
+
position: relative;
|
99 |
+
}
|
100 |
+
#framework_wrap #content_wrap .info {
|
101 |
+
background: #eaf2fa;
|
102 |
+
background: #f9f9f9;
|
103 |
+
height: 35px;
|
104 |
+
border-top: 1px solid #fff;
|
105 |
+
border-bottom: 1px solid #e3e3e3;
|
106 |
+
}
|
107 |
+
a.toggle_tabs {
|
108 |
+
cursor: pointer;
|
109 |
+
background: url(../images/toggle_tabs.png) no-repeat -2px -1px;
|
110 |
+
display: block;
|
111 |
+
height: 22px;
|
112 |
+
width: 21px;
|
113 |
+
float: left;
|
114 |
+
text-indent: -9999px;
|
115 |
+
margin: 5px 5px 0 19px;
|
116 |
+
border: 1px solid #bbb;
|
117 |
+
-webkit-border-radius: 4px;
|
118 |
+
-moz-border-radius: 4px;
|
119 |
+
border-radius: 4px;
|
120 |
+
}
|
121 |
+
.no-tabs a.toggle_tabs {
|
122 |
+
display: none;
|
123 |
+
}
|
124 |
+
a:hover.toggle_tabs {
|
125 |
+
border-color: #666;
|
126 |
+
}
|
127 |
+
a.off {
|
128 |
+
background-position: -2px -26px;
|
129 |
+
}
|
130 |
+
#framework_wrap #content_wrap .bottom {
|
131 |
+
border-top: 1px solid #fff !important;
|
132 |
+
border-bottom: none !important;
|
133 |
+
|
134 |
+
background: #f1f1f1;
|
135 |
+
}
|
136 |
+
#framework_wrap #content_wrap .info input.button-framework {
|
137 |
+
float: right;
|
138 |
+
margin: 5px 20px 0 0;
|
139 |
+
padding: 4px 10px;
|
140 |
+
font-size: 11px;
|
141 |
+
height: 24px;
|
142 |
+
}
|
143 |
+
#framework_wrap #content_wrap .info input.add-item {
|
144 |
+
float: left;
|
145 |
+
margin-left: 20px;
|
146 |
+
}
|
147 |
+
#framework_wrap #content_wrap .info input.reset {
|
148 |
+
margin-left: 20px;
|
149 |
+
color: #d54e45;
|
150 |
+
float: left;
|
151 |
+
}
|
152 |
+
#framework_wrap #content_wrap a.reset {
|
153 |
+
margin-right: 10px;
|
154 |
+
color: #d54e45;
|
155 |
+
}
|
156 |
+
.ajax-message {
|
157 |
+
position: absolute;
|
158 |
+
left: 300px;
|
159 |
+
top: 100px;
|
160 |
+
width: 200px;
|
161 |
+
z-index: 100;
|
162 |
+
display: none;
|
163 |
+
overflow: visible;
|
164 |
+
}
|
165 |
+
#framework_wrap #content_wrap .message {
|
166 |
+
text-align: center;
|
167 |
+
color: #444;
|
168 |
+
text-shadow: 0 1px 0 #fff;
|
169 |
+
font-size: 12px;
|
170 |
+
line-height: 16px;
|
171 |
+
padding: 20px 10px;
|
172 |
+
background: #f3f3f3;
|
173 |
+
border: 1px solid #bbb;
|
174 |
+
-webkit-border-radius: 5px;
|
175 |
+
-moz-border-radius: 5px;
|
176 |
+
border-radius: 5px;
|
177 |
+
-moz-box-shadow: 0px 2px 5px #eee;
|
178 |
+
-webkit-box-shadow: 0px 2px 5px #eee;
|
179 |
+
box-shadow: 0px 2px 5px #eee;
|
180 |
+
}
|
181 |
+
#framework_wrap #content_wrap .message span {
|
182 |
+
display: block;
|
183 |
+
height: 16px;
|
184 |
+
width: 16px;
|
185 |
+
position: absolute;
|
186 |
+
left: -8px;
|
187 |
+
top: -8px;
|
188 |
+
background: url(../images/icon_add.png) no-repeat 0 0;
|
189 |
+
}
|
190 |
+
#framework_wrap #content_wrap .message.warning span {
|
191 |
+
background-image: url(../images/icon_error.png);
|
192 |
+
}
|
193 |
+
/* Primary Form Button */
|
194 |
+
#framework_wrap input.button-framework {
|
195 |
+
cursor: pointer;
|
196 |
+
font-size: 12px;
|
197 |
+
color: #444;
|
198 |
+
text-shadow: 0 1px 0 #fff;
|
199 |
+
background: #f3f3f3 url(../images/btn.png) repeat-x 0 0;
|
200 |
+
border: 1px solid #bbb;
|
201 |
+
padding: 5px 10px;
|
202 |
+
}
|
203 |
+
#framework_wrap input:hover.button-framework {
|
204 |
+
color: #000;
|
205 |
+
border-color: #666;
|
206 |
+
}
|
207 |
+
#framework_wrap a.button-framework {
|
208 |
+
cursor: pointer;
|
209 |
+
font-size: 12px;
|
210 |
+
color: #444;
|
211 |
+
text-shadow: 0 1px 0 #fff;
|
212 |
+
background: #f3f3f3 url(../images/btn.png) repeat-x 0 0;
|
213 |
+
border: 1px solid #bbb;
|
214 |
+
padding: 3px 10px 3px 10px;
|
215 |
+
-webkit-border-radius: 4px;
|
216 |
+
-moz-border-radius: 4px;
|
217 |
+
border-radius: 4px;
|
218 |
+
text-decoration: none;
|
219 |
+
float: left;
|
220 |
+
position: relative;
|
221 |
+
left: 1px;
|
222 |
+
}
|
223 |
+
#framework_wrap div.inline-edit-save a.button-framework {
|
224 |
+
padding: 2px 10px 2px 10px;
|
225 |
+
font-size: 11px;
|
226 |
+
}
|
227 |
+
#framework_wrap a:hover.button-framework {
|
228 |
+
color: #000;
|
229 |
+
border-color: #666;
|
230 |
+
}
|
231 |
+
|
232 |
+
#framework_wrap a.button-framework.light {
|
233 |
+
border: 1px solid #dfdfdf;
|
234 |
+
color: #464646;
|
235 |
+
}
|
236 |
+
#framework_wrap a:hover.button-framework.light {
|
237 |
+
color: #000;
|
238 |
+
border-color: #adaca7;
|
239 |
+
}
|
240 |
+
|
241 |
+
/* Ads in free version */
|
242 |
+
#framework_wrap #content_wrap .basic-version-info {
|
243 |
+
height:113px;
|
244 |
+
background:#fffbcc;
|
245 |
+
}
|
246 |
+
#framework_wrap #content_wrap .basic-version-info form{
|
247 |
+
float:right;
|
248 |
+
margin-right:13px;
|
249 |
+
margin-top:30px;
|
250 |
+
}
|
251 |
+
#framework_wrap #content_wrap .basic-version-info a{
|
252 |
+
position:absolute;
|
253 |
+
width:140px;
|
254 |
+
top:80px;
|
255 |
+
margin-left:60px;
|
256 |
+
|
257 |
+
}
|
258 |
+
|
259 |
+
/* Content Inner */
|
260 |
+
#framework_wrap #content {
|
261 |
+
padding: 0;
|
262 |
+
width: 785px;
|
263 |
+
border-bottom: 1px solid #e3e3e3;
|
264 |
+
position: relative;
|
265 |
+
}
|
266 |
+
.screenshot {
|
267 |
+
float: right;
|
268 |
+
margin-left: 1px;
|
269 |
+
position: relative;
|
270 |
+
width: 344px;
|
271 |
+
}
|
272 |
+
.screenshot img {
|
273 |
+
max-width: 334px;
|
274 |
+
padding: 4px;
|
275 |
+
border: 1px solid #ccc;
|
276 |
+
background: #fafafa;
|
277 |
+
border-color: #ccc #eee #eee #ccc;
|
278 |
+
-webkit-border-radius: 4px;
|
279 |
+
-moz-border-radius: 4px;
|
280 |
+
border-radius: 4px;
|
281 |
+
float: right;
|
282 |
+
}
|
283 |
+
.screenshot a {
|
284 |
+
text-decoration: none;
|
285 |
+
padding-left: 20px;
|
286 |
+
}
|
287 |
+
.screenshot a.remove {
|
288 |
+
background: url(../images/icon_delete.png) no-repeat 0 0;
|
289 |
+
display: block;
|
290 |
+
height: 16px;
|
291 |
+
width: 16px;
|
292 |
+
position: absolute;
|
293 |
+
bottom: -4px;
|
294 |
+
right: -4px;
|
295 |
+
text-indent: -9999px;
|
296 |
+
float: left;
|
297 |
+
padding: 0;
|
298 |
+
border: none;
|
299 |
+
}
|
300 |
+
.screenshot .no_image a.remove {
|
301 |
+
left: 0;
|
302 |
+
top: 2px;
|
303 |
+
}
|
304 |
+
.option-upload .element {
|
305 |
+
padding-bottom: 5px;
|
306 |
+
}
|
307 |
+
#framework_wrap #content h2 {
|
308 |
+
margin-bottom: 10px;
|
309 |
+
border-bottom: 1px solid #e5e5e5;
|
310 |
+
}
|
311 |
+
#framework_wrap #content h3 {
|
312 |
+
border-bottom: 1px solid #eee;
|
313 |
+
margin: 0 0 15px 0;
|
314 |
+
padding-bottom: 10px;
|
315 |
+
clear: both;
|
316 |
+
font-size: 14px;
|
317 |
+
}
|
318 |
+
h3.text-title {
|
319 |
+
font: italic 20px/30px Georgia,"Times New Roman","Bitstream Charter",Times,serif !important;
|
320 |
+
}
|
321 |
+
#framework_wrap #content tbody tr.inline-edit-option td h3 {
|
322 |
+
border-bottom-color: #ddd;
|
323 |
+
}
|
324 |
+
#framework_wrap #content .block {
|
325 |
+
display: block;
|
326 |
+
overflow: hidden;
|
327 |
+
padding: 20px;
|
328 |
+
}
|
329 |
+
#framework_wrap #content p {
|
330 |
+
font-size: 11px;
|
331 |
+
color: #555;
|
332 |
+
padding-bottom: 20px;
|
333 |
+
margin: 0;
|
334 |
+
}
|
335 |
+
#framework_wrap #content table {
|
336 |
+
border: 1px solid #dfdfdf;
|
337 |
+
width: 100%;
|
338 |
+
text-align: left;
|
339 |
+
border-spacing: 0;
|
340 |
+
border-style: solid;
|
341 |
+
border-width: 1px;
|
342 |
+
font-size: 11px !important;
|
343 |
+
text-shadow: 0 1px 0 #fff;
|
344 |
+
-webkit-border-radius: 4px;
|
345 |
+
-moz-border-radius: 4px;
|
346 |
+
border-radius: 4px;
|
347 |
+
}
|
348 |
+
#framework_wrap #content2 table {
|
349 |
+
border: 0px solid #dfdfdf;
|
350 |
+
width: 100%;
|
351 |
+
text-align: left;
|
352 |
+
border-spacing: 0;
|
353 |
+
border-style: solid;
|
354 |
+
border-width: 1px;
|
355 |
+
font-size: 11px !important;
|
356 |
+
text-shadow: 0 1px 0 #fff;
|
357 |
+
-webkit-border-radius: 4px;
|
358 |
+
-moz-border-radius: 4px;
|
359 |
+
border-radius: 4px;
|
360 |
+
}
|
361 |
+
|
362 |
+
#framework_wrap #content .has-table table th {
|
363 |
+
background: #f1f1f1;
|
364 |
+
background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
|
365 |
+
background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
|
366 |
+
}
|
367 |
+
tbody tr:hover {
|
368 |
+
cursor: pointer;
|
369 |
+
}
|
370 |
+
tbody tr.inline-edit-option {
|
371 |
+
}
|
372 |
+
tbody tr.inline-edit-option td {
|
373 |
+
background: #f1f1f1;
|
374 |
+
border-top: 1px solid #fff;
|
375 |
+
border-left: 1px solid #fff;
|
376 |
+
border-right: 1px solid #fff;
|
377 |
+
}
|
378 |
+
tbody tr:hover.inline-edit-option {
|
379 |
+
cursor: default;
|
380 |
+
}
|
381 |
+
#framework_wrap #content .has-table table #framework-settings .dragging {
|
382 |
+
background: #666 url(../images/black_px.png) repeat-x 0 0;
|
383 |
+
color: #fff;
|
384 |
+
text-shadow: 0 1px 0 #000;
|
385 |
+
}
|
386 |
+
#framework_wrap #content .has-table table #framework-settings .dragging td {
|
387 |
+
border-color: #000;
|
388 |
+
}
|
389 |
+
#framework_wrap #content .has-table table #framework-settings .dragging .col-edit {
|
390 |
+
background: url(../images/icon_up_down.png) no-repeat 63px center;
|
391 |
+
}
|
392 |
+
#framework_wrap #content .has-table table #framework-settings .dragging a.edit-inline,
|
393 |
+
#framework_wrap #content .has-table table #framework-settings .dragging a.delete-inline {
|
394 |
+
display: none;
|
395 |
+
}
|
396 |
+
.col-title {
|
397 |
+
padding-left: 10px !important;
|
398 |
+
width: 200px;
|
399 |
+
}
|
400 |
+
.col-type {
|
401 |
+
width: 60px;
|
402 |
+
}
|
403 |
+
.col-edit {
|
404 |
+
width: 45px;
|
405 |
+
padding-left: 40px !important;
|
406 |
+
padding-right: 0px !important;
|
407 |
+
}
|
408 |
+
.has-table table tr:first-child {
|
409 |
+
cursor: default;
|
410 |
+
}
|
411 |
+
.has-table table .col-heading {
|
412 |
+
background: #eaf3fa;
|
413 |
+
}
|
414 |
+
.has-table table .col-heading td:first-child {
|
415 |
+
font-weight: bold;
|
416 |
+
background: transparent url(../images/icon_header.png) no-repeat 10px 11px;
|
417 |
+
padding-left: 30px !important;
|
418 |
+
}
|
419 |
+
.has-table table thead th,
|
420 |
+
.has-table table td {
|
421 |
+
border-bottom: 1px solid #dfdfdf;
|
422 |
+
}
|
423 |
+
.has-table table tr,
|
424 |
+
.has-table table td,
|
425 |
+
.has-table table th {
|
426 |
+
padding: 10px 10px;
|
427 |
+
font-size: 11px !important;
|
428 |
+
}
|
429 |
+
.has-table table th {
|
430 |
+
padding: 6px 10px;
|
431 |
+
font-size: 11px !important;
|
432 |
+
}
|
433 |
+
.has-table table a {
|
434 |
+
text-decoration: none;
|
435 |
+
}
|
436 |
+
/* Inline Edit */
|
437 |
+
.inline-edit-option {
|
438 |
+
display: none;
|
439 |
+
}
|
440 |
+
a.edit-inline,
|
441 |
+
a.delete-inline,
|
442 |
+
a.add-option {
|
443 |
+
background: url(../images/icon_edit.png) no-repeat 0 0;
|
444 |
+
display: block;
|
445 |
+
height: 16px;
|
446 |
+
width: 16px;
|
447 |
+
text-indent: -9999px;
|
448 |
+
float: left;
|
449 |
+
margin-right: 5px;
|
450 |
+
display: block;
|
451 |
+
}
|
452 |
+
a.delete-inline {
|
453 |
+
background-image: url(../images/icon_delete.png);
|
454 |
+
}
|
455 |
+
a.add-option {
|
456 |
+
background-image: url(../images/icon_add.png);
|
457 |
+
margin-left: 21px;
|
458 |
+
}
|
459 |
+
a:hover.edit-inline {
|
460 |
+
border-color: #666;
|
461 |
+
}
|
462 |
+
a:hover.delete-inline {
|
463 |
+
border-color: #d54e45;
|
464 |
+
}
|
465 |
+
#framework_wrap #content .option {
|
466 |
+
padding-bottom: 15px;
|
467 |
+
}
|
468 |
+
#framework_wrap #content .option .section {
|
469 |
+
overflow: hidden;
|
470 |
+
font-size: 11px;
|
471 |
+
}
|
472 |
+
#framework_wrap #content .option .section .element {
|
473 |
+
float: left;
|
474 |
+
margin: 0 15px 0 0;
|
475 |
+
width: 345px;
|
476 |
+
}
|
477 |
+
#framework_wrap #content .option-checkbox .section .element {
|
478 |
+
width: 25px;
|
479 |
+
}
|
480 |
+
#framework_wrap #content .option .section .description {
|
481 |
+
color: #555;
|
482 |
+
float: left;
|
483 |
+
font-size: 11px;
|
484 |
+
padding: 2px 10px 0 0;
|
485 |
+
width: 370px;
|
486 |
+
}
|
487 |
+
div.desc-text p {
|
488 |
+
color: #555;
|
489 |
+
font-size: 11px !important;
|
490 |
+
}
|
491 |
+
#framework_wrap #content .inline-edit-option .option .section .description {
|
492 |
+
width: 325px;
|
493 |
+
padding-top: 0px;
|
494 |
+
}
|
495 |
+
#framework_wrap #content .option-checkbox .section .description {
|
496 |
+
width: 540px;
|
497 |
+
}
|
498 |
+
#framework_wrap #content label {
|
499 |
+
|
500 |
+
}
|
501 |
+
.input_wrap {
|
502 |
+
padding: 4px 10px 12px 0;
|
503 |
+
float: left;
|
504 |
+
width: 350px;
|
505 |
+
}
|
506 |
+
.option-checbox .input_wrap,
|
507 |
+
.option-radio .input_wrap {
|
508 |
+
padding: 4px 10px 4px 0;
|
509 |
+
width: 325px;
|
510 |
+
}
|
511 |
+
.option-checbox .element {
|
512 |
+
border: none;
|
513 |
+
max-height: 260px;
|
514 |
+
height: auto !important;
|
515 |
+
height: expression( document.body.clientHeight > 260 ? "260px" : "auto" );
|
516 |
+
overflow-y: auto;
|
517 |
+
overflow-x: hidden;
|
518 |
+
}
|
519 |
+
.input_wrap input[type="checkbox"],
|
520 |
+
.input_wrap input[type="radio"] {
|
521 |
+
float: left;
|
522 |
+
width: 20px;
|
523 |
+
margin-top: 3px;
|
524 |
+
vertical-align: bottom;
|
525 |
+
}
|
526 |
+
.input_wrap input[type="radio"] {
|
527 |
+
margin-top: 4px;
|
528 |
+
}
|
529 |
+
.input_wrap label {
|
530 |
+
float: left;
|
531 |
+
width: 325px;
|
532 |
+
}
|
533 |
+
.option-checbox .input_wrap label,
|
534 |
+
.option-radio .input_wrap label {
|
535 |
+
width: 300px;
|
536 |
+
}
|
537 |
+
#framework_wrap #content label input {
|
538 |
+
margin-right: 5px;
|
539 |
+
display: block;
|
540 |
+
float: left;
|
541 |
+
}
|
542 |
+
#framework_wrap #content input[type="text"],
|
543 |
+
#framework_wrap #content select,
|
544 |
+
#framework_wrap #content textarea {
|
545 |
+
background: #fafafa;
|
546 |
+
border-color: #ccc #eee #eee #ccc;
|
547 |
+
border-style: solid;
|
548 |
+
border-width: 1px;
|
549 |
+
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
|
550 |
+
font-size: 12px;
|
551 |
+
margin-bottom: 9px !important;
|
552 |
+
padding: 5px;
|
553 |
+
width: 310px;
|
554 |
+
display: block;
|
555 |
+
color: #888;
|
556 |
+
resize: none;
|
557 |
+
}
|
558 |
+
#framework_wrap #content tbody tr.inline-edit-option td input[type="text"],
|
559 |
+
#framework_wrap #content tbody tr.inline-edit-option td select,
|
560 |
+
#framework_wrap #content tbody tr.inline-edit-option td textarea {
|
561 |
+
background: #fff;
|
562 |
+
}
|
563 |
+
#framework_wrap #content input[type="text"].upload {
|
564 |
+
width: 281px;
|
565 |
+
float: left;
|
566 |
+
}
|
567 |
+
#framework_wrap #content input[type="text"].cp_input {
|
568 |
+
width: 312px !important;
|
569 |
+
float: left;
|
570 |
+
}
|
571 |
+
.cp_box {
|
572 |
+
float: right;
|
573 |
+
width: 25px;
|
574 |
+
height: 25px;
|
575 |
+
position: relative;
|
576 |
+
top: 1px;
|
577 |
+
border: 1px solid #ccc;
|
578 |
+
border-color: #ccc #eee #eee #ccc;
|
579 |
+
background: #fafafa;
|
580 |
+
-webkit-border-radius: 4px;
|
581 |
+
-moz-border-radius: 4px;
|
582 |
+
border-radius: 4px;
|
583 |
+
}
|
584 |
+
.cp_box div {
|
585 |
+
width: 13px;
|
586 |
+
height: 13px;
|
587 |
+
border: 1px solid #bbb;
|
588 |
+
border-color: #eee #ccc #ccc #eee;
|
589 |
+
background: #fafafa url(../images/empty.gif);
|
590 |
+
position: absolute;
|
591 |
+
left: 5px;
|
592 |
+
top: 5px;
|
593 |
+
box-shadow: 1px 1px 0px #ccc;
|
594 |
+
-webkit-box-shadow: 1px 1px 0px #ccc;
|
595 |
+
-moz-box-shadow: 1px 1px 0px #ccc;
|
596 |
+
}
|
597 |
+
#framework_wrap #content .element small {
|
598 |
+
float: left;
|
599 |
+
font-size: 9px;
|
600 |
+
line-height: 9px;
|
601 |
+
color: #999;
|
602 |
+
position: relative;
|
603 |
+
top: -5px;
|
604 |
+
left: 2px;
|
605 |
+
}
|
606 |
+
.upload_button,
|
607 |
+
.upload_file_button,
|
608 |
+
.ob_button {
|
609 |
+
float: right;
|
610 |
+
padding: 5px;
|
611 |
+
cursor: pointer;
|
612 |
+
color: #444;
|
613 |
+
text-shadow: 0 1px 0 #fff;
|
614 |
+
background: #f3f3f3 url(../images/btn.png) repeat-x 0 0 !important;
|
615 |
+
border: 1px solid #bbb;
|
616 |
+
position: relative;
|
617 |
+
right: -1px;
|
618 |
+
height: 27px;
|
619 |
+
}
|
620 |
+
#framework_wrap #content select {
|
621 |
+
height: 28px;
|
622 |
+
padding: 4px 5px;
|
623 |
+
}
|
624 |
+
#framework_wrap #content input[type="text"]:focus,
|
625 |
+
#framework_wrap #content select:focus,
|
626 |
+
#framework_wrap #content textarea:focus,
|
627 |
+
#framework_wrap #content input[type="text"]:hover,
|
628 |
+
#framework_wrap #content select:hover,
|
629 |
+
#framework_wrap #content textarea:hover {
|
630 |
+
background: #fff;
|
631 |
+
border-color: #bbb #eee #eee #bbb;
|
632 |
+
color: #333;
|
633 |
+
}
|
634 |
+
#framework_wrap *:focus {
|
635 |
+
outline: none;
|
636 |
+
}
|
637 |
+
#framework_wrap *::-moz-focus-inner {
|
638 |
+
border: none;
|
639 |
+
}
|
640 |
+
.bottom_btn {
|
641 |
+
float: left;
|
642 |
+
width: 100%;
|
643 |
+
padding-top: 15px;
|
644 |
+
}
|
645 |
+
#framework_wrap #content .select_wrapper {
|
646 |
+
-moz-border-radius: 4px;
|
647 |
+
-webkit-border-radius: 4px;
|
648 |
+
border-radius: 4px;
|
649 |
+
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
|
650 |
+
font-size: 12px;
|
651 |
+
background: #fafafa url(../images/select.png) no-repeat right center;
|
652 |
+
border-color: #ccc #eee #eee #ccc;
|
653 |
+
border-style: solid;
|
654 |
+
border-width: 1px;
|
655 |
+
float: left;
|
656 |
+
height: 26px;
|
657 |
+
width: 344px;
|
658 |
+
margin: 0;
|
659 |
+
margin-bottom: 9px !important;
|
660 |
+
width: 344px;
|
661 |
+
display: block;
|
662 |
+
color: #888;
|
663 |
+
}
|
664 |
+
#framework_wrap #content .option-type .select_wrapper {
|
665 |
+
background-color: #fff;
|
666 |
+
}
|
667 |
+
#framework_wrap #content .select_wrapper.measurement {
|
668 |
+
width: 65px;
|
669 |
+
float: right;
|
670 |
+
margin-top: 1px;
|
671 |
+
}
|
672 |
+
#framework_wrap #content input.measurement {
|
673 |
+
width: 269px;
|
674 |
+
float: left;
|
675 |
+
padding-top: 6px;
|
676 |
+
}
|
677 |
+
#framework_wrap #content .select_wrapper:hover {
|
678 |
+
background-color: #fff;
|
679 |
+
border-color: #bbb #eee #eee #bbb;
|
680 |
+
color: #333;
|
681 |
+
}
|
682 |
+
#framework_wrap #content select.select {
|
683 |
+
cursor: pointer;
|
684 |
+
height: 28px;
|
685 |
+
margin: 0;
|
686 |
+
-moz-opacity: 0;
|
687 |
+
filter: alpha(opacity: 0);
|
688 |
+
opacity: 0;
|
689 |
+
padding: 0;
|
690 |
+
position: relative;
|
691 |
+
width: inherit;
|
692 |
+
z-index: 4;
|
693 |
+
}
|
694 |
+
#framework_wrap #content .select_wrapper span {
|
695 |
+
height: 26px;
|
696 |
+
line-height: 26px;
|
697 |
+
position: absolute;
|
698 |
+
z-index: 2;
|
699 |
+
padding-left: 6px;
|
700 |
+
}
|
701 |
+
/* Image Slider */
|
702 |
+
.option-tree-slider {
|
703 |
+
background: #eaf3fa;
|
704 |
+
padding: 0px 10px;
|
705 |
+
margin-bottom: 8px;
|
706 |
+
text-shadow: 0 1px 0 #fff;
|
707 |
+
position: relative;
|
708 |
+
/* CSS3 */
|
709 |
+
-webkit-border-radius: 4px;
|
710 |
+
-moz-border-radius: 4px;
|
711 |
+
border-radius: 4px;
|
712 |
+
-moz-box-shadow: 1px 1px 0px #ccc;
|
713 |
+
-webkit-box-shadow: 1px 1px 0px #ccc;
|
714 |
+
box-shadow: 1px 1px 0px #ccc;
|
715 |
+
}
|
716 |
+
.option-tree-slider p {
|
717 |
+
padding-bottom: 5px !important;
|
718 |
+
margin-bottom: 0px !important;
|
719 |
+
}
|
720 |
+
#framework_wrap #content .option-option-tree-slider .section .element input[type="text"],
|
721 |
+
#framework_wrap #content .option-option-tree-slider .section .element textarea {
|
722 |
+
background: #fff;
|
723 |
+
width: 323px;
|
724 |
+
}
|
725 |
+
.option-tree-slider-wrap .edit {
|
726 |
+
position: absolute;
|
727 |
+
height: 16px;
|
728 |
+
width: 16px;
|
729 |
+
display: block;
|
730 |
+
text-indent: -9999px;
|
731 |
+
background: url(../images/icon_edit.png);
|
732 |
+
top: 6px;
|
733 |
+
right: 27px;
|
734 |
+
z-index: 10;
|
735 |
+
}
|
736 |
+
.option-tree-slider-wrap .edit.down {
|
737 |
+
background: url(../images/icon_up.png) !important;
|
738 |
+
}
|
739 |
+
.option-tree-slider-wrap .trash {
|
740 |
+
position: absolute;
|
741 |
+
height: 16px;
|
742 |
+
width: 16px;
|
743 |
+
display: block;
|
744 |
+
text-indent: -9999px;
|
745 |
+
background: url(../images/icon_delete.png);
|
746 |
+
top: 6px;
|
747 |
+
right: 6px;
|
748 |
+
z-index: 10;
|
749 |
+
}
|
750 |
+
.option-tree-slider-wrap .open {
|
751 |
+
padding: 5px 0px;
|
752 |
+
padding-right: 40px;
|
753 |
+
display: block;
|
754 |
+
font-size: 11px;
|
755 |
+
}
|
756 |
+
.option-tree-slider-wrap .option-tree-slider-body {
|
757 |
+
display: ;
|
758 |
+
}
|
759 |
+
/* Docs */
|
760 |
+
#framework_wrap #options_tabs.docs {
|
761 |
+
font-size: 11px !important;
|
762 |
+
color: #555;
|
763 |
+
}
|
764 |
+
#framework_wrap code {
|
765 |
+
font-size: 10px;
|
766 |
+
}
|
767 |
+
#framework_wrap ul.doc_list {
|
768 |
+
font-size: 11px !important;
|
769 |
+
padding-bottom: 20px;
|
770 |
+
}
|
771 |
+
#framework_wrap .doc_list li {
|
772 |
+
padding-bottom: 0px;
|
773 |
+
line-height: 12px;
|
774 |
+
list-style: disc;
|
775 |
+
margin-left: 16px;
|
776 |
+
}
|
777 |
+
#framework_wrap code {
|
778 |
+
background-color: #f1f1f1;
|
779 |
+
color: #000;
|
780 |
+
}
|
781 |
+
#framework_wrap pre {
|
782 |
+
font-size: 13px;
|
783 |
+
padding: 0;
|
784 |
+
margin: 0;
|
785 |
+
line-height: 18px;
|
786 |
+
overflow: auto;
|
787 |
+
overflow-Y: hidden;
|
788 |
+
padding-top: 18px;
|
789 |
+
background: #f1f1f1;
|
790 |
+
border-bottom: 1px solid #f1f1f1;
|
791 |
+
margin-bottom: 20px;
|
792 |
+
color: #000;
|
793 |
+
white-space:pre-wrap;
|
794 |
+
word-wrap:break-word;
|
795 |
+
}
|
796 |
+
#framework_wrap pre code {
|
797 |
+
padding: 0 18px 18px 18px;
|
798 |
+
display: block;
|
799 |
+
background: url(../images/pre_bg.gif) repeat left top; /*--Background of lined paper--*/
|
800 |
+
}
|
801 |
+
/* Tabs */
|
802 |
+
.options_tabs {
|
803 |
+
display: none;
|
804 |
+
}
|
805 |
+
.ui-tabs {
|
806 |
+
zoom: 1;
|
807 |
+
background: url(../images/tabs_bg.png) repeat-y 0 0;
|
808 |
+
}
|
809 |
+
.ui-tabs .options_tabs {
|
810 |
+
display: block;
|
811 |
+
}
|
812 |
+
.ui-tabs-panel .description {
|
813 |
+
width: 225px !important;
|
814 |
+
}
|
815 |
+
.ui-tabs-panel .inline-edit-option .description {
|
816 |
+
width: 200px !important;
|
817 |
+
}
|
818 |
+
.ui-tabs-panel h2 {
|
819 |
+
display: none;
|
820 |
+
}
|
821 |
+
.ui-tabs .ui-tabs-nav {
|
822 |
+
list-style: none;
|
823 |
+
position: relative;
|
824 |
+
float: left;
|
825 |
+
width: 148px;
|
826 |
+
word-wrap: break-word;
|
827 |
+
}
|
828 |
+
.ui-tabs .ui-tabs-nav li {
|
829 |
+
position: relative;
|
830 |
+
float: left;
|
831 |
+
display: block;
|
832 |
+
margin: 0;
|
833 |
+
padding: 0;
|
834 |
+
overflow: visible;
|
835 |
+
}
|
836 |
+
.ui-tabs .ui-tabs-nav li a {
|
837 |
+
float: left;
|
838 |
+
text-decoration: none;
|
839 |
+
display: block;
|
840 |
+
width: 127px;
|
841 |
+
padding: 8px 10px;
|
842 |
+
border-bottom: 1px solid #e3e3e3;
|
843 |
+
color: #21759B;
|
844 |
+
text-shadow: 0 1px 0 #fff;
|
845 |
+
background-image: url(../images/white_px.png);
|
846 |
+
background-repeat: repeat-x;
|
847 |
+
background-position: 0 0;
|
848 |
+
font-size: 11px;
|
849 |
+
}
|
850 |
+
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
|
851 |
+
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover {
|
852 |
+
background: #fff;
|
853 |
+
color: #d54e45;
|
854 |
+
width: 128px;
|
855 |
+
}
|
856 |
+
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
|
857 |
+
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
|
858 |
+
cursor: text;
|
859 |
+
}
|
860 |
+
.ui-tabs .ui-tabs-nav li a,
|
861 |
+
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
|
862 |
+
cursor: pointer;
|
863 |
+
}
|
864 |
+
.ui-tabs .ui-tabs-nav li.ui-state-hover a {
|
865 |
+
background-color: #eaf2fa;
|
866 |
+
color: #555;
|
867 |
+
}
|
868 |
+
.ui-tabs .ui-tabs-panel {
|
869 |
+
display: block;
|
870 |
+
float: right;
|
871 |
+
width: 595px;
|
872 |
+
min-height: 400px;
|
873 |
+
}
|
874 |
+
.ui-tabs .ui-tabs-hide {
|
875 |
+
display: none !important;
|
876 |
+
}
|
877 |
+
.options_tabs li.ui-tabs-selected span {
|
878 |
+
position: absolute;
|
879 |
+
left: -1px;
|
880 |
+
top: 12px;
|
881 |
+
height: 9px;
|
882 |
+
width: 8px;
|
883 |
+
background: url(../images/icon_arrow.png) no-repeat 0 0;
|
884 |
+
}
|
885 |
+
|
886 |
+
|
887 |
+
|
888 |
+
/* file input */
|
889 |
+
div.file_wrap {
|
890 |
+
position: relative;
|
891 |
+
float: left;
|
892 |
+
width: 345px;
|
893 |
+
}
|
894 |
+
div.fake_file {
|
895 |
+
position: absolute;
|
896 |
+
top: 0px;
|
897 |
+
left: 0px;
|
898 |
+
z-index: 1;
|
899 |
+
}
|
900 |
+
div.fake_file input.upload {
|
901 |
+
margin-right: 3px;
|
902 |
+
width: 279px !important;
|
903 |
+
}
|
904 |
+
input.file {
|
905 |
+
background: none;
|
906 |
+
position: relative;
|
907 |
+
text-align: right;
|
908 |
+
float: right;
|
909 |
+
height: 28px;
|
910 |
+
-moz-opacity: 0;
|
911 |
+
filter: alpha(opacity: 0);
|
912 |
+
opacity: 0;
|
913 |
+
z-index: 2;
|
914 |
+
}
|
915 |
+
|
916 |
+
#register-profile-builder .validateStatus{
|
917 |
+
position:relative;
|
918 |
+
top:3px;
|
919 |
+
}
|
920 |
+
.wppb-serialnumber-descr{
|
921 |
+
padding-left:100px;
|
922 |
+
}
|
923 |
+
#wppb_profile_builder_pro_serial{
|
924 |
+
width:335px;
|
925 |
+
}
|
926 |
+
|
927 |
+
#framework_wrap #content #customRedirect .afterRegistrationText{
|
928 |
+
position:relative;
|
929 |
+
vertical-align:middle;
|
930 |
+
display:inline-block !important;
|
931 |
+
margin-bottom:0 !important;
|
932 |
+
width: 400px;
|
933 |
+
*display:inline !important;
|
934 |
+
zoom:1;
|
935 |
+
}
|
936 |
+
|
937 |
+
#framework_wrap #content #customRedirect .afterLoginText{
|
938 |
+
position:relative;
|
939 |
+
left:37px;
|
940 |
+
vertical-align:middle;
|
941 |
+
display:inline-block !important;
|
942 |
+
margin-bottom:0 !important;
|
943 |
+
width: 400px;
|
944 |
+
*display:inline !important;
|
945 |
+
zoom:1;
|
946 |
+
}
|
947 |
+
#customRedirect #afterRegisterDescription{
|
948 |
+
vertical-align:middle;
|
949 |
+
}
|
950 |
+
|
951 |
+
#customRedirect #afterLoginDescription{
|
952 |
+
vertical-align:middle;
|
953 |
+
}
|
954 |
+
|
955 |
+
|
956 |
+
#userListing #sortingCriteria{
|
957 |
+
vertical-align:middle;
|
958 |
+
}
|
959 |
+
|
960 |
+
#userListing #sortingOrder{
|
961 |
+
vertical-align:middle;
|
962 |
+
}
|
963 |
+
|
964 |
+
#userListing #sortingNumber{
|
965 |
+
vertical-align:middle;
|
966 |
+
}
|
967 |
+
|
968 |
+
#plugin-layout input[type="submit"], #show-hide-admin-bar input[type="submit"], #default-fields input[type="submit"], #register-profile-builder input[type="submit"], #add-ons input[type="submit"], #wppb_customRedirect input[type="submit"], #wppb_userListing input[type="submit"], #disableLoginAndRegistration input[type="submit"]{
|
969 |
+
position:absolute;
|
970 |
+
bottom:0;
|
971 |
+
right:0;
|
972 |
+
margin-bottom:-30px;
|
973 |
+
margin-right:25px;
|
974 |
+
}
|
975 |
+
|
976 |
+
#ui-datepicker-div{
|
977 |
+
font: 70% "Trebuchet MS", sans-serif;
|
978 |
+
}
|
979 |
+
|
980 |
+
#addonHeader{
|
981 |
+
width:70%;
|
982 |
+
}
|
983 |
+
#framework_wrap #content .wppb_default_style{
|
984 |
+
position:relative;
|
985 |
+
left:18px;
|
986 |
+
vertical-align:middle;
|
987 |
+
display:inline-block !important;
|
988 |
+
margin-bottom:0 !important;
|
989 |
+
width: 100px;
|
990 |
+
*display:inline !important;
|
991 |
+
zoom:1;
|
992 |
+
}
|
993 |
+
#framework_wrap #content .sortingTable{
|
994 |
+
border: 0px !important;
|
995 |
+
width:100%;
|
996 |
+
}
|
997 |
+
#framework_wrap #content .sortingTableCell1, .sortingTableCell2{
|
998 |
+
border: 0px !important;
|
999 |
+
}
|
1000 |
+
|
1001 |
+
.redirectTableCell1{
|
1002 |
+
width:120px;
|
1003 |
+
}
|
1004 |
+
.sortingTableCell1{
|
1005 |
+
width: 50%;
|
1006 |
+
vertical-align:top;
|
1007 |
+
}
|
1008 |
+
#framework_wrap #content .sortingTableCell3{
|
1009 |
+
width:100%;
|
1010 |
+
border:none;
|
1011 |
+
}
|
1012 |
+
|
1013 |
+
#framework_wrap #content #customRedirect .redirectFirstInput{
|
1014 |
+
vertical-align:left;
|
1015 |
+
display:inline-block !important;
|
1016 |
+
margin-bottom:0 !important;
|
1017 |
+
width: 310px !important;
|
1018 |
+
*display:inline !important;
|
1019 |
+
zoom:1;
|
1020 |
+
}
|
1021 |
+
#framework_wrap #content #customRedirect .redirectSecondInput{
|
1022 |
+
vertical-align:left;
|
1023 |
+
display:inline-block !important;
|
1024 |
+
margin-bottom:0 !important;
|
1025 |
+
width: 310px;
|
1026 |
+
*display:inline !important;
|
1027 |
+
zoom:1;
|
1028 |
+
}
|
1029 |
+
#framework_wrap #content #customRedirect .redirectThirdInput{
|
1030 |
+
vertical-align:left;
|
1031 |
+
display:inline-block !important;
|
1032 |
+
margin-bottom:0 !important;
|
1033 |
+
width: 310px;
|
1034 |
+
*display:inline !important;
|
1035 |
+
zoom:1;
|
1036 |
+
}
|
1037 |
+
#framework_wrap #content #customRedirect .registerRedirectTarget{
|
1038 |
+
vertical-align:left;
|
1039 |
+
display:inline-block !important;
|
1040 |
+
margin-bottom:0 !important;
|
1041 |
+
width: 310px;
|
1042 |
+
*display:inline !important;
|
1043 |
+
zoom:1;
|
1044 |
+
}
|
1045 |
+
#framework_wrap #content #customRedirect .loginRedirectTarget{
|
1046 |
+
vertical-align:left;
|
1047 |
+
display:inline-block !important;
|
1048 |
+
margin-bottom:0 !important;
|
1049 |
+
width: 310px;
|
1050 |
+
*display:inline !important;
|
1051 |
+
zoom:1;
|
1052 |
+
}
|
1053 |
+
|
1054 |
+
#framework_wrap #content #customRedirect .dashboardRedirectTarget{
|
1055 |
+
vertical-align:left;
|
1056 |
+
display:inline-block !important;
|
1057 |
+
margin-bottom:0 !important;
|
1058 |
+
width: 310px;
|
1059 |
+
*display:inline !important;
|
1060 |
+
zoom:1;
|
1061 |
+
}
|
1062 |
+
|
1063 |
+
#secondColumn, #thirdColumn{
|
1064 |
+
width:25%;
|
1065 |
+
}
|
1066 |
+
#internal_id{
|
1067 |
+
width:24% !important;
|
1068 |
+
text-align:center;
|
1069 |
+
}
|
1070 |
+
#layoutNotice{
|
1071 |
+
color:grey;
|
1072 |
+
}
|
1073 |
+
#layoutNoticeDiv{
|
1074 |
+
position: absolute;
|
1075 |
+
bottom: 20px;
|
1076 |
+
}
|
1077 |
+
.options_tabs{
|
1078 |
+
margin:0;
|
1079 |
+
}
|
1080 |
+
|
1081 |
+
#show-hide-admin-bar table th, #default-fields table th{
|
1082 |
+
font-size: 10px !important;
|
1083 |
+
padding: 6px 10px;
|
1084 |
+
font-weight: bold !important;
|
1085 |
+
}
|
1086 |
+
|
1087 |
+
#show-hide-admin-bar table td, #default-fields table td{
|
1088 |
+
font-size: 11px !important;
|
1089 |
+
}
|
1090 |
+
|
1091 |
+
#framework_wrap #content #searchFields{
|
1092 |
+
height:90px;
|
1093 |
+
}
|
1094 |
+
#framework_wrap #content #sortFields{
|
1095 |
+
height:90px;
|
1096 |
+
}
|
1097 |
+
#framework_wrap #content #allUserlisting{
|
1098 |
+
height:500px;
|
1099 |
+
width:100%;
|
1100 |
+
font-size:10px;
|
1101 |
+
}
|
1102 |
+
#framework_wrap #content #singleUserlisting{
|
1103 |
+
height:500px;
|
1104 |
+
width:100%;
|
1105 |
+
font-size:10px;
|
1106 |
+
}
|
1107 |
+
#framework_wrap #content .fieldTable{
|
1108 |
+
border: 0px !important;
|
1109 |
+
width:100%;
|
1110 |
+
}
|
1111 |
+
#framework_wrap #content .sortingTable{
|
1112 |
+
border: 0px !important;
|
1113 |
+
width:100%;
|
1114 |
+
}
|
1115 |
+
#framework_wrap #content .fieldTableCell1{
|
1116 |
+
border: 0px !important;
|
1117 |
+
width:33%;
|
1118 |
+
}
|
1119 |
+
#framework_wrap #content .sortingTableCell1{
|
1120 |
+
border: 0px !important;
|
1121 |
+
width:33%;
|
1122 |
+
}
|
1123 |
+
#framework_wrap #content .fieldTableCell2{
|
1124 |
+
border: 0px !important;
|
1125 |
+
}
|
1126 |
+
#framework_wrap #content .sortingTableCell2{
|
1127 |
+
border: 0px !important;
|
1128 |
+
}
|
1129 |
+
#framework_wrap #content .fieldTableCell3{
|
1130 |
+
border: 0px !important;
|
1131 |
+
width:100%;
|
1132 |
+
}
|
1133 |
+
#framework_wrap #content .fieldTableCell4{
|
1134 |
+
border: 1px solid #E6DB55 !important;
|
1135 |
+
width:60%;
|
1136 |
+
background-color: #FFFBCC;
|
1137 |
+
border-bottom-left-radius: 3px;
|
1138 |
+
border-bottom-right-radius: 3px;
|
1139 |
+
border-top-left-radius: 3px;
|
1140 |
+
border-top-right-radius: 3px;
|
1141 |
+
|
1142 |
+
}
|
1143 |
+
#framework_wrap #content #insertSortField{
|
1144 |
+
width:100%;
|
1145 |
+
}
|
1146 |
+
#framework_wrap #content #sortingNumberSelect{
|
1147 |
+
width:80px;
|
1148 |
+
}
|
1149 |
+
#framework_wrap #content #singleSlug{
|
1150 |
+
width:100%;
|
1151 |
+
}
|
1152 |
+
#framework_wrap #content #sortingOrderSelect{
|
1153 |
+
width:120px;
|
1154 |
+
}
|
1155 |
+
#framework_wrap #content #insertUserMetaField{
|
1156 |
+
width:100%;
|
1157 |
+
}
|
1158 |
+
#framework_wrap #content #insertExtraFunction{
|
1159 |
+
width:100%;
|
1160 |
+
}
|
assets/css/style.css
CHANGED
@@ -1,949 +1,950 @@
|
|
1 |
-
/* Profile Builder CSS File*/
|
2 |
-
/*
|
3 |
-
Original Plugin Name: OptionTree
|
4 |
-
Original Plugin URI: http://wp.envato.com
|
5 |
-
Original Author: Derek Herman
|
6 |
-
Original Author URI: http://valendesigns.com
|
7 |
-
*/
|
8 |
-
#wpwrap {
|
9 |
-
min-width: 990px;
|
10 |
-
}
|
11 |
-
strong {
|
12 |
-
color: #000;
|
13 |
-
}
|
14 |
-
.clear {
|
15 |
-
clear: both;
|
16 |
-
}
|
17 |
-
.hide,
|
18 |
-
#contextual-help-link-wrap {
|
19 |
-
display: none;
|
20 |
-
}
|
21 |
-
.left {
|
22 |
-
float: left !important;
|
23 |
-
}
|
24 |
-
.right {
|
25 |
-
float: right !important;
|
26 |
-
}
|
27 |
-
p {
|
28 |
-
padding-bottom: 14px;
|
29 |
-
}
|
30 |
-
a {
|
31 |
-
text-decoration: none;
|
32 |
-
}
|
33 |
-
a strong {
|
34 |
-
color: #21759B !important;
|
35 |
-
}
|
36 |
-
a:hover strong {
|
37 |
-
color: #d54e21 !important;
|
38 |
-
}
|
39 |
-
#framework_wrap .error {
|
40 |
-
display: none !important;
|
41 |
-
}
|
42 |
-
#framework_wrap {
|
43 |
-
position: relative;
|
44 |
-
width: 788px;
|
45 |
-
margin: 15px;
|
46 |
-
}
|
47 |
-
#framework_wrap #header {
|
48 |
-
-webkit-border-top-left-radius:
|
49 |
-
-webkit-border-top-right-radius:
|
50 |
-
-moz-border-radius-topleft:
|
51 |
-
-moz-border-radius-topright:
|
52 |
-
border-top-left-radius:
|
53 |
-
border-top-right-radius:
|
54 |
-
background: #6d6d6d url(../images/header.png) repeat-x left top;
|
55 |
-
border: 1px solid #555;
|
56 |
-
height: 71px;
|
57 |
-
width: 785px;
|
58 |
-
position: relative;
|
59 |
-
}
|
60 |
-
#framework_wrap #header h1 {
|
61 |
-
width: 225px;
|
62 |
-
height: 50px;
|
63 |
-
background: url(../images/logo_free.png) no-repeat 0 0;
|
64 |
-
text-indent: -9999px;
|
65 |
-
margin: 10px 0 0 20px;
|
66 |
-
}
|
67 |
-
|
68 |
-
#framework_wrap #header span.icon {
|
69 |
-
position: absolute;
|
70 |
-
display: block;
|
71 |
-
right: 20px;
|
72 |
-
top: 18px;
|
73 |
-
height: 32px;
|
74 |
-
width: 32px;
|
75 |
-
text-indent: -9999px;
|
76 |
-
/*background: url(../images/icon_option.png) no-repeat left center;*/
|
77 |
-
}
|
78 |
-
#framework_wrap #header div.version {
|
79 |
-
text-align: left;
|
80 |
-
position: absolute;
|
81 |
-
left: 85px;
|
82 |
-
top: 50px;
|
83 |
-
font-size: 9px !important;
|
84 |
-
line-height: 10px;
|
85 |
-
color: #111;
|
86 |
-
font-style: normal;
|
87 |
-
font-family: Verdana,Arial,sans-serif;
|
88 |
-
text-transform: uppercase;
|
89 |
-
font-weight: normal;
|
90 |
-
text-shadow: 0 1px 0 #888;
|
91 |
-
letter-spacing: -0.05em;
|
92 |
-
}
|
93 |
-
#framework_wrap #content_wrap {
|
94 |
-
border: 1px solid #aaa;
|
95 |
-
border-top: none;
|
96 |
-
background: #fff;
|
97 |
-
width: 785px;
|
98 |
-
position: relative;
|
99 |
-
}
|
100 |
-
#framework_wrap #content_wrap .info {
|
101 |
-
background: #eaf2fa;
|
102 |
-
background: #f9f9f9;
|
103 |
-
height: 35px;
|
104 |
-
border-top: 1px solid #fff;
|
105 |
-
border-bottom: 1px solid #e3e3e3;
|
106 |
-
}
|
107 |
-
a.toggle_tabs {
|
108 |
-
cursor: pointer;
|
109 |
-
background: url(../images/toggle_tabs.png) no-repeat -2px -1px;
|
110 |
-
display: block;
|
111 |
-
height: 22px;
|
112 |
-
width: 21px;
|
113 |
-
float: left;
|
114 |
-
text-indent: -9999px;
|
115 |
-
margin: 5px 5px 0 19px;
|
116 |
-
border: 1px solid #bbb;
|
117 |
-
-webkit-border-radius: 4px;
|
118 |
-
-moz-border-radius: 4px;
|
119 |
-
border-radius: 4px;
|
120 |
-
}
|
121 |
-
.no-tabs a.toggle_tabs {
|
122 |
-
display: none;
|
123 |
-
}
|
124 |
-
a:hover.toggle_tabs {
|
125 |
-
border-color: #666;
|
126 |
-
}
|
127 |
-
a.off {
|
128 |
-
background-position: -2px -26px;
|
129 |
-
}
|
130 |
-
#framework_wrap #content_wrap .bottom {
|
131 |
-
border-top: 1px solid #fff !important;
|
132 |
-
border-bottom: none !important;
|
133 |
-
|
134 |
-
background: #f1f1f1;
|
135 |
-
}
|
136 |
-
#framework_wrap #content_wrap .info input.button-framework {
|
137 |
-
float: right;
|
138 |
-
margin: 5px 20px 0 0;
|
139 |
-
padding: 4px 10px;
|
140 |
-
font-size: 11px;
|
141 |
-
height: 24px;
|
142 |
-
}
|
143 |
-
#framework_wrap #content_wrap .info input.add-item {
|
144 |
-
float: left;
|
145 |
-
margin-left: 20px;
|
146 |
-
}
|
147 |
-
#framework_wrap #content_wrap .info input.reset {
|
148 |
-
margin-left: 20px;
|
149 |
-
color: #d54e45;
|
150 |
-
float: left;
|
151 |
-
}
|
152 |
-
#framework_wrap #content_wrap a.reset {
|
153 |
-
margin-right: 10px;
|
154 |
-
color: #d54e45;
|
155 |
-
}
|
156 |
-
.ajax-message {
|
157 |
-
position: absolute;
|
158 |
-
left: 300px;
|
159 |
-
top: 100px;
|
160 |
-
width: 200px;
|
161 |
-
z-index: 100;
|
162 |
-
display: none;
|
163 |
-
overflow: visible;
|
164 |
-
}
|
165 |
-
#framework_wrap #content_wrap .message {
|
166 |
-
text-align: center;
|
167 |
-
color: #444;
|
168 |
-
text-shadow: 0 1px 0 #fff;
|
169 |
-
font-size: 12px;
|
170 |
-
line-height: 16px;
|
171 |
-
padding: 20px 10px;
|
172 |
-
background: #f3f3f3;
|
173 |
-
border: 1px solid #bbb;
|
174 |
-
-webkit-border-radius: 5px;
|
175 |
-
-moz-border-radius: 5px;
|
176 |
-
border-radius: 5px;
|
177 |
-
-moz-box-shadow: 0px 2px 5px #eee;
|
178 |
-
-webkit-box-shadow: 0px 2px 5px #eee;
|
179 |
-
box-shadow: 0px 2px 5px #eee;
|
180 |
-
}
|
181 |
-
#framework_wrap #content_wrap .message span {
|
182 |
-
display: block;
|
183 |
-
height: 16px;
|
184 |
-
width: 16px;
|
185 |
-
position: absolute;
|
186 |
-
left: -8px;
|
187 |
-
top: -8px;
|
188 |
-
background: url(../images/icon_add.png) no-repeat 0 0;
|
189 |
-
}
|
190 |
-
#framework_wrap #content_wrap .message.warning span {
|
191 |
-
background-image: url(../images/icon_error.png);
|
192 |
-
}
|
193 |
-
/* Primary Form Button */
|
194 |
-
#framework_wrap input.button-framework {
|
195 |
-
cursor: pointer;
|
196 |
-
font-size: 12px;
|
197 |
-
color: #444;
|
198 |
-
text-shadow: 0 1px 0 #fff;
|
199 |
-
background: #f3f3f3 url(../images/btn.png) repeat-x 0 0;
|
200 |
-
border: 1px solid #bbb;
|
201 |
-
padding: 5px 10px;
|
202 |
-
}
|
203 |
-
#framework_wrap input:hover.button-framework {
|
204 |
-
color: #000;
|
205 |
-
border-color: #666;
|
206 |
-
}
|
207 |
-
#framework_wrap a.button-framework {
|
208 |
-
cursor: pointer;
|
209 |
-
font-size: 12px;
|
210 |
-
color: #444;
|
211 |
-
text-shadow: 0 1px 0 #fff;
|
212 |
-
background: #f3f3f3 url(../images/btn.png) repeat-x 0 0;
|
213 |
-
border: 1px solid #bbb;
|
214 |
-
padding: 3px 10px 3px 10px;
|
215 |
-
-webkit-border-radius: 4px;
|
216 |
-
-moz-border-radius: 4px;
|
217 |
-
border-radius: 4px;
|
218 |
-
text-decoration: none;
|
219 |
-
float: left;
|
220 |
-
position: relative;
|
221 |
-
left: 1px;
|
222 |
-
}
|
223 |
-
#framework_wrap div.inline-edit-save a.button-framework {
|
224 |
-
padding: 2px 10px 2px 10px;
|
225 |
-
font-size: 11px;
|
226 |
-
}
|
227 |
-
#framework_wrap a:hover.button-framework {
|
228 |
-
color: #000;
|
229 |
-
border-color: #666;
|
230 |
-
}
|
231 |
-
|
232 |
-
#framework_wrap a.button-framework.light {
|
233 |
-
border: 1px solid #dfdfdf;
|
234 |
-
color: #464646;
|
235 |
-
}
|
236 |
-
#framework_wrap a:hover.button-framework.light {
|
237 |
-
color: #000;
|
238 |
-
border-color: #adaca7;
|
239 |
-
}
|
240 |
-
|
241 |
-
/* Ads in free version */
|
242 |
-
#framework_wrap #content_wrap .basic-version-info {
|
243 |
-
height:113px;
|
244 |
-
background:#fffbcc;
|
245 |
-
}
|
246 |
-
#framework_wrap #content_wrap .basic-version-info form{
|
247 |
-
float:right;
|
248 |
-
margin-right:13px;
|
249 |
-
margin-top:30px;
|
250 |
-
}
|
251 |
-
#framework_wrap #content_wrap .basic-version-info a{
|
252 |
-
position:absolute;
|
253 |
-
width:140px;
|
254 |
-
top:80px;
|
255 |
-
margin-left:60px;
|
256 |
-
|
257 |
-
}
|
258 |
-
|
259 |
-
/* Content Inner */
|
260 |
-
#framework_wrap #content {
|
261 |
-
padding: 0;
|
262 |
-
width: 785px;
|
263 |
-
border-bottom: 1px solid #e3e3e3;
|
264 |
-
position: relative;
|
265 |
-
}
|
266 |
-
.screenshot {
|
267 |
-
float: right;
|
268 |
-
margin-left: 1px;
|
269 |
-
position: relative;
|
270 |
-
width: 344px;
|
271 |
-
}
|
272 |
-
.screenshot img {
|
273 |
-
max-width: 334px;
|
274 |
-
padding: 4px;
|
275 |
-
border: 1px solid #ccc;
|
276 |
-
background: #fafafa;
|
277 |
-
border-color: #ccc #eee #eee #ccc;
|
278 |
-
-webkit-border-radius: 4px;
|
279 |
-
-moz-border-radius: 4px;
|
280 |
-
border-radius: 4px;
|
281 |
-
float: right;
|
282 |
-
}
|
283 |
-
.screenshot a {
|
284 |
-
text-decoration: none;
|
285 |
-
padding-left: 20px;
|
286 |
-
}
|
287 |
-
.screenshot a.remove {
|
288 |
-
background: url(../images/icon_delete.png) no-repeat 0 0;
|
289 |
-
display: block;
|
290 |
-
height: 16px;
|
291 |
-
width: 16px;
|
292 |
-
position: absolute;
|
293 |
-
bottom: -4px;
|
294 |
-
right: -4px;
|
295 |
-
text-indent: -9999px;
|
296 |
-
float: left;
|
297 |
-
padding: 0;
|
298 |
-
border: none;
|
299 |
-
}
|
300 |
-
.screenshot .no_image a.remove {
|
301 |
-
left: 0;
|
302 |
-
top: 2px;
|
303 |
-
}
|
304 |
-
.option-upload .element {
|
305 |
-
padding-bottom: 5px;
|
306 |
-
}
|
307 |
-
#framework_wrap #content h2 {
|
308 |
-
margin-bottom: 10px;
|
309 |
-
border-bottom: 1px solid #e5e5e5;
|
310 |
-
}
|
311 |
-
#framework_wrap #content h3 {
|
312 |
-
border-bottom: 1px solid #eee;
|
313 |
-
margin: 0 0 15px 0;
|
314 |
-
padding-bottom: 10px;
|
315 |
-
clear: both;
|
316 |
-
font-size: 14px;
|
317 |
-
}
|
318 |
-
h3.text-title {
|
319 |
-
font: italic 20px/30px Georgia,"Times New Roman","Bitstream Charter",Times,serif !important;
|
320 |
-
}
|
321 |
-
#framework_wrap #content tbody tr.inline-edit-option td h3 {
|
322 |
-
border-bottom-color: #ddd;
|
323 |
-
}
|
324 |
-
#framework_wrap #content .block {
|
325 |
-
display: block;
|
326 |
-
overflow: hidden;
|
327 |
-
padding: 20px;
|
328 |
-
}
|
329 |
-
#framework_wrap #content p {
|
330 |
-
font-size: 11px;
|
331 |
-
color: #555;
|
332 |
-
padding-bottom: 20px;
|
333 |
-
margin: 0;
|
334 |
-
}
|
335 |
-
#framework_wrap #content table {
|
336 |
-
border: 1px solid #dfdfdf;
|
337 |
-
width: 100%;
|
338 |
-
text-align: left;
|
339 |
-
border-spacing: 0;
|
340 |
-
border-style: solid;
|
341 |
-
border-width: 1px;
|
342 |
-
font-size: 11px !important;
|
343 |
-
text-shadow: 0 1px 0 #fff;
|
344 |
-
-webkit-border-radius: 4px;
|
345 |
-
-moz-border-radius: 4px;
|
346 |
-
border-radius: 4px;
|
347 |
-
}
|
348 |
-
#framework_wrap #content2 table {
|
349 |
-
border: 0px solid #dfdfdf;
|
350 |
-
width: 100%;
|
351 |
-
text-align: left;
|
352 |
-
border-spacing: 0;
|
353 |
-
border-style: solid;
|
354 |
-
border-width: 1px;
|
355 |
-
font-size: 11px !important;
|
356 |
-
text-shadow: 0 1px 0 #fff;
|
357 |
-
-webkit-border-radius: 4px;
|
358 |
-
-moz-border-radius: 4px;
|
359 |
-
border-radius: 4px;
|
360 |
-
}
|
361 |
-
|
362 |
-
#framework_wrap #content .has-table table th {
|
363 |
-
background: #f1f1f1;
|
364 |
-
background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
|
365 |
-
background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
|
366 |
-
}
|
367 |
-
tbody tr:hover {
|
368 |
-
cursor: pointer;
|
369 |
-
}
|
370 |
-
tbody tr.inline-edit-option {
|
371 |
-
}
|
372 |
-
tbody tr.inline-edit-option td {
|
373 |
-
background: #f1f1f1;
|
374 |
-
border-top: 1px solid #fff;
|
375 |
-
border-left: 1px solid #fff;
|
376 |
-
border-right: 1px solid #fff;
|
377 |
-
}
|
378 |
-
tbody tr:hover.inline-edit-option {
|
379 |
-
cursor: default;
|
380 |
-
}
|
381 |
-
#framework_wrap #content .has-table table #framework-settings .dragging {
|
382 |
-
background: #666 url(../images/black_px.png) repeat-x 0 0;
|
383 |
-
color: #fff;
|
384 |
-
text-shadow: 0 1px 0 #000;
|
385 |
-
}
|
386 |
-
#framework_wrap #content .has-table table #framework-settings .dragging td {
|
387 |
-
border-color: #000;
|
388 |
-
}
|
389 |
-
#framework_wrap #content .has-table table #framework-settings .dragging .col-edit {
|
390 |
-
background: url(../images/icon_up_down.png) no-repeat 63px center;
|
391 |
-
}
|
392 |
-
#framework_wrap #content .has-table table #framework-settings .dragging a.edit-inline,
|
393 |
-
#framework_wrap #content .has-table table #framework-settings .dragging a.delete-inline {
|
394 |
-
display: none;
|
395 |
-
}
|
396 |
-
.col-title {
|
397 |
-
padding-left: 10px !important;
|
398 |
-
width: 200px;
|
399 |
-
}
|
400 |
-
.col-type {
|
401 |
-
width: 60px;
|
402 |
-
}
|
403 |
-
.col-edit {
|
404 |
-
width: 45px;
|
405 |
-
padding-left: 40px !important;
|
406 |
-
padding-right: 0px !important;
|
407 |
-
}
|
408 |
-
.has-table table tr:first-child {
|
409 |
-
cursor: default;
|
410 |
-
}
|
411 |
-
.has-table table .col-heading {
|
412 |
-
background: #eaf3fa;
|
413 |
-
}
|
414 |
-
.has-table table .col-heading td:first-child {
|
415 |
-
font-weight: bold;
|
416 |
-
background: transparent url(../images/icon_header.png) no-repeat 10px 11px;
|
417 |
-
padding-left: 30px !important;
|
418 |
-
}
|
419 |
-
.has-table table thead th,
|
420 |
-
.has-table table td {
|
421 |
-
border-bottom: 1px solid #dfdfdf;
|
422 |
-
}
|
423 |
-
.has-table table tr,
|
424 |
-
.has-table table td,
|
425 |
-
.has-table table th {
|
426 |
-
padding: 10px 10px;
|
427 |
-
font-size: 11px !important;
|
428 |
-
}
|
429 |
-
.has-table table th {
|
430 |
-
padding: 6px 10px;
|
431 |
-
font-size: 11px !important;
|
432 |
-
}
|
433 |
-
.has-table table a {
|
434 |
-
text-decoration: none;
|
435 |
-
}
|
436 |
-
/* Inline Edit */
|
437 |
-
.inline-edit-option {
|
438 |
-
display: none;
|
439 |
-
}
|
440 |
-
a.edit-inline,
|
441 |
-
a.delete-inline,
|
442 |
-
a.add-option {
|
443 |
-
background: url(../images/icon_edit.png) no-repeat 0 0;
|
444 |
-
display: block;
|
445 |
-
height: 16px;
|
446 |
-
width: 16px;
|
447 |
-
text-indent: -9999px;
|
448 |
-
float: left;
|
449 |
-
margin-right: 5px;
|
450 |
-
display: block;
|
451 |
-
}
|
452 |
-
a.delete-inline {
|
453 |
-
background-image: url(../images/icon_delete.png);
|
454 |
-
}
|
455 |
-
a.add-option {
|
456 |
-
background-image: url(../images/icon_add.png);
|
457 |
-
margin-left: 21px;
|
458 |
-
}
|
459 |
-
a:hover.edit-inline {
|
460 |
-
border-color: #666;
|
461 |
-
}
|
462 |
-
a:hover.delete-inline {
|
463 |
-
border-color: #d54e45;
|
464 |
-
}
|
465 |
-
#framework_wrap #content .option {
|
466 |
-
padding-bottom: 15px;
|
467 |
-
}
|
468 |
-
#framework_wrap #content .option .section {
|
469 |
-
overflow: hidden;
|
470 |
-
font-size: 11px;
|
471 |
-
}
|
472 |
-
#framework_wrap #content .option .section .element {
|
473 |
-
float: left;
|
474 |
-
margin: 0 15px 0 0;
|
475 |
-
width: 345px;
|
476 |
-
}
|
477 |
-
#framework_wrap #content .option-checkbox .section .element {
|
478 |
-
width: 25px;
|
479 |
-
}
|
480 |
-
#framework_wrap #content .option .section .description {
|
481 |
-
color: #555;
|
482 |
-
float: left;
|
483 |
-
font-size: 11px;
|
484 |
-
padding: 2px 10px 0 0;
|
485 |
-
width: 370px;
|
486 |
-
}
|
487 |
-
div.desc-text p {
|
488 |
-
color: #555;
|
489 |
-
font-size: 11px !important;
|
490 |
-
}
|
491 |
-
#framework_wrap #content .inline-edit-option .option .section .description {
|
492 |
-
width: 325px;
|
493 |
-
padding-top: 0px;
|
494 |
-
}
|
495 |
-
#framework_wrap #content .option-checkbox .section .description {
|
496 |
-
width: 540px;
|
497 |
-
}
|
498 |
-
#framework_wrap #content label {
|
499 |
-
|
500 |
-
}
|
501 |
-
.input_wrap {
|
502 |
-
padding: 4px 10px 12px 0;
|
503 |
-
float: left;
|
504 |
-
width: 350px;
|
505 |
-
}
|
506 |
-
.option-checbox .input_wrap,
|
507 |
-
.option-radio .input_wrap {
|
508 |
-
padding: 4px 10px 4px 0;
|
509 |
-
width: 325px;
|
510 |
-
}
|
511 |
-
.option-checbox .element {
|
512 |
-
border: none;
|
513 |
-
max-height: 260px;
|
514 |
-
height: auto !important;
|
515 |
-
height: expression( document.body.clientHeight > 260 ? "260px" : "auto" );
|
516 |
-
overflow-y: auto;
|
517 |
-
overflow-x: hidden;
|
518 |
-
}
|
519 |
-
.input_wrap input[type="checkbox"],
|
520 |
-
.input_wrap input[type="radio"] {
|
521 |
-
float: left;
|
522 |
-
width: 20px;
|
523 |
-
margin-top: 3px;
|
524 |
-
vertical-align: bottom;
|
525 |
-
}
|
526 |
-
.input_wrap input[type="radio"] {
|
527 |
-
margin-top: 4px;
|
528 |
-
}
|
529 |
-
.input_wrap label {
|
530 |
-
float: left;
|
531 |
-
width: 325px;
|
532 |
-
}
|
533 |
-
.option-checbox .input_wrap label,
|
534 |
-
.option-radio .input_wrap label {
|
535 |
-
width: 300px;
|
536 |
-
}
|
537 |
-
#framework_wrap #content label input {
|
538 |
-
margin-right: 5px;
|
539 |
-
display: block;
|
540 |
-
float: left;
|
541 |
-
}
|
542 |
-
#framework_wrap #content input[type="text"],
|
543 |
-
#framework_wrap #content select,
|
544 |
-
#framework_wrap #content textarea {
|
545 |
-
background: #fafafa;
|
546 |
-
border-color: #ccc #eee #eee #ccc;
|
547 |
-
border-style: solid;
|
548 |
-
border-width: 1px;
|
549 |
-
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
|
550 |
-
font-size: 12px;
|
551 |
-
margin-bottom: 9px !important;
|
552 |
-
padding: 5px;
|
553 |
-
width: 344px;
|
554 |
-
display: block;
|
555 |
-
color: #888;
|
556 |
-
resize: none;
|
557 |
-
}
|
558 |
-
#framework_wrap #content tbody tr.inline-edit-option td input[type="text"],
|
559 |
-
#framework_wrap #content tbody tr.inline-edit-option td select,
|
560 |
-
#framework_wrap #content tbody tr.inline-edit-option td textarea {
|
561 |
-
background: #fff;
|
562 |
-
}
|
563 |
-
#framework_wrap #content input[type="text"].upload {
|
564 |
-
width: 281px;
|
565 |
-
float: left;
|
566 |
-
}
|
567 |
-
#framework_wrap #content input[type="text"].cp_input {
|
568 |
-
width: 312px !important;
|
569 |
-
float: left;
|
570 |
-
}
|
571 |
-
.cp_box {
|
572 |
-
float: right;
|
573 |
-
width: 25px;
|
574 |
-
height: 25px;
|
575 |
-
position: relative;
|
576 |
-
top: 1px;
|
577 |
-
border: 1px solid #ccc;
|
578 |
-
border-color: #ccc #eee #eee #ccc;
|
579 |
-
background: #fafafa;
|
580 |
-
-webkit-border-radius: 4px;
|
581 |
-
-moz-border-radius: 4px;
|
582 |
-
border-radius: 4px;
|
583 |
-
}
|
584 |
-
.cp_box div {
|
585 |
-
width: 13px;
|
586 |
-
height: 13px;
|
587 |
-
border: 1px solid #bbb;
|
588 |
-
border-color: #eee #ccc #ccc #eee;
|
589 |
-
background: #fafafa url(../images/empty.gif);
|
590 |
-
position: absolute;
|
591 |
-
left: 5px;
|
592 |
-
top: 5px;
|
593 |
-
box-shadow: 1px 1px 0px #ccc;
|
594 |
-
-webkit-box-shadow: 1px 1px 0px #ccc;
|
595 |
-
-moz-box-shadow: 1px 1px 0px #ccc;
|
596 |
-
}
|
597 |
-
#framework_wrap #content .element small {
|
598 |
-
float: left;
|
599 |
-
font-size: 9px;
|
600 |
-
line-height: 9px;
|
601 |
-
color: #999;
|
602 |
-
position: relative;
|
603 |
-
top: -5px;
|
604 |
-
left: 2px;
|
605 |
-
}
|
606 |
-
.upload_button,
|
607 |
-
.upload_file_button,
|
608 |
-
.ob_button {
|
609 |
-
float: right;
|
610 |
-
padding: 5px;
|
611 |
-
cursor: pointer;
|
612 |
-
color: #444;
|
613 |
-
text-shadow: 0 1px 0 #fff;
|
614 |
-
background: #f3f3f3 url(../images/btn.png) repeat-x 0 0 !important;
|
615 |
-
border: 1px solid #bbb;
|
616 |
-
position: relative;
|
617 |
-
right: -1px;
|
618 |
-
height: 27px;
|
619 |
-
}
|
620 |
-
#framework_wrap #content select {
|
621 |
-
height: 28px;
|
622 |
-
padding: 4px 5px;
|
623 |
-
}
|
624 |
-
#framework_wrap #content input[type="text"]:focus,
|
625 |
-
#framework_wrap #content select:focus,
|
626 |
-
#framework_wrap #content textarea:focus,
|
627 |
-
#framework_wrap #content input[type="text"]:hover,
|
628 |
-
#framework_wrap #content select:hover,
|
629 |
-
#framework_wrap #content textarea:hover {
|
630 |
-
background: #fff;
|
631 |
-
border-color: #bbb #eee #eee #bbb;
|
632 |
-
color: #333;
|
633 |
-
}
|
634 |
-
#framework_wrap *:focus {
|
635 |
-
outline: none;
|
636 |
-
}
|
637 |
-
#framework_wrap *::-moz-focus-inner {
|
638 |
-
border: none;
|
639 |
-
}
|
640 |
-
.bottom_btn {
|
641 |
-
float: left;
|
642 |
-
width: 100%;
|
643 |
-
padding-top: 15px;
|
644 |
-
}
|
645 |
-
#framework_wrap #content .select_wrapper {
|
646 |
-
-moz-border-radius: 4px;
|
647 |
-
-webkit-border-radius: 4px;
|
648 |
-
border-radius: 4px;
|
649 |
-
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
|
650 |
-
font-size: 12px;
|
651 |
-
background: #fafafa url(../images/select.png) no-repeat right center;
|
652 |
-
border-color: #ccc #eee #eee #ccc;
|
653 |
-
border-style: solid;
|
654 |
-
border-width: 1px;
|
655 |
-
float: left;
|
656 |
-
height: 26px;
|
657 |
-
width: 344px;
|
658 |
-
margin: 0;
|
659 |
-
margin-bottom: 9px !important;
|
660 |
-
width: 344px;
|
661 |
-
display: block;
|
662 |
-
color: #888;
|
663 |
-
}
|
664 |
-
#framework_wrap #content .option-type .select_wrapper {
|
665 |
-
background-color: #fff;
|
666 |
-
}
|
667 |
-
#framework_wrap #content .select_wrapper.measurement {
|
668 |
-
width: 65px;
|
669 |
-
float: right;
|
670 |
-
margin-top: 1px;
|
671 |
-
}
|
672 |
-
#framework_wrap #content input.measurement {
|
673 |
-
width: 269px;
|
674 |
-
float: left;
|
675 |
-
padding-top: 6px;
|
676 |
-
}
|
677 |
-
#framework_wrap #content .select_wrapper:hover {
|
678 |
-
background-color: #fff;
|
679 |
-
border-color: #bbb #eee #eee #bbb;
|
680 |
-
color: #333;
|
681 |
-
}
|
682 |
-
#framework_wrap #content select.select {
|
683 |
-
cursor: pointer;
|
684 |
-
height: 28px;
|
685 |
-
margin: 0;
|
686 |
-
-moz-opacity: 0;
|
687 |
-
filter: alpha(opacity: 0);
|
688 |
-
opacity: 0;
|
689 |
-
padding: 0;
|
690 |
-
position: relative;
|
691 |
-
width: inherit;
|
692 |
-
z-index: 4;
|
693 |
-
}
|
694 |
-
#framework_wrap #content .select_wrapper span {
|
695 |
-
height: 26px;
|
696 |
-
line-height: 26px;
|
697 |
-
position: absolute;
|
698 |
-
z-index: 2;
|
699 |
-
padding-left: 6px;
|
700 |
-
}
|
701 |
-
/* Image Slider */
|
702 |
-
.option-tree-slider {
|
703 |
-
background: #eaf3fa;
|
704 |
-
padding: 0px 10px;
|
705 |
-
margin-bottom: 8px;
|
706 |
-
text-shadow: 0 1px 0 #fff;
|
707 |
-
position: relative;
|
708 |
-
/* CSS3 */
|
709 |
-
-webkit-border-radius: 4px;
|
710 |
-
-moz-border-radius: 4px;
|
711 |
-
border-radius: 4px;
|
712 |
-
-moz-box-shadow: 1px 1px 0px #ccc;
|
713 |
-
-webkit-box-shadow: 1px 1px 0px #ccc;
|
714 |
-
box-shadow: 1px 1px 0px #ccc;
|
715 |
-
}
|
716 |
-
.option-tree-slider p {
|
717 |
-
padding-bottom: 5px !important;
|
718 |
-
margin-bottom: 0px !important;
|
719 |
-
}
|
720 |
-
#framework_wrap #content .option-option-tree-slider .section .element input[type="text"],
|
721 |
-
#framework_wrap #content .option-option-tree-slider .section .element textarea {
|
722 |
-
background: #fff;
|
723 |
-
width: 323px;
|
724 |
-
}
|
725 |
-
.option-tree-slider-wrap .edit {
|
726 |
-
position: absolute;
|
727 |
-
height: 16px;
|
728 |
-
width: 16px;
|
729 |
-
display: block;
|
730 |
-
text-indent: -9999px;
|
731 |
-
background: url(../images/icon_edit.png);
|
732 |
-
top: 6px;
|
733 |
-
right: 27px;
|
734 |
-
z-index: 10;
|
735 |
-
}
|
736 |
-
.option-tree-slider-wrap .edit.down {
|
737 |
-
background: url(../images/icon_up.png) !important;
|
738 |
-
}
|
739 |
-
.option-tree-slider-wrap .trash {
|
740 |
-
position: absolute;
|
741 |
-
height: 16px;
|
742 |
-
width: 16px;
|
743 |
-
display: block;
|
744 |
-
text-indent: -9999px;
|
745 |
-
background: url(../images/icon_delete.png);
|
746 |
-
top: 6px;
|
747 |
-
right: 6px;
|
748 |
-
z-index: 10;
|
749 |
-
}
|
750 |
-
.option-tree-slider-wrap .open {
|
751 |
-
padding: 5px 0px;
|
752 |
-
padding-right: 40px;
|
753 |
-
display: block;
|
754 |
-
font-size: 11px;
|
755 |
-
}
|
756 |
-
.option-tree-slider-wrap .option-tree-slider-body {
|
757 |
-
display: ;
|
758 |
-
}
|
759 |
-
/* Docs */
|
760 |
-
#framework_wrap #options_tabs.docs {
|
761 |
-
font-size: 11px !important;
|
762 |
-
color: #555;
|
763 |
-
}
|
764 |
-
#framework_wrap code {
|
765 |
-
font-size: 10px;
|
766 |
-
}
|
767 |
-
#framework_wrap ul.doc_list {
|
768 |
-
font-size: 11px !important;
|
769 |
-
padding-bottom: 20px;
|
770 |
-
}
|
771 |
-
#framework_wrap .doc_list li {
|
772 |
-
padding-bottom: 0px;
|
773 |
-
line-height: 12px;
|
774 |
-
list-style: disc;
|
775 |
-
margin-left: 16px;
|
776 |
-
}
|
777 |
-
#framework_wrap code {
|
778 |
-
background-color: #f1f1f1;
|
779 |
-
color: #000;
|
780 |
-
}
|
781 |
-
#framework_wrap pre {
|
782 |
-
font-size: 13px;
|
783 |
-
padding: 0;
|
784 |
-
margin: 0;
|
785 |
-
line-height: 18px;
|
786 |
-
overflow: auto;
|
787 |
-
overflow-Y: hidden;
|
788 |
-
padding-top: 18px;
|
789 |
-
background: #f1f1f1;
|
790 |
-
border-bottom: 1px solid #f1f1f1;
|
791 |
-
margin-bottom: 20px;
|
792 |
-
color: #000;
|
793 |
-
white-space:pre-wrap;
|
794 |
-
word-wrap:break-word;
|
795 |
-
}
|
796 |
-
#framework_wrap pre code {
|
797 |
-
padding: 0 18px 18px 18px;
|
798 |
-
display: block;
|
799 |
-
background: url(../images/pre_bg.gif) repeat left top; /*--Background of lined paper--*/
|
800 |
-
}
|
801 |
-
/* Tabs */
|
802 |
-
.options_tabs {
|
803 |
-
display: none;
|
804 |
-
}
|
805 |
-
.ui-tabs {
|
806 |
-
zoom: 1;
|
807 |
-
background: url(../images/tabs_bg.png) repeat-y 0 0;
|
808 |
-
}
|
809 |
-
.ui-tabs .options_tabs {
|
810 |
-
display: block;
|
811 |
-
}
|
812 |
-
.ui-tabs-panel .description {
|
813 |
-
width: 225px !important;
|
814 |
-
}
|
815 |
-
.ui-tabs-panel .inline-edit-option .description {
|
816 |
-
width: 200px !important;
|
817 |
-
}
|
818 |
-
.ui-tabs-panel h2 {
|
819 |
-
display: none;
|
820 |
-
}
|
821 |
-
.ui-tabs .ui-tabs-nav {
|
822 |
-
list-style: none;
|
823 |
-
position: relative;
|
824 |
-
float: left;
|
825 |
-
width: 148px;
|
826 |
-
word-wrap: break-word;
|
827 |
-
}
|
828 |
-
.ui-tabs .ui-tabs-nav li {
|
829 |
-
position: relative;
|
830 |
-
float: left;
|
831 |
-
display: block;
|
832 |
-
margin: 0;
|
833 |
-
padding: 0;
|
834 |
-
overflow: visible;
|
835 |
-
}
|
836 |
-
.ui-tabs .ui-tabs-nav li a {
|
837 |
-
float: left;
|
838 |
-
text-decoration: none;
|
839 |
-
display: block;
|
840 |
-
width: 127px;
|
841 |
-
padding: 8px 10px;
|
842 |
-
border-bottom: 1px solid #e3e3e3;
|
843 |
-
color: #21759B;
|
844 |
-
text-shadow: 0 1px 0 #fff;
|
845 |
-
background-image: url(../images/white_px.png);
|
846 |
-
background-repeat: repeat-x;
|
847 |
-
background-position: 0 0;
|
848 |
-
font-size: 11px;
|
849 |
-
}
|
850 |
-
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
|
851 |
-
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover {
|
852 |
-
background: #fff;
|
853 |
-
color: #d54e45;
|
854 |
-
width: 128px;
|
855 |
-
}
|
856 |
-
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
|
857 |
-
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
|
858 |
-
cursor: text;
|
859 |
-
}
|
860 |
-
.ui-tabs .ui-tabs-nav li a,
|
861 |
-
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
|
862 |
-
cursor: pointer;
|
863 |
-
}
|
864 |
-
.ui-tabs .ui-tabs-nav li.ui-state-hover a {
|
865 |
-
background-color: #eaf2fa;
|
866 |
-
color: #555;
|
867 |
-
}
|
868 |
-
.ui-tabs .ui-tabs-panel {
|
869 |
-
display: block;
|
870 |
-
float: right;
|
871 |
-
width: 595px;
|
872 |
-
min-height: 400px;
|
873 |
-
}
|
874 |
-
.ui-tabs .ui-tabs-hide {
|
875 |
-
display: none !important;
|
876 |
-
}
|
877 |
-
.options_tabs li.ui-tabs-selected span {
|
878 |
-
position: absolute;
|
879 |
-
left: -1px;
|
880 |
-
top: 12px;
|
881 |
-
height: 9px;
|
882 |
-
width: 8px;
|
883 |
-
background: url(../images/icon_arrow.png) no-repeat 0 0;
|
884 |
-
}
|
885 |
-
|
886 |
-
|
887 |
-
|
888 |
-
/* file input */
|
889 |
-
div.file_wrap {
|
890 |
-
position: relative;
|
891 |
-
float: left;
|
892 |
-
width: 345px;
|
893 |
-
}
|
894 |
-
div.fake_file {
|
895 |
-
position: absolute;
|
896 |
-
top: 0px;
|
897 |
-
left: 0px;
|
898 |
-
z-index: 1;
|
899 |
-
}
|
900 |
-
div.fake_file input.upload {
|
901 |
-
margin-right: 3px;
|
902 |
-
width: 279px !important;
|
903 |
-
}
|
904 |
-
input.file {
|
905 |
-
background: none;
|
906 |
-
position: relative;
|
907 |
-
text-align: right;
|
908 |
-
float: right;
|
909 |
-
height: 28px;
|
910 |
-
-moz-opacity: 0;
|
911 |
-
filter: alpha(opacity: 0);
|
912 |
-
opacity: 0;
|
913 |
-
z-index: 2;
|
914 |
-
}
|
915 |
-
|
916 |
-
#register-profile-builder .validateStatus{
|
917 |
-
|
918 |
-
|
919 |
-
|
920 |
-
|
921 |
-
|
922 |
-
|
923 |
-
|
924 |
-
|
925 |
-
|
926 |
-
|
927 |
-
|
928 |
-
|
929 |
-
|
930 |
-
|
931 |
-
margin-
|
932 |
-
|
933 |
-
|
934 |
-
|
935 |
-
|
936 |
-
|
937 |
-
|
938 |
-
|
939 |
-
|
940 |
-
|
941 |
-
|
942 |
-
|
943 |
-
|
944 |
-
|
945 |
-
|
946 |
-
|
947 |
-
|
948 |
-
|
|
|
949 |
}
|
1 |
+
/* Profile Builder CSS File*/
|
2 |
+
/*
|
3 |
+
Original Plugin Name: OptionTree
|
4 |
+
Original Plugin URI: http://wp.envato.com
|
5 |
+
Original Author: Derek Herman
|
6 |
+
Original Author URI: http://valendesigns.com
|
7 |
+
*/
|
8 |
+
#wpwrap {
|
9 |
+
min-width: 990px;
|
10 |
+
}
|
11 |
+
strong {
|
12 |
+
color: #000;
|
13 |
+
}
|
14 |
+
.clear {
|
15 |
+
clear: both;
|
16 |
+
}
|
17 |
+
.hide,
|
18 |
+
#contextual-help-link-wrap {
|
19 |
+
display: none;
|
20 |
+
}
|
21 |
+
.left {
|
22 |
+
float: left !important;
|
23 |
+
}
|
24 |
+
.right {
|
25 |
+
float: right !important;
|
26 |
+
}
|
27 |
+
p {
|
28 |
+
padding-bottom: 14px;
|
29 |
+
}
|
30 |
+
a {
|
31 |
+
text-decoration: none;
|
32 |
+
}
|
33 |
+
a strong {
|
34 |
+
color: #21759B !important;
|
35 |
+
}
|
36 |
+
a:hover strong {
|
37 |
+
color: #d54e21 !important;
|
38 |
+
}
|
39 |
+
#framework_wrap .error {
|
40 |
+
display: none !important;
|
41 |
+
}
|
42 |
+
#framework_wrap {
|
43 |
+
position: relative;
|
44 |
+
width: 788px;
|
45 |
+
margin: 15px;
|
46 |
+
}
|
47 |
+
#framework_wrap #header {
|
48 |
+
-webkit-border-top-left-radius: 3px;
|
49 |
+
-webkit-border-top-right-radius: 3px;
|
50 |
+
-moz-border-radius-topleft: 3px;
|
51 |
+
-moz-border-radius-topright: 3px;
|
52 |
+
border-top-left-radius: 3px;
|
53 |
+
border-top-right-radius: 3px;
|
54 |
+
background: #6d6d6d url(../images/header.png) repeat-x left top;
|
55 |
+
border: 1px solid #555;
|
56 |
+
height: 71px;
|
57 |
+
width: 785px;
|
58 |
+
position: relative;
|
59 |
+
}
|
60 |
+
#framework_wrap #header h1 {
|
61 |
+
width: 225px;
|
62 |
+
height: 50px;
|
63 |
+
background: url(../images/logo_free.png) no-repeat 0 0;
|
64 |
+
text-indent: -9999px;
|
65 |
+
margin: 10px 0 0 20px;
|
66 |
+
}
|
67 |
+
|
68 |
+
#framework_wrap #header span.icon {
|
69 |
+
position: absolute;
|
70 |
+
display: block;
|
71 |
+
right: 20px;
|
72 |
+
top: 18px;
|
73 |
+
height: 32px;
|
74 |
+
width: 32px;
|
75 |
+
text-indent: -9999px;
|
76 |
+
/*background: url(../images/icon_option.png) no-repeat left center;*/
|
77 |
+
}
|
78 |
+
#framework_wrap #header div.version {
|
79 |
+
text-align: left;
|
80 |
+
position: absolute;
|
81 |
+
left: 85px;
|
82 |
+
top: 50px;
|
83 |
+
font-size: 9px !important;
|
84 |
+
line-height: 10px;
|
85 |
+
color: #111;
|
86 |
+
font-style: normal;
|
87 |
+
font-family: Verdana,Arial,sans-serif;
|
88 |
+
text-transform: uppercase;
|
89 |
+
font-weight: normal;
|
90 |
+
text-shadow: 0 1px 0 #888;
|
91 |
+
letter-spacing: -0.05em;
|
92 |
+
}
|
93 |
+
#framework_wrap #content_wrap {
|
94 |
+
border: 1px solid #aaa;
|
95 |
+
border-top: none;
|
96 |
+
background: #fff;
|
97 |
+
width: 785px;
|
98 |
+
position: relative;
|
99 |
+
}
|
100 |
+
#framework_wrap #content_wrap .info {
|
101 |
+
background: #eaf2fa;
|
102 |
+
background: #f9f9f9;
|
103 |
+
height: 35px;
|
104 |
+
border-top: 1px solid #fff;
|
105 |
+
border-bottom: 1px solid #e3e3e3;
|
106 |
+
}
|
107 |
+
a.toggle_tabs {
|
108 |
+
cursor: pointer;
|
109 |
+
background: url(../images/toggle_tabs.png) no-repeat -2px -1px;
|
110 |
+
display: block;
|
111 |
+
height: 22px;
|
112 |
+
width: 21px;
|
113 |
+
float: left;
|
114 |
+
text-indent: -9999px;
|
115 |
+
margin: 5px 5px 0 19px;
|
116 |
+
border: 1px solid #bbb;
|
117 |
+
-webkit-border-radius: 4px;
|
118 |
+
-moz-border-radius: 4px;
|
119 |
+
border-radius: 4px;
|
120 |
+
}
|
121 |
+
.no-tabs a.toggle_tabs {
|
122 |
+
display: none;
|
123 |
+
}
|
124 |
+
a:hover.toggle_tabs {
|
125 |
+
border-color: #666;
|
126 |
+
}
|
127 |
+
a.off {
|
128 |
+
background-position: -2px -26px;
|
129 |
+
}
|
130 |
+
#framework_wrap #content_wrap .bottom {
|
131 |
+
border-top: 1px solid #fff !important;
|
132 |
+
border-bottom: none !important;
|
133 |
+
|
134 |
+
background: #f1f1f1;
|
135 |
+
}
|
136 |
+
#framework_wrap #content_wrap .info input.button-framework {
|
137 |
+
float: right;
|
138 |
+
margin: 5px 20px 0 0;
|
139 |
+
padding: 4px 10px;
|
140 |
+
font-size: 11px;
|
141 |
+
height: 24px;
|
142 |
+
}
|
143 |
+
#framework_wrap #content_wrap .info input.add-item {
|
144 |
+
float: left;
|
145 |
+
margin-left: 20px;
|
146 |
+
}
|
147 |
+
#framework_wrap #content_wrap .info input.reset {
|
148 |
+
margin-left: 20px;
|
149 |
+
color: #d54e45;
|
150 |
+
float: left;
|
151 |
+
}
|
152 |
+
#framework_wrap #content_wrap a.reset {
|
153 |
+
margin-right: 10px;
|
154 |
+
color: #d54e45;
|
155 |
+
}
|
156 |
+
.ajax-message {
|
157 |
+
position: absolute;
|
158 |
+
left: 300px;
|
159 |
+
top: 100px;
|
160 |
+
width: 200px;
|
161 |
+
z-index: 100;
|
162 |
+
display: none;
|
163 |
+
overflow: visible;
|
164 |
+
}
|
165 |
+
#framework_wrap #content_wrap .message {
|
166 |
+
text-align: center;
|
167 |
+
color: #444;
|
168 |
+
text-shadow: 0 1px 0 #fff;
|
169 |
+
font-size: 12px;
|
170 |
+
line-height: 16px;
|
171 |
+
padding: 20px 10px;
|
172 |
+
background: #f3f3f3;
|
173 |
+
border: 1px solid #bbb;
|
174 |
+
-webkit-border-radius: 5px;
|
175 |
+
-moz-border-radius: 5px;
|
176 |
+
border-radius: 5px;
|
177 |
+
-moz-box-shadow: 0px 2px 5px #eee;
|
178 |
+
-webkit-box-shadow: 0px 2px 5px #eee;
|
179 |
+
box-shadow: 0px 2px 5px #eee;
|
180 |
+
}
|
181 |
+
#framework_wrap #content_wrap .message span {
|
182 |
+
display: block;
|
183 |
+
height: 16px;
|
184 |
+
width: 16px;
|
185 |
+
position: absolute;
|
186 |
+
left: -8px;
|
187 |
+
top: -8px;
|
188 |
+
background: url(../images/icon_add.png) no-repeat 0 0;
|
189 |
+
}
|
190 |
+
#framework_wrap #content_wrap .message.warning span {
|
191 |
+
background-image: url(../images/icon_error.png);
|
192 |
+
}
|
193 |
+
/* Primary Form Button */
|
194 |
+
#framework_wrap input.button-framework {
|
195 |
+
cursor: pointer;
|
196 |
+
font-size: 12px;
|
197 |
+
color: #444;
|
198 |
+
text-shadow: 0 1px 0 #fff;
|
199 |
+
background: #f3f3f3 url(../images/btn.png) repeat-x 0 0;
|
200 |
+
border: 1px solid #bbb;
|
201 |
+
padding: 5px 10px;
|
202 |
+
}
|
203 |
+
#framework_wrap input:hover.button-framework {
|
204 |
+
color: #000;
|
205 |
+
border-color: #666;
|
206 |
+
}
|
207 |
+
#framework_wrap a.button-framework {
|
208 |
+
cursor: pointer;
|
209 |
+
font-size: 12px;
|
210 |
+
color: #444;
|
211 |
+
text-shadow: 0 1px 0 #fff;
|
212 |
+
background: #f3f3f3 url(../images/btn.png) repeat-x 0 0;
|
213 |
+
border: 1px solid #bbb;
|
214 |
+
padding: 3px 10px 3px 10px;
|
215 |
+
-webkit-border-radius: 4px;
|
216 |
+
-moz-border-radius: 4px;
|
217 |
+
border-radius: 4px;
|
218 |
+
text-decoration: none;
|
219 |
+
float: left;
|
220 |
+
position: relative;
|
221 |
+
left: 1px;
|
222 |
+
}
|
223 |
+
#framework_wrap div.inline-edit-save a.button-framework {
|
224 |
+
padding: 2px 10px 2px 10px;
|
225 |
+
font-size: 11px;
|
226 |
+
}
|
227 |
+
#framework_wrap a:hover.button-framework {
|
228 |
+
color: #000;
|
229 |
+
border-color: #666;
|
230 |
+
}
|
231 |
+
|
232 |
+
#framework_wrap a.button-framework.light {
|
233 |
+
border: 1px solid #dfdfdf;
|
234 |
+
color: #464646;
|
235 |
+
}
|
236 |
+
#framework_wrap a:hover.button-framework.light {
|
237 |
+
color: #000;
|
238 |
+
border-color: #adaca7;
|
239 |
+
}
|
240 |
+
|
241 |
+
/* Ads in free version */
|
242 |
+
#framework_wrap #content_wrap .basic-version-info {
|
243 |
+
height:113px;
|
244 |
+
background:#fffbcc;
|
245 |
+
}
|
246 |
+
#framework_wrap #content_wrap .basic-version-info form{
|
247 |
+
float:right;
|
248 |
+
margin-right:13px;
|
249 |
+
margin-top:30px;
|
250 |
+
}
|
251 |
+
#framework_wrap #content_wrap .basic-version-info a{
|
252 |
+
position:absolute;
|
253 |
+
width:140px;
|
254 |
+
top:80px;
|
255 |
+
margin-left:60px;
|
256 |
+
|
257 |
+
}
|
258 |
+
|
259 |
+
/* Content Inner */
|
260 |
+
#framework_wrap #content {
|
261 |
+
padding: 0;
|
262 |
+
width: 785px;
|
263 |
+
border-bottom: 1px solid #e3e3e3;
|
264 |
+
position: relative;
|
265 |
+
}
|
266 |
+
.screenshot {
|
267 |
+
float: right;
|
268 |
+
margin-left: 1px;
|
269 |
+
position: relative;
|
270 |
+
width: 344px;
|
271 |
+
}
|
272 |
+
.screenshot img {
|
273 |
+
max-width: 334px;
|
274 |
+
padding: 4px;
|
275 |
+
border: 1px solid #ccc;
|
276 |
+
background: #fafafa;
|
277 |
+
border-color: #ccc #eee #eee #ccc;
|
278 |
+
-webkit-border-radius: 4px;
|
279 |
+
-moz-border-radius: 4px;
|
280 |
+
border-radius: 4px;
|
281 |
+
float: right;
|
282 |
+
}
|
283 |
+
.screenshot a {
|
284 |
+
text-decoration: none;
|
285 |
+
padding-left: 20px;
|
286 |
+
}
|
287 |
+
.screenshot a.remove {
|
288 |
+
background: url(../images/icon_delete.png) no-repeat 0 0;
|
289 |
+
display: block;
|
290 |
+
height: 16px;
|
291 |
+
width: 16px;
|
292 |
+
position: absolute;
|
293 |
+
bottom: -4px;
|
294 |
+
right: -4px;
|
295 |
+
text-indent: -9999px;
|
296 |
+
float: left;
|
297 |
+
padding: 0;
|
298 |
+
border: none;
|
299 |
+
}
|
300 |
+
.screenshot .no_image a.remove {
|
301 |
+
left: 0;
|
302 |
+
top: 2px;
|
303 |
+
}
|
304 |
+
.option-upload .element {
|
305 |
+
padding-bottom: 5px;
|
306 |
+
}
|
307 |
+
#framework_wrap #content h2 {
|
308 |
+
margin-bottom: 10px;
|
309 |
+
border-bottom: 1px solid #e5e5e5;
|
310 |
+
}
|
311 |
+
#framework_wrap #content h3 {
|
312 |
+
border-bottom: 1px solid #eee;
|
313 |
+
margin: 0 0 15px 0;
|
314 |
+
padding-bottom: 10px;
|
315 |
+
clear: both;
|
316 |
+
font-size: 14px;
|
317 |
+
}
|
318 |
+
h3.text-title {
|
319 |
+
font: italic 20px/30px Georgia,"Times New Roman","Bitstream Charter",Times,serif !important;
|
320 |
+
}
|
321 |
+
#framework_wrap #content tbody tr.inline-edit-option td h3 {
|
322 |
+
border-bottom-color: #ddd;
|
323 |
+
}
|
324 |
+
#framework_wrap #content .block {
|
325 |
+
display: block;
|
326 |
+
overflow: hidden;
|
327 |
+
padding: 20px;
|
328 |
+
}
|
329 |
+
#framework_wrap #content p {
|
330 |
+
font-size: 11px;
|
331 |
+
color: #555;
|
332 |
+
padding-bottom: 20px;
|
333 |
+
margin: 0;
|
334 |
+
}
|
335 |
+
#framework_wrap #content table {
|
336 |
+
border: 1px solid #dfdfdf;
|
337 |
+
width: 100%;
|
338 |
+
text-align: left;
|
339 |
+
border-spacing: 0;
|
340 |
+
border-style: solid;
|
341 |
+
border-width: 1px;
|
342 |
+
font-size: 11px !important;
|
343 |
+
text-shadow: 0 1px 0 #fff;
|
344 |
+
-webkit-border-radius: 4px;
|
345 |
+
-moz-border-radius: 4px;
|
346 |
+
border-radius: 4px;
|
347 |
+
}
|
348 |
+
#framework_wrap #content2 table {
|
349 |
+
border: 0px solid #dfdfdf;
|
350 |
+
width: 100%;
|
351 |
+
text-align: left;
|
352 |
+
border-spacing: 0;
|
353 |
+
border-style: solid;
|
354 |
+
border-width: 1px;
|
355 |
+
font-size: 11px !important;
|
356 |
+
text-shadow: 0 1px 0 #fff;
|
357 |
+
-webkit-border-radius: 4px;
|
358 |
+
-moz-border-radius: 4px;
|
359 |
+
border-radius: 4px;
|
360 |
+
}
|
361 |
+
|
362 |
+
#framework_wrap #content .has-table table th {
|
363 |
+
background: #f1f1f1;
|
364 |
+
background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
|
365 |
+
background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
|
366 |
+
}
|
367 |
+
tbody tr:hover {
|
368 |
+
cursor: pointer;
|
369 |
+
}
|
370 |
+
tbody tr.inline-edit-option {
|
371 |
+
}
|
372 |
+
tbody tr.inline-edit-option td {
|
373 |
+
background: #f1f1f1;
|
374 |
+
border-top: 1px solid #fff;
|
375 |
+
border-left: 1px solid #fff;
|
376 |
+
border-right: 1px solid #fff;
|
377 |
+
}
|
378 |
+
tbody tr:hover.inline-edit-option {
|
379 |
+
cursor: default;
|
380 |
+
}
|
381 |
+
#framework_wrap #content .has-table table #framework-settings .dragging {
|
382 |
+
background: #666 url(../images/black_px.png) repeat-x 0 0;
|
383 |
+
color: #fff;
|
384 |
+
text-shadow: 0 1px 0 #000;
|
385 |
+
}
|
386 |
+
#framework_wrap #content .has-table table #framework-settings .dragging td {
|
387 |
+
border-color: #000;
|
388 |
+
}
|
389 |
+
#framework_wrap #content .has-table table #framework-settings .dragging .col-edit {
|
390 |
+
background: url(../images/icon_up_down.png) no-repeat 63px center;
|
391 |
+
}
|
392 |
+
#framework_wrap #content .has-table table #framework-settings .dragging a.edit-inline,
|
393 |
+
#framework_wrap #content .has-table table #framework-settings .dragging a.delete-inline {
|
394 |
+
display: none;
|
395 |
+
}
|
396 |
+
.col-title {
|
397 |
+
padding-left: 10px !important;
|
398 |
+
width: 200px;
|
399 |
+
}
|
400 |
+
.col-type {
|
401 |
+
width: 60px;
|
402 |
+
}
|
403 |
+
.col-edit {
|
404 |
+
width: 45px;
|
405 |
+
padding-left: 40px !important;
|
406 |
+
padding-right: 0px !important;
|
407 |
+
}
|
408 |
+
.has-table table tr:first-child {
|
409 |
+
cursor: default;
|
410 |
+
}
|
411 |
+
.has-table table .col-heading {
|
412 |
+
background: #eaf3fa;
|
413 |
+
}
|
414 |
+
.has-table table .col-heading td:first-child {
|
415 |
+
font-weight: bold;
|
416 |
+
background: transparent url(../images/icon_header.png) no-repeat 10px 11px;
|
417 |
+
padding-left: 30px !important;
|
418 |
+
}
|
419 |
+
.has-table table thead th,
|
420 |
+
.has-table table td {
|
421 |
+
border-bottom: 1px solid #dfdfdf;
|
422 |
+
}
|
423 |
+
.has-table table tr,
|
424 |
+
.has-table table td,
|
425 |
+
.has-table table th {
|
426 |
+
padding: 10px 10px;
|
427 |
+
font-size: 11px !important;
|
428 |
+
}
|
429 |
+
.has-table table th {
|
430 |
+
padding: 6px 10px;
|
431 |
+
font-size: 11px !important;
|
432 |
+
}
|
433 |
+
.has-table table a {
|
434 |
+
text-decoration: none;
|
435 |
+
}
|
436 |
+
/* Inline Edit */
|
437 |
+
.inline-edit-option {
|
438 |
+
display: none;
|
439 |
+
}
|
440 |
+
a.edit-inline,
|
441 |
+
a.delete-inline,
|
442 |
+
a.add-option {
|
443 |
+
background: url(../images/icon_edit.png) no-repeat 0 0;
|
444 |
+
display: block;
|
445 |
+
height: 16px;
|
446 |
+
width: 16px;
|
447 |
+
text-indent: -9999px;
|
448 |
+
float: left;
|
449 |
+
margin-right: 5px;
|
450 |
+
display: block;
|
451 |
+
}
|
452 |
+
a.delete-inline {
|
453 |
+
background-image: url(../images/icon_delete.png);
|
454 |
+
}
|
455 |
+
a.add-option {
|
456 |
+
background-image: url(../images/icon_add.png);
|
457 |
+
margin-left: 21px;
|
458 |
+
}
|
459 |
+
a:hover.edit-inline {
|
460 |
+
border-color: #666;
|
461 |
+
}
|
462 |
+
a:hover.delete-inline {
|
463 |
+
border-color: #d54e45;
|
464 |
+
}
|
465 |
+
#framework_wrap #content .option {
|
466 |
+
padding-bottom: 15px;
|
467 |
+
}
|
468 |
+
#framework_wrap #content .option .section {
|
469 |
+
overflow: hidden;
|
470 |
+
font-size: 11px;
|
471 |
+
}
|
472 |
+
#framework_wrap #content .option .section .element {
|
473 |
+
float: left;
|
474 |
+
margin: 0 15px 0 0;
|
475 |
+
width: 345px;
|
476 |
+
}
|
477 |
+
#framework_wrap #content .option-checkbox .section .element {
|
478 |
+
width: 25px;
|
479 |
+
}
|
480 |
+
#framework_wrap #content .option .section .description {
|
481 |
+
color: #555;
|
482 |
+
float: left;
|
483 |
+
font-size: 11px;
|
484 |
+
padding: 2px 10px 0 0;
|
485 |
+
width: 370px;
|
486 |
+
}
|
487 |
+
div.desc-text p {
|
488 |
+
color: #555;
|
489 |
+
font-size: 11px !important;
|
490 |
+
}
|
491 |
+
#framework_wrap #content .inline-edit-option .option .section .description {
|
492 |
+
width: 325px;
|
493 |
+
padding-top: 0px;
|
494 |
+
}
|
495 |
+
#framework_wrap #content .option-checkbox .section .description {
|
496 |
+
width: 540px;
|
497 |
+
}
|
498 |
+
#framework_wrap #content label {
|
499 |
+
|
500 |
+
}
|
501 |
+
.input_wrap {
|
502 |
+
padding: 4px 10px 12px 0;
|
503 |
+
float: left;
|
504 |
+
width: 350px;
|
505 |
+
}
|
506 |
+
.option-checbox .input_wrap,
|
507 |
+
.option-radio .input_wrap {
|
508 |
+
padding: 4px 10px 4px 0;
|
509 |
+
width: 325px;
|
510 |
+
}
|
511 |
+
.option-checbox .element {
|
512 |
+
border: none;
|
513 |
+
max-height: 260px;
|
514 |
+
height: auto !important;
|
515 |
+
height: expression( document.body.clientHeight > 260 ? "260px" : "auto" );
|
516 |
+
overflow-y: auto;
|
517 |
+
overflow-x: hidden;
|
518 |
+
}
|
519 |
+
.input_wrap input[type="checkbox"],
|
520 |
+
.input_wrap input[type="radio"] {
|
521 |
+
float: left;
|
522 |
+
width: 20px;
|
523 |
+
margin-top: 3px;
|
524 |
+
vertical-align: bottom;
|
525 |
+
}
|
526 |
+
.input_wrap input[type="radio"] {
|
527 |
+
margin-top: 4px;
|
528 |
+
}
|
529 |
+
.input_wrap label {
|
530 |
+
float: left;
|
531 |
+
width: 325px;
|
532 |
+
}
|
533 |
+
.option-checbox .input_wrap label,
|
534 |
+
.option-radio .input_wrap label {
|
535 |
+
width: 300px;
|
536 |
+
}
|
537 |
+
#framework_wrap #content label input {
|
538 |
+
margin-right: 5px;
|
539 |
+
display: block;
|
540 |
+
float: left;
|
541 |
+
}
|
542 |
+
#framework_wrap #content input[type="text"],
|
543 |
+
#framework_wrap #content select,
|
544 |
+
#framework_wrap #content textarea {
|
545 |
+
background: #fafafa;
|
546 |
+
border-color: #ccc #eee #eee #ccc;
|
547 |
+
border-style: solid;
|
548 |
+
border-width: 1px;
|
549 |
+
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
|
550 |
+
font-size: 12px;
|
551 |
+
margin-bottom: 9px !important;
|
552 |
+
padding: 5px;
|
553 |
+
width: 344px;
|
554 |
+
display: block;
|
555 |
+
color: #888;
|
556 |
+
resize: none;
|
557 |
+
}
|
558 |
+
#framework_wrap #content tbody tr.inline-edit-option td input[type="text"],
|
559 |
+
#framework_wrap #content tbody tr.inline-edit-option td select,
|
560 |
+
#framework_wrap #content tbody tr.inline-edit-option td textarea {
|
561 |
+
background: #fff;
|
562 |
+
}
|
563 |
+
#framework_wrap #content input[type="text"].upload {
|
564 |
+
width: 281px;
|
565 |
+
float: left;
|
566 |
+
}
|
567 |
+
#framework_wrap #content input[type="text"].cp_input {
|
568 |
+
width: 312px !important;
|
569 |
+
float: left;
|
570 |
+
}
|
571 |
+
.cp_box {
|
572 |
+
float: right;
|
573 |
+
width: 25px;
|
574 |
+
height: 25px;
|
575 |
+
position: relative;
|
576 |
+
top: 1px;
|
577 |
+
border: 1px solid #ccc;
|
578 |
+
border-color: #ccc #eee #eee #ccc;
|
579 |
+
background: #fafafa;
|
580 |
+
-webkit-border-radius: 4px;
|
581 |
+
-moz-border-radius: 4px;
|
582 |
+
border-radius: 4px;
|
583 |
+
}
|
584 |
+
.cp_box div {
|
585 |
+
width: 13px;
|
586 |
+
height: 13px;
|
587 |
+
border: 1px solid #bbb;
|
588 |
+
border-color: #eee #ccc #ccc #eee;
|
589 |
+
background: #fafafa url(../images/empty.gif);
|
590 |
+
position: absolute;
|
591 |
+
left: 5px;
|
592 |
+
top: 5px;
|
593 |
+
box-shadow: 1px 1px 0px #ccc;
|
594 |
+
-webkit-box-shadow: 1px 1px 0px #ccc;
|
595 |
+
-moz-box-shadow: 1px 1px 0px #ccc;
|
596 |
+
}
|
597 |
+
#framework_wrap #content .element small {
|
598 |
+
float: left;
|
599 |
+
font-size: 9px;
|
600 |
+
line-height: 9px;
|
601 |
+
color: #999;
|
602 |
+
position: relative;
|
603 |
+
top: -5px;
|
604 |
+
left: 2px;
|
605 |
+
}
|
606 |
+
.upload_button,
|
607 |
+
.upload_file_button,
|
608 |
+
.ob_button {
|
609 |
+
float: right;
|
610 |
+
padding: 5px;
|
611 |
+
cursor: pointer;
|
612 |
+
color: #444;
|
613 |
+
text-shadow: 0 1px 0 #fff;
|
614 |
+
background: #f3f3f3 url(../images/btn.png) repeat-x 0 0 !important;
|
615 |
+
border: 1px solid #bbb;
|
616 |
+
position: relative;
|
617 |
+
right: -1px;
|
618 |
+
height: 27px;
|
619 |
+
}
|
620 |
+
#framework_wrap #content select {
|
621 |
+
height: 28px;
|
622 |
+
padding: 4px 5px;
|
623 |
+
}
|
624 |
+
#framework_wrap #content input[type="text"]:focus,
|
625 |
+
#framework_wrap #content select:focus,
|
626 |
+
#framework_wrap #content textarea:focus,
|
627 |
+
#framework_wrap #content input[type="text"]:hover,
|
628 |
+
#framework_wrap #content select:hover,
|
629 |
+
#framework_wrap #content textarea:hover {
|
630 |
+
background: #fff;
|
631 |
+
border-color: #bbb #eee #eee #bbb;
|
632 |
+
color: #333;
|
633 |
+
}
|
634 |
+
#framework_wrap *:focus {
|
635 |
+
outline: none;
|
636 |
+
}
|
637 |
+
#framework_wrap *::-moz-focus-inner {
|
638 |
+
border: none;
|
639 |
+
}
|
640 |
+
.bottom_btn {
|
641 |
+
float: left;
|
642 |
+
width: 100%;
|
643 |
+
padding-top: 15px;
|
644 |
+
}
|
645 |
+
#framework_wrap #content .select_wrapper {
|
646 |
+
-moz-border-radius: 4px;
|
647 |
+
-webkit-border-radius: 4px;
|
648 |
+
border-radius: 4px;
|
649 |
+
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
|
650 |
+
font-size: 12px;
|
651 |
+
background: #fafafa url(../images/select.png) no-repeat right center;
|
652 |
+
border-color: #ccc #eee #eee #ccc;
|
653 |
+
border-style: solid;
|
654 |
+
border-width: 1px;
|
655 |
+
float: left;
|
656 |
+
height: 26px;
|
657 |
+
width: 344px;
|
658 |
+
margin: 0;
|
659 |
+
margin-bottom: 9px !important;
|
660 |
+
width: 344px;
|
661 |
+
display: block;
|
662 |
+
color: #888;
|
663 |
+
}
|
664 |
+
#framework_wrap #content .option-type .select_wrapper {
|
665 |
+
background-color: #fff;
|
666 |
+
}
|
667 |
+
#framework_wrap #content .select_wrapper.measurement {
|
668 |
+
width: 65px;
|
669 |
+
float: right;
|
670 |
+
margin-top: 1px;
|
671 |
+
}
|
672 |
+
#framework_wrap #content input.measurement {
|
673 |
+
width: 269px;
|
674 |
+
float: left;
|
675 |
+
padding-top: 6px;
|
676 |
+
}
|
677 |
+
#framework_wrap #content .select_wrapper:hover {
|
678 |
+
background-color: #fff;
|
679 |
+
border-color: #bbb #eee #eee #bbb;
|
680 |
+
color: #333;
|
681 |
+
}
|
682 |
+
#framework_wrap #content select.select {
|
683 |
+
cursor: pointer;
|
684 |
+
height: 28px;
|
685 |
+
margin: 0;
|
686 |
+
-moz-opacity: 0;
|
687 |
+
filter: alpha(opacity: 0);
|
688 |
+
opacity: 0;
|
689 |
+
padding: 0;
|
690 |
+
position: relative;
|
691 |
+
width: inherit;
|
692 |
+
z-index: 4;
|
693 |
+
}
|
694 |
+
#framework_wrap #content .select_wrapper span {
|
695 |
+
height: 26px;
|
696 |
+
line-height: 26px;
|
697 |
+
position: absolute;
|
698 |
+
z-index: 2;
|
699 |
+
padding-left: 6px;
|
700 |
+
}
|
701 |
+
/* Image Slider */
|
702 |
+
.option-tree-slider {
|
703 |
+
background: #eaf3fa;
|
704 |
+
padding: 0px 10px;
|
705 |
+
margin-bottom: 8px;
|
706 |
+
text-shadow: 0 1px 0 #fff;
|
707 |
+
position: relative;
|
708 |
+
/* CSS3 */
|
709 |
+
-webkit-border-radius: 4px;
|
710 |
+
-moz-border-radius: 4px;
|
711 |
+
border-radius: 4px;
|
712 |
+
-moz-box-shadow: 1px 1px 0px #ccc;
|
713 |
+
-webkit-box-shadow: 1px 1px 0px #ccc;
|
714 |
+
box-shadow: 1px 1px 0px #ccc;
|
715 |
+
}
|
716 |
+
.option-tree-slider p {
|
717 |
+
padding-bottom: 5px !important;
|
718 |
+
margin-bottom: 0px !important;
|
719 |
+
}
|
720 |
+
#framework_wrap #content .option-option-tree-slider .section .element input[type="text"],
|
721 |
+
#framework_wrap #content .option-option-tree-slider .section .element textarea {
|
722 |
+
background: #fff;
|
723 |
+
width: 323px;
|
724 |
+
}
|
725 |
+
.option-tree-slider-wrap .edit {
|
726 |
+
position: absolute;
|
727 |
+
height: 16px;
|
728 |
+
width: 16px;
|
729 |
+
display: block;
|
730 |
+
text-indent: -9999px;
|
731 |
+
background: url(../images/icon_edit.png);
|
732 |
+
top: 6px;
|
733 |
+
right: 27px;
|
734 |
+
z-index: 10;
|
735 |
+
}
|
736 |
+
.option-tree-slider-wrap .edit.down {
|
737 |
+
background: url(../images/icon_up.png) !important;
|
738 |
+
}
|
739 |
+
.option-tree-slider-wrap .trash {
|
740 |
+
position: absolute;
|
741 |
+
height: 16px;
|
742 |
+
width: 16px;
|
743 |
+
display: block;
|
744 |
+
text-indent: -9999px;
|
745 |
+
background: url(../images/icon_delete.png);
|
746 |
+
top: 6px;
|
747 |
+
right: 6px;
|
748 |
+
z-index: 10;
|
749 |
+
}
|
750 |
+
.option-tree-slider-wrap .open {
|
751 |
+
padding: 5px 0px;
|
752 |
+
padding-right: 40px;
|
753 |
+
display: block;
|
754 |
+
font-size: 11px;
|
755 |
+
}
|
756 |
+
.option-tree-slider-wrap .option-tree-slider-body {
|
757 |
+
display: ;
|
758 |
+
}
|
759 |
+
/* Docs */
|
760 |
+
#framework_wrap #options_tabs.docs {
|
761 |
+
font-size: 11px !important;
|
762 |
+
color: #555;
|
763 |
+
}
|
764 |
+
#framework_wrap code {
|
765 |
+
font-size: 10px;
|
766 |
+
}
|
767 |
+
#framework_wrap ul.doc_list {
|
768 |
+
font-size: 11px !important;
|
769 |
+
padding-bottom: 20px;
|
770 |
+
}
|
771 |
+
#framework_wrap .doc_list li {
|
772 |
+
padding-bottom: 0px;
|
773 |
+
line-height: 12px;
|
774 |
+
list-style: disc;
|
775 |
+
margin-left: 16px;
|
776 |
+
}
|
777 |
+
#framework_wrap code {
|
778 |
+
background-color: #f1f1f1;
|
779 |
+
color: #000;
|
780 |
+
}
|
781 |
+
#framework_wrap pre {
|
782 |
+
font-size: 13px;
|
783 |
+
padding: 0;
|
784 |
+
margin: 0;
|
785 |
+
line-height: 18px;
|
786 |
+
overflow: auto;
|
787 |
+
overflow-Y: hidden;
|
788 |
+
padding-top: 18px;
|
789 |
+
background: #f1f1f1;
|
790 |
+
border-bottom: 1px solid #f1f1f1;
|
791 |
+
margin-bottom: 20px;
|
792 |
+
color: #000;
|
793 |
+
white-space:pre-wrap;
|
794 |
+
word-wrap:break-word;
|
795 |
+
}
|
796 |
+
#framework_wrap pre code {
|
797 |
+
padding: 0 18px 18px 18px;
|
798 |
+
display: block;
|
799 |
+
background: url(../images/pre_bg.gif) repeat left top; /*--Background of lined paper--*/
|
800 |
+
}
|
801 |
+
/* Tabs */
|
802 |
+
.options_tabs {
|
803 |
+
display: none;
|
804 |
+
}
|
805 |
+
.ui-tabs {
|
806 |
+
zoom: 1;
|
807 |
+
background: url(../images/tabs_bg.png) repeat-y 0 0;
|
808 |
+
}
|
809 |
+
.ui-tabs .options_tabs {
|
810 |
+
display: block;
|
811 |
+
}
|
812 |
+
.ui-tabs-panel .description {
|
813 |
+
width: 225px !important;
|
814 |
+
}
|
815 |
+
.ui-tabs-panel .inline-edit-option .description {
|
816 |
+
width: 200px !important;
|
817 |
+
}
|
818 |
+
.ui-tabs-panel h2 {
|
819 |
+
display: none;
|
820 |
+
}
|
821 |
+
.ui-tabs .ui-tabs-nav {
|
822 |
+
list-style: none;
|
823 |
+
position: relative;
|
824 |
+
float: left;
|
825 |
+
width: 148px;
|
826 |
+
word-wrap: break-word;
|
827 |
+
}
|
828 |
+
.ui-tabs .ui-tabs-nav li {
|
829 |
+
position: relative;
|
830 |
+
float: left;
|
831 |
+
display: block;
|
832 |
+
margin: 0;
|
833 |
+
padding: 0;
|
834 |
+
overflow: visible;
|
835 |
+
}
|
836 |
+
.ui-tabs .ui-tabs-nav li a {
|
837 |
+
float: left;
|
838 |
+
text-decoration: none;
|
839 |
+
display: block;
|
840 |
+
width: 127px;
|
841 |
+
padding: 8px 10px;
|
842 |
+
border-bottom: 1px solid #e3e3e3;
|
843 |
+
color: #21759B;
|
844 |
+
text-shadow: 0 1px 0 #fff;
|
845 |
+
background-image: url(../images/white_px.png);
|
846 |
+
background-repeat: repeat-x;
|
847 |
+
background-position: 0 0;
|
848 |
+
font-size: 11px;
|
849 |
+
}
|
850 |
+
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
|
851 |
+
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover {
|
852 |
+
background: #fff;
|
853 |
+
color: #d54e45;
|
854 |
+
width: 128px;
|
855 |
+
}
|
856 |
+
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
|
857 |
+
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
|
858 |
+
cursor: text;
|
859 |
+
}
|
860 |
+
.ui-tabs .ui-tabs-nav li a,
|
861 |
+
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
|
862 |
+
cursor: pointer;
|
863 |
+
}
|
864 |
+
.ui-tabs .ui-tabs-nav li.ui-state-hover a {
|
865 |
+
background-color: #eaf2fa;
|
866 |
+
color: #555;
|
867 |
+
}
|
868 |
+
.ui-tabs .ui-tabs-panel {
|
869 |
+
display: block;
|
870 |
+
float: right;
|
871 |
+
width: 595px;
|
872 |
+
min-height: 400px;
|
873 |
+
}
|
874 |
+
.ui-tabs .ui-tabs-hide {
|
875 |
+
display: none !important;
|
876 |
+
}
|
877 |
+
.options_tabs li.ui-tabs-selected span {
|
878 |
+
position: absolute;
|
879 |
+
left: -1px;
|
880 |
+
top: 12px;
|
881 |
+
height: 9px;
|
882 |
+
width: 8px;
|
883 |
+
background: url(../images/icon_arrow.png) no-repeat 0 0;
|
884 |
+
}
|
885 |
+
|
886 |
+
|
887 |
+
|
888 |
+
/* file input */
|
889 |
+
div.file_wrap {
|
890 |
+
position: relative;
|
891 |
+
float: left;
|
892 |
+
width: 345px;
|
893 |
+
}
|
894 |
+
div.fake_file {
|
895 |
+
position: absolute;
|
896 |
+
top: 0px;
|
897 |
+
left: 0px;
|
898 |
+
z-index: 1;
|
899 |
+
}
|
900 |
+
div.fake_file input.upload {
|
901 |
+
margin-right: 3px;
|
902 |
+
width: 279px !important;
|
903 |
+
}
|
904 |
+
input.file {
|
905 |
+
background: none;
|
906 |
+
position: relative;
|
907 |
+
text-align: right;
|
908 |
+
float: right;
|
909 |
+
height: 28px;
|
910 |
+
-moz-opacity: 0;
|
911 |
+
filter: alpha(opacity: 0);
|
912 |
+
opacity: 0;
|
913 |
+
z-index: 2;
|
914 |
+
}
|
915 |
+
|
916 |
+
#register-profile-builder .validateStatus{
|
917 |
+
position:relative;
|
918 |
+
top:3px;
|
919 |
+
}
|
920 |
+
.wppb-serialnumber-descr{
|
921 |
+
padding-left:100px;
|
922 |
+
}
|
923 |
+
#wppb_profile_builder_pro_serial{
|
924 |
+
width:335px;
|
925 |
+
}
|
926 |
+
|
927 |
+
#plugin-layout input[type="submit"], #show-hide-admin-bar input[type="submit"], #default-fields input[type="submit"], #register-profile-builder input[type="submit"] {
|
928 |
+
position:absolute;
|
929 |
+
bottom:0;
|
930 |
+
right:0;
|
931 |
+
margin-bottom:-30px;
|
932 |
+
margin-right:25px;
|
933 |
+
}
|
934 |
+
|
935 |
+
#secondColumn, #thirdColumn{
|
936 |
+
width:25%;
|
937 |
+
}
|
938 |
+
.options_tabs{
|
939 |
+
margin:0;
|
940 |
+
}
|
941 |
+
|
942 |
+
#show-hide-admin-bar table th{
|
943 |
+
font-size: 10px !important;
|
944 |
+
padding: 6px 10px;
|
945 |
+
font-weight: bold !important;
|
946 |
+
}
|
947 |
+
|
948 |
+
#show-hide-admin-bar table td{
|
949 |
+
font-size: 11px !important;
|
950 |
}
|
assets/images/white-grad.png
ADDED
Binary file
|
assets/js/jquery.extra.fields.js
CHANGED
@@ -1,707 +1,707 @@
|
|
1 |
-
|
2 |
-
/**
|
3 |
-
*
|
4 |
-
* Delay
|
5 |
-
*
|
6 |
-
* Creates a way to delay events
|
7 |
-
* Dependencies: jQuery
|
8 |
-
*
|
9 |
-
*/
|
10 |
-
|
11 |
-
/*
|
12 |
-
Original Plugin Name: OptionTree
|
13 |
-
Original Plugin URI: http://wp.envato.com
|
14 |
-
Original Author: Derek Herman
|
15 |
-
Original Author URI: http://valendesigns.com
|
16 |
-
*/
|
17 |
-
|
18 |
-
(function ($) {
|
19 |
-
$.fn.delay = function(time,func){
|
20 |
-
return this.each(function(){
|
21 |
-
setTimeout(func,time);
|
22 |
-
});
|
23 |
-
};
|
24 |
-
})(jQuery);
|
25 |
-
|
26 |
-
/**
|
27 |
-
*
|
28 |
-
* Center AJAX
|
29 |
-
*
|
30 |
-
* Creates a way to center the AJAX message
|
31 |
-
* Dependencies: jQuery
|
32 |
-
*
|
33 |
-
*/
|
34 |
-
(function ($) {
|
35 |
-
$.fn.ajaxMessage = function(html){
|
36 |
-
if (html) {
|
37 |
-
return $(this).animate({"top":( $(window).height() - $(this).height() ) / 2 - 200 + $(window).scrollTop() + "px"},100).fadeIn('fast').html(html).delay(3000, function(){$('.ajax-message').fadeOut()});
|
38 |
-
} else {
|
39 |
-
return $(this).animate({"top":( $(window).height() - $(this).height() ) / 2 - 200 + $(window).scrollTop() + "px"},100).fadeIn('fast').delay(3000, function(){$('.ajax-message').fadeOut()});
|
40 |
-
}
|
41 |
-
};
|
42 |
-
})(jQuery);
|
43 |
-
|
44 |
-
/**
|
45 |
-
*
|
46 |
-
* Style File
|
47 |
-
*
|
48 |
-
* Creates a way to cover file input with a better styled version
|
49 |
-
* Dependencies: jQuery
|
50 |
-
*
|
51 |
-
*/
|
52 |
-
(function ($) {
|
53 |
-
styleFile = {
|
54 |
-
init: function () {
|
55 |
-
$('input.file').each(function(){
|
56 |
-
var uploadbutton = '<input class="upload_file_button" type="button" value="Upload" />';
|
57 |
-
$(this).wrap('<div class="file_wrap" />');
|
58 |
-
$(this).addClass('file').css('opacity', 0); //set to invisible
|
59 |
-
$(this).parent().append($('<div class="fake_file" />').append($('<input type="text" class="upload" />').attr('id',$(this).attr('id')+'_file')).append(uploadbutton));
|
60 |
-
|
61 |
-
$(this).bind('change', function() {
|
62 |
-
$('#'+$(this).attr('id')+'_file').val($(this).val());;
|
63 |
-
});
|
64 |
-
$(this).bind('mouseout', function() {
|
65 |
-
$('#'+$(this).attr('id')+'_file').val($(this).val());;
|
66 |
-
});
|
67 |
-
});
|
68 |
-
}
|
69 |
-
};
|
70 |
-
$(document).ready(function () {
|
71 |
-
styleFile.init()
|
72 |
-
})
|
73 |
-
})(jQuery);
|
74 |
-
|
75 |
-
/**
|
76 |
-
*
|
77 |
-
* Style Select
|
78 |
-
*
|
79 |
-
* Replace Select text
|
80 |
-
* Dependencies: jQuery
|
81 |
-
*
|
82 |
-
*/
|
83 |
-
(function ($) {
|
84 |
-
styleSelect = {
|
85 |
-
init: function () {
|
86 |
-
$('.select_wrapper').each(function () {
|
87 |
-
$(this).prepend('<span>' + $(this).find('.select option:selected').text() + '</span>');
|
88 |
-
});
|
89 |
-
$('.select').live('change', function () {
|
90 |
-
$(this).prev('span').replaceWith('<span>' + $(this).find('option:selected').text() + '</span>');
|
91 |
-
});
|
92 |
-
$('.select').bind($.browser.msie ? 'click' : 'change', function(event) {
|
93 |
-
$(this).prev('span').replaceWith('<span>' + $(this).find('option:selected').text() + '</span>');
|
94 |
-
});
|
95 |
-
}
|
96 |
-
};
|
97 |
-
$(document).ready(function () {
|
98 |
-
styleSelect.init()
|
99 |
-
})
|
100 |
-
})(jQuery);
|
101 |
-
|
102 |
-
/**
|
103 |
-
*
|
104 |
-
* Activate Tabs
|
105 |
-
*
|
106 |
-
* Tab style UI toggle
|
107 |
-
* Dependencies: jQuery, jQuery UI Core, jQuery UI Tabs
|
108 |
-
*
|
109 |
-
*/
|
110 |
-
(function ($) {
|
111 |
-
activateTabs = {
|
112 |
-
init: function () {
|
113 |
-
// Activate
|
114 |
-
$("#options_tabs").tabs();
|
115 |
-
// Append Toggle Button
|
116 |
-
$('.top-info').append('<a href="" class="toggle_tabs">Tabs</a>');
|
117 |
-
// Toggle Tabs
|
118 |
-
$('.toggle_tabs').toggle(function() {
|
119 |
-
$("#options_tabs").tabs('destroy');
|
120 |
-
$(this).addClass('off');
|
121 |
-
}, function() {
|
122 |
-
$("#options_tabs").tabs();
|
123 |
-
$(this).removeClass('off');
|
124 |
-
});
|
125 |
-
}
|
126 |
-
};
|
127 |
-
$(document).ready(function () {
|
128 |
-
activateTabs.init()
|
129 |
-
})
|
130 |
-
})(jQuery);
|
131 |
-
|
132 |
-
/**
|
133 |
-
*
|
134 |
-
* Upload Option
|
135 |
-
*
|
136 |
-
* Allows window.send_to_editor to function properly using a private post_id
|
137 |
-
* Dependencies: jQuery, Media Upload, Thickbox
|
138 |
-
*
|
139 |
-
*/
|
140 |
-
(function ($) {
|
141 |
-
uploadOption = {
|
142 |
-
init: function () {
|
143 |
-
var formfield,
|
144 |
-
formID,
|
145 |
-
btnContent = true;
|
146 |
-
// On Click
|
147 |
-
$('.upload_button').live("click", function () {
|
148 |
-
formfield = $(this).prev('input').attr('name');
|
149 |
-
formID = $(this).attr('rel');
|
150 |
-
tb_show('', 'media-upload.php?post_id='+formID+'&type=image&TB_iframe=1');
|
151 |
-
return false;
|
152 |
-
});
|
153 |
-
|
154 |
-
window.original_send_to_editor = window.send_to_editor;
|
155 |
-
window.send_to_editor = function(html) {
|
156 |
-
if (formfield) {
|
157 |
-
itemurl = $(html).attr('href');
|
158 |
-
var image = /(^.*\.jpg|jpeg|png|gif|ico*)/gi;
|
159 |
-
var document = /(^.*\.pdf|doc|docx|ppt|pptx|odt*)/gi;
|
160 |
-
var audio = /(^.*\.mp3|m4a|ogg|wav*)/gi;
|
161 |
-
var video = /(^.*\.mp4|m4v|mov|wmv|avi|mpg|ogv|3gp|3g2*)/gi;
|
162 |
-
if (itemurl.match(image)) {
|
163 |
-
btnContent = '<img src="'+itemurl+'" alt="" /><a href="" class="remove">Remove Image</a>';
|
164 |
-
} else {
|
165 |
-
btnContent = '<div class="no_image">'+html+'<a href="" class="remove">Remove</a></div>';
|
166 |
-
}
|
167 |
-
$('#' + formfield).val(itemurl);
|
168 |
-
$('#' + formfield).next().next('div').slideDown().html(btnContent);
|
169 |
-
tb_remove();
|
170 |
-
} else {
|
171 |
-
window.original_send_to_editor(html);
|
172 |
-
}
|
173 |
-
}
|
174 |
-
}
|
175 |
-
};
|
176 |
-
$(document).ready(function () {
|
177 |
-
uploadOption.init()
|
178 |
-
})
|
179 |
-
})(jQuery);
|
180 |
-
|
181 |
-
/**
|
182 |
-
*
|
183 |
-
* Inline Edit Options
|
184 |
-
*
|
185 |
-
* Creates & Updates Options via Ajax
|
186 |
-
* Dependencies: jQuery
|
187 |
-
*
|
188 |
-
*/
|
189 |
-
(function ($) {
|
190 |
-
inlineEditOption = {
|
191 |
-
init: function () {
|
192 |
-
var c = this,
|
193 |
-
d = $("tr.inline-edit-option");
|
194 |
-
$('.save-options', '#the-theme-options').live("click", function () {
|
195 |
-
inlineEditOption.save_options(this);
|
196 |
-
return false;
|
197 |
-
});
|
198 |
-
$("a.edit-inline").live("click", function (event) {
|
199 |
-
if ($("a.edit-inline").hasClass('disable')) {
|
200 |
-
event.preventDefault();
|
201 |
-
return false;
|
202 |
-
} else {
|
203 |
-
inlineEditOption.edit(this);
|
204 |
-
return false;
|
205 |
-
}
|
206 |
-
});
|
207 |
-
$("a.save").live("click", function () {
|
208 |
-
if ($("a.save").hasClass('add-save')) {
|
209 |
-
inlineEditOption.addSave(this);
|
210 |
-
return false;
|
211 |
-
} else {
|
212 |
-
inlineEditOption.editSave(this);
|
213 |
-
return false;
|
214 |
-
}
|
215 |
-
});
|
216 |
-
$("a.cancel").live("click", function () {
|
217 |
-
if ($("a.cancel").hasClass('undo-add')) {
|
218 |
-
inlineEditOption.undoAdd();
|
219 |
-
return false;
|
220 |
-
} else {
|
221 |
-
inlineEditOption.revert();
|
222 |
-
return false;
|
223 |
-
}
|
224 |
-
});
|
225 |
-
$("a.add-option").live("click", function (event) {
|
226 |
-
if ($(this).hasClass('disable')) {
|
227 |
-
event.preventDefault();
|
228 |
-
return false;
|
229 |
-
} else {
|
230 |
-
$.post(
|
231 |
-
ajaxurl,
|
232 |
-
{ action:'profile_builder_next_id', _ajax_nonce: $("#_ajax_nonce").val() },
|
233 |
-
function (response) {
|
234 |
-
c = parseInt(response) + 1;
|
235 |
-
inlineEditOption.add(c);
|
236 |
-
}
|
237 |
-
);
|
238 |
-
return false;
|
239 |
-
}
|
240 |
-
});
|
241 |
-
$('.delete-inline').live("click", function (event) {
|
242 |
-
if ($("a.delete-inline").hasClass('disable')) {
|
243 |
-
event.preventDefault();
|
244 |
-
return false;
|
245 |
-
} else {
|
246 |
-
var agree = confirm("Are you sure you want to delete this input?");
|
247 |
-
if (agree) {
|
248 |
-
inlineEditOption.remove(this);
|
249 |
-
return false;
|
250 |
-
} else {
|
251 |
-
return false;
|
252 |
-
}
|
253 |
-
}
|
254 |
-
});
|
255 |
-
// Fade out message div
|
256 |
-
if ($('.ajax-message').hasClass('show')) {
|
257 |
-
$('.ajax-message').ajaxMessage();
|
258 |
-
}
|
259 |
-
// Remove Uploaded Image
|
260 |
-
$('.remove').live('click', function(event) {
|
261 |
-
$(this).hide();
|
262 |
-
$(this).parents().prev().prev('.upload').attr('value', '');
|
263 |
-
$(this).parents('.screenshot').slideUp();
|
264 |
-
});
|
265 |
-
},
|
266 |
-
save_options: function (e) {
|
267 |
-
var d = {
|
268 |
-
action: "profile_builder_array_save"
|
269 |
-
};
|
270 |
-
b = $(':input', '#the-theme-options').serialize();
|
271 |
-
d = b + "&" + $.param(d);
|
272 |
-
$.post(ajaxurl, d, function (r) {
|
273 |
-
if (r != -1) {
|
274 |
-
$('.ajax-message').ajaxMessage('<div class="message"><span> </span>Theme Options were saved</div>');
|
275 |
-
$(".option-tree-slider-body").hide();
|
276 |
-
$('.option-tree-slider .edit').removeClass('down');
|
277 |
-
} else {
|
278 |
-
$('.ajax-message').ajaxMessage('<div class="message warning"><span> </span>Theme Options could not be saved</div>');
|
279 |
-
}
|
280 |
-
});
|
281 |
-
return false;
|
282 |
-
},
|
283 |
-
remove: function (b) {
|
284 |
-
var c = true;
|
285 |
-
|
286 |
-
// Set ID
|
287 |
-
c = $(b).parents("tr:first").attr('id');
|
288 |
-
c = c.substr(c.lastIndexOf("-") + 1);
|
289 |
-
|
290 |
-
d = {
|
291 |
-
action: "profile_builder_delete",
|
292 |
-
id: c,
|
293 |
-
_ajax_nonce: $("#_ajax_nonce").val()
|
294 |
-
};
|
295 |
-
$.post(ajaxurl, d, function (r) {
|
296 |
-
if (r) {
|
297 |
-
if (r == 'removed') {
|
298 |
-
$("#option-" + c).remove();
|
299 |
-
$('.ajax-message').ajaxMessage('<div class="message"><span> </span>Input deleted.</div>');
|
300 |
-
} else {
|
301 |
-
$('.ajax-message').ajaxMessage('<div class="message warning"><span> </span>'+r+'</div>');
|
302 |
-
}
|
303 |
-
} else {
|
304 |
-
$('.ajax-message').ajaxMessage('<div class="message warning"><span> </span>'+r+'</div>');
|
305 |
-
}
|
306 |
-
});
|
307 |
-
return false;
|
308 |
-
},
|
309 |
-
add: function (c) {
|
310 |
-
var e = this,
|
311 |
-
addRow, editRow = true, temp_select;
|
312 |
-
e.revert();
|
313 |
-
|
314 |
-
// Clone the blank main row
|
315 |
-
addRow = $('#inline-add').clone(true);
|
316 |
-
addRow = $(addRow).attr('id', 'option-'+c);
|
317 |
-
|
318 |
-
// Clone the blank edit row
|
319 |
-
editRow = $('#inline-edit').clone(true);
|
320 |
-
|
321 |
-
$('a.cancel', editRow).addClass('undo-add');
|
322 |
-
$('a.save', editRow).addClass('add-save');
|
323 |
-
$('a.edit-inline').addClass('disable');
|
324 |
-
$('a.delete-inline').addClass('disable');
|
325 |
-
$('a.add-option').addClass('disable');
|
326 |
-
|
327 |
-
// Set Colspan to 5
|
328 |
-
$('td', editRow).attr('colspan', 5);
|
329 |
-
|
330 |
-
// Add Row
|
331 |
-
$("#framework-settings tr:last").after(addRow);
|
332 |
-
|
333 |
-
// Add Row and hide
|
334 |
-
$(addRow).hide().after(editRow);
|
335 |
-
|
336 |
-
$('.item-data', addRow).attr('id', 'inline_'+c);
|
337 |
-
|
338 |
-
// Show The Editor
|
339 |
-
$(editRow).attr('id', 'edit-'+c).addClass('inline-editor').show();
|
340 |
-
|
341 |
-
$('.item_title', '#edit-'+c).focus();
|
342 |
-
|
343 |
-
$('.select').each(function () {
|
344 |
-
temp_select = $(this).prev('span').text();
|
345 |
-
if (temp_select == 'Heading') {
|
346 |
-
$('.option-desc', '#edit-'+c).hide();
|
347 |
-
$('.option-options', '#edit-'+c).hide();
|
348 |
-
}
|
349 |
-
});
|
350 |
-
|
351 |
-
$('.select').live('change', function () {
|
352 |
-
temp_select = $(this).prev('span').text();
|
353 |
-
if (temp_select == 'Heading') {
|
354 |
-
$('.option-desc', '#edit-'+c).hide();
|
355 |
-
$('.option-options', '#edit-'+c).hide();
|
356 |
-
} else if (
|
357 |
-
temp_select == 'Checkbox' ||
|
358 |
-
temp_select == 'Radio' ||
|
359 |
-
temp_select == 'Select'
|
360 |
-
) {
|
361 |
-
$('.alternative').hide();
|
362 |
-
$('.regular').show();
|
363 |
-
$('.option-desc', '#edit-'+c).show();
|
364 |
-
$('.option-options', '#edit-'+c).show();
|
365 |
-
/* avatar */
|
366 |
-
}else if (temp_select == 'Avatar'){
|
367 |
-
$('.regular').hide();
|
368 |
-
$('.alternative').show().html('<strong>Avatar Size:</strong> Enter a
|
369 |
-
$('.option-desc', editRow).show();
|
370 |
-
$('.option-options', editRow).show();
|
371 |
-
/* end avatar */
|
372 |
-
} else {
|
373 |
-
if (temp_select == 'Textarea') {
|
374 |
-
$('.regular').hide();
|
375 |
-
$('.alternative').show().html('<strong>Row Count:</strong> Enter a numeric value for the number of rows in your textarea.');
|
376 |
-
$('.option-desc', '#edit-'+c).show();
|
377 |
-
$('.option-options', '#edit-'+c).show();
|
378 |
-
} else if (
|
379 |
-
temp_select == 'Custom Post' ||
|
380 |
-
temp_select == 'Custom Posts'
|
381 |
-
) {
|
382 |
-
$('.regular').hide();
|
383 |
-
$('.alternative').show().html('<strong>Post Type:</strong> Enter your custom post_type.');
|
384 |
-
$('.option-desc', '#edit-'+c).show();
|
385 |
-
$('.option-options', '#edit-'+c).show();
|
386 |
-
} else {
|
387 |
-
$('.option-desc', '#edit-'+c).show();
|
388 |
-
$('.option-options', '#edit-'+c).hide();
|
389 |
-
}
|
390 |
-
}
|
391 |
-
});
|
392 |
-
|
393 |
-
// Scroll
|
394 |
-
$('html, body').animate({ scrollTop: 2000 }, 500);
|
395 |
-
|
396 |
-
return false;
|
397 |
-
},
|
398 |
-
undoAdd: function (b) {
|
399 |
-
var e = this,
|
400 |
-
c = true;
|
401 |
-
e.revert();
|
402 |
-
c = $("#framework-settings tr:last").attr('id');
|
403 |
-
c = c.substr(c.lastIndexOf("-") + 1);
|
404 |
-
|
405 |
-
$("a.edit-inline").removeClass('disable');
|
406 |
-
$("a.delete-inline").removeClass('disable');
|
407 |
-
$("a.add-option").removeClass('disable');
|
408 |
-
$("#option-" + c).remove();
|
409 |
-
|
410 |
-
return false;
|
411 |
-
},
|
412 |
-
addSave: function (e) {
|
413 |
-
var d, b, c, f, g, itemId;
|
414 |
-
e = $("tr.inline-editor").attr("id");
|
415 |
-
e = e.substr(e.lastIndexOf("-") + 1);
|
416 |
-
f = $("#edit-" + e);
|
417 |
-
g = $("#inline_" + e);
|
418 |
-
itemId = $.trim($("input.item_id", f).val().toLowerCase()).replace(/(\s+)/g,'_');
|
419 |
-
if (!itemId) {
|
420 |
-
itemId = $.trim($("input.item_title", f).val().toLowerCase()).replace(/(\s+)/g,'_');
|
421 |
-
}
|
422 |
-
d = {
|
423 |
-
action: "profile_builder_add",
|
424 |
-
id: e,
|
425 |
-
item_id: itemId,
|
426 |
-
item_title: $("input.item_title", f).val(),
|
427 |
-
item_desc: $("textarea.item_desc", f).val(),
|
428 |
-
item_type: $("select.item_type", f).val(),
|
429 |
-
item_options: $("input.item_options", f).val()
|
430 |
-
};
|
431 |
-
b = $("#edit-" + e + " :input").serialize();
|
432 |
-
d = b + "&" + $.param(d);
|
433 |
-
$.post(ajaxurl, d, function (r) {
|
434 |
-
if (r) {
|
435 |
-
if (r == 'updated') {
|
436 |
-
inlineEditOption.afterSave(e);
|
437 |
-
$("#edit-" + e).remove();
|
438 |
-
$("#option-" + e).show();
|
439 |
-
$('.ajax-message').ajaxMessage('<div class="message"><span> </span>Input added.</div>');
|
440 |
-
$('#framework-settings').tableDnD({
|
441 |
-
onDragClass: "dragging",
|
442 |
-
onDrop: function(table, row) {
|
443 |
-
d = {
|
444 |
-
action: "profile_builder_sort",
|
445 |
-
id: $.tableDnD.serialize(),
|
446 |
-
_ajax_nonce: $("#_ajax_nonce").val()
|
447 |
-
};
|
448 |
-
$.post(ajaxurl, d, function (response) {
|
449 |
-
|
450 |
-
}, "html");
|
451 |
-
}
|
452 |
-
});
|
453 |
-
} else {
|
454 |
-
$('.ajax-message').ajaxMessage('<div class="message warning"><span> </span>'+r+'</div>');
|
455 |
-
}
|
456 |
-
} else {
|
457 |
-
$('.ajax-message').ajaxMessage('<div class="message warning"><span> </span>'+r+'</div>');
|
458 |
-
}
|
459 |
-
});
|
460 |
-
|
461 |
-
return false;
|
462 |
-
},
|
463 |
-
edit: function (b) {
|
464 |
-
var e = this,
|
465 |
-
c, editRow, rowData, item_title, item_id, item_type, item_desc, item_options = true, temp_select;
|
466 |
-
e.revert();
|
467 |
-
|
468 |
-
c = $(b).parents("tr:first").attr('id');
|
469 |
-
c = c.substr(c.lastIndexOf("-") + 1);
|
470 |
-
|
471 |
-
// Clone the blank row
|
472 |
-
editRow = $('#inline-edit').clone(true);
|
473 |
-
$('td', editRow).attr('colspan', 5);
|
474 |
-
$("#option-" + c).hide().after(editRow);
|
475 |
-
|
476 |
-
// First Option Settings
|
477 |
-
if ("#option-" + c == '#option-1') {
|
478 |
-
$('.option').hide();
|
479 |
-
$('.option-title').show().css({"paddingBottom":"1px"});
|
480 |
-
$('.description', editRow).html('First item must be a heading.');
|
481 |
-
}
|
482 |
-
|
483 |
-
// Populate the option data
|
484 |
-
rowData = $('#inline_' + c);
|
485 |
-
|
486 |
-
// Item Title
|
487 |
-
item_title = $('.item_title', rowData).text();
|
488 |
-
$('.item_title', editRow).attr('value', item_title);
|
489 |
-
|
490 |
-
// Item ID
|
491 |
-
item_id = $('.item_id', rowData).text();
|
492 |
-
$('.item_id', editRow).attr('value', item_id);
|
493 |
-
|
494 |
-
// Item Type
|
495 |
-
item_type = $('.item_type', rowData).text();
|
496 |
-
$('select[name=item_type] option[value='+item_type+']', editRow).attr('selected', true);
|
497 |
-
var temp_item_type = $('select[name=item_type] option[value='+item_type+']', editRow).text();
|
498 |
-
$('.select_wrapper span', editRow).text(temp_item_type);
|
499 |
-
|
500 |
-
// Item Description
|
501 |
-
item_desc = $('.item_desc', rowData).text();
|
502 |
-
$('.item_desc', editRow).attr('value', item_desc);
|
503 |
-
|
504 |
-
// Avatar size
|
505 |
-
item_avatar = $('.item_avatar', rowData).text();
|
506 |
-
$('.item_avatar', editRow).attr('value', item_avatar);
|
507 |
-
|
508 |
-
// Item Options
|
509 |
-
item_options = $('.item_options', rowData).text();
|
510 |
-
$('.item_options', editRow).attr('value', item_options);
|
511 |
-
|
512 |
-
|
513 |
-
$('.select', editRow).each(function () {
|
514 |
-
temp_select = $(this).prev('span').text();
|
515 |
-
if (temp_select == 'Heading') {
|
516 |
-
$('.option-desc', editRow).hide();
|
517 |
-
$('.option-options', editRow).hide();
|
518 |
-
} else if (
|
519 |
-
temp_select == 'Checkbox' ||
|
520 |
-
temp_select == 'Radio' ||
|
521 |
-
temp_select == 'Select'
|
522 |
-
) {
|
523 |
-
$('.option-desc', editRow).show();
|
524 |
-
$('.option-options', editRow).show();
|
525 |
-
/*avatar */
|
526 |
-
} else if (temp_select == 'Avatar'){
|
527 |
-
$('.regular').hide();
|
528 |
-
$('.alternative').show().html('<strong>Avatar Size:</strong> Enter a
|
529 |
-
$('.option-desc', editRow).show();
|
530 |
-
$('.option-options', editRow).show();
|
531 |
-
/* end avatar */
|
532 |
-
} else {
|
533 |
-
if (temp_select == 'Textarea') {
|
534 |
-
$('.regular').hide();
|
535 |
-
$('.alternative').show().html('<strong>Row Count:</strong> Enter a numeric value for the number of rows in your textarea.');
|
536 |
-
$('.option-desc', editRow).show();
|
537 |
-
$('.option-options', editRow).show();
|
538 |
-
} else if (
|
539 |
-
temp_select == 'Custom Post' ||
|
540 |
-
temp_select == 'Custom Posts'
|
541 |
-
) {
|
542 |
-
$('.regular').hide();
|
543 |
-
$('.alternative').show().html('<strong>Post Type:</strong> Enter your custom post_type.');
|
544 |
-
$('.option-desc', editRow).show();
|
545 |
-
$('.option-options', editRow).show();
|
546 |
-
} else {
|
547 |
-
$('.option-desc', editRow).show();
|
548 |
-
$('.option-options', editRow).hide();
|
549 |
-
}
|
550 |
-
}
|
551 |
-
});
|
552 |
-
|
553 |
-
$('.select').live('change', function () {
|
554 |
-
temp_select = $(this).prev('span').text();
|
555 |
-
if (temp_select == 'Heading') {
|
556 |
-
$('.option-desc', editRow).hide();
|
557 |
-
$('.option-options', editRow).hide();
|
558 |
-
} else if (
|
559 |
-
temp_select == 'Checkbox' ||
|
560 |
-
temp_select == 'Radio' ||
|
561 |
-
temp_select == 'Select'
|
562 |
-
) {
|
563 |
-
$('.alternative').hide();
|
564 |
-
$('.regular').show();
|
565 |
-
$('.option-desc', editRow).show();
|
566 |
-
$('.option-options', editRow).show();
|
567 |
-
/*avatar */
|
568 |
-
} else if (temp_select == 'Avatar'){
|
569 |
-
$('.regular').hide();
|
570 |
-
$('.alternative').show().html('<strong>Avatar Size:</strong> Enter a
|
571 |
-
$('.option-desc', editRow).show();
|
572 |
-
$('.option-options', editRow).show();
|
573 |
-
/* end avatar */
|
574 |
-
} else {
|
575 |
-
if (temp_select == 'Textarea') {
|
576 |
-
$('.regular').hide();
|
577 |
-
$('.alternative').show().html('<strong>Row Count:</strong> Enter a numeric value for the number of rows in your textarea.');
|
578 |
-
$('.option-desc', editRow).show();
|
579 |
-
$('.option-options', editRow).show();
|
580 |
-
} else if (
|
581 |
-
temp_select == 'Custom Post' ||
|
582 |
-
temp_select == 'Custom Posts'
|
583 |
-
) {
|
584 |
-
$('.regular').hide();
|
585 |
-
$('.alternative').show().html('<strong>Post Type:</strong> Enter your custom post_type.');
|
586 |
-
$('.option-desc', editRow).show();
|
587 |
-
$('.option-options', editRow).show();
|
588 |
-
} else {
|
589 |
-
$('.option-desc', editRow).show();
|
590 |
-
$('.option-options', editRow).hide();
|
591 |
-
}
|
592 |
-
}
|
593 |
-
});
|
594 |
-
|
595 |
-
// Show The Editor
|
596 |
-
$(editRow).attr('id', 'edit-'+c).addClass('inline-editor').show();
|
597 |
-
|
598 |
-
// Scroll
|
599 |
-
var target = $('#edit-'+c);
|
600 |
-
if (c > 1) {
|
601 |
-
var top = target.offset().top;
|
602 |
-
$('html,body').animate({scrollTop: top}, 500);
|
603 |
-
return false;
|
604 |
-
}
|
605 |
-
|
606 |
-
return false;
|
607 |
-
},
|
608 |
-
editSave: function (e) {
|
609 |
-
var d, b, c, f, g, itemId;
|
610 |
-
e = $("tr.inline-editor").attr("id");
|
611 |
-
e = e.substr(e.lastIndexOf("-") + 1);
|
612 |
-
f = $("#edit-" + e);
|
613 |
-
g = $("#inline_" + e);
|
614 |
-
itemId = $.trim($("input.item_id", f).val().toLowerCase()).replace(/(\s+)/g,'_');
|
615 |
-
if (!itemId) {
|
616 |
-
itemId = $.trim($("input.item_title", f).val().toLowerCase()).replace(/(\s+)/g,'_');
|
617 |
-
}
|
618 |
-
d = {
|
619 |
-
action: "profile_builder_edit",
|
620 |
-
id: e,
|
621 |
-
item_id: itemId,
|
622 |
-
item_title: $("input.item_title", f).val(),
|
623 |
-
item_desc: $("textarea.item_desc", f).val(),
|
624 |
-
item_type: $("select.item_type", f).val(),
|
625 |
-
item_options: $("input.item_options", f).val()
|
626 |
-
};
|
627 |
-
b = $("#edit-" + e + " :input").serialize();
|
628 |
-
d = b + "&" + $.param(d);
|
629 |
-
$.post(ajaxurl, d, function (r) {
|
630 |
-
if (r) {
|
631 |
-
if (r == 'updated') {
|
632 |
-
inlineEditOption.afterSave(e);
|
633 |
-
$("#edit-" + e).remove();
|
634 |
-
$("#option-" + e).show();
|
635 |
-
$('.ajax-message').ajaxMessage('<div class="message"><span> </span>Option Saved.</div>');
|
636 |
-
} else {
|
637 |
-
$('.ajax-message').ajaxMessage('<div class="message warning"><span> </span>'+r+'</div>');
|
638 |
-
}
|
639 |
-
} else {
|
640 |
-
$('.ajax-message').ajaxMessage('<div class="message warning"><span> </span>'+r+'</div>');
|
641 |
-
}
|
642 |
-
});
|
643 |
-
return false;
|
644 |
-
},
|
645 |
-
afterSave: function (e) {
|
646 |
-
var x, y, z,
|
647 |
-
n, m, o, p, q, r = true;
|
648 |
-
x = $("#edit-" + e);
|
649 |
-
y = $("#option-" + e);
|
650 |
-
z = $("#inline_" + e);
|
651 |
-
$('.option').show();
|
652 |
-
$('a.cancel', x).removeClass('undo-add');
|
653 |
-
$('a.save', x).removeClass('add-save');
|
654 |
-
$("a.add-option").removeClass('disable');
|
655 |
-
$('a.edit-inline').removeClass('disable');
|
656 |
-
$('a.delete-inline').removeClass('disable');
|
657 |
-
if (n = $("input.item_title", x).val()) {
|
658 |
-
if ($("select.item_type", x).val() != 'heading') {
|
659 |
-
$(y).removeClass('col-heading');
|
660 |
-
$('.col-title', y).attr('colspan', 1);
|
661 |
-
$(".col-key", y).show();
|
662 |
-
$(".col-type", y).show();
|
663 |
-
$(".col-title", y).text('- ' + n);
|
664 |
-
} else {
|
665 |
-
$(y).addClass('col-heading');
|
666 |
-
$('.col-title', y).attr('colspan', 3);
|
667 |
-
$(".col-key", y).hide();
|
668 |
-
$(".col-type", y).hide();
|
669 |
-
$(".col-title", y).text(n);
|
670 |
-
}
|
671 |
-
$(".item_title", z).text(n);
|
672 |
-
}
|
673 |
-
if (m = $.trim($("input.item_id", x).val().toLowerCase()).replace(/(\s+)/g,'_')) {
|
674 |
-
$(".col-key", y).text(m);
|
675 |
-
$(".item_id", z).text(m);
|
676 |
-
} else {
|
677 |
-
m = $.trim($("input.item_title", x).val().toLowerCase()).replace(/(\s+)/g,'_');
|
678 |
-
$(".col-key", y).text(m);
|
679 |
-
$(".item_id", z).text(m);
|
680 |
-
}
|
681 |
-
if (o = $("select.item_type option:selected", x).val()) {
|
682 |
-
$(".col-type", y).text(o);
|
683 |
-
$(".item_type", z).text(o);
|
684 |
-
}
|
685 |
-
if (p = $("textarea.item_desc", x).val()) {
|
686 |
-
$(".item_desc", z).text(p);
|
687 |
-
}
|
688 |
-
if (r = $("input.item_options", x).val()) {
|
689 |
-
$(".item_options", z).text(r);
|
690 |
-
}
|
691 |
-
},
|
692 |
-
revert: function () {
|
693 |
-
var b,
|
694 |
-
n, m, o, p, q, r = true;
|
695 |
-
if (b = $(".inline-editor").attr("id")) {
|
696 |
-
$('#'+ b).remove();
|
697 |
-
b = b.substr(b.lastIndexOf("-") + 1);
|
698 |
-
$('.option').show();
|
699 |
-
$("#option-" + b).show();
|
700 |
-
}
|
701 |
-
return false;
|
702 |
-
}
|
703 |
-
};
|
704 |
-
$(document).ready(function () {
|
705 |
-
inlineEditOption.init();
|
706 |
-
})
|
707 |
})(jQuery);
|
1 |
+
|
2 |
+
/**
|
3 |
+
*
|
4 |
+
* Delay
|
5 |
+
*
|
6 |
+
* Creates a way to delay events
|
7 |
+
* Dependencies: jQuery
|
8 |
+
*
|
9 |
+
*/
|
10 |
+
|
11 |
+
/*
|
12 |
+
Original Plugin Name: OptionTree
|
13 |
+
Original Plugin URI: http://wp.envato.com
|
14 |
+
Original Author: Derek Herman
|
15 |
+
Original Author URI: http://valendesigns.com
|
16 |
+
*/
|
17 |
+
|
18 |
+
(function ($) {
|
19 |
+
$.fn.delay = function(time,func){
|
20 |
+
return this.each(function(){
|
21 |
+
setTimeout(func,time);
|
22 |
+
});
|
23 |
+
};
|
24 |
+
})(jQuery);
|
25 |
+
|
26 |
+
/**
|
27 |
+
*
|
28 |
+
* Center AJAX
|
29 |
+
*
|
30 |
+
* Creates a way to center the AJAX message
|
31 |
+
* Dependencies: jQuery
|
32 |
+
*
|
33 |
+
*/
|
34 |
+
(function ($) {
|
35 |
+
$.fn.ajaxMessage = function(html){
|
36 |
+
if (html) {
|
37 |
+
return $(this).animate({"top":( $(window).height() - $(this).height() ) / 2 - 200 + $(window).scrollTop() + "px"},100).fadeIn('fast').html(html).delay(3000, function(){$('.ajax-message').fadeOut()});
|
38 |
+
} else {
|
39 |
+
return $(this).animate({"top":( $(window).height() - $(this).height() ) / 2 - 200 + $(window).scrollTop() + "px"},100).fadeIn('fast').delay(3000, function(){$('.ajax-message').fadeOut()});
|
40 |
+
}
|
41 |
+
};
|
42 |
+
})(jQuery);
|
43 |
+
|
44 |
+
/**
|
45 |
+
*
|
46 |
+
* Style File
|
47 |
+
*
|
48 |
+
* Creates a way to cover file input with a better styled version
|
49 |
+
* Dependencies: jQuery
|
50 |
+
*
|
51 |
+
*/
|
52 |
+
(function ($) {
|
53 |
+
styleFile = {
|
54 |
+
init: function () {
|
55 |
+
$('input.file').each(function(){
|
56 |
+
var uploadbutton = '<input class="upload_file_button" type="button" value="Upload" />';
|
57 |
+
$(this).wrap('<div class="file_wrap" />');
|
58 |
+
$(this).addClass('file').css('opacity', 0); //set to invisible
|
59 |
+
$(this).parent().append($('<div class="fake_file" />').append($('<input type="text" class="upload" />').attr('id',$(this).attr('id')+'_file')).append(uploadbutton));
|
60 |
+
|
61 |
+
$(this).bind('change', function() {
|
62 |
+
$('#'+$(this).attr('id')+'_file').val($(this).val());;
|
63 |
+
});
|
64 |
+
$(this).bind('mouseout', function() {
|
65 |
+
$('#'+$(this).attr('id')+'_file').val($(this).val());;
|
66 |
+
});
|
67 |
+
});
|
68 |
+
}
|
69 |
+
};
|
70 |
+
$(document).ready(function () {
|
71 |
+
styleFile.init()
|
72 |
+
})
|
73 |
+
})(jQuery);
|
74 |
+
|
75 |
+
/**
|
76 |
+
*
|
77 |
+
* Style Select
|
78 |
+
*
|
79 |
+
* Replace Select text
|
80 |
+
* Dependencies: jQuery
|
81 |
+
*
|
82 |
+
*/
|
83 |
+
(function ($) {
|
84 |
+
styleSelect = {
|
85 |
+
init: function () {
|
86 |
+
$('.select_wrapper').each(function () {
|
87 |
+
$(this).prepend('<span>' + $(this).find('.select option:selected').text() + '</span>');
|
88 |
+
});
|
89 |
+
$('.select').live('change', function () {
|
90 |
+
$(this).prev('span').replaceWith('<span>' + $(this).find('option:selected').text() + '</span>');
|
91 |
+
});
|
92 |
+
$('.select').bind($.browser.msie ? 'click' : 'change', function(event) {
|
93 |
+
$(this).prev('span').replaceWith('<span>' + $(this).find('option:selected').text() + '</span>');
|
94 |
+
});
|
95 |
+
}
|
96 |
+
};
|
97 |
+
$(document).ready(function () {
|
98 |
+
styleSelect.init()
|
99 |
+
})
|
100 |
+
})(jQuery);
|
101 |
+
|
102 |
+
/**
|
103 |
+
*
|
104 |
+
* Activate Tabs
|
105 |
+
*
|
106 |
+
* Tab style UI toggle
|
107 |
+
* Dependencies: jQuery, jQuery UI Core, jQuery UI Tabs
|
108 |
+
*
|
109 |
+
*/
|
110 |
+
(function ($) {
|
111 |
+
activateTabs = {
|
112 |
+
init: function () {
|
113 |
+
// Activate
|
114 |
+
$("#options_tabs").tabs();
|
115 |
+
// Append Toggle Button
|
116 |
+
$('.top-info').append('<a href="" class="toggle_tabs">Tabs</a>');
|
117 |
+
// Toggle Tabs
|
118 |
+
$('.toggle_tabs').toggle(function() {
|
119 |
+
$("#options_tabs").tabs('destroy');
|
120 |
+
$(this).addClass('off');
|
121 |
+
}, function() {
|
122 |
+
$("#options_tabs").tabs();
|
123 |
+
$(this).removeClass('off');
|
124 |
+
});
|
125 |
+
}
|
126 |
+
};
|
127 |
+
$(document).ready(function () {
|
128 |
+
activateTabs.init()
|
129 |
+
})
|
130 |
+
})(jQuery);
|
131 |
+
|
132 |
+
/**
|
133 |
+
*
|
134 |
+
* Upload Option
|
135 |
+
*
|
136 |
+
* Allows window.send_to_editor to function properly using a private post_id
|
137 |
+
* Dependencies: jQuery, Media Upload, Thickbox
|
138 |
+
*
|
139 |
+
*/
|
140 |
+
(function ($) {
|
141 |
+
uploadOption = {
|
142 |
+
init: function () {
|
143 |
+
var formfield,
|
144 |
+
formID,
|
145 |
+
btnContent = true;
|
146 |
+
// On Click
|
147 |
+
$('.upload_button').live("click", function () {
|
148 |
+
formfield = $(this).prev('input').attr('name');
|
149 |
+
formID = $(this).attr('rel');
|
150 |
+
tb_show('', 'media-upload.php?post_id='+formID+'&type=image&TB_iframe=1');
|
151 |
+
return false;
|
152 |
+
});
|
153 |
+
|
154 |
+
window.original_send_to_editor = window.send_to_editor;
|
155 |
+
window.send_to_editor = function(html) {
|
156 |
+
if (formfield) {
|
157 |
+
itemurl = $(html).attr('href');
|
158 |
+
var image = /(^.*\.jpg|jpeg|png|gif|ico*)/gi;
|
159 |
+
var document = /(^.*\.pdf|doc|docx|ppt|pptx|odt*)/gi;
|
160 |
+
var audio = /(^.*\.mp3|m4a|ogg|wav*)/gi;
|
161 |
+
var video = /(^.*\.mp4|m4v|mov|wmv|avi|mpg|ogv|3gp|3g2*)/gi;
|
162 |
+
if (itemurl.match(image)) {
|
163 |
+
btnContent = '<img src="'+itemurl+'" alt="" /><a href="" class="remove">Remove Image</a>';
|
164 |
+
} else {
|
165 |
+
btnContent = '<div class="no_image">'+html+'<a href="" class="remove">Remove</a></div>';
|
166 |
+
}
|
167 |
+
$('#' + formfield).val(itemurl);
|
168 |
+
$('#' + formfield).next().next('div').slideDown().html(btnContent);
|
169 |
+
tb_remove();
|
170 |
+
} else {
|
171 |
+
window.original_send_to_editor(html);
|
172 |
+
}
|
173 |
+
}
|
174 |
+
}
|
175 |
+
};
|
176 |
+
$(document).ready(function () {
|
177 |
+
uploadOption.init()
|
178 |
+
})
|
179 |
+
})(jQuery);
|
180 |
+
|
181 |
+
/**
|
182 |
+
*
|
183 |
+
* Inline Edit Options
|
184 |
+
*
|
185 |
+
* Creates & Updates Options via Ajax
|
186 |
+
* Dependencies: jQuery
|
187 |
+
*
|
188 |
+
*/
|
189 |
+
(function ($) {
|
190 |
+
inlineEditOption = {
|
191 |
+
init: function () {
|
192 |
+
var c = this,
|
193 |
+
d = $("tr.inline-edit-option");
|
194 |
+
$('.save-options', '#the-theme-options').live("click", function () {
|
195 |
+
inlineEditOption.save_options(this);
|
196 |
+
return false;
|
197 |
+
});
|
198 |
+
$("a.edit-inline").live("click", function (event) {
|
199 |
+
if ($("a.edit-inline").hasClass('disable')) {
|
200 |
+
event.preventDefault();
|
201 |
+
return false;
|
202 |
+
} else {
|
203 |
+
inlineEditOption.edit(this);
|
204 |
+
return false;
|
205 |
+
}
|
206 |
+
});
|
207 |
+
$("a.save").live("click", function () {
|
208 |
+
if ($("a.save").hasClass('add-save')) {
|
209 |
+
inlineEditOption.addSave(this);
|
210 |
+
return false;
|
211 |
+
} else {
|
212 |
+
inlineEditOption.editSave(this);
|
213 |
+
return false;
|
214 |
+
}
|
215 |
+
});
|
216 |
+
$("a.cancel").live("click", function () {
|
217 |
+
if ($("a.cancel").hasClass('undo-add')) {
|
218 |
+
inlineEditOption.undoAdd();
|
219 |
+
return false;
|
220 |
+
} else {
|
221 |
+
inlineEditOption.revert();
|
222 |
+
return false;
|
223 |
+
}
|
224 |
+
});
|
225 |
+
$("a.add-option").live("click", function (event) {
|
226 |
+
if ($(this).hasClass('disable')) {
|
227 |
+
event.preventDefault();
|
228 |
+
return false;
|
229 |
+
} else {
|
230 |
+
$.post(
|
231 |
+
ajaxurl,
|
232 |
+
{ action:'profile_builder_next_id', _ajax_nonce: $("#_ajax_nonce").val() },
|
233 |
+
function (response) {
|
234 |
+
c = parseInt(response) + 1;
|
235 |
+
inlineEditOption.add(c);
|
236 |
+
}
|
237 |
+
);
|
238 |
+
return false;
|
239 |
+
}
|
240 |
+
});
|
241 |
+
$('.delete-inline').live("click", function (event) {
|
242 |
+
if ($("a.delete-inline").hasClass('disable')) {
|
243 |
+
event.preventDefault();
|
244 |
+
return false;
|
245 |
+
} else {
|
246 |
+
var agree = confirm("Are you sure you want to delete this input?");
|
247 |
+
if (agree) {
|
248 |
+
inlineEditOption.remove(this);
|
249 |
+
return false;
|
250 |
+
} else {
|
251 |
+
return false;
|
252 |
+
}
|
253 |
+
}
|
254 |
+
});
|
255 |
+
// Fade out message div
|
256 |
+
if ($('.ajax-message').hasClass('show')) {
|
257 |
+
$('.ajax-message').ajaxMessage();
|
258 |
+
}
|
259 |
+
// Remove Uploaded Image
|
260 |
+
$('.remove').live('click', function(event) {
|
261 |
+
$(this).hide();
|
262 |
+
$(this).parents().prev().prev('.upload').attr('value', '');
|
263 |
+
$(this).parents('.screenshot').slideUp();
|
264 |
+
});
|
265 |
+
},
|
266 |
+
save_options: function (e) {
|
267 |
+
var d = {
|
268 |
+
action: "profile_builder_array_save"
|
269 |
+
};
|
270 |
+
b = $(':input', '#the-theme-options').serialize();
|
271 |
+
d = b + "&" + $.param(d);
|
272 |
+
$.post(ajaxurl, d, function (r) {
|
273 |
+
if (r != -1) {
|
274 |
+
$('.ajax-message').ajaxMessage('<div class="message"><span> </span>Theme Options were saved</div>');
|
275 |
+
$(".option-tree-slider-body").hide();
|
276 |
+
$('.option-tree-slider .edit').removeClass('down');
|
277 |
+
} else {
|
278 |
+
$('.ajax-message').ajaxMessage('<div class="message warning"><span> </span>Theme Options could not be saved</div>');
|
279 |
+
}
|
280 |
+
});
|
281 |
+
return false;
|
282 |
+
},
|
283 |
+
remove: function (b) {
|
284 |
+
var c = true;
|
285 |
+
|
286 |
+
// Set ID
|
287 |
+
c = $(b).parents("tr:first").attr('id');
|
288 |
+
c = c.substr(c.lastIndexOf("-") + 1);
|
289 |
+
|
290 |
+
d = {
|
291 |
+
action: "profile_builder_delete",
|
292 |
+
id: c,
|
293 |
+
_ajax_nonce: $("#_ajax_nonce").val()
|
294 |
+
};
|
295 |
+
$.post(ajaxurl, d, function (r) {
|
296 |
+
if (r) {
|
297 |
+
if (r == 'removed') {
|
298 |
+
$("#option-" + c).remove();
|
299 |
+
$('.ajax-message').ajaxMessage('<div class="message"><span> </span>Input deleted.</div>');
|
300 |
+
} else {
|
301 |
+
$('.ajax-message').ajaxMessage('<div class="message warning"><span> </span>'+r+'</div>');
|
302 |
+
}
|
303 |
+
} else {
|
304 |
+
$('.ajax-message').ajaxMessage('<div class="message warning"><span> </span>'+r+'</div>');
|
305 |
+
}
|
306 |
+
});
|
307 |
+
return false;
|
308 |
+
},
|
309 |
+
add: function (c) {
|
310 |
+
var e = this,
|
311 |
+
addRow, editRow = true, temp_select;
|
312 |
+
e.revert();
|
313 |
+
|
314 |
+
// Clone the blank main row
|
315 |
+
addRow = $('#inline-add').clone(true);
|
316 |
+
addRow = $(addRow).attr('id', 'option-'+c);
|
317 |
+
|
318 |
+
// Clone the blank edit row
|
319 |
+
editRow = $('#inline-edit').clone(true);
|
320 |
+
|
321 |
+
$('a.cancel', editRow).addClass('undo-add');
|
322 |
+
$('a.save', editRow).addClass('add-save');
|
323 |
+
$('a.edit-inline').addClass('disable');
|
324 |
+
$('a.delete-inline').addClass('disable');
|
325 |
+
$('a.add-option').addClass('disable');
|
326 |
+
|
327 |
+
// Set Colspan to 5
|
328 |
+
$('td', editRow).attr('colspan', 5);
|
329 |
+
|
330 |
+
// Add Row
|
331 |
+
$("#framework-settings tr:last").after(addRow);
|
332 |
+
|
333 |
+
// Add Row and hide
|
334 |
+
$(addRow).hide().after(editRow);
|
335 |
+
|
336 |
+
$('.item-data', addRow).attr('id', 'inline_'+c);
|
337 |
+
|
338 |
+
// Show The Editor
|
339 |
+
$(editRow).attr('id', 'edit-'+c).addClass('inline-editor').show();
|
340 |
+
|
341 |
+
$('.item_title', '#edit-'+c).focus();
|
342 |
+
|
343 |
+
$('.select').each(function () {
|
344 |
+
temp_select = $(this).prev('span').text();
|
345 |
+
if (temp_select == 'Heading') {
|
346 |
+
$('.option-desc', '#edit-'+c).hide();
|
347 |
+
$('.option-options', '#edit-'+c).hide();
|
348 |
+
}
|
349 |
+
});
|
350 |
+
|
351 |
+
$('.select').live('change', function () {
|
352 |
+
temp_select = $(this).prev('span').text();
|
353 |
+
if (temp_select == 'Heading') {
|
354 |
+
$('.option-desc', '#edit-'+c).hide();
|
355 |
+
$('.option-options', '#edit-'+c).hide();
|
356 |
+
} else if (
|
357 |
+
temp_select == 'Checkbox' ||
|
358 |
+
temp_select == 'Radio' ||
|
359 |
+
temp_select == 'Select'
|
360 |
+
) {
|
361 |
+
$('.alternative').hide();
|
362 |
+
$('.regular').show();
|
363 |
+
$('.option-desc', '#edit-'+c).show();
|
364 |
+
$('.option-options', '#edit-'+c).show();
|
365 |
+
/* avatar */
|
366 |
+
}else if (temp_select == 'Avatar'){
|
367 |
+
$('.regular').hide();
|
368 |
+
$('.alternative').show().html('<strong>Avatar Size:</strong> Enter a pair of values (between 20 and 200), separated (only) by a comma in the following format: width,height. If you only specify one number, the avatar will be square.');
|
369 |
+
$('.option-desc', editRow).show();
|
370 |
+
$('.option-options', editRow).show();
|
371 |
+
/* end avatar */
|
372 |
+
} else {
|
373 |
+
if (temp_select == 'Textarea') {
|
374 |
+
$('.regular').hide();
|
375 |
+
$('.alternative').show().html('<strong>Row Count:</strong> Enter a numeric value for the number of rows in your textarea.');
|
376 |
+
$('.option-desc', '#edit-'+c).show();
|
377 |
+
$('.option-options', '#edit-'+c).show();
|
378 |
+
} else if (
|
379 |
+
temp_select == 'Custom Post' ||
|
380 |
+
temp_select == 'Custom Posts'
|
381 |
+
) {
|
382 |
+
$('.regular').hide();
|
383 |
+
$('.alternative').show().html('<strong>Post Type:</strong> Enter your custom post_type.');
|
384 |
+
$('.option-desc', '#edit-'+c).show();
|
385 |
+
$('.option-options', '#edit-'+c).show();
|
386 |
+
} else {
|
387 |
+
$('.option-desc', '#edit-'+c).show();
|
388 |
+
$('.option-options', '#edit-'+c).hide();
|
389 |
+
}
|
390 |
+
}
|
391 |
+
});
|
392 |
+
|
393 |
+
// Scroll
|
394 |
+
$('html, body').animate({ scrollTop: 2000 }, 500);
|
395 |
+
|
396 |
+
return false;
|
397 |
+
},
|
398 |
+
undoAdd: function (b) {
|
399 |
+
var e = this,
|
400 |
+
c = true;
|
401 |
+
e.revert();
|
402 |
+
c = $("#framework-settings tr:last").attr('id');
|
403 |
+
c = c.substr(c.lastIndexOf("-") + 1);
|
404 |
+
|
405 |
+
$("a.edit-inline").removeClass('disable');
|
406 |
+
$("a.delete-inline").removeClass('disable');
|
407 |
+
$("a.add-option").removeClass('disable');
|
408 |
+
$("#option-" + c).remove();
|
409 |
+
|
410 |
+
return false;
|
411 |
+
},
|
412 |
+
addSave: function (e) {
|
413 |
+
var d, b, c, f, g, itemId;
|
414 |
+
e = $("tr.inline-editor").attr("id");
|
415 |
+
e = e.substr(e.lastIndexOf("-") + 1);
|
416 |
+
f = $("#edit-" + e);
|
417 |
+
g = $("#inline_" + e);
|
418 |
+
itemId = $.trim($("input.item_id", f).val().toLowerCase()).replace(/(\s+)/g,'_');
|
419 |
+
if (!itemId) {
|
420 |
+
itemId = $.trim($("input.item_title", f).val().toLowerCase()).replace(/(\s+)/g,'_');
|
421 |
+
}
|
422 |
+
d = {
|
423 |
+
action: "profile_builder_add",
|
424 |
+
id: e,
|
425 |
+
item_id: itemId,
|
426 |
+
item_title: $("input.item_title", f).val(),
|
427 |
+
item_desc: $("textarea.item_desc", f).val(),
|
428 |
+
item_type: $("select.item_type", f).val(),
|
429 |
+
item_options: $("input.item_options", f).val()
|
430 |
+
};
|
431 |
+
b = $("#edit-" + e + " :input").serialize();
|
432 |
+
d = b + "&" + $.param(d);
|
433 |
+
$.post(ajaxurl, d, function (r) {
|
434 |
+
if (r) {
|
435 |
+
if (r == 'updated') {
|
436 |
+
inlineEditOption.afterSave(e);
|
437 |
+
$("#edit-" + e).remove();
|
438 |
+
$("#option-" + e).show();
|
439 |
+
$('.ajax-message').ajaxMessage('<div class="message"><span> </span>Input added.</div>');
|
440 |
+
$('#framework-settings').tableDnD({
|
441 |
+
onDragClass: "dragging",
|
442 |
+
onDrop: function(table, row) {
|
443 |
+
d = {
|
444 |
+
action: "profile_builder_sort",
|
445 |
+
id: $.tableDnD.serialize(),
|
446 |
+
_ajax_nonce: $("#_ajax_nonce").val()
|
447 |
+
};
|
448 |
+
$.post(ajaxurl, d, function (response) {
|
449 |
+
|
450 |
+
}, "html");
|
451 |
+
}
|
452 |
+
});
|
453 |
+
} else {
|
454 |
+
$('.ajax-message').ajaxMessage('<div class="message warning"><span> </span>'+r+'</div>');
|
455 |
+
}
|
456 |
+
} else {
|
457 |
+
$('.ajax-message').ajaxMessage('<div class="message warning"><span> </span>'+r+'</div>');
|
458 |
+
}
|
459 |
+
});
|
460 |
+
|
461 |
+
return false;
|
462 |
+
},
|
463 |
+
edit: function (b) {
|
464 |
+
var e = this,
|
465 |
+
c, editRow, rowData, item_title, item_id, item_type, item_desc, item_options = true, temp_select;
|
466 |
+
e.revert();
|
467 |
+
|
468 |
+
c = $(b).parents("tr:first").attr('id');
|
469 |
+
c = c.substr(c.lastIndexOf("-") + 1);
|
470 |
+
|
471 |
+
// Clone the blank row
|
472 |
+
editRow = $('#inline-edit').clone(true);
|
473 |
+
$('td', editRow).attr('colspan', 5);
|
474 |
+
$("#option-" + c).hide().after(editRow);
|
475 |
+
|
476 |
+
// First Option Settings
|
477 |
+
if ("#option-" + c == '#option-1') {
|
478 |
+
$('.option').hide();
|
479 |
+
$('.option-title').show().css({"paddingBottom":"1px"});
|
480 |
+
$('.description', editRow).html('First item must be a heading.');
|
481 |
+
}
|
482 |
+
|
483 |
+
// Populate the option data
|
484 |
+
rowData = $('#inline_' + c);
|
485 |
+
|
486 |
+
// Item Title
|
487 |
+
item_title = $('.item_title', rowData).text();
|
488 |
+
$('.item_title', editRow).attr('value', item_title);
|
489 |
+
|
490 |
+
// Item ID
|
491 |
+
item_id = $('.item_id', rowData).text();
|
492 |
+
$('.item_id', editRow).attr('value', item_id);
|
493 |
+
|
494 |
+
// Item Type
|
495 |
+
item_type = $('.item_type', rowData).text();
|
496 |
+
$('select[name=item_type] option[value='+item_type+']', editRow).attr('selected', true);
|
497 |
+
var temp_item_type = $('select[name=item_type] option[value='+item_type+']', editRow).text();
|
498 |
+
$('.select_wrapper span', editRow).text(temp_item_type);
|
499 |
+
|
500 |
+
// Item Description
|
501 |
+
item_desc = $('.item_desc', rowData).text();
|
502 |
+
$('.item_desc', editRow).attr('value', item_desc);
|
503 |
+
|
504 |
+
// Avatar size
|
505 |
+
item_avatar = $('.item_avatar', rowData).text();
|
506 |
+
$('.item_avatar', editRow).attr('value', item_avatar);
|
507 |
+
|
508 |
+
// Item Options
|
509 |
+
item_options = $('.item_options', rowData).text();
|
510 |
+
$('.item_options', editRow).attr('value', item_options);
|
511 |
+
|
512 |
+
|
513 |
+
$('.select', editRow).each(function () {
|
514 |
+
temp_select = $(this).prev('span').text();
|
515 |
+
if (temp_select == 'Heading') {
|
516 |
+
$('.option-desc', editRow).hide();
|
517 |
+
$('.option-options', editRow).hide();
|
518 |
+
} else if (
|
519 |
+
temp_select == 'Checkbox' ||
|
520 |
+
temp_select == 'Radio' ||
|
521 |
+
temp_select == 'Select'
|
522 |
+
) {
|
523 |
+
$('.option-desc', editRow).show();
|
524 |
+
$('.option-options', editRow).show();
|
525 |
+
/*avatar */
|
526 |
+
} else if (temp_select == 'Avatar'){
|
527 |
+
$('.regular').hide();
|
528 |
+
$('.alternative').show().html('<strong>Avatar Size:</strong> Enter a pair of values (between 20 and 200), separated (only) by a comma in the following format: width,height. If you only specify one number, the avatar will be square.');
|
529 |
+
$('.option-desc', editRow).show();
|
530 |
+
$('.option-options', editRow).show();
|
531 |
+
/* end avatar */
|
532 |
+
} else {
|
533 |
+
if (temp_select == 'Textarea') {
|
534 |
+
$('.regular').hide();
|
535 |
+
$('.alternative').show().html('<strong>Row Count:</strong> Enter a numeric value for the number of rows in your textarea.');
|
536 |
+
$('.option-desc', editRow).show();
|
537 |
+
$('.option-options', editRow).show();
|
538 |
+
} else if (
|
539 |
+
temp_select == 'Custom Post' ||
|
540 |
+
temp_select == 'Custom Posts'
|
541 |
+
) {
|
542 |
+
$('.regular').hide();
|
543 |
+
$('.alternative').show().html('<strong>Post Type:</strong> Enter your custom post_type.');
|
544 |
+
$('.option-desc', editRow).show();
|
545 |
+
$('.option-options', editRow).show();
|
546 |
+
} else {
|
547 |
+
$('.option-desc', editRow).show();
|
548 |
+
$('.option-options', editRow).hide();
|
549 |
+
}
|
550 |
+
}
|
551 |
+
});
|
552 |
+
|
553 |
+
$('.select').live('change', function () {
|
554 |
+
temp_select = $(this).prev('span').text();
|
555 |
+
if (temp_select == 'Heading') {
|
556 |
+
$('.option-desc', editRow).hide();
|
557 |
+
$('.option-options', editRow).hide();
|
558 |
+
} else if (
|
559 |
+
temp_select == 'Checkbox' ||
|
560 |
+
temp_select == 'Radio' ||
|
561 |
+
temp_select == 'Select'
|
562 |
+
) {
|
563 |
+
$('.alternative').hide();
|
564 |
+
$('.regular').show();
|
565 |
+
$('.option-desc', editRow).show();
|
566 |
+
$('.option-options', editRow).show();
|
567 |
+
/*avatar */
|
568 |
+
} else if (temp_select == 'Avatar'){
|
569 |
+
$('.regular').hide();
|
570 |
+
$('.alternative').show().html('<strong>Avatar Size:</strong> Enter a pair of values (between 20 and 200), separated (only) by a comma in the following format: width,height. If you only specify one number, the avatar will be square.');
|
571 |
+
$('.option-desc', editRow).show();
|
572 |
+
$('.option-options', editRow).show();
|
573 |
+
/* end avatar */
|
574 |
+
} else {
|
575 |
+
if (temp_select == 'Textarea') {
|
576 |
+
$('.regular').hide();
|
577 |
+
$('.alternative').show().html('<strong>Row Count:</strong> Enter a numeric value for the number of rows in your textarea.');
|
578 |
+
$('.option-desc', editRow).show();
|
579 |
+
$('.option-options', editRow).show();
|
580 |
+
} else if (
|
581 |
+
temp_select == 'Custom Post' ||
|
582 |
+
temp_select == 'Custom Posts'
|
583 |
+
) {
|
584 |
+
$('.regular').hide();
|
585 |
+
$('.alternative').show().html('<strong>Post Type:</strong> Enter your custom post_type.');
|
586 |
+
$('.option-desc', editRow).show();
|
587 |
+
$('.option-options', editRow).show();
|
588 |
+
} else {
|
589 |
+
$('.option-desc', editRow).show();
|
590 |
+
$('.option-options', editRow).hide();
|
591 |
+
}
|
592 |
+
}
|
593 |
+
});
|
594 |
+
|
595 |
+
// Show The Editor
|
596 |
+
$(editRow).attr('id', 'edit-'+c).addClass('inline-editor').show();
|
597 |
+
|
598 |
+
// Scroll
|
599 |
+
var target = $('#edit-'+c);
|
600 |
+
if (c > 1) {
|
601 |
+
var top = target.offset().top;
|
602 |
+
$('html,body').animate({scrollTop: top}, 500);
|
603 |
+
return false;
|
604 |
+
}
|
605 |
+
|
606 |
+
return false;
|
607 |
+
},
|
608 |
+
editSave: function (e) {
|
609 |
+
var d, b, c, f, g, itemId;
|
610 |
+
e = $("tr.inline-editor").attr("id");
|
611 |
+
e = e.substr(e.lastIndexOf("-") + 1);
|
612 |
+
f = $("#edit-" + e);
|
613 |
+
g = $("#inline_" + e);
|
614 |
+
itemId = $.trim($("input.item_id", f).val().toLowerCase()).replace(/(\s+)/g,'_');
|
615 |
+
if (!itemId) {
|
616 |
+
itemId = $.trim($("input.item_title", f).val().toLowerCase()).replace(/(\s+)/g,'_');
|
617 |
+
}
|
618 |
+
d = {
|
619 |
+
action: "profile_builder_edit",
|
620 |
+
id: e,
|
621 |
+
item_id: itemId,
|
622 |
+
item_title: $("input.item_title", f).val(),
|
623 |
+
item_desc: $("textarea.item_desc", f).val(),
|
624 |
+
item_type: $("select.item_type", f).val(),
|
625 |
+
item_options: $("input.item_options", f).val()
|
626 |
+
};
|
627 |
+
b = $("#edit-" + e + " :input").serialize();
|
628 |
+
d = b + "&" + $.param(d);
|
629 |
+
$.post(ajaxurl, d, function (r) {
|
630 |
+
if (r) {
|
631 |
+
if (r == 'updated') {
|
632 |
+
inlineEditOption.afterSave(e);
|
633 |
+
$("#edit-" + e).remove();
|
634 |
+
$("#option-" + e).show();
|
635 |
+
$('.ajax-message').ajaxMessage('<div class="message"><span> </span>Option Saved.</div>');
|
636 |
+
} else {
|
637 |
+
$('.ajax-message').ajaxMessage('<div class="message warning"><span> </span>'+r+'</div>');
|
638 |
+
}
|
639 |
+
} else {
|
640 |
+
$('.ajax-message').ajaxMessage('<div class="message warning"><span> </span>'+r+'</div>');
|
641 |
+
}
|
642 |
+
});
|
643 |
+
return false;
|
644 |
+
},
|
645 |
+
afterSave: function (e) {
|
646 |
+
var x, y, z,
|
647 |
+
n, m, o, p, q, r = true;
|
648 |
+
x = $("#edit-" + e);
|
649 |
+
y = $("#option-" + e);
|
650 |
+
z = $("#inline_" + e);
|
651 |
+
$('.option').show();
|
652 |
+
$('a.cancel', x).removeClass('undo-add');
|
653 |
+
$('a.save', x).removeClass('add-save');
|
654 |
+
$("a.add-option").removeClass('disable');
|
655 |
+
$('a.edit-inline').removeClass('disable');
|
656 |
+
$('a.delete-inline').removeClass('disable');
|
657 |
+
if (n = $("input.item_title", x).val()) {
|
658 |
+
if ($("select.item_type", x).val() != 'heading') {
|
659 |
+
$(y).removeClass('col-heading');
|
660 |
+
$('.col-title', y).attr('colspan', 1);
|
661 |
+
$(".col-key", y).show();
|
662 |
+
$(".col-type", y).show();
|
663 |
+
$(".col-title", y).text('- ' + n);
|
664 |
+
} else {
|
665 |
+
$(y).addClass('col-heading');
|
666 |
+
$('.col-title', y).attr('colspan', 3);
|
667 |
+
$(".col-key", y).hide();
|
668 |
+
$(".col-type", y).hide();
|
669 |
+
$(".col-title", y).text(n);
|
670 |
+
}
|
671 |
+
$(".item_title", z).text(n);
|
672 |
+
}
|
673 |
+
if (m = $.trim($("input.item_id", x).val().toLowerCase()).replace(/(\s+)/g,'_')) {
|
674 |
+
$(".col-key", y).text(m);
|
675 |
+
$(".item_id", z).text(m);
|
676 |
+
} else {
|
677 |
+
m = $.trim($("input.item_title", x).val().toLowerCase()).replace(/(\s+)/g,'_');
|
678 |
+
$(".col-key", y).text(m);
|
679 |
+
$(".item_id", z).text(m);
|
680 |
+
}
|
681 |
+
if (o = $("select.item_type option:selected", x).val()) {
|
682 |
+
$(".col-type", y).text(o);
|
683 |
+
$(".item_type", z).text(o);
|
684 |
+
}
|
685 |
+
if (p = $("textarea.item_desc", x).val()) {
|
686 |
+
$(".item_desc", z).text(p);
|
687 |
+
}
|
688 |
+
if (r = $("input.item_options", x).val()) {
|
689 |
+
$(".item_options", z).text(r);
|
690 |
+
}
|
691 |
+
},
|
692 |
+
revert: function () {
|
693 |
+
var b,
|
694 |
+
n, m, o, p, q, r = true;
|
695 |
+
if (b = $(".inline-editor").attr("id")) {
|
696 |
+
$('#'+ b).remove();
|
697 |
+
b = b.substr(b.lastIndexOf("-") + 1);
|
698 |
+
$('.option').show();
|
699 |
+
$("#option-" + b).show();
|
700 |
+
}
|
701 |
+
return false;
|
702 |
+
}
|
703 |
+
};
|
704 |
+
$(document).ready(function () {
|
705 |
+
inlineEditOption.init();
|
706 |
+
})
|
707 |
})(jQuery);
|
classes/class.admin.php
CHANGED
@@ -1,175 +1,175 @@
|
|
1 |
-
<?php if (!defined('
|
2 |
-
/*
|
3 |
-
Original Plugin Name: OptionTree
|
4 |
-
Original Plugin URI: http://wp.envato.com
|
5 |
-
Original Author: Derek Herman
|
6 |
-
Original Author URI: http://valendesigns.com
|
7 |
-
*/
|
8 |
-
|
9 |
-
/**
|
10 |
-
* Profile Builder Admin
|
11 |
-
*
|
12 |
-
*/
|
13 |
-
|
14 |
-
class PB_Admin{
|
15 |
-
private $version = NULL;
|
16 |
-
|
17 |
-
function __construct(){
|
18 |
-
$this->version =
|
19 |
-
}
|
20 |
-
|
21 |
-
/**
|
22 |
-
* Initiate Plugin & setup main options
|
23 |
-
*
|
24 |
-
* @uses get_option()
|
25 |
-
* @uses add_option()
|
26 |
-
* @uses profile_builder_activate()
|
27 |
-
* @uses wp_redirect()
|
28 |
-
* @uses admin_url()
|
29 |
-
*
|
30 |
-
* @access public
|
31 |
-
*
|
32 |
-
*
|
33 |
-
* @return bool
|
34 |
-
*/
|
35 |
-
function profile_builder_initialize(){
|
36 |
-
// check for activation
|
37 |
-
$check = get_option( 'profile_builder_activation' );
|
38 |
-
|
39 |
-
// redirect on activation
|
40 |
-
if ($check != "set") {
|
41 |
-
// add theme options
|
42 |
-
add_option( 'profile_builder_activation', 'set');
|
43 |
-
|
44 |
-
// load DB activation function if updating plugin
|
45 |
-
$this->profile_builder_activate();
|
46 |
-
|
47 |
-
// Redirect
|
48 |
-
wp_redirect( admin_url().'users.php?page=ProfileBuilderOptionsAndSettings' );
|
49 |
-
}
|
50 |
-
return false;
|
51 |
-
}
|
52 |
-
|
53 |
-
|
54 |
-
/**
|
55 |
-
* Plugin Activation
|
56 |
-
*
|
57 |
-
*
|
58 |
-
*
|
59 |
-
* @return void
|
60 |
-
*/
|
61 |
-
function profile_builder_activate(){
|
62 |
-
global $wp_roles;
|
63 |
-
|
64 |
-
// check for installed version
|
65 |
-
$installed_ver = get_option( 'profile_builder_version' );
|
66 |
-
|
67 |
-
// New Version Update
|
68 |
-
if ( $installed_ver != $this->version ){
|
69 |
-
update_option( 'profile_builder_version', $this->version );
|
70 |
-
}
|
71 |
-
else if ( !$installed_ver ) {
|
72 |
-
add_option( 'profile_builder_version', $this->version );
|
73 |
-
}
|
74 |
-
|
75 |
-
|
76 |
-
$wppb_default_settings = array(
|
77 |
-
'username' => 'show',
|
78 |
-
'usernameRequired' => 'no',
|
79 |
-
'firstname' => 'show',
|
80 |
-
'firstnameRequired' => 'no',
|
81 |
-
'lastname' => 'show',
|
82 |
-
'lastnameRequired' => 'no',
|
83 |
-
'nickname' => 'show',
|
84 |
-
'nicknameRequired' => 'no',
|
85 |
-
'dispname' => 'show',
|
86 |
-
'dispnameRequired' => 'no',
|
87 |
-
'email' => 'show',
|
88 |
-
'emailRequired' => 'no',
|
89 |
-
'website' => 'show',
|
90 |
-
'websiteRequired' => 'no',
|
91 |
-
'aim' => 'show',
|
92 |
-
'aimRequired' => 'no',
|
93 |
-
'yahoo' => 'show',
|
94 |
-
'yahooRequired' => 'no',
|
95 |
-
'jabber' => 'show',
|
96 |
-
'jabberRequired' => 'no',
|
97 |
-
'bio' => 'show',
|
98 |
-
'bioRequired' => 'no',
|
99 |
-
'password' => 'show',
|
100 |
-
'passwordRequired' => 'no'
|
101 |
-
);
|
102 |
-
add_option( 'wppb_default_settings', $wppb_default_settings ); //set all fields visible on first activation of the plugin
|
103 |
-
add_option( 'wppb_default_style', 'yes');
|
104 |
-
$all_roles = $wp_roles->roles;
|
105 |
-
$editable_roles = apply_filters('editable_roles', $all_roles);
|
106 |
-
|
107 |
-
$admintSettingsPresent = get_option('wppb_display_admin_settings','not_found');
|
108 |
-
|
109 |
-
if ($admintSettingsPresent == 'not_found'){ // if the field doesn't exists, then create it
|
110 |
-
$rolesArray = array();
|
111 |
-
foreach ( $editable_roles as $key => $data )
|
112 |
-
$rolesArray = array( $key => 'show' ) + $rolesArray;
|
113 |
-
$rolesArray = array_reverse($rolesArray,true);
|
114 |
-
add_option( 'wppb_display_admin_settings', $rolesArray);
|
115 |
-
}
|
116 |
-
|
117 |
-
}
|
118 |
-
|
119 |
-
/**
|
120 |
-
* Plugin Deactivation delete options
|
121 |
-
*
|
122 |
-
* @uses delete_option()
|
123 |
-
*
|
124 |
-
* @access public
|
125 |
-
*
|
126 |
-
*
|
127 |
-
* @return void
|
128 |
-
*/
|
129 |
-
function profile_builder_deactivate() {
|
130 |
-
// remove activation check & version
|
131 |
-
delete_option( 'profile_builder_activation' );
|
132 |
-
delete_option( 'profile_builder_version' );
|
133 |
-
}
|
134 |
-
|
135 |
-
/**
|
136 |
-
* Add Admin Menu Items & Test Actions
|
137 |
-
*
|
138 |
-
*
|
139 |
-
* @return void
|
140 |
-
*/
|
141 |
-
function profile_builder_admin(){
|
142 |
-
// create menu item
|
143 |
-
$profile_builder_options = add_submenu_page( 'users.php', 'Profile Builder', 'Profile Builder', 'delete_users', 'ProfileBuilderOptionsAndSettings', array( $this, 'profile_builder_options_page' ) );
|
144 |
-
|
145 |
-
// add menu item
|
146 |
-
add_action( "admin_print_styles-$profile_builder_options", array( $this, 'profile_builder_load' ) );
|
147 |
-
}
|
148 |
-
|
149 |
-
/**
|
150 |
-
* Load Scripts & Styles
|
151 |
-
*
|
152 |
-
* @uses wp_enqueue_style()
|
153 |
-
*
|
154 |
-
*
|
155 |
-
* @return void
|
156 |
-
*/
|
157 |
-
function profile_builder_load(){
|
158 |
-
// enqueue styles
|
159 |
-
wp_enqueue_style( 'profile-builder-style',
|
160 |
-
|
161 |
-
// enqueue scripts
|
162 |
-
add_thickbox();
|
163 |
-
wp_enqueue_script( 'jquery-extra-profile-fields',
|
164 |
-
|
165 |
-
// remove GD star rating conflicts
|
166 |
-
wp_deregister_style( 'gdsr-jquery-ui-core' );
|
167 |
-
wp_deregister_style( 'gdsr-jquery-ui-theme' );
|
168 |
-
}
|
169 |
-
|
170 |
-
function profile_builder_options_page() {
|
171 |
-
// Grab Options Page
|
172 |
-
include(
|
173 |
-
}
|
174 |
-
|
175 |
}
|
1 |
+
<?php if (!defined('PROFILE_BUILDER_VERSION')) exit('No direct script access allowed');
|
2 |
+
/*
|
3 |
+
Original Plugin Name: OptionTree
|
4 |
+
Original Plugin URI: http://wp.envato.com
|
5 |
+
Original Author: Derek Herman
|
6 |
+
Original Author URI: http://valendesigns.com
|
7 |
+
*/
|
8 |
+
|
9 |
+
/**
|
10 |
+
* Profile Builder Admin
|
11 |
+
*
|
12 |
+
*/
|
13 |
+
|
14 |
+
class PB_Admin{
|
15 |
+
private $version = NULL;
|
16 |
+
|
17 |
+
function __construct(){
|
18 |
+
$this->version = PROFILE_BUILDER_VERSION;
|
19 |
+
}
|
20 |
+
|
21 |
+
/**
|
22 |
+
* Initiate Plugin & setup main options
|
23 |
+
*
|
24 |
+
* @uses get_option()
|
25 |
+
* @uses add_option()
|
26 |
+
* @uses profile_builder_activate()
|
27 |
+
* @uses wp_redirect()
|
28 |
+
* @uses admin_url()
|
29 |
+
*
|
30 |
+
* @access public
|
31 |
+
*
|
32 |
+
*
|
33 |
+
* @return bool
|
34 |
+
*/
|
35 |
+
function profile_builder_initialize(){
|
36 |
+
// check for activation
|
37 |
+
$check = get_option( 'profile_builder_activation' );
|
38 |
+
|
39 |
+
// redirect on activation
|
40 |
+
if ($check != "set") {
|
41 |
+
// add theme options
|
42 |
+
add_option( 'profile_builder_activation', 'set');
|
43 |
+
|
44 |
+
// load DB activation function if updating plugin
|
45 |
+
$this->profile_builder_activate();
|
46 |
+
|
47 |
+
// Redirect
|
48 |
+
wp_redirect( admin_url().'users.php?page=ProfileBuilderOptionsAndSettings' );
|
49 |
+
}
|
50 |
+
return false;
|
51 |
+
}
|
52 |
+
|
53 |
+
|
54 |
+
/**
|
55 |
+
* Plugin Activation
|
56 |
+
*
|
57 |
+
*
|
58 |
+
*
|
59 |
+
* @return void
|
60 |
+
*/
|
61 |
+
function profile_builder_activate(){
|
62 |
+
global $wp_roles;
|
63 |
+
|
64 |
+
// check for installed version
|
65 |
+
$installed_ver = get_option( 'profile_builder_version' );
|
66 |
+
|
67 |
+
// New Version Update
|
68 |
+
if ( $installed_ver != $this->version ){
|
69 |
+
update_option( 'profile_builder_version', $this->version );
|
70 |
+
}
|
71 |
+
else if ( !$installed_ver ) {
|
72 |
+
add_option( 'profile_builder_version', $this->version );
|
73 |
+
}
|
74 |
+
|
75 |
+
|
76 |
+
$wppb_default_settings = array(
|
77 |
+
'username' => 'show',
|
78 |
+
'usernameRequired' => 'no',
|
79 |
+
'firstname' => 'show',
|
80 |
+
'firstnameRequired' => 'no',
|
81 |
+
'lastname' => 'show',
|
82 |
+
'lastnameRequired' => 'no',
|
83 |
+
'nickname' => 'show',
|
84 |
+
'nicknameRequired' => 'no',
|
85 |
+
'dispname' => 'show',
|
86 |
+
'dispnameRequired' => 'no',
|
87 |
+
'email' => 'show',
|
88 |
+
'emailRequired' => 'no',
|
89 |
+
'website' => 'show',
|
90 |
+
'websiteRequired' => 'no',
|
91 |
+
'aim' => 'show',
|
92 |
+
'aimRequired' => 'no',
|
93 |
+
'yahoo' => 'show',
|
94 |
+
'yahooRequired' => 'no',
|
95 |
+
'jabber' => 'show',
|
96 |
+
'jabberRequired' => 'no',
|
97 |
+
'bio' => 'show',
|
98 |
+
'bioRequired' => 'no',
|
99 |
+
'password' => 'show',
|
100 |
+
'passwordRequired' => 'no'
|
101 |
+
);
|
102 |
+
add_option( 'wppb_default_settings', $wppb_default_settings ); //set all fields visible on first activation of the plugin
|
103 |
+
add_option( 'wppb_default_style', 'yes');
|
104 |
+
$all_roles = $wp_roles->roles;
|
105 |
+
$editable_roles = apply_filters('editable_roles', $all_roles);
|
106 |
+
|
107 |
+
$admintSettingsPresent = get_option('wppb_display_admin_settings','not_found');
|
108 |
+
|
109 |
+
if ($admintSettingsPresent == 'not_found'){ // if the field doesn't exists, then create it
|
110 |
+
$rolesArray = array();
|
111 |
+
foreach ( $editable_roles as $key => $data )
|
112 |
+
$rolesArray = array( $key => 'show' ) + $rolesArray;
|
113 |
+
$rolesArray = array_reverse($rolesArray,true);
|
114 |
+
add_option( 'wppb_display_admin_settings', $rolesArray);
|
115 |
+
}
|
116 |
+
|
117 |
+
}
|
118 |
+
|
119 |
+
/**
|
120 |
+
* Plugin Deactivation delete options
|
121 |
+
*
|
122 |
+
* @uses delete_option()
|
123 |
+
*
|
124 |
+
* @access public
|
125 |
+
*
|
126 |
+
*
|
127 |
+
* @return void
|
128 |
+
*/
|
129 |
+
function profile_builder_deactivate() {
|
130 |
+
// remove activation check & version
|
131 |
+
delete_option( 'profile_builder_activation' );
|
132 |
+
delete_option( 'profile_builder_version' );
|
133 |
+
}
|
134 |
+
|
135 |
+
/**
|
136 |
+
* Add Admin Menu Items & Test Actions
|
137 |
+
*
|
138 |
+
*
|
139 |
+
* @return void
|
140 |
+
*/
|
141 |
+
function profile_builder_admin(){
|
142 |
+
// create menu item
|
143 |
+
$profile_builder_options = add_submenu_page( 'users.php', 'Profile Builder', 'Profile Builder', 'delete_users', 'ProfileBuilderOptionsAndSettings', array( $this, 'profile_builder_options_page' ) );
|
144 |
+
|
145 |
+
// add menu item
|
146 |
+
add_action( "admin_print_styles-$profile_builder_options", array( $this, 'profile_builder_load' ) );
|
147 |
+
}
|
148 |
+
|
149 |
+
/**
|
150 |
+
* Load Scripts & Styles
|
151 |
+
*
|
152 |
+
* @uses wp_enqueue_style()
|
153 |
+
*
|
154 |
+
*
|
155 |
+
* @return void
|
156 |
+
*/
|
157 |
+
function profile_builder_load(){
|
158 |
+
// enqueue styles
|
159 |
+
wp_enqueue_style( 'profile-builder-style', WPPB_PLUGIN_URL.'/assets/css/style.css', false, $this->version, 'screen');
|
160 |
+
|
161 |
+
// enqueue scripts
|
162 |
+
add_thickbox();
|
163 |
+
wp_enqueue_script( 'jquery-extra-profile-fields', WPPB_PLUGIN_URL.'/assets/js/jquery.extra.fields.js', array('jquery','media-upload','thickbox','jquery-ui-core','jquery-ui-tabs', 'jquery-ui-sortable'), $this->version );
|
164 |
+
|
165 |
+
// remove GD star rating conflicts
|
166 |
+
wp_deregister_style( 'gdsr-jquery-ui-core' );
|
167 |
+
wp_deregister_style( 'gdsr-jquery-ui-theme' );
|
168 |
+
}
|
169 |
+
|
170 |
+
function profile_builder_options_page() {
|
171 |
+
// Grab Options Page
|
172 |
+
include( WPPB_PLUGIN_DIR.'/front-end/options.php' );
|
173 |
+
}
|
174 |
+
|
175 |
}
|
front-end/menu.file.php
CHANGED
@@ -1,327 +1,351 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
<
|
26 |
-
|
27 |
-
<
|
28 |
-
|
29 |
-
<?php _e('
|
30 |
-
<?php _e('
|
31 |
-
|
32 |
-
|
33 |
-
<?php
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
<?php
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
<?php
|
42 |
-
<?php
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
<
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
<
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
<td
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
<
|
217 |
-
</td>
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
<input type="radio" name="wppb_default_settings[
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
<
|
230 |
-
</td>
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
<input type="radio" name="wppb_default_settings[
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
<
|
254 |
-
</td>
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
<input type="radio" name="wppb_default_settings[
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
<td
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
<
|
291 |
-
</td>
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
<input type="radio" name="wppb_default_settings[
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
327 |
?>
|
1 |
+
<?php
|
2 |
+
/* this is for the backwards compatibility from v.1.1.12 to v.1.1.13 */
|
3 |
+
$update = false;
|
4 |
+
$arraySettingsPresent = get_option('wppb_custom_fields','not_found');
|
5 |
+
if ($arraySettingsPresent != 'not_found'){
|
6 |
+
foreach ($arraySettingsPresent as $key => $value){
|
7 |
+
if ($value['item_metaName'] == null){
|
8 |
+
$arraySettingsPresent[$key]['item_metaName'] = 'custom_field_'.$value['id'];
|
9 |
+
$update = true;
|
10 |
+
}
|
11 |
+
if ($value['item_LastMetaName'] == null){
|
12 |
+
$arraySettingsPresent[$key]['item_LastMetaName'] = 'custom_field_'.$value['id'];
|
13 |
+
$update = true;
|
14 |
+
}
|
15 |
+
}
|
16 |
+
// only update if it is needed
|
17 |
+
if ($update == true)
|
18 |
+
update_option( 'wppb_custom_fields', $arraySettingsPresent);
|
19 |
+
}
|
20 |
+
/* END backwards compatibility */
|
21 |
+
|
22 |
+
function wppb_basic_info(){
|
23 |
+
?>
|
24 |
+
|
25 |
+
<h2><?php _e('Profile Builder', 'profilebuilder');?></h2>
|
26 |
+
<h3><?php _e('Welcome to Profile Builder!', 'profilebuilder');?></h3>
|
27 |
+
<p>
|
28 |
+
<strong><?php _e('Profile Builder', 'profilebuilder');?></strong><?php _e(' lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users.', 'profilebuilder');?><br/><br/>
|
29 |
+
<?php _e('Also, grants users with administrator rights to customize basic fields or to add new ones.', 'profilebuilder');?><br/><br/>
|
30 |
+
<?php _e('To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile).', 'profilebuilder');?><br/>
|
31 |
+
<?php _e('Now all you need to do is add the following shortcode(for the previous example): ', 'profilebuilder');?>[wppb-edit-profile].<br/>
|
32 |
+
<?php _e('Publish your page and you are ready to go!', 'profilebuilder');?><br/><br/>
|
33 |
+
<?php _e('You can use the following shortcodes:', 'profilebuilder');?><br/>
|
34 |
+
→ <strong>[wppb-login]</strong> - <?php _e('for a log-in form.', 'profilebuilder');?><br/>
|
35 |
+
→ <strong>[wppb-register]</strong> - <?php _e('to add a registration form.', 'profilebuilder');?><br/>
|
36 |
+
→ <strong>[wppb-edit-profile]</strong> - <?php _e('to grant users a front-end acces to their personal information(requires user to be logged in).', 'profilebuilder');?><br/>
|
37 |
+
→ <strong>[wppb-recover-password]</strong> - <?php _e('to add a password recovery form.', 'profilebuilder');?><br/><br/>
|
38 |
+
|
39 |
+
<?php _e('Users with administrator rights have access to the following features:', 'profilebuilder');?><br/>
|
40 |
+
→ <?php _e('add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black.', 'profilebuilder');?><br/>
|
41 |
+
→ <?php _e('select whether to display or not the admin bar in the front end for a specific user-group registered to the site.', 'profilebuilder');?><br/>
|
42 |
+
→ <?php _e('select which information-field can users see/modify. The hidden fields\' values remain unmodified.', 'profilebuilder');?><br/>
|
43 |
+
→ <?php _e('add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload.', 'profilebuilder');?><br/>
|
44 |
+
→ <?php _e('add an avatar field.', 'profilebuilder');?><br/>
|
45 |
+
→ <?php _e('create custom redirects.', 'profilebuilder');?><br/>
|
46 |
+
→ <?php echo $echoString = __('front-end userlisting using the', 'profilebuilder').' <strong>[wppb-list-users]</strong> '. __('shortcode.', 'profilebuilder');?><br/>
|
47 |
+
<br/>
|
48 |
+
|
49 |
+
<strong><?php _e('NOTE:', 'profilebuilder');?></strong>
|
50 |
+
<?php _e('this plugin only adds/removes fields in the front-end.', 'profilebuilder');?><br/>
|
51 |
+
<?php _e('The default information-fields will still be visible(and thus modifiable)', 'profilebuilder');?>
|
52 |
+
<?php _e('from the back-end, while custom fields will only be visible in the front-end.', 'profilebuilder');?>
|
53 |
+
</p>
|
54 |
+
|
55 |
+
<?php
|
56 |
+
}
|
57 |
+
?>
|
58 |
+
|
59 |
+
<?php
|
60 |
+
function wppb_plugin_layout(){
|
61 |
+
?>
|
62 |
+
<form method="post" action="options.php#plugin-layout">
|
63 |
+
<?php $wppb_showDefaultCss = get_option('wppb_default_style'); ?>
|
64 |
+
<?php settings_fields('wppb_default_style'); ?>
|
65 |
+
|
66 |
+
<h2><?php _e('Plugin Layout', 'profilebuilder');?></h2>
|
67 |
+
<h3><?php _e('Plugin Layout', 'profilebuilder');?></h3>
|
68 |
+
<font size="2"><?php _e('Stylesheet used:', 'profilebuilder');?></font>
|
69 |
+
<select name="wppb_default_style" class="wppb_default_style">
|
70 |
+
<option value="yes" <?php if ($wppb_showDefaultCss == 'yes') echo 'selected';?>><?php _e('Default', 'profilebuilder');?></option>
|
71 |
+
<?php
|
72 |
+
$wppb_premiumStyle = WPPB_PLUGIN_DIR . '/premium/';
|
73 |
+
if (file_exists ( $wppb_premiumStyle.'premium.php' )){
|
74 |
+
?>
|
75 |
+
<option value="white" <?php if ($wppb_showDefaultCss == 'white') echo 'selected';?>><?php _e('White', 'profilebuilder');?></option>
|
76 |
+
<option value="black" <?php if ($wppb_showDefaultCss == 'black') echo 'selected';?>><?php _e('Black', 'profilebuilder');?></option>
|
77 |
+
<?php
|
78 |
+
}
|
79 |
+
?>
|
80 |
+
<option value="no" <?php if ($wppb_showDefaultCss == 'no') echo 'selected';?>><?php _e('None', 'profilebuilder');?></option>
|
81 |
+
</select>
|
82 |
+
<?php
|
83 |
+
if (file_exists ( $wppb_premiumStyle.'premium.php' ))
|
84 |
+
echo '<div id="layoutNoticeDiv"><font size="1" id="layoutNotice"><b>'. __('NOTE:', 'profilebuilder') .'</b><br/>→ '. __('The black stylesheet is intended for sites/blogs with a dark background.', 'profilebuilder') .'<br/>→ '. __('The white stylesheet is intended for a sites/blogs with a light background color.', 'profilebuilder') .'</font></div>';
|
85 |
+
?>
|
86 |
+
<div align="right">
|
87 |
+
<input type="hidden" name="action" value="update" />
|
88 |
+
<p class="submit">
|
89 |
+
<input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" />
|
90 |
+
</p>
|
91 |
+
</div>
|
92 |
+
</form>
|
93 |
+
|
94 |
+
|
95 |
+
<?php
|
96 |
+
}
|
97 |
+
?>
|
98 |
+
|
99 |
+
<?php
|
100 |
+
function wppb_display_admin_settings(){
|
101 |
+
?>
|
102 |
+
<form method="post" action="options.php#show-hide-admin-bar">
|
103 |
+
<?php $wppb_showAdminBar = get_option('wppb_display_admin_settings'); ?>
|
104 |
+
<?php settings_fields('wppb_display_admin_settings'); ?>
|
105 |
+
|
106 |
+
|
107 |
+
<h2><?php _e('Show/Hide the Admin Bar on Front End', 'profilebuilder');?></h2>
|
108 |
+
<h3><?php _e('Show/Hide the Admin Bar on Front End', 'profilebuilder');?></h3>
|
109 |
+
<table class="wp-list-table widefat fixed pages" cellspacing="0">
|
110 |
+
<thead>
|
111 |
+
<tr>
|
112 |
+
<th id="manage-column" scope="col"><?php _e('User-group', 'profilebuilder');?></th>
|
113 |
+
<th id="manage-column" scope="col"><?php _e('Visibility', 'profilebuilder');?></th>
|
114 |
+
</tr>
|
115 |
+
</thead>
|
116 |
+
<tbody>
|
117 |
+
<?php
|
118 |
+
foreach($wppb_showAdminBar as $key => $data){
|
119 |
+
echo'<tr>
|
120 |
+
<td id="manage-columnCell">'.$key.'</td>
|
121 |
+
<td id="manage-columnCell">
|
122 |
+
<input type="radio" name="wppb_display_admin_settings['.$key.']" value="show"';if ($wppb_showAdminBar[$key] == 'show') echo ' checked';echo'/><font size="1">'; _e('Show', 'profilebuilder'); echo'</font><span style="padding-left:20px"></span>
|
123 |
+
<input type="radio" name="wppb_display_admin_settings['.$key.']" value="hide"';if ($wppb_showAdminBar[$key] == 'hide') echo ' checked';echo'/><font size="1">'; _e('Hide', 'profilebuilder'); echo'</font>
|
124 |
+
</td>
|
125 |
+
</tr>';
|
126 |
+
}
|
127 |
+
?>
|
128 |
+
|
129 |
+
</table>
|
130 |
+
<div align="right">
|
131 |
+
<input type="hidden" name="action" value="update" />
|
132 |
+
<p class="submit">
|
133 |
+
<input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" />
|
134 |
+
</p>
|
135 |
+
</div>
|
136 |
+
</form>
|
137 |
+
|
138 |
+
|
139 |
+
<?php
|
140 |
+
}
|
141 |
+
?>
|
142 |
+
|
143 |
+
<?php
|
144 |
+
function wppb_default_settings(){
|
145 |
+
?>
|
146 |
+
<form method="post" action="options.php#default-fields">
|
147 |
+
<?php $wppb_defaultOptions = get_option('wppb_default_settings'); ?>
|
148 |
+
<?php settings_fields('wppb_option_group'); ?>
|
149 |
+
|
150 |
+
|
151 |
+
<h2><?php _e('Default Profile Fields', 'profilebuilder');?></h2>
|
152 |
+
<h3><?php _e('Default Profile Fields', 'profilebuilder');?></h3>
|
153 |
+
<table class="wp-list-table widefat fixed pages" cellspacing="0">
|
154 |
+
<thead>
|
155 |
+
<tr>
|
156 |
+
<th id="manage-column" scope="col"><?php _e('Input Field Name', 'profilebuilder');?></th>
|
157 |
+
<th id="manage-column" scope="col"><?php _e('Visibility', 'profilebuilder');?></th>
|
158 |
+
<th id="manage-column" scope="col"><?php _e('Required', 'profilebuilder');?></th>
|
159 |
+
</tr>
|
160 |
+
</thead>
|
161 |
+
<tbody class="plugins" >
|
162 |
+
<tr>
|
163 |
+
<td colspan="3"><font size="2"><?php _e('Name:', 'profilebuilder');?></font></td>
|
164 |
+
</tr>
|
165 |
+
</tbody>
|
166 |
+
<tbody>
|
167 |
+
<tr>
|
168 |
+
<td id="manage-columnCell">
|
169 |
+
<span style="padding-left:50px"></span><?php _e('Username', 'profilebuilder');?>
|
170 |
+
</td>
|
171 |
+
<td id="manage-columnCell">
|
172 |
+
<input type="radio" name="wppb_default_settings[username]" value="show" checked /><font size="1"><?php _e('Show', 'profilebuilder');?></font><span style="padding-left:20px"></span>
|
173 |
+
<input type="radio" name="wppb_default_settings[username]" value="hide" disabled /><font size="1" color="grey"><?php _e('Hide', 'profilebuilder');?></font>
|
174 |
+
</td>
|
175 |
+
<td id="manage-columnCell">
|
176 |
+
<input type="radio" name="wppb_default_settings[usernameRequired]" value="yes" checked /><font size="1"><?php _e('Yes', 'profilebuilder');?></font><span style="padding-left:20px"></span>
|
177 |
+
<input type="radio" name="wppb_default_settings[usernameRequired]" value="no" disabled /><font size="1" color="grey"><?php _e('No', 'profilebuilder');?></font>
|
178 |
+
</td>
|
179 |
+
</tr>
|
180 |
+
<tr>
|
181 |
+
<td id="manage-columnCell">
|
182 |
+
<span style="padding-left:50px"></span><?php _e('First Name', 'profilebuilder');?>
|
183 |
+
</td>
|
184 |
+
<td id="manage-columnCell">
|
185 |
+
<input type="radio" name="wppb_default_settings[firstname]" value="show" <?php if ($wppb_defaultOptions['firstname'] == 'show') echo 'checked';?> /><font size="1"><?php _e('Show', 'profilebuilder');?></font><span style="padding-left:20px"></span>
|
186 |
+
<input type="radio" name="wppb_default_settings[firstname]" value="hide" <?php if ($wppb_defaultOptions['firstname'] == 'hide') echo 'checked';?> /><font size="1"><?php _e('Hide', 'profilebuilder');?></font>
|
187 |
+
</td>
|
188 |
+
<td id="manage-columnCell">
|
189 |
+
<input type="radio" name="wppb_default_settings[firstnameRequired]" value="yes" <?php if ($wppb_defaultOptions['firstnameRequired'] == 'yes') echo 'checked';?> /><font size="1"><?php _e('Yes', 'profilebuilder');?></font><span style="padding-left:20px"></span>
|
190 |
+
<input type="radio" name="wppb_default_settings[firstnameRequired]" value="no" <?php if ($wppb_defaultOptions['firstnameRequired'] == 'no') echo 'checked';?> /><font size="1"><?php _e('No', 'profilebuilder');?></font>
|
191 |
+
</td>
|
192 |
+
</tr>
|
193 |
+
<tr>
|
194 |
+
<td id="manage-columnCell">
|
195 |
+
<span style="padding-left:50px"></span><?php _e('Last Name', 'profilebuilder');?>
|
196 |
+
</td>
|
197 |
+
<td id="manage-columnCell">
|
198 |
+
<input type="radio" name="wppb_default_settings[lastname]" value="show" <?php if ($wppb_defaultOptions['lastname'] == 'show') echo 'checked';?> /><font size="1"><?php _e('Show', 'profilebuilder');?></font><span style="padding-left:20px"></span>
|
199 |
+
<input type="radio" name="wppb_default_settings[lastname]" value="hide" <?php if ($wppb_defaultOptions['lastname'] == 'hide') echo 'checked';?> /><font size="1"><?php _e('Hide', 'profilebuilder');?></font>
|
200 |
+
</td>
|
201 |
+
<td id="manage-columnCell">
|
202 |
+
<input type="radio" name="wppb_default_settings[lastnameRequired]" value="yes" <?php if ($wppb_defaultOptions['lastnameRequired'] == 'yes') echo 'checked';?> /><font size="1"><?php _e('Yes', 'profilebuilder');?></font><span style="padding-left:20px"></span>
|
203 |
+
<input type="radio" name="wppb_default_settings[lastnameRequired]" value="no" <?php if ($wppb_defaultOptions['lastnameRequired'] == 'no') echo 'checked';?> /><font size="1"><?php _e('No', 'profilebuilder');?></font>
|
204 |
+
</td>
|
205 |
+
</tr>
|
206 |
+
<tr>
|
207 |
+
<td id="manage-columnCell">
|
208 |
+
<span style="padding-left:50px"></span><?php _e('Nickname', 'profilebuilder');?>
|
209 |
+
</td>
|
210 |
+
<td id="manage-columnCell">
|
211 |
+
<input type="radio" name="wppb_default_settings[nickname]" value="show" <?php if ($wppb_defaultOptions['nickname'] == 'show') echo 'checked';?> /><font size="1"><?php _e('Show', 'profilebuilder');?></font><span style="padding-left:20px"></span>
|
212 |
+
<input type="radio" name="wppb_default_settings[nickname]" value="hide" <?php if ($wppb_defaultOptions['nickname'] == 'hide') echo 'checked';?> /><font size="1"><?php _e('Hide', 'profilebuilder');?></font>
|
213 |
+
</td>
|
214 |
+
<td id="manage-columnCell">
|
215 |
+
<input type="radio" name="wppb_default_settings[nicknameRequired]" value="yes" <?php if ($wppb_defaultOptions['nicknameRequired'] == 'yes') echo 'checked';?> /><font size="1"><?php _e('Yes', 'profilebuilder');?></font><span style="padding-left:20px"></span>
|
216 |
+
<input type="radio" name="wppb_default_settings[nicknameRequired]" value="no" <?php if ($wppb_defaultOptions['nicknameRequired'] == 'no') echo 'checked';?> /><font size="1"><?php _e('No', 'profilebuilder');?></font>
|
217 |
+
</td>
|
218 |
+
</tr>
|
219 |
+
<tr>
|
220 |
+
<td id="manage-columnCell">
|
221 |
+
<span style="padding-left:50px"></span><?php _e('Display name publicly as...', 'profilebuilder');?>
|
222 |
+
</td>
|
223 |
+
<td id="manage-columnCell">
|
224 |
+
<input type="radio" name="wppb_default_settings[dispname]" value="show" <?php if ($wppb_defaultOptions['dispname'] == 'show') echo 'checked';?> /><?php _e('Show', 'profilebuilder');?><span style="padding-left:20px"></span>
|
225 |
+
<input type="radio" name="wppb_default_settings[dispname]" value="hide" <?php if ($wppb_defaultOptions['dispname'] == 'hide') echo 'checked';?> /><?php _e('Hide', 'profilebuilder');?>
|
226 |
+
</td>
|
227 |
+
<td id="manage-columnCell">
|
228 |
+
<input type="radio" name="wppb_default_settings[dispnameRequired]" value="yes" <?php if ($wppb_defaultOptions['dispnameRequired'] == 'yes') echo 'checked';?> /><?php _e('Yes', 'profilebuilder');?></font><span style="padding-left:20px"></span>
|
229 |
+
<input type="radio" name="wppb_default_settings[dispnameRequired]" value="no" <?php if ($wppb_defaultOptions['dispnameRequired'] == 'no') echo 'checked';?> /><?php _e('No', 'profilebuilder');?>
|
230 |
+
</td>
|
231 |
+
</tr>
|
232 |
+
<tbody class="plugins">
|
233 |
+
<tr>
|
234 |
+
<td colspan="3"><font size="2"><?php _e('Contact Info:', 'profilebuilder');?></font></td>
|
235 |
+
</tr>
|
236 |
+
</tbody>
|
237 |
+
<tbody>
|
238 |
+
<tr>
|
239 |
+
<td id="manage-columnCell">
|
240 |
+
<span style="padding-left:50px"></span><?php _e('E-mail', 'profilebuilder');?>
|
241 |
+
</td>
|
242 |
+
<td id="manage-columnCell">
|
243 |
+
<input type="radio" name="wppb_default_settings[email]" value="show" checked><font size="1"><?php _e('Show', 'profilebuilder');?></font><span style="padding-left:20px"></span>
|
244 |
+
<input type="radio" name="wppb_default_settings[email]" value="hide" disabled><font size="1" color="grey"><?php _e('Hide', 'profilebuilder');?></font>
|
245 |
+
</td>
|
246 |
+
<td id="manage-columnCell">
|
247 |
+
<input type="radio" name="wppb_default_settings[emailRequired]" value="yes" checked /><font size="1"><?php _e('Yes', 'profilebuilder');?></font><span style="padding-left:20px"></span>
|
248 |
+
<input type="radio" name="wppb_default_settings[emailRequired]" value="no" disabled /><font size="1" color="grey"><?php _e('No', 'profilebuilder');?></font>
|
249 |
+
</td>
|
250 |
+
</tr>
|
251 |
+
<tr>
|
252 |
+
<td id="manage-columnCell">
|
253 |
+
<span style="padding-left:50px"></span><?php _e('Website', 'profilebuilder');?>
|
254 |
+
</td>
|
255 |
+
<td id="manage-columnCell">
|
256 |
+
<input type="radio" name="wppb_default_settings[website]" value="show" <?php if ($wppb_defaultOptions['website'] == 'show') echo 'checked';?> /><font size="1"><?php _e('Show', 'profilebuilder');?></font><span style="padding-left:20px"></span>
|
257 |
+
<input type="radio" name="wppb_default_settings[website]" value="hide" <?php if ($wppb_defaultOptions['website'] == 'hide') echo 'checked';?> /><font size="1"><?php _e('Hide', 'profilebuilder');?></font>
|
258 |
+
</td>
|
259 |
+
<td id="manage-columnCell">
|
260 |
+
<input type="radio" name="wppb_default_settings[websiteRequired]" value="yes" <?php if ($wppb_defaultOptions['websiteRequired'] == 'yes') echo 'checked';?> /><font size="1"><?php _e('Yes', 'profilebuilder');?></font><span style="padding-left:20px"></span>
|
261 |
+
<input type="radio" name="wppb_default_settings[websiteRequired]" value="no" <?php if ($wppb_defaultOptions['websiteRequired'] == 'no') echo 'checked';?> /><font size="1"><?php _e('No', 'profilebuilder');?></font>
|
262 |
+
</td>
|
263 |
+
</tr>
|
264 |
+
<tbody class="plugins">
|
265 |
+
</tbody>
|
266 |
+
<tbody>
|
267 |
+
<tr>
|
268 |
+
<td id="manage-columnCell">
|
269 |
+
<span style="padding-left:50px"></span><?php _e('AIM', 'profilebuilder');?>
|
270 |
+
</td>
|
271 |
+
<td id="manage-columnCell">
|
272 |
+
<input type="radio" name="wppb_default_settings[aim]" value="show" <?php if ($wppb_defaultOptions['aim'] == 'show') echo 'checked';?> /><font size="1"><?php _e('Show', 'profilebuilder');?></font><span style="padding-left:20px"></span>
|
273 |
+
<input type="radio" name="wppb_default_settings[aim]" value="hide" <?php if ($wppb_defaultOptions['aim'] == 'hide') echo 'checked';?> /><font size="1"><?php _e('Hide', 'profilebuilder');?></font>
|
274 |
+
</td>
|
275 |
+
<td id="manage-columnCell">
|
276 |
+
<input type="radio" name="wppb_default_settings[aimRequired]" value="yes" <?php if ($wppb_defaultOptions['aimRequired'] == 'yes') echo 'checked';?> /><font size="1"><?php _e('Yes', 'profilebuilder');?></font><span style="padding-left:20px"></span>
|
277 |
+
<input type="radio" name="wppb_default_settings[aimRequired]" value="no" <?php if ($wppb_defaultOptions['aimRequired'] == 'no') echo 'checked';?> /><font size="1"><?php _e('No', 'profilebuilder');?></font>
|
278 |
+
</td>
|
279 |
+
</tr>
|
280 |
+
<tr>
|
281 |
+
<td id="manage-columnCell">
|
282 |
+
<span style="padding-left:50px"></span><?php _e('Yahoo IM', 'profilebuilder');?>
|
283 |
+
</td>
|
284 |
+
<td id="manage-columnCell">
|
285 |
+
<input type="radio" name="wppb_default_settings[yahoo]" value="show" <?php if ($wppb_defaultOptions['yahoo'] == 'show') echo 'checked';?> /><font size="1"><?php _e('Show', 'profilebuilder');?></font><span style="padding-left:20px"></span>
|
286 |
+
<input type="radio" name="wppb_default_settings[yahoo]" value="hide" <?php if ($wppb_defaultOptions['yahoo'] == 'hide') echo 'checked';?> /><font size="1"><?php _e('Hide', 'profilebuilder');?></font>
|
287 |
+
</td>
|
288 |
+
<td id="manage-columnCell">
|
289 |
+
<input type="radio" name="wppb_default_settings[yahooRequired]" value="yes" <?php if ($wppb_defaultOptions['yahooRequired'] == 'yes') echo 'checked';?> /><font size="1"><?php _e('Yes', 'profilebuilder');?></font><span style="padding-left:20px"></span>
|
290 |
+
<input type="radio" name="wppb_default_settings[yahooRequired]" value="no" <?php if ($wppb_defaultOptions['yahooRequired'] == 'no') echo 'checked';?> /><font size="1"><?php _e('No', 'profilebuilder');?></font>
|
291 |
+
</td>
|
292 |
+
</tr>
|
293 |
+
<tr>
|
294 |
+
<td id="manage-columnCell">
|
295 |
+
<span style="padding-left:50px"></span><?php _e('Jabber / Google Talk', 'profilebuilder');?>
|
296 |
+
</td>
|
297 |
+
<td id="manage-columnCell">
|
298 |
+
<input type="radio" name="wppb_default_settings[jabber]" value="show" <?php if ($wppb_defaultOptions['jabber'] == 'show') echo 'checked';?> /><font size="1"><?php _e('Show', 'profilebuilder');?></font><span style="padding-left:20px"></span>
|
299 |
+
<input type="radio" name="wppb_default_settings[jabber]" value="hide" <?php if ($wppb_defaultOptions['jabber'] == 'hide') echo 'checked';?> /><font size="1"><?php _e('Hide', 'profilebuilder');?></font>
|
300 |
+
</td>
|
301 |
+
<td id="manage-columnCell">
|
302 |
+
<input type="radio" name="wppb_default_settings[jabberRequired]" value="yes" <?php if ($wppb_defaultOptions['jabberRequired'] == 'yes') echo 'checked';?> /><font size="1"><?php _e('Yes', 'profilebuilder');?></font><span style="padding-left:20px"></span>
|
303 |
+
<input type="radio" name="wppb_default_settings[jabberRequired]" value="no" <?php if ($wppb_defaultOptions['jabberRequired'] == 'no') echo 'checked';?> /><font size="1"><?php _e('No', 'profilebuilder');?></font>
|
304 |
+
</td>
|
305 |
+
</tr>
|
306 |
+
<tbody class="plugins">
|
307 |
+
<tr>
|
308 |
+
<td colspan="3"><font size="2"><?php _e('About Yourself:', 'profilebuilder');?></font></td>
|
309 |
+
</tr>
|
310 |
+
</tbody>
|
311 |
+
<tbody>
|
312 |
+
<tr>
|
313 |
+
<td id="manage-columnCell">
|
314 |
+
<span style="padding-left:50px"></span><?php _e('Biographical Info', 'profilebuilder');?>
|
315 |
+
</td>
|
316 |
+
<td id="manage-columnCell">
|
317 |
+
<input type="radio" name="wppb_default_settings[bio]" value="show" <?php if ($wppb_defaultOptions['bio'] == 'show') echo 'checked';?> /><font size="1"><?php _e('Show', 'profilebuilder');?></font><span style="padding-left:20px"></span>
|
318 |
+
<input type="radio" name="wppb_default_settings[bio]" value="hide" <?php if ($wppb_defaultOptions['bio'] == 'hide') echo 'checked';?> /><font size="1"><?php _e('Hide', 'profilebuilder');?></font>
|
319 |
+
</td>
|
320 |
+
<td id="manage-columnCell">
|
321 |
+
<input type="radio" name="wppb_default_settings[bioRequired]" value="yes" <?php if ($wppb_defaultOptions['bioRequired'] == 'yes') echo 'checked';?> /><font size="1"><?php _e('Yes', 'profilebuilder');?></font><span style="padding-left:20px"></span>
|
322 |
+
<input type="radio" name="wppb_default_settings[bioRequired]" value="no" <?php if ($wppb_defaultOptions['bioRequired'] == 'no') echo 'checked';?> /><font size="1"><?php _e('No', 'profilebuilder');?></font>
|
323 |
+
</td>
|
324 |
+
</tr>
|
325 |
+
<tbody>
|
326 |
+
<tr>
|
327 |
+
<td id="manage-columnCell">
|
328 |
+
<span style="padding-left:50px"></span><?php _e('New Password', 'profilebuilder');?>
|
329 |
+
</td>
|
330 |
+
<td id="manage-columnCell">
|
331 |
+
<input type="radio" name="wppb_default_settings[password]" value="show" checked><font size="1"><?php _e('Show', 'profilebuilder');?></font><span style="padding-left:20px"></span>
|
332 |
+
<input type="radio" name="wppb_default_settings[password]" value="hide" disabled><font size="1" color="grey"><?php _e('Hide', 'profilebuilder');?></font>
|
333 |
+
</td>
|
334 |
+
<td id="manage-columnCell">
|
335 |
+
<input type="radio" name="wppb_default_settings[passwordRequired]" value="yes" checked /><font size="1"><?php _e('Yes', 'profilebuilder');?></font><span style="padding-left:20px"></span>
|
336 |
+
<input type="radio" name="wppb_default_settings[passwordRequired]" value="no" disabled /><font size="1" color="grey"><?php _e('No', 'profilebuilder');?></font>
|
337 |
+
</td>
|
338 |
+
</tr>
|
339 |
+
</tbody>
|
340 |
+
</table>
|
341 |
+
<div align="right">
|
342 |
+
<input type="hidden" name="action" value="update" />
|
343 |
+
<p class="submit">
|
344 |
+
<input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" />
|
345 |
+
</p>
|
346 |
+
</form>
|
347 |
+
</div>
|
348 |
+
|
349 |
+
<?php
|
350 |
+
}
|
351 |
?>
|
front-end/options.php
CHANGED
@@ -1,146 +1,146 @@
|
|
1 |
-
<!--
|
2 |
-
Original Plugin Name: OptionTree
|
3 |
-
Original Plugin URI: http://wp.envato.com
|
4 |
-
Original Author: Derek Herman
|
5 |
-
Original Author URI: http://valendesigns.com
|
6 |
-
-->
|
7 |
-
<?php if (!defined('
|
8 |
-
<?php require_once('menu.file.php'); ?>
|
9 |
-
|
10 |
-
<div id="framework_wrap" class="wrap">
|
11 |
-
|
12 |
-
<div id="header">
|
13 |
-
<h1>Profile Builder</h1>
|
14 |
-
<span class="icon"> </span>
|
15 |
-
<div class="version">
|
16 |
-
<?php echo 'Version ' .
|
17 |
-
</div>
|
18 |
-
</div>
|
19 |
-
|
20 |
-
<div id="content_wrap">
|
21 |
-
|
22 |
-
<?php
|
23 |
-
$wppb_premium =
|
24 |
-
if (!file_exists ( $wppb_premium.'premium.php' )){
|
25 |
-
?>
|
26 |
-
<div class="info basic-version-info">
|
27 |
-
<img src="<?php echo
|
28 |
-
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
29 |
-
<input type="hidden" name="cmd" value="_s-xclick">
|
30 |
-
<input type="hidden" name="hosted_button_id" value="3J62P8ZXKFJM4">
|
31 |
-
<input type="image" src="http://beta.cozmoslabs.com/wp-content/plugins/reflection-media-subscriber/includes/icons/buy_now_button.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
32 |
-
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
33 |
-
</form>
|
34 |
-
<a href="http://www.cozmoslabs.com/wordpress-profile-builder/">Or Learn More</a>
|
35 |
-
|
36 |
-
</div>
|
37 |
-
<?php
|
38 |
-
}
|
39 |
-
?>
|
40 |
-
<div class="info top-info"></div>
|
41 |
-
|
42 |
-
<?php $wppb_premium =
|
43 |
-
if (file_exists ( $wppb_premium.'premium.php' )){
|
44 |
-
echo '<div class="ajax-message';
|
45 |
-
if ( isset( $message ) ) { echo ' show'; }
|
46 |
-
echo '">';
|
47 |
-
if ( isset( $message ) ) { echo $message; }
|
48 |
-
echo '</div>';
|
49 |
-
}
|
50 |
-
?>
|
51 |
-
|
52 |
-
<div id="content">
|
53 |
-
|
54 |
-
<div id="options_tabs">
|
55 |
-
|
56 |
-
<ul class="options_tabs">
|
57 |
-
<li><a href="#profile-builder"><?php _e('Basic Information','profilebuilder');?></a><span></span></li>
|
58 |
-
<li><a href="#plugin-layout"><?php _e('Plugin Layout','profilebuilder');?></a><span></span></li>
|
59 |
-
<li><a href="#show-hide-admin-bar"><?php _e('Show/Hide the Admin Bar on Front-end','profilebuilder');?></a><span></span></li>
|
60 |
-
<li><a href="#default-fields"><?php _e('Default Profile Fields','profilebuilder');?></a><span></span></li>
|
61 |
-
<?php
|
62 |
-
$wppb_premium =
|
63 |
-
$wppb_addons =
|
64 |
-
|
65 |
-
if (file_exists ( $wppb_premium.'premium.php' )){
|
66 |
-
echo '<li><a href="#create-extra-fields">'; _e('Extra Profile Fields','profilebuilder'); echo'</a><span></span></li>';
|
67 |
-
}
|
68 |
-
if (file_exists ( $wppb_addons.'addon.php' )){
|
69 |
-
echo '<li><a href="#add-ons">'; _e('Addons','profilebuilder'); echo'</a><span></span></li>';
|
70 |
-
}
|
71 |
-
if (file_exists ( $wppb_premium.'premium.php' )){
|
72 |
-
echo '<li><a href="#register-profile-builder">'; _e('Register Your Version','profilebuilder'); echo'</a><span></span></li>';
|
73 |
-
}
|
74 |
-
?>
|
75 |
-
<?php
|
76 |
-
$addons_options_set = get_option('
|
77 |
-
if ($addons_options_set != 'not_found'){
|
78 |
-
$addons_options_description = get_option('
|
79 |
-
foreach ($addons_options_set as $key => $value)
|
80 |
-
if ($value == 'show'){
|
81 |
-
echo '<li><a href="#'.$key.'">'; _e($addons_options_description[$key],'profilebuilder'); echo '</a><span></span></li>';
|
82 |
-
}
|
83 |
-
}
|
84 |
-
?>
|
85 |
-
|
86 |
-
</ul>
|
87 |
-
<div id="profile-builder" class="block">
|
88 |
-
<?php
|
89 |
-
</div>
|
90 |
-
|
91 |
-
<div id="plugin-layout" class="block">
|
92 |
-
<?php
|
93 |
-
</div>
|
94 |
-
|
95 |
-
|
96 |
-
<div id="show-hide-admin-bar" class="block has-table">
|
97 |
-
<?php
|
98 |
-
</div>
|
99 |
-
|
100 |
-
<div id="default-fields" class="block has-table">
|
101 |
-
<?php
|
102 |
-
</div>
|
103 |
-
|
104 |
-
<?php $wppb_premium =
|
105 |
-
if (file_exists ( $wppb_premium.'premium.php' )){
|
106 |
-
require_once($wppb_premium.'premium.php');
|
107 |
-
echo '<div id="create-extra-fields" class="block has-table">';
|
108 |
-
|
109 |
-
echo '</div>';
|
110 |
-
echo '<div id="register-profile-builder" class="block">';
|
111 |
-
|
112 |
-
echo '</div>';
|
113 |
-
}
|
114 |
-
?>
|
115 |
-
|
116 |
-
<?php $wppb_addons =
|
117 |
-
if (file_exists ( $wppb_addons.'addon.php' )){
|
118 |
-
require_once($wppb_addons.'addon.php');
|
119 |
-
echo '<div id="add-ons" class="block has-table">';
|
120 |
-
|
121 |
-
echo '</div>';
|
122 |
-
|
123 |
-
$addons_options_set = get_option('
|
124 |
-
if ($addons_options_set != 'not_found'){
|
125 |
-
foreach ($addons_options_set as $key => $value)
|
126 |
-
if ($value == 'show'){
|
127 |
-
echo '<div id="'.$key.'" class="block has-table">';
|
128 |
-
$key();
|
129 |
-
echo '</div>';
|
130 |
-
}
|
131 |
-
}
|
132 |
-
}
|
133 |
-
?>
|
134 |
-
|
135 |
-
<br class="clear" />
|
136 |
-
|
137 |
-
</div>
|
138 |
-
|
139 |
-
</div>
|
140 |
-
|
141 |
-
<div class="info bottom"></div>
|
142 |
-
|
143 |
-
</div>
|
144 |
-
|
145 |
-
</div>
|
146 |
<!-- [END] framework_wrap -->
|
1 |
+
<!--
|
2 |
+
Original Plugin Name: OptionTree
|
3 |
+
Original Plugin URI: http://wp.envato.com
|
4 |
+
Original Author: Derek Herman
|
5 |
+
Original Author URI: http://valendesigns.com
|
6 |
+
-->
|
7 |
+
<?php if (!defined('PROFILE_BUILDER_VERSION')) exit('No direct script access allowed'); ?>
|
8 |
+
<?php require_once('menu.file.php'); ?>
|
9 |
+
|
10 |
+
<div id="framework_wrap" class="wrap">
|
11 |
+
|
12 |
+
<div id="header">
|
13 |
+
<h1>Profile Builder</h1>
|
14 |
+
<span class="icon"> </span>
|
15 |
+
<div class="version">
|
16 |
+
<?php echo 'Version ' . PROFILE_BUILDER_VERSION; ?>
|
17 |
+
</div>
|
18 |
+
</div>
|
19 |
+
|
20 |
+
<div id="content_wrap">
|
21 |
+
|
22 |
+
<?php
|
23 |
+
$wppb_premium = WPPB_PLUGIN_DIR . '/premium/';
|
24 |
+
if (!file_exists ( $wppb_premium.'premium.php' )){
|
25 |
+
?>
|
26 |
+
<div class="info basic-version-info">
|
27 |
+
<img src="<?php echo WPPB_PLUGIN_URL ?>/assets/images/ad_image.png" alt="Profile Builder Pro" />
|
28 |
+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
29 |
+
<input type="hidden" name="cmd" value="_s-xclick">
|
30 |
+
<input type="hidden" name="hosted_button_id" value="3J62P8ZXKFJM4">
|
31 |
+
<input type="image" src="http://beta.cozmoslabs.com/wp-content/plugins/reflection-media-subscriber/includes/icons/buy_now_button.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
32 |
+
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
33 |
+
</form>
|
34 |
+
<a href="http://www.cozmoslabs.com/wordpress-profile-builder/">Or Learn More</a>
|
35 |
+
|
36 |
+
</div>
|
37 |
+
<?php
|
38 |
+
}
|
39 |
+
?>
|
40 |
+
<div class="info top-info"></div>
|
41 |
+
|
42 |
+
<?php $wppb_premium = WPPB_PLUGIN_DIR . '/premium/';
|
43 |
+
if (file_exists ( $wppb_premium.'premium.php' )){
|
44 |
+
echo '<div class="ajax-message';
|
45 |
+
if ( isset( $message ) ) { echo ' show'; }
|
46 |
+
echo '">';
|
47 |
+
if ( isset( $message ) ) { echo $message; }
|
48 |
+
echo '</div>';
|
49 |
+
}
|
50 |
+
?>
|
51 |
+
|
52 |
+
<div id="content">
|
53 |
+
|
54 |
+
<div id="options_tabs">
|
55 |
+
|
56 |
+
<ul class="options_tabs">
|
57 |
+
<li><a href="#profile-builder"><?php _e('Basic Information','profilebuilder');?></a><span></span></li>
|
58 |
+
<li><a href="#plugin-layout"><?php _e('Plugin Layout','profilebuilder');?></a><span></span></li>
|
59 |
+
<li><a href="#show-hide-admin-bar"><?php _e('Show/Hide the Admin Bar on Front-end','profilebuilder');?></a><span></span></li>
|
60 |
+
<li><a href="#default-fields"><?php _e('Default Profile Fields','profilebuilder');?></a><span></span></li>
|
61 |
+
<?php
|
62 |
+
$wppb_premium = WPPB_PLUGIN_DIR . '/premium/';
|
63 |
+
$wppb_addons = WPPB_PLUGIN_DIR . '/premium/addon/';
|
64 |
+
|
65 |
+
if (file_exists ( $wppb_premium.'premium.php' )){
|
66 |
+
echo '<li><a href="#create-extra-fields">'; _e('Extra Profile Fields','profilebuilder'); echo'</a><span></span></li>';
|
67 |
+
}
|
68 |
+
if (file_exists ( $wppb_addons.'addon.php' )){
|
69 |
+
echo '<li><a href="#add-ons">'; _e('Addons','profilebuilder'); echo'</a><span></span></li>';
|
70 |
+
}
|
71 |
+
if (file_exists ( $wppb_premium.'premium.php' )){
|
72 |
+
echo '<li><a href="#register-profile-builder">'; _e('Register Your Version','profilebuilder'); echo'</a><span></span></li>';
|
73 |
+
}
|
74 |
+
?>
|
75 |
+
<?php
|
76 |
+
$addons_options_set = get_option('wppb_addon_settings','not_found');
|
77 |
+
if ($addons_options_set != 'not_found'){
|
78 |
+
$addons_options_description = get_option('wppb_addon_settings_description'); //fetch the descriptions array
|
79 |
+
foreach ($addons_options_set as $key => $value)
|
80 |
+
if ($value == 'show'){
|
81 |
+
echo '<li><a href="#'.$key.'">'; _e($addons_options_description[$key],'profilebuilder'); echo '</a><span></span></li>';
|
82 |
+
}
|
83 |
+
}
|
84 |
+
?>
|
85 |
+
|
86 |
+
</ul>
|
87 |
+
<div id="profile-builder" class="block">
|
88 |
+
<?php wppb_basic_info(); ?>
|
89 |
+
</div>
|
90 |
+
|
91 |
+
<div id="plugin-layout" class="block">
|
92 |
+
<?php wppb_plugin_layout(); ?>
|
93 |
+
</div>
|
94 |
+
|
95 |
+
|
96 |
+
<div id="show-hide-admin-bar" class="block has-table">
|
97 |
+
<?php wppb_display_admin_settings(); ?>
|
98 |
+
</div>
|
99 |
+
|
100 |
+
<div id="default-fields" class="block has-table">
|
101 |
+
<?php wppb_default_settings(); ?>
|
102 |
+
</div>
|
103 |
+
|
104 |
+
<?php $wppb_premium = WPPB_PLUGIN_DIR . '/premium/';
|
105 |
+
if (file_exists ( $wppb_premium.'premium.php' )){
|
106 |
+
require_once($wppb_premium.'premium.php');
|
107 |
+
echo '<div id="create-extra-fields" class="block has-table">';
|
108 |
+
wppb_custom_settings();
|
109 |
+
echo '</div>';
|
110 |
+
echo '<div id="register-profile-builder" class="block">';
|
111 |
+
wppb_register_profile_builder();
|
112 |
+
echo '</div>';
|
113 |
+
}
|
114 |
+
?>
|
115 |
+
|
116 |
+
<?php $wppb_addons = WPPB_PLUGIN_DIR . '/premium/addon/';
|
117 |
+
if (file_exists ( $wppb_addons.'addon.php' )){
|
118 |
+
require_once($wppb_addons.'addon.php');
|
119 |
+
echo '<div id="add-ons" class="block has-table">';
|
120 |
+
wppb_displayAddons();
|
121 |
+
echo '</div>';
|
122 |
+
|
123 |
+
$addons_options_set = get_option('wppb_addon_settings','not_found');
|
124 |
+
if ($addons_options_set != 'not_found'){
|
125 |
+
foreach ($addons_options_set as $key => $value)
|
126 |
+
if ($value == 'show'){
|
127 |
+
echo '<div id="'.$key.'" class="block has-table">';
|
128 |
+
$key();
|
129 |
+
echo '</div>';
|
130 |
+
}
|
131 |
+
}
|
132 |
+
}
|
133 |
+
?>
|
134 |
+
|
135 |
+
<br class="clear" />
|
136 |
+
|
137 |
+
</div>
|
138 |
+
|
139 |
+
</div>
|
140 |
+
|
141 |
+
<div class="info bottom"></div>
|
142 |
+
|
143 |
+
</div>
|
144 |
+
|
145 |
+
</div>
|
146 |
<!-- [END] framework_wrap -->
|
front-end/wppb.edit.profile.php
CHANGED
@@ -278,22 +278,22 @@ function wppb_front_end_profile_info() {
|
|
278 |
foreach ( $wppbFetchArray as $key => $value){
|
279 |
switch ($value['item_type']) {
|
280 |
case "input":{
|
281 |
-
$_POST[$value['
|
282 |
if (isset($value['item_required'])){
|
283 |
if ($value['item_required'] == 'yes'){
|
284 |
-
if (trim($_POST[$value['
|
285 |
-
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['
|
286 |
else
|
287 |
array_push($extraFieldsErrorHolder, $value['id']);
|
288 |
}else
|
289 |
-
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['
|
290 |
}else
|
291 |
-
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['
|
292 |
|
293 |
break;
|
294 |
}
|
295 |
case "hiddenInput":{
|
296 |
-
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['
|
297 |
|
298 |
break;
|
299 |
}
|
@@ -324,82 +324,82 @@ function wppb_front_end_profile_info() {
|
|
324 |
case "radio":{
|
325 |
if (isset($value['item_required'])){
|
326 |
if ($value['item_required'] == 'yes'){
|
327 |
-
if (trim($_POST[$value['
|
328 |
-
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['
|
329 |
else
|
330 |
array_push($extraFieldsErrorHolder, $value['id']);
|
331 |
}else
|
332 |
-
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['
|
333 |
}else
|
334 |
-
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['
|
335 |
break;
|
336 |
}
|
337 |
case "select":{
|
338 |
if (isset($value['item_required'])){
|
339 |
if ($value['item_required'] == 'yes'){
|
340 |
-
if (trim($_POST[$value['
|
341 |
-
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['
|
342 |
else
|
343 |
array_push($extraFieldsErrorHolder, $value['id']);
|
344 |
}else
|
345 |
-
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['
|
346 |
}else
|
347 |
-
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['
|
348 |
break;
|
349 |
}
|
350 |
case "countrySelect":{
|
351 |
if (isset($value['item_required'])){
|
352 |
if ($value['item_required'] == 'yes'){
|
353 |
-
if (trim($_POST[$value['
|
354 |
-
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['
|
355 |
else
|
356 |
array_push($extraFieldsErrorHolder, $value['id']);
|
357 |
}else
|
358 |
-
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['
|
359 |
}else
|
360 |
-
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['
|
361 |
|
362 |
break;
|
363 |
}
|
364 |
case "timeZone":{
|
365 |
if (isset($value['item_required'])){
|
366 |
if ($value['item_required'] == 'yes'){
|
367 |
-
if (trim($_POST[$value['
|
368 |
-
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['
|
369 |
else
|
370 |
array_push($extraFieldsErrorHolder, $value['id']);
|
371 |
}else
|
372 |
-
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['
|
373 |
}else
|
374 |
-
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['
|
375 |
|
376 |
break;
|
377 |
}
|
378 |
case "datepicker":{
|
379 |
if (isset($value['item_required'])){
|
380 |
if ($value['item_required'] == 'yes'){
|
381 |
-
if (trim($_POST[$value['
|
382 |
-
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['
|
383 |
else
|
384 |
array_push($extraFieldsErrorHolder, $value['id']);
|
385 |
}else
|
386 |
-
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['
|
387 |
}else
|
388 |
-
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['
|
389 |
|
390 |
break;
|
391 |
}
|
392 |
case "textarea":{
|
393 |
if (isset($value['item_required'])){
|
394 |
if ($value['item_required'] == 'yes'){
|
395 |
-
if (trim($_POST[$value['
|
396 |
-
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['
|
397 |
else
|
398 |
array_push($extraFieldsErrorHolder, $value['id']);
|
399 |
}else
|
400 |
-
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['
|
401 |
}else
|
402 |
-
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['
|
403 |
|
404 |
break;
|
405 |
}
|
@@ -602,7 +602,7 @@ function wppb_front_end_profile_info() {
|
|
602 |
$previousError = 'yes';
|
603 |
}
|
604 |
|
605 |
-
|
606 |
$editProfileFilterArray['allChangesSavedExceptInvalidEmail'] = '
|
607 |
<p class="semi-saved"> '.
|
608 |
__('The email address you entered is invalid.', 'profilebuilder') .'<br/>'. __('The email address was', 'profilebuilder') .' <span class="error">'. __('NOT', 'profilebuilder') .'</span> '. __('updated along with the rest of the information.', 'profilebuilder') .'
|
@@ -611,17 +611,16 @@ function wppb_front_end_profile_info() {
|
|
611 |
echo $editProfileFilterArray['allChangesSavedExceptInvalidEmail'];
|
612 |
$previousError = 'yes';
|
613 |
}
|
614 |
-
|
615 |
-
if (($changesSaved == 'yes') && ($changesSavedNoMatchingPass == 'yes') && ($previousError == 'no')){
|
616 |
$editProfileFilterArray['allChangesSavedMismatchedPass'] = '
|
617 |
-
<p class="semi-saved">'
|
618 |
__('The passwords you entered do not match.', 'profilebuilder') .'<br/>'. __('The password was', 'profilebuilder') .' <span class="error">'. __('NOT', 'profilebuilder') .'</span> '. __('updated along with the rest of the information.', 'profilebuilder') .'
|
619 |
</p>';
|
620 |
$editProfileFilterArray['allChangesSavedMismatchedPass'] = apply_filters('wppb_edit_profile_all_changes_saved_except_mismatch_password', $editProfileFilterArray['allChangesSavedMismatchedPass']);
|
621 |
echo $editProfileFilterArray['allChangesSavedMismatchedPass'];
|
622 |
$previousError = 'yes';
|
623 |
}
|
624 |
-
|
625 |
$editProfileFilterArray['allChangesSavedUncompletedPass'] = '
|
626 |
<p class="semi-saved">'.
|
627 |
__('You didn\'t complete both password fields.', 'profilebuilder') .'<br/>'. __('The password was', 'profilebuilder') .' <span class="error">'. __('NOT', 'profilebuilder') .'</span> '. __('updated along with the rest of the information.', 'profilebuilder') .'
|
@@ -630,7 +629,7 @@ function wppb_front_end_profile_info() {
|
|
630 |
echo $editProfileFilterArray['allChangesSavedUncompletedPass'];
|
631 |
$previousError = 'yes';
|
632 |
}
|
633 |
-
|
634 |
$editProfileFilterArray['errorSavingChanges'] = '<p class="error">'.$errorMessage.'<br/>'. __('Your profile was NOT updated!', 'profilebuilder').'</p><!-- .error -->';
|
635 |
$editProfileFilterArray['errorSavingChanges'] = apply_filters('wppb_edit_profile_error_saving_changes', $editProfileFilterArray['errorSavingChanges']);
|
636 |
echo $editProfileFilterArray['errorSavingChanges'];
|
@@ -663,7 +662,7 @@ function wppb_front_end_profile_info() {
|
|
663 |
$editProfileFilterArray['errorUploadingAvatar'] = apply_filters('wppb_edit_profile_error_uploading_avatar', $editProfileFilterArray['errorUploadingAvatar']);
|
664 |
echo $editProfileFilterArray['errorUploadingAvatar'];
|
665 |
$previousError = 'yes';
|
666 |
-
}
|
667 |
$editProfileFilterArray['errorUploadingAttachmentExts'] = '
|
668 |
<p class="semi-saved">'.
|
669 |
__('There was an error while trying to upload the following attachment(s)', 'profilebuilder') .': <span class="error">';
|
@@ -699,14 +698,14 @@ function wppb_front_end_profile_info() {
|
|
699 |
<label for="user_login">'. __('Username', 'profilebuilder') .'</label>
|
700 |
<input class="text-input" name="user_login" type="text" id="user_login" value="'. get_the_author_meta( 'user_login', $current_user->id ) .'" disabled="disabled"/> <span class="wppb-description-delimiter"> '. __('Usernames cannot be changed.', 'profilebuilder') .'</span>
|
701 |
</p><!-- .first_name -->';
|
702 |
-
$editProfileFilterArray2['contentName2'] = apply_filters('wppb_edit_profile_content_name2', $editProfileFilterArray2['contentName2']);
|
703 |
}
|
704 |
|
705 |
if ($wppb_defaultOptions['firstname'] == 'show'){
|
706 |
$errorVar = '';
|
707 |
$errorMark = '';
|
708 |
if ($wppb_defaultOptions['firstnameRequired'] == 'yes'){
|
709 |
-
$errorMark = '<font color="red" title="This field is marked as required by the administrator.">*</font>';
|
710 |
if (isset($_POST['first_name'])){
|
711 |
if (trim($_POST['first_name']) == ''){
|
712 |
$errorMark = '<img src="'.WPPB_PLUGIN_URL . '/assets/images/pencil_delete.png" title="This field wasn\'t updated because you entered and empty string (It was marked as required by the administrator)."/>';
|
@@ -719,14 +718,14 @@ function wppb_front_end_profile_info() {
|
|
719 |
<label for="first_name">'. __('First Name', 'profilebuilder') .$errorMark.'</label>
|
720 |
<input class="text-input" name="first_name" type="text" id="first_name" value="'. get_the_author_meta( 'first_name', $current_user->id ) .'" />
|
721 |
</p><!-- .first_name -->';
|
722 |
-
$editProfileFilterArray2['contentName3'] = apply_filters('wppb_edit_profile_content_name3', $editProfileFilterArray2['contentName3']);
|
723 |
}
|
724 |
|
725 |
if ($wppb_defaultOptions['lastname'] == 'show'){
|
726 |
$errorVar = '';
|
727 |
$errorMark = '';
|
728 |
if ($wppb_defaultOptions['lastnameRequired'] == 'yes'){
|
729 |
-
$errorMark = '<font color="red" title="This field is marked as required by the administrator.">*</font>';
|
730 |
if (isset($_POST['last_name'])){
|
731 |
if (trim($_POST['last_name']) == ''){
|
732 |
$errorMark = '<img src="'.WPPB_PLUGIN_URL . '/assets/images/pencil_delete.png" title="This field wasn\'t updated because you entered and empty string (It was marked as required by the administrator)."/>';
|
@@ -739,14 +738,14 @@ function wppb_front_end_profile_info() {
|
|
739 |
<label for="last_name">'. __('Last Name', 'profilebuilder') .$errorMark.'</label>
|
740 |
<input class="text-input" name="last_name" type="text" id="last_name" value="'. get_the_author_meta( 'last_name', $current_user->id ) .'" />
|
741 |
</p><!-- .last_name -->';
|
742 |
-
$editProfileFilterArray2['contentName4'] = apply_filters('wppb_edit_profile_content_name4', $editProfileFilterArray2['contentName4']);
|
743 |
}
|
744 |
|
745 |
if ($wppb_defaultOptions['nickname'] == 'show'){
|
746 |
$errorVar = '';
|
747 |
$errorMark = '';
|
748 |
if ($wppb_defaultOptions['nicknameRequired'] == 'yes'){
|
749 |
-
$errorMark = '<font color="red" title="This field is marked as required by the administrator.">*</font>';
|
750 |
if (isset($_POST['nickname'])){
|
751 |
if (trim($_POST['nickname']) == ''){
|
752 |
$errorMark = '<img src="'.WPPB_PLUGIN_URL . '/assets/images/pencil_delete.png" title="This field wasn\'t updated because you entered and empty string (It was marked as required by the administrator)."/>';
|
@@ -759,14 +758,14 @@ function wppb_front_end_profile_info() {
|
|
759 |
<label for="nickname">'. __('Nickname', 'profilebuilder') .$errorMark.'</label>
|
760 |
<input class="text-input" name="nickname" type="text" id="nickname" value="'. get_the_author_meta( 'nickname', $current_user->id ) .'" />
|
761 |
</p><!-- .nickname -->';
|
762 |
-
$editProfileFilterArray2['contentName5'] = apply_filters('wppb_edit_profile_content_name5', $editProfileFilterArray2['contentName5']);
|
763 |
}
|
764 |
|
765 |
if ($wppb_defaultOptions['dispname'] == 'show'){
|
766 |
$errorVar = '';
|
767 |
$errorMark = '';
|
768 |
if ($wppb_defaultOptions['dispnameRequired'] == 'yes'){
|
769 |
-
$errorMark = '<font color="red" title="This field is marked as required by the administrator.">*</font>';
|
770 |
if (isset($_POST['display_name'])){
|
771 |
if (trim($_POST['display_name']) == ''){
|
772 |
$errorMark = '<img src="'.WPPB_PLUGIN_URL . '/assets/images/pencil_delete.png" title="This field wasn\'t updated because you entered and empty string (It was marked as required by the administrator)."/>';
|
@@ -806,7 +805,7 @@ function wppb_front_end_profile_info() {
|
|
806 |
</select>
|
807 |
</p><!-- .display_name -->';
|
808 |
|
809 |
-
$editProfileFilterArray2['displayName'] = apply_filters('wppb_edit_profile_display_name', $editProfileFilterArray2['displayName']);
|
810 |
}
|
811 |
|
812 |
$editProfileFilterArray2['contentInfo1'] = '<p class="contactInfoHeader"><strong>'. __('Contact Info', 'profilebuilder') .'</strong></p>';
|
@@ -816,7 +815,7 @@ function wppb_front_end_profile_info() {
|
|
816 |
$errorVar = '';
|
817 |
$errorMark = '';
|
818 |
if ($wppb_defaultOptions['emailRequired'] == 'yes'){
|
819 |
-
$errorMark = '<font color="red" title="This field is marked as required by the administrator.">*</font>';
|
820 |
if (isset($_POST['email'])){
|
821 |
if (trim($_POST['email']) == ''){
|
822 |
$errorMark = '<img src="'.WPPB_PLUGIN_URL . '/assets/images/pencil_delete.png" title="This field wasn\'t updated because you entered and empty string (It was marked as required by the administrator)."/>';
|
@@ -830,14 +829,14 @@ function wppb_front_end_profile_info() {
|
|
830 |
<input class="text-input" name="email" type="text" id="email" value="'. get_the_author_meta( 'user_email', $current_user->id ) .'" />
|
831 |
<span class="wppb-description-delimiter">'. __('(required)', 'profilebuilder') .'</span>
|
832 |
</p><!-- .form-email -->';
|
833 |
-
$editProfileFilterArray2['contentInfo2'] = apply_filters('wppb_edit_profile_content_info2', $editProfileFilterArray2['contentInfo2']);
|
834 |
}
|
835 |
|
836 |
if ($wppb_defaultOptions['website'] == 'show'){
|
837 |
$errorVar = '';
|
838 |
$errorMark = '';
|
839 |
if ($wppb_defaultOptions['websiteRequired'] == 'yes'){
|
840 |
-
$errorMark = '<font color="red" title="This field is marked as required by the administrator.">*</font>';
|
841 |
if ((trim($_POST['website']) == '') && isset($_POST['website'])){
|
842 |
$errorMark = '<img src="'.WPPB_PLUGIN_URL . '/assets/images/pencil_delete.png" title="This field wasn\'t updated because you entered and empty string (It was marked as required by the administrator)."/>';
|
843 |
$errorVar = ' errorHolder';
|
@@ -848,14 +847,14 @@ function wppb_front_end_profile_info() {
|
|
848 |
<label for="website">'. __('Website', 'profilebuilder') .$errorMark.'</label>
|
849 |
<input class="text-input" name="website" type="text" id="website" value="'. get_the_author_meta( 'user_url', $current_user->id ) .'" />
|
850 |
</p><!-- .form-website -->';
|
851 |
-
$editProfileFilterArray2['contentInfo3'] = apply_filters('wppb_edit_profile_content_info3', $editProfileFilterArray2['contentInfo3']);
|
852 |
}
|
853 |
|
854 |
if ($wppb_defaultOptions['aim'] == 'show'){
|
855 |
$errorVar = '';
|
856 |
$errorMark = '';
|
857 |
if ($wppb_defaultOptions['aimRequired'] == 'yes'){
|
858 |
-
$errorMark = '<font color="red" title="This field is marked as required by the administrator.">*</font>';
|
859 |
if ((trim($_POST['aim']) == '') && isset($_POST['aim'])){
|
860 |
$errorMark = '<img src="'.WPPB_PLUGIN_URL . '/assets/images/pencil_delete.png" title="This field wasn\'t updated because you entered and empty string (It was marked as required by the administrator)."/>';
|
861 |
$errorVar = ' errorHolder';
|
@@ -866,14 +865,14 @@ function wppb_front_end_profile_info() {
|
|
866 |
<label for="aim">'. __('AIM', 'profilebuilder') .'</label>
|
867 |
<input class="text-input" name="aim" type="text" id="aim" value="'. get_the_author_meta( 'aim', $current_user->id ) .'" />
|
868 |
</p><!-- .form-aim -->';
|
869 |
-
$editProfileFilterArray2['contentInfo4'] = apply_filters('wppb_edit_profile_content_info4', $editProfileFilterArray2['contentInfo4']);
|
870 |
}
|
871 |
|
872 |
if ($wppb_defaultOptions['yahoo'] == 'show'){
|
873 |
$errorVar = '';
|
874 |
$errorMark = '';
|
875 |
if ($wppb_defaultOptions['yahooRequired'] == 'yes'){
|
876 |
-
$errorMark = '<font color="red" title="This field is marked as required by the administrator.">*</font>';
|
877 |
if ((trim($_POST['yim']) == '') && isset($_POST['yim'])){
|
878 |
$errorMark = '<img src="'.WPPB_PLUGIN_URL . '/assets/images/pencil_delete.png" title="This field wasn\'t updated because you entered and empty string (It was marked as required by the administrator)."/>';
|
879 |
$errorVar = ' errorHolder';
|
@@ -884,14 +883,14 @@ function wppb_front_end_profile_info() {
|
|
884 |
<label for="yim">'. __('Yahoo IM', 'profilebuilder') .$errorMark.'</label>
|
885 |
<input class="text-input" name="yim" type="text" id="yim" value="'. get_the_author_meta( 'yim', $current_user->id ) .'" />
|
886 |
</p><!-- .form-yim -->';
|
887 |
-
$editProfileFilterArray2['contentInfo5'] = apply_filters('wppb_edit_profile_content_info5', $editProfileFilterArray2['contentInfo5']);
|
888 |
}
|
889 |
|
890 |
if ($wppb_defaultOptions['jabber'] == 'show'){
|
891 |
$errorVar = '';
|
892 |
$errorMark = '';
|
893 |
if ($wppb_defaultOptions['jabberRequired'] == 'yes'){
|
894 |
-
$errorMark = '<font color="red" title="This field is marked as required by the administrator.">*</font>';
|
895 |
if ((trim($_POST['jabber']) == '') && isset($_POST['jabber'])){
|
896 |
$errorMark = '<img src="'.WPPB_PLUGIN_URL . '/assets/images/pencil_delete.png" title="This field wasn\'t updated because you entered and empty string (It was marked as required by the administrator)."/>';
|
897 |
$errorVar = ' errorHolder';
|
@@ -902,7 +901,7 @@ function wppb_front_end_profile_info() {
|
|
902 |
<label for="jabber">'. __('Jabber / Google Talk', 'profilebuilder') .$errorMark.'</label>
|
903 |
<input class="text-input" name="jabber" type="text" id="jabber" value="'. get_the_author_meta( 'jabber', $current_user->id ) .'" />
|
904 |
</p><!-- .form-jabber -->';
|
905 |
-
$editProfileFilterArray2['contentInfo6'] = apply_filters('wppb_edit_profile_content_info6', $editProfileFilterArray2['contentInfo6']);
|
906 |
}
|
907 |
|
908 |
$editProfileFilterArray2['aboutYourself1'] = '<p class="aboutYourselfHeader"><strong>'. __('About Yourself', 'profilebuilder') .'</strong></p>';
|
@@ -912,7 +911,7 @@ function wppb_front_end_profile_info() {
|
|
912 |
$errorVar = '';
|
913 |
$errorMark = '';
|
914 |
if ($wppb_defaultOptions['bioRequired'] == 'yes'){
|
915 |
-
$errorMark = '<font color="red" title="This field is marked as required by the administrator.">*</font>';
|
916 |
if ((trim($_POST['description']) == '') && isset($_POST['description'])){
|
917 |
$errorMark = '<img src="'.WPPB_PLUGIN_URL . '/assets/images/pencil_delete.png" title="This field wasn\'t updated because you entered and empty string (It was marked as required by the administrator)."/>';
|
918 |
$errorVar = ' errorHolder';
|
@@ -923,7 +922,7 @@ function wppb_front_end_profile_info() {
|
|
923 |
<label for="description">'. __('Biographical Info', 'profilebuilder') .$errorMark.'</label>
|
924 |
<textarea class="text-input" name="description" id="description" rows="5" cols="30">'. get_the_author_meta( 'description', $current_user->id ) .'</textarea>
|
925 |
</p><!-- .form-description -->';
|
926 |
-
$editProfileFilterArray2['aboutYourself2'] = apply_filters('wppb_edit_profile_content_about_yourself2', $editProfileFilterArray2['aboutYourself2']);
|
927 |
}
|
928 |
|
929 |
if ($wppb_defaultOptions['password'] == 'show'){
|
@@ -938,7 +937,7 @@ function wppb_front_end_profile_info() {
|
|
938 |
<label for="pass2">'. __('Repeat Password', 'profilebuilder') .$errorMark.'</label>
|
939 |
<input class="text-input" name="pass2" type="password" id="pass2" />
|
940 |
</p><!-- .form-password -->';
|
941 |
-
$editProfileFilterArray2['aboutYourself3'] = apply_filters('wppb_edit_profile_content_about_yourself3', $editProfileFilterArray2['aboutYourself3']);
|
942 |
}
|
943 |
|
944 |
|
278 |
foreach ( $wppbFetchArray as $key => $value){
|
279 |
switch ($value['item_type']) {
|
280 |
case "input":{
|
281 |
+
$_POST[$value['item_type'].$value['id']] = apply_filters('wppb_edit_profile_input_custom_field_'.$value['id'], $_POST[$value['item_type'].$value['id']]);
|
282 |
if (isset($value['item_required'])){
|
283 |
if ($value['item_required'] == 'yes'){
|
284 |
+
if (trim($_POST[$value['item_type'].$value['id']]) != '')
|
285 |
+
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['item_type'].$value['id']] ) );
|
286 |
else
|
287 |
array_push($extraFieldsErrorHolder, $value['id']);
|
288 |
}else
|
289 |
+
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['item_type'].$value['id']] ) );
|
290 |
}else
|
291 |
+
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['item_type'].$value['id']] ) );
|
292 |
|
293 |
break;
|
294 |
}
|
295 |
case "hiddenInput":{
|
296 |
+
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['item_type'].$value['id']] ) );
|
297 |
|
298 |
break;
|
299 |
}
|
324 |
case "radio":{
|
325 |
if (isset($value['item_required'])){
|
326 |
if ($value['item_required'] == 'yes'){
|
327 |
+
if (trim($_POST[$value['item_type'].$value['id']]) != '')
|
328 |
+
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['item_type'].$value['id']] ) );
|
329 |
else
|
330 |
array_push($extraFieldsErrorHolder, $value['id']);
|
331 |
}else
|
332 |
+
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['item_type'].$value['id']] ) );
|
333 |
}else
|
334 |
+
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['item_type'].$value['id']] ) );
|
335 |
break;
|
336 |
}
|
337 |
case "select":{
|
338 |
if (isset($value['item_required'])){
|
339 |
if ($value['item_required'] == 'yes'){
|
340 |
+
if (trim($_POST[$value['item_type'].$value['id']]) != '')
|
341 |
+
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['item_type'].$value['id']] ) );
|
342 |
else
|
343 |
array_push($extraFieldsErrorHolder, $value['id']);
|
344 |
}else
|
345 |
+
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['item_type'].$value['id']] ) );
|
346 |
}else
|
347 |
+
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['item_type'].$value['id']] ) );
|
348 |
break;
|
349 |
}
|
350 |
case "countrySelect":{
|
351 |
if (isset($value['item_required'])){
|
352 |
if ($value['item_required'] == 'yes'){
|
353 |
+
if (trim($_POST[$value['item_type'].$value['id']]) != '')
|
354 |
+
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['item_type'].$value['id']] ) );
|
355 |
else
|
356 |
array_push($extraFieldsErrorHolder, $value['id']);
|
357 |
}else
|
358 |
+
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['item_type'].$value['id']] ) );
|
359 |
}else
|
360 |
+
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['item_type'].$value['id']] ) );
|
361 |
|
362 |
break;
|
363 |
}
|
364 |
case "timeZone":{
|
365 |
if (isset($value['item_required'])){
|
366 |
if ($value['item_required'] == 'yes'){
|
367 |
+
if (trim($_POST[$value['item_type'].$value['id']]) != '')
|
368 |
+
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['item_type'].$value['id']] ) );
|
369 |
else
|
370 |
array_push($extraFieldsErrorHolder, $value['id']);
|
371 |
}else
|
372 |
+
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['item_type'].$value['id']] ) );
|
373 |
}else
|
374 |
+
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['item_type'].$value['id']] ) );
|
375 |
|
376 |
break;
|
377 |
}
|
378 |
case "datepicker":{
|
379 |
if (isset($value['item_required'])){
|
380 |
if ($value['item_required'] == 'yes'){
|
381 |
+
if (trim($_POST[$value['item_type'].$value['id']]) != '')
|
382 |
+
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['item_type'].$value['id']] ) );
|
383 |
else
|
384 |
array_push($extraFieldsErrorHolder, $value['id']);
|
385 |
}else
|
386 |
+
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['item_type'].$value['id']] ) );
|
387 |
}else
|
388 |
+
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['item_type'].$value['id']] ) );
|
389 |
|
390 |
break;
|
391 |
}
|
392 |
case "textarea":{
|
393 |
if (isset($value['item_required'])){
|
394 |
if ($value['item_required'] == 'yes'){
|
395 |
+
if (trim($_POST[$value['item_type'].$value['id']]) != '')
|
396 |
+
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['item_type'].$value['id']] ) );
|
397 |
else
|
398 |
array_push($extraFieldsErrorHolder, $value['id']);
|
399 |
}else
|
400 |
+
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['item_type'].$value['id']] ) );
|
401 |
}else
|
402 |
+
update_user_meta( $current_user->id, $value['item_metaName'], esc_attr( $_POST[$value['item_type'].$value['id']] ) );
|
403 |
|
404 |
break;
|
405 |
}
|
602 |
$previousError = 'yes';
|
603 |
}
|
604 |
|
605 |
+
elseif (($changesSaved == 'yes') && ($changesSavedNoEmail == 'yes') && ($previousError == 'no')){
|
606 |
$editProfileFilterArray['allChangesSavedExceptInvalidEmail'] = '
|
607 |
<p class="semi-saved"> '.
|
608 |
__('The email address you entered is invalid.', 'profilebuilder') .'<br/>'. __('The email address was', 'profilebuilder') .' <span class="error">'. __('NOT', 'profilebuilder') .'</span> '. __('updated along with the rest of the information.', 'profilebuilder') .'
|
611 |
echo $editProfileFilterArray['allChangesSavedExceptInvalidEmail'];
|
612 |
$previousError = 'yes';
|
613 |
}
|
614 |
+
elseif (($changesSaved == 'yes') && ($changesSavedNoMatchingPass == 'yes') && ($previousError == 'no')){
|
|
|
615 |
$editProfileFilterArray['allChangesSavedMismatchedPass'] = '
|
616 |
+
<p class="semi-saved">'.
|
617 |
__('The passwords you entered do not match.', 'profilebuilder') .'<br/>'. __('The password was', 'profilebuilder') .' <span class="error">'. __('NOT', 'profilebuilder') .'</span> '. __('updated along with the rest of the information.', 'profilebuilder') .'
|
618 |
</p>';
|
619 |
$editProfileFilterArray['allChangesSavedMismatchedPass'] = apply_filters('wppb_edit_profile_all_changes_saved_except_mismatch_password', $editProfileFilterArray['allChangesSavedMismatchedPass']);
|
620 |
echo $editProfileFilterArray['allChangesSavedMismatchedPass'];
|
621 |
$previousError = 'yes';
|
622 |
}
|
623 |
+
elseif (($changesSaved == 'yes') && ($changesSavedNoPass == 'yes') && ($previousError == 'no')){
|
624 |
$editProfileFilterArray['allChangesSavedUncompletedPass'] = '
|
625 |
<p class="semi-saved">'.
|
626 |
__('You didn\'t complete both password fields.', 'profilebuilder') .'<br/>'. __('The password was', 'profilebuilder') .' <span class="error">'. __('NOT', 'profilebuilder') .'</span> '. __('updated along with the rest of the information.', 'profilebuilder') .'
|
629 |
echo $editProfileFilterArray['allChangesSavedUncompletedPass'];
|
630 |
$previousError = 'yes';
|
631 |
}
|
632 |
+
elseif ($allRequiredCompleted == 'no'){
|
633 |
$editProfileFilterArray['errorSavingChanges'] = '<p class="error">'.$errorMessage.'<br/>'. __('Your profile was NOT updated!', 'profilebuilder').'</p><!-- .error -->';
|
634 |
$editProfileFilterArray['errorSavingChanges'] = apply_filters('wppb_edit_profile_error_saving_changes', $editProfileFilterArray['errorSavingChanges']);
|
635 |
echo $editProfileFilterArray['errorSavingChanges'];
|
662 |
$editProfileFilterArray['errorUploadingAvatar'] = apply_filters('wppb_edit_profile_error_uploading_avatar', $editProfileFilterArray['errorUploadingAvatar']);
|
663 |
echo $editProfileFilterArray['errorUploadingAvatar'];
|
664 |
$previousError = 'yes';
|
665 |
+
}elseif (($changesSaved == 'yes') && ($nrOfBadExtUploads != 0) && ($previousError == 'no')){
|
666 |
$editProfileFilterArray['errorUploadingAttachmentExts'] = '
|
667 |
<p class="semi-saved">'.
|
668 |
__('There was an error while trying to upload the following attachment(s)', 'profilebuilder') .': <span class="error">';
|
698 |
<label for="user_login">'. __('Username', 'profilebuilder') .'</label>
|
699 |
<input class="text-input" name="user_login" type="text" id="user_login" value="'. get_the_author_meta( 'user_login', $current_user->id ) .'" disabled="disabled"/> <span class="wppb-description-delimiter"> '. __('Usernames cannot be changed.', 'profilebuilder') .'</span>
|
700 |
</p><!-- .first_name -->';
|
701 |
+
$editProfileFilterArray2['contentName2'] = apply_filters('wppb_edit_profile_content_name2', $editProfileFilterArray2['contentName2'], $current_user->id);
|
702 |
}
|
703 |
|
704 |
if ($wppb_defaultOptions['firstname'] == 'show'){
|
705 |
$errorVar = '';
|
706 |
$errorMark = '';
|
707 |
if ($wppb_defaultOptions['firstnameRequired'] == 'yes'){
|
708 |
+
$errorMark = '<font color="red" title="'. __('This field is marked as required by the administrator.', 'profilebuilder') .'">*</font>';
|
709 |
if (isset($_POST['first_name'])){
|
710 |
if (trim($_POST['first_name']) == ''){
|
711 |
$errorMark = '<img src="'.WPPB_PLUGIN_URL . '/assets/images/pencil_delete.png" title="This field wasn\'t updated because you entered and empty string (It was marked as required by the administrator)."/>';
|
718 |
<label for="first_name">'. __('First Name', 'profilebuilder') .$errorMark.'</label>
|
719 |
<input class="text-input" name="first_name" type="text" id="first_name" value="'. get_the_author_meta( 'first_name', $current_user->id ) .'" />
|
720 |
</p><!-- .first_name -->';
|
721 |
+
$editProfileFilterArray2['contentName3'] = apply_filters('wppb_edit_profile_content_name3', $editProfileFilterArray2['contentName3'], $current_user->id, $errorVar, $errorMark);
|
722 |
}
|
723 |
|
724 |
if ($wppb_defaultOptions['lastname'] == 'show'){
|
725 |
$errorVar = '';
|
726 |
$errorMark = '';
|
727 |
if ($wppb_defaultOptions['lastnameRequired'] == 'yes'){
|
728 |
+
$errorMark = '<font color="red" title="'. __('This field is marked as required by the administrator.', 'profilebuilder') .'">*</font>';
|
729 |
if (isset($_POST['last_name'])){
|
730 |
if (trim($_POST['last_name']) == ''){
|
731 |
$errorMark = '<img src="'.WPPB_PLUGIN_URL . '/assets/images/pencil_delete.png" title="This field wasn\'t updated because you entered and empty string (It was marked as required by the administrator)."/>';
|
738 |
<label for="last_name">'. __('Last Name', 'profilebuilder') .$errorMark.'</label>
|
739 |
<input class="text-input" name="last_name" type="text" id="last_name" value="'. get_the_author_meta( 'last_name', $current_user->id ) .'" />
|
740 |
</p><!-- .last_name -->';
|
741 |
+
$editProfileFilterArray2['contentName4'] = apply_filters('wppb_edit_profile_content_name4', $editProfileFilterArray2['contentName4'], $current_user->id);
|
742 |
}
|
743 |
|
744 |
if ($wppb_defaultOptions['nickname'] == 'show'){
|
745 |
$errorVar = '';
|
746 |
$errorMark = '';
|
747 |
if ($wppb_defaultOptions['nicknameRequired'] == 'yes'){
|
748 |
+
$errorMark = '<font color="red" title="'. __('This field is marked as required by the administrator.', 'profilebuilder') .'">*</font>';
|
749 |
if (isset($_POST['nickname'])){
|
750 |
if (trim($_POST['nickname']) == ''){
|
751 |
$errorMark = '<img src="'.WPPB_PLUGIN_URL . '/assets/images/pencil_delete.png" title="This field wasn\'t updated because you entered and empty string (It was marked as required by the administrator)."/>';
|
758 |
<label for="nickname">'. __('Nickname', 'profilebuilder') .$errorMark.'</label>
|
759 |
<input class="text-input" name="nickname" type="text" id="nickname" value="'. get_the_author_meta( 'nickname', $current_user->id ) .'" />
|
760 |
</p><!-- .nickname -->';
|
761 |
+
$editProfileFilterArray2['contentName5'] = apply_filters('wppb_edit_profile_content_name5', $editProfileFilterArray2['contentName5'], $current_user->id, $errorVar, $errorMark);
|
762 |
}
|
763 |
|
764 |
if ($wppb_defaultOptions['dispname'] == 'show'){
|
765 |
$errorVar = '';
|
766 |
$errorMark = '';
|
767 |
if ($wppb_defaultOptions['dispnameRequired'] == 'yes'){
|
768 |
+
$errorMark = '<font color="red" title="'. __('This field is marked as required by the administrator.', 'profilebuilder') .'">*</font>';
|
769 |
if (isset($_POST['display_name'])){
|
770 |
if (trim($_POST['display_name']) == ''){
|
771 |
$errorMark = '<img src="'.WPPB_PLUGIN_URL . '/assets/images/pencil_delete.png" title="This field wasn\'t updated because you entered and empty string (It was marked as required by the administrator)."/>';
|
805 |
</select>
|
806 |
</p><!-- .display_name -->';
|
807 |
|
808 |
+
$editProfileFilterArray2['displayName'] = apply_filters('wppb_edit_profile_display_name', $editProfileFilterArray2['displayName'], $current_user->id, $errorVar, $errorMark);
|
809 |
}
|
810 |
|
811 |
$editProfileFilterArray2['contentInfo1'] = '<p class="contactInfoHeader"><strong>'. __('Contact Info', 'profilebuilder') .'</strong></p>';
|
815 |
$errorVar = '';
|
816 |
$errorMark = '';
|
817 |
if ($wppb_defaultOptions['emailRequired'] == 'yes'){
|
818 |
+
$errorMark = '<font color="red" title="'. __('This field is marked as required by the administrator.', 'profilebuilder') .'">*</font>';
|
819 |
if (isset($_POST['email'])){
|
820 |
if (trim($_POST['email']) == ''){
|
821 |
$errorMark = '<img src="'.WPPB_PLUGIN_URL . '/assets/images/pencil_delete.png" title="This field wasn\'t updated because you entered and empty string (It was marked as required by the administrator)."/>';
|
829 |
<input class="text-input" name="email" type="text" id="email" value="'. get_the_author_meta( 'user_email', $current_user->id ) .'" />
|
830 |
<span class="wppb-description-delimiter">'. __('(required)', 'profilebuilder') .'</span>
|
831 |
</p><!-- .form-email -->';
|
832 |
+
$editProfileFilterArray2['contentInfo2'] = apply_filters('wppb_edit_profile_content_info2', $editProfileFilterArray2['contentInfo2'], $current_user->id, $errorVar, $errorMark);
|
833 |
}
|
834 |
|
835 |
if ($wppb_defaultOptions['website'] == 'show'){
|
836 |
$errorVar = '';
|
837 |
$errorMark = '';
|
838 |
if ($wppb_defaultOptions['websiteRequired'] == 'yes'){
|
839 |
+
$errorMark = '<font color="red" title="'. __('This field is marked as required by the administrator.', 'profilebuilder') .'">*</font>';
|
840 |
if ((trim($_POST['website']) == '') && isset($_POST['website'])){
|
841 |
$errorMark = '<img src="'.WPPB_PLUGIN_URL . '/assets/images/pencil_delete.png" title="This field wasn\'t updated because you entered and empty string (It was marked as required by the administrator)."/>';
|
842 |
$errorVar = ' errorHolder';
|
847 |
<label for="website">'. __('Website', 'profilebuilder') .$errorMark.'</label>
|
848 |
<input class="text-input" name="website" type="text" id="website" value="'. get_the_author_meta( 'user_url', $current_user->id ) .'" />
|
849 |
</p><!-- .form-website -->';
|
850 |
+
$editProfileFilterArray2['contentInfo3'] = apply_filters('wppb_edit_profile_content_info3', $editProfileFilterArray2['contentInfo3'], $current_user->id, $errorVar, $errorMark);
|
851 |
}
|
852 |
|
853 |
if ($wppb_defaultOptions['aim'] == 'show'){
|
854 |
$errorVar = '';
|
855 |
$errorMark = '';
|
856 |
if ($wppb_defaultOptions['aimRequired'] == 'yes'){
|
857 |
+
$errorMark = '<font color="red" title="'. __('This field is marked as required by the administrator.', 'profilebuilder') .'">*</font>';
|
858 |
if ((trim($_POST['aim']) == '') && isset($_POST['aim'])){
|
859 |
$errorMark = '<img src="'.WPPB_PLUGIN_URL . '/assets/images/pencil_delete.png" title="This field wasn\'t updated because you entered and empty string (It was marked as required by the administrator)."/>';
|
860 |
$errorVar = ' errorHolder';
|
865 |
<label for="aim">'. __('AIM', 'profilebuilder') .'</label>
|
866 |
<input class="text-input" name="aim" type="text" id="aim" value="'. get_the_author_meta( 'aim', $current_user->id ) .'" />
|
867 |
</p><!-- .form-aim -->';
|
868 |
+
$editProfileFilterArray2['contentInfo4'] = apply_filters('wppb_edit_profile_content_info4', $editProfileFilterArray2['contentInfo4'], $current_user->id, $errorVar, $errorMark);
|
869 |
}
|
870 |
|
871 |
if ($wppb_defaultOptions['yahoo'] == 'show'){
|
872 |
$errorVar = '';
|
873 |
$errorMark = '';
|
874 |
if ($wppb_defaultOptions['yahooRequired'] == 'yes'){
|
875 |
+
$errorMark = '<font color="red" title="'. __('This field is marked as required by the administrator.', 'profilebuilder') .'">*</font>';
|
876 |
if ((trim($_POST['yim']) == '') && isset($_POST['yim'])){
|
877 |
$errorMark = '<img src="'.WPPB_PLUGIN_URL . '/assets/images/pencil_delete.png" title="This field wasn\'t updated because you entered and empty string (It was marked as required by the administrator)."/>';
|
878 |
$errorVar = ' errorHolder';
|
883 |
<label for="yim">'. __('Yahoo IM', 'profilebuilder') .$errorMark.'</label>
|
884 |
<input class="text-input" name="yim" type="text" id="yim" value="'. get_the_author_meta( 'yim', $current_user->id ) .'" />
|
885 |
</p><!-- .form-yim -->';
|
886 |
+
$editProfileFilterArray2['contentInfo5'] = apply_filters('wppb_edit_profile_content_info5', $editProfileFilterArray2['contentInfo5'], $current_user->id, $errorVar, $errorMark);
|
887 |
}
|
888 |
|
889 |
if ($wppb_defaultOptions['jabber'] == 'show'){
|
890 |
$errorVar = '';
|
891 |
$errorMark = '';
|
892 |
if ($wppb_defaultOptions['jabberRequired'] == 'yes'){
|
893 |
+
$errorMark = '<font color="red" title="'. __('This field is marked as required by the administrator.', 'profilebuilder') .'">*</font>';
|
894 |
if ((trim($_POST['jabber']) == '') && isset($_POST['jabber'])){
|
895 |
$errorMark = '<img src="'.WPPB_PLUGIN_URL . '/assets/images/pencil_delete.png" title="This field wasn\'t updated because you entered and empty string (It was marked as required by the administrator)."/>';
|
896 |
$errorVar = ' errorHolder';
|
901 |
<label for="jabber">'. __('Jabber / Google Talk', 'profilebuilder') .$errorMark.'</label>
|
902 |
<input class="text-input" name="jabber" type="text" id="jabber" value="'. get_the_author_meta( 'jabber', $current_user->id ) .'" />
|
903 |
</p><!-- .form-jabber -->';
|
904 |
+
$editProfileFilterArray2['contentInfo6'] = apply_filters('wppb_edit_profile_content_info6', $editProfileFilterArray2['contentInfo6'], $current_user->id, $errorVar, $errorMark);
|
905 |
}
|
906 |
|
907 |
$editProfileFilterArray2['aboutYourself1'] = '<p class="aboutYourselfHeader"><strong>'. __('About Yourself', 'profilebuilder') .'</strong></p>';
|
911 |
$errorVar = '';
|
912 |
$errorMark = '';
|
913 |
if ($wppb_defaultOptions['bioRequired'] == 'yes'){
|
914 |
+
$errorMark = '<font color="red" title="'. __('This field is marked as required by the administrator.', 'profilebuilder') .'">*</font>';
|
915 |
if ((trim($_POST['description']) == '') && isset($_POST['description'])){
|
916 |
$errorMark = '<img src="'.WPPB_PLUGIN_URL . '/assets/images/pencil_delete.png" title="This field wasn\'t updated because you entered and empty string (It was marked as required by the administrator)."/>';
|
917 |
$errorVar = ' errorHolder';
|
922 |
<label for="description">'. __('Biographical Info', 'profilebuilder') .$errorMark.'</label>
|
923 |
<textarea class="text-input" name="description" id="description" rows="5" cols="30">'. get_the_author_meta( 'description', $current_user->id ) .'</textarea>
|
924 |
</p><!-- .form-description -->';
|
925 |
+
$editProfileFilterArray2['aboutYourself2'] = apply_filters('wppb_edit_profile_content_about_yourself2', $editProfileFilterArray2['aboutYourself2'], $current_user->id, $errorVar, $errorMark);
|
926 |
}
|
927 |
|
928 |
if ($wppb_defaultOptions['password'] == 'show'){
|
937 |
<label for="pass2">'. __('Repeat Password', 'profilebuilder') .$errorMark.'</label>
|
938 |
<input class="text-input" name="pass2" type="password" id="pass2" />
|
939 |
</p><!-- .form-password -->';
|
940 |
+
$editProfileFilterArray2['aboutYourself3'] = apply_filters('wppb_edit_profile_content_about_yourself3', $editProfileFilterArray2['aboutYourself3'], $errorVar, $errorMark);
|
941 |
}
|
942 |
|
943 |
|
front-end/wppb.login.php
CHANGED
@@ -1,173 +1,190 @@
|
|
1 |
-
<?php
|
2 |
-
if(!function_exists('wppb_curpageurl')){
|
3 |
-
function wppb_curpageurl() {
|
4 |
-
$pageURL = 'http';
|
5 |
-
if ((isset($_SERVER["HTTPS"])) && ($_SERVER["HTTPS"] == "on")) {
|
6 |
-
$pageURL .= "s";
|
7 |
-
}
|
8 |
-
$pageURL .= "://";
|
9 |
-
if ($_SERVER["SERVER_PORT"] != "80") {
|
10 |
-
$pageURL .= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"];
|
11 |
-
} else {
|
12 |
-
$pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];
|
13 |
-
}
|
14 |
-
return $pageURL;
|
15 |
-
}
|
16 |
-
}
|
17 |
-
|
18 |
-
/* wp_signon can only be executed before anything is outputed in the page because of that we're adding it to the init hook */
|
19 |
-
global $wppb_login;
|
20 |
-
$wppb_login = false;
|
21 |
-
|
22 |
-
function wppb_signon(){
|
23 |
-
global $error;
|
24 |
-
global $wppb_login;
|
25 |
-
|
26 |
-
if ( 'POST' == $_SERVER['REQUEST_METHOD'] && !empty( $_POST['action'] ) && $_POST['action'] == 'log-in' && wp_verify_nonce($_POST['login_nonce_field'],'verify_true_login')){
|
27 |
-
if (isset($_POST['remember-me']))
|
28 |
-
$remember = $_POST['remember-me'];
|
29 |
-
else $remember = false;
|
30 |
-
$wppb_login = wp_signon( array( 'user_login' => $_POST['user-name'], 'user_password' => $_POST['password'], 'remember' => $_POST['remember-me'] ), false );
|
31 |
-
|
32 |
-
}elseif (isset($_GET['userName']) && isset($_GET['passWord'])){
|
33 |
-
$remember = true;
|
34 |
-
$username = $_GET['userName'];
|
35 |
-
$password = base64_decode($_GET['passWord']);
|
36 |
-
$wppb_login = wp_signon( array( 'user_login' => $username, 'user_password' => $password, 'remember' => $remember ), false );
|
37 |
-
}
|
38 |
-
}
|
39 |
-
add_action('init', 'wppb_signon');
|
40 |
-
|
41 |
-
function wppb_front_end_login(){
|
42 |
-
$loginFilterArray = array();
|
43 |
-
ob_start();
|
44 |
-
global $wppb_login;
|
45 |
-
|
46 |
-
echo '<div class="wppb_holder" id="wppb_login">';
|
47 |
-
|
48 |
-
if ( is_user_logged_in() ) : // Already logged in
|
49 |
-
global $user_ID;
|
50 |
-
$wppb_user = get_userdata( $user_ID );
|
51 |
-
if($wppb_user->display_name == ''){
|
52 |
-
$wppb_user->display_name = $wppb_user->user_login;
|
53 |
-
}
|
54 |
-
|
55 |
-
?>
|
56 |
-
<?php
|
57 |
-
$loginFilterArray['loginMessage1'] = '
|
58 |
-
<p class="alert">'.
|
59 |
-
__('You are currently logged in as', 'profilebuilder').' <a href="'.$authorPostsUrl = get_author_posts_url( $wppb_user->ID ).'" title="'.$wppb_user->display_name.'">'.$wppb_user->display_name.'</a>.
|
60 |
-
<a href="'.wp_logout_url( get_permalink() ).'" title="'. __('Log out of this account', 'profilebuilder').'">'. __('Log out', 'profilebuilder').' »</a>
|
61 |
-
</p><!-- .alert-->';
|
62 |
-
|
63 |
-
$loginFilterArray['loginMessage1'] = apply_filters('wppb_login_login_message1', $loginFilterArray['loginMessage1']);
|
64 |
-
echo $loginFilterArray['loginMessage1'];
|
65 |
-
?>
|
66 |
-
|
67 |
-
<?php elseif ( $wppb_login->ID ) : // Successful login ?>
|
68 |
-
<?php
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
$
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
$
|
93 |
-
|
94 |
-
|
95 |
-
$customRedirectSettings
|
96 |
-
|
97 |
-
$
|
98 |
-
$findHttp
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
$loginFilterArray['redirectMessage'] = '
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
}
|
1 |
+
<?php
|
2 |
+
if(!function_exists('wppb_curpageurl')){
|
3 |
+
function wppb_curpageurl() {
|
4 |
+
$pageURL = 'http';
|
5 |
+
if ((isset($_SERVER["HTTPS"])) && ($_SERVER["HTTPS"] == "on")) {
|
6 |
+
$pageURL .= "s";
|
7 |
+
}
|
8 |
+
$pageURL .= "://";
|
9 |
+
if ($_SERVER["SERVER_PORT"] != "80") {
|
10 |
+
$pageURL .= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"];
|
11 |
+
} else {
|
12 |
+
$pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];
|
13 |
+
}
|
14 |
+
return $pageURL;
|
15 |
+
}
|
16 |
+
}
|
17 |
+
|
18 |
+
/* wp_signon can only be executed before anything is outputed in the page because of that we're adding it to the init hook */
|
19 |
+
global $wppb_login;
|
20 |
+
$wppb_login = false;
|
21 |
+
|
22 |
+
function wppb_signon(){
|
23 |
+
global $error;
|
24 |
+
global $wppb_login;
|
25 |
+
|
26 |
+
if ( 'POST' == $_SERVER['REQUEST_METHOD'] && !empty( $_POST['action'] ) && $_POST['action'] == 'log-in' && wp_verify_nonce($_POST['login_nonce_field'],'verify_true_login')){
|
27 |
+
if (isset($_POST['remember-me']))
|
28 |
+
$remember = $_POST['remember-me'];
|
29 |
+
else $remember = false;
|
30 |
+
$wppb_login = wp_signon( array( 'user_login' => $_POST['user-name'], 'user_password' => $_POST['password'], 'remember' => $_POST['remember-me'] ), false );
|
31 |
+
|
32 |
+
}elseif (isset($_GET['userName']) && isset($_GET['passWord'])){
|
33 |
+
$remember = true;
|
34 |
+
$username = $_GET['userName'];
|
35 |
+
$password = base64_decode($_GET['passWord']);
|
36 |
+
$wppb_login = wp_signon( array( 'user_login' => $username, 'user_password' => $password, 'remember' => $remember ), false );
|
37 |
+
}
|
38 |
+
}
|
39 |
+
add_action('init', 'wppb_signon');
|
40 |
+
|
41 |
+
function wppb_front_end_login(){
|
42 |
+
$loginFilterArray = array();
|
43 |
+
ob_start();
|
44 |
+
global $wppb_login;
|
45 |
+
|
46 |
+
echo '<div class="wppb_holder" id="wppb_login">';
|
47 |
+
|
48 |
+
if ( is_user_logged_in() ) : // Already logged in
|
49 |
+
global $user_ID;
|
50 |
+
$wppb_user = get_userdata( $user_ID );
|
51 |
+
if($wppb_user->display_name == ''){
|
52 |
+
$wppb_user->display_name = $wppb_user->user_login;
|
53 |
+
}
|
54 |
+
|
55 |
+
?>
|
56 |
+
<?php
|
57 |
+
$loginFilterArray['loginMessage1'] = '
|
58 |
+
<p class="alert">'.
|
59 |
+
__('You are currently logged in as', 'profilebuilder').' <a href="'.$authorPostsUrl = get_author_posts_url( $wppb_user->ID ).'" title="'.$wppb_user->display_name.'">'.$wppb_user->display_name.'</a>.
|
60 |
+
<a href="'.wp_logout_url( get_permalink() ).'" title="'. __('Log out of this account', 'profilebuilder').'">'. __('Log out', 'profilebuilder').' »</a>
|
61 |
+
</p><!-- .alert-->';
|
62 |
+
|
63 |
+
$loginFilterArray['loginMessage1'] = apply_filters('wppb_login_login_message1', $loginFilterArray['loginMessage1'], $wppb_user->ID, $wppb_user->display_name);
|
64 |
+
echo $loginFilterArray['loginMessage1'];
|
65 |
+
?>
|
66 |
+
|
67 |
+
<?php elseif ( $wppb_login->ID ) : // Successful login ?>
|
68 |
+
<?php
|
69 |
+
if($wppb_login->display_name == ''){
|
70 |
+
$wppb_login->display_name = $wppb_login->user_login;
|
71 |
+
}
|
72 |
+
|
73 |
+
?>
|
74 |
+
|
75 |
+
<?php
|
76 |
+
$loginFilterArray['loginMessage2'] = '
|
77 |
+
<p class="success">'.
|
78 |
+
__('You have successfully logged in as', 'profilebuilder').' <a href="'.$authorPostsUrl = get_author_posts_url( $wppb_login->ID ).'" title="'.$wppb_login->display_name.'">'.$wppb_login->display_name.'</a>.
|
79 |
+
</p><!-- .success-->';
|
80 |
+
|
81 |
+
$loginFilterArray['loginMessage2'] = apply_filters('wppb_login_login_message2', $loginFilterArray['loginMessage2'], $wppb_login->ID, $wppb_user->display_name);
|
82 |
+
echo $loginFilterArray['loginMessage2'];
|
83 |
+
?>
|
84 |
+
|
85 |
+
|
86 |
+
<?php
|
87 |
+
$permaLnk2 = get_permalink();
|
88 |
+
$wppb_addons = WPPB_PLUGIN_DIR . '/premium/addon/';
|
89 |
+
if (file_exists ( $wppb_addons.'addon.php' )){
|
90 |
+
//check to see if the redirecting addon is present and activated
|
91 |
+
$wppb_addon_settings = get_option('wppb_addon_settings'); //fetch the descriptions array
|
92 |
+
if ($wppb_addon_settings['wppb_customRedirect'] == 'show'){
|
93 |
+
//check to see if the redirect location is not an empty string and is activated
|
94 |
+
$customRedirectSettings = get_option('customRedirectSettings');
|
95 |
+
if ((trim($customRedirectSettings['afterLoginTarget']) != '') && ($customRedirectSettings['afterLogin'] == 'yes')){
|
96 |
+
$permaLnk2 = trim($customRedirectSettings['afterLoginTarget']);
|
97 |
+
$findHttp = strpos($permaLnk2, 'http');
|
98 |
+
if ($findHttp === false)
|
99 |
+
$permaLnk2 = 'http://'. $permaLnk2;
|
100 |
+
}
|
101 |
+
}
|
102 |
+
}
|
103 |
+
$loginFilterArray['redirectMessage'] = '
|
104 |
+
<font id="messageTextColor">'. __('You will soon be redirected automatically. If you see this page for more than 1 second, please click', 'profilebuilder').' <a href="'.$permaLnk2.'">'. __('here', 'profilebuilder').'</a>.<meta http-equiv="Refresh" content="1;url='.$permaLnk2.'" /></font><br/><br/>';
|
105 |
+
$loginFilterArray['redirectMessage'] = apply_filters('wppb_login_redirect_message', $loginFilterArray['redirectMessage'], $permaLnk2);
|
106 |
+
echo $loginFilterArray['redirectMessage'];
|
107 |
+
?>
|
108 |
+
<?php else : // Not logged in ?>
|
109 |
+
|
110 |
+
<?php if (!empty( $_POST['action'] )): ?>
|
111 |
+
<p class="error">
|
112 |
+
<?php
|
113 |
+
if ( trim($_POST['user-name']) == ''){
|
114 |
+
$loginFilterArray['emptyUsernameError'] = '<strong>'. __('ERROR:','profilebuilder').'</strong> '. __('The username field is empty', 'profilebuilder').'.';
|
115 |
+
$loginFilterArray['emptyUsernameError'] = apply_filters('wppb_login_empty_username_error_message', $loginFilterArray['emptyUsernameError']);
|
116 |
+
echo $loginFilterArray['emptyUsernameError'];
|
117 |
+
}
|
118 |
+
if ( is_wp_error($wppb_login) ){
|
119 |
+
$loginFilterArray['wpError'] = $wppb_login->get_error_message();
|
120 |
+
$loginFilterArray['wpError'] = apply_filters('wppb_login_wp_error_message', $loginFilterArray['wpError'],$wppb_login);
|
121 |
+
echo $loginFilterArray['wpError'];
|
122 |
+
}
|
123 |
+
?>
|
124 |
+
</p><!-- .error -->
|
125 |
+
<?php endif; ?>
|
126 |
+
|
127 |
+
<?php /* use this action hook to add extra content before the login form. */ ?>
|
128 |
+
<?php do_action( 'wppb_before_login' ); ?>
|
129 |
+
|
130 |
+
<form action="<?php wppb_curpageurl(); ?>" method="post" class="sign-in">
|
131 |
+
<?php
|
132 |
+
if (isset($_POST['user-name']))
|
133 |
+
$userName = esc_html( $_POST['user-name'] );
|
134 |
+
else $userName = '';
|
135 |
+
|
136 |
+
$loginFilterArray['loginUsername'] = '
|
137 |
+
<p class="login-form-username">
|
138 |
+
<label for="user-name">'. __('Username', 'profilebuilder') .'</label>
|
139 |
+
<input type="text" name="user-name" id="user-name" class="text-input" value="'.$userName.'" />
|
140 |
+
</p><!-- .form-username -->';
|
141 |
+
$loginFilterArray['loginUsername'] = apply_filters('wppb_login_username', $loginFilterArray['loginUsername'], $userName);
|
142 |
+
echo $loginFilterArray['loginUsername'];
|
143 |
+
|
144 |
+
$loginFilterArray['loginPassword'] = '
|
145 |
+
<p class="login-form-password">
|
146 |
+
<label for="password">'. __('Password', 'profilebuilder') .'</label>
|
147 |
+
<input type="password" name="password" id="password" class="text-input" />
|
148 |
+
</p><!-- .form-password -->';
|
149 |
+
$loginFilterArray['loginPassword'] = apply_filters('wppb_login_password', $loginFilterArray['loginPassword']);
|
150 |
+
echo $loginFilterArray['loginPassword'];
|
151 |
+
|
152 |
+
?>
|
153 |
+
<p class="login-form-submit">
|
154 |
+
<input type="submit" name="submit" class="submit button" value="<?php _e('Log in', 'profilebuilder'); ?>" />
|
155 |
+
<?php
|
156 |
+
$loginFilterArray['rememberMe'] = '
|
157 |
+
<input class="remember-me checkbox" name="remember-me" id="remember-me" type="checkbox" checked="checked" value="forever" />
|
158 |
+
<label for="remember-me">'. __('Remember me', 'profilebuilder').'</label>';
|
159 |
+
$loginFilterArray['rememberMe'] = apply_filters('wppb_login_remember_me', $loginFilterArray['rememberMe']);
|
160 |
+
echo $loginFilterArray['rememberMe'];
|
161 |
+
?>
|
162 |
+
|
163 |
+
<input type="hidden" name="action" value="log-in" />
|
164 |
+
</p><!-- .form-submit -->
|
165 |
+
<?php
|
166 |
+
$siteURL=get_option('siteurl').'/wp-login.php?action=lostpassword';
|
167 |
+
$loginFilterArray['loginURL'] = '
|
168 |
+
<p>
|
169 |
+
<a href="'.$siteURL.'">'. __('Lost password?', 'profilebuilder').'</a>
|
170 |
+
</p>';
|
171 |
+
$loginFilterArray['loginURL'] = apply_filters('wppb_login_url', $loginFilterArray['loginURL'], $siteURL);
|
172 |
+
echo $loginFilterArray['loginURL'];
|
173 |
+
?>
|
174 |
+
<?php wp_nonce_field('verify_true_login','login_nonce_field'); ?>
|
175 |
+
</form><!-- .sign-in -->
|
176 |
+
|
177 |
+
<?php endif;?>
|
178 |
+
|
179 |
+
<?php /* use this action hook to add extra content after the login form. */ ?>
|
180 |
+
<?php do_action( 'wppb_after_login' ); ?>
|
181 |
+
|
182 |
+
</div>
|
183 |
+
<?php
|
184 |
+
$output = ob_get_contents();
|
185 |
+
ob_end_clean();
|
186 |
+
|
187 |
+
$loginFilterArray = apply_filters('wppb_login', $loginFilterArray);
|
188 |
+
|
189 |
+
return $output;
|
190 |
}
|
front-end/wppb.recover.password.php
CHANGED
@@ -42,13 +42,24 @@ if(!function_exists('wppb_curpageurl_password_recovery2')){
|
|
42 |
}
|
43 |
|
44 |
$questionPos = strpos($pageURL, '?');
|
45 |
-
$key = md5($user_login.'RMPBP'.$id.'PWRCVR');
|
46 |
|
47 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
$wpdb->update($wpdb->users, array('user_activation_key' => $key), array('user_login' => $user_login));
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
return $pageURL.'&loginName='.$user_login.'&key='.$key;
|
50 |
}else{
|
51 |
-
|
52 |
return $pageURL.'?loginName='.$user_login.'&key='.$key;
|
53 |
}
|
54 |
}
|
@@ -106,7 +117,7 @@ function wppb_front_end_password_recovery(){
|
|
106 |
if (is_email($postedData)){
|
107 |
if (email_exists($postedData)){
|
108 |
$recoverPasswordFilterArray['sentMessage1'] = __('A password reset email has been sent to ', 'profilebuilder').$postedData.'. <br/>'.__('Following the link sent in the email address will reset the password.', 'profilebuilder');
|
109 |
-
$recoverPasswordFilterArray['sentMessage1'] = apply_filters('wppb_recover_password_sent_message1', $recoverPasswordFilterArray['sentMessage1']);
|
110 |
$messageNo = '1';
|
111 |
$message = $recoverPasswordFilterArray['sentMessage1'];
|
112 |
|
@@ -122,7 +133,7 @@ function wppb_front_end_password_recovery(){
|
|
122 |
$recoverPasswordFilterArray['userMailMessage1'] .= __('If this was a mistake, just ignore this email and nothing will happen.', 'profilebuilder').'<br/>';
|
123 |
$recoverPasswordFilterArray['userMailMessage1'] .= __('To reset your password, visit the following link:', 'profilebuilder');
|
124 |
$recoverPasswordFilterArray['userMailMessage1'] .= '<a href="'.wppb_curpageurl_password_recovery2($requestedUserLogin, $requestedUserID).'">'.wppb_curpageurl_password_recovery2($requestedUserLogin, $requestedUserID).'</a>';
|
125 |
-
$recoverPasswordFilterArray['userMailMessage1'] = apply_filters('wppb_recover_password_message_content_sent_to_user1', $recoverPasswordFilterArray['userMailMessage1']);
|
126 |
|
127 |
$recoverPasswordFilterArray['userMailMessageTitle1'] = __('Password Reset Feature from', 'profilebuilder').' "'.$blogname = wp_specialchars_decode(get_option('blogname'), ENT_QUOTES).'"';
|
128 |
$recoverPasswordFilterArray['userMailMessageTitle1'] = apply_filters('wppb_recover_password_message_title_sent_to_user1', $recoverPasswordFilterArray['userMailMessageTitle1']);
|
@@ -167,7 +178,7 @@ function wppb_front_end_password_recovery(){
|
|
167 |
$recoverPasswordFilterArray['userMailMessage1'] .= __('If this was a mistake, just ignore this email and nothing will happen.', 'profilebuilder').'<br/>';
|
168 |
$recoverPasswordFilterArray['userMailMessage1'] .= __('To reset your password, visit the following link:', 'profilebuilder');
|
169 |
$recoverPasswordFilterArray['userMailMessage1'] .= '<a href="'.wppb_curpageurl_password_recovery2($requestedUserLogin, $requestedUserID).'">'.wppb_curpageurl_password_recovery2($requestedUserLogin, $requestedUserID).'</a>';
|
170 |
-
$recoverPasswordFilterArray['userMailMessage1'] = apply_filters('wppb_recover_password_message_content_sent_to_user1', $recoverPasswordFilterArray['userMailMessage1']);
|
171 |
|
172 |
$recoverPasswordFilterArray['userMailMessageTitle1'] = __('Password Reset Feature from', 'profilebuilder').' "'.$blogname = wp_specialchars_decode(get_option('blogname'), ENT_QUOTES).'"';
|
173 |
$recoverPasswordFilterArray['userMailMessageTitle1'] = apply_filters('wppb_recover_password_message_title_sent_to_user1', $recoverPasswordFilterArray['userMailMessageTitle1']);
|
@@ -198,34 +209,37 @@ function wppb_front_end_password_recovery(){
|
|
198 |
if (($_POST['passw1'] == $_POST['passw2']) && (!empty($_POST['passw1']) && !empty($_POST['passw2']))){
|
199 |
$message2 = __('Your password has been successfully changed!', 'profilebuilder');
|
200 |
$messageNo2 = '1';
|
201 |
-
|
202 |
-
|
203 |
-
|
|
|
204 |
//update the new password and delete the key
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
|
|
|
|
|
209 |
//send secondary mail to the user containing the username and the new password
|
210 |
-
$recoverPasswordFilterArray['userMailMessage2'] = __('You have successfully reset your password
|
211 |
-
$recoverPasswordFilterArray['userMailMessage2'] .= '
|
212 |
-
$recoverPasswordFilterArray['userMailMessage2'] = apply_filters('wppb_recover_password_message_content_sent_to_user2', $recoverPasswordFilterArray['userMailMessage2']);
|
213 |
|
214 |
-
$recoverPasswordFilterArray['userMailMessageTitle2'] = __('Password Successfully Reset for', 'profilebuilder') .' '.$
|
215 |
$recoverPasswordFilterArray['userMailMessageTitle2'] = apply_filters('wppb_recover_password_message_title_sent_to_user2', $recoverPasswordFilterArray['userMailMessageTitle2']);
|
216 |
|
217 |
//we add this filter to enable html encoding
|
218 |
add_filter('wp_mail_content_type',create_function('', 'return "text/html"; '));
|
219 |
//send mail to the user notifying him of the reset request
|
220 |
if (trim($recoverPasswordFilterArray['userMailMessageTitle2']) != '')
|
221 |
-
wp_mail($
|
222 |
|
223 |
//send email to admin
|
224 |
-
$recoverPasswordFilterArray['adminMailMessage'] = $
|
225 |
$recoverPasswordFilterArray['adminMailMessage'] .= '<br/>'.__('His/her new password is:','profilebuilder'). ' '.$_POST['passw1'];
|
226 |
$recoverPasswordFilterArray['adminMailMessage'] = apply_filters('wppb_recover_password_message_content_sent_to_admin', $recoverPasswordFilterArray['adminMailMessage']);
|
227 |
|
228 |
-
$recoverPasswordFilterArray['adminMailMessageTitle'] = __('Password Successfully Reset for', 'profilebuilder') .' '.$
|
229 |
$recoverPasswordFilterArray['adminMailMessageTitle'] = apply_filters('wppb_recover_password_message_title_sent_to_admin', $recoverPasswordFilterArray['adminMailMessageTitle']);
|
230 |
|
231 |
|
@@ -257,16 +271,18 @@ function wppb_front_end_password_recovery(){
|
|
257 |
//this is the part that handles the actual recovery
|
258 |
if (isset($_GET['submited']) && isset($_GET['loginName']) && isset($_GET['key'])){
|
259 |
//get the login name and key and verify if they match the ones in the database
|
260 |
-
|
261 |
-
$
|
262 |
-
$
|
263 |
-
|
264 |
-
|
|
|
|
|
265 |
//check if the "finalAction" variable is not in the address bar, if it is, don't display the form anymore
|
266 |
if (isset($_GET['finalAction']) && ($_GET['finalAction'] == 'yes')){
|
267 |
if ($messageNo2 == '2'){
|
268 |
$recoverPasswordFilterArray['passwordChangedMessage2'] = '<p class="error">'. $message2 .'</p><!-- .error -->';
|
269 |
-
$recoverPasswordFilterArray['passwordChangedMessage2'] = apply_filters ('wppb_recover_password_password_changed_message2', $recoverPasswordFilterArray['passwordChangedMessage2']);
|
270 |
echo $recoverPasswordFilterArray['passwordChangedMessage2'];
|
271 |
?>
|
272 |
<form enctype="multipart/form-data" method="post" id="recover_password2" class="user-forms" action="<?php echo $url=wppb_curpageurl_password_recovery3();?>">
|
@@ -276,12 +292,12 @@ function wppb_front_end_password_recovery(){
|
|
276 |
<label for="passw1">'. __('Password', 'profilebuilder').'</label>
|
277 |
<input class="password" name="passw1" type="password" id="passw1" value="'.$_POST['passw1'].'" />
|
278 |
</p><!-- .passw1 -->
|
279 |
-
|
280 |
<p class="passw2">
|
281 |
<label for="passw2">'. __('Repeat Password', 'profilebuilder').'</label>
|
282 |
<input class="password" name="passw2" type="password" id="passw2" value="'.$_POST['passw2'].'" />
|
283 |
</p><!-- .passw2 -->';
|
284 |
-
$recoverPasswordFilterArray['inputPassword'] = apply_filters('wppb_recover_password_input', $recoverPasswordFilterArray['inputPassword']);
|
285 |
echo $recoverPasswordFilterArray['inputPassword'];
|
286 |
?>
|
287 |
<p class="form-submit">
|
@@ -293,12 +309,11 @@ function wppb_front_end_password_recovery(){
|
|
293 |
<?php
|
294 |
}elseif ($messageNo2 == '1'){
|
295 |
$recoverPasswordFilterArray['passwordChangedMessage1'] = '<p class="success">'. $message2 .'</p><!-- .success -->';
|
296 |
-
$recoverPasswordFilterArray['passwordChangedMessage1'] = apply_filters ('wppb_recover_password_password_changed_message1', $recoverPasswordFilterArray['passwordChangedMessage1']);
|
297 |
echo $recoverPasswordFilterArray['passwordChangedMessage1'];
|
298 |
}
|
299 |
|
300 |
}else{
|
301 |
-
|
302 |
?>
|
303 |
<form enctype="multipart/form-data" method="post" id="recover_password2" class="user-forms" action="<?php echo $url=wppb_curpageurl_password_recovery3();?>">
|
304 |
<?php
|
@@ -307,12 +322,12 @@ function wppb_front_end_password_recovery(){
|
|
307 |
<label for="passw1">'. __('Password', 'profilebuilder').'</label>
|
308 |
<input class="password" name="passw1" type="password" id="passw1" value="'.$_POST['passw1'].'" />
|
309 |
</p><!-- .passw1 -->
|
310 |
-
|
311 |
<p class="passw2">
|
312 |
<label for="passw2">'. __('Repeat Password', 'profilebuilder').'</label>
|
313 |
<input class="password" name="passw2" type="password" id="passw2" value="'.$_POST['passw2'].'" />
|
314 |
</p><!-- .passw2 -->';
|
315 |
-
$recoverPasswordFilterArray['inputPassword'] = apply_filters('wppb_recover_password_input', $recoverPasswordFilterArray['inputPassword']);
|
316 |
echo $recoverPasswordFilterArray['inputPassword'];
|
317 |
?>
|
318 |
<p class="form-submit">
|
@@ -324,8 +339,18 @@ function wppb_front_end_password_recovery(){
|
|
324 |
<?php
|
325 |
}
|
326 |
}else{
|
327 |
-
|
328 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
329 |
}
|
330 |
|
331 |
}else{
|
@@ -350,7 +375,7 @@ function wppb_front_end_password_recovery(){
|
|
350 |
<label for="username_email">'. __('Username or E-mail', 'profilebuilder').'</label>
|
351 |
<input class="text-input" name="username_email" type="text" id="username_email" value="'.trim($username_email).'" />
|
352 |
</p><!-- .username_email -->';
|
353 |
-
$recoverPasswordFilterArray['input'] = apply_filters('wppb_recover_password_input', $recoverPasswordFilterArray['input']);
|
354 |
echo $recoverPasswordFilterArray['input'];
|
355 |
|
356 |
|
42 |
}
|
43 |
|
44 |
$questionPos = strpos($pageURL, '?');
|
|
|
45 |
|
46 |
+
|
47 |
+
$key = $wpdb->get_var($wpdb->prepare("SELECT user_activation_key FROM $wpdb->users WHERE user_login = %s", $user_login));
|
48 |
+
if ( empty($key) ) {
|
49 |
+
// Generate something random for a key...
|
50 |
+
$key = wp_generate_password(20, false);
|
51 |
+
do_action('wppb_retrieve_password_key', $user_login, $key);
|
52 |
+
// Now insert the new md5 key into the db
|
53 |
$wpdb->update($wpdb->users, array('user_activation_key' => $key), array('user_login' => $user_login));
|
54 |
+
}
|
55 |
+
|
56 |
+
//$key = md5($user_login.'RMPBP'.$id.'PWRCVR');
|
57 |
+
|
58 |
+
if($questionPos !== false){
|
59 |
+
//$wpdb->update($wpdb->users, array('user_activation_key' => $key), array('user_login' => $user_login));
|
60 |
return $pageURL.'&loginName='.$user_login.'&key='.$key;
|
61 |
}else{
|
62 |
+
//$wpdb->update($wpdb->users, array('user_activation_key' => $key), array('user_login' => $user_login));
|
63 |
return $pageURL.'?loginName='.$user_login.'&key='.$key;
|
64 |
}
|
65 |
}
|
117 |
if (is_email($postedData)){
|
118 |
if (email_exists($postedData)){
|
119 |
$recoverPasswordFilterArray['sentMessage1'] = __('A password reset email has been sent to ', 'profilebuilder').$postedData.'. <br/>'.__('Following the link sent in the email address will reset the password.', 'profilebuilder');
|
120 |
+
$recoverPasswordFilterArray['sentMessage1'] = apply_filters('wppb_recover_password_sent_message1', $recoverPasswordFilterArray['sentMessage1'], $postedData);
|
121 |
$messageNo = '1';
|
122 |
$message = $recoverPasswordFilterArray['sentMessage1'];
|
123 |
|
133 |
$recoverPasswordFilterArray['userMailMessage1'] .= __('If this was a mistake, just ignore this email and nothing will happen.', 'profilebuilder').'<br/>';
|
134 |
$recoverPasswordFilterArray['userMailMessage1'] .= __('To reset your password, visit the following link:', 'profilebuilder');
|
135 |
$recoverPasswordFilterArray['userMailMessage1'] .= '<a href="'.wppb_curpageurl_password_recovery2($requestedUserLogin, $requestedUserID).'">'.wppb_curpageurl_password_recovery2($requestedUserLogin, $requestedUserID).'</a>';
|
136 |
+
$recoverPasswordFilterArray['userMailMessage1'] = apply_filters('wppb_recover_password_message_content_sent_to_user1', $recoverPasswordFilterArray['userMailMessage1'], $requestedUserID, $requestedUserLogin);
|
137 |
|
138 |
$recoverPasswordFilterArray['userMailMessageTitle1'] = __('Password Reset Feature from', 'profilebuilder').' "'.$blogname = wp_specialchars_decode(get_option('blogname'), ENT_QUOTES).'"';
|
139 |
$recoverPasswordFilterArray['userMailMessageTitle1'] = apply_filters('wppb_recover_password_message_title_sent_to_user1', $recoverPasswordFilterArray['userMailMessageTitle1']);
|
178 |
$recoverPasswordFilterArray['userMailMessage1'] .= __('If this was a mistake, just ignore this email and nothing will happen.', 'profilebuilder').'<br/>';
|
179 |
$recoverPasswordFilterArray['userMailMessage1'] .= __('To reset your password, visit the following link:', 'profilebuilder');
|
180 |
$recoverPasswordFilterArray['userMailMessage1'] .= '<a href="'.wppb_curpageurl_password_recovery2($requestedUserLogin, $requestedUserID).'">'.wppb_curpageurl_password_recovery2($requestedUserLogin, $requestedUserID).'</a>';
|
181 |
+
$recoverPasswordFilterArray['userMailMessage1'] = apply_filters('wppb_recover_password_message_content_sent_to_user1', $recoverPasswordFilterArray['userMailMessage1'], $requestedUserID, $requestedUserLogin);
|
182 |
|
183 |
$recoverPasswordFilterArray['userMailMessageTitle1'] = __('Password Reset Feature from', 'profilebuilder').' "'.$blogname = wp_specialchars_decode(get_option('blogname'), ENT_QUOTES).'"';
|
184 |
$recoverPasswordFilterArray['userMailMessageTitle1'] = apply_filters('wppb_recover_password_message_title_sent_to_user1', $recoverPasswordFilterArray['userMailMessageTitle1']);
|
209 |
if (($_POST['passw1'] == $_POST['passw2']) && (!empty($_POST['passw1']) && !empty($_POST['passw2']))){
|
210 |
$message2 = __('Your password has been successfully changed!', 'profilebuilder');
|
211 |
$messageNo2 = '1';
|
212 |
+
|
213 |
+
$userID = $_POST['userData'];
|
214 |
+
$new_pass = $_POST['passw1'];
|
215 |
+
|
216 |
//update the new password and delete the key
|
217 |
+
do_action('wppb_password_reset', $userID, $new_pass);
|
218 |
+
|
219 |
+
wp_set_password($new_pass, $userID);
|
220 |
|
221 |
+
$user_info = get_userdata($userID);
|
222 |
+
|
223 |
//send secondary mail to the user containing the username and the new password
|
224 |
+
$recoverPasswordFilterArray['userMailMessage2'] = __('You have successfully reset your password to:', 'profilebuilder');
|
225 |
+
$recoverPasswordFilterArray['userMailMessage2'] .= ' '.$new_pass;
|
226 |
+
$recoverPasswordFilterArray['userMailMessage2'] = apply_filters('wppb_recover_password_message_content_sent_to_user2', $recoverPasswordFilterArray['userMailMessage2'], $loginName);
|
227 |
|
228 |
+
$recoverPasswordFilterArray['userMailMessageTitle2'] = __('Password Successfully Reset for', 'profilebuilder') .' '.$user_info->user_login.' '. __('from', 'profilebuilder').' "'.$blogname = wp_specialchars_decode(get_option('blogname'), ENT_QUOTES).'"';
|
229 |
$recoverPasswordFilterArray['userMailMessageTitle2'] = apply_filters('wppb_recover_password_message_title_sent_to_user2', $recoverPasswordFilterArray['userMailMessageTitle2']);
|
230 |
|
231 |
//we add this filter to enable html encoding
|
232 |
add_filter('wp_mail_content_type',create_function('', 'return "text/html"; '));
|
233 |
//send mail to the user notifying him of the reset request
|
234 |
if (trim($recoverPasswordFilterArray['userMailMessageTitle2']) != '')
|
235 |
+
wp_mail($user_info->user_email, $recoverPasswordFilterArray['userMailMessageTitle2'], $recoverPasswordFilterArray['userMailMessage2']);
|
236 |
|
237 |
//send email to admin
|
238 |
+
$recoverPasswordFilterArray['adminMailMessage'] = $user_info->user_login. ' '.__('has requested a password change via the password reset feature.');
|
239 |
$recoverPasswordFilterArray['adminMailMessage'] .= '<br/>'.__('His/her new password is:','profilebuilder'). ' '.$_POST['passw1'];
|
240 |
$recoverPasswordFilterArray['adminMailMessage'] = apply_filters('wppb_recover_password_message_content_sent_to_admin', $recoverPasswordFilterArray['adminMailMessage']);
|
241 |
|
242 |
+
$recoverPasswordFilterArray['adminMailMessageTitle'] = __('Password Successfully Reset for', 'profilebuilder') .' '.$user_info->user_login.' '. __('from', 'profilebuilder').' "'.$blogname = wp_specialchars_decode(get_option('blogname'), ENT_QUOTES).'"';
|
243 |
$recoverPasswordFilterArray['adminMailMessageTitle'] = apply_filters('wppb_recover_password_message_title_sent_to_admin', $recoverPasswordFilterArray['adminMailMessageTitle']);
|
244 |
|
245 |
|
271 |
//this is the part that handles the actual recovery
|
272 |
if (isset($_GET['submited']) && isset($_GET['loginName']) && isset($_GET['key'])){
|
273 |
//get the login name and key and verify if they match the ones in the database
|
274 |
+
|
275 |
+
$key = preg_replace('/[^a-z0-9]/i', '', $_GET['key']);
|
276 |
+
$login = $_GET['loginName'];
|
277 |
+
|
278 |
+
$user = $wpdb->get_row($wpdb->prepare("SELECT * FROM $wpdb->users WHERE user_activation_key = '".$key."' AND user_login = '".$login."'"));
|
279 |
+
|
280 |
+
if ( !empty( $user ) ){
|
281 |
//check if the "finalAction" variable is not in the address bar, if it is, don't display the form anymore
|
282 |
if (isset($_GET['finalAction']) && ($_GET['finalAction'] == 'yes')){
|
283 |
if ($messageNo2 == '2'){
|
284 |
$recoverPasswordFilterArray['passwordChangedMessage2'] = '<p class="error">'. $message2 .'</p><!-- .error -->';
|
285 |
+
$recoverPasswordFilterArray['passwordChangedMessage2'] = apply_filters ('wppb_recover_password_password_changed_message2', $recoverPasswordFilterArray['passwordChangedMessage2'], $message2);
|
286 |
echo $recoverPasswordFilterArray['passwordChangedMessage2'];
|
287 |
?>
|
288 |
<form enctype="multipart/form-data" method="post" id="recover_password2" class="user-forms" action="<?php echo $url=wppb_curpageurl_password_recovery3();?>">
|
292 |
<label for="passw1">'. __('Password', 'profilebuilder').'</label>
|
293 |
<input class="password" name="passw1" type="password" id="passw1" value="'.$_POST['passw1'].'" />
|
294 |
</p><!-- .passw1 -->
|
295 |
+
<input type="hidden" name="userData" value="'.$user->ID.'"/>
|
296 |
<p class="passw2">
|
297 |
<label for="passw2">'. __('Repeat Password', 'profilebuilder').'</label>
|
298 |
<input class="password" name="passw2" type="password" id="passw2" value="'.$_POST['passw2'].'" />
|
299 |
</p><!-- .passw2 -->';
|
300 |
+
$recoverPasswordFilterArray['inputPassword'] = apply_filters('wppb_recover_password_input', $recoverPasswordFilterArray['inputPassword'], $_POST['passw1'], $_POST['passw2'], $user->ID);
|
301 |
echo $recoverPasswordFilterArray['inputPassword'];
|
302 |
?>
|
303 |
<p class="form-submit">
|
309 |
<?php
|
310 |
}elseif ($messageNo2 == '1'){
|
311 |
$recoverPasswordFilterArray['passwordChangedMessage1'] = '<p class="success">'. $message2 .'</p><!-- .success -->';
|
312 |
+
$recoverPasswordFilterArray['passwordChangedMessage1'] = apply_filters ('wppb_recover_password_password_changed_message1', $recoverPasswordFilterArray['passwordChangedMessage1'], $message2);
|
313 |
echo $recoverPasswordFilterArray['passwordChangedMessage1'];
|
314 |
}
|
315 |
|
316 |
}else{
|
|
|
317 |
?>
|
318 |
<form enctype="multipart/form-data" method="post" id="recover_password2" class="user-forms" action="<?php echo $url=wppb_curpageurl_password_recovery3();?>">
|
319 |
<?php
|
322 |
<label for="passw1">'. __('Password', 'profilebuilder').'</label>
|
323 |
<input class="password" name="passw1" type="password" id="passw1" value="'.$_POST['passw1'].'" />
|
324 |
</p><!-- .passw1 -->
|
325 |
+
<input type="hidden" name="userData" value="'.$user->ID.'"/>
|
326 |
<p class="passw2">
|
327 |
<label for="passw2">'. __('Repeat Password', 'profilebuilder').'</label>
|
328 |
<input class="password" name="passw2" type="password" id="passw2" value="'.$_POST['passw2'].'" />
|
329 |
</p><!-- .passw2 -->';
|
330 |
+
$recoverPasswordFilterArray['inputPassword'] = apply_filters('wppb_recover_password_input', $recoverPasswordFilterArray['inputPassword'], $_POST['passw1'], $_POST['passw2'], $user->ID);
|
331 |
echo $recoverPasswordFilterArray['inputPassword'];
|
332 |
?>
|
333 |
<p class="form-submit">
|
339 |
<?php
|
340 |
}
|
341 |
}else{
|
342 |
+
if ($messageNo2 == '1'){
|
343 |
+
$recoverPasswordFilterArray['passwordChangedMessage1'] = '<p class="success">'. $message2 .'</p><!-- .success -->';
|
344 |
+
$recoverPasswordFilterArray['passwordChangedMessage1'] = apply_filters ('wppb_recover_password_password_changed_message1', $recoverPasswordFilterArray['passwordChangedMessage1'], $message2);
|
345 |
+
echo $recoverPasswordFilterArray['passwordChangedMessage1'];
|
346 |
+
}elseif ($messageNo2 == '2'){
|
347 |
+
$recoverPasswordFilterArray['passwordChangedMessage2'] = '<p class="error">'. $message2 .'</p><!-- .error -->';
|
348 |
+
$recoverPasswordFilterArray['passwordChangedMessage2'] = apply_filters ('wppb_recover_password_password_changed_message2', $recoverPasswordFilterArray['passwordChangedMessage2'], $message2);
|
349 |
+
echo $recoverPasswordFilterArray['passwordChangedMessage2'];
|
350 |
+
}else{
|
351 |
+
$recoverPasswordFilterArray['invalidKeyMessage'] = '<p class="warning"><b>'. __('ERROR:', 'profilebuilder') .'</b> '. __('Invalid key!', 'profilebuilder') .'</p><!-- .warning -->';
|
352 |
+
echo $recoverPasswordFilterArray['invalidKeyMessage'] = apply_filters('wppb_recover_password_invalid_key_message', $recoverPasswordFilterArray['invalidKeyMessage']);
|
353 |
+
}
|
354 |
}
|
355 |
|
356 |
}else{
|
375 |
<label for="username_email">'. __('Username or E-mail', 'profilebuilder').'</label>
|
376 |
<input class="text-input" name="username_email" type="text" id="username_email" value="'.trim($username_email).'" />
|
377 |
</p><!-- .username_email -->';
|
378 |
+
$recoverPasswordFilterArray['input'] = apply_filters('wppb_recover_password_input', $recoverPasswordFilterArray['input'], trim($username_email));
|
379 |
echo $recoverPasswordFilterArray['input'];
|
380 |
|
381 |
|
front-end/wppb.register.php
CHANGED
@@ -102,7 +102,7 @@ function wppb_front_end_register($atts){
|
|
102 |
|
103 |
/* use filters to modify (if needed) the posted data before creating the user-data */
|
104 |
$user_pass = apply_filters('wppb_register_posted_password', $user_pass);
|
105 |
-
$user_name = apply_filters('
|
106 |
$first_name = apply_filters('wppb_register_posted_first_name', $first_name);
|
107 |
$last_name = apply_filters('wppb_register_posted_last_name', $last_name);
|
108 |
$nickname = apply_filters('wppb_register_posted_nickname', $nickname);
|
@@ -116,16 +116,16 @@ function wppb_front_end_register($atts){
|
|
116 |
|
117 |
$userdata = array(
|
118 |
'user_pass' => $user_pass,
|
119 |
-
'user_login' => esc_attr( $
|
120 |
-
'first_name' => esc_attr( $
|
121 |
-
'last_name' => esc_attr( $
|
122 |
-
'nickname' => esc_attr( $
|
123 |
-
'user_email' => esc_attr( $
|
124 |
-
'user_url' => esc_attr( $
|
125 |
-
'aim' => esc_attr( $
|
126 |
-
'yim' => esc_attr( $
|
127 |
-
'jabber' => esc_attr( $
|
128 |
-
'description' => esc_attr( $
|
129 |
'role' => $aprovedRole);
|
130 |
$userdata = apply_filters('wppb_register_userdata', $userdata);
|
131 |
|
@@ -140,7 +140,7 @@ function wppb_front_end_register($atts){
|
|
140 |
switch ($value['item_type']) {
|
141 |
case "agreeToTerms":{
|
142 |
$agreed = false;
|
143 |
-
if ( (isset($_POST[$value['
|
144 |
$agreed = true;
|
145 |
break;
|
146 |
}
|
@@ -185,10 +185,10 @@ function wppb_front_end_register($atts){
|
|
185 |
foreach ( $wppbFetchArray as $key => $value){
|
186 |
switch ($value['item_type']) {
|
187 |
case "input":{
|
188 |
-
$_POST[$value['
|
189 |
if (isset($value['item_required'])){
|
190 |
if ($value['item_required'] == 'yes'){
|
191 |
-
if (trim($_POST[$value['
|
192 |
array_push($extraFieldsErrorHolder, $value['id']);
|
193 |
}
|
194 |
}
|
@@ -216,7 +216,7 @@ function wppb_front_end_register($atts){
|
|
216 |
case "radio":{
|
217 |
if (isset($value['item_required'])){
|
218 |
if ($value['item_required'] == 'yes'){
|
219 |
-
if (trim($_POST[$value['
|
220 |
array_push($extraFieldsErrorHolder, $value['id']);
|
221 |
}
|
222 |
}
|
@@ -225,7 +225,7 @@ function wppb_front_end_register($atts){
|
|
225 |
case "select":{
|
226 |
if (isset($value['item_required'])){
|
227 |
if ($value['item_required'] == 'yes'){
|
228 |
-
if (trim($_POST[$value['
|
229 |
array_push($extraFieldsErrorHolder, $value['id']);
|
230 |
}
|
231 |
}
|
@@ -234,7 +234,7 @@ function wppb_front_end_register($atts){
|
|
234 |
case "countrySelect":{
|
235 |
if (isset($value['item_required'])){
|
236 |
if ($value['item_required'] == 'yes'){
|
237 |
-
if (trim($_POST[$value['
|
238 |
array_push($extraFieldsErrorHolder, $value['id']);
|
239 |
}
|
240 |
}
|
@@ -243,7 +243,7 @@ function wppb_front_end_register($atts){
|
|
243 |
case "timeZone":{
|
244 |
if (isset($value['item_required'])){
|
245 |
if ($value['item_required'] == 'yes'){
|
246 |
-
if (trim($_POST[$value['
|
247 |
array_push($extraFieldsErrorHolder, $value['id']);
|
248 |
}
|
249 |
}
|
@@ -252,7 +252,7 @@ function wppb_front_end_register($atts){
|
|
252 |
case "datepicker":{
|
253 |
if (isset($value['item_required'])){
|
254 |
if ($value['item_required'] == 'yes'){
|
255 |
-
if (trim($_POST[$value['
|
256 |
array_push($extraFieldsErrorHolder, $value['id']);
|
257 |
}
|
258 |
}
|
@@ -261,7 +261,7 @@ function wppb_front_end_register($atts){
|
|
261 |
case "textarea":{
|
262 |
if (isset($value['item_required'])){
|
263 |
if ($value['item_required'] == 'yes'){
|
264 |
-
if (trim($_POST[$value['
|
265 |
array_push($extraFieldsErrorHolder, $value['id']);
|
266 |
}
|
267 |
}
|
@@ -322,18 +322,18 @@ function wppb_front_end_register($atts){
|
|
322 |
if ($registerFilterArray['extraError'] != '')
|
323 |
$error = $registerFilterArray['extraError'];
|
324 |
elseif ( !$userdata['user_login'] )
|
325 |
-
$error = __('A username is required for registration.', 'profilebuilder');
|
326 |
elseif ( username_exists($userdata['user_login']) )
|
327 |
-
$error = __('Sorry, that username already exists!', 'profilebuilder');
|
328 |
elseif ( !is_email($userdata['user_email'], true) )
|
329 |
-
$error = __('You must enter a valid email address.', 'profilebuilder');
|
330 |
elseif ( email_exists($userdata['user_email']) )
|
331 |
-
$error = __('Sorry, that email address is already used!', 'profilebuilder');
|
332 |
elseif (( empty($_POST['passw1'] ) || empty( $_POST['passw2'] )) || ( $_POST['passw1'] != $_POST['passw2'] )){
|
333 |
if ( empty($_POST['passw1'] ) || empty( $_POST['passw2'] )) //verify if the user has completed both password fields
|
334 |
-
$error = __('You didn\'t complete one of the password-fields!', 'profilebuilder');
|
335 |
elseif ( $_POST['passw1'] != $_POST['passw2'] ) //verify if the the password and the retyped password are a match
|
336 |
-
$error = __('The entered passwords don\'t match!', 'profilebuilder');
|
337 |
}elseif(count($uploadExt) > 0){
|
338 |
$error ='<p class="semi-saved">'.
|
339 |
__('There was an error while trying to upload the following attachment(s)', 'profilebuilder') .': <span class="error">';
|
@@ -361,11 +361,11 @@ function wppb_front_end_register($atts){
|
|
361 |
foreach ( $wppbFetchArray as $key => $value){
|
362 |
switch ($value['item_type']) {
|
363 |
case "input":{
|
364 |
-
add_user_meta( $new_user, $value['item_metaName'], esc_attr($_POST[$value['
|
365 |
break;
|
366 |
}
|
367 |
case "hiddenInput":{
|
368 |
-
add_user_meta( $new_user, $value['item_metaName'], esc_attr($_POST[$value['
|
369 |
break;
|
370 |
}
|
371 |
case "checkbox":{
|
@@ -383,27 +383,27 @@ function wppb_front_end_register($atts){
|
|
383 |
break;
|
384 |
}
|
385 |
case "radio":{
|
386 |
-
add_user_meta( $new_user, $value['item_metaName'], $_POST[$value['
|
387 |
break;
|
388 |
}
|
389 |
case "select":{
|
390 |
-
add_user_meta( $new_user, $value['item_metaName'], $_POST[$value['
|
391 |
break;
|
392 |
}
|
393 |
case "countrySelect":{
|
394 |
-
update_user_meta( $new_user, $value['item_metaName'], $_POST[$value['
|
395 |
break;
|
396 |
}
|
397 |
case "timeZone":{
|
398 |
-
update_user_meta( $new_user, $value['item_metaName'], $_POST[$value['
|
399 |
break;
|
400 |
}
|
401 |
case "datepicker":{
|
402 |
-
update_user_meta( $new_user, $value['item_metaName'], $_POST[$value['
|
403 |
break;
|
404 |
}
|
405 |
case "textarea":{
|
406 |
-
add_user_meta( $new_user, $value['item_metaName'], esc_attr($_POST[$value['
|
407 |
break;
|
408 |
}
|
409 |
case "upload":{
|
@@ -498,9 +498,9 @@ function wppb_front_end_register($atts){
|
|
498 |
$registerFilterArray['adminMessageOnRegistration'] = __('New subscriber on', 'profilebuilder') .' '.$bloginfo . "\r\n\r\n";
|
499 |
$registerFilterArray['adminMessageOnRegistration'] .= __('Username', 'profilebuilder') .': '. esc_attr($_POST['user_name']) . "\r\n";
|
500 |
$registerFilterArray['adminMessageOnRegistration'] .= __('E-mail', 'profilebuilder') .': '. esc_attr($_POST['email']) . "\r\n";
|
501 |
-
$registerFilterArray['adminMessageOnRegistration'] = apply_filters('wppb_register_admin_message_content', $registerFilterArray['adminMessageOnRegistration']);
|
502 |
|
503 |
-
$registerFilterArray['adminMessageOnRegistrationTitle'] = '['. $bloginfo .']'. __('A new subscriber has (been) registered!');
|
504 |
$registerFilterArray['adminMessageOnRegistrationTitle'] = apply_filters ('wppb_register_admin_message_title', $registerFilterArray['adminMessageOnRegistrationTitle']);
|
505 |
|
506 |
if (trim($registerFilterArray['adminMessageOnRegistration']) != '')
|
@@ -521,7 +521,7 @@ function wppb_front_end_register($atts){
|
|
521 |
$registerFilterArray['userMessageSubject'] = apply_filters('wppb_register_subject_email_content', $registerFilterArray['userMessageSubject']);
|
522 |
|
523 |
$registerFilterArray['userMessageContent'] = 'Welcome to '.$registerFilterArray['userMessageFrom'].'. Your username is:'.$mailUsername.' and password:'.$mailPassword;
|
524 |
-
$registerFilterArray['userMessageContent'] = apply_filters('wppb_register_email_content', $registerFilterArray['userMessageContent']);
|
525 |
|
526 |
$messageSent = wp_mail( $email, $registerFilterArray['userMessageSubject'], $registerFilterArray['userMessageContent']);
|
527 |
if( $messageSent == TRUE)
|
@@ -545,21 +545,21 @@ function wppb_front_end_register($atts){
|
|
545 |
}
|
546 |
$registerFilterArray['loginLogoutError'] = '
|
547 |
<p class="log-in-out alert">'. __('You are logged in as', 'profilebuilder') .' <a href="'.get_author_posts_url( $login->ID ).'" title="'.$login->display_name.'">'.$login->display_name.'</a>. '. __('You don\'t need another account.', 'profilebuilder') .' <a href="'.wp_logout_url(get_permalink()).'" title="'. __('Log out of this account.', 'profilebuilder') .'">'. __('Logout', 'profilebuilder') .' »</a></p><!-- .log-in-out .alert -->';
|
548 |
-
$registerFilterArray['loginLogoutError'] = apply_filters('wppb_register_have_account_alert', $registerFilterArray['loginLogoutError']);
|
549 |
echo $registerFilterArray['loginLogoutError'];
|
550 |
|
551 |
elseif ( $new_user != 'no' ) :
|
552 |
if ( current_user_can( 'create_users' ) ){
|
553 |
$registerFilterArray['registrationMessage1'] = '
|
554 |
<p class="success">'. __('A user account has been created for', 'profilebuilder') .' '. $registered_name. '.</p><!-- .success -->';
|
555 |
-
$registerFilterArray['registrationMessage1'] = apply_filters('wppb_register_account_created1', $registerFilterArray['registrationMessage1']);
|
556 |
echo $registerFilterArray['registrationMessage1'];
|
557 |
|
558 |
$wppb_addons = WPPB_PLUGIN_DIR . '/premium/addon/';
|
559 |
if (file_exists ( $wppb_addons.'addon.php' )){
|
560 |
//check to see if the redirecting addon is present and activated
|
561 |
-
$
|
562 |
-
if ($
|
563 |
//check to see if the redirect location is not an empty string and is activated
|
564 |
$customRedirectSettings = get_option('customRedirectSettings');
|
565 |
if ((trim($customRedirectSettings['afterRegisterTarget']) != '') && ($customRedirectSettings['afterRegister'] == 'yes')){
|
@@ -570,21 +570,21 @@ function wppb_front_end_register($atts){
|
|
570 |
}
|
571 |
}
|
572 |
}
|
573 |
-
$registerFilterArray['redirectMessage1'] = '<font
|
574 |
-
$registerFilterArray['redirectMessage1'] = apply_filters('wppb_register_redirect_after_creation1', $registerFilterArray['redirectMessage1']);
|
575 |
echo $registerFilterArray['redirectMessage1'];
|
576 |
|
577 |
}else{
|
578 |
$registerFilterArray['registrationMessage2'] = '
|
579 |
<p class="success">'. __('Thank you for registering', 'profilebuilder') .' '. $registered_name .'.</p><!-- .success -->';
|
580 |
-
$registerFilterArray['registrationMessage2'] = apply_filters('wppb_register_account_created2', $registerFilterArray['registrationMessage2']);
|
581 |
echo $registerFilterArray['registrationMessage2'];
|
582 |
|
583 |
$wppb_addons = WPPB_PLUGIN_DIR . '/premium/addon/';
|
584 |
if (file_exists ( $wppb_addons.'addon.php' )){
|
585 |
//check to see if the redirecting addon is present and activated
|
586 |
-
$
|
587 |
-
if ($
|
588 |
//check to see if the redirect location is not an empty string and is activated
|
589 |
$customRedirectSettings = get_option('customRedirectSettings');
|
590 |
if ((trim($customRedirectSettings['afterRegisterTarget']) != '') && ($customRedirectSettings['afterRegister'] == 'yes')){
|
@@ -595,8 +595,8 @@ function wppb_front_end_register($atts){
|
|
595 |
}
|
596 |
}
|
597 |
}
|
598 |
-
$registerFilterArray['redirectMessage2'] = '<font
|
599 |
-
$registerFilterArray['redirectMessage2'] = apply_filters('wppb_register_redirect_after_creation2', $registerFilterArray['redirectMessage2']);
|
600 |
echo $registerFilterArray['redirectMessage2'];
|
601 |
}
|
602 |
|
@@ -617,7 +617,7 @@ function wppb_front_end_register($atts){
|
|
617 |
else :
|
618 |
if ( $error ) :
|
619 |
$registerFilterArray['errorMessage'] = '<p class="error">'. $error .'</p><!-- .error -->';
|
620 |
-
$registerFilterArray['errorMessage'] = apply_filters('wppb_register_error_messaging', $registerFilterArray['errorMessage']);
|
621 |
echo $registerFilterArray['errorMessage'];
|
622 |
endif;
|
623 |
|
@@ -668,7 +668,7 @@ function wppb_front_end_register($atts){
|
|
668 |
<label for="user_name">'. __('Username', 'profilebuilder') .$errorMark.'</label>
|
669 |
<input class="text-input" name="user_name" type="text" id="user_name" value="'.trim($localVar).'" />
|
670 |
</p><!-- .form-username -->';
|
671 |
-
$registerFilterArray2['name2'] = apply_filters('wppb_register_content_name2', $registerFilterArray2['name2']);
|
672 |
}
|
673 |
|
674 |
if ($wppb_defaultOptions['firstname'] == 'show'){
|
@@ -692,7 +692,7 @@ function wppb_front_end_register($atts){
|
|
692 |
<label for="first_name">'. __('First Name', 'profilebuilder') .$errorMark.'</label>
|
693 |
<input class="text-input" name="first_name" type="text" id="first_name" value="'.trim($localVar).'" />
|
694 |
</p><!-- .first_name -->';
|
695 |
-
$registerFilterArray2['name3'] = apply_filters('wppb_register_content_name3', $registerFilterArray2['name3']);
|
696 |
}
|
697 |
|
698 |
if ($wppb_defaultOptions['lastname'] == 'show'){
|
@@ -716,7 +716,7 @@ function wppb_front_end_register($atts){
|
|
716 |
<label for="last_name">'. __('Last Name', 'profilebuilder') .$errorMark.'</label>
|
717 |
<input class="text-input" name="last_name" type="text" id="last_name" value="'.trim($localVar).'" />
|
718 |
</p><!-- .last_name -->';
|
719 |
-
$registerFilterArray2['name4'] = apply_filters('wppb_register_content_name4', $registerFilterArray2['name4']);
|
720 |
}
|
721 |
|
722 |
if ($wppb_defaultOptions['nickname'] == 'show'){
|
@@ -740,7 +740,7 @@ function wppb_front_end_register($atts){
|
|
740 |
<label for="nickname">'. __('Nickname', 'profilebuilder') .$errorMark.'</label>
|
741 |
<input class="text-input" name="nickname" type="text" id="nickname" value="'.trim($localVar).'" />
|
742 |
</p><!-- .nickname -->';
|
743 |
-
$registerFilterArray2['name5'] = apply_filters('wppb_register_content_name5', $registerFilterArray2['name5']);
|
744 |
}
|
745 |
|
746 |
$registerFilterArray2['info1'] = '<p class="registerContactInfoHeading"><strong>'. __('Contact Info', 'profilebuilder') .'</strong></p>';
|
@@ -767,7 +767,7 @@ function wppb_front_end_register($atts){
|
|
767 |
<label for="email">'. __('E-mail', 'profilebuilder') .$errorMark.'</label>
|
768 |
<input class="text-input" name="email" type="text" id="email" value="'.trim($localVar).'" />
|
769 |
</p><!-- .form-email -->';
|
770 |
-
$registerFilterArray2['info2'] = apply_filters('wppb_register_content_info2', $registerFilterArray2['info2']);
|
771 |
}
|
772 |
|
773 |
if ($wppb_defaultOptions['website'] == 'show'){
|
@@ -791,7 +791,7 @@ function wppb_front_end_register($atts){
|
|
791 |
<label for="website">'. __('Website', 'profilebuilder') .$errorMark.'</label>
|
792 |
<input class="text-input" name="website" type="text" id="website" value="'.trim($localVar).'" />
|
793 |
</p><!-- .form-website -->';
|
794 |
-
$registerFilterArray2['info3'] = apply_filters('wppb_register_content_info3', $registerFilterArray2['info3']);
|
795 |
}
|
796 |
|
797 |
if ($wppb_defaultOptions['aim'] == 'show'){
|
@@ -815,7 +815,7 @@ function wppb_front_end_register($atts){
|
|
815 |
<label for="aim">'. __('AIM', 'profilebuilder') .$errorMark.'</label>
|
816 |
<input class="text-input" name="aim" type="text" id="aim" value="'.trim($localVar).'" />
|
817 |
</p><!-- .form-aim -->';
|
818 |
-
$registerFilterArray2['info4'] = apply_filters('wppb_register_content_info4', $registerFilterArray2['info4']);
|
819 |
}
|
820 |
|
821 |
if ($wppb_defaultOptions['yahoo'] == 'show'){
|
@@ -839,7 +839,7 @@ function wppb_front_end_register($atts){
|
|
839 |
<label for="yim">'. __('Yahoo IM', 'profilebuilder') .$errorMark.'</label>
|
840 |
<input class="text-input" name="yim" type="text" id="yim" value="'.trim($localVar).'" />
|
841 |
</p><!-- .form-yim -->';
|
842 |
-
$registerFilterArray2['info5'] = apply_filters('wppb_register_content_info5', $registerFilterArray2['info5']);
|
843 |
}
|
844 |
|
845 |
if ($wppb_defaultOptions['jabber'] == 'show'){
|
@@ -863,7 +863,7 @@ function wppb_front_end_register($atts){
|
|
863 |
<label for="jabber">'. __('Jabber / Google Talk', 'profilebuilder') .$errorMark.'</label>
|
864 |
<input class="text-input" name="jabber" type="text" id="jabber" value="'.trim($localVar).'" />
|
865 |
</p><!-- .form-jabber -->';
|
866 |
-
$registerFilterArray2['info6'] = apply_filters('wppb_register_content_info6', $registerFilterArray2['info6']);
|
867 |
}
|
868 |
|
869 |
$registerFilterArray2['ay1'] = '<p class="registerAboutYourselfHeader"><strong>'. __('About Yourself', 'profilebuilder') .'</strong></p>';
|
@@ -890,7 +890,7 @@ function wppb_front_end_register($atts){
|
|
890 |
<label for="description">'. __('Biographical Info', 'profilebuilder') .$errorMark.'</label>
|
891 |
<textarea class="text-input" name="description" id="description" rows="5" cols="30">'.trim($localVar).'</textarea>
|
892 |
</p><!-- .form-description -->';
|
893 |
-
$registerFilterArray2['ay2'] = apply_filters('wppb_register_content_about_yourself2', $registerFilterArray2['ay2']);
|
894 |
}
|
895 |
|
896 |
if ($wppb_defaultOptions['password'] == 'show'){
|
@@ -924,7 +924,7 @@ function wppb_front_end_register($atts){
|
|
924 |
<label for="pass2">'. __('Repeat Password', 'profilebuilder') .$errorMark2.'</label>
|
925 |
<input class="text-input" name="passw2" type="password" id="pass2" value="'.trim($localVar2).'" />
|
926 |
</p><!-- .form-password -->';
|
927 |
-
$registerFilterArray2['ay3'] = apply_filters('wppb_register_content_about_yourself3', $registerFilterArray2['ay3']);
|
928 |
}
|
929 |
|
930 |
$wppb_premium = WPPB_PLUGIN_DIR . '/premium/functions/';
|
@@ -952,10 +952,10 @@ function wppb_front_end_register($atts){
|
|
952 |
<p class="send-confirmation-email">
|
953 |
<label for="send-confirmation-email">
|
954 |
<input id="send_credentials_via_email" type="checkbox" name="send_credentials_via_email" value="sending"'. $checkedVar .'/>
|
955 |
-
|
956 |
</label>
|
957 |
</p><!-- .send-confirmation-email -->';
|
958 |
-
$registerFilterArray2['confirmationEmailForm'] = apply_filters('wppb_register_confirmation_email_form', $registerFilterArray2['confirmationEmailForm']);
|
959 |
|
960 |
|
961 |
$registerFilterArray2 = apply_filters('wppb_register', $registerFilterArray2);
|
102 |
|
103 |
/* use filters to modify (if needed) the posted data before creating the user-data */
|
104 |
$user_pass = apply_filters('wppb_register_posted_password', $user_pass);
|
105 |
+
$user_name = apply_filters('wppb_register_posted_username', $user_name);
|
106 |
$first_name = apply_filters('wppb_register_posted_first_name', $first_name);
|
107 |
$last_name = apply_filters('wppb_register_posted_last_name', $last_name);
|
108 |
$nickname = apply_filters('wppb_register_posted_nickname', $nickname);
|
116 |
|
117 |
$userdata = array(
|
118 |
'user_pass' => $user_pass,
|
119 |
+
'user_login' => esc_attr( $user_name ),
|
120 |
+
'first_name' => esc_attr( $first_name ),
|
121 |
+
'last_name' => esc_attr( $last_name ),
|
122 |
+
'nickname' => esc_attr( $nickname ),
|
123 |
+
'user_email' => esc_attr( $email ),
|
124 |
+
'user_url' => esc_attr( $website ),
|
125 |
+
'aim' => esc_attr( $aim ),
|
126 |
+
'yim' => esc_attr( $yim ),
|
127 |
+
'jabber' => esc_attr( $jabber ),
|
128 |
+
'description' => esc_attr( $description ),
|
129 |
'role' => $aprovedRole);
|
130 |
$userdata = apply_filters('wppb_register_userdata', $userdata);
|
131 |
|
140 |
switch ($value['item_type']) {
|
141 |
case "agreeToTerms":{
|
142 |
$agreed = false;
|
143 |
+
if ( (isset($_POST[$value['item_type'].$value['id']] )) && ($_POST[$value['item_type'].$value['id']] == 'agree'))
|
144 |
$agreed = true;
|
145 |
break;
|
146 |
}
|
185 |
foreach ( $wppbFetchArray as $key => $value){
|
186 |
switch ($value['item_type']) {
|
187 |
case "input":{
|
188 |
+
$_POST[$value['item_type'].$value['id']] = apply_filters('wppb_register_input_custom_field_'.$value['id'], $_POST[$value['item_type'].$value['id']]);
|
189 |
if (isset($value['item_required'])){
|
190 |
if ($value['item_required'] == 'yes'){
|
191 |
+
if (trim($_POST[$value['item_type'].$value['id']]) == '')
|
192 |
array_push($extraFieldsErrorHolder, $value['id']);
|
193 |
}
|
194 |
}
|
216 |
case "radio":{
|
217 |
if (isset($value['item_required'])){
|
218 |
if ($value['item_required'] == 'yes'){
|
219 |
+
if (trim($_POST[$value['item_type'].$value['id']]) == '')
|
220 |
array_push($extraFieldsErrorHolder, $value['id']);
|
221 |
}
|
222 |
}
|
225 |
case "select":{
|
226 |
if (isset($value['item_required'])){
|
227 |
if ($value['item_required'] == 'yes'){
|
228 |
+
if (trim($_POST[$value['item_type'].$value['id']]) == '')
|
229 |
array_push($extraFieldsErrorHolder, $value['id']);
|
230 |
}
|
231 |
}
|
234 |
case "countrySelect":{
|
235 |
if (isset($value['item_required'])){
|
236 |
if ($value['item_required'] == 'yes'){
|
237 |
+
if (trim($_POST[$value['item_type'].$value['id']]) == '')
|
238 |
array_push($extraFieldsErrorHolder, $value['id']);
|
239 |
}
|
240 |
}
|
243 |
case "timeZone":{
|
244 |
if (isset($value['item_required'])){
|
245 |
if ($value['item_required'] == 'yes'){
|
246 |
+
if (trim($_POST[$value['item_type'].$value['id']]) == '')
|
247 |
array_push($extraFieldsErrorHolder, $value['id']);
|
248 |
}
|
249 |
}
|
252 |
case "datepicker":{
|
253 |
if (isset($value['item_required'])){
|
254 |
if ($value['item_required'] == 'yes'){
|
255 |
+
if (trim($_POST[$value['item_type'].$value['id']]) == '')
|
256 |
array_push($extraFieldsErrorHolder, $value['id']);
|
257 |
}
|
258 |
}
|
261 |
case "textarea":{
|
262 |
if (isset($value['item_required'])){
|
263 |
if ($value['item_required'] == 'yes'){
|
264 |
+
if (trim($_POST[$value['item_type'].$value['id']]) == '')
|
265 |
array_push($extraFieldsErrorHolder, $value['id']);
|
266 |
}
|
267 |
}
|
322 |
if ($registerFilterArray['extraError'] != '')
|
323 |
$error = $registerFilterArray['extraError'];
|
324 |
elseif ( !$userdata['user_login'] )
|
325 |
+
$error = apply_filters('wppb_register_userlogin_error1', __('A username is required for registration.', 'profilebuilder'));
|
326 |
elseif ( username_exists($userdata['user_login']) )
|
327 |
+
$error = apply_filters('wppb_register_userlogin_error2', __('Sorry, that username already exists!', 'profilebuilder'));
|
328 |
elseif ( !is_email($userdata['user_email'], true) )
|
329 |
+
$error = apply_filters('wppb_register_useremail_error1', __('You must enter a valid email address.', 'profilebuilder'));
|
330 |
elseif ( email_exists($userdata['user_email']) )
|
331 |
+
$error = apply_filters('wppb_register_useremail_error2', __('Sorry, that email address is already used!', 'profilebuilder'));
|
332 |
elseif (( empty($_POST['passw1'] ) || empty( $_POST['passw2'] )) || ( $_POST['passw1'] != $_POST['passw2'] )){
|
333 |
if ( empty($_POST['passw1'] ) || empty( $_POST['passw2'] )) //verify if the user has completed both password fields
|
334 |
+
$error = apply_filters('wppb_register_userpass_error1', __('You didn\'t complete one of the password-fields!', 'profilebuilder'));
|
335 |
elseif ( $_POST['passw1'] != $_POST['passw2'] ) //verify if the the password and the retyped password are a match
|
336 |
+
$error = apply_filters('wppb_register_userpass_error2', __('The entered passwords don\'t match!', 'profilebuilder'));
|
337 |
}elseif(count($uploadExt) > 0){
|
338 |
$error ='<p class="semi-saved">'.
|
339 |
__('There was an error while trying to upload the following attachment(s)', 'profilebuilder') .': <span class="error">';
|
361 |
foreach ( $wppbFetchArray as $key => $value){
|
362 |
switch ($value['item_type']) {
|
363 |
case "input":{
|
364 |
+
add_user_meta( $new_user, $value['item_metaName'], esc_attr($_POST[$value['item_type'].$value['id']]) );
|
365 |
break;
|
366 |
}
|
367 |
case "hiddenInput":{
|
368 |
+
add_user_meta( $new_user, $value['item_metaName'], esc_attr($_POST[$value['item_type'].$value['id']]) );
|
369 |
break;
|
370 |
}
|
371 |
case "checkbox":{
|
383 |
break;
|
384 |
}
|
385 |
case "radio":{
|
386 |
+
add_user_meta( $new_user, $value['item_metaName'], $_POST[$value['item_type'].$value['id']] );
|
387 |
break;
|
388 |
}
|
389 |
case "select":{
|
390 |
+
add_user_meta( $new_user, $value['item_metaName'], $_POST[$value['item_type'].$value['id']] );
|
391 |
break;
|
392 |
}
|
393 |
case "countrySelect":{
|
394 |
+
update_user_meta( $new_user, $value['item_metaName'], $_POST[$value['item_type'].$value['id']] );
|
395 |
break;
|
396 |
}
|
397 |
case "timeZone":{
|
398 |
+
update_user_meta( $new_user, $value['item_metaName'], $_POST[$value['item_type'].$value['id']] );
|
399 |
break;
|
400 |
}
|
401 |
case "datepicker":{
|
402 |
+
update_user_meta( $new_user, $value['item_metaName'], $_POST[$value['item_type'].$value['id']] );
|
403 |
break;
|
404 |
}
|
405 |
case "textarea":{
|
406 |
+
add_user_meta( $new_user, $value['item_metaName'], esc_attr($_POST[$value['item_type'].$value['id']]) );
|
407 |
break;
|
408 |
}
|
409 |
case "upload":{
|
498 |
$registerFilterArray['adminMessageOnRegistration'] = __('New subscriber on', 'profilebuilder') .' '.$bloginfo . "\r\n\r\n";
|
499 |
$registerFilterArray['adminMessageOnRegistration'] .= __('Username', 'profilebuilder') .': '. esc_attr($_POST['user_name']) . "\r\n";
|
500 |
$registerFilterArray['adminMessageOnRegistration'] .= __('E-mail', 'profilebuilder') .': '. esc_attr($_POST['email']) . "\r\n";
|
501 |
+
$registerFilterArray['adminMessageOnRegistration'] = apply_filters('wppb_register_admin_message_content', $registerFilterArray['adminMessageOnRegistration'], $bloginfo, esc_attr($_POST['user_name']), esc_attr($_POST['email']));
|
502 |
|
503 |
+
$registerFilterArray['adminMessageOnRegistrationTitle'] = '['. $bloginfo .'] '. __('A new subscriber has (been) registered!');
|
504 |
$registerFilterArray['adminMessageOnRegistrationTitle'] = apply_filters ('wppb_register_admin_message_title', $registerFilterArray['adminMessageOnRegistrationTitle']);
|
505 |
|
506 |
if (trim($registerFilterArray['adminMessageOnRegistration']) != '')
|
521 |
$registerFilterArray['userMessageSubject'] = apply_filters('wppb_register_subject_email_content', $registerFilterArray['userMessageSubject']);
|
522 |
|
523 |
$registerFilterArray['userMessageContent'] = 'Welcome to '.$registerFilterArray['userMessageFrom'].'. Your username is:'.$mailUsername.' and password:'.$mailPassword;
|
524 |
+
$registerFilterArray['userMessageContent'] = apply_filters('wppb_register_email_content', $registerFilterArray['userMessageContent'], $registerFilterArray['userMessageFrom'], $mailUsername, $mailPassword);
|
525 |
|
526 |
$messageSent = wp_mail( $email, $registerFilterArray['userMessageSubject'], $registerFilterArray['userMessageContent']);
|
527 |
if( $messageSent == TRUE)
|
545 |
}
|
546 |
$registerFilterArray['loginLogoutError'] = '
|
547 |
<p class="log-in-out alert">'. __('You are logged in as', 'profilebuilder') .' <a href="'.get_author_posts_url( $login->ID ).'" title="'.$login->display_name.'">'.$login->display_name.'</a>. '. __('You don\'t need another account.', 'profilebuilder') .' <a href="'.wp_logout_url(get_permalink()).'" title="'. __('Log out of this account.', 'profilebuilder') .'">'. __('Logout', 'profilebuilder') .' »</a></p><!-- .log-in-out .alert -->';
|
548 |
+
$registerFilterArray['loginLogoutError'] = apply_filters('wppb_register_have_account_alert', $registerFilterArray['loginLogoutError'], $login->ID);
|
549 |
echo $registerFilterArray['loginLogoutError'];
|
550 |
|
551 |
elseif ( $new_user != 'no' ) :
|
552 |
if ( current_user_can( 'create_users' ) ){
|
553 |
$registerFilterArray['registrationMessage1'] = '
|
554 |
<p class="success">'. __('A user account has been created for', 'profilebuilder') .' '. $registered_name. '.</p><!-- .success -->';
|
555 |
+
$registerFilterArray['registrationMessage1'] = apply_filters('wppb_register_account_created1', $registerFilterArray['registrationMessage1'], $registered_name);
|
556 |
echo $registerFilterArray['registrationMessage1'];
|
557 |
|
558 |
$wppb_addons = WPPB_PLUGIN_DIR . '/premium/addon/';
|
559 |
if (file_exists ( $wppb_addons.'addon.php' )){
|
560 |
//check to see if the redirecting addon is present and activated
|
561 |
+
$wppb_addon_settings = get_option('wppb_addon_settings');
|
562 |
+
if ($wppb_addon_settings['wppb_customRedirect'] == 'show'){
|
563 |
//check to see if the redirect location is not an empty string and is activated
|
564 |
$customRedirectSettings = get_option('customRedirectSettings');
|
565 |
if ((trim($customRedirectSettings['afterRegisterTarget']) != '') && ($customRedirectSettings['afterRegister'] == 'yes')){
|
570 |
}
|
571 |
}
|
572 |
}
|
573 |
+
$registerFilterArray['redirectMessage1'] = '<font id="messageTextColor">You will soon be redirected automatically. If you see this page for more than 3 seconds, please click <a href="'.$redirectLink.'">here</a>.<meta http-equiv="Refresh" content="3;url='.$redirectLink.'" /></font><br/><br/>';
|
574 |
+
$registerFilterArray['redirectMessage1'] = apply_filters('wppb_register_redirect_after_creation1', $registerFilterArray['redirectMessage1'], $redirectLink);
|
575 |
echo $registerFilterArray['redirectMessage1'];
|
576 |
|
577 |
}else{
|
578 |
$registerFilterArray['registrationMessage2'] = '
|
579 |
<p class="success">'. __('Thank you for registering', 'profilebuilder') .' '. $registered_name .'.</p><!-- .success -->';
|
580 |
+
$registerFilterArray['registrationMessage2'] = apply_filters('wppb_register_account_created2', $registerFilterArray['registrationMessage2'], $registered_name);
|
581 |
echo $registerFilterArray['registrationMessage2'];
|
582 |
|
583 |
$wppb_addons = WPPB_PLUGIN_DIR . '/premium/addon/';
|
584 |
if (file_exists ( $wppb_addons.'addon.php' )){
|
585 |
//check to see if the redirecting addon is present and activated
|
586 |
+
$wppb_addon_settings = get_option('wppb_addon_settings');
|
587 |
+
if ($wppb_addon_settings['wppb_customRedirect'] == 'show'){
|
588 |
//check to see if the redirect location is not an empty string and is activated
|
589 |
$customRedirectSettings = get_option('customRedirectSettings');
|
590 |
if ((trim($customRedirectSettings['afterRegisterTarget']) != '') && ($customRedirectSettings['afterRegister'] == 'yes')){
|
595 |
}
|
596 |
}
|
597 |
}
|
598 |
+
$registerFilterArray['redirectMessage2'] = '<font id="messageTextColor">You will soon be redirected automatically. If you see this page for more than 3 second, please click <a href="'.$redirectLink.'">here</a>.<meta http-equiv="Refresh" content="3;url='.$redirectLink.'" /></font><br/><br/>';
|
599 |
+
$registerFilterArray['redirectMessage2'] = apply_filters('wppb_register_redirect_after_creation2', $registerFilterArray['redirectMessage2'], $redirectLink);
|
600 |
echo $registerFilterArray['redirectMessage2'];
|
601 |
}
|
602 |
|
617 |
else :
|
618 |
if ( $error ) :
|
619 |
$registerFilterArray['errorMessage'] = '<p class="error">'. $error .'</p><!-- .error -->';
|
620 |
+
$registerFilterArray['errorMessage'] = apply_filters('wppb_register_error_messaging', $registerFilterArray['errorMessage'], $error);
|
621 |
echo $registerFilterArray['errorMessage'];
|
622 |
endif;
|
623 |
|
668 |
<label for="user_name">'. __('Username', 'profilebuilder') .$errorMark.'</label>
|
669 |
<input class="text-input" name="user_name" type="text" id="user_name" value="'.trim($localVar).'" />
|
670 |
</p><!-- .form-username -->';
|
671 |
+
$registerFilterArray2['name2'] = apply_filters('wppb_register_content_name2', $registerFilterArray2['name2'], trim($localVar));
|
672 |
}
|
673 |
|
674 |
if ($wppb_defaultOptions['firstname'] == 'show'){
|
692 |
<label for="first_name">'. __('First Name', 'profilebuilder') .$errorMark.'</label>
|
693 |
<input class="text-input" name="first_name" type="text" id="first_name" value="'.trim($localVar).'" />
|
694 |
</p><!-- .first_name -->';
|
695 |
+
$registerFilterArray2['name3'] = apply_filters('wppb_register_content_name3', $registerFilterArray2['name3'], trim($localVar));
|
696 |
}
|
697 |
|
698 |
if ($wppb_defaultOptions['lastname'] == 'show'){
|
716 |
<label for="last_name">'. __('Last Name', 'profilebuilder') .$errorMark.'</label>
|
717 |
<input class="text-input" name="last_name" type="text" id="last_name" value="'.trim($localVar).'" />
|
718 |
</p><!-- .last_name -->';
|
719 |
+
$registerFilterArray2['name4'] = apply_filters('wppb_register_content_name4', $registerFilterArray2['name4'], trim($localVar));
|
720 |
}
|
721 |
|
722 |
if ($wppb_defaultOptions['nickname'] == 'show'){
|
740 |
<label for="nickname">'. __('Nickname', 'profilebuilder') .$errorMark.'</label>
|
741 |
<input class="text-input" name="nickname" type="text" id="nickname" value="'.trim($localVar).'" />
|
742 |
</p><!-- .nickname -->';
|
743 |
+
$registerFilterArray2['name5'] = apply_filters('wppb_register_content_name5', $registerFilterArray2['name5'], trim($localVar));
|
744 |
}
|
745 |
|
746 |
$registerFilterArray2['info1'] = '<p class="registerContactInfoHeading"><strong>'. __('Contact Info', 'profilebuilder') .'</strong></p>';
|
767 |
<label for="email">'. __('E-mail', 'profilebuilder') .$errorMark.'</label>
|
768 |
<input class="text-input" name="email" type="text" id="email" value="'.trim($localVar).'" />
|
769 |
</p><!-- .form-email -->';
|
770 |
+
$registerFilterArray2['info2'] = apply_filters('wppb_register_content_info2', $registerFilterArray2['info2'], trim($localVar));
|
771 |
}
|
772 |
|
773 |
if ($wppb_defaultOptions['website'] == 'show'){
|
791 |
<label for="website">'. __('Website', 'profilebuilder') .$errorMark.'</label>
|
792 |
<input class="text-input" name="website" type="text" id="website" value="'.trim($localVar).'" />
|
793 |
</p><!-- .form-website -->';
|
794 |
+
$registerFilterArray2['info3'] = apply_filters('wppb_register_content_info3', $registerFilterArray2['info3'], trim($localVar));
|
795 |
}
|
796 |
|
797 |
if ($wppb_defaultOptions['aim'] == 'show'){
|
815 |
<label for="aim">'. __('AIM', 'profilebuilder') .$errorMark.'</label>
|
816 |
<input class="text-input" name="aim" type="text" id="aim" value="'.trim($localVar).'" />
|
817 |
</p><!-- .form-aim -->';
|
818 |
+
$registerFilterArray2['info4'] = apply_filters('wppb_register_content_info4', $registerFilterArray2['info4'], trim($localVar));
|
819 |
}
|
820 |
|
821 |
if ($wppb_defaultOptions['yahoo'] == 'show'){
|
839 |
<label for="yim">'. __('Yahoo IM', 'profilebuilder') .$errorMark.'</label>
|
840 |
<input class="text-input" name="yim" type="text" id="yim" value="'.trim($localVar).'" />
|
841 |
</p><!-- .form-yim -->';
|
842 |
+
$registerFilterArray2['info5'] = apply_filters('wppb_register_content_info5', $registerFilterArray2['info5'], trim($localVar));
|
843 |
}
|
844 |
|
845 |
if ($wppb_defaultOptions['jabber'] == 'show'){
|
863 |
<label for="jabber">'. __('Jabber / Google Talk', 'profilebuilder') .$errorMark.'</label>
|
864 |
<input class="text-input" name="jabber" type="text" id="jabber" value="'.trim($localVar).'" />
|
865 |
</p><!-- .form-jabber -->';
|
866 |
+
$registerFilterArray2['info6'] = apply_filters('wppb_register_content_info6', $registerFilterArray2['info6'], trim($localVar));
|
867 |
}
|
868 |
|
869 |
$registerFilterArray2['ay1'] = '<p class="registerAboutYourselfHeader"><strong>'. __('About Yourself', 'profilebuilder') .'</strong></p>';
|
890 |
<label for="description">'. __('Biographical Info', 'profilebuilder') .$errorMark.'</label>
|
891 |
<textarea class="text-input" name="description" id="description" rows="5" cols="30">'.trim($localVar).'</textarea>
|
892 |
</p><!-- .form-description -->';
|
893 |
+
$registerFilterArray2['ay2'] = apply_filters('wppb_register_content_about_yourself2', $registerFilterArray2['ay2'], trim($localVar));
|
894 |
}
|
895 |
|
896 |
if ($wppb_defaultOptions['password'] == 'show'){
|
924 |
<label for="pass2">'. __('Repeat Password', 'profilebuilder') .$errorMark2.'</label>
|
925 |
<input class="text-input" name="passw2" type="password" id="pass2" value="'.trim($localVar2).'" />
|
926 |
</p><!-- .form-password -->';
|
927 |
+
$registerFilterArray2['ay3'] = apply_filters('wppb_register_content_about_yourself3', $registerFilterArray2['ay3'], trim($localVar1), trim($localVar2));
|
928 |
}
|
929 |
|
930 |
$wppb_premium = WPPB_PLUGIN_DIR . '/premium/functions/';
|
952 |
<p class="send-confirmation-email">
|
953 |
<label for="send-confirmation-email">
|
954 |
<input id="send_credentials_via_email" type="checkbox" name="send_credentials_via_email" value="sending"'. $checkedVar .'/>
|
955 |
+
'. __('Send these credentials via email.', 'profilebuilder') . '
|
956 |
</label>
|
957 |
</p><!-- .send-confirmation-email -->';
|
958 |
+
$registerFilterArray2['confirmationEmailForm'] = apply_filters('wppb_register_confirmation_email_form', $registerFilterArray2['confirmationEmailForm'], $checkedVar);
|
959 |
|
960 |
|
961 |
$registerFilterArray2 = apply_filters('wppb_register', $registerFilterArray2);
|
functions/functions.load.php
CHANGED
@@ -1,197 +1,182 @@
|
|
1 |
-
<?php if (!defined('
|
2 |
-
/*
|
3 |
-
Original Plugin Name: OptionTree
|
4 |
-
Original Plugin URI: http://wp.envato.com
|
5 |
-
Original Author: Derek Herman
|
6 |
-
Original Author URI: http://valendesigns.com
|
7 |
-
*/
|
8 |
-
|
9 |
-
/**
|
10 |
-
* Functions Load
|
11 |
-
*
|
12 |
-
*/
|
13 |
-
/* whitelist options, you can add more register_settings changing the second parameter */
|
14 |
-
|
15 |
-
function wppb_register_settings() {
|
16 |
-
$premiumPresent =
|
17 |
-
$addonPresent =
|
18 |
-
|
19 |
-
register_setting( 'wppb_option_group', 'wppb_default_settings' );
|
20 |
-
register_setting( 'wppb_default_style', 'wppb_default_style' );
|
21 |
-
register_setting( 'wppb_display_admin_settings', 'wppb_display_admin_settings' );
|
22 |
-
if (file_exists($premiumPresent)){
|
23 |
-
register_setting( 'wppb_profile_builder_pro_serial', 'wppb_profile_builder_pro_serial' );
|
24 |
-
}
|
25 |
-
if (file_exists($addonPresent)){
|
26 |
-
register_setting( '
|
27 |
-
register_setting( 'customRedirectSettings', 'customRedirectSettings' );
|
28 |
-
register_setting( '
|
29 |
-
}
|
30 |
-
|
31 |
-
|
32 |
-
}
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
$
|
41 |
-
$
|
42 |
-
$
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
wp_register_style('wppb_stylesheet', $
|
48 |
-
wp_enqueue_style( 'wppb_stylesheet');
|
49 |
-
}elseif ( (file_exists($
|
50 |
-
wp_register_style('wppb_stylesheet', $
|
51 |
-
wp_enqueue_style( 'wppb_stylesheet');
|
52 |
-
}
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
$
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
}
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
$
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
}
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
/* include the menu file for the
|
152 |
-
include_once($wppb_plugin.'front-end/wppb.
|
153 |
-
add_shortcode('wppb-
|
154 |
-
|
155 |
-
/*
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
/* check if there is a need to resize the current avatar image for all the users*/
|
183 |
-
add_action('init', 'wppb_resize_avatar');
|
184 |
-
}
|
185 |
-
|
186 |
-
$wppb_premiumAddon = wppb_plugin_dir . '/premium/addon/';
|
187 |
-
if (file_exists ( $wppb_premiumAddon.'addon.functions.php' )){
|
188 |
-
//include the file containing the addon functions
|
189 |
-
include_once($wppb_premiumAddon.'addon.functions.php');
|
190 |
-
|
191 |
-
$wppb_addonOptions = get_option('wppb_premium_addon_settings');
|
192 |
-
if ($wppb_addonOptions['userListing'] == 'show'){
|
193 |
-
//add shortcode for the user-listing functionality
|
194 |
-
add_shortcode('wppb-list-users', 'wppb_list_all_users');
|
195 |
-
}
|
196 |
-
}
|
197 |
}
|
1 |
+
<?php if (!defined('PROFILE_BUILDER_VERSION')) exit('No direct script access allowed');
|
2 |
+
/*
|
3 |
+
Original Plugin Name: OptionTree
|
4 |
+
Original Plugin URI: http://wp.envato.com
|
5 |
+
Original Author: Derek Herman
|
6 |
+
Original Author URI: http://valendesigns.com
|
7 |
+
*/
|
8 |
+
|
9 |
+
/**
|
10 |
+
* Functions Load
|
11 |
+
*
|
12 |
+
*/
|
13 |
+
/* whitelist options, you can add more register_settings changing the second parameter */
|
14 |
+
|
15 |
+
function wppb_register_settings() {
|
16 |
+
$premiumPresent = WPPB_PLUGIN_DIR . '/premium/premium.php';
|
17 |
+
$addonPresent = WPPB_PLUGIN_DIR . '/premium/addon/addon.php';
|
18 |
+
|
19 |
+
register_setting( 'wppb_option_group', 'wppb_default_settings' );
|
20 |
+
register_setting( 'wppb_default_style', 'wppb_default_style' );
|
21 |
+
register_setting( 'wppb_display_admin_settings', 'wppb_display_admin_settings' );
|
22 |
+
if (file_exists($premiumPresent)){
|
23 |
+
register_setting( 'wppb_profile_builder_pro_serial', 'wppb_profile_builder_pro_serial' );
|
24 |
+
}
|
25 |
+
if (file_exists($addonPresent)){
|
26 |
+
register_setting( 'wppb_addon_settings', 'wppb_addon_settings' );
|
27 |
+
register_setting( 'customRedirectSettings', 'customRedirectSettings' );
|
28 |
+
register_setting( 'customUserListingSettings', 'customUserListingSettings' );
|
29 |
+
}
|
30 |
+
|
31 |
+
|
32 |
+
}
|
33 |
+
|
34 |
+
$wppb_premiumAdmin = WPPB_PLUGIN_DIR . '/premium/functions/';
|
35 |
+
if (file_exists ( $wppb_premiumAdmin.'premium.functions.load.php' ))
|
36 |
+
include_once($wppb_premiumAdmin.'premium.functions.load.php');
|
37 |
+
|
38 |
+
function wppb_add_plugin_stylesheet() {
|
39 |
+
$wppb_showDefaultCss = get_option('wppb_default_style');
|
40 |
+
$styleUrl_default = WPPB_PLUGIN_URL . '/assets/css/front.end.css';
|
41 |
+
$styleUrl_white = WPPB_PLUGIN_URL . '/premium/assets/css/front.end.white.css';
|
42 |
+
$styleUrl_black = WPPB_PLUGIN_URL . '/premium/assets/css/front.end.black.css';
|
43 |
+
$styleFile_default = WPPB_PLUGIN_DIR . '/assets/css/front.end.css';
|
44 |
+
$styleFile_white = WPPB_PLUGIN_DIR . '/premium/assets/css/front.end.white.css';
|
45 |
+
$styleFile_black = WPPB_PLUGIN_DIR . '/premium/assets/css/front.end.black.css';
|
46 |
+
if ( (file_exists($styleFile_default)) && ($wppb_showDefaultCss == 'yes') ) {
|
47 |
+
wp_register_style('wppb_stylesheet', $styleUrl_default);
|
48 |
+
wp_enqueue_style( 'wppb_stylesheet');
|
49 |
+
}elseif ( (file_exists($styleFile_white)) && ($wppb_showDefaultCss == 'white') ) {
|
50 |
+
wp_register_style('wppb_stylesheet', $styleUrl_white);
|
51 |
+
wp_enqueue_style( 'wppb_stylesheet');
|
52 |
+
}elseif ( (file_exists($styleFile_black)) && ($wppb_showDefaultCss == 'black') ) {
|
53 |
+
wp_register_style('wppb_stylesheet', $styleUrl_black);
|
54 |
+
wp_enqueue_style( 'wppb_stylesheet');
|
55 |
+
}
|
56 |
+
}
|
57 |
+
|
58 |
+
|
59 |
+
function wppb_show_admin_bar($content){
|
60 |
+
global $current_user;
|
61 |
+
global $wpdb;
|
62 |
+
$admintSettingsPresent = get_option('wppb_display_admin_settings','not_found');
|
63 |
+
|
64 |
+
if ($admintSettingsPresent != 'not_found'){
|
65 |
+
if ($current_user->ID != 0){
|
66 |
+
$capabilityName = $wpdb->prefix.'capabilities';
|
67 |
+
$userRole = ($current_user->data->$capabilityName);
|
68 |
+
if ($userRole != NULL){
|
69 |
+
$currentRole = key($userRole);
|
70 |
+
$getSettings = $admintSettingsPresent[$currentRole];
|
71 |
+
if ($getSettings == 'show')
|
72 |
+
return true;
|
73 |
+
elseif ($getSettings == 'hide')
|
74 |
+
return false;
|
75 |
+
}elseif ($userRole == NULL){ // this is for the WP v.3.3
|
76 |
+
$userRole = ($current_user->roles[0]);
|
77 |
+
if ($userRole != NULL){
|
78 |
+
$getSettings = $admintSettingsPresent[$userRole];
|
79 |
+
if ($getSettings == 'show')
|
80 |
+
return true;
|
81 |
+
elseif ($getSettings == 'hide')
|
82 |
+
return false;
|
83 |
+
}
|
84 |
+
}else
|
85 |
+
return true;
|
86 |
+
}
|
87 |
+
}
|
88 |
+
else
|
89 |
+
return true;
|
90 |
+
}
|
91 |
+
|
92 |
+
if(!function_exists('wppb_curpageurl')){
|
93 |
+
function wppb_curpageurl() {
|
94 |
+
$pageURL = 'http';
|
95 |
+
if ((isset($_SERVER["HTTPS"])) && ($_SERVER["HTTPS"] == "on")) {
|
96 |
+
$pageURL .= "s";
|
97 |
+
}
|
98 |
+
$pageURL .= "://";
|
99 |
+
if ($_SERVER["SERVER_PORT"] != "80") {
|
100 |
+
$pageURL .= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"];
|
101 |
+
} else {
|
102 |
+
$pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];
|
103 |
+
}
|
104 |
+
return $pageURL;
|
105 |
+
}
|
106 |
+
}
|
107 |
+
|
108 |
+
|
109 |
+
|
110 |
+
if ( is_admin() ){
|
111 |
+
/* include the css for the datepicker */
|
112 |
+
$wppb_premiumDatepicker = WPPB_PLUGIN_DIR . '/premium/assets/css/';
|
113 |
+
if (file_exists ( $wppb_premiumDatepicker.'datepicker.style.css' ))
|
114 |
+
wp_enqueue_style( 'profile-builder-admin-datepicker-style', WPPB_PLUGIN_URL.'/premium/assets/css/datepicker.style.css', false, PROFILE_BUILDER_VERSION);
|
115 |
+
|
116 |
+
|
117 |
+
|
118 |
+
/* register the settings for the menu only display sidebar menu for a user with a certain capability, in this case only the "admin" */
|
119 |
+
add_action('admin_init', 'wppb_register_settings');
|
120 |
+
|
121 |
+
|
122 |
+
/* display the same extra profile fields in the admin panel also */
|
123 |
+
$wppb_premium = WPPB_PLUGIN_DIR . '/premium/functions/';
|
124 |
+
if (file_exists ( $wppb_premium.'extra.fields.php' )){
|
125 |
+
include( $wppb_premium.'extra.fields.php' );
|
126 |
+
add_action( 'show_user_profile', 'display_profile_extra_fields_in_admin', 10 );
|
127 |
+
add_action( 'edit_user_profile', 'display_profile_extra_fields_in_admin', 10 );
|
128 |
+
add_action( 'personal_options_update', 'save_profile_extra_fields_in_admin', 10 );
|
129 |
+
add_action( 'edit_user_profile_update', 'save_profile_extra_fields_in_admin', 10 );
|
130 |
+
}
|
131 |
+
|
132 |
+
}
|
133 |
+
else if ( !is_admin() ){
|
134 |
+
/* include the stylesheet */
|
135 |
+
add_action('wp_print_styles', 'wppb_add_plugin_stylesheet');
|
136 |
+
|
137 |
+
$wppb_plugin = WPPB_PLUGIN_DIR . '/';
|
138 |
+
|
139 |
+
/* include the menu file for the profile informations */
|
140 |
+
include_once($wppb_plugin.'front-end/wppb.edit.profile.php');
|
141 |
+
add_shortcode('wppb-edit-profile', 'wppb_front_end_profile_info');
|
142 |
+
|
143 |
+
/*include the menu file for the login screen */
|
144 |
+
include_once($wppb_plugin.'front-end/wppb.login.php');
|
145 |
+
add_shortcode('wppb-login', 'wppb_front_end_login');
|
146 |
+
|
147 |
+
/* include the menu file for the register screen */
|
148 |
+
include_once($wppb_plugin.'front-end/wppb.register.php');
|
149 |
+
add_shortcode('wppb-register', 'wppb_front_end_register');
|
150 |
+
|
151 |
+
/* include the menu file for the recover password screen */
|
152 |
+
include_once($wppb_plugin.'front-end/wppb.recover.password.php');
|
153 |
+
add_shortcode('wppb-recover-password', 'wppb_front_end_password_recovery');
|
154 |
+
|
155 |
+
/* set the front-end admin bar to show/hide */
|
156 |
+
add_filter( 'show_admin_bar' , 'wppb_show_admin_bar');
|
157 |
+
|
158 |
+
/* Shortcodes used for the widget area. */
|
159 |
+
add_filter('widget_text', 'do_shortcode', 11);
|
160 |
+
|
161 |
+
/* check to see if the premium functions are present */
|
162 |
+
$wppb_premiumAdmin = WPPB_PLUGIN_DIR . '/premium/functions/';
|
163 |
+
if (file_exists ( $wppb_premiumAdmin.'premium.functions.load.php' )){
|
164 |
+
|
165 |
+
include_once($wppb_premiumAdmin.'premium.functions.load.php');
|
166 |
+
|
167 |
+
/* filter to set current users custom avatar */
|
168 |
+
add_filter('get_avatar', 'wppb_changeDefaultAvatar', 21, 5);
|
169 |
+
}
|
170 |
+
|
171 |
+
$wppb_premiumAddon = WPPB_PLUGIN_DIR . '/premium/addon/';
|
172 |
+
if (file_exists ( $wppb_premiumAddon.'addon.functions.php' )){
|
173 |
+
//include the file containing the addon functions
|
174 |
+
include_once($wppb_premiumAddon.'addon.functions.php');
|
175 |
+
|
176 |
+
$wppb_addonOptions = get_option('wppb_addon_settings');
|
177 |
+
if ($wppb_addonOptions['wppb_userListing'] == 'show'){
|
178 |
+
//add shortcode for the user-listing functionality
|
179 |
+
add_shortcode('wppb-list-users', 'wppb_list_all_users');
|
180 |
+
}
|
181 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
182 |
}
|
index.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Profile Builder
|
4 |
Plugin URI: http://www.cozmoslabs.com/2011/04/12/wordpress-profile-builder-a-front-end-user-registration-login-and-edit-profile-plugin/
|
5 |
Description: Login, registration and edit profile shortcodes for the front-end. Also you can chose what fields should be displayed or add new (custom) ones both in the front-end and in the dashboard.
|
6 |
-
Version: 1.1.
|
7 |
Author: Reflection Media, Barina Gabriel
|
8 |
Author URI: http://www.reflectionmedia.ro
|
9 |
License: GPL2
|
@@ -54,15 +54,15 @@ function return_bytes($val) {
|
|
54 |
}
|
55 |
|
56 |
|
57 |
-
define( '
|
58 |
-
define( '
|
59 |
-
define( '
|
60 |
-
define( '
|
61 |
-
define( '
|
62 |
-
define( '
|
63 |
-
define( '
|
64 |
-
define
|
65 |
-
define
|
66 |
|
67 |
|
68 |
/**
|
@@ -72,7 +72,7 @@ define ('wppb_TRANSLATIONDOMAIN', 'profilebuilder');
|
|
72 |
*/
|
73 |
require_once('functions/functions.load.php');
|
74 |
|
75 |
-
$wppb_premiumAdmin =
|
76 |
if (file_exists ( $wppb_premiumAdmin.'premium.class.admin.php' )){
|
77 |
require_once($wppb_premiumAdmin.'premium.class.admin.php');
|
78 |
}else{
|
@@ -80,7 +80,7 @@ if (file_exists ( $wppb_premiumAdmin.'premium.class.admin.php' )){
|
|
80 |
}
|
81 |
|
82 |
/* check for updates */
|
83 |
-
$wppb_premiumUpdate =
|
84 |
if (file_exists ($wppb_premiumUpdate.'update-checker.php')){
|
85 |
require ($wppb_premiumUpdate.'update-checker.php');
|
86 |
$localSerial = get_option( 'wppb_profile_builder_pro_serial' );
|
3 |
Plugin Name: Profile Builder
|
4 |
Plugin URI: http://www.cozmoslabs.com/2011/04/12/wordpress-profile-builder-a-front-end-user-registration-login-and-edit-profile-plugin/
|
5 |
Description: Login, registration and edit profile shortcodes for the front-end. Also you can chose what fields should be displayed or add new (custom) ones both in the front-end and in the dashboard.
|
6 |
+
Version: 1.1.26
|
7 |
Author: Reflection Media, Barina Gabriel
|
8 |
Author URI: http://www.reflectionmedia.ro
|
9 |
License: GPL2
|
54 |
}
|
55 |
|
56 |
|
57 |
+
define( 'PROFILE_BUILDER_VERSION', '1.1.26' );
|
58 |
+
define( 'WPPB_PLUGIN_DIR', WP_PLUGIN_DIR . '/' . dirname( plugin_basename( __FILE__ ) ) );
|
59 |
+
define( 'WPPB_PLUGIN_URL', WP_PLUGIN_URL . '/' . dirname( plugin_basename( __FILE__ ) ) );
|
60 |
+
define( 'WPPB_SERVER_MAX_UPLOAD_SIZE_BYTE', return_bytes( ini_get( 'upload_max_filesize') ) );
|
61 |
+
define( 'WPPB_SERVER_MAX_UPLOAD_SIZE_MEGA', ini_get( 'upload_max_filesize') );
|
62 |
+
define( 'WPPB_SERVER_MAX_POST_SIZE_BYTE', return_bytes( ini_get( 'post_max_size') ) );
|
63 |
+
define( 'WPPB_SERVER_MAX_POST_SIZE_MEGA', ini_get( 'post_max_size') );
|
64 |
+
define( 'WPPB_TRANSLATE_DIR', WPPB_PLUGIN_DIR.'/translation' );
|
65 |
+
define( 'WPPB_TRANSLATE_DOMAIN', 'profilebuilder' );
|
66 |
|
67 |
|
68 |
/**
|
72 |
*/
|
73 |
require_once('functions/functions.load.php');
|
74 |
|
75 |
+
$wppb_premiumAdmin = WPPB_PLUGIN_DIR . '/premium/classes/';
|
76 |
if (file_exists ( $wppb_premiumAdmin.'premium.class.admin.php' )){
|
77 |
require_once($wppb_premiumAdmin.'premium.class.admin.php');
|
78 |
}else{
|
80 |
}
|
81 |
|
82 |
/* check for updates */
|
83 |
+
$wppb_premiumUpdate = WPPB_PLUGIN_DIR.'/premium/update/';
|
84 |
if (file_exists ($wppb_premiumUpdate.'update-checker.php')){
|
85 |
require ($wppb_premiumUpdate.'update-checker.php');
|
86 |
$localSerial = get_option( 'wppb_profile_builder_pro_serial' );
|
readme.txt
CHANGED
@@ -7,7 +7,7 @@ custom registration, custom registration form, custom registration page, extra u
|
|
7 |
front-end register, front-end registration, frontend edit profile, edit profile
|
8 |
Requires at least: 3.1
|
9 |
Tested up to: 3.3
|
10 |
-
Stable tag: 1.1.
|
11 |
|
12 |
Simple to use profile plugin allowing front-end login, registration and edit profile by using shortcodes.
|
13 |
|
@@ -89,6 +89,12 @@ This plugin only adds/removes fields in the front-end. The default information-f
|
|
89 |
7. Logged in Page: screenshot7.jpg
|
90 |
|
91 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
= 1.1.24 =
|
93 |
Wordpress 3.3 support
|
94 |
|
7 |
front-end register, front-end registration, frontend edit profile, edit profile
|
8 |
Requires at least: 3.1
|
9 |
Tested up to: 3.3
|
10 |
+
Stable tag: 1.1.26
|
11 |
|
12 |
Simple to use profile plugin allowing front-end login, registration and edit profile by using shortcodes.
|
13 |
|
89 |
7. Logged in Page: screenshot7.jpg
|
90 |
|
91 |
== Changelog ==
|
92 |
+
= 1.1.26 =
|
93 |
+
Minor changes
|
94 |
+
|
95 |
+
= 1.1.25 =
|
96 |
+
Different security issues fixed with other updates.
|
97 |
+
|
98 |
= 1.1.24 =
|
99 |
Wordpress 3.3 support
|
100 |
|
translation/profilebuilder-cs_CZ.po
CHANGED
@@ -1,841 +1,841 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Profile Builder Pro v1.1\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: \n"
|
6 |
-
"PO-Revision-Date: 2011-08-18 13:04+0100\n"
|
7 |
-
"Last-Translator: Martin Jurica <martin@jurica.info>\n"
|
8 |
-
"Language-Team: Martin Jurica <martin@jurica.info>\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
13 |
-
"X-Poedit-Language: Czech\n"
|
14 |
-
"X-Poedit-Country: CZECH REPUBLIC\n"
|
15 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
17 |
-
"X-Poedit-Basepath: ../\n"
|
18 |
-
"X-Textdomain-Support: yes\n"
|
19 |
-
"X-Poedit-SearchPath-0: .\n"
|
20 |
-
|
21 |
-
#@ profilebuilder
|
22 |
-
#: front-end/menu.file.php:5
|
23 |
-
#: front-end/menu.file.php:8
|
24 |
-
msgid "Profile Builder"
|
25 |
-
msgstr "Profile Builder"
|
26 |
-
|
27 |
-
#@ profilebuilder
|
28 |
-
#: front-end/menu.file.php:6
|
29 |
-
msgid "Welcome to Profile Builder!"
|
30 |
-
msgstr "Vítá vás Profile Builder!"
|
31 |
-
|
32 |
-
#@ profilebuilder
|
33 |
-
#: front-end/menu.file.php:8
|
34 |
-
msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
|
35 |
-
msgstr " umožňuje přidat front-end menu pro všechny uživatele vašeho webu. To usnadňuje úpravu profilu a zjednodušuje registraci nových uživatelů."
|
36 |
-
|
37 |
-
#@ profilebuilder
|
38 |
-
#: front-end/menu.file.php:9
|
39 |
-
msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
|
40 |
-
msgstr "Uživatelé s administrátorskými právy mohou upravovat stávající pole v profilu a vytvářet nová."
|
41 |
-
|
42 |
-
#@ profilebuilder
|
43 |
-
#: front-end/menu.file.php:10
|
44 |
-
msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
|
45 |
-
msgstr "Pro úpravu profilu přímo na webu (ne v administraci) stačí vytvořit novu Stránku (a pojmenovat ji například Upravit profil)."
|
46 |
-
|
47 |
-
#@ profilebuilder
|
48 |
-
#: front-end/menu.file.php:11
|
49 |
-
msgid "Now all you need to do is add the following shortcode(for the previous example): "
|
50 |
-
msgstr "Do vytvořené stránky (nebo widgetu) pak stačí umístit následující kód: "
|
51 |
-
|
52 |
-
#@ profilebuilder
|
53 |
-
#: front-end/menu.file.php:12
|
54 |
-
msgid "Publish your page and you are ready to go!"
|
55 |
-
msgstr "Nyní vytvořenou stránku publikujte a jste hotovi."
|
56 |
-
|
57 |
-
#@ profilebuilder
|
58 |
-
#: front-end/menu.file.php:13
|
59 |
-
msgid "You can use the following shortcodes:"
|
60 |
-
msgstr "K dispozici jsou následující kódy:"
|
61 |
-
|
62 |
-
#@ profilebuilder
|
63 |
-
#: front-end/menu.file.php:14
|
64 |
-
msgid "for a log-in form."
|
65 |
-
msgstr " pro přihlašovací formulář."
|
66 |
-
|
67 |
-
#@ profilebuilder
|
68 |
-
#: front-end/menu.file.php:15
|
69 |
-
msgid "to add a registration form."
|
70 |
-
msgstr " pro registrační formulář."
|
71 |
-
|
72 |
-
#@ profilebuilder
|
73 |
-
#: front-end/menu.file.php:16
|
74 |
-
msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
|
75 |
-
msgstr "pro poskytnutí přístupu k vlastnímu profilu (pouze pro přihlášené uživatele)."
|
76 |
-
|
77 |
-
#@ profilebuilder
|
78 |
-
#: front-end/menu.file.php:18
|
79 |
-
msgid "Users with administrator rights have access to the following features:"
|
80 |
-
msgstr "Uživatelé s administrátorskými právy mohou také:"
|
81 |
-
|
82 |
-
#@ profilebuilder
|
83 |
-
#: front-end/menu.file.php:19
|
84 |
-
msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
|
85 |
-
msgstr "přidat/zahrnout vlastní CSS styl z aktuální šablony nebo použít některý ze stylů Profile Builder (výchozí, bílý, černý)."
|
86 |
-
|
87 |
-
#@ profilebuilder
|
88 |
-
#: front-end/menu.file.php:20
|
89 |
-
msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
|
90 |
-
msgstr "zvolit, zda zobrazovat administrační menu ve front-endu - v závislosti na uživatelské skupině."
|
91 |
-
|
92 |
-
#@ profilebuilder
|
93 |
-
#: front-end/menu.file.php:21
|
94 |
-
msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
|
95 |
-
msgstr "určit, která pole mohou uživatelé vidět/upravovat. Obsah skrytých polí zůstane beze změny."
|
96 |
-
|
97 |
-
#@ profilebuilder
|
98 |
-
#: front-end/menu.file.php:22
|
99 |
-
msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
|
100 |
-
msgstr "přidat další uživatelská pole k již existujícím polím profilu. K dispozici jsou typy polí: nadpis, text, textarea, select, check-box, radio a upload."
|
101 |
-
|
102 |
-
#@ profilebuilder
|
103 |
-
#: front-end/menu.file.php:23
|
104 |
-
msgid "add an avatar field."
|
105 |
-
msgstr "přidat pole pro avatar."
|
106 |
-
|
107 |
-
#@ profilebuilder
|
108 |
-
#: front-end/menu.file.php:26
|
109 |
-
msgid "NOTE:"
|
110 |
-
msgstr "POZNÁMKA:"
|
111 |
-
|
112 |
-
#@ profilebuilder
|
113 |
-
#: front-end/menu.file.php:27
|
114 |
-
msgid "this plugin only adds/removes fields in the front-end."
|
115 |
-
msgstr "tento plugin pouze přidává/odstraňuje pole ve front-endu."
|
116 |
-
|
117 |
-
#@ profilebuilder
|
118 |
-
#: front-end/menu.file.php:28
|
119 |
-
msgid "The default information-fields will still be visible(and thus modifiable)"
|
120 |
-
msgstr "Výchozí pole budou i nadále dostupná (včetně možnosti úprav)"
|
121 |
-
|
122 |
-
#@ profilebuilder
|
123 |
-
#: front-end/menu.file.php:29
|
124 |
-
msgid "from the back-end, while custom fields will only be visible in the front-end."
|
125 |
-
msgstr "v administraci. Vlastní pole budou přístupná ve front-endu (na webu)."
|
126 |
-
|
127 |
-
#@ profilebuilder
|
128 |
-
#: front-end/menu.file.php:43
|
129 |
-
#: front-end/menu.file.php:44
|
130 |
-
#: front-end/options.php:58
|
131 |
-
msgid "Plugin Layout"
|
132 |
-
msgstr "Nastavení vzhledu"
|
133 |
-
|
134 |
-
#@ profilebuilder
|
135 |
-
#: front-end/menu.file.php:50
|
136 |
-
msgid "Stylesheet used:"
|
137 |
-
msgstr "CSS styl:"
|
138 |
-
|
139 |
-
#@ profilebuilder
|
140 |
-
#: front-end/menu.file.php:53
|
141 |
-
msgid "Default"
|
142 |
-
msgstr "Výchozí"
|
143 |
-
|
144 |
-
#@ profilebuilder
|
145 |
-
#: front-end/menu.file.php:58
|
146 |
-
msgid "White"
|
147 |
-
msgstr "Bílý"
|
148 |
-
|
149 |
-
#@ profilebuilder
|
150 |
-
#: front-end/menu.file.php:59
|
151 |
-
msgid "Black"
|
152 |
-
msgstr "Černý"
|
153 |
-
|
154 |
-
#@ profilebuilder
|
155 |
-
#: front-end/menu.file.php:63
|
156 |
-
msgid "None"
|
157 |
-
msgstr "Žádný"
|
158 |
-
|
159 |
-
#@ default
|
160 |
-
#: front-end/menu.file.php:72
|
161 |
-
#: front-end/menu.file.php:119
|
162 |
-
#: front-end/menu.file.php:287
|
163 |
-
#: premium/premium.php:177
|
164 |
-
msgid "Save Changes"
|
165 |
-
msgstr "Uložit změny"
|
166 |
-
|
167 |
-
#@ profilebuilder
|
168 |
-
#: front-end/menu.file.php:90
|
169 |
-
#: front-end/menu.file.php:91
|
170 |
-
msgid "Show/Hide the Admin Bar on Front End"
|
171 |
-
msgstr "Administrační lišta ve front-endu"
|
172 |
-
|
173 |
-
#@ profilebuilder
|
174 |
-
#: front-end/menu.file.php:95
|
175 |
-
msgid "User-group"
|
176 |
-
msgstr "Skupina"
|
177 |
-
|
178 |
-
#@ profilebuilder
|
179 |
-
#: front-end/menu.file.php:96
|
180 |
-
#: front-end/menu.file.php:143
|
181 |
-
msgid "Visibility"
|
182 |
-
msgstr "Viditelnost"
|
183 |
-
|
184 |
-
#@ profilebuilder
|
185 |
-
#: front-end/menu.file.php:108
|
186 |
-
#: front-end/menu.file.php:159
|
187 |
-
#: front-end/menu.file.php:168
|
188 |
-
#: front-end/menu.file.php:177
|
189 |
-
#: front-end/menu.file.php:186
|
190 |
-
#: front-end/menu.file.php:195
|
191 |
-
#: front-end/menu.file.php:212
|
192 |
-
#: front-end/menu.file.php:221
|
193 |
-
#: front-end/menu.file.php:233
|
194 |
-
#: front-end/menu.file.php:242
|
195 |
-
#: front-end/menu.file.php:251
|
196 |
-
#: front-end/menu.file.php:268
|
197 |
-
#: front-end/menu.file.php:278
|
198 |
-
msgid "Show"
|
199 |
-
msgstr "Zobrazit"
|
200 |
-
|
201 |
-
#@ profilebuilder
|
202 |
-
#: front-end/menu.file.php:109
|
203 |
-
#: front-end/menu.file.php:160
|
204 |
-
#: front-end/menu.file.php:169
|
205 |
-
#: front-end/menu.file.php:178
|
206 |
-
#: front-end/menu.file.php:187
|
207 |
-
#: front-end/menu.file.php:196
|
208 |
-
#: front-end/menu.file.php:213
|
209 |
-
#: front-end/menu.file.php:222
|
210 |
-
#: front-end/menu.file.php:234
|
211 |
-
#: front-end/menu.file.php:243
|
212 |
-
#: front-end/menu.file.php:252
|
213 |
-
#: front-end/menu.file.php:269
|
214 |
-
#: front-end/menu.file.php:279
|
215 |
-
msgid "Hide"
|
216 |
-
msgstr "Skrýt"
|
217 |
-
|
218 |
-
#@ profilebuilder
|
219 |
-
#: front-end/menu.file.php:137
|
220 |
-
#: front-end/menu.file.php:138
|
221 |
-
#: front-end/options.php:60
|
222 |
-
msgid "Default Profile Fields"
|
223 |
-
msgstr "Výchozí pole profilu"
|
224 |
-
|
225 |
-
#@ profilebuilder
|
226 |
-
#: front-end/menu.file.php:142
|
227 |
-
msgid "Input Field Name"
|
228 |
-
msgstr "Název pole"
|
229 |
-
|
230 |
-
#@ profilebuilder
|
231 |
-
#: front-end/menu.file.php:149
|
232 |
-
msgid "Name:"
|
233 |
-
msgstr "Jméno:"
|
234 |
-
|
235 |
-
#@ profilebuilder
|
236 |
-
#: front-end/menu.file.php:156
|
237 |
-
#: front-end/wppb.edit.profile.php:385
|
238 |
-
#: front-end/wppb.login.php:76
|
239 |
-
#: front-end/wppb.register.php:244
|
240 |
-
msgid "Username"
|
241 |
-
msgstr "Uživatelské jméno"
|
242 |
-
|
243 |
-
#@ profilebuilder
|
244 |
-
#: front-end/menu.file.php:165
|
245 |
-
#: front-end/wppb.edit.profile.php:394
|
246 |
-
#: front-end/wppb.register.php:259
|
247 |
-
msgid "First Name"
|
248 |
-
msgstr "Křestní jméno"
|
249 |
-
|
250 |
-
#@ profilebuilder
|
251 |
-
#: front-end/menu.file.php:174
|
252 |
-
#: front-end/wppb.edit.profile.php:403
|
253 |
-
#: front-end/wppb.register.php:273
|
254 |
-
msgid "Last Name"
|
255 |
-
msgstr "Příjmení"
|
256 |
-
|
257 |
-
#@ profilebuilder
|
258 |
-
#: front-end/menu.file.php:183
|
259 |
-
#: front-end/wppb.edit.profile.php:412
|
260 |
-
#: front-end/wppb.register.php:287
|
261 |
-
msgid "Nickname"
|
262 |
-
msgstr "Přezdívka"
|
263 |
-
|
264 |
-
#@ profilebuilder
|
265 |
-
#: front-end/menu.file.php:192
|
266 |
-
msgid "Display name publicly as..."
|
267 |
-
msgstr "Veřejně zobrazovat jako..."
|
268 |
-
|
269 |
-
#@ profilebuilder
|
270 |
-
#: front-end/menu.file.php:202
|
271 |
-
msgid "Contact Info:"
|
272 |
-
msgstr "Kontaktní informace:"
|
273 |
-
|
274 |
-
#@ profilebuilder
|
275 |
-
#: front-end/menu.file.php:209
|
276 |
-
#: front-end/wppb.edit.profile.php:457
|
277 |
-
#: front-end/wppb.register.php:305
|
278 |
-
msgid "E-mail"
|
279 |
-
msgstr "E-mail"
|
280 |
-
|
281 |
-
#@ profilebuilder
|
282 |
-
#: front-end/menu.file.php:218
|
283 |
-
#: front-end/wppb.edit.profile.php:467
|
284 |
-
#: front-end/wppb.register.php:320
|
285 |
-
msgid "Website"
|
286 |
-
msgstr "Web"
|
287 |
-
|
288 |
-
#@ profilebuilder
|
289 |
-
#: front-end/menu.file.php:230
|
290 |
-
#: front-end/wppb.edit.profile.php:476
|
291 |
-
#: front-end/wppb.register.php:334
|
292 |
-
msgid "AIM"
|
293 |
-
msgstr "AIM (AOL Instant Messenger)"
|
294 |
-
|
295 |
-
#@ profilebuilder
|
296 |
-
#: front-end/menu.file.php:239
|
297 |
-
#: front-end/wppb.edit.profile.php:485
|
298 |
-
#: front-end/wppb.register.php:348
|
299 |
-
msgid "Yahoo IM"
|
300 |
-
msgstr "Yahoo IM"
|
301 |
-
|
302 |
-
#@ profilebuilder
|
303 |
-
#: front-end/menu.file.php:248
|
304 |
-
#: front-end/wppb.edit.profile.php:494
|
305 |
-
#: front-end/wppb.register.php:362
|
306 |
-
msgid "Jabber / Google Talk"
|
307 |
-
msgstr "Jabber / Google Talk"
|
308 |
-
|
309 |
-
#@ profilebuilder
|
310 |
-
#: front-end/menu.file.php:258
|
311 |
-
msgid "About Yourself:"
|
312 |
-
msgstr "O vás:"
|
313 |
-
|
314 |
-
#@ profilebuilder
|
315 |
-
#: front-end/menu.file.php:265
|
316 |
-
#: front-end/wppb.edit.profile.php:507
|
317 |
-
#: front-end/wppb.register.php:380
|
318 |
-
msgid "Biographical Info"
|
319 |
-
msgstr "Osobní informace"
|
320 |
-
|
321 |
-
#@ profilebuilder
|
322 |
-
#: front-end/menu.file.php:275
|
323 |
-
#: front-end/wppb.edit.profile.php:516
|
324 |
-
msgid "New Password"
|
325 |
-
msgstr "Nové heslo"
|
326 |
-
|
327 |
-
#@ profilebuilder
|
328 |
-
#: front-end/options.php:57
|
329 |
-
msgid "Basic Information"
|
330 |
-
msgstr "Základní informace"
|
331 |
-
|
332 |
-
#@ profilebuilder
|
333 |
-
#: front-end/options.php:59
|
334 |
-
msgid "Show/Hide the Admin Bar on Front-end"
|
335 |
-
msgstr "Zobrazit/skrýt administrační lištu ve front-endu"
|
336 |
-
|
337 |
-
#@ profilebuilder
|
338 |
-
#: front-end/options.php:63
|
339 |
-
#: premium/premium.php:5
|
340 |
-
#: premium/premium.php:6
|
341 |
-
msgid "Extra Profile Fields"
|
342 |
-
msgstr "Vlastní pole profilu"
|
343 |
-
|
344 |
-
#@ profilebuilder
|
345 |
-
#: front-end/options.php:64
|
346 |
-
msgid "Register Your Version"
|
347 |
-
msgstr "Registrace"
|
348 |
-
|
349 |
-
#@ profilebuilder
|
350 |
-
#: front-end/wppb.edit.profile.php:269
|
351 |
-
msgid "You must be logged in to edit your profile."
|
352 |
-
msgstr "Pro úpravu profilu je nutné se přihlásit."
|
353 |
-
|
354 |
-
#@ profilebuilder
|
355 |
-
#: front-end/wppb.edit.profile.php:278
|
356 |
-
msgid "The avatar was successfully deleted."
|
357 |
-
msgstr "Avatar byl úspěšně odstraněn."
|
358 |
-
|
359 |
-
#@ profilebuilder
|
360 |
-
#: front-end/wppb.edit.profile.php:283
|
361 |
-
msgid "The attachment \""
|
362 |
-
msgstr "Příloha \""
|
363 |
-
|
364 |
-
#@ profilebuilder
|
365 |
-
#: front-end/wppb.edit.profile.php:285
|
366 |
-
msgid "\" was successfully deleted."
|
367 |
-
msgstr "\" byla úspěšně odstraněna."
|
368 |
-
|
369 |
-
#@ profilebuilder
|
370 |
-
#: front-end/wppb.edit.profile.php:298
|
371 |
-
msgid "The changes have been successfully saved."
|
372 |
-
msgstr "Změny byly úspěšně uloženy."
|
373 |
-
|
374 |
-
#@ profilebuilder
|
375 |
-
#: front-end/wppb.edit.profile.php:303
|
376 |
-
msgid "The email address you entered is already registered to a different user.<br/>The email address was "
|
377 |
-
msgstr "Zadaný e-mail má již zaregistrován jiný uživatel. <br/> E-mailová adresa"
|
378 |
-
|
379 |
-
#@ profilebuilder
|
380 |
-
#: front-end/wppb.edit.profile.php:304
|
381 |
-
#: front-end/wppb.edit.profile.php:314
|
382 |
-
#: front-end/wppb.edit.profile.php:324
|
383 |
-
#: front-end/wppb.edit.profile.php:333
|
384 |
-
#: front-end/wppb.edit.profile.php:355
|
385 |
-
#: front-end/wppb.edit.profile.php:363
|
386 |
-
msgid "NOT"
|
387 |
-
msgstr "NEBYLA"
|
388 |
-
|
389 |
-
#@ profilebuilder
|
390 |
-
#: front-end/wppb.edit.profile.php:305
|
391 |
-
#: front-end/wppb.edit.profile.php:315
|
392 |
-
#: front-end/wppb.edit.profile.php:325
|
393 |
-
#: front-end/wppb.edit.profile.php:334
|
394 |
-
#: front-end/wppb.edit.profile.php:356
|
395 |
-
#: front-end/wppb.edit.profile.php:364
|
396 |
-
msgid " updated along with the rest of the information."
|
397 |
-
msgstr " aktualizována spolu s ostatními informacemi."
|
398 |
-
|
399 |
-
#@ profilebuilder
|
400 |
-
#: front-end/wppb.edit.profile.php:313
|
401 |
-
msgid "The email address you entered is invalid. <br/> The email address was "
|
402 |
-
msgstr "Zadaný e-mail není platný. <br/> Adresa "
|
403 |
-
|
404 |
-
#@ profilebuilder
|
405 |
-
#: front-end/wppb.edit.profile.php:323
|
406 |
-
msgid "The passwords you entered do not match. <br/> The password was "
|
407 |
-
msgstr "Zadaná hesla se neshodují. <br/> Zadané heslo "
|
408 |
-
|
409 |
-
#@ profilebuilder
|
410 |
-
#: front-end/wppb.edit.profile.php:332
|
411 |
-
msgid "You didn't complete both password fields. <br/> The password was "
|
412 |
-
msgstr "Nevyplnili jste obě pole pro heslo. <br/> Zadané heslo "
|
413 |
-
|
414 |
-
#@ profilebuilder
|
415 |
-
#: front-end/wppb.edit.profile.php:344
|
416 |
-
msgid "There was an error while trying to upload the following attachments:<br/>"
|
417 |
-
msgstr "Došlo k chybě při pokusu nahrát tyto přílohy: <br/>"
|
418 |
-
|
419 |
-
#@ profilebuilder
|
420 |
-
#: front-end/wppb.edit.profile.php:352
|
421 |
-
msgid "<br/>Possible cause: the size was bigger than "
|
422 |
-
msgstr "<br/> Možná příčina: velikost byla větší než "
|
423 |
-
|
424 |
-
#@ profilebuilder
|
425 |
-
#: front-end/wppb.edit.profile.php:354
|
426 |
-
msgid "b.<br/>The listed attachements were "
|
427 |
-
msgstr "B. <br/> Příloha (přílohy) "
|
428 |
-
|
429 |
-
#@ profilebuilder
|
430 |
-
#: front-end/wppb.edit.profile.php:362
|
431 |
-
msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
|
432 |
-
msgstr "Došlo k chybě při pokusu nahrát avatar. <br/> Možná příčina: Velikost/nesprávný typu souboru. <br/> Ikona avataru "
|
433 |
-
|
434 |
-
#@ profilebuilder
|
435 |
-
#: front-end/wppb.edit.profile.php:380
|
436 |
-
#: front-end/wppb.register.php:233
|
437 |
-
msgid "Name"
|
438 |
-
msgstr "Jméno"
|
439 |
-
|
440 |
-
#@ default
|
441 |
-
#: front-end/wppb.edit.profile.php:386
|
442 |
-
msgid " Usernames cannot be changed."
|
443 |
-
msgstr "Uživatelská jména nelze měnit."
|
444 |
-
|
445 |
-
#@ profilebuilder
|
446 |
-
#: front-end/wppb.edit.profile.php:414
|
447 |
-
#: front-end/wppb.edit.profile.php:459
|
448 |
-
#: front-end/wppb.register.php:246
|
449 |
-
#: front-end/wppb.register.php:307
|
450 |
-
msgid "(required)"
|
451 |
-
msgstr "(vyžadováno)"
|
452 |
-
|
453 |
-
#@ profilebuilder
|
454 |
-
#: front-end/wppb.edit.profile.php:422
|
455 |
-
msgid "Display name publicly as"
|
456 |
-
msgstr "Veřejně zobrazovat jako"
|
457 |
-
|
458 |
-
#@ profilebuilder
|
459 |
-
#: front-end/wppb.edit.profile.php:451
|
460 |
-
#: front-end/wppb.register.php:294
|
461 |
-
msgid "Contact Info"
|
462 |
-
msgstr "Kontaktní informace"
|
463 |
-
|
464 |
-
#@ profilebuilder
|
465 |
-
#: front-end/wppb.edit.profile.php:501
|
466 |
-
#: front-end/wppb.register.php:369
|
467 |
-
msgid "About Yourself"
|
468 |
-
msgstr "O vás"
|
469 |
-
|
470 |
-
#@ profilebuilder
|
471 |
-
#: front-end/wppb.edit.profile.php:521
|
472 |
-
#: front-end/wppb.register.php:403
|
473 |
-
msgid "Repeat Password"
|
474 |
-
msgstr "Heslo ještě jednou"
|
475 |
-
|
476 |
-
#@ profilebuilder
|
477 |
-
#: front-end/wppb.edit.profile.php:537
|
478 |
-
msgid "Update"
|
479 |
-
msgstr "Aktualizovat"
|
480 |
-
|
481 |
-
#@ profilebuilder
|
482 |
-
#: front-end/wppb.login.php:47
|
483 |
-
#, php-format
|
484 |
-
msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
485 |
-
msgstr "Jste přihlášeni jako <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
486 |
-
|
487 |
-
#@ profilebuilder
|
488 |
-
#: front-end/wppb.login.php:47
|
489 |
-
#: front-end/wppb.register.php:171
|
490 |
-
msgid "Log out of this account"
|
491 |
-
msgstr "Odhlásit se"
|
492 |
-
|
493 |
-
#@ profilebuilder
|
494 |
-
#: front-end/wppb.login.php:47
|
495 |
-
msgid "Log out »"
|
496 |
-
msgstr "Odhlásit se »"
|
497 |
-
|
498 |
-
#@ profilebuilder
|
499 |
-
#: front-end/wppb.login.php:60
|
500 |
-
#, php-format
|
501 |
-
msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
502 |
-
msgstr "Úspěšné přihlášení jako <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
503 |
-
|
504 |
-
#@ profilebuilder
|
505 |
-
#: front-end/wppb.login.php:86
|
506 |
-
#: front-end/wppb.register.php:398
|
507 |
-
msgid "Password"
|
508 |
-
msgstr "Heslo"
|
509 |
-
|
510 |
-
#@ profilebuilder
|
511 |
-
#: front-end/wppb.login.php:90
|
512 |
-
msgid "Log in"
|
513 |
-
msgstr "Přihlásit se"
|
514 |
-
|
515 |
-
#@ profilebuilder
|
516 |
-
#: front-end/wppb.login.php:92
|
517 |
-
msgid "Remember me"
|
518 |
-
msgstr "Pamatovat si mě"
|
519 |
-
|
520 |
-
#@ profilebuilder
|
521 |
-
#: front-end/wppb.login.php:96
|
522 |
-
msgid "Lost password?"
|
523 |
-
msgstr "Zapomněli jste heslo?"
|
524 |
-
|
525 |
-
#@ profilebuilder
|
526 |
-
#: front-end/wppb.register.php:39
|
527 |
-
msgid "A username is required for registration."
|
528 |
-
msgstr "Uživatelské jméno je nutné pro registraci."
|
529 |
-
|
530 |
-
#@ profilebuilder
|
531 |
-
#: front-end/wppb.register.php:41
|
532 |
-
msgid "Sorry, that username already exists!"
|
533 |
-
msgstr "Omlouváme se, ale toto uživatelské jméno již existuje."
|
534 |
-
|
535 |
-
#@ profilebuilder
|
536 |
-
#: front-end/wppb.register.php:44
|
537 |
-
msgid "You must enter a valid email address."
|
538 |
-
msgstr "Musíte zadat platnou e-mailovou adresu."
|
539 |
-
|
540 |
-
#@ profilebuilder
|
541 |
-
#: front-end/wppb.register.php:46
|
542 |
-
msgid "Sorry, that email address is already used!"
|
543 |
-
msgstr "Omlouváme se, ale tato e-mailová adresa je již zaregistrována."
|
544 |
-
|
545 |
-
#@ profilebuilder
|
546 |
-
#: front-end/wppb.register.php:49
|
547 |
-
msgid "You didn't complete one of the password-fields!"
|
548 |
-
msgstr "Nebyla vyplněna obě pole hesla."
|
549 |
-
|
550 |
-
#@ profilebuilder
|
551 |
-
#: front-end/wppb.register.php:51
|
552 |
-
msgid "The entered passwords don't match!"
|
553 |
-
msgstr "Zadaná hesla se neshodují."
|
554 |
-
|
555 |
-
#@ profilebuilder
|
556 |
-
#: front-end/wppb.register.php:171
|
557 |
-
#, php-format
|
558 |
-
msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
|
559 |
-
msgstr "Jste přihlášeni jako <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. Není třeba zakládat další účet..."
|
560 |
-
|
561 |
-
#@ profilebuilder
|
562 |
-
#: front-end/wppb.register.php:171
|
563 |
-
msgid "Logout »"
|
564 |
-
msgstr "Odhlásit se »"
|
565 |
-
|
566 |
-
#@ profilebuilder
|
567 |
-
#: front-end/wppb.register.php:181
|
568 |
-
#, php-format
|
569 |
-
msgid "A user account for %1$s has been created."
|
570 |
-
msgstr "Uživatelský účet pro %1$s byl vytvořen."
|
571 |
-
|
572 |
-
#@ profilebuilder
|
573 |
-
#: front-end/wppb.register.php:183
|
574 |
-
#, php-format
|
575 |
-
msgid "Thank you for registering, %1$s."
|
576 |
-
msgstr "Děkujeme za registraci, %1$s."
|
577 |
-
|
578 |
-
#@ profilebuilder
|
579 |
-
#: front-end/wppb.register.php:211
|
580 |
-
msgid "Users can register themselves or you can manually create users here."
|
581 |
-
msgstr "Uživatelé se mohou zaregistrovat sami, případně můžete manuálně vytvářet uživatele zde."
|
582 |
-
|
583 |
-
#@ profilebuilder
|
584 |
-
#: front-end/wppb.register.php:215
|
585 |
-
msgid "Users cannot currently register themselves, but you can manually create users here."
|
586 |
-
msgstr "Uživatelé se nemohou sami zaregistrovat, ale můžete je ručně vytvářet zde."
|
587 |
-
|
588 |
-
#@ profilebuilder
|
589 |
-
#: front-end/wppb.register.php:219
|
590 |
-
msgid "Only an administrator can add new users."
|
591 |
-
msgstr "Pouze administrátor může přidávat nové uživatele."
|
592 |
-
|
593 |
-
#@ profilebuilder
|
594 |
-
#: front-end/wppb.register.php:422
|
595 |
-
msgid " Send these credentials via email."
|
596 |
-
msgstr "Odeslat tyto přihlašovací údaje e-mailem."
|
597 |
-
|
598 |
-
#@ profilebuilder
|
599 |
-
#: front-end/wppb.register.php:428
|
600 |
-
msgid "Add User"
|
601 |
-
msgstr "Přidat uživatele"
|
602 |
-
|
603 |
-
#@ profilebuilder
|
604 |
-
#: front-end/wppb.register.php:428
|
605 |
-
msgid "Register"
|
606 |
-
msgstr "Registrovat"
|
607 |
-
|
608 |
-
#@ profilebuilder
|
609 |
-
#: premium/functions/extra.fields.php:25
|
610 |
-
#: premium/functions/extra.fields.php:31
|
611 |
-
#: premium/functions/extra.fields.php:46
|
612 |
-
#: premium/functions/extra.fields.php:62
|
613 |
-
#: premium/functions/extra.fields.php:78
|
614 |
-
#: premium/functions/extra.fields.php:93
|
615 |
-
#: premium/functions/extra.fields.php:109
|
616 |
-
#: premium/functions/extra.fields.php:133
|
617 |
-
#: premium/functions/extra.fields.php:167
|
618 |
-
#: premium/functions/extra.fields.php:177
|
619 |
-
#: premium/functions/extra.fields.php:188
|
620 |
-
#: premium/functions/extra.fields.php:203
|
621 |
-
#: premium/functions/extra.fields.php:217
|
622 |
-
#: premium/functions/extra.fields.php:237
|
623 |
-
#: premium/functions/extra.fields.php:248
|
624 |
-
#: premium/functions/extra.fields.php:258
|
625 |
-
#: premium/functions/extra.fields.php:302
|
626 |
-
#: premium/functions/extra.fields.php:310
|
627 |
-
#: premium/functions/extra.fields.php:326
|
628 |
-
#: premium/functions/extra.fields.php:347
|
629 |
-
#: premium/functions/extra.fields.php:368
|
630 |
-
#: premium/functions/extra.fields.php:387
|
631 |
-
#: premium/functions/extra.fields.php:407
|
632 |
-
#: premium/functions/extra.fields.php:432
|
633 |
-
msgid "item_title"
|
634 |
-
msgstr "item_title"
|
635 |
-
|
636 |
-
#@ profilebuilder
|
637 |
-
#: premium/functions/extra.fields.php:36
|
638 |
-
#: premium/functions/extra.fields.php:53
|
639 |
-
#: premium/functions/extra.fields.php:69
|
640 |
-
#: premium/functions/extra.fields.php:86
|
641 |
-
#: premium/functions/extra.fields.php:97
|
642 |
-
#: premium/functions/extra.fields.php:112
|
643 |
-
#: premium/functions/extra.fields.php:136
|
644 |
-
#: premium/functions/extra.fields.php:180
|
645 |
-
#: premium/functions/extra.fields.php:195
|
646 |
-
#: premium/functions/extra.fields.php:210
|
647 |
-
#: premium/functions/extra.fields.php:226
|
648 |
-
#: premium/functions/extra.fields.php:241
|
649 |
-
#: premium/functions/extra.fields.php:251
|
650 |
-
#: premium/functions/extra.fields.php:261
|
651 |
-
#: premium/functions/extra.fields.php:313
|
652 |
-
#: premium/functions/extra.fields.php:335
|
653 |
-
#: premium/functions/extra.fields.php:356
|
654 |
-
#: premium/functions/extra.fields.php:377
|
655 |
-
#: premium/functions/extra.fields.php:391
|
656 |
-
#: premium/functions/extra.fields.php:410
|
657 |
-
#: premium/functions/extra.fields.php:435
|
658 |
-
msgid "item_desc"
|
659 |
-
msgstr "item_desc"
|
660 |
-
|
661 |
-
#@ profilebuilder
|
662 |
-
#: premium/functions/extra.fields.php:114
|
663 |
-
#: premium/functions/extra.fields.php:117
|
664 |
-
#: premium/functions/extra.fields.php:412
|
665 |
-
#: premium/functions/extra.fields.php:415
|
666 |
-
msgid "Current file"
|
667 |
-
msgstr "Aktuální soubor"
|
668 |
-
|
669 |
-
#@ profilebuilder
|
670 |
-
#: premium/functions/extra.fields.php:138
|
671 |
-
#: premium/functions/extra.fields.php:437
|
672 |
-
msgid "Current avatar"
|
673 |
-
msgstr "Aktuální avatar"
|
674 |
-
|
675 |
-
#@ profilebuilder
|
676 |
-
#: premium/premium.php:7
|
677 |
-
msgid "You can create as many extra fields as your project requires. To break your custom fields into sections (on the front-end), add a \""
|
678 |
-
msgstr "Můžete vytvořit libovolné množství vlastních polí. K jejich rozdělení do tématických celků (ve front-endu) použijte pole \""
|
679 |
-
|
680 |
-
#@ profilebuilder
|
681 |
-
#: premium/premium.php:7
|
682 |
-
msgid "heading"
|
683 |
-
msgstr "záhlaví"
|
684 |
-
|
685 |
-
#@ profilebuilder
|
686 |
-
#: premium/premium.php:7
|
687 |
-
msgid "\" custom field."
|
688 |
-
msgstr "\"."
|
689 |
-
|
690 |
-
#@ profilebuilder
|
691 |
-
#: premium/premium.php:8
|
692 |
-
msgid "All of the fields can be sorted and rearranged to your liking with "
|
693 |
-
msgstr "Všechna pole lze třídit pomocí "
|
694 |
-
|
695 |
-
#@ profilebuilder
|
696 |
-
#: premium/premium.php:8
|
697 |
-
msgid "Drag"
|
698 |
-
msgstr "Drag"
|
699 |
-
|
700 |
-
#@ profilebuilder
|
701 |
-
#: premium/premium.php:8
|
702 |
-
msgid "Drop"
|
703 |
-
msgstr "Drop"
|
704 |
-
|
705 |
-
#@ profilebuilder
|
706 |
-
#: premium/premium.php:8
|
707 |
-
msgid ". Don't worry about the order in which you create your custom fields, you can always reorder them."
|
708 |
-
msgstr ". Není proto třeba se starat o pořadí, ve kterém vytvoříte vlastní pole, můžete jej kdykoli změnit."
|
709 |
-
|
710 |
-
#@ profilebuilder
|
711 |
-
#: premium/premium.php:12
|
712 |
-
#: premium/premium.php:20
|
713 |
-
msgid "Title"
|
714 |
-
msgstr "Název"
|
715 |
-
|
716 |
-
#@ profilebuilder
|
717 |
-
#: premium/premium.php:13
|
718 |
-
#: premium/premium.php:21
|
719 |
-
msgid "Key"
|
720 |
-
msgstr "Klíč"
|
721 |
-
|
722 |
-
#@ profilebuilder
|
723 |
-
#: premium/premium.php:14
|
724 |
-
#: premium/premium.php:22
|
725 |
-
msgid "Type"
|
726 |
-
msgstr "Typ"
|
727 |
-
|
728 |
-
#@ profilebuilder
|
729 |
-
#: premium/premium.php:15
|
730 |
-
#: premium/premium.php:23
|
731 |
-
msgid "Add Option"
|
732 |
-
msgstr "Přidat volbu"
|
733 |
-
|
734 |
-
#@ profilebuilder
|
735 |
-
#: premium/premium.php:37
|
736 |
-
#: premium/premium.php:137
|
737 |
-
msgid "Edit"
|
738 |
-
msgstr "Upravit"
|
739 |
-
|
740 |
-
#@ profilebuilder
|
741 |
-
#: premium/premium.php:38
|
742 |
-
#: premium/premium.php:138
|
743 |
-
msgid "Delete"
|
744 |
-
msgstr "Odstranit"
|
745 |
-
|
746 |
-
#@ profilebuilder
|
747 |
-
#: premium/premium.php:61
|
748 |
-
msgid "Title:"
|
749 |
-
msgstr "Název:"
|
750 |
-
|
751 |
-
#@ profilebuilder
|
752 |
-
#: premium/premium.php:61
|
753 |
-
msgid "The title of the item."
|
754 |
-
msgstr "Název vlastního pole."
|
755 |
-
|
756 |
-
#@ profilebuilder
|
757 |
-
#: premium/premium.php:71
|
758 |
-
msgid "Option Key:"
|
759 |
-
msgstr "Klíč vlastního pole:"
|
760 |
-
|
761 |
-
#@ profilebuilder
|
762 |
-
#: premium/premium.php:71
|
763 |
-
msgid "Unique alphanumeric key, underscores are acceptable."
|
764 |
-
msgstr "Unikátní alfanumerický klíč, můžete použít i podtržítka."
|
765 |
-
|
766 |
-
#@ profilebuilder
|
767 |
-
#: premium/premium.php:99
|
768 |
-
msgid "Option Type:"
|
769 |
-
msgstr "Typ vlastního pole:"
|
770 |
-
|
771 |
-
#@ profilebuilder
|
772 |
-
#: premium/premium.php:99
|
773 |
-
msgid "Choose one of the supported option types."
|
774 |
-
msgstr "Vyberte jednu z nabízených možností."
|
775 |
-
|
776 |
-
#@ profilebuilder
|
777 |
-
#: premium/premium.php:109
|
778 |
-
msgid "Description:"
|
779 |
-
msgstr "Popis:"
|
780 |
-
|
781 |
-
#@ profilebuilder
|
782 |
-
#: premium/premium.php:109
|
783 |
-
msgid "Enter a detailed description of the option for end users to read(optional)."
|
784 |
-
msgstr "Zadejte podrobný popis vlastního pole pro uživatele (volitelné)."
|
785 |
-
|
786 |
-
#@ profilebuilder
|
787 |
-
#: premium/premium.php:119
|
788 |
-
msgid "Options:"
|
789 |
-
msgstr "Možnosti:"
|
790 |
-
|
791 |
-
#@ profilebuilder
|
792 |
-
#: premium/premium.php:119
|
793 |
-
msgid "Enter a comma separated list of options. For example, you could have \"One,Two,Three\" or just a single value like \"Yes\" for a checkbox."
|
794 |
-
msgstr "Zadejte čárkami oddělený seznam možností. Například \"Jedna, dva, tři\" nebo jen jednu hodnotu (např. \"Ano\" u check-boxu)."
|
795 |
-
|
796 |
-
#@ profilebuilder
|
797 |
-
#: premium/premium.php:127
|
798 |
-
msgid "Cancel"
|
799 |
-
msgstr "Zrušit"
|
800 |
-
|
801 |
-
#@ profilebuilder
|
802 |
-
#: premium/premium.php:128
|
803 |
-
msgid "Save"
|
804 |
-
msgstr "Uložit"
|
805 |
-
|
806 |
-
#@ profilebuilder
|
807 |
-
#: premium/premium.php:158
|
808 |
-
#: premium/premium.php:159
|
809 |
-
msgid "Register your version of Profile Builder Pro"
|
810 |
-
msgstr "Zaregistrujte si svou verzi Profile Builder Pro"
|
811 |
-
|
812 |
-
#@ profilebuilder
|
813 |
-
#: premium/premium.php:160
|
814 |
-
msgid "Now that you acquired a copy of Profile Builder Pro, you should take the time and register it with the serial number you received in the e-mail."
|
815 |
-
msgstr "Nyní, když jste získali svou kopii Profile Builder Pro, zvažte výhody registrace této kopie zadáním sériového čísla, které jste obdrželi v e-mailu."
|
816 |
-
|
817 |
-
#@ profilebuilder
|
818 |
-
#: premium/premium.php:161
|
819 |
-
msgid "If you register this version of Profile Builder, you'll receive information regarding eventual upgrades, patches, and - if needed - technical support."
|
820 |
-
msgstr "Pokud si zaregistrujete tuto verzi Profile Builder, budete dostávat informace o aktualizacích, nových verzích a získáte přístup k technické podpoře."
|
821 |
-
|
822 |
-
#@ profilebuilder
|
823 |
-
#: premium/premium.php:162
|
824 |
-
msgid "Serial Number:"
|
825 |
-
msgstr "Sériové číslo:"
|
826 |
-
|
827 |
-
#@ profilebuilder
|
828 |
-
#: premium/premium.php:167
|
829 |
-
msgid "The serial number couldn't be validated or isn't valid!"
|
830 |
-
msgstr "Sériové číslo nemůže být ověřeno nebo není platné!"
|
831 |
-
|
832 |
-
#@ profilebuilder
|
833 |
-
#: premium/premium.php:169
|
834 |
-
msgid "The serial number was successfully validated!"
|
835 |
-
msgstr "Sériové číslo bylo úspěšně ověřeno! Děkujeme."
|
836 |
-
|
837 |
-
#@ profilebuilder
|
838 |
-
#: premium/premium.php:172
|
839 |
-
msgid "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
840 |
-
msgstr "(například RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
841 |
-
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Profile Builder Pro v1.1\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: \n"
|
6 |
+
"PO-Revision-Date: 2011-08-18 13:04+0100\n"
|
7 |
+
"Last-Translator: Martin Jurica <martin@jurica.info>\n"
|
8 |
+
"Language-Team: Martin Jurica <martin@jurica.info>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
13 |
+
"X-Poedit-Language: Czech\n"
|
14 |
+
"X-Poedit-Country: CZECH REPUBLIC\n"
|
15 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
17 |
+
"X-Poedit-Basepath: ../\n"
|
18 |
+
"X-Textdomain-Support: yes\n"
|
19 |
+
"X-Poedit-SearchPath-0: .\n"
|
20 |
+
|
21 |
+
#@ profilebuilder
|
22 |
+
#: front-end/menu.file.php:5
|
23 |
+
#: front-end/menu.file.php:8
|
24 |
+
msgid "Profile Builder"
|
25 |
+
msgstr "Profile Builder"
|
26 |
+
|
27 |
+
#@ profilebuilder
|
28 |
+
#: front-end/menu.file.php:6
|
29 |
+
msgid "Welcome to Profile Builder!"
|
30 |
+
msgstr "Vítá vás Profile Builder!"
|
31 |
+
|
32 |
+
#@ profilebuilder
|
33 |
+
#: front-end/menu.file.php:8
|
34 |
+
msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
|
35 |
+
msgstr " umožňuje přidat front-end menu pro všechny uživatele vašeho webu. To usnadňuje úpravu profilu a zjednodušuje registraci nových uživatelů."
|
36 |
+
|
37 |
+
#@ profilebuilder
|
38 |
+
#: front-end/menu.file.php:9
|
39 |
+
msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
|
40 |
+
msgstr "Uživatelé s administrátorskými právy mohou upravovat stávající pole v profilu a vytvářet nová."
|
41 |
+
|
42 |
+
#@ profilebuilder
|
43 |
+
#: front-end/menu.file.php:10
|
44 |
+
msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
|
45 |
+
msgstr "Pro úpravu profilu přímo na webu (ne v administraci) stačí vytvořit novu Stránku (a pojmenovat ji například Upravit profil)."
|
46 |
+
|
47 |
+
#@ profilebuilder
|
48 |
+
#: front-end/menu.file.php:11
|
49 |
+
msgid "Now all you need to do is add the following shortcode(for the previous example): "
|
50 |
+
msgstr "Do vytvořené stránky (nebo widgetu) pak stačí umístit následující kód: "
|
51 |
+
|
52 |
+
#@ profilebuilder
|
53 |
+
#: front-end/menu.file.php:12
|
54 |
+
msgid "Publish your page and you are ready to go!"
|
55 |
+
msgstr "Nyní vytvořenou stránku publikujte a jste hotovi."
|
56 |
+
|
57 |
+
#@ profilebuilder
|
58 |
+
#: front-end/menu.file.php:13
|
59 |
+
msgid "You can use the following shortcodes:"
|
60 |
+
msgstr "K dispozici jsou následující kódy:"
|
61 |
+
|
62 |
+
#@ profilebuilder
|
63 |
+
#: front-end/menu.file.php:14
|
64 |
+
msgid "for a log-in form."
|
65 |
+
msgstr " pro přihlašovací formulář."
|
66 |
+
|
67 |
+
#@ profilebuilder
|
68 |
+
#: front-end/menu.file.php:15
|
69 |
+
msgid "to add a registration form."
|
70 |
+
msgstr " pro registrační formulář."
|
71 |
+
|
72 |
+
#@ profilebuilder
|
73 |
+
#: front-end/menu.file.php:16
|
74 |
+
msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
|
75 |
+
msgstr "pro poskytnutí přístupu k vlastnímu profilu (pouze pro přihlášené uživatele)."
|
76 |
+
|
77 |
+
#@ profilebuilder
|
78 |
+
#: front-end/menu.file.php:18
|
79 |
+
msgid "Users with administrator rights have access to the following features:"
|
80 |
+
msgstr "Uživatelé s administrátorskými právy mohou také:"
|
81 |
+
|
82 |
+
#@ profilebuilder
|
83 |
+
#: front-end/menu.file.php:19
|
84 |
+
msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
|
85 |
+
msgstr "přidat/zahrnout vlastní CSS styl z aktuální šablony nebo použít některý ze stylů Profile Builder (výchozí, bílý, černý)."
|
86 |
+
|
87 |
+
#@ profilebuilder
|
88 |
+
#: front-end/menu.file.php:20
|
89 |
+
msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
|
90 |
+
msgstr "zvolit, zda zobrazovat administrační menu ve front-endu - v závislosti na uživatelské skupině."
|
91 |
+
|
92 |
+
#@ profilebuilder
|
93 |
+
#: front-end/menu.file.php:21
|
94 |
+
msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
|
95 |
+
msgstr "určit, která pole mohou uživatelé vidět/upravovat. Obsah skrytých polí zůstane beze změny."
|
96 |
+
|
97 |
+
#@ profilebuilder
|
98 |
+
#: front-end/menu.file.php:22
|
99 |
+
msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
|
100 |
+
msgstr "přidat další uživatelská pole k již existujícím polím profilu. K dispozici jsou typy polí: nadpis, text, textarea, select, check-box, radio a upload."
|
101 |
+
|
102 |
+
#@ profilebuilder
|
103 |
+
#: front-end/menu.file.php:23
|
104 |
+
msgid "add an avatar field."
|
105 |
+
msgstr "přidat pole pro avatar."
|
106 |
+
|
107 |
+
#@ profilebuilder
|
108 |
+
#: front-end/menu.file.php:26
|
109 |
+
msgid "NOTE:"
|
110 |
+
msgstr "POZNÁMKA:"
|
111 |
+
|
112 |
+
#@ profilebuilder
|
113 |
+
#: front-end/menu.file.php:27
|
114 |
+
msgid "this plugin only adds/removes fields in the front-end."
|
115 |
+
msgstr "tento plugin pouze přidává/odstraňuje pole ve front-endu."
|
116 |
+
|
117 |
+
#@ profilebuilder
|
118 |
+
#: front-end/menu.file.php:28
|
119 |
+
msgid "The default information-fields will still be visible(and thus modifiable)"
|
120 |
+
msgstr "Výchozí pole budou i nadále dostupná (včetně možnosti úprav)"
|
121 |
+
|
122 |
+
#@ profilebuilder
|
123 |
+
#: front-end/menu.file.php:29
|
124 |
+
msgid "from the back-end, while custom fields will only be visible in the front-end."
|
125 |
+
msgstr "v administraci. Vlastní pole budou přístupná ve front-endu (na webu)."
|
126 |
+
|
127 |
+
#@ profilebuilder
|
128 |
+
#: front-end/menu.file.php:43
|
129 |
+
#: front-end/menu.file.php:44
|
130 |
+
#: front-end/options.php:58
|
131 |
+
msgid "Plugin Layout"
|
132 |
+
msgstr "Nastavení vzhledu"
|
133 |
+
|
134 |
+
#@ profilebuilder
|
135 |
+
#: front-end/menu.file.php:50
|
136 |
+
msgid "Stylesheet used:"
|
137 |
+
msgstr "CSS styl:"
|
138 |
+
|
139 |
+
#@ profilebuilder
|
140 |
+
#: front-end/menu.file.php:53
|
141 |
+
msgid "Default"
|
142 |
+
msgstr "Výchozí"
|
143 |
+
|
144 |
+
#@ profilebuilder
|
145 |
+
#: front-end/menu.file.php:58
|
146 |
+
msgid "White"
|
147 |
+
msgstr "Bílý"
|
148 |
+
|
149 |
+
#@ profilebuilder
|
150 |
+
#: front-end/menu.file.php:59
|
151 |
+
msgid "Black"
|
152 |
+
msgstr "Černý"
|
153 |
+
|
154 |
+
#@ profilebuilder
|
155 |
+
#: front-end/menu.file.php:63
|
156 |
+
msgid "None"
|
157 |
+
msgstr "Žádný"
|
158 |
+
|
159 |
+
#@ default
|
160 |
+
#: front-end/menu.file.php:72
|
161 |
+
#: front-end/menu.file.php:119
|
162 |
+
#: front-end/menu.file.php:287
|
163 |
+
#: premium/premium.php:177
|
164 |
+
msgid "Save Changes"
|
165 |
+
msgstr "Uložit změny"
|
166 |
+
|
167 |
+
#@ profilebuilder
|
168 |
+
#: front-end/menu.file.php:90
|
169 |
+
#: front-end/menu.file.php:91
|
170 |
+
msgid "Show/Hide the Admin Bar on Front End"
|
171 |
+
msgstr "Administrační lišta ve front-endu"
|
172 |
+
|
173 |
+
#@ profilebuilder
|
174 |
+
#: front-end/menu.file.php:95
|
175 |
+
msgid "User-group"
|
176 |
+
msgstr "Skupina"
|
177 |
+
|
178 |
+
#@ profilebuilder
|
179 |
+
#: front-end/menu.file.php:96
|
180 |
+
#: front-end/menu.file.php:143
|
181 |
+
msgid "Visibility"
|
182 |
+
msgstr "Viditelnost"
|
183 |
+
|
184 |
+
#@ profilebuilder
|
185 |
+
#: front-end/menu.file.php:108
|
186 |
+
#: front-end/menu.file.php:159
|
187 |
+
#: front-end/menu.file.php:168
|
188 |
+
#: front-end/menu.file.php:177
|
189 |
+
#: front-end/menu.file.php:186
|
190 |
+
#: front-end/menu.file.php:195
|
191 |
+
#: front-end/menu.file.php:212
|
192 |
+
#: front-end/menu.file.php:221
|
193 |
+
#: front-end/menu.file.php:233
|
194 |
+
#: front-end/menu.file.php:242
|
195 |
+
#: front-end/menu.file.php:251
|
196 |
+
#: front-end/menu.file.php:268
|
197 |
+
#: front-end/menu.file.php:278
|
198 |
+
msgid "Show"
|
199 |
+
msgstr "Zobrazit"
|
200 |
+
|
201 |
+
#@ profilebuilder
|
202 |
+
#: front-end/menu.file.php:109
|
203 |
+
#: front-end/menu.file.php:160
|
204 |
+
#: front-end/menu.file.php:169
|
205 |
+
#: front-end/menu.file.php:178
|
206 |
+
#: front-end/menu.file.php:187
|
207 |
+
#: front-end/menu.file.php:196
|
208 |
+
#: front-end/menu.file.php:213
|
209 |
+
#: front-end/menu.file.php:222
|
210 |
+
#: front-end/menu.file.php:234
|
211 |
+
#: front-end/menu.file.php:243
|
212 |
+
#: front-end/menu.file.php:252
|
213 |
+
#: front-end/menu.file.php:269
|
214 |
+
#: front-end/menu.file.php:279
|
215 |
+
msgid "Hide"
|
216 |
+
msgstr "Skrýt"
|
217 |
+
|
218 |
+
#@ profilebuilder
|
219 |
+
#: front-end/menu.file.php:137
|
220 |
+
#: front-end/menu.file.php:138
|
221 |
+
#: front-end/options.php:60
|
222 |
+
msgid "Default Profile Fields"
|
223 |
+
msgstr "Výchozí pole profilu"
|
224 |
+
|
225 |
+
#@ profilebuilder
|
226 |
+
#: front-end/menu.file.php:142
|
227 |
+
msgid "Input Field Name"
|
228 |
+
msgstr "Název pole"
|
229 |
+
|
230 |
+
#@ profilebuilder
|
231 |
+
#: front-end/menu.file.php:149
|
232 |
+
msgid "Name:"
|
233 |
+
msgstr "Jméno:"
|
234 |
+
|
235 |
+
#@ profilebuilder
|
236 |
+
#: front-end/menu.file.php:156
|
237 |
+
#: front-end/wppb.edit.profile.php:385
|
238 |
+
#: front-end/wppb.login.php:76
|
239 |
+
#: front-end/wppb.register.php:244
|
240 |
+
msgid "Username"
|
241 |
+
msgstr "Uživatelské jméno"
|
242 |
+
|
243 |
+
#@ profilebuilder
|
244 |
+
#: front-end/menu.file.php:165
|
245 |
+
#: front-end/wppb.edit.profile.php:394
|
246 |
+
#: front-end/wppb.register.php:259
|
247 |
+
msgid "First Name"
|
248 |
+
msgstr "Křestní jméno"
|
249 |
+
|
250 |
+
#@ profilebuilder
|
251 |
+
#: front-end/menu.file.php:174
|
252 |
+
#: front-end/wppb.edit.profile.php:403
|
253 |
+
#: front-end/wppb.register.php:273
|
254 |
+
msgid "Last Name"
|
255 |
+
msgstr "Příjmení"
|
256 |
+
|
257 |
+
#@ profilebuilder
|
258 |
+
#: front-end/menu.file.php:183
|
259 |
+
#: front-end/wppb.edit.profile.php:412
|
260 |
+
#: front-end/wppb.register.php:287
|
261 |
+
msgid "Nickname"
|
262 |
+
msgstr "Přezdívka"
|
263 |
+
|
264 |
+
#@ profilebuilder
|
265 |
+
#: front-end/menu.file.php:192
|
266 |
+
msgid "Display name publicly as..."
|
267 |
+
msgstr "Veřejně zobrazovat jako..."
|
268 |
+
|
269 |
+
#@ profilebuilder
|
270 |
+
#: front-end/menu.file.php:202
|
271 |
+
msgid "Contact Info:"
|
272 |
+
msgstr "Kontaktní informace:"
|
273 |
+
|
274 |
+
#@ profilebuilder
|
275 |
+
#: front-end/menu.file.php:209
|
276 |
+
#: front-end/wppb.edit.profile.php:457
|
277 |
+
#: front-end/wppb.register.php:305
|
278 |
+
msgid "E-mail"
|
279 |
+
msgstr "E-mail"
|
280 |
+
|
281 |
+
#@ profilebuilder
|
282 |
+
#: front-end/menu.file.php:218
|
283 |
+
#: front-end/wppb.edit.profile.php:467
|
284 |
+
#: front-end/wppb.register.php:320
|
285 |
+
msgid "Website"
|
286 |
+
msgstr "Web"
|
287 |
+
|
288 |
+
#@ profilebuilder
|
289 |
+
#: front-end/menu.file.php:230
|
290 |
+
#: front-end/wppb.edit.profile.php:476
|
291 |
+
#: front-end/wppb.register.php:334
|
292 |
+
msgid "AIM"
|
293 |
+
msgstr "AIM (AOL Instant Messenger)"
|
294 |
+
|
295 |
+
#@ profilebuilder
|
296 |
+
#: front-end/menu.file.php:239
|
297 |
+
#: front-end/wppb.edit.profile.php:485
|
298 |
+
#: front-end/wppb.register.php:348
|
299 |
+
msgid "Yahoo IM"
|
300 |
+
msgstr "Yahoo IM"
|
301 |
+
|
302 |
+
#@ profilebuilder
|
303 |
+
#: front-end/menu.file.php:248
|
304 |
+
#: front-end/wppb.edit.profile.php:494
|
305 |
+
#: front-end/wppb.register.php:362
|
306 |
+
msgid "Jabber / Google Talk"
|
307 |
+
msgstr "Jabber / Google Talk"
|
308 |
+
|
309 |
+
#@ profilebuilder
|
310 |
+
#: front-end/menu.file.php:258
|
311 |
+
msgid "About Yourself:"
|
312 |
+
msgstr "O vás:"
|
313 |
+
|
314 |
+
#@ profilebuilder
|
315 |
+
#: front-end/menu.file.php:265
|
316 |
+
#: front-end/wppb.edit.profile.php:507
|
317 |
+
#: front-end/wppb.register.php:380
|
318 |
+
msgid "Biographical Info"
|
319 |
+
msgstr "Osobní informace"
|
320 |
+
|
321 |
+
#@ profilebuilder
|
322 |
+
#: front-end/menu.file.php:275
|
323 |
+
#: front-end/wppb.edit.profile.php:516
|
324 |
+
msgid "New Password"
|
325 |
+
msgstr "Nové heslo"
|
326 |
+
|
327 |
+
#@ profilebuilder
|
328 |
+
#: front-end/options.php:57
|
329 |
+
msgid "Basic Information"
|
330 |
+
msgstr "Základní informace"
|
331 |
+
|
332 |
+
#@ profilebuilder
|
333 |
+
#: front-end/options.php:59
|
334 |
+
msgid "Show/Hide the Admin Bar on Front-end"
|
335 |
+
msgstr "Zobrazit/skrýt administrační lištu ve front-endu"
|
336 |
+
|
337 |
+
#@ profilebuilder
|
338 |
+
#: front-end/options.php:63
|
339 |
+
#: premium/premium.php:5
|
340 |
+
#: premium/premium.php:6
|
341 |
+
msgid "Extra Profile Fields"
|
342 |
+
msgstr "Vlastní pole profilu"
|
343 |
+
|
344 |
+
#@ profilebuilder
|
345 |
+
#: front-end/options.php:64
|
346 |
+
msgid "Register Your Version"
|
347 |
+
msgstr "Registrace"
|
348 |
+
|
349 |
+
#@ profilebuilder
|
350 |
+
#: front-end/wppb.edit.profile.php:269
|
351 |
+
msgid "You must be logged in to edit your profile."
|
352 |
+
msgstr "Pro úpravu profilu je nutné se přihlásit."
|
353 |
+
|
354 |
+
#@ profilebuilder
|
355 |
+
#: front-end/wppb.edit.profile.php:278
|
356 |
+
msgid "The avatar was successfully deleted."
|
357 |
+
msgstr "Avatar byl úspěšně odstraněn."
|
358 |
+
|
359 |
+
#@ profilebuilder
|
360 |
+
#: front-end/wppb.edit.profile.php:283
|
361 |
+
msgid "The attachment \""
|
362 |
+
msgstr "Příloha \""
|
363 |
+
|
364 |
+
#@ profilebuilder
|
365 |
+
#: front-end/wppb.edit.profile.php:285
|
366 |
+
msgid "\" was successfully deleted."
|
367 |
+
msgstr "\" byla úspěšně odstraněna."
|
368 |
+
|
369 |
+
#@ profilebuilder
|
370 |
+
#: front-end/wppb.edit.profile.php:298
|
371 |
+
msgid "The changes have been successfully saved."
|
372 |
+
msgstr "Změny byly úspěšně uloženy."
|
373 |
+
|
374 |
+
#@ profilebuilder
|
375 |
+
#: front-end/wppb.edit.profile.php:303
|
376 |
+
msgid "The email address you entered is already registered to a different user.<br/>The email address was "
|
377 |
+
msgstr "Zadaný e-mail má již zaregistrován jiný uživatel. <br/> E-mailová adresa"
|
378 |
+
|
379 |
+
#@ profilebuilder
|
380 |
+
#: front-end/wppb.edit.profile.php:304
|
381 |
+
#: front-end/wppb.edit.profile.php:314
|
382 |
+
#: front-end/wppb.edit.profile.php:324
|
383 |
+
#: front-end/wppb.edit.profile.php:333
|
384 |
+
#: front-end/wppb.edit.profile.php:355
|
385 |
+
#: front-end/wppb.edit.profile.php:363
|
386 |
+
msgid "NOT"
|
387 |
+
msgstr "NEBYLA"
|
388 |
+
|
389 |
+
#@ profilebuilder
|
390 |
+
#: front-end/wppb.edit.profile.php:305
|
391 |
+
#: front-end/wppb.edit.profile.php:315
|
392 |
+
#: front-end/wppb.edit.profile.php:325
|
393 |
+
#: front-end/wppb.edit.profile.php:334
|
394 |
+
#: front-end/wppb.edit.profile.php:356
|
395 |
+
#: front-end/wppb.edit.profile.php:364
|
396 |
+
msgid " updated along with the rest of the information."
|
397 |
+
msgstr " aktualizována spolu s ostatními informacemi."
|
398 |
+
|
399 |
+
#@ profilebuilder
|
400 |
+
#: front-end/wppb.edit.profile.php:313
|
401 |
+
msgid "The email address you entered is invalid. <br/> The email address was "
|
402 |
+
msgstr "Zadaný e-mail není platný. <br/> Adresa "
|
403 |
+
|
404 |
+
#@ profilebuilder
|
405 |
+
#: front-end/wppb.edit.profile.php:323
|
406 |
+
msgid "The passwords you entered do not match. <br/> The password was "
|
407 |
+
msgstr "Zadaná hesla se neshodují. <br/> Zadané heslo "
|
408 |
+
|
409 |
+
#@ profilebuilder
|
410 |
+
#: front-end/wppb.edit.profile.php:332
|
411 |
+
msgid "You didn't complete both password fields. <br/> The password was "
|
412 |
+
msgstr "Nevyplnili jste obě pole pro heslo. <br/> Zadané heslo "
|
413 |
+
|
414 |
+
#@ profilebuilder
|
415 |
+
#: front-end/wppb.edit.profile.php:344
|
416 |
+
msgid "There was an error while trying to upload the following attachments:<br/>"
|
417 |
+
msgstr "Došlo k chybě při pokusu nahrát tyto přílohy: <br/>"
|
418 |
+
|
419 |
+
#@ profilebuilder
|
420 |
+
#: front-end/wppb.edit.profile.php:352
|
421 |
+
msgid "<br/>Possible cause: the size was bigger than "
|
422 |
+
msgstr "<br/> Možná příčina: velikost byla větší než "
|
423 |
+
|
424 |
+
#@ profilebuilder
|
425 |
+
#: front-end/wppb.edit.profile.php:354
|
426 |
+
msgid "b.<br/>The listed attachements were "
|
427 |
+
msgstr "B. <br/> Příloha (přílohy) "
|
428 |
+
|
429 |
+
#@ profilebuilder
|
430 |
+
#: front-end/wppb.edit.profile.php:362
|
431 |
+
msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
|
432 |
+
msgstr "Došlo k chybě při pokusu nahrát avatar. <br/> Možná příčina: Velikost/nesprávný typu souboru. <br/> Ikona avataru "
|
433 |
+
|
434 |
+
#@ profilebuilder
|
435 |
+
#: front-end/wppb.edit.profile.php:380
|
436 |
+
#: front-end/wppb.register.php:233
|
437 |
+
msgid "Name"
|
438 |
+
msgstr "Jméno"
|
439 |
+
|
440 |
+
#@ default
|
441 |
+
#: front-end/wppb.edit.profile.php:386
|
442 |
+
msgid " Usernames cannot be changed."
|
443 |
+
msgstr "Uživatelská jména nelze měnit."
|
444 |
+
|
445 |
+
#@ profilebuilder
|
446 |
+
#: front-end/wppb.edit.profile.php:414
|
447 |
+
#: front-end/wppb.edit.profile.php:459
|
448 |
+
#: front-end/wppb.register.php:246
|
449 |
+
#: front-end/wppb.register.php:307
|
450 |
+
msgid "(required)"
|
451 |
+
msgstr "(vyžadováno)"
|
452 |
+
|
453 |
+
#@ profilebuilder
|
454 |
+
#: front-end/wppb.edit.profile.php:422
|
455 |
+
msgid "Display name publicly as"
|
456 |
+
msgstr "Veřejně zobrazovat jako"
|
457 |
+
|
458 |
+
#@ profilebuilder
|
459 |
+
#: front-end/wppb.edit.profile.php:451
|
460 |
+
#: front-end/wppb.register.php:294
|
461 |
+
msgid "Contact Info"
|
462 |
+
msgstr "Kontaktní informace"
|
463 |
+
|
464 |
+
#@ profilebuilder
|
465 |
+
#: front-end/wppb.edit.profile.php:501
|
466 |
+
#: front-end/wppb.register.php:369
|
467 |
+
msgid "About Yourself"
|
468 |
+
msgstr "O vás"
|
469 |
+
|
470 |
+
#@ profilebuilder
|
471 |
+
#: front-end/wppb.edit.profile.php:521
|
472 |
+
#: front-end/wppb.register.php:403
|
473 |
+
msgid "Repeat Password"
|
474 |
+
msgstr "Heslo ještě jednou"
|
475 |
+
|
476 |
+
#@ profilebuilder
|
477 |
+
#: front-end/wppb.edit.profile.php:537
|
478 |
+
msgid "Update"
|
479 |
+
msgstr "Aktualizovat"
|
480 |
+
|
481 |
+
#@ profilebuilder
|
482 |
+
#: front-end/wppb.login.php:47
|
483 |
+
#, php-format
|
484 |
+
msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
485 |
+
msgstr "Jste přihlášeni jako <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
486 |
+
|
487 |
+
#@ profilebuilder
|
488 |
+
#: front-end/wppb.login.php:47
|
489 |
+
#: front-end/wppb.register.php:171
|
490 |
+
msgid "Log out of this account"
|
491 |
+
msgstr "Odhlásit se"
|
492 |
+
|
493 |
+
#@ profilebuilder
|
494 |
+
#: front-end/wppb.login.php:47
|
495 |
+
msgid "Log out »"
|
496 |
+
msgstr "Odhlásit se »"
|
497 |
+
|
498 |
+
#@ profilebuilder
|
499 |
+
#: front-end/wppb.login.php:60
|
500 |
+
#, php-format
|
501 |
+
msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
502 |
+
msgstr "Úspěšné přihlášení jako <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
503 |
+
|
504 |
+
#@ profilebuilder
|
505 |
+
#: front-end/wppb.login.php:86
|
506 |
+
#: front-end/wppb.register.php:398
|
507 |
+
msgid "Password"
|
508 |
+
msgstr "Heslo"
|
509 |
+
|
510 |
+
#@ profilebuilder
|
511 |
+
#: front-end/wppb.login.php:90
|
512 |
+
msgid "Log in"
|
513 |
+
msgstr "Přihlásit se"
|
514 |
+
|
515 |
+
#@ profilebuilder
|
516 |
+
#: front-end/wppb.login.php:92
|
517 |
+
msgid "Remember me"
|
518 |
+
msgstr "Pamatovat si mě"
|
519 |
+
|
520 |
+
#@ profilebuilder
|
521 |
+
#: front-end/wppb.login.php:96
|
522 |
+
msgid "Lost password?"
|
523 |
+
msgstr "Zapomněli jste heslo?"
|
524 |
+
|
525 |
+
#@ profilebuilder
|
526 |
+
#: front-end/wppb.register.php:39
|
527 |
+
msgid "A username is required for registration."
|
528 |
+
msgstr "Uživatelské jméno je nutné pro registraci."
|
529 |
+
|
530 |
+
#@ profilebuilder
|
531 |
+
#: front-end/wppb.register.php:41
|
532 |
+
msgid "Sorry, that username already exists!"
|
533 |
+
msgstr "Omlouváme se, ale toto uživatelské jméno již existuje."
|
534 |
+
|
535 |
+
#@ profilebuilder
|
536 |
+
#: front-end/wppb.register.php:44
|
537 |
+
msgid "You must enter a valid email address."
|
538 |
+
msgstr "Musíte zadat platnou e-mailovou adresu."
|
539 |
+
|
540 |
+
#@ profilebuilder
|
541 |
+
#: front-end/wppb.register.php:46
|
542 |
+
msgid "Sorry, that email address is already used!"
|
543 |
+
msgstr "Omlouváme se, ale tato e-mailová adresa je již zaregistrována."
|
544 |
+
|
545 |
+
#@ profilebuilder
|
546 |
+
#: front-end/wppb.register.php:49
|
547 |
+
msgid "You didn't complete one of the password-fields!"
|
548 |
+
msgstr "Nebyla vyplněna obě pole hesla."
|
549 |
+
|
550 |
+
#@ profilebuilder
|
551 |
+
#: front-end/wppb.register.php:51
|
552 |
+
msgid "The entered passwords don't match!"
|
553 |
+
msgstr "Zadaná hesla se neshodují."
|
554 |
+
|
555 |
+
#@ profilebuilder
|
556 |
+
#: front-end/wppb.register.php:171
|
557 |
+
#, php-format
|
558 |
+
msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
|
559 |
+
msgstr "Jste přihlášeni jako <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. Není třeba zakládat další účet..."
|
560 |
+
|
561 |
+
#@ profilebuilder
|
562 |
+
#: front-end/wppb.register.php:171
|
563 |
+
msgid "Logout »"
|
564 |
+
msgstr "Odhlásit se »"
|
565 |
+
|
566 |
+
#@ profilebuilder
|
567 |
+
#: front-end/wppb.register.php:181
|
568 |
+
#, php-format
|
569 |
+
msgid "A user account for %1$s has been created."
|
570 |
+
msgstr "Uživatelský účet pro %1$s byl vytvořen."
|
571 |
+
|
572 |
+
#@ profilebuilder
|
573 |
+
#: front-end/wppb.register.php:183
|
574 |
+
#, php-format
|
575 |
+
msgid "Thank you for registering, %1$s."
|
576 |
+
msgstr "Děkujeme za registraci, %1$s."
|
577 |
+
|
578 |
+
#@ profilebuilder
|
579 |
+
#: front-end/wppb.register.php:211
|
580 |
+
msgid "Users can register themselves or you can manually create users here."
|
581 |
+
msgstr "Uživatelé se mohou zaregistrovat sami, případně můžete manuálně vytvářet uživatele zde."
|
582 |
+
|
583 |
+
#@ profilebuilder
|
584 |
+
#: front-end/wppb.register.php:215
|
585 |
+
msgid "Users cannot currently register themselves, but you can manually create users here."
|
586 |
+
msgstr "Uživatelé se nemohou sami zaregistrovat, ale můžete je ručně vytvářet zde."
|
587 |
+
|
588 |
+
#@ profilebuilder
|
589 |
+
#: front-end/wppb.register.php:219
|
590 |
+
msgid "Only an administrator can add new users."
|
591 |
+
msgstr "Pouze administrátor může přidávat nové uživatele."
|
592 |
+
|
593 |
+
#@ profilebuilder
|
594 |
+
#: front-end/wppb.register.php:422
|
595 |
+
msgid " Send these credentials via email."
|
596 |
+
msgstr "Odeslat tyto přihlašovací údaje e-mailem."
|
597 |
+
|
598 |
+
#@ profilebuilder
|
599 |
+
#: front-end/wppb.register.php:428
|
600 |
+
msgid "Add User"
|
601 |
+
msgstr "Přidat uživatele"
|
602 |
+
|
603 |
+
#@ profilebuilder
|
604 |
+
#: front-end/wppb.register.php:428
|
605 |
+
msgid "Register"
|
606 |
+
msgstr "Registrovat"
|
607 |
+
|
608 |
+
#@ profilebuilder
|
609 |
+
#: premium/functions/extra.fields.php:25
|
610 |
+
#: premium/functions/extra.fields.php:31
|
611 |
+
#: premium/functions/extra.fields.php:46
|
612 |
+
#: premium/functions/extra.fields.php:62
|
613 |
+
#: premium/functions/extra.fields.php:78
|
614 |
+
#: premium/functions/extra.fields.php:93
|
615 |
+
#: premium/functions/extra.fields.php:109
|
616 |
+
#: premium/functions/extra.fields.php:133
|
617 |
+
#: premium/functions/extra.fields.php:167
|
618 |
+
#: premium/functions/extra.fields.php:177
|
619 |
+
#: premium/functions/extra.fields.php:188
|
620 |
+
#: premium/functions/extra.fields.php:203
|
621 |
+
#: premium/functions/extra.fields.php:217
|
622 |
+
#: premium/functions/extra.fields.php:237
|
623 |
+
#: premium/functions/extra.fields.php:248
|
624 |
+
#: premium/functions/extra.fields.php:258
|
625 |
+
#: premium/functions/extra.fields.php:302
|
626 |
+
#: premium/functions/extra.fields.php:310
|
627 |
+
#: premium/functions/extra.fields.php:326
|
628 |
+
#: premium/functions/extra.fields.php:347
|
629 |
+
#: premium/functions/extra.fields.php:368
|
630 |
+
#: premium/functions/extra.fields.php:387
|
631 |
+
#: premium/functions/extra.fields.php:407
|
632 |
+
#: premium/functions/extra.fields.php:432
|
633 |
+
msgid "item_title"
|
634 |
+
msgstr "item_title"
|
635 |
+
|
636 |
+
#@ profilebuilder
|
637 |
+
#: premium/functions/extra.fields.php:36
|
638 |
+
#: premium/functions/extra.fields.php:53
|
639 |
+
#: premium/functions/extra.fields.php:69
|
640 |
+
#: premium/functions/extra.fields.php:86
|
641 |
+
#: premium/functions/extra.fields.php:97
|
642 |
+
#: premium/functions/extra.fields.php:112
|
643 |
+
#: premium/functions/extra.fields.php:136
|
644 |
+
#: premium/functions/extra.fields.php:180
|
645 |
+
#: premium/functions/extra.fields.php:195
|
646 |
+
#: premium/functions/extra.fields.php:210
|
647 |
+
#: premium/functions/extra.fields.php:226
|
648 |
+
#: premium/functions/extra.fields.php:241
|
649 |
+
#: premium/functions/extra.fields.php:251
|
650 |
+
#: premium/functions/extra.fields.php:261
|
651 |
+
#: premium/functions/extra.fields.php:313
|
652 |
+
#: premium/functions/extra.fields.php:335
|
653 |
+
#: premium/functions/extra.fields.php:356
|
654 |
+
#: premium/functions/extra.fields.php:377
|
655 |
+
#: premium/functions/extra.fields.php:391
|
656 |
+
#: premium/functions/extra.fields.php:410
|
657 |
+
#: premium/functions/extra.fields.php:435
|
658 |
+
msgid "item_desc"
|
659 |
+
msgstr "item_desc"
|
660 |
+
|
661 |
+
#@ profilebuilder
|
662 |
+
#: premium/functions/extra.fields.php:114
|
663 |
+
#: premium/functions/extra.fields.php:117
|
664 |
+
#: premium/functions/extra.fields.php:412
|
665 |
+
#: premium/functions/extra.fields.php:415
|
666 |
+
msgid "Current file"
|
667 |
+
msgstr "Aktuální soubor"
|
668 |
+
|
669 |
+
#@ profilebuilder
|
670 |
+
#: premium/functions/extra.fields.php:138
|
671 |
+
#: premium/functions/extra.fields.php:437
|
672 |
+
msgid "Current avatar"
|
673 |
+
msgstr "Aktuální avatar"
|
674 |
+
|
675 |
+
#@ profilebuilder
|
676 |
+
#: premium/premium.php:7
|
677 |
+
msgid "You can create as many extra fields as your project requires. To break your custom fields into sections (on the front-end), add a \""
|
678 |
+
msgstr "Můžete vytvořit libovolné množství vlastních polí. K jejich rozdělení do tématických celků (ve front-endu) použijte pole \""
|
679 |
+
|
680 |
+
#@ profilebuilder
|
681 |
+
#: premium/premium.php:7
|
682 |
+
msgid "heading"
|
683 |
+
msgstr "záhlaví"
|
684 |
+
|
685 |
+
#@ profilebuilder
|
686 |
+
#: premium/premium.php:7
|
687 |
+
msgid "\" custom field."
|
688 |
+
msgstr "\"."
|
689 |
+
|
690 |
+
#@ profilebuilder
|
691 |
+
#: premium/premium.php:8
|
692 |
+
msgid "All of the fields can be sorted and rearranged to your liking with "
|
693 |
+
msgstr "Všechna pole lze třídit pomocí "
|
694 |
+
|
695 |
+
#@ profilebuilder
|
696 |
+
#: premium/premium.php:8
|
697 |
+
msgid "Drag"
|
698 |
+
msgstr "Drag"
|
699 |
+
|
700 |
+
#@ profilebuilder
|
701 |
+
#: premium/premium.php:8
|
702 |
+
msgid "Drop"
|
703 |
+
msgstr "Drop"
|
704 |
+
|
705 |
+
#@ profilebuilder
|
706 |
+
#: premium/premium.php:8
|
707 |
+
msgid ". Don't worry about the order in which you create your custom fields, you can always reorder them."
|
708 |
+
msgstr ". Není proto třeba se starat o pořadí, ve kterém vytvoříte vlastní pole, můžete jej kdykoli změnit."
|
709 |
+
|
710 |
+
#@ profilebuilder
|
711 |
+
#: premium/premium.php:12
|
712 |
+
#: premium/premium.php:20
|
713 |
+
msgid "Title"
|
714 |
+
msgstr "Název"
|
715 |
+
|
716 |
+
#@ profilebuilder
|
717 |
+
#: premium/premium.php:13
|
718 |
+
#: premium/premium.php:21
|
719 |
+
msgid "Key"
|
720 |
+
msgstr "Klíč"
|
721 |
+
|
722 |
+
#@ profilebuilder
|
723 |
+
#: premium/premium.php:14
|
724 |
+
#: premium/premium.php:22
|
725 |
+
msgid "Type"
|
726 |
+
msgstr "Typ"
|
727 |
+
|
728 |
+
#@ profilebuilder
|
729 |
+
#: premium/premium.php:15
|
730 |
+
#: premium/premium.php:23
|
731 |
+
msgid "Add Option"
|
732 |
+
msgstr "Přidat volbu"
|
733 |
+
|
734 |
+
#@ profilebuilder
|
735 |
+
#: premium/premium.php:37
|
736 |
+
#: premium/premium.php:137
|
737 |
+
msgid "Edit"
|
738 |
+
msgstr "Upravit"
|
739 |
+
|
740 |
+
#@ profilebuilder
|
741 |
+
#: premium/premium.php:38
|
742 |
+
#: premium/premium.php:138
|
743 |
+
msgid "Delete"
|
744 |
+
msgstr "Odstranit"
|
745 |
+
|
746 |
+
#@ profilebuilder
|
747 |
+
#: premium/premium.php:61
|
748 |
+
msgid "Title:"
|
749 |
+
msgstr "Název:"
|
750 |
+
|
751 |
+
#@ profilebuilder
|
752 |
+
#: premium/premium.php:61
|
753 |
+
msgid "The title of the item."
|
754 |
+
msgstr "Název vlastního pole."
|
755 |
+
|
756 |
+
#@ profilebuilder
|
757 |
+
#: premium/premium.php:71
|
758 |
+
msgid "Option Key:"
|
759 |
+
msgstr "Klíč vlastního pole:"
|
760 |
+
|
761 |
+
#@ profilebuilder
|
762 |
+
#: premium/premium.php:71
|
763 |
+
msgid "Unique alphanumeric key, underscores are acceptable."
|
764 |
+
msgstr "Unikátní alfanumerický klíč, můžete použít i podtržítka."
|
765 |
+
|
766 |
+
#@ profilebuilder
|
767 |
+
#: premium/premium.php:99
|
768 |
+
msgid "Option Type:"
|
769 |
+
msgstr "Typ vlastního pole:"
|
770 |
+
|
771 |
+
#@ profilebuilder
|
772 |
+
#: premium/premium.php:99
|
773 |
+
msgid "Choose one of the supported option types."
|
774 |
+
msgstr "Vyberte jednu z nabízených možností."
|
775 |
+
|
776 |
+
#@ profilebuilder
|
777 |
+
#: premium/premium.php:109
|
778 |
+
msgid "Description:"
|
779 |
+
msgstr "Popis:"
|
780 |
+
|
781 |
+
#@ profilebuilder
|
782 |
+
#: premium/premium.php:109
|
783 |
+
msgid "Enter a detailed description of the option for end users to read(optional)."
|
784 |
+
msgstr "Zadejte podrobný popis vlastního pole pro uživatele (volitelné)."
|
785 |
+
|
786 |
+
#@ profilebuilder
|
787 |
+
#: premium/premium.php:119
|
788 |
+
msgid "Options:"
|
789 |
+
msgstr "Možnosti:"
|
790 |
+
|
791 |
+
#@ profilebuilder
|
792 |
+
#: premium/premium.php:119
|
793 |
+
msgid "Enter a comma separated list of options. For example, you could have \"One,Two,Three\" or just a single value like \"Yes\" for a checkbox."
|
794 |
+
msgstr "Zadejte čárkami oddělený seznam možností. Například \"Jedna, dva, tři\" nebo jen jednu hodnotu (např. \"Ano\" u check-boxu)."
|
795 |
+
|
796 |
+
#@ profilebuilder
|
797 |
+
#: premium/premium.php:127
|
798 |
+
msgid "Cancel"
|
799 |
+
msgstr "Zrušit"
|
800 |
+
|
801 |
+
#@ profilebuilder
|
802 |
+
#: premium/premium.php:128
|
803 |
+
msgid "Save"
|
804 |
+
msgstr "Uložit"
|
805 |
+
|
806 |
+
#@ profilebuilder
|
807 |
+
#: premium/premium.php:158
|
808 |
+
#: premium/premium.php:159
|
809 |
+
msgid "Register your version of Profile Builder Pro"
|
810 |
+
msgstr "Zaregistrujte si svou verzi Profile Builder Pro"
|
811 |
+
|
812 |
+
#@ profilebuilder
|
813 |
+
#: premium/premium.php:160
|
814 |
+
msgid "Now that you acquired a copy of Profile Builder Pro, you should take the time and register it with the serial number you received in the e-mail."
|
815 |
+
msgstr "Nyní, když jste získali svou kopii Profile Builder Pro, zvažte výhody registrace této kopie zadáním sériového čísla, které jste obdrželi v e-mailu."
|
816 |
+
|
817 |
+
#@ profilebuilder
|
818 |
+
#: premium/premium.php:161
|
819 |
+
msgid "If you register this version of Profile Builder, you'll receive information regarding eventual upgrades, patches, and - if needed - technical support."
|
820 |
+
msgstr "Pokud si zaregistrujete tuto verzi Profile Builder, budete dostávat informace o aktualizacích, nových verzích a získáte přístup k technické podpoře."
|
821 |
+
|
822 |
+
#@ profilebuilder
|
823 |
+
#: premium/premium.php:162
|
824 |
+
msgid "Serial Number:"
|
825 |
+
msgstr "Sériové číslo:"
|
826 |
+
|
827 |
+
#@ profilebuilder
|
828 |
+
#: premium/premium.php:167
|
829 |
+
msgid "The serial number couldn't be validated or isn't valid!"
|
830 |
+
msgstr "Sériové číslo nemůže být ověřeno nebo není platné!"
|
831 |
+
|
832 |
+
#@ profilebuilder
|
833 |
+
#: premium/premium.php:169
|
834 |
+
msgid "The serial number was successfully validated!"
|
835 |
+
msgstr "Sériové číslo bylo úspěšně ověřeno! Děkujeme."
|
836 |
+
|
837 |
+
#@ profilebuilder
|
838 |
+
#: premium/premium.php:172
|
839 |
+
msgid "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
840 |
+
msgstr "(například RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
841 |
+
|
translation/profilebuilder-de_DE.po
CHANGED
@@ -1,499 +1,499 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Profile Builder\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2011-07-06 14:23+0200\n"
|
6 |
-
"PO-Revision-Date: 2011-08-16 18:29+0100\n"
|
7 |
-
"Last-Translator: \n"
|
8 |
-
"Language-Team: ReflectionMedia\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
-
"X-Poedit-Basepath: C:\\Users\\Cristi\\Desktop\\free\n"
|
14 |
-
"X-Poedit-Language: English\n"
|
15 |
-
"X-Poedit-SearchPath-0: C:\\Users\\Cristi\\Desktop\\free\n"
|
16 |
-
|
17 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:5
|
18 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
|
19 |
-
msgid "Profile Builder"
|
20 |
-
msgstr ""
|
21 |
-
|
22 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:6
|
23 |
-
msgid "Welcome to Profile Builder!"
|
24 |
-
msgstr ""
|
25 |
-
|
26 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
|
27 |
-
msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
|
28 |
-
msgstr ""
|
29 |
-
|
30 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:9
|
31 |
-
msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
|
32 |
-
msgstr ""
|
33 |
-
|
34 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:10
|
35 |
-
msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:11
|
39 |
-
msgid "Now all you need to do is add the following shortcode(for the previous example): "
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:12
|
43 |
-
msgid "Publish your page and you are ready to go!"
|
44 |
-
msgstr ""
|
45 |
-
|
46 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:13
|
47 |
-
msgid "You can use the following shortcodes:"
|
48 |
-
msgstr ""
|
49 |
-
|
50 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:14
|
51 |
-
msgid "for a log-in form."
|
52 |
-
msgstr ""
|
53 |
-
|
54 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:15
|
55 |
-
msgid "to add a registration form."
|
56 |
-
msgstr ""
|
57 |
-
|
58 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:16
|
59 |
-
msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
|
60 |
-
msgstr ""
|
61 |
-
|
62 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:18
|
63 |
-
msgid "Users with administrator rights have access to the following features:"
|
64 |
-
msgstr ""
|
65 |
-
|
66 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:19
|
67 |
-
msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
|
68 |
-
msgstr ""
|
69 |
-
|
70 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:20
|
71 |
-
msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
|
72 |
-
msgstr ""
|
73 |
-
|
74 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:21
|
75 |
-
msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
|
76 |
-
msgstr ""
|
77 |
-
|
78 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:22
|
79 |
-
msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
|
80 |
-
msgstr ""
|
81 |
-
|
82 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:23
|
83 |
-
msgid "add an avatar field."
|
84 |
-
msgstr ""
|
85 |
-
|
86 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:26
|
87 |
-
msgid "NOTE:"
|
88 |
-
msgstr ""
|
89 |
-
|
90 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:27
|
91 |
-
msgid "this plugin only adds/removes fields in the front-end."
|
92 |
-
msgstr ""
|
93 |
-
|
94 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:28
|
95 |
-
msgid "The default information-fields will still be visible(and thus modifiable)"
|
96 |
-
msgstr ""
|
97 |
-
|
98 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:29
|
99 |
-
msgid "from the back-end, while custom fields will only be visible in the front-end."
|
100 |
-
msgstr ""
|
101 |
-
|
102 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:43
|
103 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:44
|
104 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:58
|
105 |
-
msgid "Plugin Layout"
|
106 |
-
msgstr ""
|
107 |
-
|
108 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:50
|
109 |
-
msgid "Stylesheet used:"
|
110 |
-
msgstr ""
|
111 |
-
|
112 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:53
|
113 |
-
msgid "Default"
|
114 |
-
msgstr ""
|
115 |
-
|
116 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:58
|
117 |
-
msgid "White"
|
118 |
-
msgstr ""
|
119 |
-
|
120 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:59
|
121 |
-
msgid "Black"
|
122 |
-
msgstr ""
|
123 |
-
|
124 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:63
|
125 |
-
msgid "None"
|
126 |
-
msgstr ""
|
127 |
-
|
128 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:72
|
129 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:119
|
130 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:287
|
131 |
-
msgid "Save Changes"
|
132 |
-
msgstr ""
|
133 |
-
|
134 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:90
|
135 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:91
|
136 |
-
msgid "Show/Hide the Admin Bar on Front End"
|
137 |
-
msgstr ""
|
138 |
-
|
139 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:95
|
140 |
-
msgid "User-group"
|
141 |
-
msgstr ""
|
142 |
-
|
143 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:96
|
144 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:143
|
145 |
-
msgid "Visibility"
|
146 |
-
msgstr ""
|
147 |
-
|
148 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:108
|
149 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:159
|
150 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:168
|
151 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:177
|
152 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:186
|
153 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:195
|
154 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:212
|
155 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:221
|
156 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:233
|
157 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:242
|
158 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:251
|
159 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:268
|
160 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:278
|
161 |
-
msgid "Show"
|
162 |
-
msgstr ""
|
163 |
-
|
164 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:109
|
165 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:160
|
166 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:169
|
167 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:178
|
168 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:187
|
169 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:196
|
170 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:213
|
171 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:222
|
172 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:234
|
173 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:243
|
174 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:252
|
175 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:269
|
176 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:279
|
177 |
-
msgid "Hide"
|
178 |
-
msgstr ""
|
179 |
-
|
180 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:137
|
181 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:138
|
182 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:60
|
183 |
-
msgid "Default Profile Fields"
|
184 |
-
msgstr ""
|
185 |
-
|
186 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:142
|
187 |
-
msgid "Input Field Name"
|
188 |
-
msgstr ""
|
189 |
-
|
190 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:149
|
191 |
-
msgid "Name:"
|
192 |
-
msgstr ""
|
193 |
-
|
194 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:156
|
195 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:385
|
196 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:76
|
197 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:244
|
198 |
-
msgid "Username"
|
199 |
-
msgstr "Benutzername"
|
200 |
-
|
201 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:165
|
202 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:394
|
203 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:259
|
204 |
-
msgid "First Name"
|
205 |
-
msgstr ""
|
206 |
-
|
207 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:174
|
208 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:403
|
209 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:273
|
210 |
-
msgid "Last Name"
|
211 |
-
msgstr ""
|
212 |
-
|
213 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:183
|
214 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:412
|
215 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:287
|
216 |
-
msgid "Nickname"
|
217 |
-
msgstr ""
|
218 |
-
|
219 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:192
|
220 |
-
msgid "Display name publicly as..."
|
221 |
-
msgstr ""
|
222 |
-
|
223 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:202
|
224 |
-
msgid "Contact Info:"
|
225 |
-
msgstr "Kontakt:"
|
226 |
-
|
227 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:209
|
228 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:457
|
229 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:305
|
230 |
-
msgid "E-mail"
|
231 |
-
msgstr ""
|
232 |
-
|
233 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:218
|
234 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:467
|
235 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:320
|
236 |
-
msgid "Website"
|
237 |
-
msgstr ""
|
238 |
-
|
239 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:230
|
240 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:476
|
241 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:334
|
242 |
-
msgid "AIM"
|
243 |
-
msgstr ""
|
244 |
-
|
245 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:239
|
246 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:485
|
247 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:348
|
248 |
-
msgid "Yahoo IM"
|
249 |
-
msgstr ""
|
250 |
-
|
251 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:248
|
252 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:494
|
253 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:362
|
254 |
-
msgid "Jabber / Google Talk"
|
255 |
-
msgstr ""
|
256 |
-
|
257 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:258
|
258 |
-
msgid "About Yourself:"
|
259 |
-
msgstr ""
|
260 |
-
|
261 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:265
|
262 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:507
|
263 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:380
|
264 |
-
msgid "Biographical Info"
|
265 |
-
msgstr ""
|
266 |
-
|
267 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:275
|
268 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:516
|
269 |
-
msgid "New Password"
|
270 |
-
msgstr ""
|
271 |
-
|
272 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:57
|
273 |
-
msgid "Basic Information"
|
274 |
-
msgstr ""
|
275 |
-
|
276 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:59
|
277 |
-
msgid "Show/Hide the Admin Bar on Front-end"
|
278 |
-
msgstr ""
|
279 |
-
|
280 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:63
|
281 |
-
msgid "Extra Profile Fields"
|
282 |
-
msgstr ""
|
283 |
-
|
284 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:64
|
285 |
-
msgid "Register Your Version"
|
286 |
-
msgstr ""
|
287 |
-
|
288 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:269
|
289 |
-
msgid "You must be logged in to edit your profile."
|
290 |
-
msgstr ""
|
291 |
-
|
292 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:278
|
293 |
-
msgid "The avatar was successfully deleted."
|
294 |
-
msgstr ""
|
295 |
-
|
296 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:283
|
297 |
-
msgid "The attachment \""
|
298 |
-
msgstr ""
|
299 |
-
|
300 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:285
|
301 |
-
msgid "\" was successfully deleted."
|
302 |
-
msgstr ""
|
303 |
-
|
304 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:298
|
305 |
-
msgid "The changes have been successfully saved."
|
306 |
-
msgstr ""
|
307 |
-
|
308 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:303
|
309 |
-
msgid "The email address you entered is already registered to a different user.<br/>The email address was "
|
310 |
-
msgstr ""
|
311 |
-
|
312 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:304
|
313 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:314
|
314 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:324
|
315 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:333
|
316 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:355
|
317 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:363
|
318 |
-
msgid "NOT"
|
319 |
-
msgstr ""
|
320 |
-
|
321 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:305
|
322 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:315
|
323 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:325
|
324 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:334
|
325 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:356
|
326 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:364
|
327 |
-
msgid " updated along with the rest of the information."
|
328 |
-
msgstr ""
|
329 |
-
|
330 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:313
|
331 |
-
msgid "The email address you entered is invalid. <br/> The email address was "
|
332 |
-
msgstr ""
|
333 |
-
|
334 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:323
|
335 |
-
msgid "The passwords you entered do not match. <br/> The password was "
|
336 |
-
msgstr ""
|
337 |
-
|
338 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:332
|
339 |
-
msgid "You didn't complete both password fields. <br/> The password was "
|
340 |
-
msgstr ""
|
341 |
-
|
342 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:344
|
343 |
-
msgid "There was an error while trying to upload the following attachments:<br/>"
|
344 |
-
msgstr ""
|
345 |
-
|
346 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:352
|
347 |
-
msgid "<br/>Possible cause: the size was bigger than "
|
348 |
-
msgstr ""
|
349 |
-
|
350 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:354
|
351 |
-
msgid "b.<br/>The listed attachements were "
|
352 |
-
msgstr ""
|
353 |
-
|
354 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:362
|
355 |
-
msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
|
356 |
-
msgstr ""
|
357 |
-
|
358 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:380
|
359 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:233
|
360 |
-
msgid "Name"
|
361 |
-
msgstr ""
|
362 |
-
|
363 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:386
|
364 |
-
msgid " Usernames cannot be changed."
|
365 |
-
msgstr ""
|
366 |
-
|
367 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:414
|
368 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:459
|
369 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:246
|
370 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:307
|
371 |
-
msgid "(required)"
|
372 |
-
msgstr ""
|
373 |
-
|
374 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:422
|
375 |
-
msgid "Display name publicly as"
|
376 |
-
msgstr ""
|
377 |
-
|
378 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:451
|
379 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:294
|
380 |
-
msgid "Contact Info"
|
381 |
-
msgstr ""
|
382 |
-
|
383 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:501
|
384 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:369
|
385 |
-
msgid "About Yourself"
|
386 |
-
msgstr ""
|
387 |
-
|
388 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:521
|
389 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:403
|
390 |
-
msgid "Repeat Password"
|
391 |
-
msgstr ""
|
392 |
-
|
393 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:537
|
394 |
-
msgid "Update"
|
395 |
-
msgstr ""
|
396 |
-
|
397 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
398 |
-
#, php-format
|
399 |
-
msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
400 |
-
msgstr ""
|
401 |
-
|
402 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
403 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
404 |
-
msgid "Log out of this account"
|
405 |
-
msgstr ""
|
406 |
-
|
407 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
408 |
-
msgid "Log out »"
|
409 |
-
msgstr ""
|
410 |
-
|
411 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:60
|
412 |
-
#, php-format
|
413 |
-
msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
414 |
-
msgstr ""
|
415 |
-
|
416 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:86
|
417 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:398
|
418 |
-
msgid "Password"
|
419 |
-
msgstr ""
|
420 |
-
|
421 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:90
|
422 |
-
msgid "Log in"
|
423 |
-
msgstr ""
|
424 |
-
|
425 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:92
|
426 |
-
msgid "Remember me"
|
427 |
-
msgstr ""
|
428 |
-
|
429 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:96
|
430 |
-
msgid "Lost password?"
|
431 |
-
msgstr ""
|
432 |
-
|
433 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:39
|
434 |
-
msgid "A username is required for registration."
|
435 |
-
msgstr ""
|
436 |
-
|
437 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:41
|
438 |
-
msgid "Sorry, that username already exists!"
|
439 |
-
msgstr ""
|
440 |
-
|
441 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:44
|
442 |
-
msgid "You must enter a valid email address."
|
443 |
-
msgstr ""
|
444 |
-
|
445 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:46
|
446 |
-
msgid "Sorry, that email address is already used!"
|
447 |
-
msgstr ""
|
448 |
-
|
449 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:49
|
450 |
-
msgid "You didn't complete one of the password-fields!"
|
451 |
-
msgstr ""
|
452 |
-
|
453 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:51
|
454 |
-
msgid "The entered passwords don't match!"
|
455 |
-
msgstr ""
|
456 |
-
|
457 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
458 |
-
#, php-format
|
459 |
-
msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
|
460 |
-
msgstr ""
|
461 |
-
|
462 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
463 |
-
msgid "Logout »"
|
464 |
-
msgstr ""
|
465 |
-
|
466 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:181
|
467 |
-
#, php-format
|
468 |
-
msgid "A user account for %1$s has been created."
|
469 |
-
msgstr ""
|
470 |
-
|
471 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:183
|
472 |
-
#, php-format
|
473 |
-
msgid "Thank you for registering, %1$s."
|
474 |
-
msgstr ""
|
475 |
-
|
476 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:211
|
477 |
-
msgid "Users can register themselves or you can manually create users here."
|
478 |
-
msgstr ""
|
479 |
-
|
480 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:215
|
481 |
-
msgid "Users cannot currently register themselves, but you can manually create users here."
|
482 |
-
msgstr ""
|
483 |
-
|
484 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:219
|
485 |
-
msgid "Only an administrator can add new users."
|
486 |
-
msgstr ""
|
487 |
-
|
488 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:422
|
489 |
-
msgid " Send these credentials via email."
|
490 |
-
msgstr ""
|
491 |
-
|
492 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
|
493 |
-
msgid "Add User"
|
494 |
-
msgstr ""
|
495 |
-
|
496 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
|
497 |
-
msgid "Register"
|
498 |
-
msgstr ""
|
499 |
-
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Profile Builder\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-07-06 14:23+0200\n"
|
6 |
+
"PO-Revision-Date: 2011-08-16 18:29+0100\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: ReflectionMedia\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
+
"X-Poedit-Basepath: C:\\Users\\Cristi\\Desktop\\free\n"
|
14 |
+
"X-Poedit-Language: English\n"
|
15 |
+
"X-Poedit-SearchPath-0: C:\\Users\\Cristi\\Desktop\\free\n"
|
16 |
+
|
17 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:5
|
18 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
|
19 |
+
msgid "Profile Builder"
|
20 |
+
msgstr ""
|
21 |
+
|
22 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:6
|
23 |
+
msgid "Welcome to Profile Builder!"
|
24 |
+
msgstr ""
|
25 |
+
|
26 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
|
27 |
+
msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
|
28 |
+
msgstr ""
|
29 |
+
|
30 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:9
|
31 |
+
msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
|
32 |
+
msgstr ""
|
33 |
+
|
34 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:10
|
35 |
+
msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
|
36 |
+
msgstr ""
|
37 |
+
|
38 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:11
|
39 |
+
msgid "Now all you need to do is add the following shortcode(for the previous example): "
|
40 |
+
msgstr ""
|
41 |
+
|
42 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:12
|
43 |
+
msgid "Publish your page and you are ready to go!"
|
44 |
+
msgstr ""
|
45 |
+
|
46 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:13
|
47 |
+
msgid "You can use the following shortcodes:"
|
48 |
+
msgstr ""
|
49 |
+
|
50 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:14
|
51 |
+
msgid "for a log-in form."
|
52 |
+
msgstr ""
|
53 |
+
|
54 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:15
|
55 |
+
msgid "to add a registration form."
|
56 |
+
msgstr ""
|
57 |
+
|
58 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:16
|
59 |
+
msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
|
60 |
+
msgstr ""
|
61 |
+
|
62 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:18
|
63 |
+
msgid "Users with administrator rights have access to the following features:"
|
64 |
+
msgstr ""
|
65 |
+
|
66 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:19
|
67 |
+
msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
|
68 |
+
msgstr ""
|
69 |
+
|
70 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:20
|
71 |
+
msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
|
72 |
+
msgstr ""
|
73 |
+
|
74 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:21
|
75 |
+
msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
|
76 |
+
msgstr ""
|
77 |
+
|
78 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:22
|
79 |
+
msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
|
80 |
+
msgstr ""
|
81 |
+
|
82 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:23
|
83 |
+
msgid "add an avatar field."
|
84 |
+
msgstr ""
|
85 |
+
|
86 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:26
|
87 |
+
msgid "NOTE:"
|
88 |
+
msgstr ""
|
89 |
+
|
90 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:27
|
91 |
+
msgid "this plugin only adds/removes fields in the front-end."
|
92 |
+
msgstr ""
|
93 |
+
|
94 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:28
|
95 |
+
msgid "The default information-fields will still be visible(and thus modifiable)"
|
96 |
+
msgstr ""
|
97 |
+
|
98 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:29
|
99 |
+
msgid "from the back-end, while custom fields will only be visible in the front-end."
|
100 |
+
msgstr ""
|
101 |
+
|
102 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:43
|
103 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:44
|
104 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:58
|
105 |
+
msgid "Plugin Layout"
|
106 |
+
msgstr ""
|
107 |
+
|
108 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:50
|
109 |
+
msgid "Stylesheet used:"
|
110 |
+
msgstr ""
|
111 |
+
|
112 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:53
|
113 |
+
msgid "Default"
|
114 |
+
msgstr ""
|
115 |
+
|
116 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:58
|
117 |
+
msgid "White"
|
118 |
+
msgstr ""
|
119 |
+
|
120 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:59
|
121 |
+
msgid "Black"
|
122 |
+
msgstr ""
|
123 |
+
|
124 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:63
|
125 |
+
msgid "None"
|
126 |
+
msgstr ""
|
127 |
+
|
128 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:72
|
129 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:119
|
130 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:287
|
131 |
+
msgid "Save Changes"
|
132 |
+
msgstr ""
|
133 |
+
|
134 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:90
|
135 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:91
|
136 |
+
msgid "Show/Hide the Admin Bar on Front End"
|
137 |
+
msgstr ""
|
138 |
+
|
139 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:95
|
140 |
+
msgid "User-group"
|
141 |
+
msgstr ""
|
142 |
+
|
143 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:96
|
144 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:143
|
145 |
+
msgid "Visibility"
|
146 |
+
msgstr ""
|
147 |
+
|
148 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:108
|
149 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:159
|
150 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:168
|
151 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:177
|
152 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:186
|
153 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:195
|
154 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:212
|
155 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:221
|
156 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:233
|
157 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:242
|
158 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:251
|
159 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:268
|
160 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:278
|
161 |
+
msgid "Show"
|
162 |
+
msgstr ""
|
163 |
+
|
164 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:109
|
165 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:160
|
166 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:169
|
167 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:178
|
168 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:187
|
169 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:196
|
170 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:213
|
171 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:222
|
172 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:234
|
173 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:243
|
174 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:252
|
175 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:269
|
176 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:279
|
177 |
+
msgid "Hide"
|
178 |
+
msgstr ""
|
179 |
+
|
180 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:137
|
181 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:138
|
182 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:60
|
183 |
+
msgid "Default Profile Fields"
|
184 |
+
msgstr ""
|
185 |
+
|
186 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:142
|
187 |
+
msgid "Input Field Name"
|
188 |
+
msgstr ""
|
189 |
+
|
190 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:149
|
191 |
+
msgid "Name:"
|
192 |
+
msgstr ""
|
193 |
+
|
194 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:156
|
195 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:385
|
196 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:76
|
197 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:244
|
198 |
+
msgid "Username"
|
199 |
+
msgstr "Benutzername"
|
200 |
+
|
201 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:165
|
202 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:394
|
203 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:259
|
204 |
+
msgid "First Name"
|
205 |
+
msgstr ""
|
206 |
+
|
207 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:174
|
208 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:403
|
209 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:273
|
210 |
+
msgid "Last Name"
|
211 |
+
msgstr ""
|
212 |
+
|
213 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:183
|
214 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:412
|
215 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:287
|
216 |
+
msgid "Nickname"
|
217 |
+
msgstr ""
|
218 |
+
|
219 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:192
|
220 |
+
msgid "Display name publicly as..."
|
221 |
+
msgstr ""
|
222 |
+
|
223 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:202
|
224 |
+
msgid "Contact Info:"
|
225 |
+
msgstr "Kontakt:"
|
226 |
+
|
227 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:209
|
228 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:457
|
229 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:305
|
230 |
+
msgid "E-mail"
|
231 |
+
msgstr ""
|
232 |
+
|
233 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:218
|
234 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:467
|
235 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:320
|
236 |
+
msgid "Website"
|
237 |
+
msgstr ""
|
238 |
+
|
239 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:230
|
240 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:476
|
241 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:334
|
242 |
+
msgid "AIM"
|
243 |
+
msgstr ""
|
244 |
+
|
245 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:239
|
246 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:485
|
247 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:348
|
248 |
+
msgid "Yahoo IM"
|
249 |
+
msgstr ""
|
250 |
+
|
251 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:248
|
252 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:494
|
253 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:362
|
254 |
+
msgid "Jabber / Google Talk"
|
255 |
+
msgstr ""
|
256 |
+
|
257 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:258
|
258 |
+
msgid "About Yourself:"
|
259 |
+
msgstr ""
|
260 |
+
|
261 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:265
|
262 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:507
|
263 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:380
|
264 |
+
msgid "Biographical Info"
|
265 |
+
msgstr ""
|
266 |
+
|
267 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:275
|
268 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:516
|
269 |
+
msgid "New Password"
|
270 |
+
msgstr ""
|
271 |
+
|
272 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:57
|
273 |
+
msgid "Basic Information"
|
274 |
+
msgstr ""
|
275 |
+
|
276 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:59
|
277 |
+
msgid "Show/Hide the Admin Bar on Front-end"
|
278 |
+
msgstr ""
|
279 |
+
|
280 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:63
|
281 |
+
msgid "Extra Profile Fields"
|
282 |
+
msgstr ""
|
283 |
+
|
284 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:64
|
285 |
+
msgid "Register Your Version"
|
286 |
+
msgstr ""
|
287 |
+
|
288 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:269
|
289 |
+
msgid "You must be logged in to edit your profile."
|
290 |
+
msgstr ""
|
291 |
+
|
292 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:278
|
293 |
+
msgid "The avatar was successfully deleted."
|
294 |
+
msgstr ""
|
295 |
+
|
296 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:283
|
297 |
+
msgid "The attachment \""
|
298 |
+
msgstr ""
|
299 |
+
|
300 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:285
|
301 |
+
msgid "\" was successfully deleted."
|
302 |
+
msgstr ""
|
303 |
+
|
304 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:298
|
305 |
+
msgid "The changes have been successfully saved."
|
306 |
+
msgstr ""
|
307 |
+
|
308 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:303
|
309 |
+
msgid "The email address you entered is already registered to a different user.<br/>The email address was "
|
310 |
+
msgstr ""
|
311 |
+
|
312 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:304
|
313 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:314
|
314 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:324
|
315 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:333
|
316 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:355
|
317 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:363
|
318 |
+
msgid "NOT"
|
319 |
+
msgstr ""
|
320 |
+
|
321 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:305
|
322 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:315
|
323 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:325
|
324 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:334
|
325 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:356
|
326 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:364
|
327 |
+
msgid " updated along with the rest of the information."
|
328 |
+
msgstr ""
|
329 |
+
|
330 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:313
|
331 |
+
msgid "The email address you entered is invalid. <br/> The email address was "
|
332 |
+
msgstr ""
|
333 |
+
|
334 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:323
|
335 |
+
msgid "The passwords you entered do not match. <br/> The password was "
|
336 |
+
msgstr ""
|
337 |
+
|
338 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:332
|
339 |
+
msgid "You didn't complete both password fields. <br/> The password was "
|
340 |
+
msgstr ""
|
341 |
+
|
342 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:344
|
343 |
+
msgid "There was an error while trying to upload the following attachments:<br/>"
|
344 |
+
msgstr ""
|
345 |
+
|
346 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:352
|
347 |
+
msgid "<br/>Possible cause: the size was bigger than "
|
348 |
+
msgstr ""
|
349 |
+
|
350 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:354
|
351 |
+
msgid "b.<br/>The listed attachements were "
|
352 |
+
msgstr ""
|
353 |
+
|
354 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:362
|
355 |
+
msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
|
356 |
+
msgstr ""
|
357 |
+
|
358 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:380
|
359 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:233
|
360 |
+
msgid "Name"
|
361 |
+
msgstr ""
|
362 |
+
|
363 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:386
|
364 |
+
msgid " Usernames cannot be changed."
|
365 |
+
msgstr ""
|
366 |
+
|
367 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:414
|
368 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:459
|
369 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:246
|
370 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:307
|
371 |
+
msgid "(required)"
|
372 |
+
msgstr ""
|
373 |
+
|
374 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:422
|
375 |
+
msgid "Display name publicly as"
|
376 |
+
msgstr ""
|
377 |
+
|
378 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:451
|
379 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:294
|
380 |
+
msgid "Contact Info"
|
381 |
+
msgstr ""
|
382 |
+
|
383 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:501
|
384 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:369
|
385 |
+
msgid "About Yourself"
|
386 |
+
msgstr ""
|
387 |
+
|
388 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:521
|
389 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:403
|
390 |
+
msgid "Repeat Password"
|
391 |
+
msgstr ""
|
392 |
+
|
393 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:537
|
394 |
+
msgid "Update"
|
395 |
+
msgstr ""
|
396 |
+
|
397 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
398 |
+
#, php-format
|
399 |
+
msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
400 |
+
msgstr ""
|
401 |
+
|
402 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
403 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
404 |
+
msgid "Log out of this account"
|
405 |
+
msgstr ""
|
406 |
+
|
407 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
408 |
+
msgid "Log out »"
|
409 |
+
msgstr ""
|
410 |
+
|
411 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:60
|
412 |
+
#, php-format
|
413 |
+
msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
414 |
+
msgstr ""
|
415 |
+
|
416 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:86
|
417 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:398
|
418 |
+
msgid "Password"
|
419 |
+
msgstr ""
|
420 |
+
|
421 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:90
|
422 |
+
msgid "Log in"
|
423 |
+
msgstr ""
|
424 |
+
|
425 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:92
|
426 |
+
msgid "Remember me"
|
427 |
+
msgstr ""
|
428 |
+
|
429 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:96
|
430 |
+
msgid "Lost password?"
|
431 |
+
msgstr ""
|
432 |
+
|
433 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:39
|
434 |
+
msgid "A username is required for registration."
|
435 |
+
msgstr ""
|
436 |
+
|
437 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:41
|
438 |
+
msgid "Sorry, that username already exists!"
|
439 |
+
msgstr ""
|
440 |
+
|
441 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:44
|
442 |
+
msgid "You must enter a valid email address."
|
443 |
+
msgstr ""
|
444 |
+
|
445 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:46
|
446 |
+
msgid "Sorry, that email address is already used!"
|
447 |
+
msgstr ""
|
448 |
+
|
449 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:49
|
450 |
+
msgid "You didn't complete one of the password-fields!"
|
451 |
+
msgstr ""
|
452 |
+
|
453 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:51
|
454 |
+
msgid "The entered passwords don't match!"
|
455 |
+
msgstr ""
|
456 |
+
|
457 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
458 |
+
#, php-format
|
459 |
+
msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
|
460 |
+
msgstr ""
|
461 |
+
|
462 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
463 |
+
msgid "Logout »"
|
464 |
+
msgstr ""
|
465 |
+
|
466 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:181
|
467 |
+
#, php-format
|
468 |
+
msgid "A user account for %1$s has been created."
|
469 |
+
msgstr ""
|
470 |
+
|
471 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:183
|
472 |
+
#, php-format
|
473 |
+
msgid "Thank you for registering, %1$s."
|
474 |
+
msgstr ""
|
475 |
+
|
476 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:211
|
477 |
+
msgid "Users can register themselves or you can manually create users here."
|
478 |
+
msgstr ""
|
479 |
+
|
480 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:215
|
481 |
+
msgid "Users cannot currently register themselves, but you can manually create users here."
|
482 |
+
msgstr ""
|
483 |
+
|
484 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:219
|
485 |
+
msgid "Only an administrator can add new users."
|
486 |
+
msgstr ""
|
487 |
+
|
488 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:422
|
489 |
+
msgid " Send these credentials via email."
|
490 |
+
msgstr ""
|
491 |
+
|
492 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
|
493 |
+
msgid "Add User"
|
494 |
+
msgstr ""
|
495 |
+
|
496 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
|
497 |
+
msgid "Register"
|
498 |
+
msgstr ""
|
499 |
+
|
translation/profilebuilder-en_US.mo
CHANGED
Binary file
|
translation/profilebuilder-en_US.po
CHANGED
@@ -2,10 +2,10 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: ProfileBuilder\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
|
8 |
-
"Language-Team: Reflection Media, Barina
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -13,320 +13,340 @@ msgstr ""
|
|
13 |
"X-Poedit-Basepath: .\n"
|
14 |
"X-Poedit-SearchPath-0: C:\\Users\\Gabi\\Desktop\\test\\profile-builder-pro\n"
|
15 |
|
16 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
17 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
18 |
msgid "Profile Builder"
|
19 |
msgstr ""
|
20 |
|
21 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
22 |
msgid "Welcome to Profile Builder!"
|
23 |
msgstr ""
|
24 |
|
25 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
26 |
msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
|
27 |
msgstr ""
|
28 |
|
29 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
30 |
msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
34 |
msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
|
35 |
msgstr ""
|
36 |
|
37 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
38 |
msgid "Now all you need to do is add the following shortcode(for the previous example): "
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
42 |
msgid "Publish your page and you are ready to go!"
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
46 |
msgid "You can use the following shortcodes:"
|
47 |
msgstr ""
|
48 |
|
49 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
50 |
msgid "for a log-in form."
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
54 |
msgid "to add a registration form."
|
55 |
msgstr ""
|
56 |
|
57 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
58 |
msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
|
59 |
msgstr ""
|
60 |
|
61 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
62 |
msgid "to add a password recovery form."
|
63 |
msgstr ""
|
64 |
|
65 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
66 |
msgid "Users with administrator rights have access to the following features:"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
70 |
msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
|
71 |
msgstr ""
|
72 |
|
73 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
74 |
msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
78 |
msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
82 |
msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
86 |
msgid "add an avatar field."
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
msgid "NOTE:"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
94 |
msgid "this plugin only adds/removes fields in the front-end."
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
98 |
msgid "The default information-fields will still be visible(and thus modifiable)"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
102 |
msgid "from the back-end, while custom fields will only be visible in the front-end."
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
106 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
107 |
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/options.php:58
|
108 |
msgid "Plugin Layout"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
112 |
msgid "Stylesheet used:"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
116 |
msgid "Default"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
120 |
msgid "White"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
124 |
msgid "Black"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
128 |
msgid "None"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/
|
136 |
-
|
137 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
138 |
msgid "Save Changes"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
142 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
143 |
msgid "Show/Hide the Admin Bar on Front End"
|
144 |
msgstr ""
|
145 |
|
146 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
147 |
msgid "User-group"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
151 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
152 |
msgid "Visibility"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
156 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
157 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
158 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
159 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
160 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
161 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
162 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
163 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
164 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
165 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
166 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
167 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
168 |
msgid "Show"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
172 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
173 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
174 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
175 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
176 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
177 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
178 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
179 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
180 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
181 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
182 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
183 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
184 |
msgid "Hide"
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
188 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
189 |
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/options.php:60
|
190 |
msgid "Default Profile Fields"
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
194 |
msgid "Input Field Name"
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
198 |
msgid "Required"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
202 |
msgid "Name:"
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
206 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
207 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:
|
208 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
209 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
210 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:
|
211 |
msgid "Username"
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
215 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
216 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
217 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
218 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
219 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
220 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
221 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
222 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
223 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
224 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
225 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
226 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
227 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
228 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
229 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
230 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
231 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
|
|
232 |
msgid "Yes"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
236 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
237 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
238 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
239 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
240 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
241 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
242 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
243 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
244 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
245 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
246 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
247 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
248 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
249 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
250 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
251 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
252 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
|
|
253 |
msgid "No"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
257 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
258 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
259 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:125
|
260 |
msgid "First Name"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
264 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
265 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
266 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:141
|
267 |
msgid "Last Name"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
271 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
272 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
273 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:157
|
274 |
msgid "Nickname"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
278 |
msgid "Display name publicly as..."
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
282 |
msgid "Contact Info:"
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
286 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
287 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
288 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
289 |
msgid "E-mail"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
293 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
294 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
295 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:
|
296 |
msgid "Website"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
300 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
301 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
302 |
msgid "AIM"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
306 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
307 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
308 |
msgid "Yahoo IM"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
312 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
313 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
314 |
msgid "Jabber / Google Talk"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
318 |
msgid "About Yourself:"
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
322 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
323 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
324 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:
|
325 |
msgid "Biographical Info"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:
|
329 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
330 |
msgid "New Password"
|
331 |
msgstr ""
|
332 |
|
@@ -352,424 +372,458 @@ msgstr ""
|
|
352 |
msgid "Register Your Version"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
356 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
357 |
msgid "The information size you were trying to submit was larger than"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
361 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
362 |
msgid "This is usually caused by a large file(s) trying to be uploaded."
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
366 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
367 |
msgid "Since it was also larger than"
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
371 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
372 |
msgid "no additional information is available."
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
376 |
msgid "You must be logged in to edit your profile."
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
380 |
msgid "The avatar was successfully deleted."
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
384 |
msgid "The attachment"
|
385 |
msgstr ""
|
386 |
|
387 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
388 |
msgid "was successfully deleted."
|
389 |
msgstr ""
|
390 |
|
391 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
392 |
msgid "The changes have been successfully saved."
|
393 |
msgstr ""
|
394 |
|
395 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
396 |
msgid "The email address you entered is already registered to a different user."
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
400 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
401 |
msgid "The email address was"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
405 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
406 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
407 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
408 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
409 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
|
|
410 |
msgid "NOT"
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
414 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
415 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
416 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
417 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
418 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
|
|
419 |
msgid "updated along with the rest of the information."
|
420 |
msgstr ""
|
421 |
|
422 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
423 |
msgid "The email address you entered is invalid."
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
427 |
msgid "The passwords you entered do not match."
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
431 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
432 |
msgid "The password was"
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
436 |
msgid "You didn't complete both password fields."
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
440 |
msgid "Your profile was NOT updated!"
|
441 |
msgstr ""
|
442 |
|
443 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
444 |
msgid "There was an error while trying to upload the following attachments:"
|
445 |
msgstr ""
|
446 |
|
447 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
448 |
msgid "Possible cause: the size was bigger than"
|
449 |
msgstr ""
|
450 |
|
451 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
452 |
msgid "The listed attachements were"
|
453 |
msgstr ""
|
454 |
|
455 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
456 |
msgid "There was an error while trying to upload your avatar picture."
|
457 |
msgstr ""
|
458 |
|
459 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
460 |
msgid "Possible cause: size/incorrect file-type."
|
461 |
msgstr ""
|
462 |
|
463 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
464 |
msgid "The avatar was"
|
465 |
msgstr ""
|
466 |
|
467 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
468 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
469 |
-
|
470 |
-
msgid "Name"
|
471 |
msgstr ""
|
472 |
|
473 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
474 |
-
|
|
|
475 |
msgstr ""
|
476 |
|
477 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
478 |
-
|
479 |
-
|
480 |
-
|
481 |
-
|
|
|
|
|
482 |
msgstr ""
|
483 |
|
484 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
485 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
486 |
msgid "Display name publicly as"
|
487 |
msgstr ""
|
488 |
|
489 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
490 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
491 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:188
|
492 |
msgid "Contact Info"
|
493 |
msgstr ""
|
494 |
|
495 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
496 |
-
|
497 |
-
|
|
|
|
|
|
|
498 |
msgid "About Yourself"
|
499 |
msgstr ""
|
500 |
|
501 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
502 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
503 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
504 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
505 |
msgid "Repeat Password"
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:
|
509 |
msgid "Update"
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:
|
513 |
msgid "You are currently logged in as"
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:
|
517 |
msgid "Log out of this account"
|
518 |
msgstr ""
|
519 |
|
520 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:
|
521 |
msgid "Log out"
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:
|
525 |
msgid "You have successfully logged in as"
|
526 |
msgstr ""
|
527 |
|
528 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:
|
529 |
msgid "You will soon be redirected automatically. If you see this page for more than 1 second, please click"
|
530 |
msgstr ""
|
531 |
|
532 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:
|
533 |
msgid "here"
|
534 |
msgstr ""
|
535 |
|
536 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:
|
537 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
538 |
msgid "ERROR:"
|
539 |
msgstr ""
|
540 |
|
541 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:
|
542 |
msgid "The username field is empty"
|
543 |
msgstr ""
|
544 |
|
545 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:
|
546 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
547 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
548 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
549 |
msgid "Password"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:
|
553 |
msgid "Log in"
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:
|
557 |
msgid "Remember me"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:
|
561 |
msgid "Lost password?"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
565 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
566 |
msgid "A password reset email has been sent to "
|
567 |
msgstr ""
|
568 |
|
569 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
570 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
571 |
msgid "Following the link sent in the email address will reset the password."
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
575 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
576 |
msgid "Someone requested that the password be reset for the following account: "
|
577 |
msgstr ""
|
578 |
|
579 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
580 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
581 |
msgid "If this was a mistake, just ignore this email and nothing will happen."
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
585 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
586 |
msgid "To reset your password, visit the following link:"
|
587 |
msgstr ""
|
588 |
|
589 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
590 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
591 |
msgid "Password Reset Feature from"
|
592 |
msgstr ""
|
593 |
|
594 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
595 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
596 |
msgid "ERROR"
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
600 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
601 |
msgid "There was an error while trying to send the activation link to "
|
602 |
msgstr ""
|
603 |
|
604 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
605 |
msgid "The email address entered wasn't found in the database!"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
609 |
msgid "Please check that you entered the correct email address."
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
613 |
msgid "The username entered wasn't found in the database!"
|
614 |
msgstr ""
|
615 |
|
616 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
617 |
msgid "Please check that you entered the correct username."
|
618 |
msgstr ""
|
619 |
|
620 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
621 |
msgid "Your password has been successfully changed!"
|
622 |
msgstr ""
|
623 |
|
624 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
625 |
-
msgid "You have successfully reset your password
|
626 |
msgstr ""
|
627 |
|
628 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:214
|
629 |
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:228
|
|
|
630 |
msgid "Password Successfully Reset for"
|
631 |
msgstr ""
|
632 |
|
633 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:214
|
634 |
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:228
|
|
|
635 |
msgid "from"
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
639 |
msgid "has requested a password change via the password reset feature."
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
643 |
msgid "His/her new password is:"
|
644 |
msgstr ""
|
645 |
|
646 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
647 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
648 |
msgid "The entered passwords don't match!"
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
652 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
653 |
msgid "Reset Password"
|
654 |
msgstr ""
|
655 |
|
656 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
657 |
msgid "Invalid key!"
|
658 |
msgstr ""
|
659 |
|
660 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
661 |
msgid "Please enter your username or email address."
|
662 |
msgstr ""
|
663 |
|
664 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
665 |
msgid "You will receive a link to create a new password via email."
|
666 |
msgstr ""
|
667 |
|
668 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
669 |
msgid "Username or E-mail"
|
670 |
msgstr ""
|
671 |
|
672 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:
|
673 |
msgid "Get New Password"
|
674 |
msgstr ""
|
675 |
|
676 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
677 |
msgid "The user was NOT created!"
|
678 |
msgstr ""
|
679 |
|
680 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
681 |
msgid "A username is required for registration."
|
682 |
msgstr ""
|
683 |
|
684 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
685 |
msgid "Sorry, that username already exists!"
|
686 |
msgstr ""
|
687 |
|
688 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
689 |
msgid "You must enter a valid email address."
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
693 |
msgid "Sorry, that email address is already used!"
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
697 |
msgid "You didn't complete one of the password-fields!"
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
701 |
-
|
|
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
705 |
-
msgid "
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
709 |
msgid "(Several required fields were left uncompleted)"
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
713 |
msgid "New subscriber on"
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
717 |
msgid "A new subscriber has (been) registered!"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
721 |
msgid "You are logged in as"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
725 |
msgid "You don't need another account."
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
729 |
msgid "Log out of this account."
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
733 |
msgid "Logout"
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
737 |
msgid "A user account has been created for"
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
741 |
msgid "Thank you for registering"
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
745 |
msgid "An error occured while trying to send the notification email."
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
749 |
msgid "An email containing the username and password was successfully sent."
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
753 |
msgid "Users can register themselves or you can manually create users here."
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
757 |
msgid "Users cannot currently register themselves, but you can manually create users here."
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
761 |
msgid "Only an administrator can add new users."
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
765 |
msgid "Send these credentials via email."
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
769 |
msgid "Add User"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:
|
773 |
msgid "Register"
|
774 |
msgstr ""
|
775 |
|
@@ -808,17 +862,17 @@ msgstr ""
|
|
808 |
|
809 |
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:14
|
810 |
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:24
|
811 |
-
msgid "
|
812 |
msgstr ""
|
813 |
|
814 |
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:15
|
815 |
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:25
|
816 |
-
msgid "
|
817 |
msgstr ""
|
818 |
|
819 |
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:16
|
820 |
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:26
|
821 |
-
msgid "
|
822 |
msgstr ""
|
823 |
|
824 |
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:17
|
@@ -831,125 +885,243 @@ msgstr ""
|
|
831 |
msgid "Add Option"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:
|
835 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:
|
|
|
836 |
msgid "Edit"
|
837 |
msgstr ""
|
838 |
|
839 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:
|
840 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:
|
|
|
841 |
msgid "Delete"
|
842 |
msgstr ""
|
843 |
|
844 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:
|
845 |
msgid "Title:"
|
846 |
msgstr ""
|
847 |
|
848 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:
|
849 |
msgid "The title of the item."
|
850 |
msgstr ""
|
851 |
|
852 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:
|
853 |
msgid "Meta-Key:"
|
854 |
msgstr ""
|
855 |
|
856 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:
|
857 |
-
msgid "Use this in conjuction with WordPress functions to display the value in the page of your choosing. Auto-completed."
|
858 |
msgstr ""
|
859 |
|
860 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:
|
861 |
-
msgid "Option Key:"
|
862 |
-
msgstr ""
|
863 |
-
|
864 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:99
|
865 |
-
msgid "Unique alphanumeric key, underscores are acceptable."
|
866 |
-
msgstr ""
|
867 |
-
|
868 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:132
|
869 |
msgid "Option Type:"
|
870 |
msgstr ""
|
871 |
|
872 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:
|
873 |
msgid "Choose one of the supported option types."
|
874 |
msgstr ""
|
875 |
|
876 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:
|
877 |
msgid "Description:"
|
878 |
msgstr ""
|
879 |
|
880 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:
|
881 |
msgid "Enter a detailed description of the option for end users to read(optional)."
|
882 |
msgstr ""
|
883 |
|
884 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
885 |
msgid "Options:"
|
886 |
msgstr ""
|
887 |
|
888 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:
|
889 |
msgid "Enter a comma separated list of options. For example, you could have \"One,Two,Three\" or just a single value like \"Yes\" for a checkbox."
|
890 |
msgstr ""
|
891 |
|
892 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
893 |
msgid "Required:"
|
894 |
msgstr ""
|
895 |
|
896 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:
|
897 |
msgid "Check this box to make this field required."
|
898 |
msgstr ""
|
899 |
|
900 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:
|
901 |
msgid "Cancel"
|
902 |
msgstr ""
|
903 |
|
904 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:
|
905 |
msgid "Save"
|
906 |
msgstr ""
|
907 |
|
908 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:
|
909 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:
|
910 |
msgid "Register your version of Profile Builder Pro"
|
911 |
msgstr ""
|
912 |
|
913 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:
|
914 |
msgid "Now that you acquired a copy of Profile Builder Pro, you should take the time and register it with the serial number you received in the e-mail."
|
915 |
msgstr ""
|
916 |
|
917 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:
|
918 |
msgid "If you register this version of Profile Builder, you'll receive information regarding eventual upgrades, patches, and - if needed - technical support."
|
919 |
msgstr ""
|
920 |
|
921 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:
|
922 |
msgid "Serial Number:"
|
923 |
msgstr ""
|
924 |
|
925 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:
|
|
|
|
|
|
|
|
|
926 |
msgid "The serial number couldn't be validated or isn't valid!"
|
927 |
msgstr ""
|
928 |
|
929 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:
|
930 |
-
msgid "The serial number
|
931 |
msgstr ""
|
932 |
|
933 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:
|
934 |
msgid "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
935 |
msgstr ""
|
936 |
|
937 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:
|
938 |
-
|
939 |
-
|
940 |
-
|
941 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/
|
942 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/
|
943 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
944 |
msgid "Current file"
|
945 |
msgstr ""
|
946 |
|
947 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:
|
948 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
949 |
msgstr ""
|
950 |
|
951 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:
|
952 |
-
msgid "
|
953 |
msgstr ""
|
954 |
|
955 |
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:9
|
@@ -965,87 +1137,201 @@ msgstr ""
|
|
965 |
msgid "Status"
|
966 |
msgstr ""
|
967 |
|
968 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
969 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
970 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
971 |
msgid "User-Listing"
|
972 |
msgstr ""
|
973 |
|
974 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
975 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
976 |
msgid "Active"
|
977 |
msgstr ""
|
978 |
|
979 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
980 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
981 |
msgid "Inactive"
|
982 |
msgstr ""
|
983 |
|
984 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
985 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
986 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
987 |
msgid "Custom Redirects"
|
988 |
msgstr ""
|
989 |
|
990 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
991 |
msgid "To create a page containing the users registered to this current site/blog, insert the following shortcode in a (blank) page: "
|
992 |
msgstr ""
|
993 |
|
994 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
995 |
-
msgid "
|
996 |
msgstr ""
|
997 |
|
998 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
999 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1000 |
msgstr ""
|
1001 |
|
1002 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
1003 |
-
|
|
|
1004 |
msgstr ""
|
1005 |
|
1006 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
1007 |
-
msgid "Users
|
1008 |
msgstr ""
|
1009 |
|
1010 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1011 |
msgid "Action"
|
1012 |
msgstr ""
|
1013 |
|
1014 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
1015 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
1016 |
msgid "Redirect"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
|
|
1020 |
msgid "URL"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
1024 |
msgid "After Registration:"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
1028 |
msgid "After Login:"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
1032 |
msgid "When activated this feature will redirect the user on both the default Wordpress password recovery page and the \"Lost password?\" link used by Profile Builder on the front-end login page."
|
1033 |
msgstr ""
|
1034 |
|
1035 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
1036 |
msgid "Requested WP Page"
|
1037 |
msgstr ""
|
1038 |
|
1039 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
1040 |
-
msgid "
|
|
|
|
|
|
|
|
|
1041 |
msgstr ""
|
1042 |
|
1043 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:
|
1044 |
msgid "Redirects every user-role EXCEPT the ones with administrator privilages (can manage options)."
|
1045 |
msgstr ""
|
1046 |
|
1047 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:
|
1048 |
-
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1049 |
msgid "Current avatar"
|
1050 |
msgstr ""
|
1051 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: ProfileBuilder\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-05-22 15:33+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-05-22 15:33+0200\n"
|
7 |
"Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
|
8 |
+
"Language-Team: Reflection Media, Gabriel Barina\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-Basepath: .\n"
|
14 |
"X-Poedit-SearchPath-0: C:\\Users\\Gabi\\Desktop\\test\\profile-builder-pro\n"
|
15 |
|
16 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:25
|
17 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:28
|
18 |
msgid "Profile Builder"
|
19 |
msgstr ""
|
20 |
|
21 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:26
|
22 |
msgid "Welcome to Profile Builder!"
|
23 |
msgstr ""
|
24 |
|
25 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:28
|
26 |
msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:29
|
30 |
msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:30
|
34 |
msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:31
|
38 |
msgid "Now all you need to do is add the following shortcode(for the previous example): "
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:32
|
42 |
msgid "Publish your page and you are ready to go!"
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:33
|
46 |
msgid "You can use the following shortcodes:"
|
47 |
msgstr ""
|
48 |
|
49 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:34
|
50 |
msgid "for a log-in form."
|
51 |
msgstr ""
|
52 |
|
53 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:35
|
54 |
msgid "to add a registration form."
|
55 |
msgstr ""
|
56 |
|
57 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:36
|
58 |
msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
|
59 |
msgstr ""
|
60 |
|
61 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:37
|
62 |
msgid "to add a password recovery form."
|
63 |
msgstr ""
|
64 |
|
65 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:39
|
66 |
msgid "Users with administrator rights have access to the following features:"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:40
|
70 |
msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
|
71 |
msgstr ""
|
72 |
|
73 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:41
|
74 |
msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:42
|
78 |
msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:43
|
82 |
msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:44
|
86 |
msgid "add an avatar field."
|
87 |
msgstr ""
|
88 |
|
89 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:45
|
90 |
+
msgid "create custom redirects."
|
91 |
+
msgstr ""
|
92 |
+
|
93 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:46
|
94 |
+
msgid "front-end userlisting using the"
|
95 |
+
msgstr ""
|
96 |
+
|
97 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:46
|
98 |
+
msgid "shortcode."
|
99 |
+
msgstr ""
|
100 |
+
|
101 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:49
|
102 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:84
|
103 |
msgid "NOTE:"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:50
|
107 |
msgid "this plugin only adds/removes fields in the front-end."
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:51
|
111 |
msgid "The default information-fields will still be visible(and thus modifiable)"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:52
|
115 |
msgid "from the back-end, while custom fields will only be visible in the front-end."
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:66
|
119 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:67
|
120 |
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/options.php:58
|
121 |
msgid "Plugin Layout"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:68
|
125 |
msgid "Stylesheet used:"
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:70
|
129 |
msgid "Default"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:75
|
133 |
msgid "White"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:76
|
137 |
msgid "Black"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:80
|
141 |
msgid "None"
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:84
|
145 |
+
msgid "The black stylesheet is intended for sites/blogs with a dark background."
|
146 |
+
msgstr ""
|
147 |
+
|
148 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:84
|
149 |
+
msgid "The white stylesheet is intended for a sites/blogs with a light background color."
|
150 |
+
msgstr ""
|
151 |
+
|
152 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:89
|
153 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:133
|
154 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:344
|
155 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:252
|
156 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:38
|
157 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:414
|
158 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:568
|
159 |
msgid "Save Changes"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:107
|
163 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:108
|
164 |
msgid "Show/Hide the Admin Bar on Front End"
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:112
|
168 |
msgid "User-group"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:113
|
172 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:157
|
173 |
msgid "Visibility"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:122
|
177 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:172
|
178 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:185
|
179 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:198
|
180 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:211
|
181 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:224
|
182 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:243
|
183 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:256
|
184 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:272
|
185 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:285
|
186 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:298
|
187 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:317
|
188 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:331
|
189 |
msgid "Show"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:123
|
193 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:173
|
194 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:186
|
195 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:199
|
196 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:212
|
197 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:225
|
198 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:244
|
199 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:257
|
200 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:273
|
201 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:286
|
202 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:299
|
203 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:318
|
204 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:332
|
205 |
msgid "Hide"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:151
|
209 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:152
|
210 |
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/options.php:60
|
211 |
msgid "Default Profile Fields"
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:156
|
215 |
msgid "Input Field Name"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:158
|
219 |
msgid "Required"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:163
|
223 |
msgid "Name:"
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:169
|
227 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:698
|
228 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:138
|
229 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:499
|
230 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:668
|
231 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:128
|
232 |
msgid "Username"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:176
|
236 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:189
|
237 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:202
|
238 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:215
|
239 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:228
|
240 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:247
|
241 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:260
|
242 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:276
|
243 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:289
|
244 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:302
|
245 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:321
|
246 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:335
|
247 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:470
|
248 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:478
|
249 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:488
|
250 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:517
|
251 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:529
|
252 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:541
|
253 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:553
|
254 |
msgid "Yes"
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:177
|
258 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:190
|
259 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:203
|
260 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:216
|
261 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:229
|
262 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:248
|
263 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:261
|
264 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:277
|
265 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:290
|
266 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:303
|
267 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:322
|
268 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:336
|
269 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:471
|
270 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:479
|
271 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:489
|
272 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:518
|
273 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:530
|
274 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:542
|
275 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:554
|
276 |
msgid "No"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:182
|
280 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:718
|
281 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:692
|
|
|
282 |
msgid "First Name"
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:195
|
286 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:738
|
287 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:716
|
|
|
288 |
msgid "Last Name"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:208
|
292 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:758
|
293 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:740
|
|
|
294 |
msgid "Nickname"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:221
|
298 |
msgid "Display name publicly as..."
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:234
|
302 |
msgid "Contact Info:"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:240
|
306 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:828
|
307 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:500
|
308 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:767
|
309 |
msgid "E-mail"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:253
|
313 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:847
|
314 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:791
|
315 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:170
|
316 |
msgid "Website"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:269
|
320 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:865
|
321 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:815
|
322 |
msgid "AIM"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:282
|
326 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:883
|
327 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:839
|
328 |
msgid "Yahoo IM"
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:295
|
332 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:901
|
333 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:863
|
334 |
msgid "Jabber / Google Talk"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:308
|
338 |
msgid "About Yourself:"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:314
|
342 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:922
|
343 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:890
|
344 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:176
|
345 |
msgid "Biographical Info"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:328
|
349 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:932
|
350 |
msgid "New Password"
|
351 |
msgstr ""
|
352 |
|
372 |
msgid "Register Your Version"
|
373 |
msgstr ""
|
374 |
|
375 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:85
|
376 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:45
|
377 |
msgid "The information size you were trying to submit was larger than"
|
378 |
msgstr ""
|
379 |
|
380 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:86
|
381 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:46
|
382 |
msgid "This is usually caused by a large file(s) trying to be uploaded."
|
383 |
msgstr ""
|
384 |
|
385 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:87
|
386 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:47
|
387 |
msgid "Since it was also larger than"
|
388 |
msgstr ""
|
389 |
|
390 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:87
|
391 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:47
|
392 |
msgid "no additional information is available."
|
393 |
msgstr ""
|
394 |
|
395 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:559
|
396 |
msgid "You must be logged in to edit your profile."
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:569
|
400 |
msgid "The avatar was successfully deleted."
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:576
|
404 |
msgid "The attachment"
|
405 |
msgstr ""
|
406 |
|
407 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:576
|
408 |
msgid "was successfully deleted."
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:591
|
412 |
msgid "The changes have been successfully saved."
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:598
|
416 |
msgid "The email address you entered is already registered to a different user."
|
417 |
msgstr ""
|
418 |
|
419 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:598
|
420 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:608
|
421 |
msgid "The email address was"
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:598
|
425 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:608
|
426 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:617
|
427 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:626
|
428 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:652
|
429 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:660
|
430 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:675
|
431 |
msgid "NOT"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:598
|
435 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:608
|
436 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:617
|
437 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:626
|
438 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:652
|
439 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:660
|
440 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:675
|
441 |
msgid "updated along with the rest of the information."
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:608
|
445 |
msgid "The email address you entered is invalid."
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:617
|
449 |
msgid "The passwords you entered do not match."
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:617
|
453 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:626
|
454 |
msgid "The password was"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:626
|
458 |
msgid "You didn't complete both password fields."
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:633
|
462 |
msgid "Your profile was NOT updated!"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:642
|
466 |
msgid "There was an error while trying to upload the following attachments:"
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:652
|
470 |
msgid "Possible cause: the size was bigger than"
|
471 |
msgstr ""
|
472 |
|
473 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:652
|
474 |
msgid "The listed attachements were"
|
475 |
msgstr ""
|
476 |
|
477 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:660
|
478 |
msgid "There was an error while trying to upload your avatar picture."
|
479 |
msgstr ""
|
480 |
|
481 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:660
|
482 |
msgid "Possible cause: size/incorrect file-type."
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:660
|
486 |
msgid "The avatar was"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:668
|
490 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:339
|
491 |
+
msgid "There was an error while trying to upload the following attachment(s)"
|
|
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:675
|
495 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:346
|
496 |
+
msgid "Only files with the following extension(s) can be uploaded:"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:675
|
500 |
+
msgid "This file was"
|
501 |
+
msgstr ""
|
502 |
+
|
503 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:692
|
504 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:648
|
505 |
+
msgid "Name"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:699
|
509 |
+
msgid "Usernames cannot be changed."
|
510 |
+
msgstr ""
|
511 |
+
|
512 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:708
|
513 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:728
|
514 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:748
|
515 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:768
|
516 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:818
|
517 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:839
|
518 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:857
|
519 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:875
|
520 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:893
|
521 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:914
|
522 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:41
|
523 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:143
|
524 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:209
|
525 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:274
|
526 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:339
|
527 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:405
|
528 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:459
|
529 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:507
|
530 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:570
|
531 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:693
|
532 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:753
|
533 |
+
msgid "This field is marked as required by the administrator."
|
534 |
+
msgstr ""
|
535 |
+
|
536 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:779
|
537 |
msgid "Display name publicly as"
|
538 |
msgstr ""
|
539 |
|
540 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:811
|
541 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:746
|
|
|
542 |
msgid "Contact Info"
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:830
|
546 |
+
msgid "(required)"
|
547 |
+
msgstr ""
|
548 |
+
|
549 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:907
|
550 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:869
|
551 |
msgid "About Yourself"
|
552 |
msgstr ""
|
553 |
|
554 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:937
|
555 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:297
|
556 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:327
|
557 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:924
|
558 |
msgid "Repeat Password"
|
559 |
msgstr ""
|
560 |
|
561 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:968
|
562 |
msgid "Update"
|
563 |
msgstr ""
|
564 |
|
565 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:59
|
566 |
msgid "You are currently logged in as"
|
567 |
msgstr ""
|
568 |
|
569 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:60
|
570 |
msgid "Log out of this account"
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:60
|
574 |
msgid "Log out"
|
575 |
msgstr ""
|
576 |
|
577 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:78
|
578 |
msgid "You have successfully logged in as"
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:104
|
582 |
msgid "You will soon be redirected automatically. If you see this page for more than 1 second, please click"
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:104
|
586 |
msgid "here"
|
587 |
msgstr ""
|
588 |
|
589 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:114
|
590 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:351
|
591 |
msgid "ERROR:"
|
592 |
msgstr ""
|
593 |
|
594 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:114
|
595 |
msgid "The username field is empty"
|
596 |
msgstr ""
|
597 |
|
598 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:146
|
599 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:292
|
600 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:322
|
601 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:919
|
602 |
msgid "Password"
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:154
|
606 |
msgid "Log in"
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:158
|
610 |
msgid "Remember me"
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:169
|
614 |
msgid "Lost password?"
|
615 |
msgstr ""
|
616 |
|
617 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:119
|
618 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:164
|
619 |
msgid "A password reset email has been sent to "
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:119
|
623 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:164
|
624 |
msgid "Following the link sent in the email address will reset the password."
|
625 |
msgstr ""
|
626 |
|
627 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:131
|
628 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:176
|
629 |
msgid "Someone requested that the password be reset for the following account: "
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:133
|
633 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:178
|
634 |
msgid "If this was a mistake, just ignore this email and nothing will happen."
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:134
|
638 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:179
|
639 |
msgid "To reset your password, visit the following link:"
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:138
|
643 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:183
|
644 |
msgid "Password Reset Feature from"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:147
|
648 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:192
|
649 |
msgid "ERROR"
|
650 |
msgstr ""
|
651 |
|
652 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:147
|
653 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:192
|
654 |
msgid "There was an error while trying to send the activation link to "
|
655 |
msgstr ""
|
656 |
|
657 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:157
|
658 |
msgid "The email address entered wasn't found in the database!"
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:157
|
662 |
msgid "Please check that you entered the correct email address."
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:199
|
666 |
msgid "The username entered wasn't found in the database!"
|
667 |
msgstr ""
|
668 |
|
669 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:199
|
670 |
msgid "Please check that you entered the correct username."
|
671 |
msgstr ""
|
672 |
|
673 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:210
|
674 |
msgid "Your password has been successfully changed!"
|
675 |
msgstr ""
|
676 |
|
677 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:224
|
678 |
+
msgid "You have successfully reset your password to:"
|
679 |
msgstr ""
|
680 |
|
|
|
681 |
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:228
|
682 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:242
|
683 |
msgid "Password Successfully Reset for"
|
684 |
msgstr ""
|
685 |
|
|
|
686 |
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:228
|
687 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:242
|
688 |
msgid "from"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:238
|
692 |
msgid "has requested a password change via the password reset feature."
|
693 |
msgstr ""
|
694 |
|
695 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:239
|
696 |
msgid "His/her new password is:"
|
697 |
msgstr ""
|
698 |
|
699 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:257
|
700 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:336
|
701 |
msgid "The entered passwords don't match!"
|
702 |
msgstr ""
|
703 |
|
704 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:304
|
705 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:334
|
706 |
msgid "Reset Password"
|
707 |
msgstr ""
|
708 |
|
709 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:351
|
710 |
msgid "Invalid key!"
|
711 |
msgstr ""
|
712 |
|
713 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:366
|
714 |
msgid "Please enter your username or email address."
|
715 |
msgstr ""
|
716 |
|
717 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:366
|
718 |
msgid "You will receive a link to create a new password via email."
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:375
|
722 |
msgid "Username or E-mail"
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:384
|
726 |
msgid "Get New Password"
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:48
|
730 |
msgid "The user was NOT created!"
|
731 |
msgstr ""
|
732 |
|
733 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:325
|
734 |
msgid "A username is required for registration."
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:327
|
738 |
msgid "Sorry, that username already exists!"
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:329
|
742 |
msgid "You must enter a valid email address."
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:331
|
746 |
msgid "Sorry, that email address is already used!"
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:334
|
750 |
msgid "You didn't complete one of the password-fields!"
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:346
|
754 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:352
|
755 |
+
msgid "The account was NOT created!"
|
756 |
msgstr ""
|
757 |
|
758 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:350
|
759 |
+
msgid "You must agree to the terms and conditions before registering!"
|
760 |
msgstr ""
|
761 |
|
762 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:352
|
763 |
msgid "(Several required fields were left uncompleted)"
|
764 |
msgstr ""
|
765 |
|
766 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:498
|
767 |
msgid "New subscriber on"
|
768 |
msgstr ""
|
769 |
|
770 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:503
|
771 |
msgid "A new subscriber has (been) registered!"
|
772 |
msgstr ""
|
773 |
|
774 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:547
|
775 |
msgid "You are logged in as"
|
776 |
msgstr ""
|
777 |
|
778 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:547
|
779 |
msgid "You don't need another account."
|
780 |
msgstr ""
|
781 |
|
782 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:547
|
783 |
msgid "Log out of this account."
|
784 |
msgstr ""
|
785 |
|
786 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:547
|
787 |
msgid "Logout"
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:554
|
791 |
msgid "A user account has been created for"
|
792 |
msgstr ""
|
793 |
|
794 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:579
|
795 |
msgid "Thank you for registering"
|
796 |
msgstr ""
|
797 |
|
798 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:606
|
799 |
msgid "An error occured while trying to send the notification email."
|
800 |
msgstr ""
|
801 |
|
802 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:610
|
803 |
msgid "An email containing the username and password was successfully sent."
|
804 |
msgstr ""
|
805 |
|
806 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:625
|
807 |
msgid "Users can register themselves or you can manually create users here."
|
808 |
msgstr ""
|
809 |
|
810 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:630
|
811 |
msgid "Users cannot currently register themselves, but you can manually create users here."
|
812 |
msgstr ""
|
813 |
|
814 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:635
|
815 |
msgid "Only an administrator can add new users."
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:955
|
819 |
msgid "Send these credentials via email."
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:967
|
823 |
msgid "Add User"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:967
|
827 |
msgid "Register"
|
828 |
msgstr ""
|
829 |
|
862 |
|
863 |
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:14
|
864 |
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:24
|
865 |
+
msgid "Type"
|
866 |
msgstr ""
|
867 |
|
868 |
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:15
|
869 |
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:25
|
870 |
+
msgid "Meta-Key"
|
871 |
msgstr ""
|
872 |
|
873 |
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:16
|
874 |
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:26
|
875 |
+
msgid "ID"
|
876 |
msgstr ""
|
877 |
|
878 |
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:17
|
885 |
msgid "Add Option"
|
886 |
msgstr ""
|
887 |
|
888 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:40
|
889 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:73
|
890 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:206
|
891 |
msgid "Edit"
|
892 |
msgstr ""
|
893 |
|
894 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:41
|
895 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:74
|
896 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:207
|
897 |
msgid "Delete"
|
898 |
msgstr ""
|
899 |
|
900 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:101
|
901 |
msgid "Title:"
|
902 |
msgstr ""
|
903 |
|
904 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:101
|
905 |
msgid "The title of the item."
|
906 |
msgstr ""
|
907 |
|
908 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:111
|
909 |
msgid "Meta-Key:"
|
910 |
msgstr ""
|
911 |
|
912 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:111
|
913 |
+
msgid "Use this in conjuction with WordPress functions to display the value in the page of your choosing. Auto-completed but editable - in this case it must be uniqe.<br/>Changing this might take long in case of a very big user-count."
|
914 |
msgstr ""
|
915 |
|
916 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:144
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
917 |
msgid "Option Type:"
|
918 |
msgstr ""
|
919 |
|
920 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:144
|
921 |
msgid "Choose one of the supported option types."
|
922 |
msgstr ""
|
923 |
|
924 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:154
|
925 |
msgid "Description:"
|
926 |
msgstr ""
|
927 |
|
928 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:154
|
929 |
msgid "Enter a detailed description of the option for end users to read(optional)."
|
930 |
msgstr ""
|
931 |
|
932 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:155
|
933 |
+
msgid "You can only insert links using standard HTML syntax:"
|
934 |
+
msgstr ""
|
935 |
+
|
936 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:155
|
937 |
+
msgid "address"
|
938 |
+
msgstr ""
|
939 |
+
|
940 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:155
|
941 |
+
msgid "name"
|
942 |
+
msgstr ""
|
943 |
+
|
944 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:165
|
945 |
msgid "Options:"
|
946 |
msgstr ""
|
947 |
|
948 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:165
|
949 |
msgid "Enter a comma separated list of options. For example, you could have \"One,Two,Three\" or just a single value like \"Yes\" for a checkbox."
|
950 |
msgstr ""
|
951 |
|
952 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:176
|
953 |
+
msgid "ID:"
|
954 |
+
msgstr ""
|
955 |
+
|
956 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:176
|
957 |
+
msgid "This is the internal ID for this input. You can use this in conjuction with filters to target this element if needed.<br/>Can't be edited."
|
958 |
+
msgstr ""
|
959 |
+
|
960 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:187
|
961 |
msgid "Required:"
|
962 |
msgstr ""
|
963 |
|
964 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:187
|
965 |
msgid "Check this box to make this field required."
|
966 |
msgstr ""
|
967 |
|
968 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:194
|
969 |
msgid "Cancel"
|
970 |
msgstr ""
|
971 |
|
972 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:195
|
973 |
msgid "Save"
|
974 |
msgstr ""
|
975 |
|
976 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:229
|
977 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:230
|
978 |
msgid "Register your version of Profile Builder Pro"
|
979 |
msgstr ""
|
980 |
|
981 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:231
|
982 |
msgid "Now that you acquired a copy of Profile Builder Pro, you should take the time and register it with the serial number you received in the e-mail."
|
983 |
msgstr ""
|
984 |
|
985 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:232
|
986 |
msgid "If you register this version of Profile Builder, you'll receive information regarding eventual upgrades, patches, and - if needed - technical support."
|
987 |
msgstr ""
|
988 |
|
989 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:233
|
990 |
msgid "Serial Number:"
|
991 |
msgstr ""
|
992 |
|
993 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:239
|
994 |
+
msgid "The serial number was successfully validated!"
|
995 |
+
msgstr ""
|
996 |
+
|
997 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:241
|
998 |
msgid "The serial number couldn't be validated or isn't valid!"
|
999 |
msgstr ""
|
1000 |
|
1001 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:243
|
1002 |
+
msgid "The serial number couldn't be validated because process timed out. This is possible due to the server being down. Please try again later!"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:247
|
1006 |
msgid "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:22
|
1010 |
+
msgid "You need to be logged in to view the userlisting!"
|
1011 |
+
msgstr ""
|
1012 |
+
|
1013 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:73
|
1014 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:99
|
1015 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:117
|
1016 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:838
|
1017 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:926
|
1018 |
+
msgid "Search Users by All Fields"
|
1019 |
+
msgstr ""
|
1020 |
+
|
1021 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:117
|
1022 |
+
msgid "Leave Blank and Press Search to List All Users"
|
1023 |
+
msgstr ""
|
1024 |
+
|
1025 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:121
|
1026 |
+
msgid "Search"
|
1027 |
+
msgstr ""
|
1028 |
+
|
1029 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:134
|
1030 |
+
msgid "First/Lastname"
|
1031 |
+
msgstr ""
|
1032 |
+
|
1033 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:140
|
1034 |
+
msgid "Email"
|
1035 |
+
msgstr ""
|
1036 |
+
|
1037 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:146
|
1038 |
+
msgid "Sign-up Date"
|
1039 |
+
msgstr ""
|
1040 |
+
|
1041 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:152
|
1042 |
+
msgid "Firstname"
|
1043 |
+
msgstr ""
|
1044 |
+
|
1045 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:158
|
1046 |
+
msgid "Lastname"
|
1047 |
+
msgstr ""
|
1048 |
+
|
1049 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:164
|
1050 |
+
msgid "Display Name"
|
1051 |
+
msgstr ""
|
1052 |
+
|
1053 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:182
|
1054 |
+
msgid "Posts"
|
1055 |
+
msgstr ""
|
1056 |
+
|
1057 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:219
|
1058 |
+
msgid "Click here to see more information about this user"
|
1059 |
+
msgstr ""
|
1060 |
+
|
1061 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:219
|
1062 |
+
msgid "More..."
|
1063 |
+
msgstr ""
|
1064 |
+
|
1065 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:402
|
1066 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:640
|
1067 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:554
|
1068 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:587
|
1069 |
+
msgid "No uploaded attachment"
|
1070 |
+
msgstr ""
|
1071 |
+
|
1072 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:404
|
1073 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:642
|
1074 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:683
|
1075 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:558
|
1076 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:608
|
1077 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:611
|
1078 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:681
|
1079 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:713
|
1080 |
+
msgid "Click to see the current attachment"
|
1081 |
+
msgstr ""
|
1082 |
+
|
1083 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:482
|
1084 |
+
msgid "Click here to go back"
|
1085 |
+
msgstr ""
|
1086 |
+
|
1087 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:482
|
1088 |
+
msgid "Back"
|
1089 |
+
msgstr ""
|
1090 |
+
|
1091 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:640
|
1092 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:642
|
1093 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:554
|
1094 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:558
|
1095 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:587
|
1096 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:608
|
1097 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:611
|
1098 |
msgid "Current file"
|
1099 |
msgstr ""
|
1100 |
|
1101 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:681
|
1102 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:678
|
1103 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:710
|
1104 |
+
msgid "Avatar"
|
1105 |
+
msgstr ""
|
1106 |
+
|
1107 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:737
|
1108 |
+
msgid "No results found!"
|
1109 |
+
msgstr ""
|
1110 |
+
|
1111 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:825
|
1112 |
+
msgid "«« First"
|
1113 |
+
msgstr ""
|
1114 |
+
|
1115 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:826
|
1116 |
+
msgid "« Prev"
|
1117 |
+
msgstr ""
|
1118 |
+
|
1119 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:827
|
1120 |
+
msgid "Next » "
|
1121 |
msgstr ""
|
1122 |
|
1123 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:828
|
1124 |
+
msgid "Last »»"
|
1125 |
msgstr ""
|
1126 |
|
1127 |
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:9
|
1137 |
msgid "Status"
|
1138 |
msgstr ""
|
1139 |
|
1140 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:20
|
1141 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:75
|
1142 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:76
|
1143 |
msgid "User-Listing"
|
1144 |
msgstr ""
|
1145 |
|
1146 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:22
|
1147 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:29
|
1148 |
msgid "Active"
|
1149 |
msgstr ""
|
1150 |
|
1151 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:23
|
1152 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:30
|
1153 |
msgid "Inactive"
|
1154 |
msgstr ""
|
1155 |
|
1156 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:27
|
1157 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:451
|
1158 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:452
|
1159 |
msgid "Custom Redirects"
|
1160 |
msgstr ""
|
1161 |
|
1162 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:78
|
1163 |
msgid "To create a page containing the users registered to this current site/blog, insert the following shortcode in a (blank) page: "
|
1164 |
msgstr ""
|
1165 |
|
1166 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:79
|
1167 |
+
msgid "For instance, to create a userlisting shortcode listing only the editors and authors, visible to only the users currently logged in, you would use:"
|
1168 |
msgstr ""
|
1169 |
|
1170 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:82
|
1171 |
+
msgid "General Settings"
|
1172 |
+
msgstr ""
|
1173 |
+
|
1174 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:84
|
1175 |
+
msgid "These settings are applied to the front-end userlisting."
|
1176 |
+
msgstr ""
|
1177 |
+
|
1178 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:90
|
1179 |
+
msgid "Number of Users/Page: "
|
1180 |
+
msgstr ""
|
1181 |
+
|
1182 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:107
|
1183 |
+
msgid "Default Sorting Order: "
|
1184 |
+
msgstr ""
|
1185 |
+
|
1186 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:118
|
1187 |
+
msgid "\"All-Userlisting\" Template"
|
1188 |
msgstr ""
|
1189 |
|
1190 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:120
|
1191 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:262
|
1192 |
+
msgid "With the userlisting templates you can customize the look, feel and information listed by the shortcode."
|
1193 |
msgstr ""
|
1194 |
|
1195 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:121
|
1196 |
+
msgid "The \"All Users Listing\" template is used to list all users. It's displayed on each page access where the shortcode is present."
|
1197 |
msgstr ""
|
1198 |
|
1199 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:125
|
1200 |
+
msgid "Avatar size: "
|
1201 |
+
msgstr ""
|
1202 |
+
|
1203 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:141
|
1204 |
+
msgid "Insert \"Sort By\" Field:"
|
1205 |
+
msgstr ""
|
1206 |
+
|
1207 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:169
|
1208 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:268
|
1209 |
+
msgid "Insert \"User-Meta\" Field:"
|
1210 |
+
msgstr ""
|
1211 |
+
|
1212 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:200
|
1213 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:306
|
1214 |
+
msgid "Insert Extra Functions:"
|
1215 |
+
msgstr ""
|
1216 |
+
|
1217 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:215
|
1218 |
+
msgid "Show/Hide Default \"All-Userlisting\" Code"
|
1219 |
+
msgstr ""
|
1220 |
+
|
1221 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:217
|
1222 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:320
|
1223 |
+
msgid "If you wish to use a default userlisting, just copy the following code and paste it in the textarea below:"
|
1224 |
+
msgstr ""
|
1225 |
+
|
1226 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:260
|
1227 |
+
msgid "\"Single-Userlisting\" Template"
|
1228 |
+
msgstr ""
|
1229 |
+
|
1230 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:263
|
1231 |
+
msgid "The \"Single User Listing\" template is used to list an individual user. It's displayed when clickin on the \"more info\" link."
|
1232 |
+
msgstr ""
|
1233 |
+
|
1234 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:318
|
1235 |
+
msgid "Show/Hide Default \"Single-Userlisting\" Code"
|
1236 |
+
msgstr ""
|
1237 |
+
|
1238 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:462
|
1239 |
msgid "Action"
|
1240 |
msgstr ""
|
1241 |
|
1242 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:463
|
1243 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:508
|
1244 |
msgid "Redirect"
|
1245 |
msgstr ""
|
1246 |
|
1247 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:464
|
1248 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:509
|
1249 |
msgid "URL"
|
1250 |
msgstr ""
|
1251 |
|
1252 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:468
|
1253 |
msgid "After Registration:"
|
1254 |
msgstr ""
|
1255 |
|
1256 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:476
|
1257 |
msgid "After Login:"
|
1258 |
msgstr ""
|
1259 |
|
1260 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:496
|
1261 |
msgid "When activated this feature will redirect the user on both the default Wordpress password recovery page and the \"Lost password?\" link used by Profile Builder on the front-end login page."
|
1262 |
msgstr ""
|
1263 |
|
1264 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:507
|
1265 |
msgid "Requested WP Page"
|
1266 |
msgstr ""
|
1267 |
|
1268 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:561
|
1269 |
+
msgid "Before login. Works best if used in conjuction with \"After logout\"."
|
1270 |
+
msgstr ""
|
1271 |
+
|
1272 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:562
|
1273 |
+
msgid "After logout. Works best if used in conjuction with \"Before logout\"."
|
1274 |
msgstr ""
|
1275 |
|
1276 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:563
|
1277 |
msgid "Redirects every user-role EXCEPT the ones with administrator privilages (can manage options)."
|
1278 |
msgstr ""
|
1279 |
|
1280 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:44
|
1281 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:146
|
1282 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:212
|
1283 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:277
|
1284 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:342
|
1285 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:408
|
1286 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:462
|
1287 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:510
|
1288 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:573
|
1289 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:696
|
1290 |
+
msgid "This field wasn't updated because you entered and empty string (It was marked as required by the administrator)"
|
1291 |
+
msgstr ""
|
1292 |
+
|
1293 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:551
|
1294 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:583
|
1295 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:671
|
1296 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:702
|
1297 |
+
msgid "max upload size"
|
1298 |
+
msgstr ""
|
1299 |
+
|
1300 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:557
|
1301 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:610
|
1302 |
+
msgid "Are you sure you want to delete this attachment?"
|
1303 |
+
msgstr ""
|
1304 |
+
|
1305 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:558
|
1306 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:611
|
1307 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:681
|
1308 |
+
msgid "Click to delete the current attachment"
|
1309 |
+
msgstr ""
|
1310 |
+
|
1311 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:674
|
1312 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:706
|
1313 |
msgid "Current avatar"
|
1314 |
msgstr ""
|
1315 |
|
1316 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:674
|
1317 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:706
|
1318 |
+
msgid "No uploaded avatar"
|
1319 |
+
msgstr ""
|
1320 |
+
|
1321 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:680
|
1322 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:730
|
1323 |
+
msgid "Are you sure you want to delete this avatar?"
|
1324 |
+
msgstr ""
|
1325 |
+
|
1326 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:713
|
1327 |
+
msgid "The avatar image can't be deleted (It was marked as required by the administrator)."
|
1328 |
+
msgstr ""
|
1329 |
+
|
1330 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:731
|
1331 |
+
msgid "Click to see the current avatar"
|
1332 |
+
msgstr ""
|
1333 |
+
|
1334 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:731
|
1335 |
+
msgid "Click to delete the avatar"
|
1336 |
+
msgstr ""
|
1337 |
+
|
translation/profilebuilder-fr_FR.po
CHANGED
@@ -1,499 +1,499 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Profile Builder\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2011-07-06 14:23+0200\n"
|
6 |
-
"PO-Revision-Date: 2011-08-22 11:52+0100\n"
|
7 |
-
"Last-Translator: Sébastien CEZARD <foxyflying@gmail.com>\n"
|
8 |
-
"Language-Team: ReflectionMedia\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
-
"X-Poedit-Basepath: C:\\Users\\Cristi\\Desktop\\free\n"
|
14 |
-
"X-Poedit-Language: English\n"
|
15 |
-
"X-Poedit-SearchPath-0: C:\\Users\\Cristi\\Desktop\\free\n"
|
16 |
-
|
17 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:5
|
18 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
|
19 |
-
msgid "Profile Builder"
|
20 |
-
msgstr "Profile Builder"
|
21 |
-
|
22 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:6
|
23 |
-
msgid "Welcome to Profile Builder!"
|
24 |
-
msgstr "Bienvenue dans Profile Builder !"
|
25 |
-
|
26 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
|
27 |
-
msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
|
28 |
-
msgstr " vous permet de personnaliser votre site en y ajoutant un menu visible par les utilisateurs, leur permettant de modifier de manière plus flexible les informations les concernant ou encore, de permettre l'enregistrement de nouveaux utilisateurs."
|
29 |
-
|
30 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:9
|
31 |
-
msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
|
32 |
-
msgstr "Il permet également aux utilisateurs dotés de droits d'administrateurs de personnaliser les champs de base ou d'en ajouter d'autre à leur guise."
|
33 |
-
|
34 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:10
|
35 |
-
msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
|
36 |
-
msgstr "Pour mettre en place le dispositif, créez simplement une nouvelle page et donnez-lui un nom évocateur (par exemple, \"Modifier le Profil\")."
|
37 |
-
|
38 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:11
|
39 |
-
msgid "Now all you need to do is add the following shortcode(for the previous example): "
|
40 |
-
msgstr "Tout ce qu'il vous reste à faire ensuite est d'ajouter le shortcode suivant (pour l'exemple précédent): [wppb-edit-profile]."
|
41 |
-
|
42 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:12
|
43 |
-
msgid "Publish your page and you are ready to go!"
|
44 |
-
msgstr "Publiez votre page et le tour est joué !"
|
45 |
-
|
46 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:13
|
47 |
-
msgid "You can use the following shortcodes:"
|
48 |
-
msgstr "Vous pouvez utiliser les shortcodes suivant:"
|
49 |
-
|
50 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:14
|
51 |
-
msgid "for a log-in form."
|
52 |
-
msgstr "pour un formulaire de connexion."
|
53 |
-
|
54 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:15
|
55 |
-
msgid "to add a registration form."
|
56 |
-
msgstr "pour ajouter un formulaire d'enregistrement."
|
57 |
-
|
58 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:16
|
59 |
-
msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
|
60 |
-
msgstr "pour permettre aux utilisateurs d'accéder à leurs données personnelles (l'utilisateur doit être connecté)."
|
61 |
-
|
62 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:18
|
63 |
-
msgid "Users with administrator rights have access to the following features:"
|
64 |
-
msgstr "Les utilisateurs possédant des droits d'administrateurs ont accés aux fonctions suivantes:"
|
65 |
-
|
66 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:19
|
67 |
-
msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
|
68 |
-
msgstr "ajout de feuilles de styles personnalisées/héritées du thème courant ou incluses par défaut dans le plugin: défaut, blanc ou noir."
|
69 |
-
|
70 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:20
|
71 |
-
msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
|
72 |
-
msgstr "possibilité d'afficher ou non la Barre d'Administration sur le Front-End pour un groupe d'utilisateurs spécifique enregistré sur le site."
|
73 |
-
|
74 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:21
|
75 |
-
msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
|
76 |
-
msgstr "choix du type de champ pouvant être affiché ou modifié. Les valeurs entrées dans les champs masqués demeurent non modifiées."
|
77 |
-
|
78 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:22
|
79 |
-
msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
|
80 |
-
msgstr "ajout de champs personnalisés, avec le choix entre différents types: titre, texte, zone de texte, sélection, case à cocher, bouton, et/ou téléversement."
|
81 |
-
|
82 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:23
|
83 |
-
msgid "add an avatar field."
|
84 |
-
msgstr "ajout d'un champ d'avatar"
|
85 |
-
|
86 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:26
|
87 |
-
msgid "NOTE:"
|
88 |
-
msgstr "NOTE:"
|
89 |
-
|
90 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:27
|
91 |
-
msgid "this plugin only adds/removes fields in the front-end."
|
92 |
-
msgstr "ce plugin ajoute/retire des champs uniquement sur le Front-End."
|
93 |
-
|
94 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:28
|
95 |
-
msgid "The default information-fields will still be visible(and thus modifiable)"
|
96 |
-
msgstr "Les champs d'informations par défaut seront encore visibles (donc modifiables)"
|
97 |
-
|
98 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:29
|
99 |
-
msgid "from the back-end, while custom fields will only be visible in the front-end."
|
100 |
-
msgstr "depuis le Back-End, alors que les champs personnalisés ne seront visibles que sur le Front-End. "
|
101 |
-
|
102 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:43
|
103 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:44
|
104 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:58
|
105 |
-
msgid "Plugin Layout"
|
106 |
-
msgstr "Apparence du Plugin"
|
107 |
-
|
108 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:50
|
109 |
-
msgid "Stylesheet used:"
|
110 |
-
msgstr "Feuille de style utilisée"
|
111 |
-
|
112 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:53
|
113 |
-
msgid "Default"
|
114 |
-
msgstr "Défaut"
|
115 |
-
|
116 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:58
|
117 |
-
msgid "White"
|
118 |
-
msgstr "Blanc"
|
119 |
-
|
120 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:59
|
121 |
-
msgid "Black"
|
122 |
-
msgstr "Noir"
|
123 |
-
|
124 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:63
|
125 |
-
msgid "None"
|
126 |
-
msgstr "Aucune"
|
127 |
-
|
128 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:72
|
129 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:119
|
130 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:287
|
131 |
-
msgid "Save Changes"
|
132 |
-
msgstr "Sauvegarder les modifications"
|
133 |
-
|
134 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:90
|
135 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:91
|
136 |
-
msgid "Show/Hide the Admin Bar on Front End"
|
137 |
-
msgstr "Afficher/Masquer la Barre d'Administration sur le Front-End"
|
138 |
-
|
139 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:95
|
140 |
-
msgid "User-group"
|
141 |
-
msgstr "Groupe d'Utilisateurs"
|
142 |
-
|
143 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:96
|
144 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:143
|
145 |
-
msgid "Visibility"
|
146 |
-
msgstr "Visibilité"
|
147 |
-
|
148 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:108
|
149 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:159
|
150 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:168
|
151 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:177
|
152 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:186
|
153 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:195
|
154 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:212
|
155 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:221
|
156 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:233
|
157 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:242
|
158 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:251
|
159 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:268
|
160 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:278
|
161 |
-
msgid "Show"
|
162 |
-
msgstr "Afficher"
|
163 |
-
|
164 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:109
|
165 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:160
|
166 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:169
|
167 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:178
|
168 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:187
|
169 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:196
|
170 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:213
|
171 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:222
|
172 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:234
|
173 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:243
|
174 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:252
|
175 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:269
|
176 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:279
|
177 |
-
msgid "Hide"
|
178 |
-
msgstr "Masquer"
|
179 |
-
|
180 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:137
|
181 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:138
|
182 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:60
|
183 |
-
msgid "Default Profile Fields"
|
184 |
-
msgstr "Champs de Profil par Défaut"
|
185 |
-
|
186 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:142
|
187 |
-
msgid "Input Field Name"
|
188 |
-
msgstr "Nom du Champ de Saisie"
|
189 |
-
|
190 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:149
|
191 |
-
msgid "Name:"
|
192 |
-
msgstr "Nom:"
|
193 |
-
|
194 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:156
|
195 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:385
|
196 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:76
|
197 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:244
|
198 |
-
msgid "Username"
|
199 |
-
msgstr "Nom d'Utilisateur"
|
200 |
-
|
201 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:165
|
202 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:394
|
203 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:259
|
204 |
-
msgid "First Name"
|
205 |
-
msgstr "Prénom"
|
206 |
-
|
207 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:174
|
208 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:403
|
209 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:273
|
210 |
-
msgid "Last Name"
|
211 |
-
msgstr "Nom"
|
212 |
-
|
213 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:183
|
214 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:412
|
215 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:287
|
216 |
-
msgid "Nickname"
|
217 |
-
msgstr "Pseudo"
|
218 |
-
|
219 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:192
|
220 |
-
msgid "Display name publicly as..."
|
221 |
-
msgstr "Apparaître publiquement en tant que..."
|
222 |
-
|
223 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:202
|
224 |
-
msgid "Contact Info:"
|
225 |
-
msgstr "Infos de Contact"
|
226 |
-
|
227 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:209
|
228 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:457
|
229 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:305
|
230 |
-
msgid "E-mail"
|
231 |
-
msgstr "Courriel"
|
232 |
-
|
233 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:218
|
234 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:467
|
235 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:320
|
236 |
-
msgid "Website"
|
237 |
-
msgstr "Site Web"
|
238 |
-
|
239 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:230
|
240 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:476
|
241 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:334
|
242 |
-
msgid "AIM"
|
243 |
-
msgstr "AIM"
|
244 |
-
|
245 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:239
|
246 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:485
|
247 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:348
|
248 |
-
msgid "Yahoo IM"
|
249 |
-
msgstr "Yahoo IM"
|
250 |
-
|
251 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:248
|
252 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:494
|
253 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:362
|
254 |
-
msgid "Jabber / Google Talk"
|
255 |
-
msgstr "Jabber / Google Talk"
|
256 |
-
|
257 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:258
|
258 |
-
msgid "About Yourself:"
|
259 |
-
msgstr "À propos de vous:"
|
260 |
-
|
261 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:265
|
262 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:507
|
263 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:380
|
264 |
-
msgid "Biographical Info"
|
265 |
-
msgstr "Infos Biographiques"
|
266 |
-
|
267 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:275
|
268 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:516
|
269 |
-
msgid "New Password"
|
270 |
-
msgstr "Nouveau Mot de Passe"
|
271 |
-
|
272 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:57
|
273 |
-
msgid "Basic Information"
|
274 |
-
msgstr "Informations de Base"
|
275 |
-
|
276 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:59
|
277 |
-
msgid "Show/Hide the Admin Bar on Front-end"
|
278 |
-
msgstr "Afficher/Masquer la Barre d'Administration sur le Front-End"
|
279 |
-
|
280 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:63
|
281 |
-
msgid "Extra Profile Fields"
|
282 |
-
msgstr "Champs de Profile Supplémentaires"
|
283 |
-
|
284 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:64
|
285 |
-
msgid "Register Your Version"
|
286 |
-
msgstr "Enregistrer Votre Version"
|
287 |
-
|
288 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:269
|
289 |
-
msgid "You must be logged in to edit your profile."
|
290 |
-
msgstr "Vous devez être connecté(e) pour modifier votre profil."
|
291 |
-
|
292 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:278
|
293 |
-
msgid "The avatar was successfully deleted."
|
294 |
-
msgstr "L'avatar a bien été supprimé."
|
295 |
-
|
296 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:283
|
297 |
-
msgid "The attachment \""
|
298 |
-
msgstr "La pièce jointe \""
|
299 |
-
|
300 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:285
|
301 |
-
msgid "\" was successfully deleted."
|
302 |
-
msgstr "\" a bien été supprimée."
|
303 |
-
|
304 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:298
|
305 |
-
msgid "The changes have been successfully saved."
|
306 |
-
msgstr "Les modifications ont bien été sauvegardées."
|
307 |
-
|
308 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:303
|
309 |
-
msgid "The email address you entered is already registered to a different user.<br/>The email address was "
|
310 |
-
msgstr "L'adresse de courriel indiquée appartient déjà à un autre utilisateur.<br/>L'adresse de courriel était "
|
311 |
-
|
312 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:304
|
313 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:314
|
314 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:324
|
315 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:333
|
316 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:355
|
317 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:363
|
318 |
-
msgid "NOT"
|
319 |
-
msgstr "PAS"
|
320 |
-
|
321 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:305
|
322 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:315
|
323 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:325
|
324 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:334
|
325 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:356
|
326 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:364
|
327 |
-
msgid " updated along with the rest of the information."
|
328 |
-
msgstr " mis à jour avec le reste des informations."
|
329 |
-
|
330 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:313
|
331 |
-
msgid "The email address you entered is invalid. <br/> The email address was "
|
332 |
-
msgstr "L'adresse de courriel n'est pas valide. <br/> L'adresse de courriel était "
|
333 |
-
|
334 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:323
|
335 |
-
msgid "The passwords you entered do not match. <br/> The password was "
|
336 |
-
msgstr "Les mots de passe ne correspondent pas. <br/> Les mots de passe étaient "
|
337 |
-
|
338 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:332
|
339 |
-
msgid "You didn't complete both password fields. <br/> The password was "
|
340 |
-
msgstr "Vous n'avez pas renseigné les champs de mots de passe. <br/> Les mots de passe étaient "
|
341 |
-
|
342 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:344
|
343 |
-
msgid "There was an error while trying to upload the following attachments:<br/>"
|
344 |
-
msgstr "Une erreur est survenue durant le téléversement des fichiers suivante:<br/>"
|
345 |
-
|
346 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:352
|
347 |
-
msgid "<br/>Possible cause: the size was bigger than "
|
348 |
-
msgstr "<br/>Cause possible: la taille est supérieur à "
|
349 |
-
|
350 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:354
|
351 |
-
msgid "b.<br/>The listed attachements were "
|
352 |
-
msgstr "b.<br/>les fichiers étaient "
|
353 |
-
|
354 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:362
|
355 |
-
msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
|
356 |
-
msgstr "Une erreur est survenue durant le téléversement de l'image.<br/>Cause possible: taille/type de fichier incorrect.<br/>L'avatar était "
|
357 |
-
|
358 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:380
|
359 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:233
|
360 |
-
msgid "Name"
|
361 |
-
msgstr "Nom"
|
362 |
-
|
363 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:386
|
364 |
-
msgid " Usernames cannot be changed."
|
365 |
-
msgstr " Les noms d'utilisateurs ne peuvent être modifiés."
|
366 |
-
|
367 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:414
|
368 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:459
|
369 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:246
|
370 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:307
|
371 |
-
msgid "(required)"
|
372 |
-
msgstr "(requis)"
|
373 |
-
|
374 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:422
|
375 |
-
msgid "Display name publicly as"
|
376 |
-
msgstr "Apparaître publiquement en tant que"
|
377 |
-
|
378 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:451
|
379 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:294
|
380 |
-
msgid "Contact Info"
|
381 |
-
msgstr "Infos de Contact"
|
382 |
-
|
383 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:501
|
384 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:369
|
385 |
-
msgid "About Yourself"
|
386 |
-
msgstr "À Propos de Vous"
|
387 |
-
|
388 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:521
|
389 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:403
|
390 |
-
msgid "Repeat Password"
|
391 |
-
msgstr "Répéter le Mot de Passe"
|
392 |
-
|
393 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:537
|
394 |
-
msgid "Update"
|
395 |
-
msgstr "Mettre à Jour"
|
396 |
-
|
397 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
398 |
-
#, php-format
|
399 |
-
msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
400 |
-
msgstr "Vous êtes actuellement connecté(e) en tant que <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
401 |
-
|
402 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
403 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
404 |
-
msgid "Log out of this account"
|
405 |
-
msgstr "Se déconnecter de ce compte"
|
406 |
-
|
407 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
408 |
-
msgid "Log out »"
|
409 |
-
msgstr "Déconnexion »"
|
410 |
-
|
411 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:60
|
412 |
-
#, php-format
|
413 |
-
msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
414 |
-
msgstr "Vous vous êtes connecté en tant que <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
415 |
-
|
416 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:86
|
417 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:398
|
418 |
-
msgid "Password"
|
419 |
-
msgstr "Mot de Passe"
|
420 |
-
|
421 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:90
|
422 |
-
msgid "Log in"
|
423 |
-
msgstr "Connexion"
|
424 |
-
|
425 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:92
|
426 |
-
msgid "Remember me"
|
427 |
-
msgstr "Se souvenir de moi"
|
428 |
-
|
429 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:96
|
430 |
-
msgid "Lost password?"
|
431 |
-
msgstr "Mot de passe oublié ?"
|
432 |
-
|
433 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:39
|
434 |
-
msgid "A username is required for registration."
|
435 |
-
msgstr "Un nom d'utilisateur est requis pour l'enregistrement."
|
436 |
-
|
437 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:41
|
438 |
-
msgid "Sorry, that username already exists!"
|
439 |
-
msgstr "Désolé, ce nom d'utilisateur existe déjà !"
|
440 |
-
|
441 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:44
|
442 |
-
msgid "You must enter a valid email address."
|
443 |
-
msgstr "Vous devez entrer une adresse de courriel valide."
|
444 |
-
|
445 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:46
|
446 |
-
msgid "Sorry, that email address is already used!"
|
447 |
-
msgstr "Désolé, cette adresse de courriel est déjà utilisée !"
|
448 |
-
|
449 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:49
|
450 |
-
msgid "You didn't complete one of the password-fields!"
|
451 |
-
msgstr "Vous n'avez pas renseigné un des champs de mot de passe !"
|
452 |
-
|
453 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:51
|
454 |
-
msgid "The entered passwords don't match!"
|
455 |
-
msgstr "Les mots de passe ne correspondent pas !"
|
456 |
-
|
457 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
458 |
-
#, php-format
|
459 |
-
msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
|
460 |
-
msgstr "Vous êtes connecté(e) en tant que <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. Vous n'avez pas besoin de créer un autre compte."
|
461 |
-
|
462 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
463 |
-
msgid "Logout »"
|
464 |
-
msgstr "Déconnexion »"
|
465 |
-
|
466 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:181
|
467 |
-
#, php-format
|
468 |
-
msgid "A user account for %1$s has been created."
|
469 |
-
msgstr "Un compte utilisateur pour %1$s a été créé."
|
470 |
-
|
471 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:183
|
472 |
-
#, php-format
|
473 |
-
msgid "Thank you for registering, %1$s."
|
474 |
-
msgstr "Merci de vous être enregistré, %1$s."
|
475 |
-
|
476 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:211
|
477 |
-
msgid "Users can register themselves or you can manually create users here."
|
478 |
-
msgstr "Les utilisateurs peuvent s'enregistrer ou bien vous pouvez les créer manuellement ici."
|
479 |
-
|
480 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:215
|
481 |
-
msgid "Users cannot currently register themselves, but you can manually create users here."
|
482 |
-
msgstr "Les utilisateurs ne peuvent actuellement pas s'enregistrer eux-même, mais vous pouvez les créer manuellement ici."
|
483 |
-
|
484 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:219
|
485 |
-
msgid "Only an administrator can add new users."
|
486 |
-
msgstr "Seul un administrateur peut ajouter de nouveaux utilisateurs."
|
487 |
-
|
488 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:422
|
489 |
-
msgid " Send these credentials via email."
|
490 |
-
msgstr " Envoyer ces données par courriel."
|
491 |
-
|
492 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
|
493 |
-
msgid "Add User"
|
494 |
-
msgstr "Ajouter un Utilisateur"
|
495 |
-
|
496 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
|
497 |
-
msgid "Register"
|
498 |
-
msgstr "Enregistrement"
|
499 |
-
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Profile Builder\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-07-06 14:23+0200\n"
|
6 |
+
"PO-Revision-Date: 2011-08-22 11:52+0100\n"
|
7 |
+
"Last-Translator: Sébastien CEZARD <foxyflying@gmail.com>\n"
|
8 |
+
"Language-Team: ReflectionMedia\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
+
"X-Poedit-Basepath: C:\\Users\\Cristi\\Desktop\\free\n"
|
14 |
+
"X-Poedit-Language: English\n"
|
15 |
+
"X-Poedit-SearchPath-0: C:\\Users\\Cristi\\Desktop\\free\n"
|
16 |
+
|
17 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:5
|
18 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
|
19 |
+
msgid "Profile Builder"
|
20 |
+
msgstr "Profile Builder"
|
21 |
+
|
22 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:6
|
23 |
+
msgid "Welcome to Profile Builder!"
|
24 |
+
msgstr "Bienvenue dans Profile Builder !"
|
25 |
+
|
26 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
|
27 |
+
msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
|
28 |
+
msgstr " vous permet de personnaliser votre site en y ajoutant un menu visible par les utilisateurs, leur permettant de modifier de manière plus flexible les informations les concernant ou encore, de permettre l'enregistrement de nouveaux utilisateurs."
|
29 |
+
|
30 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:9
|
31 |
+
msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
|
32 |
+
msgstr "Il permet également aux utilisateurs dotés de droits d'administrateurs de personnaliser les champs de base ou d'en ajouter d'autre à leur guise."
|
33 |
+
|
34 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:10
|
35 |
+
msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
|
36 |
+
msgstr "Pour mettre en place le dispositif, créez simplement une nouvelle page et donnez-lui un nom évocateur (par exemple, \"Modifier le Profil\")."
|
37 |
+
|
38 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:11
|
39 |
+
msgid "Now all you need to do is add the following shortcode(for the previous example): "
|
40 |
+
msgstr "Tout ce qu'il vous reste à faire ensuite est d'ajouter le shortcode suivant (pour l'exemple précédent): [wppb-edit-profile]."
|
41 |
+
|
42 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:12
|
43 |
+
msgid "Publish your page and you are ready to go!"
|
44 |
+
msgstr "Publiez votre page et le tour est joué !"
|
45 |
+
|
46 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:13
|
47 |
+
msgid "You can use the following shortcodes:"
|
48 |
+
msgstr "Vous pouvez utiliser les shortcodes suivant:"
|
49 |
+
|
50 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:14
|
51 |
+
msgid "for a log-in form."
|
52 |
+
msgstr "pour un formulaire de connexion."
|
53 |
+
|
54 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:15
|
55 |
+
msgid "to add a registration form."
|
56 |
+
msgstr "pour ajouter un formulaire d'enregistrement."
|
57 |
+
|
58 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:16
|
59 |
+
msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
|
60 |
+
msgstr "pour permettre aux utilisateurs d'accéder à leurs données personnelles (l'utilisateur doit être connecté)."
|
61 |
+
|
62 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:18
|
63 |
+
msgid "Users with administrator rights have access to the following features:"
|
64 |
+
msgstr "Les utilisateurs possédant des droits d'administrateurs ont accés aux fonctions suivantes:"
|
65 |
+
|
66 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:19
|
67 |
+
msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
|
68 |
+
msgstr "ajout de feuilles de styles personnalisées/héritées du thème courant ou incluses par défaut dans le plugin: défaut, blanc ou noir."
|
69 |
+
|
70 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:20
|
71 |
+
msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
|
72 |
+
msgstr "possibilité d'afficher ou non la Barre d'Administration sur le Front-End pour un groupe d'utilisateurs spécifique enregistré sur le site."
|
73 |
+
|
74 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:21
|
75 |
+
msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
|
76 |
+
msgstr "choix du type de champ pouvant être affiché ou modifié. Les valeurs entrées dans les champs masqués demeurent non modifiées."
|
77 |
+
|
78 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:22
|
79 |
+
msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
|
80 |
+
msgstr "ajout de champs personnalisés, avec le choix entre différents types: titre, texte, zone de texte, sélection, case à cocher, bouton, et/ou téléversement."
|
81 |
+
|
82 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:23
|
83 |
+
msgid "add an avatar field."
|
84 |
+
msgstr "ajout d'un champ d'avatar"
|
85 |
+
|
86 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:26
|
87 |
+
msgid "NOTE:"
|
88 |
+
msgstr "NOTE:"
|
89 |
+
|
90 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:27
|
91 |
+
msgid "this plugin only adds/removes fields in the front-end."
|
92 |
+
msgstr "ce plugin ajoute/retire des champs uniquement sur le Front-End."
|
93 |
+
|
94 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:28
|
95 |
+
msgid "The default information-fields will still be visible(and thus modifiable)"
|
96 |
+
msgstr "Les champs d'informations par défaut seront encore visibles (donc modifiables)"
|
97 |
+
|
98 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:29
|
99 |
+
msgid "from the back-end, while custom fields will only be visible in the front-end."
|
100 |
+
msgstr "depuis le Back-End, alors que les champs personnalisés ne seront visibles que sur le Front-End. "
|
101 |
+
|
102 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:43
|
103 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:44
|
104 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:58
|
105 |
+
msgid "Plugin Layout"
|
106 |
+
msgstr "Apparence du Plugin"
|
107 |
+
|
108 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:50
|
109 |
+
msgid "Stylesheet used:"
|
110 |
+
msgstr "Feuille de style utilisée"
|
111 |
+
|
112 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:53
|
113 |
+
msgid "Default"
|
114 |
+
msgstr "Défaut"
|
115 |
+
|
116 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:58
|
117 |
+
msgid "White"
|
118 |
+
msgstr "Blanc"
|
119 |
+
|
120 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:59
|
121 |
+
msgid "Black"
|
122 |
+
msgstr "Noir"
|
123 |
+
|
124 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:63
|
125 |
+
msgid "None"
|
126 |
+
msgstr "Aucune"
|
127 |
+
|
128 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:72
|
129 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:119
|
130 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:287
|
131 |
+
msgid "Save Changes"
|
132 |
+
msgstr "Sauvegarder les modifications"
|
133 |
+
|
134 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:90
|
135 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:91
|
136 |
+
msgid "Show/Hide the Admin Bar on Front End"
|
137 |
+
msgstr "Afficher/Masquer la Barre d'Administration sur le Front-End"
|
138 |
+
|
139 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:95
|
140 |
+
msgid "User-group"
|
141 |
+
msgstr "Groupe d'Utilisateurs"
|
142 |
+
|
143 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:96
|
144 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:143
|
145 |
+
msgid "Visibility"
|
146 |
+
msgstr "Visibilité"
|
147 |
+
|
148 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:108
|
149 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:159
|
150 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:168
|
151 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:177
|
152 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:186
|
153 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:195
|
154 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:212
|
155 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:221
|
156 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:233
|
157 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:242
|
158 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:251
|
159 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:268
|
160 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:278
|
161 |
+
msgid "Show"
|
162 |
+
msgstr "Afficher"
|
163 |
+
|
164 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:109
|
165 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:160
|
166 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:169
|
167 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:178
|
168 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:187
|
169 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:196
|
170 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:213
|
171 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:222
|
172 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:234
|
173 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:243
|
174 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:252
|
175 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:269
|
176 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:279
|
177 |
+
msgid "Hide"
|
178 |
+
msgstr "Masquer"
|
179 |
+
|
180 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:137
|
181 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:138
|
182 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:60
|
183 |
+
msgid "Default Profile Fields"
|
184 |
+
msgstr "Champs de Profil par Défaut"
|
185 |
+
|
186 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:142
|
187 |
+
msgid "Input Field Name"
|
188 |
+
msgstr "Nom du Champ de Saisie"
|
189 |
+
|
190 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:149
|
191 |
+
msgid "Name:"
|
192 |
+
msgstr "Nom:"
|
193 |
+
|
194 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:156
|
195 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:385
|
196 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:76
|
197 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:244
|
198 |
+
msgid "Username"
|
199 |
+
msgstr "Nom d'Utilisateur"
|
200 |
+
|
201 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:165
|
202 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:394
|
203 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:259
|
204 |
+
msgid "First Name"
|
205 |
+
msgstr "Prénom"
|
206 |
+
|
207 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:174
|
208 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:403
|
209 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:273
|
210 |
+
msgid "Last Name"
|
211 |
+
msgstr "Nom"
|
212 |
+
|
213 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:183
|
214 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:412
|
215 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:287
|
216 |
+
msgid "Nickname"
|
217 |
+
msgstr "Pseudo"
|
218 |
+
|
219 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:192
|
220 |
+
msgid "Display name publicly as..."
|
221 |
+
msgstr "Apparaître publiquement en tant que..."
|
222 |
+
|
223 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:202
|
224 |
+
msgid "Contact Info:"
|
225 |
+
msgstr "Infos de Contact"
|
226 |
+
|
227 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:209
|
228 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:457
|
229 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:305
|
230 |
+
msgid "E-mail"
|
231 |
+
msgstr "Courriel"
|
232 |
+
|
233 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:218
|
234 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:467
|
235 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:320
|
236 |
+
msgid "Website"
|
237 |
+
msgstr "Site Web"
|
238 |
+
|
239 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:230
|
240 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:476
|
241 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:334
|
242 |
+
msgid "AIM"
|
243 |
+
msgstr "AIM"
|
244 |
+
|
245 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:239
|
246 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:485
|
247 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:348
|
248 |
+
msgid "Yahoo IM"
|
249 |
+
msgstr "Yahoo IM"
|
250 |
+
|
251 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:248
|
252 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:494
|
253 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:362
|
254 |
+
msgid "Jabber / Google Talk"
|
255 |
+
msgstr "Jabber / Google Talk"
|
256 |
+
|
257 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:258
|
258 |
+
msgid "About Yourself:"
|
259 |
+
msgstr "À propos de vous:"
|
260 |
+
|
261 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:265
|
262 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:507
|
263 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:380
|
264 |
+
msgid "Biographical Info"
|
265 |
+
msgstr "Infos Biographiques"
|
266 |
+
|
267 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:275
|
268 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:516
|
269 |
+
msgid "New Password"
|
270 |
+
msgstr "Nouveau Mot de Passe"
|
271 |
+
|
272 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:57
|
273 |
+
msgid "Basic Information"
|
274 |
+
msgstr "Informations de Base"
|
275 |
+
|
276 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:59
|
277 |
+
msgid "Show/Hide the Admin Bar on Front-end"
|
278 |
+
msgstr "Afficher/Masquer la Barre d'Administration sur le Front-End"
|
279 |
+
|
280 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:63
|
281 |
+
msgid "Extra Profile Fields"
|
282 |
+
msgstr "Champs de Profile Supplémentaires"
|
283 |
+
|
284 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:64
|
285 |
+
msgid "Register Your Version"
|
286 |
+
msgstr "Enregistrer Votre Version"
|
287 |
+
|
288 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:269
|
289 |
+
msgid "You must be logged in to edit your profile."
|
290 |
+
msgstr "Vous devez être connecté(e) pour modifier votre profil."
|
291 |
+
|
292 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:278
|
293 |
+
msgid "The avatar was successfully deleted."
|
294 |
+
msgstr "L'avatar a bien été supprimé."
|
295 |
+
|
296 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:283
|
297 |
+
msgid "The attachment \""
|
298 |
+
msgstr "La pièce jointe \""
|
299 |
+
|
300 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:285
|
301 |
+
msgid "\" was successfully deleted."
|
302 |
+
msgstr "\" a bien été supprimée."
|
303 |
+
|
304 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:298
|
305 |
+
msgid "The changes have been successfully saved."
|
306 |
+
msgstr "Les modifications ont bien été sauvegardées."
|
307 |
+
|
308 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:303
|
309 |
+
msgid "The email address you entered is already registered to a different user.<br/>The email address was "
|
310 |
+
msgstr "L'adresse de courriel indiquée appartient déjà à un autre utilisateur.<br/>L'adresse de courriel était "
|
311 |
+
|
312 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:304
|
313 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:314
|
314 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:324
|
315 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:333
|
316 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:355
|
317 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:363
|
318 |
+
msgid "NOT"
|
319 |
+
msgstr "PAS"
|
320 |
+
|
321 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:305
|
322 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:315
|
323 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:325
|
324 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:334
|
325 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:356
|
326 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:364
|
327 |
+
msgid " updated along with the rest of the information."
|
328 |
+
msgstr " mis à jour avec le reste des informations."
|
329 |
+
|
330 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:313
|
331 |
+
msgid "The email address you entered is invalid. <br/> The email address was "
|
332 |
+
msgstr "L'adresse de courriel n'est pas valide. <br/> L'adresse de courriel était "
|
333 |
+
|
334 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:323
|
335 |
+
msgid "The passwords you entered do not match. <br/> The password was "
|
336 |
+
msgstr "Les mots de passe ne correspondent pas. <br/> Les mots de passe étaient "
|
337 |
+
|
338 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:332
|
339 |
+
msgid "You didn't complete both password fields. <br/> The password was "
|
340 |
+
msgstr "Vous n'avez pas renseigné les champs de mots de passe. <br/> Les mots de passe étaient "
|
341 |
+
|
342 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:344
|
343 |
+
msgid "There was an error while trying to upload the following attachments:<br/>"
|
344 |
+
msgstr "Une erreur est survenue durant le téléversement des fichiers suivante:<br/>"
|
345 |
+
|
346 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:352
|
347 |
+
msgid "<br/>Possible cause: the size was bigger than "
|
348 |
+
msgstr "<br/>Cause possible: la taille est supérieur à "
|
349 |
+
|
350 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:354
|
351 |
+
msgid "b.<br/>The listed attachements were "
|
352 |
+
msgstr "b.<br/>les fichiers étaient "
|
353 |
+
|
354 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:362
|
355 |
+
msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
|
356 |
+
msgstr "Une erreur est survenue durant le téléversement de l'image.<br/>Cause possible: taille/type de fichier incorrect.<br/>L'avatar était "
|
357 |
+
|
358 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:380
|
359 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:233
|
360 |
+
msgid "Name"
|
361 |
+
msgstr "Nom"
|
362 |
+
|
363 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:386
|
364 |
+
msgid " Usernames cannot be changed."
|
365 |
+
msgstr " Les noms d'utilisateurs ne peuvent être modifiés."
|
366 |
+
|
367 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:414
|
368 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:459
|
369 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:246
|
370 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:307
|
371 |
+
msgid "(required)"
|
372 |
+
msgstr "(requis)"
|
373 |
+
|
374 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:422
|
375 |
+
msgid "Display name publicly as"
|
376 |
+
msgstr "Apparaître publiquement en tant que"
|
377 |
+
|
378 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:451
|
379 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:294
|
380 |
+
msgid "Contact Info"
|
381 |
+
msgstr "Infos de Contact"
|
382 |
+
|
383 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:501
|
384 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:369
|
385 |
+
msgid "About Yourself"
|
386 |
+
msgstr "À Propos de Vous"
|
387 |
+
|
388 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:521
|
389 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:403
|
390 |
+
msgid "Repeat Password"
|
391 |
+
msgstr "Répéter le Mot de Passe"
|
392 |
+
|
393 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:537
|
394 |
+
msgid "Update"
|
395 |
+
msgstr "Mettre à Jour"
|
396 |
+
|
397 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
398 |
+
#, php-format
|
399 |
+
msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
400 |
+
msgstr "Vous êtes actuellement connecté(e) en tant que <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
401 |
+
|
402 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
403 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
404 |
+
msgid "Log out of this account"
|
405 |
+
msgstr "Se déconnecter de ce compte"
|
406 |
+
|
407 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
408 |
+
msgid "Log out »"
|
409 |
+
msgstr "Déconnexion »"
|
410 |
+
|
411 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:60
|
412 |
+
#, php-format
|
413 |
+
msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
414 |
+
msgstr "Vous vous êtes connecté en tant que <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
415 |
+
|
416 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:86
|
417 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:398
|
418 |
+
msgid "Password"
|
419 |
+
msgstr "Mot de Passe"
|
420 |
+
|
421 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:90
|
422 |
+
msgid "Log in"
|
423 |
+
msgstr "Connexion"
|
424 |
+
|
425 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:92
|
426 |
+
msgid "Remember me"
|
427 |
+
msgstr "Se souvenir de moi"
|
428 |
+
|
429 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:96
|
430 |
+
msgid "Lost password?"
|
431 |
+
msgstr "Mot de passe oublié ?"
|
432 |
+
|
433 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:39
|
434 |
+
msgid "A username is required for registration."
|
435 |
+
msgstr "Un nom d'utilisateur est requis pour l'enregistrement."
|
436 |
+
|
437 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:41
|
438 |
+
msgid "Sorry, that username already exists!"
|
439 |
+
msgstr "Désolé, ce nom d'utilisateur existe déjà !"
|
440 |
+
|
441 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:44
|
442 |
+
msgid "You must enter a valid email address."
|
443 |
+
msgstr "Vous devez entrer une adresse de courriel valide."
|
444 |
+
|
445 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:46
|
446 |
+
msgid "Sorry, that email address is already used!"
|
447 |
+
msgstr "Désolé, cette adresse de courriel est déjà utilisée !"
|
448 |
+
|
449 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:49
|
450 |
+
msgid "You didn't complete one of the password-fields!"
|
451 |
+
msgstr "Vous n'avez pas renseigné un des champs de mot de passe !"
|
452 |
+
|
453 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:51
|
454 |
+
msgid "The entered passwords don't match!"
|
455 |
+
msgstr "Les mots de passe ne correspondent pas !"
|
456 |
+
|
457 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
458 |
+
#, php-format
|
459 |
+
msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
|
460 |
+
msgstr "Vous êtes connecté(e) en tant que <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. Vous n'avez pas besoin de créer un autre compte."
|
461 |
+
|
462 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
463 |
+
msgid "Logout »"
|
464 |
+
msgstr "Déconnexion »"
|
465 |
+
|
466 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:181
|
467 |
+
#, php-format
|
468 |
+
msgid "A user account for %1$s has been created."
|
469 |
+
msgstr "Un compte utilisateur pour %1$s a été créé."
|
470 |
+
|
471 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:183
|
472 |
+
#, php-format
|
473 |
+
msgid "Thank you for registering, %1$s."
|
474 |
+
msgstr "Merci de vous être enregistré, %1$s."
|
475 |
+
|
476 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:211
|
477 |
+
msgid "Users can register themselves or you can manually create users here."
|
478 |
+
msgstr "Les utilisateurs peuvent s'enregistrer ou bien vous pouvez les créer manuellement ici."
|
479 |
+
|
480 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:215
|
481 |
+
msgid "Users cannot currently register themselves, but you can manually create users here."
|
482 |
+
msgstr "Les utilisateurs ne peuvent actuellement pas s'enregistrer eux-même, mais vous pouvez les créer manuellement ici."
|
483 |
+
|
484 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:219
|
485 |
+
msgid "Only an administrator can add new users."
|
486 |
+
msgstr "Seul un administrateur peut ajouter de nouveaux utilisateurs."
|
487 |
+
|
488 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:422
|
489 |
+
msgid " Send these credentials via email."
|
490 |
+
msgstr " Envoyer ces données par courriel."
|
491 |
+
|
492 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
|
493 |
+
msgid "Add User"
|
494 |
+
msgstr "Ajouter un Utilisateur"
|
495 |
+
|
496 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
|
497 |
+
msgid "Register"
|
498 |
+
msgstr "Enregistrement"
|
499 |
+
|
translation/profilebuilder-hu_HU.po
CHANGED
@@ -1,499 +1,499 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Profile Builder\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2011-07-06 14:23+0200\n"
|
6 |
-
"PO-Revision-Date: 2011-07-07 16:12+0200\n"
|
7 |
-
"Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
|
8 |
-
"Language-Team: ReflectionMedia\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
-
"X-Poedit-Basepath: C:\\Users\\Cristi\\Desktop\\free\n"
|
14 |
-
"X-Poedit-Language: English\n"
|
15 |
-
"X-Poedit-SearchPath-0: C:\\Users\\Cristi\\Desktop\\free\n"
|
16 |
-
|
17 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:5
|
18 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
|
19 |
-
msgid "Profile Builder"
|
20 |
-
msgstr "Profile Builder"
|
21 |
-
|
22 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:6
|
23 |
-
msgid "Welcome to Profile Builder!"
|
24 |
-
msgstr "Üdv.a Profile Buliderben!"
|
25 |
-
|
26 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
|
27 |
-
msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
|
28 |
-
msgstr "testreszabhatod a weboldaladat egy új menü létrehozásával, amely minden felhasználónak biztosítja az adatai rugalmasabb szerkesztését."
|
29 |
-
|
30 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:9
|
31 |
-
msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
|
32 |
-
msgstr "Az adminisztrátor jogú felhasználók testreszabhatják az alap mezőket, vagy újakat adhatnak hozzá"
|
33 |
-
|
34 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:10
|
35 |
-
msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
|
36 |
-
msgstr "Ennek elérése érdekében hozz létre egy új oldalt, és adj neki egy nevet (pl. Profil szerkesztése)"
|
37 |
-
|
38 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:11
|
39 |
-
msgid "Now all you need to do is add the following shortcode(for the previous example): "
|
40 |
-
msgstr "Most mindössze annyit kell tennie, hogy a következő rövidkódot beilleszti (az előző példában):"
|
41 |
-
|
42 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:12
|
43 |
-
msgid "Publish your page and you are ready to go!"
|
44 |
-
msgstr "Az oldal közzététele és már mehet is!"
|
45 |
-
|
46 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:13
|
47 |
-
msgid "You can use the following shortcodes:"
|
48 |
-
msgstr "A következő rövidkódokat használhatod:"
|
49 |
-
|
50 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:14
|
51 |
-
msgid "for a log-in form."
|
52 |
-
msgstr "bejelentkezési űrlaphoz."
|
53 |
-
|
54 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:15
|
55 |
-
msgid "to add a registration form."
|
56 |
-
msgstr "regisztrációs űrlap hozzáadásához."
|
57 |
-
|
58 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:16
|
59 |
-
msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
|
60 |
-
msgstr "a felhasználóknak lehetőséget biztosít a személyes adataik eléréséhez (bejelentkezés szükséges)."
|
61 |
-
|
62 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:18
|
63 |
-
msgid "Users with administrator rights have access to the following features:"
|
64 |
-
msgstr "Az adminisztrátor jogú felhasználók ezeket a funkciókat is elérhetik:"
|
65 |
-
|
66 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:19
|
67 |
-
msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
|
68 |
-
msgstr "Saját stíluslap használata a jelenlegi témából, vagy a következő bővítménybe épített stíluslapok: szokásos, fehér, vagy fekete."
|
69 |
-
|
70 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:20
|
71 |
-
msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
|
72 |
-
msgstr "Válaszd ki, hogy az admin sáv megjelenjen-e egy adott felhasználói csoportnak amely regisztrált az oldalra. "
|
73 |
-
|
74 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:21
|
75 |
-
msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
|
76 |
-
msgstr "Válaszd ki, mely információs mezőket láthat/módosíthat a felhasználó. A rejtett mezők értéke változatlan marad."
|
77 |
-
|
78 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:22
|
79 |
-
msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
|
80 |
-
msgstr "Egyéni mezők hozzáadása a meglévőkhöz, amit a következők közül lehet kiválasztani: heading, text, textarea, select, checkbox, radio, and/or upload."
|
81 |
-
|
82 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:23
|
83 |
-
msgid "add an avatar field."
|
84 |
-
msgstr "Avatar mező hozzáadása."
|
85 |
-
|
86 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:26
|
87 |
-
msgid "NOTE:"
|
88 |
-
msgstr "MEGJEGYZÉS:"
|
89 |
-
|
90 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:27
|
91 |
-
msgid "this plugin only adds/removes fields in the front-end."
|
92 |
-
msgstr "Ez a bővítmény csak hozzáad/eltávolít mezőket a felhasználó elől. "
|
93 |
-
|
94 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:28
|
95 |
-
msgid "The default information-fields will still be visible(and thus modifiable)"
|
96 |
-
msgstr "Az alap információs mezők továbbra is láthatóak (és módosíthatóak)"
|
97 |
-
|
98 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:29
|
99 |
-
msgid "from the back-end, while custom fields will only be visible in the front-end."
|
100 |
-
msgstr "Az egyedi mezők csak a felhasználók számára lesznek láthatók. "
|
101 |
-
|
102 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:43
|
103 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:44
|
104 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:58
|
105 |
-
msgid "Plugin Layout"
|
106 |
-
msgstr "Bővítény megjelenítés"
|
107 |
-
|
108 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:50
|
109 |
-
msgid "Stylesheet used:"
|
110 |
-
msgstr "Stíluslap használata:"
|
111 |
-
|
112 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:53
|
113 |
-
msgid "Default"
|
114 |
-
msgstr "Szokásos"
|
115 |
-
|
116 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:58
|
117 |
-
msgid "White"
|
118 |
-
msgstr "Fehér"
|
119 |
-
|
120 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:59
|
121 |
-
msgid "Black"
|
122 |
-
msgstr "Fekete"
|
123 |
-
|
124 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:63
|
125 |
-
msgid "None"
|
126 |
-
msgstr "Nincs"
|
127 |
-
|
128 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:72
|
129 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:119
|
130 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:287
|
131 |
-
msgid "Save Changes"
|
132 |
-
msgstr "Módosítások mentése"
|
133 |
-
|
134 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:90
|
135 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:91
|
136 |
-
msgid "Show/Hide the Admin Bar on Front End"
|
137 |
-
msgstr "Admin sáv elrejt/mutat a felhasználó előtt"
|
138 |
-
|
139 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:95
|
140 |
-
msgid "User-group"
|
141 |
-
msgstr "Felhasználói csoport"
|
142 |
-
|
143 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:96
|
144 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:143
|
145 |
-
msgid "Visibility"
|
146 |
-
msgstr "Láthatóság"
|
147 |
-
|
148 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:108
|
149 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:159
|
150 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:168
|
151 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:177
|
152 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:186
|
153 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:195
|
154 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:212
|
155 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:221
|
156 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:233
|
157 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:242
|
158 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:251
|
159 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:268
|
160 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:278
|
161 |
-
msgid "Show"
|
162 |
-
msgstr "Mutat"
|
163 |
-
|
164 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:109
|
165 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:160
|
166 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:169
|
167 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:178
|
168 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:187
|
169 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:196
|
170 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:213
|
171 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:222
|
172 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:234
|
173 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:243
|
174 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:252
|
175 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:269
|
176 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:279
|
177 |
-
msgid "Hide"
|
178 |
-
msgstr "Elrejt"
|
179 |
-
|
180 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:137
|
181 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:138
|
182 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:60
|
183 |
-
msgid "Default Profile Fields"
|
184 |
-
msgstr "Alap profil mezők"
|
185 |
-
|
186 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:142
|
187 |
-
msgid "Input Field Name"
|
188 |
-
msgstr "Beviteli mező neve"
|
189 |
-
|
190 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:149
|
191 |
-
msgid "Name:"
|
192 |
-
msgstr "Név:"
|
193 |
-
|
194 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:156
|
195 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:385
|
196 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:76
|
197 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:244
|
198 |
-
msgid "Username"
|
199 |
-
msgstr "Felhasználónév"
|
200 |
-
|
201 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:165
|
202 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:394
|
203 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:259
|
204 |
-
msgid "First Name"
|
205 |
-
msgstr "Keresztnév"
|
206 |
-
|
207 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:174
|
208 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:403
|
209 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:273
|
210 |
-
msgid "Last Name"
|
211 |
-
msgstr "Vezetéknév"
|
212 |
-
|
213 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:183
|
214 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:412
|
215 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:287
|
216 |
-
msgid "Nickname"
|
217 |
-
msgstr "Loginnév"
|
218 |
-
|
219 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:192
|
220 |
-
msgid "Display name publicly as..."
|
221 |
-
msgstr "A nevem publikus megjelenítése, mint"
|
222 |
-
|
223 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:202
|
224 |
-
msgid "Contact Info:"
|
225 |
-
msgstr "Kapcsolati adatok"
|
226 |
-
|
227 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:209
|
228 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:457
|
229 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:305
|
230 |
-
msgid "E-mail"
|
231 |
-
msgstr "E-mail"
|
232 |
-
|
233 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:218
|
234 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:467
|
235 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:320
|
236 |
-
msgid "Website"
|
237 |
-
msgstr "Weboldal"
|
238 |
-
|
239 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:230
|
240 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:476
|
241 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:334
|
242 |
-
msgid "AIM"
|
243 |
-
msgstr "AIM"
|
244 |
-
|
245 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:239
|
246 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:485
|
247 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:348
|
248 |
-
msgid "Yahoo IM"
|
249 |
-
msgstr "Yahoo IM"
|
250 |
-
|
251 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:248
|
252 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:494
|
253 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:362
|
254 |
-
msgid "Jabber / Google Talk"
|
255 |
-
msgstr "Jabber / Google Talk"
|
256 |
-
|
257 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:258
|
258 |
-
msgid "About Yourself:"
|
259 |
-
msgstr "Magadról:"
|
260 |
-
|
261 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:265
|
262 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:507
|
263 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:380
|
264 |
-
msgid "Biographical Info"
|
265 |
-
msgstr "Életrajzi információk"
|
266 |
-
|
267 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:275
|
268 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:516
|
269 |
-
msgid "New Password"
|
270 |
-
msgstr "Új jelszó"
|
271 |
-
|
272 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:57
|
273 |
-
msgid "Basic Information"
|
274 |
-
msgstr "Alapadatok"
|
275 |
-
|
276 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:59
|
277 |
-
msgid "Show/Hide the Admin Bar on Front-end"
|
278 |
-
msgstr "Admin sáv elrejt/mutat a felhasználó előtt"
|
279 |
-
|
280 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:63
|
281 |
-
msgid "Extra Profile Fields"
|
282 |
-
msgstr "Extra profil mezők"
|
283 |
-
|
284 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:64
|
285 |
-
msgid "Register Your Version"
|
286 |
-
msgstr "Regisztráld a verziódat!"
|
287 |
-
|
288 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:269
|
289 |
-
msgid "You must be logged in to edit your profile."
|
290 |
-
msgstr "Be kell jelentkezned a profilod szerkesztéséhez!"
|
291 |
-
|
292 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:278
|
293 |
-
msgid "The avatar was successfully deleted."
|
294 |
-
msgstr "Az avatar sikeresen törölve."
|
295 |
-
|
296 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:283
|
297 |
-
msgid "The attachment \""
|
298 |
-
msgstr "A csatolmány \""
|
299 |
-
|
300 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:285
|
301 |
-
msgid "\" was successfully deleted."
|
302 |
-
msgstr "\" sikeresen törölve."
|
303 |
-
|
304 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:298
|
305 |
-
msgid "The changes have been successfully saved."
|
306 |
-
msgstr "A változások sikeresen mentve."
|
307 |
-
|
308 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:303
|
309 |
-
msgid "The email address you entered is already registered to a different user.<br/>The email address was "
|
310 |
-
msgstr "Az email címmel, amit megadtál már egy másik felhasználó regisztrált. <br/> Az email cím"
|
311 |
-
|
312 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:304
|
313 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:314
|
314 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:324
|
315 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:333
|
316 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:355
|
317 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:363
|
318 |
-
msgid "NOT"
|
319 |
-
msgstr "NEM"
|
320 |
-
|
321 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:305
|
322 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:315
|
323 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:325
|
324 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:334
|
325 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:356
|
326 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:364
|
327 |
-
msgid " updated along with the rest of the information."
|
328 |
-
msgstr "lett a többi információval együtt frissítve."
|
329 |
-
|
330 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:313
|
331 |
-
msgid "The email address you entered is invalid. <br/> The email address was "
|
332 |
-
msgstr "Az email cím, amit megadtál érvénytelen. <br/> Ez az email cím"
|
333 |
-
|
334 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:323
|
335 |
-
msgid "The passwords you entered do not match. <br/> The password was "
|
336 |
-
msgstr "Az általad megadott jelszavak nem egyeznek <br/> A jelszó"
|
337 |
-
|
338 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:332
|
339 |
-
msgid "You didn't complete both password fields. <br/> The password was "
|
340 |
-
msgstr "Nem töltötted ki mindkét jelszó mezőt. <br/> A jelszó"
|
341 |
-
|
342 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:344
|
343 |
-
msgid "There was an error while trying to upload the following attachments:<br/>"
|
344 |
-
msgstr "Hiba történt a következő csatolmányok feltöltésekor: <br/>"
|
345 |
-
|
346 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:352
|
347 |
-
msgid "<br/>Possible cause: the size was bigger than "
|
348 |
-
msgstr "<br/>Lehetséges okok: A mérete nagyobb volt, mint"
|
349 |
-
|
350 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:354
|
351 |
-
msgid "b.<br/>The listed attachements were "
|
352 |
-
msgstr "b.<br/>A felsorolt csatolmányok"
|
353 |
-
|
354 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:362
|
355 |
-
msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
|
356 |
-
msgstr "Hiba történt az avatar kép feltöltésekor: <br/>Lehetséges okok: méret/helytelen fájltípus <br/> Az avatar"
|
357 |
-
|
358 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:380
|
359 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:233
|
360 |
-
msgid "Name"
|
361 |
-
msgstr "Név"
|
362 |
-
|
363 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:386
|
364 |
-
msgid " Usernames cannot be changed."
|
365 |
-
msgstr "A Felhasználónév nem változtatható."
|
366 |
-
|
367 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:414
|
368 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:459
|
369 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:246
|
370 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:307
|
371 |
-
msgid "(required)"
|
372 |
-
msgstr "(kötelező)"
|
373 |
-
|
374 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:422
|
375 |
-
msgid "Display name publicly as"
|
376 |
-
msgstr "Név megjelenítése publikusan, mint"
|
377 |
-
|
378 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:451
|
379 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:294
|
380 |
-
msgid "Contact Info"
|
381 |
-
msgstr "Kapcsolati információ"
|
382 |
-
|
383 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:501
|
384 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:369
|
385 |
-
msgid "About Yourself"
|
386 |
-
msgstr "Magadról"
|
387 |
-
|
388 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:521
|
389 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:403
|
390 |
-
msgid "Repeat Password"
|
391 |
-
msgstr "Jelszó, mégegyszer"
|
392 |
-
|
393 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:537
|
394 |
-
msgid "Update"
|
395 |
-
msgstr "Frissítés"
|
396 |
-
|
397 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
398 |
-
#, php-format
|
399 |
-
msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
400 |
-
msgstr "Jelenleg be vagy jelentkezve, mint <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
401 |
-
|
402 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
403 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
404 |
-
msgid "Log out of this account"
|
405 |
-
msgstr "Kijelentkezés ebből a fiókból"
|
406 |
-
|
407 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
408 |
-
msgid "Log out »"
|
409 |
-
msgstr "Kijelentkezés »"
|
410 |
-
|
411 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:60
|
412 |
-
#, php-format
|
413 |
-
msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
414 |
-
msgstr "Sikeresen bejelentkeztél, mint <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
415 |
-
|
416 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:86
|
417 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:398
|
418 |
-
msgid "Password"
|
419 |
-
msgstr "Jelszó"
|
420 |
-
|
421 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:90
|
422 |
-
msgid "Log in"
|
423 |
-
msgstr "Bejelentkezés"
|
424 |
-
|
425 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:92
|
426 |
-
msgid "Remember me"
|
427 |
-
msgstr "Emlékezz rám!"
|
428 |
-
|
429 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:96
|
430 |
-
msgid "Lost password?"
|
431 |
-
msgstr "Elvesztett jelszó?"
|
432 |
-
|
433 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:39
|
434 |
-
msgid "A username is required for registration."
|
435 |
-
msgstr "Felhasználónév megadása kötelező a regisztrációhoz."
|
436 |
-
|
437 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:41
|
438 |
-
msgid "Sorry, that username already exists!"
|
439 |
-
msgstr "Bocs, de ez a felhasználónév foglalt!"
|
440 |
-
|
441 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:44
|
442 |
-
msgid "You must enter a valid email address."
|
443 |
-
msgstr "Valós email címet kell beírnod!"
|
444 |
-
|
445 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:46
|
446 |
-
msgid "Sorry, that email address is already used!"
|
447 |
-
msgstr "Bocs, de ez az email cím már használatban van!"
|
448 |
-
|
449 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:49
|
450 |
-
msgid "You didn't complete one of the password-fields!"
|
451 |
-
msgstr "Nem töltötted ki az egyik jelszó mezőt!"
|
452 |
-
|
453 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:51
|
454 |
-
msgid "The entered passwords don't match!"
|
455 |
-
msgstr "A beírt jelszavak nem egyeznek!"
|
456 |
-
|
457 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
458 |
-
#, php-format
|
459 |
-
msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
|
460 |
-
msgstr "Be vagy jelentkezve, mint <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. Nincs szükséged másik fiókra. "
|
461 |
-
|
462 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
463 |
-
msgid "Logout »"
|
464 |
-
msgstr "Kijelentkezés »"
|
465 |
-
|
466 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:181
|
467 |
-
#, php-format
|
468 |
-
msgid "A user account for %1$s has been created."
|
469 |
-
msgstr "Felhasználói fiók a következőnek: %1$s elkészült. "
|
470 |
-
|
471 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:183
|
472 |
-
#, php-format
|
473 |
-
msgid "Thank you for registering, %1$s."
|
474 |
-
msgstr "Kösz a regisztrációt, %1$s!"
|
475 |
-
|
476 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:211
|
477 |
-
msgid "Users can register themselves or you can manually create users here."
|
478 |
-
msgstr "A felhasználók önmagukat tudják regisztrálni, vagy sajátkezűleg készíthetsz felhasználókat itt."
|
479 |
-
|
480 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:215
|
481 |
-
msgid "Users cannot currently register themselves, but you can manually create users here."
|
482 |
-
msgstr "A felhasználók jelenleg nem tudják magukat regisztrálni, de te tudsz itt létrehozni új felhasználót."
|
483 |
-
|
484 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:219
|
485 |
-
msgid "Only an administrator can add new users."
|
486 |
-
msgstr "Csak egy adminisztrátor tud felhasználót hozzáadni."
|
487 |
-
|
488 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:422
|
489 |
-
msgid " Send these credentials via email."
|
490 |
-
msgstr "Hitelesítő adatok küldése emailben. "
|
491 |
-
|
492 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
|
493 |
-
msgid "Add User"
|
494 |
-
msgstr "Felhasználó hozzáadása"
|
495 |
-
|
496 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
|
497 |
-
msgid "Register"
|
498 |
-
msgstr "Regisztráció"
|
499 |
-
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Profile Builder\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-07-06 14:23+0200\n"
|
6 |
+
"PO-Revision-Date: 2011-07-07 16:12+0200\n"
|
7 |
+
"Last-Translator: Gabriel Barina <barinagabriel2007@yahoo.com>\n"
|
8 |
+
"Language-Team: ReflectionMedia\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
+
"X-Poedit-Basepath: C:\\Users\\Cristi\\Desktop\\free\n"
|
14 |
+
"X-Poedit-Language: English\n"
|
15 |
+
"X-Poedit-SearchPath-0: C:\\Users\\Cristi\\Desktop\\free\n"
|
16 |
+
|
17 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:5
|
18 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
|
19 |
+
msgid "Profile Builder"
|
20 |
+
msgstr "Profile Builder"
|
21 |
+
|
22 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:6
|
23 |
+
msgid "Welcome to Profile Builder!"
|
24 |
+
msgstr "Üdv.a Profile Buliderben!"
|
25 |
+
|
26 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
|
27 |
+
msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
|
28 |
+
msgstr "testreszabhatod a weboldaladat egy új menü létrehozásával, amely minden felhasználónak biztosítja az adatai rugalmasabb szerkesztését."
|
29 |
+
|
30 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:9
|
31 |
+
msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
|
32 |
+
msgstr "Az adminisztrátor jogú felhasználók testreszabhatják az alap mezőket, vagy újakat adhatnak hozzá"
|
33 |
+
|
34 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:10
|
35 |
+
msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
|
36 |
+
msgstr "Ennek elérése érdekében hozz létre egy új oldalt, és adj neki egy nevet (pl. Profil szerkesztése)"
|
37 |
+
|
38 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:11
|
39 |
+
msgid "Now all you need to do is add the following shortcode(for the previous example): "
|
40 |
+
msgstr "Most mindössze annyit kell tennie, hogy a következő rövidkódot beilleszti (az előző példában):"
|
41 |
+
|
42 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:12
|
43 |
+
msgid "Publish your page and you are ready to go!"
|
44 |
+
msgstr "Az oldal közzététele és már mehet is!"
|
45 |
+
|
46 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:13
|
47 |
+
msgid "You can use the following shortcodes:"
|
48 |
+
msgstr "A következő rövidkódokat használhatod:"
|
49 |
+
|
50 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:14
|
51 |
+
msgid "for a log-in form."
|
52 |
+
msgstr "bejelentkezési űrlaphoz."
|
53 |
+
|
54 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:15
|
55 |
+
msgid "to add a registration form."
|
56 |
+
msgstr "regisztrációs űrlap hozzáadásához."
|
57 |
+
|
58 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:16
|
59 |
+
msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
|
60 |
+
msgstr "a felhasználóknak lehetőséget biztosít a személyes adataik eléréséhez (bejelentkezés szükséges)."
|
61 |
+
|
62 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:18
|
63 |
+
msgid "Users with administrator rights have access to the following features:"
|
64 |
+
msgstr "Az adminisztrátor jogú felhasználók ezeket a funkciókat is elérhetik:"
|
65 |
+
|
66 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:19
|
67 |
+
msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
|
68 |
+
msgstr "Saját stíluslap használata a jelenlegi témából, vagy a következő bővítménybe épített stíluslapok: szokásos, fehér, vagy fekete."
|
69 |
+
|
70 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:20
|
71 |
+
msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
|
72 |
+
msgstr "Válaszd ki, hogy az admin sáv megjelenjen-e egy adott felhasználói csoportnak amely regisztrált az oldalra. "
|
73 |
+
|
74 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:21
|
75 |
+
msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
|
76 |
+
msgstr "Válaszd ki, mely információs mezőket láthat/módosíthat a felhasználó. A rejtett mezők értéke változatlan marad."
|
77 |
+
|
78 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:22
|
79 |
+
msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
|
80 |
+
msgstr "Egyéni mezők hozzáadása a meglévőkhöz, amit a következők közül lehet kiválasztani: heading, text, textarea, select, checkbox, radio, and/or upload."
|
81 |
+
|
82 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:23
|
83 |
+
msgid "add an avatar field."
|
84 |
+
msgstr "Avatar mező hozzáadása."
|
85 |
+
|
86 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:26
|
87 |
+
msgid "NOTE:"
|
88 |
+
msgstr "MEGJEGYZÉS:"
|
89 |
+
|
90 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:27
|
91 |
+
msgid "this plugin only adds/removes fields in the front-end."
|
92 |
+
msgstr "Ez a bővítmény csak hozzáad/eltávolít mezőket a felhasználó elől. "
|
93 |
+
|
94 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:28
|
95 |
+
msgid "The default information-fields will still be visible(and thus modifiable)"
|
96 |
+
msgstr "Az alap információs mezők továbbra is láthatóak (és módosíthatóak)"
|
97 |
+
|
98 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:29
|
99 |
+
msgid "from the back-end, while custom fields will only be visible in the front-end."
|
100 |
+
msgstr "Az egyedi mezők csak a felhasználók számára lesznek láthatók. "
|
101 |
+
|
102 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:43
|
103 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:44
|
104 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:58
|
105 |
+
msgid "Plugin Layout"
|
106 |
+
msgstr "Bővítény megjelenítés"
|
107 |
+
|
108 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:50
|
109 |
+
msgid "Stylesheet used:"
|
110 |
+
msgstr "Stíluslap használata:"
|
111 |
+
|
112 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:53
|
113 |
+
msgid "Default"
|
114 |
+
msgstr "Szokásos"
|
115 |
+
|
116 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:58
|
117 |
+
msgid "White"
|
118 |
+
msgstr "Fehér"
|
119 |
+
|
120 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:59
|
121 |
+
msgid "Black"
|
122 |
+
msgstr "Fekete"
|
123 |
+
|
124 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:63
|
125 |
+
msgid "None"
|
126 |
+
msgstr "Nincs"
|
127 |
+
|
128 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:72
|
129 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:119
|
130 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:287
|
131 |
+
msgid "Save Changes"
|
132 |
+
msgstr "Módosítások mentése"
|
133 |
+
|
134 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:90
|
135 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:91
|
136 |
+
msgid "Show/Hide the Admin Bar on Front End"
|
137 |
+
msgstr "Admin sáv elrejt/mutat a felhasználó előtt"
|
138 |
+
|
139 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:95
|
140 |
+
msgid "User-group"
|
141 |
+
msgstr "Felhasználói csoport"
|
142 |
+
|
143 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:96
|
144 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:143
|
145 |
+
msgid "Visibility"
|
146 |
+
msgstr "Láthatóság"
|
147 |
+
|
148 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:108
|
149 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:159
|
150 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:168
|
151 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:177
|
152 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:186
|
153 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:195
|
154 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:212
|
155 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:221
|
156 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:233
|
157 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:242
|
158 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:251
|
159 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:268
|
160 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:278
|
161 |
+
msgid "Show"
|
162 |
+
msgstr "Mutat"
|
163 |
+
|
164 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:109
|
165 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:160
|
166 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:169
|
167 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:178
|
168 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:187
|
169 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:196
|
170 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:213
|
171 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:222
|
172 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:234
|
173 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:243
|
174 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:252
|
175 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:269
|
176 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:279
|
177 |
+
msgid "Hide"
|
178 |
+
msgstr "Elrejt"
|
179 |
+
|
180 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:137
|
181 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:138
|
182 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:60
|
183 |
+
msgid "Default Profile Fields"
|
184 |
+
msgstr "Alap profil mezők"
|
185 |
+
|
186 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:142
|
187 |
+
msgid "Input Field Name"
|
188 |
+
msgstr "Beviteli mező neve"
|
189 |
+
|
190 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:149
|
191 |
+
msgid "Name:"
|
192 |
+
msgstr "Név:"
|
193 |
+
|
194 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:156
|
195 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:385
|
196 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:76
|
197 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:244
|
198 |
+
msgid "Username"
|
199 |
+
msgstr "Felhasználónév"
|
200 |
+
|
201 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:165
|
202 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:394
|
203 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:259
|
204 |
+
msgid "First Name"
|
205 |
+
msgstr "Keresztnév"
|
206 |
+
|
207 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:174
|
208 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:403
|
209 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:273
|
210 |
+
msgid "Last Name"
|
211 |
+
msgstr "Vezetéknév"
|
212 |
+
|
213 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:183
|
214 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:412
|
215 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:287
|
216 |
+
msgid "Nickname"
|
217 |
+
msgstr "Loginnév"
|
218 |
+
|
219 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:192
|
220 |
+
msgid "Display name publicly as..."
|
221 |
+
msgstr "A nevem publikus megjelenítése, mint"
|
222 |
+
|
223 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:202
|
224 |
+
msgid "Contact Info:"
|
225 |
+
msgstr "Kapcsolati adatok"
|
226 |
+
|
227 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:209
|
228 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:457
|
229 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:305
|
230 |
+
msgid "E-mail"
|
231 |
+
msgstr "E-mail"
|
232 |
+
|
233 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:218
|
234 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:467
|
235 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:320
|
236 |
+
msgid "Website"
|
237 |
+
msgstr "Weboldal"
|
238 |
+
|
239 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:230
|
240 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:476
|
241 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:334
|
242 |
+
msgid "AIM"
|
243 |
+
msgstr "AIM"
|
244 |
+
|
245 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:239
|
246 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:485
|
247 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:348
|
248 |
+
msgid "Yahoo IM"
|
249 |
+
msgstr "Yahoo IM"
|
250 |
+
|
251 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:248
|
252 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:494
|
253 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:362
|
254 |
+
msgid "Jabber / Google Talk"
|
255 |
+
msgstr "Jabber / Google Talk"
|
256 |
+
|
257 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:258
|
258 |
+
msgid "About Yourself:"
|
259 |
+
msgstr "Magadról:"
|
260 |
+
|
261 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:265
|
262 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:507
|
263 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:380
|
264 |
+
msgid "Biographical Info"
|
265 |
+
msgstr "Életrajzi információk"
|
266 |
+
|
267 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:275
|
268 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:516
|
269 |
+
msgid "New Password"
|
270 |
+
msgstr "Új jelszó"
|
271 |
+
|
272 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:57
|
273 |
+
msgid "Basic Information"
|
274 |
+
msgstr "Alapadatok"
|
275 |
+
|
276 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:59
|
277 |
+
msgid "Show/Hide the Admin Bar on Front-end"
|
278 |
+
msgstr "Admin sáv elrejt/mutat a felhasználó előtt"
|
279 |
+
|
280 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:63
|
281 |
+
msgid "Extra Profile Fields"
|
282 |
+
msgstr "Extra profil mezők"
|
283 |
+
|
284 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:64
|
285 |
+
msgid "Register Your Version"
|
286 |
+
msgstr "Regisztráld a verziódat!"
|
287 |
+
|
288 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:269
|
289 |
+
msgid "You must be logged in to edit your profile."
|
290 |
+
msgstr "Be kell jelentkezned a profilod szerkesztéséhez!"
|
291 |
+
|
292 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:278
|
293 |
+
msgid "The avatar was successfully deleted."
|
294 |
+
msgstr "Az avatar sikeresen törölve."
|
295 |
+
|
296 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:283
|
297 |
+
msgid "The attachment \""
|
298 |
+
msgstr "A csatolmány \""
|
299 |
+
|
300 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:285
|
301 |
+
msgid "\" was successfully deleted."
|
302 |
+
msgstr "\" sikeresen törölve."
|
303 |
+
|
304 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:298
|
305 |
+
msgid "The changes have been successfully saved."
|
306 |
+
msgstr "A változások sikeresen mentve."
|
307 |
+
|
308 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:303
|
309 |
+
msgid "The email address you entered is already registered to a different user.<br/>The email address was "
|
310 |
+
msgstr "Az email címmel, amit megadtál már egy másik felhasználó regisztrált. <br/> Az email cím"
|
311 |
+
|
312 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:304
|
313 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:314
|
314 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:324
|
315 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:333
|
316 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:355
|
317 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:363
|
318 |
+
msgid "NOT"
|
319 |
+
msgstr "NEM"
|
320 |
+
|
321 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:305
|
322 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:315
|
323 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:325
|
324 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:334
|
325 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:356
|
326 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:364
|
327 |
+
msgid " updated along with the rest of the information."
|
328 |
+
msgstr "lett a többi információval együtt frissítve."
|
329 |
+
|
330 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:313
|
331 |
+
msgid "The email address you entered is invalid. <br/> The email address was "
|
332 |
+
msgstr "Az email cím, amit megadtál érvénytelen. <br/> Ez az email cím"
|
333 |
+
|
334 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:323
|
335 |
+
msgid "The passwords you entered do not match. <br/> The password was "
|
336 |
+
msgstr "Az általad megadott jelszavak nem egyeznek <br/> A jelszó"
|
337 |
+
|
338 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:332
|
339 |
+
msgid "You didn't complete both password fields. <br/> The password was "
|
340 |
+
msgstr "Nem töltötted ki mindkét jelszó mezőt. <br/> A jelszó"
|
341 |
+
|
342 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:344
|
343 |
+
msgid "There was an error while trying to upload the following attachments:<br/>"
|
344 |
+
msgstr "Hiba történt a következő csatolmányok feltöltésekor: <br/>"
|
345 |
+
|
346 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:352
|
347 |
+
msgid "<br/>Possible cause: the size was bigger than "
|
348 |
+
msgstr "<br/>Lehetséges okok: A mérete nagyobb volt, mint"
|
349 |
+
|
350 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:354
|
351 |
+
msgid "b.<br/>The listed attachements were "
|
352 |
+
msgstr "b.<br/>A felsorolt csatolmányok"
|
353 |
+
|
354 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:362
|
355 |
+
msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
|
356 |
+
msgstr "Hiba történt az avatar kép feltöltésekor: <br/>Lehetséges okok: méret/helytelen fájltípus <br/> Az avatar"
|
357 |
+
|
358 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:380
|
359 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:233
|
360 |
+
msgid "Name"
|
361 |
+
msgstr "Név"
|
362 |
+
|
363 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:386
|
364 |
+
msgid " Usernames cannot be changed."
|
365 |
+
msgstr "A Felhasználónév nem változtatható."
|
366 |
+
|
367 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:414
|
368 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:459
|
369 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:246
|
370 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:307
|
371 |
+
msgid "(required)"
|
372 |
+
msgstr "(kötelező)"
|
373 |
+
|
374 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:422
|
375 |
+
msgid "Display name publicly as"
|
376 |
+
msgstr "Név megjelenítése publikusan, mint"
|
377 |
+
|
378 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:451
|
379 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:294
|
380 |
+
msgid "Contact Info"
|
381 |
+
msgstr "Kapcsolati információ"
|
382 |
+
|
383 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:501
|
384 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:369
|
385 |
+
msgid "About Yourself"
|
386 |
+
msgstr "Magadról"
|
387 |
+
|
388 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:521
|
389 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:403
|
390 |
+
msgid "Repeat Password"
|
391 |
+
msgstr "Jelszó, mégegyszer"
|
392 |
+
|
393 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:537
|
394 |
+
msgid "Update"
|
395 |
+
msgstr "Frissítés"
|
396 |
+
|
397 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
398 |
+
#, php-format
|
399 |
+
msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
400 |
+
msgstr "Jelenleg be vagy jelentkezve, mint <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
401 |
+
|
402 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
403 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
404 |
+
msgid "Log out of this account"
|
405 |
+
msgstr "Kijelentkezés ebből a fiókból"
|
406 |
+
|
407 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
408 |
+
msgid "Log out »"
|
409 |
+
msgstr "Kijelentkezés »"
|
410 |
+
|
411 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:60
|
412 |
+
#, php-format
|
413 |
+
msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
414 |
+
msgstr "Sikeresen bejelentkeztél, mint <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
415 |
+
|
416 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:86
|
417 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:398
|
418 |
+
msgid "Password"
|
419 |
+
msgstr "Jelszó"
|
420 |
+
|
421 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:90
|
422 |
+
msgid "Log in"
|
423 |
+
msgstr "Bejelentkezés"
|
424 |
+
|
425 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:92
|
426 |
+
msgid "Remember me"
|
427 |
+
msgstr "Emlékezz rám!"
|
428 |
+
|
429 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:96
|
430 |
+
msgid "Lost password?"
|
431 |
+
msgstr "Elvesztett jelszó?"
|
432 |
+
|
433 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:39
|
434 |
+
msgid "A username is required for registration."
|
435 |
+
msgstr "Felhasználónév megadása kötelező a regisztrációhoz."
|
436 |
+
|
437 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:41
|
438 |
+
msgid "Sorry, that username already exists!"
|
439 |
+
msgstr "Bocs, de ez a felhasználónév foglalt!"
|
440 |
+
|
441 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:44
|
442 |
+
msgid "You must enter a valid email address."
|
443 |
+
msgstr "Valós email címet kell beírnod!"
|
444 |
+
|
445 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:46
|
446 |
+
msgid "Sorry, that email address is already used!"
|
447 |
+
msgstr "Bocs, de ez az email cím már használatban van!"
|
448 |
+
|
449 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:49
|
450 |
+
msgid "You didn't complete one of the password-fields!"
|
451 |
+
msgstr "Nem töltötted ki az egyik jelszó mezőt!"
|
452 |
+
|
453 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:51
|
454 |
+
msgid "The entered passwords don't match!"
|
455 |
+
msgstr "A beírt jelszavak nem egyeznek!"
|
456 |
+
|
457 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
458 |
+
#, php-format
|
459 |
+
msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
|
460 |
+
msgstr "Be vagy jelentkezve, mint <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. Nincs szükséged másik fiókra. "
|
461 |
+
|
462 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
463 |
+
msgid "Logout »"
|
464 |
+
msgstr "Kijelentkezés »"
|
465 |
+
|
466 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:181
|
467 |
+
#, php-format
|
468 |
+
msgid "A user account for %1$s has been created."
|
469 |
+
msgstr "Felhasználói fiók a következőnek: %1$s elkészült. "
|
470 |
+
|
471 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:183
|
472 |
+
#, php-format
|
473 |
+
msgid "Thank you for registering, %1$s."
|
474 |
+
msgstr "Kösz a regisztrációt, %1$s!"
|
475 |
+
|
476 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:211
|
477 |
+
msgid "Users can register themselves or you can manually create users here."
|
478 |
+
msgstr "A felhasználók önmagukat tudják regisztrálni, vagy sajátkezűleg készíthetsz felhasználókat itt."
|
479 |
+
|
480 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:215
|
481 |
+
msgid "Users cannot currently register themselves, but you can manually create users here."
|
482 |
+
msgstr "A felhasználók jelenleg nem tudják magukat regisztrálni, de te tudsz itt létrehozni új felhasználót."
|
483 |
+
|
484 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:219
|
485 |
+
msgid "Only an administrator can add new users."
|
486 |
+
msgstr "Csak egy adminisztrátor tud felhasználót hozzáadni."
|
487 |
+
|
488 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:422
|
489 |
+
msgid " Send these credentials via email."
|
490 |
+
msgstr "Hitelesítő adatok küldése emailben. "
|
491 |
+
|
492 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
|
493 |
+
msgid "Add User"
|
494 |
+
msgstr "Felhasználó hozzáadása"
|
495 |
+
|
496 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
|
497 |
+
msgid "Register"
|
498 |
+
msgstr "Regisztráció"
|
499 |
+
|
translation/profilebuilder-it_IT.po
CHANGED
@@ -1,499 +1,499 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Profile Builder\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2011-07-06 14:23+0200\n"
|
6 |
-
"PO-Revision-Date: 2011-09-04 09:49+0100\n"
|
7 |
-
"Last-Translator: Gabriele <globalwebadvices@gmail.com>\n"
|
8 |
-
"Language-Team: ReflectionMedia\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
-
"X-Poedit-Basepath: C:\\Users\\Cristi\\Desktop\\free\n"
|
14 |
-
"X-Poedit-Language: English\n"
|
15 |
-
"X-Poedit-SearchPath-0: C:\\Users\\Cristi\\Desktop\\free\n"
|
16 |
-
|
17 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:5
|
18 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
|
19 |
-
msgid "Profile Builder"
|
20 |
-
msgstr "Profile Builder"
|
21 |
-
|
22 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:6
|
23 |
-
msgid "Welcome to Profile Builder!"
|
24 |
-
msgstr "Benvenuto su Profile Builder!"
|
25 |
-
|
26 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
|
27 |
-
msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
|
28 |
-
msgstr "Consente di personalizzare il vostro sito con l'aggiunta di un front-end menu per tutti gli utenti, permettendo di modificare le proprie informazioni-utente in maniera più flessibile o per far registrare nuovi utenti."
|
29 |
-
|
30 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:9
|
31 |
-
msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
|
32 |
-
msgstr "Inoltre, concede agli utenti con diritti di amministratore di personalizzare i campi base o di aggiungerne di nuovi."
|
33 |
-
|
34 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:10
|
35 |
-
msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
|
36 |
-
msgstr "Per ottenere ciò, basta creare una nuova pagina, e dare ad essa un nome intuitivo (ad esempio Modifica profilo)."
|
37 |
-
|
38 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:11
|
39 |
-
msgid "Now all you need to do is add the following shortcode(for the previous example): "
|
40 |
-
msgstr "Ora tutto quello che dovete fare è aggiungere il seguente shortcode (per l'esempio precedente):"
|
41 |
-
|
42 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:12
|
43 |
-
msgid "Publish your page and you are ready to go!"
|
44 |
-
msgstr "Pubblica la tua pagina e sei è pronto a partire!"
|
45 |
-
|
46 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:13
|
47 |
-
msgid "You can use the following shortcodes:"
|
48 |
-
msgstr "È possibile utilizzare i seguenti codici brevi:"
|
49 |
-
|
50 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:14
|
51 |
-
msgid "for a log-in form."
|
52 |
-
msgstr "per form del login."
|
53 |
-
|
54 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:15
|
55 |
-
msgid "to add a registration form."
|
56 |
-
msgstr "per inserire un form di registrazione."
|
57 |
-
|
58 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:16
|
59 |
-
msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
|
60 |
-
msgstr "per concedere agli utenti un accesso front-end ai propri dati personali (l'utente deve essere loggato)."
|
61 |
-
|
62 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:18
|
63 |
-
msgid "Users with administrator rights have access to the following features:"
|
64 |
-
msgstr "Gli utenti con diritti di amministratore ha accesso alle seguenti funzionalità:"
|
65 |
-
|
66 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:19
|
67 |
-
msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
|
68 |
-
msgstr "aggiungere un foglio di stile personalizzato / ereditano i valori dal tema corrente oppure utilizzare una delle seguenti opzioni incorporate in questo plugin: di default, bianco o nero."
|
69 |
-
|
70 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:20
|
71 |
-
msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
|
72 |
-
msgstr "scegliere se visualizzare o meno la barra di amministrazione di front-end per uno specifico gruppo di utenti registrati al sito."
|
73 |
-
|
74 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:21
|
75 |
-
msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
|
76 |
-
msgstr "selezionare le informazioni sul campo utenti che si possono vedere / modificare. I valori dei campi nascosti 'non vengono modificati."
|
77 |
-
|
78 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:22
|
79 |
-
msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
|
80 |
-
msgstr "aggiungere campi personalizzati a quelli esistenti, con diversi tipi tra cui scegliere: voce, testo, textarea, select, checkbox, radio e / o upload."
|
81 |
-
|
82 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:23
|
83 |
-
msgid "add an avatar field."
|
84 |
-
msgstr "aggiungi un campo per l'avatar."
|
85 |
-
|
86 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:26
|
87 |
-
msgid "NOTE:"
|
88 |
-
msgstr "NOTA:"
|
89 |
-
|
90 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:27
|
91 |
-
msgid "this plugin only adds/removes fields in the front-end."
|
92 |
-
msgstr "Questo plugin aggiunge / rimuove i campi del front-end."
|
93 |
-
|
94 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:28
|
95 |
-
msgid "The default information-fields will still be visible(and thus modifiable)"
|
96 |
-
msgstr "Il valore predefinito di campi di informazione saranno ancora visibili (e quindi modificabili)"
|
97 |
-
|
98 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:29
|
99 |
-
msgid "from the back-end, while custom fields will only be visible in the front-end."
|
100 |
-
msgstr "dal back-end, mentre i campi personalizzati saranno visibili solo nel front-end."
|
101 |
-
|
102 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:43
|
103 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:44
|
104 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:58
|
105 |
-
msgid "Plugin Layout"
|
106 |
-
msgstr "Plugin Layout"
|
107 |
-
|
108 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:50
|
109 |
-
msgid "Stylesheet used:"
|
110 |
-
msgstr "Stylesheet usato:"
|
111 |
-
|
112 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:53
|
113 |
-
msgid "Default"
|
114 |
-
msgstr "Default"
|
115 |
-
|
116 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:58
|
117 |
-
msgid "White"
|
118 |
-
msgstr "Bianco"
|
119 |
-
|
120 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:59
|
121 |
-
msgid "Black"
|
122 |
-
msgstr "Nero"
|
123 |
-
|
124 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:63
|
125 |
-
msgid "None"
|
126 |
-
msgstr "Nessuno"
|
127 |
-
|
128 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:72
|
129 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:119
|
130 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:287
|
131 |
-
msgid "Save Changes"
|
132 |
-
msgstr "Salva modifiche"
|
133 |
-
|
134 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:90
|
135 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:91
|
136 |
-
msgid "Show/Hide the Admin Bar on Front End"
|
137 |
-
msgstr "Mostra / Nascondi la barra di amministrazione di Front End"
|
138 |
-
|
139 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:95
|
140 |
-
msgid "User-group"
|
141 |
-
msgstr "Gruppi di utenti"
|
142 |
-
|
143 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:96
|
144 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:143
|
145 |
-
msgid "Visibility"
|
146 |
-
msgstr "Visibilità"
|
147 |
-
|
148 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:108
|
149 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:159
|
150 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:168
|
151 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:177
|
152 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:186
|
153 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:195
|
154 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:212
|
155 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:221
|
156 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:233
|
157 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:242
|
158 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:251
|
159 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:268
|
160 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:278
|
161 |
-
msgid "Show"
|
162 |
-
msgstr "Mostra"
|
163 |
-
|
164 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:109
|
165 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:160
|
166 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:169
|
167 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:178
|
168 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:187
|
169 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:196
|
170 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:213
|
171 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:222
|
172 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:234
|
173 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:243
|
174 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:252
|
175 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:269
|
176 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:279
|
177 |
-
msgid "Hide"
|
178 |
-
msgstr "Nascondi"
|
179 |
-
|
180 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:137
|
181 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:138
|
182 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:60
|
183 |
-
msgid "Default Profile Fields"
|
184 |
-
msgstr "Campi profilo di default"
|
185 |
-
|
186 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:142
|
187 |
-
msgid "Input Field Name"
|
188 |
-
msgstr "Inserisci campo nome"
|
189 |
-
|
190 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:149
|
191 |
-
msgid "Name:"
|
192 |
-
msgstr "Nome:"
|
193 |
-
|
194 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:156
|
195 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:385
|
196 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:76
|
197 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:244
|
198 |
-
msgid "Username"
|
199 |
-
msgstr "Username"
|
200 |
-
|
201 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:165
|
202 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:394
|
203 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:259
|
204 |
-
msgid "First Name"
|
205 |
-
msgstr "Nome"
|
206 |
-
|
207 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:174
|
208 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:403
|
209 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:273
|
210 |
-
msgid "Last Name"
|
211 |
-
msgstr "Cognome"
|
212 |
-
|
213 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:183
|
214 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:412
|
215 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:287
|
216 |
-
msgid "Nickname"
|
217 |
-
msgstr "Nickname"
|
218 |
-
|
219 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:192
|
220 |
-
msgid "Display name publicly as..."
|
221 |
-
msgstr "Nome visualizzato pubblicamente come ..."
|
222 |
-
|
223 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:202
|
224 |
-
msgid "Contact Info:"
|
225 |
-
msgstr "Informazioni di contatto:"
|
226 |
-
|
227 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:209
|
228 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:457
|
229 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:305
|
230 |
-
msgid "E-mail"
|
231 |
-
msgstr "E-mail:"
|
232 |
-
|
233 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:218
|
234 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:467
|
235 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:320
|
236 |
-
msgid "Website"
|
237 |
-
msgstr "Sito web:"
|
238 |
-
|
239 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:230
|
240 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:476
|
241 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:334
|
242 |
-
msgid "AIM"
|
243 |
-
msgstr "AIM"
|
244 |
-
|
245 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:239
|
246 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:485
|
247 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:348
|
248 |
-
msgid "Yahoo IM"
|
249 |
-
msgstr "Yahoo IM"
|
250 |
-
|
251 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:248
|
252 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:494
|
253 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:362
|
254 |
-
msgid "Jabber / Google Talk"
|
255 |
-
msgstr "Google Talk"
|
256 |
-
|
257 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:258
|
258 |
-
msgid "About Yourself:"
|
259 |
-
msgstr "Su di te:"
|
260 |
-
|
261 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:265
|
262 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:507
|
263 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:380
|
264 |
-
msgid "Biographical Info"
|
265 |
-
msgstr "Informazioni biografiche"
|
266 |
-
|
267 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:275
|
268 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:516
|
269 |
-
msgid "New Password"
|
270 |
-
msgstr "Nuova Password"
|
271 |
-
|
272 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:57
|
273 |
-
msgid "Basic Information"
|
274 |
-
msgstr "Informazioni di base"
|
275 |
-
|
276 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:59
|
277 |
-
msgid "Show/Hide the Admin Bar on Front-end"
|
278 |
-
msgstr "Mostra / Nascondi la barra di amministrazione di front-end"
|
279 |
-
|
280 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:63
|
281 |
-
msgid "Extra Profile Fields"
|
282 |
-
msgstr "Campi profilo extra"
|
283 |
-
|
284 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:64
|
285 |
-
msgid "Register Your Version"
|
286 |
-
msgstr "Registra la tua Versione"
|
287 |
-
|
288 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:269
|
289 |
-
msgid "You must be logged in to edit your profile."
|
290 |
-
msgstr "Devi essere registrato per modificare il tuo profilo."
|
291 |
-
|
292 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:278
|
293 |
-
msgid "The avatar was successfully deleted."
|
294 |
-
msgstr "L'avatar è stato cancellato con successo."
|
295 |
-
|
296 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:283
|
297 |
-
msgid "The attachment \""
|
298 |
-
msgstr "L'allegato \""
|
299 |
-
|
300 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:285
|
301 |
-
msgid "\" was successfully deleted."
|
302 |
-
msgstr "\" è stato cancellato con successo."
|
303 |
-
|
304 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:298
|
305 |
-
msgid "The changes have been successfully saved."
|
306 |
-
msgstr "Le modifiche sono state salvate con successo."
|
307 |
-
|
308 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:303
|
309 |
-
msgid "The email address you entered is already registered to a different user.<br/>The email address was "
|
310 |
-
msgstr "L'indirizzo e-mail che hai inserito è già registrato per un altro utente. <br/> L'indirizzo e-mail è stato"
|
311 |
-
|
312 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:304
|
313 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:314
|
314 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:324
|
315 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:333
|
316 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:355
|
317 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:363
|
318 |
-
msgid "NOT"
|
319 |
-
msgstr "NON"
|
320 |
-
|
321 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:305
|
322 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:315
|
323 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:325
|
324 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:334
|
325 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:356
|
326 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:364
|
327 |
-
msgid " updated along with the rest of the information."
|
328 |
-
msgstr "aggiornato insieme al resto delle informazioni."
|
329 |
-
|
330 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:313
|
331 |
-
msgid "The email address you entered is invalid. <br/> The email address was "
|
332 |
-
msgstr "L'indirizzo email inserito non è valido. <br/> L'indirizzo e-mail è stato"
|
333 |
-
|
334 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:323
|
335 |
-
msgid "The passwords you entered do not match. <br/> The password was "
|
336 |
-
msgstr "Le password che hai inserito non corrispondono. <br/> La password è stata"
|
337 |
-
|
338 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:332
|
339 |
-
msgid "You didn't complete both password fields. <br/> The password was "
|
340 |
-
msgstr "Non ha completato entrambi i campi password. <br/> La password è stata"
|
341 |
-
|
342 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:344
|
343 |
-
msgid "There was an error while trying to upload the following attachments:<br/>"
|
344 |
-
msgstr "Si è verificato un errore durante il tentativo di caricare i seguenti allegati: <br/>"
|
345 |
-
|
346 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:352
|
347 |
-
msgid "<br/>Possible cause: the size was bigger than "
|
348 |
-
msgstr "<br/> Possibile causa: la dimensione era troppo grande"
|
349 |
-
|
350 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:354
|
351 |
-
msgid "b.<br/>The listed attachements were "
|
352 |
-
msgstr "b.<br/> Gli allegati elencate sono stati"
|
353 |
-
|
354 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:362
|
355 |
-
msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
|
356 |
-
msgstr "Si è verificato un errore durante il tentativo di caricare la tua foto avatar <br/> Possibile causa:.. Dimensione / tipo di file non corretto <br/> L'avatar è stato"
|
357 |
-
|
358 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:380
|
359 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:233
|
360 |
-
msgid "Name"
|
361 |
-
msgstr "Nome"
|
362 |
-
|
363 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:386
|
364 |
-
msgid " Usernames cannot be changed."
|
365 |
-
msgstr "I nomi utente non possono essere cambiati."
|
366 |
-
|
367 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:414
|
368 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:459
|
369 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:246
|
370 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:307
|
371 |
-
msgid "(required)"
|
372 |
-
msgstr "(richiesto)"
|
373 |
-
|
374 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:422
|
375 |
-
msgid "Display name publicly as"
|
376 |
-
msgstr "Nome visualizzato pubblicamente come"
|
377 |
-
|
378 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:451
|
379 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:294
|
380 |
-
msgid "Contact Info"
|
381 |
-
msgstr "Informazioni di contatto"
|
382 |
-
|
383 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:501
|
384 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:369
|
385 |
-
msgid "About Yourself"
|
386 |
-
msgstr "Su di te"
|
387 |
-
|
388 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:521
|
389 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:403
|
390 |
-
msgid "Repeat Password"
|
391 |
-
msgstr "Ripeti Password"
|
392 |
-
|
393 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:537
|
394 |
-
msgid "Update"
|
395 |
-
msgstr "Aggiorna"
|
396 |
-
|
397 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
398 |
-
#, php-format
|
399 |
-
msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
400 |
-
msgstr "Sei attualmente connesso come <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
401 |
-
|
402 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
403 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
404 |
-
msgid "Log out of this account"
|
405 |
-
msgstr "Esci da questo account"
|
406 |
-
|
407 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
408 |
-
msgid "Log out »"
|
409 |
-
msgstr "Log out »"
|
410 |
-
|
411 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:60
|
412 |
-
#, php-format
|
413 |
-
msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
414 |
-
msgstr "Hai effettuato il login correttamente come <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
415 |
-
|
416 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:86
|
417 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:398
|
418 |
-
msgid "Password"
|
419 |
-
msgstr "Password"
|
420 |
-
|
421 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:90
|
422 |
-
msgid "Log in"
|
423 |
-
msgstr "Log in"
|
424 |
-
|
425 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:92
|
426 |
-
msgid "Remember me"
|
427 |
-
msgstr "Ricordati di me"
|
428 |
-
|
429 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:96
|
430 |
-
msgid "Lost password?"
|
431 |
-
msgstr "Password persa?"
|
432 |
-
|
433 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:39
|
434 |
-
msgid "A username is required for registration."
|
435 |
-
msgstr "E' richiesto un nome utente per la registrazione."
|
436 |
-
|
437 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:41
|
438 |
-
msgid "Sorry, that username already exists!"
|
439 |
-
msgstr "Ci dispiace, questo nome utente esiste già!"
|
440 |
-
|
441 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:44
|
442 |
-
msgid "You must enter a valid email address."
|
443 |
-
msgstr "Devi inserire un indirizzo email valido."
|
444 |
-
|
445 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:46
|
446 |
-
msgid "Sorry, that email address is already used!"
|
447 |
-
msgstr "Spiacente, l'indirizzo e-mail è già stato utilizzato!"
|
448 |
-
|
449 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:49
|
450 |
-
msgid "You didn't complete one of the password-fields!"
|
451 |
-
msgstr "Non ha completato uno dei campi password!"
|
452 |
-
|
453 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:51
|
454 |
-
msgid "The entered passwords don't match!"
|
455 |
-
msgstr "Le password inserite non corrispondono!"
|
456 |
-
|
457 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
458 |
-
#, php-format
|
459 |
-
msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
|
460 |
-
msgstr "Sei stato registrato come <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. Non hai bisogno di un altro account."
|
461 |
-
|
462 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
463 |
-
msgid "Logout »"
|
464 |
-
msgstr "Logout »"
|
465 |
-
|
466 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:181
|
467 |
-
#, php-format
|
468 |
-
msgid "A user account for %1$s has been created."
|
469 |
-
msgstr "Un account utente come %1$s è stato creato."
|
470 |
-
|
471 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:183
|
472 |
-
#, php-format
|
473 |
-
msgid "Thank you for registering, %1$s."
|
474 |
-
msgstr "Grazie per esserti registrato, %1$s."
|
475 |
-
|
476 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:211
|
477 |
-
msgid "Users can register themselves or you can manually create users here."
|
478 |
-
msgstr "Gli utenti possono registrarsi oppure è possibile creare manualmente gli utenti qui."
|
479 |
-
|
480 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:215
|
481 |
-
msgid "Users cannot currently register themselves, but you can manually create users here."
|
482 |
-
msgstr "Gli utenti non possono al momento registrarsi, ma è possibile creare manualmente gli utenti qui."
|
483 |
-
|
484 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:219
|
485 |
-
msgid "Only an administrator can add new users."
|
486 |
-
msgstr "Solo gli amministratori possono inserire nuovi utenti."
|
487 |
-
|
488 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:422
|
489 |
-
msgid " Send these credentials via email."
|
490 |
-
msgstr "Invia le mie credenziali via email."
|
491 |
-
|
492 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
|
493 |
-
msgid "Add User"
|
494 |
-
msgstr "Inserisci utente"
|
495 |
-
|
496 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
|
497 |
-
msgid "Register"
|
498 |
-
msgstr "Registrati"
|
499 |
-
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Profile Builder\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-07-06 14:23+0200\n"
|
6 |
+
"PO-Revision-Date: 2011-09-04 09:49+0100\n"
|
7 |
+
"Last-Translator: Gabriele <globalwebadvices@gmail.com>\n"
|
8 |
+
"Language-Team: ReflectionMedia\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
+
"X-Poedit-Basepath: C:\\Users\\Cristi\\Desktop\\free\n"
|
14 |
+
"X-Poedit-Language: English\n"
|
15 |
+
"X-Poedit-SearchPath-0: C:\\Users\\Cristi\\Desktop\\free\n"
|
16 |
+
|
17 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:5
|
18 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
|
19 |
+
msgid "Profile Builder"
|
20 |
+
msgstr "Profile Builder"
|
21 |
+
|
22 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:6
|
23 |
+
msgid "Welcome to Profile Builder!"
|
24 |
+
msgstr "Benvenuto su Profile Builder!"
|
25 |
+
|
26 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
|
27 |
+
msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
|
28 |
+
msgstr "Consente di personalizzare il vostro sito con l'aggiunta di un front-end menu per tutti gli utenti, permettendo di modificare le proprie informazioni-utente in maniera più flessibile o per far registrare nuovi utenti."
|
29 |
+
|
30 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:9
|
31 |
+
msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
|
32 |
+
msgstr "Inoltre, concede agli utenti con diritti di amministratore di personalizzare i campi base o di aggiungerne di nuovi."
|
33 |
+
|
34 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:10
|
35 |
+
msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
|
36 |
+
msgstr "Per ottenere ciò, basta creare una nuova pagina, e dare ad essa un nome intuitivo (ad esempio Modifica profilo)."
|
37 |
+
|
38 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:11
|
39 |
+
msgid "Now all you need to do is add the following shortcode(for the previous example): "
|
40 |
+
msgstr "Ora tutto quello che dovete fare è aggiungere il seguente shortcode (per l'esempio precedente):"
|
41 |
+
|
42 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:12
|
43 |
+
msgid "Publish your page and you are ready to go!"
|
44 |
+
msgstr "Pubblica la tua pagina e sei è pronto a partire!"
|
45 |
+
|
46 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:13
|
47 |
+
msgid "You can use the following shortcodes:"
|
48 |
+
msgstr "È possibile utilizzare i seguenti codici brevi:"
|
49 |
+
|
50 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:14
|
51 |
+
msgid "for a log-in form."
|
52 |
+
msgstr "per form del login."
|
53 |
+
|
54 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:15
|
55 |
+
msgid "to add a registration form."
|
56 |
+
msgstr "per inserire un form di registrazione."
|
57 |
+
|
58 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:16
|
59 |
+
msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
|
60 |
+
msgstr "per concedere agli utenti un accesso front-end ai propri dati personali (l'utente deve essere loggato)."
|
61 |
+
|
62 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:18
|
63 |
+
msgid "Users with administrator rights have access to the following features:"
|
64 |
+
msgstr "Gli utenti con diritti di amministratore ha accesso alle seguenti funzionalità:"
|
65 |
+
|
66 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:19
|
67 |
+
msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
|
68 |
+
msgstr "aggiungere un foglio di stile personalizzato / ereditano i valori dal tema corrente oppure utilizzare una delle seguenti opzioni incorporate in questo plugin: di default, bianco o nero."
|
69 |
+
|
70 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:20
|
71 |
+
msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
|
72 |
+
msgstr "scegliere se visualizzare o meno la barra di amministrazione di front-end per uno specifico gruppo di utenti registrati al sito."
|
73 |
+
|
74 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:21
|
75 |
+
msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
|
76 |
+
msgstr "selezionare le informazioni sul campo utenti che si possono vedere / modificare. I valori dei campi nascosti 'non vengono modificati."
|
77 |
+
|
78 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:22
|
79 |
+
msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
|
80 |
+
msgstr "aggiungere campi personalizzati a quelli esistenti, con diversi tipi tra cui scegliere: voce, testo, textarea, select, checkbox, radio e / o upload."
|
81 |
+
|
82 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:23
|
83 |
+
msgid "add an avatar field."
|
84 |
+
msgstr "aggiungi un campo per l'avatar."
|
85 |
+
|
86 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:26
|
87 |
+
msgid "NOTE:"
|
88 |
+
msgstr "NOTA:"
|
89 |
+
|
90 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:27
|
91 |
+
msgid "this plugin only adds/removes fields in the front-end."
|
92 |
+
msgstr "Questo plugin aggiunge / rimuove i campi del front-end."
|
93 |
+
|
94 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:28
|
95 |
+
msgid "The default information-fields will still be visible(and thus modifiable)"
|
96 |
+
msgstr "Il valore predefinito di campi di informazione saranno ancora visibili (e quindi modificabili)"
|
97 |
+
|
98 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:29
|
99 |
+
msgid "from the back-end, while custom fields will only be visible in the front-end."
|
100 |
+
msgstr "dal back-end, mentre i campi personalizzati saranno visibili solo nel front-end."
|
101 |
+
|
102 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:43
|
103 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:44
|
104 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:58
|
105 |
+
msgid "Plugin Layout"
|
106 |
+
msgstr "Plugin Layout"
|
107 |
+
|
108 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:50
|
109 |
+
msgid "Stylesheet used:"
|
110 |
+
msgstr "Stylesheet usato:"
|
111 |
+
|
112 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:53
|
113 |
+
msgid "Default"
|
114 |
+
msgstr "Default"
|
115 |
+
|
116 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:58
|
117 |
+
msgid "White"
|
118 |
+
msgstr "Bianco"
|
119 |
+
|
120 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:59
|
121 |
+
msgid "Black"
|
122 |
+
msgstr "Nero"
|
123 |
+
|
124 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:63
|
125 |
+
msgid "None"
|
126 |
+
msgstr "Nessuno"
|
127 |
+
|
128 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:72
|
129 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:119
|
130 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:287
|
131 |
+
msgid "Save Changes"
|
132 |
+
msgstr "Salva modifiche"
|
133 |
+
|
134 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:90
|
135 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:91
|
136 |
+
msgid "Show/Hide the Admin Bar on Front End"
|
137 |
+
msgstr "Mostra / Nascondi la barra di amministrazione di Front End"
|
138 |
+
|
139 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:95
|
140 |
+
msgid "User-group"
|
141 |
+
msgstr "Gruppi di utenti"
|
142 |
+
|
143 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:96
|
144 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:143
|
145 |
+
msgid "Visibility"
|
146 |
+
msgstr "Visibilità"
|
147 |
+
|
148 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:108
|
149 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:159
|
150 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:168
|
151 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:177
|
152 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:186
|
153 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:195
|
154 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:212
|
155 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:221
|
156 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:233
|
157 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:242
|
158 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:251
|
159 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:268
|
160 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:278
|
161 |
+
msgid "Show"
|
162 |
+
msgstr "Mostra"
|
163 |
+
|
164 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:109
|
165 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:160
|
166 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:169
|
167 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:178
|
168 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:187
|
169 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:196
|
170 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:213
|
171 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:222
|
172 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:234
|
173 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:243
|
174 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:252
|
175 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:269
|
176 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:279
|
177 |
+
msgid "Hide"
|
178 |
+
msgstr "Nascondi"
|
179 |
+
|
180 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:137
|
181 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:138
|
182 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:60
|
183 |
+
msgid "Default Profile Fields"
|
184 |
+
msgstr "Campi profilo di default"
|
185 |
+
|
186 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:142
|
187 |
+
msgid "Input Field Name"
|
188 |
+
msgstr "Inserisci campo nome"
|
189 |
+
|
190 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:149
|
191 |
+
msgid "Name:"
|
192 |
+
msgstr "Nome:"
|
193 |
+
|
194 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:156
|
195 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:385
|
196 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:76
|
197 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:244
|
198 |
+
msgid "Username"
|
199 |
+
msgstr "Username"
|
200 |
+
|
201 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:165
|
202 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:394
|
203 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:259
|
204 |
+
msgid "First Name"
|
205 |
+
msgstr "Nome"
|
206 |
+
|
207 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:174
|
208 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:403
|
209 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:273
|
210 |
+
msgid "Last Name"
|
211 |
+
msgstr "Cognome"
|
212 |
+
|
213 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:183
|
214 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:412
|
215 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:287
|
216 |
+
msgid "Nickname"
|
217 |
+
msgstr "Nickname"
|
218 |
+
|
219 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:192
|
220 |
+
msgid "Display name publicly as..."
|
221 |
+
msgstr "Nome visualizzato pubblicamente come ..."
|
222 |
+
|
223 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:202
|
224 |
+
msgid "Contact Info:"
|
225 |
+
msgstr "Informazioni di contatto:"
|
226 |
+
|
227 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:209
|
228 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:457
|
229 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:305
|
230 |
+
msgid "E-mail"
|
231 |
+
msgstr "E-mail:"
|
232 |
+
|
233 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:218
|
234 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:467
|
235 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:320
|
236 |
+
msgid "Website"
|
237 |
+
msgstr "Sito web:"
|
238 |
+
|
239 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:230
|
240 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:476
|
241 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:334
|
242 |
+
msgid "AIM"
|
243 |
+
msgstr "AIM"
|
244 |
+
|
245 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:239
|
246 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:485
|
247 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:348
|
248 |
+
msgid "Yahoo IM"
|
249 |
+
msgstr "Yahoo IM"
|
250 |
+
|
251 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:248
|
252 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:494
|
253 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:362
|
254 |
+
msgid "Jabber / Google Talk"
|
255 |
+
msgstr "Google Talk"
|
256 |
+
|
257 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:258
|
258 |
+
msgid "About Yourself:"
|
259 |
+
msgstr "Su di te:"
|
260 |
+
|
261 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:265
|
262 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:507
|
263 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:380
|
264 |
+
msgid "Biographical Info"
|
265 |
+
msgstr "Informazioni biografiche"
|
266 |
+
|
267 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:275
|
268 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:516
|
269 |
+
msgid "New Password"
|
270 |
+
msgstr "Nuova Password"
|
271 |
+
|
272 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:57
|
273 |
+
msgid "Basic Information"
|
274 |
+
msgstr "Informazioni di base"
|
275 |
+
|
276 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:59
|
277 |
+
msgid "Show/Hide the Admin Bar on Front-end"
|
278 |
+
msgstr "Mostra / Nascondi la barra di amministrazione di front-end"
|
279 |
+
|
280 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:63
|
281 |
+
msgid "Extra Profile Fields"
|
282 |
+
msgstr "Campi profilo extra"
|
283 |
+
|
284 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:64
|
285 |
+
msgid "Register Your Version"
|
286 |
+
msgstr "Registra la tua Versione"
|
287 |
+
|
288 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:269
|
289 |
+
msgid "You must be logged in to edit your profile."
|
290 |
+
msgstr "Devi essere registrato per modificare il tuo profilo."
|
291 |
+
|
292 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:278
|
293 |
+
msgid "The avatar was successfully deleted."
|
294 |
+
msgstr "L'avatar è stato cancellato con successo."
|
295 |
+
|
296 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:283
|
297 |
+
msgid "The attachment \""
|
298 |
+
msgstr "L'allegato \""
|
299 |
+
|
300 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:285
|
301 |
+
msgid "\" was successfully deleted."
|
302 |
+
msgstr "\" è stato cancellato con successo."
|
303 |
+
|
304 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:298
|
305 |
+
msgid "The changes have been successfully saved."
|
306 |
+
msgstr "Le modifiche sono state salvate con successo."
|
307 |
+
|
308 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:303
|
309 |
+
msgid "The email address you entered is already registered to a different user.<br/>The email address was "
|
310 |
+
msgstr "L'indirizzo e-mail che hai inserito è già registrato per un altro utente. <br/> L'indirizzo e-mail è stato"
|
311 |
+
|
312 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:304
|
313 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:314
|
314 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:324
|
315 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:333
|
316 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:355
|
317 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:363
|
318 |
+
msgid "NOT"
|
319 |
+
msgstr "NON"
|
320 |
+
|
321 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:305
|
322 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:315
|
323 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:325
|
324 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:334
|
325 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:356
|
326 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:364
|
327 |
+
msgid " updated along with the rest of the information."
|
328 |
+
msgstr "aggiornato insieme al resto delle informazioni."
|
329 |
+
|
330 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:313
|
331 |
+
msgid "The email address you entered is invalid. <br/> The email address was "
|
332 |
+
msgstr "L'indirizzo email inserito non è valido. <br/> L'indirizzo e-mail è stato"
|
333 |
+
|
334 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:323
|
335 |
+
msgid "The passwords you entered do not match. <br/> The password was "
|
336 |
+
msgstr "Le password che hai inserito non corrispondono. <br/> La password è stata"
|
337 |
+
|
338 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:332
|
339 |
+
msgid "You didn't complete both password fields. <br/> The password was "
|
340 |
+
msgstr "Non ha completato entrambi i campi password. <br/> La password è stata"
|
341 |
+
|
342 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:344
|
343 |
+
msgid "There was an error while trying to upload the following attachments:<br/>"
|
344 |
+
msgstr "Si è verificato un errore durante il tentativo di caricare i seguenti allegati: <br/>"
|
345 |
+
|
346 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:352
|
347 |
+
msgid "<br/>Possible cause: the size was bigger than "
|
348 |
+
msgstr "<br/> Possibile causa: la dimensione era troppo grande"
|
349 |
+
|
350 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:354
|
351 |
+
msgid "b.<br/>The listed attachements were "
|
352 |
+
msgstr "b.<br/> Gli allegati elencate sono stati"
|
353 |
+
|
354 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:362
|
355 |
+
msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
|
356 |
+
msgstr "Si è verificato un errore durante il tentativo di caricare la tua foto avatar <br/> Possibile causa:.. Dimensione / tipo di file non corretto <br/> L'avatar è stato"
|
357 |
+
|
358 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:380
|
359 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:233
|
360 |
+
msgid "Name"
|
361 |
+
msgstr "Nome"
|
362 |
+
|
363 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:386
|
364 |
+
msgid " Usernames cannot be changed."
|
365 |
+
msgstr "I nomi utente non possono essere cambiati."
|
366 |
+
|
367 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:414
|
368 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:459
|
369 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:246
|
370 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:307
|
371 |
+
msgid "(required)"
|
372 |
+
msgstr "(richiesto)"
|
373 |
+
|
374 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:422
|
375 |
+
msgid "Display name publicly as"
|
376 |
+
msgstr "Nome visualizzato pubblicamente come"
|
377 |
+
|
378 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:451
|
379 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:294
|
380 |
+
msgid "Contact Info"
|
381 |
+
msgstr "Informazioni di contatto"
|
382 |
+
|
383 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:501
|
384 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:369
|
385 |
+
msgid "About Yourself"
|
386 |
+
msgstr "Su di te"
|
387 |
+
|
388 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:521
|
389 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:403
|
390 |
+
msgid "Repeat Password"
|
391 |
+
msgstr "Ripeti Password"
|
392 |
+
|
393 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:537
|
394 |
+
msgid "Update"
|
395 |
+
msgstr "Aggiorna"
|
396 |
+
|
397 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
398 |
+
#, php-format
|
399 |
+
msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
400 |
+
msgstr "Sei attualmente connesso come <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
401 |
+
|
402 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
403 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
404 |
+
msgid "Log out of this account"
|
405 |
+
msgstr "Esci da questo account"
|
406 |
+
|
407 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
408 |
+
msgid "Log out »"
|
409 |
+
msgstr "Log out »"
|
410 |
+
|
411 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:60
|
412 |
+
#, php-format
|
413 |
+
msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
414 |
+
msgstr "Hai effettuato il login correttamente come <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
415 |
+
|
416 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:86
|
417 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:398
|
418 |
+
msgid "Password"
|
419 |
+
msgstr "Password"
|
420 |
+
|
421 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:90
|
422 |
+
msgid "Log in"
|
423 |
+
msgstr "Log in"
|
424 |
+
|
425 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:92
|
426 |
+
msgid "Remember me"
|
427 |
+
msgstr "Ricordati di me"
|
428 |
+
|
429 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:96
|
430 |
+
msgid "Lost password?"
|
431 |
+
msgstr "Password persa?"
|
432 |
+
|
433 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:39
|
434 |
+
msgid "A username is required for registration."
|
435 |
+
msgstr "E' richiesto un nome utente per la registrazione."
|
436 |
+
|
437 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:41
|
438 |
+
msgid "Sorry, that username already exists!"
|
439 |
+
msgstr "Ci dispiace, questo nome utente esiste già!"
|
440 |
+
|
441 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:44
|
442 |
+
msgid "You must enter a valid email address."
|
443 |
+
msgstr "Devi inserire un indirizzo email valido."
|
444 |
+
|
445 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:46
|
446 |
+
msgid "Sorry, that email address is already used!"
|
447 |
+
msgstr "Spiacente, l'indirizzo e-mail è già stato utilizzato!"
|
448 |
+
|
449 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:49
|
450 |
+
msgid "You didn't complete one of the password-fields!"
|
451 |
+
msgstr "Non ha completato uno dei campi password!"
|
452 |
+
|
453 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:51
|
454 |
+
msgid "The entered passwords don't match!"
|
455 |
+
msgstr "Le password inserite non corrispondono!"
|
456 |
+
|
457 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
458 |
+
#, php-format
|
459 |
+
msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
|
460 |
+
msgstr "Sei stato registrato come <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. Non hai bisogno di un altro account."
|
461 |
+
|
462 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
463 |
+
msgid "Logout »"
|
464 |
+
msgstr "Logout »"
|
465 |
+
|
466 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:181
|
467 |
+
#, php-format
|
468 |
+
msgid "A user account for %1$s has been created."
|
469 |
+
msgstr "Un account utente come %1$s è stato creato."
|
470 |
+
|
471 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:183
|
472 |
+
#, php-format
|
473 |
+
msgid "Thank you for registering, %1$s."
|
474 |
+
msgstr "Grazie per esserti registrato, %1$s."
|
475 |
+
|
476 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:211
|
477 |
+
msgid "Users can register themselves or you can manually create users here."
|
478 |
+
msgstr "Gli utenti possono registrarsi oppure è possibile creare manualmente gli utenti qui."
|
479 |
+
|
480 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:215
|
481 |
+
msgid "Users cannot currently register themselves, but you can manually create users here."
|
482 |
+
msgstr "Gli utenti non possono al momento registrarsi, ma è possibile creare manualmente gli utenti qui."
|
483 |
+
|
484 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:219
|
485 |
+
msgid "Only an administrator can add new users."
|
486 |
+
msgstr "Solo gli amministratori possono inserire nuovi utenti."
|
487 |
+
|
488 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:422
|
489 |
+
msgid " Send these credentials via email."
|
490 |
+
msgstr "Invia le mie credenziali via email."
|
491 |
+
|
492 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
|
493 |
+
msgid "Add User"
|
494 |
+
msgstr "Inserisci utente"
|
495 |
+
|
496 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
|
497 |
+
msgid "Register"
|
498 |
+
msgstr "Registrati"
|
499 |
+
|
translation/profilebuilder-nb_NO.po
CHANGED
@@ -1,499 +1,499 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Profile Builder\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2011-07-06 14:23+0200\n"
|
6 |
-
"PO-Revision-Date: 2011-08-09 00:14+0100\n"
|
7 |
-
"Last-Translator: Håvard Ulvin <haavard@ulvin.no>\n"
|
8 |
-
"Language-Team: ReflectionMedia\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
-
"X-Poedit-Basepath: C:\\Users\\Cristi\\Desktop\\free\n"
|
14 |
-
"X-Poedit-Language: English\n"
|
15 |
-
"X-Poedit-SearchPath-0: C:\\Users\\Cristi\\Desktop\\free\n"
|
16 |
-
|
17 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:5
|
18 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
|
19 |
-
msgid "Profile Builder"
|
20 |
-
msgstr "Profile Builder"
|
21 |
-
|
22 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:6
|
23 |
-
msgid "Welcome to Profile Builder!"
|
24 |
-
msgstr "Velkommen til Profile Builder"
|
25 |
-
|
26 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
|
27 |
-
msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
|
28 |
-
msgstr "lar deg skreddersy dine nettsider ved å legge til en front-end meny for alle dine brukere, dette gir dem en mer fleksibel måte å endre sin brukerinformasjon eller for deg som administrator å registrere nye brukere."
|
29 |
-
|
30 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:9
|
31 |
-
msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
|
32 |
-
msgstr "Lar også brukere med administratorrettigheter mulighet til å skreddersy grunnleggende felter eller legge til nye"
|
33 |
-
|
34 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:10
|
35 |
-
msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
|
36 |
-
msgstr "For å legge til denne funksjonen, opprett en ny side og gi den et fornuftig nacn f.eks (Rediger min profil)"
|
37 |
-
|
38 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:11
|
39 |
-
msgid "Now all you need to do is add the following shortcode(for the previous example): "
|
40 |
-
msgstr "Alt du trenger å gjøre nå er å legge til følgende kode f.eks:"
|
41 |
-
|
42 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:12
|
43 |
-
msgid "Publish your page and you are ready to go!"
|
44 |
-
msgstr "Publiser din side og så er alt klart til bruk"
|
45 |
-
|
46 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:13
|
47 |
-
msgid "You can use the following shortcodes:"
|
48 |
-
msgstr "Du kan bruke følgende shortcodes:"
|
49 |
-
|
50 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:14
|
51 |
-
msgid "for a log-in form."
|
52 |
-
msgstr "for en innloggingsform."
|
53 |
-
|
54 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:15
|
55 |
-
msgid "to add a registration form."
|
56 |
-
msgstr "for å legge til en registreringsform"
|
57 |
-
|
58 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:16
|
59 |
-
msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
|
60 |
-
msgstr "for å gi tilgang til front-end aksess til brukerens personlige informasjon (krever at bruker er logget inn)"
|
61 |
-
|
62 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:18
|
63 |
-
msgid "Users with administrator rights have access to the following features:"
|
64 |
-
msgstr "Brukere med administrator rettigheter har tilgang til følgende:"
|
65 |
-
|
66 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:19
|
67 |
-
msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
|
68 |
-
msgstr "legg til en skreddersydd stylesheet fra din eksisterende theme eller bruk en av de allerede innebygde i denne pluginen: default, hvit, eller svart"
|
69 |
-
|
70 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:20
|
71 |
-
msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
|
72 |
-
msgstr "velg om du ønsker å vise administratormenyen på front-endgrensesnittet for utvalgte brukergrupper registrert på siden."
|
73 |
-
|
74 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:21
|
75 |
-
msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
|
76 |
-
msgstr "velg hvilke informasjonsfelter brukere kan se/endre. Skjulte felt forblir uendret"
|
77 |
-
|
78 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:22
|
79 |
-
msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
|
80 |
-
msgstr "legg til skreddersydde felter til de eksisterende, med forskjellige typer å velge mellom: heading, tekst, tekstfelt, valg, checkbox, radio, og/eller opplasting."
|
81 |
-
|
82 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:23
|
83 |
-
msgid "add an avatar field."
|
84 |
-
msgstr "legg til et bildefelt (avatar)."
|
85 |
-
|
86 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:26
|
87 |
-
msgid "NOTE:"
|
88 |
-
msgstr "MERK:"
|
89 |
-
|
90 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:27
|
91 |
-
msgid "this plugin only adds/removes fields in the front-end."
|
92 |
-
msgstr "denne pluginen legger kun til/fjerner felter på front-end"
|
93 |
-
|
94 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:28
|
95 |
-
msgid "The default information-fields will still be visible(and thus modifiable)"
|
96 |
-
msgstr "Standard informasjonsfelter vil fortsatt bli synlige "
|
97 |
-
|
98 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:29
|
99 |
-
msgid "from the back-end, while custom fields will only be visible in the front-end."
|
100 |
-
msgstr "fra back-end, vil skreddersydde felter kun bli synlige på front-end"
|
101 |
-
|
102 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:43
|
103 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:44
|
104 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:58
|
105 |
-
msgid "Plugin Layout"
|
106 |
-
msgstr "Plugin layout"
|
107 |
-
|
108 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:50
|
109 |
-
msgid "Stylesheet used:"
|
110 |
-
msgstr "Styelsheet brukt:"
|
111 |
-
|
112 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:53
|
113 |
-
msgid "Default"
|
114 |
-
msgstr "Standard"
|
115 |
-
|
116 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:58
|
117 |
-
msgid "White"
|
118 |
-
msgstr "Hvit"
|
119 |
-
|
120 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:59
|
121 |
-
msgid "Black"
|
122 |
-
msgstr "Svart"
|
123 |
-
|
124 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:63
|
125 |
-
msgid "None"
|
126 |
-
msgstr "Ingen"
|
127 |
-
|
128 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:72
|
129 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:119
|
130 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:287
|
131 |
-
msgid "Save Changes"
|
132 |
-
msgstr "Lagre endringer"
|
133 |
-
|
134 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:90
|
135 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:91
|
136 |
-
msgid "Show/Hide the Admin Bar on Front End"
|
137 |
-
msgstr "Vis/Skjul administratormeny på front-end"
|
138 |
-
|
139 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:95
|
140 |
-
msgid "User-group"
|
141 |
-
msgstr "Brukergruppe"
|
142 |
-
|
143 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:96
|
144 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:143
|
145 |
-
msgid "Visibility"
|
146 |
-
msgstr "Synlighet"
|
147 |
-
|
148 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:108
|
149 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:159
|
150 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:168
|
151 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:177
|
152 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:186
|
153 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:195
|
154 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:212
|
155 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:221
|
156 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:233
|
157 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:242
|
158 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:251
|
159 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:268
|
160 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:278
|
161 |
-
msgid "Show"
|
162 |
-
msgstr "Vis"
|
163 |
-
|
164 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:109
|
165 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:160
|
166 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:169
|
167 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:178
|
168 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:187
|
169 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:196
|
170 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:213
|
171 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:222
|
172 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:234
|
173 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:243
|
174 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:252
|
175 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:269
|
176 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:279
|
177 |
-
msgid "Hide"
|
178 |
-
msgstr "Skjul"
|
179 |
-
|
180 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:137
|
181 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:138
|
182 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:60
|
183 |
-
msgid "Default Profile Fields"
|
184 |
-
msgstr "Grunnleggende felter"
|
185 |
-
|
186 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:142
|
187 |
-
msgid "Input Field Name"
|
188 |
-
msgstr "Sett inn feltnavn"
|
189 |
-
|
190 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:149
|
191 |
-
msgid "Name:"
|
192 |
-
msgstr "Navn:"
|
193 |
-
|
194 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:156
|
195 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:385
|
196 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:76
|
197 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:244
|
198 |
-
msgid "Username"
|
199 |
-
msgstr "Brukernavn"
|
200 |
-
|
201 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:165
|
202 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:394
|
203 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:259
|
204 |
-
msgid "First Name"
|
205 |
-
msgstr "Fornavn"
|
206 |
-
|
207 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:174
|
208 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:403
|
209 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:273
|
210 |
-
msgid "Last Name"
|
211 |
-
msgstr "Etternavn"
|
212 |
-
|
213 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:183
|
214 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:412
|
215 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:287
|
216 |
-
msgid "Nickname"
|
217 |
-
msgstr "Kallenavn"
|
218 |
-
|
219 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:192
|
220 |
-
msgid "Display name publicly as..."
|
221 |
-
msgstr "Vis mitt navn offentlig som"
|
222 |
-
|
223 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:202
|
224 |
-
msgid "Contact Info:"
|
225 |
-
msgstr "Kontaktinformasjon"
|
226 |
-
|
227 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:209
|
228 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:457
|
229 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:305
|
230 |
-
msgid "E-mail"
|
231 |
-
msgstr "E-post"
|
232 |
-
|
233 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:218
|
234 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:467
|
235 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:320
|
236 |
-
msgid "Website"
|
237 |
-
msgstr "Nettside"
|
238 |
-
|
239 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:230
|
240 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:476
|
241 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:334
|
242 |
-
msgid "AIM"
|
243 |
-
msgstr "AIM"
|
244 |
-
|
245 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:239
|
246 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:485
|
247 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:348
|
248 |
-
msgid "Yahoo IM"
|
249 |
-
msgstr "Yahoo IM"
|
250 |
-
|
251 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:248
|
252 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:494
|
253 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:362
|
254 |
-
msgid "Jabber / Google Talk"
|
255 |
-
msgstr "Jabber / Google Talk"
|
256 |
-
|
257 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:258
|
258 |
-
msgid "About Yourself:"
|
259 |
-
msgstr "Om meg selv:"
|
260 |
-
|
261 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:265
|
262 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:507
|
263 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:380
|
264 |
-
msgid "Biographical Info"
|
265 |
-
msgstr "Litt om meg selv"
|
266 |
-
|
267 |
-
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:275
|
268 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:516
|
269 |
-
msgid "New Password"
|
270 |
-
msgstr "Nytt passord"
|
271 |
-
|
272 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:57
|
273 |
-
msgid "Basic Information"
|
274 |
-
msgstr "Grunnleggende informasjon"
|
275 |
-
|
276 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:59
|
277 |
-
msgid "Show/Hide the Admin Bar on Front-end"
|
278 |
-
msgstr "Vis/skjul administratormenyen fra front-end"
|
279 |
-
|
280 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:63
|
281 |
-
msgid "Extra Profile Fields"
|
282 |
-
msgstr "Ekstra profilfelter"
|
283 |
-
|
284 |
-
#: C:\Users\Cristi\Desktop\free/front-end/options.php:64
|
285 |
-
msgid "Register Your Version"
|
286 |
-
msgstr "Registrer din versjon"
|
287 |
-
|
288 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:269
|
289 |
-
msgid "You must be logged in to edit your profile."
|
290 |
-
msgstr "Du må være innlogget for å redigere profilen din."
|
291 |
-
|
292 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:278
|
293 |
-
msgid "The avatar was successfully deleted."
|
294 |
-
msgstr "Bildet ditt er slettet."
|
295 |
-
|
296 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:283
|
297 |
-
msgid "The attachment \""
|
298 |
-
msgstr "Vedlegget \""
|
299 |
-
|
300 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:285
|
301 |
-
msgid "\" was successfully deleted."
|
302 |
-
msgstr "\" er slettet."
|
303 |
-
|
304 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:298
|
305 |
-
msgid "The changes have been successfully saved."
|
306 |
-
msgstr "Endringene er lagret"
|
307 |
-
|
308 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:303
|
309 |
-
msgid "The email address you entered is already registered to a different user.<br/>The email address was "
|
310 |
-
msgstr "E-postadressen du skrev inn er allerede registrert på en annen bruker.<br/> E-postadressen var"
|
311 |
-
|
312 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:304
|
313 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:314
|
314 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:324
|
315 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:333
|
316 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:355
|
317 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:363
|
318 |
-
msgid "NOT"
|
319 |
-
msgstr "IKKE"
|
320 |
-
|
321 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:305
|
322 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:315
|
323 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:325
|
324 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:334
|
325 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:356
|
326 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:364
|
327 |
-
msgid " updated along with the rest of the information."
|
328 |
-
msgstr "oppdatert sammen med resten av informasjonen."
|
329 |
-
|
330 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:313
|
331 |
-
msgid "The email address you entered is invalid. <br/> The email address was "
|
332 |
-
msgstr "E-postadressen du tastet inn er ikke gyldig. <br/> E-postadressen var"
|
333 |
-
|
334 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:323
|
335 |
-
msgid "The passwords you entered do not match. <br/> The password was "
|
336 |
-
msgstr "Passordene du tastet inn stemmer ikke overens. <br/> Passordet var"
|
337 |
-
|
338 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:332
|
339 |
-
msgid "You didn't complete both password fields. <br/> The password was "
|
340 |
-
msgstr "Du fylte ikke ut begge passordfeltene riktig. <br/> Passordet var "
|
341 |
-
|
342 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:344
|
343 |
-
msgid "There was an error while trying to upload the following attachments:<br/>"
|
344 |
-
msgstr "Det skjedde en feil når du prøvde å laste opp følgende vedlegg:<br/>"
|
345 |
-
|
346 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:352
|
347 |
-
msgid "<br/>Possible cause: the size was bigger than "
|
348 |
-
msgstr "<br/>Sannsynlig årsak: størrelsen var større enn "
|
349 |
-
|
350 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:354
|
351 |
-
msgid "b.<br/>The listed attachements were "
|
352 |
-
msgstr "b.<br/>Vedleggene ble"
|
353 |
-
|
354 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:362
|
355 |
-
msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
|
356 |
-
msgstr "Det oppsto en feil når du forsøkte å laste opp bildet ditt. <br/>Sannsynligvis på grunn av feil størrelse eller feil filtype.<br/>Bildet ble "
|
357 |
-
|
358 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:380
|
359 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:233
|
360 |
-
msgid "Name"
|
361 |
-
msgstr "Navn"
|
362 |
-
|
363 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:386
|
364 |
-
msgid " Usernames cannot be changed."
|
365 |
-
msgstr "Brukernavn kan ikke endres."
|
366 |
-
|
367 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:414
|
368 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:459
|
369 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:246
|
370 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:307
|
371 |
-
msgid "(required)"
|
372 |
-
msgstr "(påkrevd)"
|
373 |
-
|
374 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:422
|
375 |
-
msgid "Display name publicly as"
|
376 |
-
msgstr "Vis mitt navn offentlig som"
|
377 |
-
|
378 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:451
|
379 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:294
|
380 |
-
msgid "Contact Info"
|
381 |
-
msgstr "Kontaktinformasjon"
|
382 |
-
|
383 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:501
|
384 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:369
|
385 |
-
msgid "About Yourself"
|
386 |
-
msgstr "Om deg selv"
|
387 |
-
|
388 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:521
|
389 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:403
|
390 |
-
msgid "Repeat Password"
|
391 |
-
msgstr "Gjenta passord"
|
392 |
-
|
393 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:537
|
394 |
-
msgid "Update"
|
395 |
-
msgstr "Oppdater"
|
396 |
-
|
397 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
398 |
-
#, php-format
|
399 |
-
msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
400 |
-
msgstr "Du er logget inn som <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
401 |
-
|
402 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
403 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
404 |
-
msgid "Log out of this account"
|
405 |
-
msgstr "Logg ut av denne kontoen"
|
406 |
-
|
407 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
408 |
-
msgid "Log out »"
|
409 |
-
msgstr "Logg ut »"
|
410 |
-
|
411 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:60
|
412 |
-
#, php-format
|
413 |
-
msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
414 |
-
msgstr "Du har logget inn som <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
415 |
-
|
416 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:86
|
417 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:398
|
418 |
-
msgid "Password"
|
419 |
-
msgstr "Passord"
|
420 |
-
|
421 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:90
|
422 |
-
msgid "Log in"
|
423 |
-
msgstr "Logg inn"
|
424 |
-
|
425 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:92
|
426 |
-
msgid "Remember me"
|
427 |
-
msgstr "Husk meg"
|
428 |
-
|
429 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:96
|
430 |
-
msgid "Lost password?"
|
431 |
-
msgstr "Mistet passordet?"
|
432 |
-
|
433 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:39
|
434 |
-
msgid "A username is required for registration."
|
435 |
-
msgstr "Et brukernavn kreves for registrering."
|
436 |
-
|
437 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:41
|
438 |
-
msgid "Sorry, that username already exists!"
|
439 |
-
msgstr "Brukernavnet er allerede i bruk!"
|
440 |
-
|
441 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:44
|
442 |
-
msgid "You must enter a valid email address."
|
443 |
-
msgstr "Du må skrive inn en gyldig e-postadresse"
|
444 |
-
|
445 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:46
|
446 |
-
msgid "Sorry, that email address is already used!"
|
447 |
-
msgstr "Denne e-posten er allerede i bruk!"
|
448 |
-
|
449 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:49
|
450 |
-
msgid "You didn't complete one of the password-fields!"
|
451 |
-
msgstr "Du fylte ut feil i et av passordfeltene!"
|
452 |
-
|
453 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:51
|
454 |
-
msgid "The entered passwords don't match!"
|
455 |
-
msgstr "Passordene er ikke like"
|
456 |
-
|
457 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
458 |
-
#, php-format
|
459 |
-
msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
|
460 |
-
msgstr "Du er allerede logget inn som<a href=\"%1$s\" title=\"%2$s\">%2$s</a>. Du trenger vel ikke flere kontoer?"
|
461 |
-
|
462 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
463 |
-
msgid "Logout »"
|
464 |
-
msgstr "Logg ut »"
|
465 |
-
|
466 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:181
|
467 |
-
#, php-format
|
468 |
-
msgid "A user account for %1$s has been created."
|
469 |
-
msgstr "En bruker for %1$s har blitt lagt til."
|
470 |
-
|
471 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:183
|
472 |
-
#, php-format
|
473 |
-
msgid "Thank you for registering, %1$s."
|
474 |
-
msgstr "Takk for at du registrerte deg, %1$s."
|
475 |
-
|
476 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:211
|
477 |
-
msgid "Users can register themselves or you can manually create users here."
|
478 |
-
msgstr "Brukere kan registrere seg selv eller du kan gjøre det manuelt her."
|
479 |
-
|
480 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:215
|
481 |
-
msgid "Users cannot currently register themselves, but you can manually create users here."
|
482 |
-
msgstr "Brukere kan ikke registrere seg selv, men du som har administratorrettigheter kan manuelt legge til brukere her. "
|
483 |
-
|
484 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:219
|
485 |
-
msgid "Only an administrator can add new users."
|
486 |
-
msgstr "Kun en administrator kan legge til nye brukere."
|
487 |
-
|
488 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:422
|
489 |
-
msgid " Send these credentials via email."
|
490 |
-
msgstr "Send denne informasjon om brukernavn og passord på e-post"
|
491 |
-
|
492 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
|
493 |
-
msgid "Add User"
|
494 |
-
msgstr "Legg til bruker"
|
495 |
-
|
496 |
-
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
|
497 |
-
msgid "Register"
|
498 |
-
msgstr "Registrer"
|
499 |
-
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Profile Builder\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-07-06 14:23+0200\n"
|
6 |
+
"PO-Revision-Date: 2011-08-09 00:14+0100\n"
|
7 |
+
"Last-Translator: Håvard Ulvin <haavard@ulvin.no>\n"
|
8 |
+
"Language-Team: ReflectionMedia\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
+
"X-Poedit-Basepath: C:\\Users\\Cristi\\Desktop\\free\n"
|
14 |
+
"X-Poedit-Language: English\n"
|
15 |
+
"X-Poedit-SearchPath-0: C:\\Users\\Cristi\\Desktop\\free\n"
|
16 |
+
|
17 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:5
|
18 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
|
19 |
+
msgid "Profile Builder"
|
20 |
+
msgstr "Profile Builder"
|
21 |
+
|
22 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:6
|
23 |
+
msgid "Welcome to Profile Builder!"
|
24 |
+
msgstr "Velkommen til Profile Builder"
|
25 |
+
|
26 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
|
27 |
+
msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
|
28 |
+
msgstr "lar deg skreddersy dine nettsider ved å legge til en front-end meny for alle dine brukere, dette gir dem en mer fleksibel måte å endre sin brukerinformasjon eller for deg som administrator å registrere nye brukere."
|
29 |
+
|
30 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:9
|
31 |
+
msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
|
32 |
+
msgstr "Lar også brukere med administratorrettigheter mulighet til å skreddersy grunnleggende felter eller legge til nye"
|
33 |
+
|
34 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:10
|
35 |
+
msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
|
36 |
+
msgstr "For å legge til denne funksjonen, opprett en ny side og gi den et fornuftig nacn f.eks (Rediger min profil)"
|
37 |
+
|
38 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:11
|
39 |
+
msgid "Now all you need to do is add the following shortcode(for the previous example): "
|
40 |
+
msgstr "Alt du trenger å gjøre nå er å legge til følgende kode f.eks:"
|
41 |
+
|
42 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:12
|
43 |
+
msgid "Publish your page and you are ready to go!"
|
44 |
+
msgstr "Publiser din side og så er alt klart til bruk"
|
45 |
+
|
46 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:13
|
47 |
+
msgid "You can use the following shortcodes:"
|
48 |
+
msgstr "Du kan bruke følgende shortcodes:"
|
49 |
+
|
50 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:14
|
51 |
+
msgid "for a log-in form."
|
52 |
+
msgstr "for en innloggingsform."
|
53 |
+
|
54 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:15
|
55 |
+
msgid "to add a registration form."
|
56 |
+
msgstr "for å legge til en registreringsform"
|
57 |
+
|
58 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:16
|
59 |
+
msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
|
60 |
+
msgstr "for å gi tilgang til front-end aksess til brukerens personlige informasjon (krever at bruker er logget inn)"
|
61 |
+
|
62 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:18
|
63 |
+
msgid "Users with administrator rights have access to the following features:"
|
64 |
+
msgstr "Brukere med administrator rettigheter har tilgang til følgende:"
|
65 |
+
|
66 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:19
|
67 |
+
msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
|
68 |
+
msgstr "legg til en skreddersydd stylesheet fra din eksisterende theme eller bruk en av de allerede innebygde i denne pluginen: default, hvit, eller svart"
|
69 |
+
|
70 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:20
|
71 |
+
msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
|
72 |
+
msgstr "velg om du ønsker å vise administratormenyen på front-endgrensesnittet for utvalgte brukergrupper registrert på siden."
|
73 |
+
|
74 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:21
|
75 |
+
msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
|
76 |
+
msgstr "velg hvilke informasjonsfelter brukere kan se/endre. Skjulte felt forblir uendret"
|
77 |
+
|
78 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:22
|
79 |
+
msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
|
80 |
+
msgstr "legg til skreddersydde felter til de eksisterende, med forskjellige typer å velge mellom: heading, tekst, tekstfelt, valg, checkbox, radio, og/eller opplasting."
|
81 |
+
|
82 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:23
|
83 |
+
msgid "add an avatar field."
|
84 |
+
msgstr "legg til et bildefelt (avatar)."
|
85 |
+
|
86 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:26
|
87 |
+
msgid "NOTE:"
|
88 |
+
msgstr "MERK:"
|
89 |
+
|
90 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:27
|
91 |
+
msgid "this plugin only adds/removes fields in the front-end."
|
92 |
+
msgstr "denne pluginen legger kun til/fjerner felter på front-end"
|
93 |
+
|
94 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:28
|
95 |
+
msgid "The default information-fields will still be visible(and thus modifiable)"
|
96 |
+
msgstr "Standard informasjonsfelter vil fortsatt bli synlige "
|
97 |
+
|
98 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:29
|
99 |
+
msgid "from the back-end, while custom fields will only be visible in the front-end."
|
100 |
+
msgstr "fra back-end, vil skreddersydde felter kun bli synlige på front-end"
|
101 |
+
|
102 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:43
|
103 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:44
|
104 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:58
|
105 |
+
msgid "Plugin Layout"
|
106 |
+
msgstr "Plugin layout"
|
107 |
+
|
108 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:50
|
109 |
+
msgid "Stylesheet used:"
|
110 |
+
msgstr "Styelsheet brukt:"
|
111 |
+
|
112 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:53
|
113 |
+
msgid "Default"
|
114 |
+
msgstr "Standard"
|
115 |
+
|
116 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:58
|
117 |
+
msgid "White"
|
118 |
+
msgstr "Hvit"
|
119 |
+
|
120 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:59
|
121 |
+
msgid "Black"
|
122 |
+
msgstr "Svart"
|
123 |
+
|
124 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:63
|
125 |
+
msgid "None"
|
126 |
+
msgstr "Ingen"
|
127 |
+
|
128 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:72
|
129 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:119
|
130 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:287
|
131 |
+
msgid "Save Changes"
|
132 |
+
msgstr "Lagre endringer"
|
133 |
+
|
134 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:90
|
135 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:91
|
136 |
+
msgid "Show/Hide the Admin Bar on Front End"
|
137 |
+
msgstr "Vis/Skjul administratormeny på front-end"
|
138 |
+
|
139 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:95
|
140 |
+
msgid "User-group"
|
141 |
+
msgstr "Brukergruppe"
|
142 |
+
|
143 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:96
|
144 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:143
|
145 |
+
msgid "Visibility"
|
146 |
+
msgstr "Synlighet"
|
147 |
+
|
148 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:108
|
149 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:159
|
150 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:168
|
151 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:177
|
152 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:186
|
153 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:195
|
154 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:212
|
155 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:221
|
156 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:233
|
157 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:242
|
158 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:251
|
159 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:268
|
160 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:278
|
161 |
+
msgid "Show"
|
162 |
+
msgstr "Vis"
|
163 |
+
|
164 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:109
|
165 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:160
|
166 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:169
|
167 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:178
|
168 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:187
|
169 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:196
|
170 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:213
|
171 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:222
|
172 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:234
|
173 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:243
|
174 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:252
|
175 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:269
|
176 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:279
|
177 |
+
msgid "Hide"
|
178 |
+
msgstr "Skjul"
|
179 |
+
|
180 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:137
|
181 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:138
|
182 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:60
|
183 |
+
msgid "Default Profile Fields"
|
184 |
+
msgstr "Grunnleggende felter"
|
185 |
+
|
186 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:142
|
187 |
+
msgid "Input Field Name"
|
188 |
+
msgstr "Sett inn feltnavn"
|
189 |
+
|
190 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:149
|
191 |
+
msgid "Name:"
|
192 |
+
msgstr "Navn:"
|
193 |
+
|
194 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:156
|
195 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:385
|
196 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:76
|
197 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:244
|
198 |
+
msgid "Username"
|
199 |
+
msgstr "Brukernavn"
|
200 |
+
|
201 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:165
|
202 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:394
|
203 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:259
|
204 |
+
msgid "First Name"
|
205 |
+
msgstr "Fornavn"
|
206 |
+
|
207 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:174
|
208 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:403
|
209 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:273
|
210 |
+
msgid "Last Name"
|
211 |
+
msgstr "Etternavn"
|
212 |
+
|
213 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:183
|
214 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:412
|
215 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:287
|
216 |
+
msgid "Nickname"
|
217 |
+
msgstr "Kallenavn"
|
218 |
+
|
219 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:192
|
220 |
+
msgid "Display name publicly as..."
|
221 |
+
msgstr "Vis mitt navn offentlig som"
|
222 |
+
|
223 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:202
|
224 |
+
msgid "Contact Info:"
|
225 |
+
msgstr "Kontaktinformasjon"
|
226 |
+
|
227 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:209
|
228 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:457
|
229 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:305
|
230 |
+
msgid "E-mail"
|
231 |
+
msgstr "E-post"
|
232 |
+
|
233 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:218
|
234 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:467
|
235 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:320
|
236 |
+
msgid "Website"
|
237 |
+
msgstr "Nettside"
|
238 |
+
|
239 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:230
|
240 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:476
|
241 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:334
|
242 |
+
msgid "AIM"
|
243 |
+
msgstr "AIM"
|
244 |
+
|
245 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:239
|
246 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:485
|
247 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:348
|
248 |
+
msgid "Yahoo IM"
|
249 |
+
msgstr "Yahoo IM"
|
250 |
+
|
251 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:248
|
252 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:494
|
253 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:362
|
254 |
+
msgid "Jabber / Google Talk"
|
255 |
+
msgstr "Jabber / Google Talk"
|
256 |
+
|
257 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:258
|
258 |
+
msgid "About Yourself:"
|
259 |
+
msgstr "Om meg selv:"
|
260 |
+
|
261 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:265
|
262 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:507
|
263 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:380
|
264 |
+
msgid "Biographical Info"
|
265 |
+
msgstr "Litt om meg selv"
|
266 |
+
|
267 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:275
|
268 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:516
|
269 |
+
msgid "New Password"
|
270 |
+
msgstr "Nytt passord"
|
271 |
+
|
272 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:57
|
273 |
+
msgid "Basic Information"
|
274 |
+
msgstr "Grunnleggende informasjon"
|
275 |
+
|
276 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:59
|
277 |
+
msgid "Show/Hide the Admin Bar on Front-end"
|
278 |
+
msgstr "Vis/skjul administratormenyen fra front-end"
|
279 |
+
|
280 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:63
|
281 |
+
msgid "Extra Profile Fields"
|
282 |
+
msgstr "Ekstra profilfelter"
|
283 |
+
|
284 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:64
|
285 |
+
msgid "Register Your Version"
|
286 |
+
msgstr "Registrer din versjon"
|
287 |
+
|
288 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:269
|
289 |
+
msgid "You must be logged in to edit your profile."
|
290 |
+
msgstr "Du må være innlogget for å redigere profilen din."
|
291 |
+
|
292 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:278
|
293 |
+
msgid "The avatar was successfully deleted."
|
294 |
+
msgstr "Bildet ditt er slettet."
|
295 |
+
|
296 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:283
|
297 |
+
msgid "The attachment \""
|
298 |
+
msgstr "Vedlegget \""
|
299 |
+
|
300 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:285
|
301 |
+
msgid "\" was successfully deleted."
|
302 |
+
msgstr "\" er slettet."
|
303 |
+
|
304 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:298
|
305 |
+
msgid "The changes have been successfully saved."
|
306 |
+
msgstr "Endringene er lagret"
|
307 |
+
|
308 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:303
|
309 |
+
msgid "The email address you entered is already registered to a different user.<br/>The email address was "
|
310 |
+
msgstr "E-postadressen du skrev inn er allerede registrert på en annen bruker.<br/> E-postadressen var"
|
311 |
+
|
312 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:304
|
313 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:314
|
314 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:324
|
315 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:333
|
316 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:355
|
317 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:363
|
318 |
+
msgid "NOT"
|
319 |
+
msgstr "IKKE"
|
320 |
+
|
321 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:305
|
322 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:315
|
323 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:325
|
324 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:334
|
325 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:356
|
326 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:364
|
327 |
+
msgid " updated along with the rest of the information."
|
328 |
+
msgstr "oppdatert sammen med resten av informasjonen."
|
329 |
+
|
330 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:313
|
331 |
+
msgid "The email address you entered is invalid. <br/> The email address was "
|
332 |
+
msgstr "E-postadressen du tastet inn er ikke gyldig. <br/> E-postadressen var"
|
333 |
+
|
334 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:323
|
335 |
+
msgid "The passwords you entered do not match. <br/> The password was "
|
336 |
+
msgstr "Passordene du tastet inn stemmer ikke overens. <br/> Passordet var"
|
337 |
+
|
338 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:332
|
339 |
+
msgid "You didn't complete both password fields. <br/> The password was "
|
340 |
+
msgstr "Du fylte ikke ut begge passordfeltene riktig. <br/> Passordet var "
|
341 |
+
|
342 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:344
|
343 |
+
msgid "There was an error while trying to upload the following attachments:<br/>"
|
344 |
+
msgstr "Det skjedde en feil når du prøvde å laste opp følgende vedlegg:<br/>"
|
345 |
+
|
346 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:352
|
347 |
+
msgid "<br/>Possible cause: the size was bigger than "
|
348 |
+
msgstr "<br/>Sannsynlig årsak: størrelsen var større enn "
|
349 |
+
|
350 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:354
|
351 |
+
msgid "b.<br/>The listed attachements were "
|
352 |
+
msgstr "b.<br/>Vedleggene ble"
|
353 |
+
|
354 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:362
|
355 |
+
msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
|
356 |
+
msgstr "Det oppsto en feil når du forsøkte å laste opp bildet ditt. <br/>Sannsynligvis på grunn av feil størrelse eller feil filtype.<br/>Bildet ble "
|
357 |
+
|
358 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:380
|
359 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:233
|
360 |
+
msgid "Name"
|
361 |
+
msgstr "Navn"
|
362 |
+
|
363 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:386
|
364 |
+
msgid " Usernames cannot be changed."
|
365 |
+
msgstr "Brukernavn kan ikke endres."
|
366 |
+
|
367 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:414
|
368 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:459
|
369 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:246
|
370 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:307
|
371 |
+
msgid "(required)"
|
372 |
+
msgstr "(påkrevd)"
|
373 |
+
|
374 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:422
|
375 |
+
msgid "Display name publicly as"
|
376 |
+
msgstr "Vis mitt navn offentlig som"
|
377 |
+
|
378 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:451
|
379 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:294
|
380 |
+
msgid "Contact Info"
|
381 |
+
msgstr "Kontaktinformasjon"
|
382 |
+
|
383 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:501
|
384 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:369
|
385 |
+
msgid "About Yourself"
|
386 |
+
msgstr "Om deg selv"
|
387 |
+
|
388 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:521
|
389 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:403
|
390 |
+
msgid "Repeat Password"
|
391 |
+
msgstr "Gjenta passord"
|
392 |
+
|
393 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:537
|
394 |
+
msgid "Update"
|
395 |
+
msgstr "Oppdater"
|
396 |
+
|
397 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
398 |
+
#, php-format
|
399 |
+
msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
400 |
+
msgstr "Du er logget inn som <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
401 |
+
|
402 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
403 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
404 |
+
msgid "Log out of this account"
|
405 |
+
msgstr "Logg ut av denne kontoen"
|
406 |
+
|
407 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
408 |
+
msgid "Log out »"
|
409 |
+
msgstr "Logg ut »"
|
410 |
+
|
411 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:60
|
412 |
+
#, php-format
|
413 |
+
msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
414 |
+
msgstr "Du har logget inn som <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
415 |
+
|
416 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:86
|
417 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:398
|
418 |
+
msgid "Password"
|
419 |
+
msgstr "Passord"
|
420 |
+
|
421 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:90
|
422 |
+
msgid "Log in"
|
423 |
+
msgstr "Logg inn"
|
424 |
+
|
425 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:92
|
426 |
+
msgid "Remember me"
|
427 |
+
msgstr "Husk meg"
|
428 |
+
|
429 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:96
|
430 |
+
msgid "Lost password?"
|
431 |
+
msgstr "Mistet passordet?"
|
432 |
+
|
433 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:39
|
434 |
+
msgid "A username is required for registration."
|
435 |
+
msgstr "Et brukernavn kreves for registrering."
|
436 |
+
|
437 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:41
|
438 |
+
msgid "Sorry, that username already exists!"
|
439 |
+
msgstr "Brukernavnet er allerede i bruk!"
|
440 |
+
|
441 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:44
|
442 |
+
msgid "You must enter a valid email address."
|
443 |
+
msgstr "Du må skrive inn en gyldig e-postadresse"
|
444 |
+
|
445 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:46
|
446 |
+
msgid "Sorry, that email address is already used!"
|
447 |
+
msgstr "Denne e-posten er allerede i bruk!"
|
448 |
+
|
449 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:49
|
450 |
+
msgid "You didn't complete one of the password-fields!"
|
451 |
+
msgstr "Du fylte ut feil i et av passordfeltene!"
|
452 |
+
|
453 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:51
|
454 |
+
msgid "The entered passwords don't match!"
|
455 |
+
msgstr "Passordene er ikke like"
|
456 |
+
|
457 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
458 |
+
#, php-format
|
459 |
+
msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
|
460 |
+
msgstr "Du er allerede logget inn som<a href=\"%1$s\" title=\"%2$s\">%2$s</a>. Du trenger vel ikke flere kontoer?"
|
461 |
+
|
462 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
463 |
+
msgid "Logout »"
|
464 |
+
msgstr "Logg ut »"
|
465 |
+
|
466 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:181
|
467 |
+
#, php-format
|
468 |
+
msgid "A user account for %1$s has been created."
|
469 |
+
msgstr "En bruker for %1$s har blitt lagt til."
|
470 |
+
|
471 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:183
|
472 |
+
#, php-format
|
473 |
+
msgid "Thank you for registering, %1$s."
|
474 |
+
msgstr "Takk for at du registrerte deg, %1$s."
|
475 |
+
|
476 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:211
|
477 |
+
msgid "Users can register themselves or you can manually create users here."
|
478 |
+
msgstr "Brukere kan registrere seg selv eller du kan gjøre det manuelt her."
|
479 |
+
|
480 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:215
|
481 |
+
msgid "Users cannot currently register themselves, but you can manually create users here."
|
482 |
+
msgstr "Brukere kan ikke registrere seg selv, men du som har administratorrettigheter kan manuelt legge til brukere her. "
|
483 |
+
|
484 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:219
|
485 |
+
msgid "Only an administrator can add new users."
|
486 |
+
msgstr "Kun en administrator kan legge til nye brukere."
|
487 |
+
|
488 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:422
|
489 |
+
msgid " Send these credentials via email."
|
490 |
+
msgstr "Send denne informasjon om brukernavn og passord på e-post"
|
491 |
+
|
492 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
|
493 |
+
msgid "Add User"
|
494 |
+
msgstr "Legg til bruker"
|
495 |
+
|
496 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
|
497 |
+
msgid "Register"
|
498 |
+
msgstr "Registrer"
|
499 |
+
|
translation/profilebuilder-nl_NL.mo
CHANGED
Binary file
|
translation/profilebuilder-nl_NL.po
CHANGED
@@ -1,871 +1,906 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Profile Builder v1.1\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: \n"
|
6 |
-
"PO-Revision-Date: 2011-08-11 17:27+0000\n"
|
7 |
-
"Last-Translator: Pascal Frencken\n"
|
8 |
-
"Language-Team: \n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
13 |
-
"X-Poedit-Language: Dutch\n"
|
14 |
-
"X-Poedit-Country: NETHERLANDS\n"
|
15 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
|
17 |
-
"X-Poedit-Basepath: ../\n"
|
18 |
-
"X-Poedit-Bookmarks: \n"
|
19 |
-
"X-Poedit-SearchPath-0: .\n"
|
20 |
-
"X-Textdomain-Support: yes"
|
21 |
-
|
22 |
-
#: front-end/menu.file.php:5
|
23 |
-
#: front-end/menu.file.php:8
|
24 |
-
#@ profilebuilder
|
25 |
-
msgid "Profile Builder"
|
26 |
-
msgstr "Profile Builder"
|
27 |
-
|
28 |
-
#: front-end/menu.file.php:6
|
29 |
-
#@ profilebuilder
|
30 |
-
msgid "Welcome to Profile Builder!"
|
31 |
-
msgstr "Welkom bij Profile Builder!"
|
32 |
-
|
33 |
-
#: front-end/menu.file.php:8
|
34 |
-
#@ profilebuilder
|
35 |
-
msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
|
36 |
-
msgstr " stelt je in staat je website aan te passen door een front-end menu voor alle gebruikers toe te voegen, waarmee ze op een flexibele manier hun gebruikersinformatie kunnen wijzigen of zich als nieuwe gebruiker kunnen registreren."
|
37 |
-
|
38 |
-
#: front-end/menu.file.php:9
|
39 |
-
#@ profilebuilder
|
40 |
-
msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
|
41 |
-
msgstr "Ook geeft het beheerders de mogelijkheid om velden aan te passen of nieuwe toe te voegen."
|
42 |
-
|
43 |
-
#: front-end/menu.file.php:10
|
44 |
-
#@ profilebuilder
|
45 |
-
msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
|
46 |
-
msgstr "Hiervoor voeg je een nieuwe pagina toe, en geef je deze een duidelijke naam (bijv. Profiel Bewerken)."
|
47 |
-
|
48 |
-
#: front-end/menu.file.php:11
|
49 |
-
#@ profilebuilder
|
50 |
-
msgid "Now all you need to do is add the following shortcode(for the previous example): "
|
51 |
-
msgstr "Nu hoef je alleen de volgende shortcode toe te voegen: "
|
52 |
-
|
53 |
-
#: front-end/menu.file.php:12
|
54 |
-
#@ profilebuilder
|
55 |
-
msgid "Publish your page and you are ready to go!"
|
56 |
-
msgstr "Publiceer je pagina en je kunt aan de slag!"
|
57 |
-
|
58 |
-
#: front-end/menu.file.php:13
|
59 |
-
#@ profilebuilder
|
60 |
-
msgid "You can use the following shortcodes:"
|
61 |
-
msgstr "Je kunt de volgende shortcodes gebruiken:"
|
62 |
-
|
63 |
-
#: front-end/menu.file.php:14
|
64 |
-
#@ profilebuilder
|
65 |
-
msgid "for a log-in form."
|
66 |
-
msgstr "voor een
|
67 |
-
|
68 |
-
#: front-end/menu.file.php:15
|
69 |
-
#@ profilebuilder
|
70 |
-
msgid "to add a registration form."
|
71 |
-
msgstr "voor het toevoegen van een inschrijfformulier."
|
72 |
-
|
73 |
-
#: front-end/menu.file.php:16
|
74 |
-
#@ profilebuilder
|
75 |
-
msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
|
76 |
-
msgstr "om gebruikers front-end toegang tot
|
77 |
-
|
78 |
-
#: front-end/menu.file.php:
|
79 |
-
#@ profilebuilder
|
80 |
-
msgid "Users with administrator rights have access to the following features:"
|
81 |
-
msgstr "Gebruikers met beheerdersrechten hebben toegang tot de volgende functies:"
|
82 |
-
|
83 |
-
#: front-end/menu.file.php:
|
84 |
-
#@ profilebuilder
|
85 |
-
msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
|
86 |
-
msgstr "voeg een aangepaste stylesheet toe / neem de waarden van het huidige thema over of gebruik een van de volgende stijlen ingebouwd in deze plugin: standaard, wit of zwart."
|
87 |
-
|
88 |
-
#: front-end/menu.file.php:
|
89 |
-
#@ profilebuilder
|
90 |
-
msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
|
91 |
-
msgstr "geef aan of de admin balk in de front-end getoond moet worden voor een specifieke gebruikersgroep."
|
92 |
-
|
93 |
-
#: front-end/menu.file.php:
|
94 |
-
#@ profilebuilder
|
95 |
-
msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
|
96 |
-
msgstr "geef aan welke informatievelden de gebruikers kunnen zien / wijzigen. De waarden van verborgen velden blijven ongewijzigd."
|
97 |
-
|
98 |
-
#: front-end/menu.file.php:
|
99 |
-
#@ profilebuilder
|
100 |
-
msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
|
101 |
-
msgstr "voeg velden toe aan de bestaande, waarbij gekozen kan worden uit de volgende typen: koptekst, tekst, textgebied, selectieveld, meerkeuzeveld, enkel keuzeveld en / of uploadveld."
|
102 |
-
|
103 |
-
#: front-end/menu.file.php:
|
104 |
-
#@ profilebuilder
|
105 |
-
msgid "add an avatar field."
|
106 |
-
msgstr "voeg een avatar veld toe."
|
107 |
-
|
108 |
-
#: front-end/menu.file.php:
|
109 |
-
#@ profilebuilder
|
110 |
-
msgid "NOTE:"
|
111 |
-
msgstr "LET OP:"
|
112 |
-
|
113 |
-
#: front-end/menu.file.php:
|
114 |
-
#@ profilebuilder
|
115 |
-
msgid "this plugin only adds/removes fields in the front-end."
|
116 |
-
msgstr "deze plugin voegt slechts velden toe aan / verwijdert velden uit de front-end."
|
117 |
-
|
118 |
-
#: front-end/menu.file.php:
|
119 |
-
#@ profilebuilder
|
120 |
-
msgid "The default information-fields will still be visible(and thus modifiable)"
|
121 |
-
msgstr "De standaard informatievelden zullen nog steeds zichtbaar (en dus aanpasbaar) zijn"
|
122 |
-
|
123 |
-
#: front-end/menu.file.php:
|
124 |
-
#@ profilebuilder
|
125 |
-
msgid "from the back-end, while custom fields will only be visible in the front-end."
|
126 |
-
msgstr "in de back-end, terwijl de toegevoegde velden alleen zichtbaar zijn in de front-end."
|
127 |
-
|
128 |
-
#: front-end/menu.file.php:
|
129 |
-
#: front-end/menu.file.php:
|
130 |
-
#: front-end/options.php:58
|
131 |
-
#@ profilebuilder
|
132 |
-
msgid "Plugin Layout"
|
133 |
-
msgstr "Plugin Opmaak"
|
134 |
-
|
135 |
-
#: front-end/menu.file.php:
|
136 |
-
#@ profilebuilder
|
137 |
-
msgid "Stylesheet used:"
|
138 |
-
msgstr "Gebruikte stylesheet:"
|
139 |
-
|
140 |
-
#: front-end/menu.file.php:
|
141 |
-
#@ profilebuilder
|
142 |
-
msgid "Default"
|
143 |
-
msgstr "Standaard"
|
144 |
-
|
145 |
-
#: front-end/menu.file.php:
|
146 |
-
#@ profilebuilder
|
147 |
-
msgid "White"
|
148 |
-
msgstr "Wit"
|
149 |
-
|
150 |
-
#: front-end/menu.file.php:
|
151 |
-
#@ profilebuilder
|
152 |
-
msgid "Black"
|
153 |
-
msgstr "Zwart"
|
154 |
-
|
155 |
-
#: front-end/menu.file.php:
|
156 |
-
#@ profilebuilder
|
157 |
-
msgid "None"
|
158 |
-
msgstr "Geen"
|
159 |
-
|
160 |
-
#: front-end/menu.file.php:
|
161 |
-
#: front-end/menu.file.php:
|
162 |
-
#: front-end/menu.file.php:
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
#: front-end/menu.file.php:
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
#: front-end/menu.file.php:
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
#: front-end/menu.file.php:
|
186 |
-
#: front-end/menu.file.php:
|
187 |
-
#: front-end/menu.file.php:
|
188 |
-
#: front-end/menu.file.php:
|
189 |
-
#: front-end/menu.file.php:
|
190 |
-
#: front-end/menu.file.php:
|
191 |
-
#: front-end/menu.file.php:
|
192 |
-
#: front-end/menu.file.php:
|
193 |
-
#: front-end/menu.file.php:
|
194 |
-
#: front-end/menu.file.php:
|
195 |
-
#: front-end/menu.file.php:
|
196 |
-
#: front-end/menu.file.php:
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
#: front-end/menu.file.php:
|
203 |
-
#: front-end/menu.file.php:
|
204 |
-
#: front-end/menu.file.php:
|
205 |
-
#: front-end/menu.file.php:
|
206 |
-
#: front-end/menu.file.php:
|
207 |
-
#: front-end/menu.file.php:
|
208 |
-
#: front-end/menu.file.php:
|
209 |
-
#: front-end/menu.file.php:
|
210 |
-
#: front-end/menu.file.php:
|
211 |
-
#: front-end/menu.file.php:
|
212 |
-
#: front-end/menu.file.php:
|
213 |
-
#: front-end/menu.file.php:
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
#: front-end/menu.file.php:
|
220 |
-
#: front-end/
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
#: front-end/
|
237 |
-
#: front-end/wppb.
|
238 |
-
#: front-end/wppb.
|
239 |
-
#: front-end/wppb.register.php:
|
240 |
-
#@ profilebuilder
|
241 |
-
msgid "Username"
|
242 |
-
msgstr "Gebruikersnaam"
|
243 |
-
|
244 |
-
#: front-end/menu.file.php:
|
245 |
-
#: front-end/wppb.edit.profile.php:
|
246 |
-
#: front-end/wppb.register.php:
|
247 |
-
#@ profilebuilder
|
248 |
-
msgid "First Name"
|
249 |
-
msgstr "Voornaam"
|
250 |
-
|
251 |
-
#: front-end/menu.file.php:
|
252 |
-
#: front-end/wppb.edit.profile.php:
|
253 |
-
#: front-end/wppb.register.php:
|
254 |
-
#@ profilebuilder
|
255 |
-
msgid "Last Name"
|
256 |
-
msgstr "Achternaam"
|
257 |
-
|
258 |
-
#: front-end/menu.file.php:
|
259 |
-
#: front-end/wppb.edit.profile.php:
|
260 |
-
#: front-end/wppb.register.php:
|
261 |
-
#@ profilebuilder
|
262 |
-
msgid "Nickname"
|
263 |
-
msgstr "Bijnaam"
|
264 |
-
|
265 |
-
#: front-end/menu.file.php:
|
266 |
-
#@ profilebuilder
|
267 |
-
msgid "Display name publicly as..."
|
268 |
-
msgstr "Toon naam publiekelijk als
|
269 |
-
|
270 |
-
#: front-end/menu.file.php:
|
271 |
-
#@ profilebuilder
|
272 |
-
msgid "Contact Info:"
|
273 |
-
msgstr "Contact Informatie:"
|
274 |
-
|
275 |
-
#: front-end/menu.file.php:
|
276 |
-
#: front-end/wppb.edit.profile.php:
|
277 |
-
#: front-end/wppb.register.php:
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
#: front-end/
|
284 |
-
#: front-end/wppb.
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
#: front-end/
|
291 |
-
#: front-end/wppb.
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
#: front-end/
|
298 |
-
#: front-end/wppb.
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
#: front-end/
|
305 |
-
#: front-end/wppb.
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
#: front-end/
|
317 |
-
#: front-end/wppb.
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
#: front-end/
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
#:
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
#: front-end/wppb.edit.profile.php:
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
#: front-end/wppb.
|
376 |
-
#@ profilebuilder
|
377 |
-
msgid "
|
378 |
-
msgstr "
|
379 |
-
|
380 |
-
#: front-end/wppb.edit.profile.php:
|
381 |
-
#: front-end/wppb.edit.profile.php:
|
382 |
-
#: front-end/wppb.
|
383 |
-
#: front-end/wppb.
|
384 |
-
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
#: front-end/wppb.edit.profile.php:
|
394 |
-
#: front-end/wppb.
|
395 |
-
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
#: front-end/wppb.
|
401 |
-
#@ profilebuilder
|
402 |
-
msgid "
|
403 |
-
msgstr "
|
404 |
-
|
405 |
-
#: front-end/wppb.edit.profile.php:
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
#: front-end/wppb.
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
-
#: front-end/wppb.
|
437 |
-
#@ profilebuilder
|
438 |
-
msgid "
|
439 |
-
msgstr "
|
440 |
-
|
441 |
-
#: front-end/wppb.
|
442 |
-
#@
|
443 |
-
msgid "
|
444 |
-
msgstr "
|
445 |
-
|
446 |
-
#: front-end/wppb.
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
|
465 |
-
|
466 |
-
#: front-end/wppb.register.php:
|
467 |
-
#@ profilebuilder
|
468 |
-
msgid "
|
469 |
-
msgstr "
|
470 |
-
|
471 |
-
#: front-end/wppb.
|
472 |
-
#: front-end/wppb.register.php:
|
473 |
-
#@ profilebuilder
|
474 |
-
msgid "
|
475 |
-
msgstr "
|
476 |
-
|
477 |
-
#: front-end/wppb.
|
478 |
-
#@ profilebuilder
|
479 |
-
msgid "
|
480 |
-
msgstr "
|
481 |
-
|
482 |
-
#: front-end/wppb.
|
483 |
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
-
|
503 |
-
|
504 |
-
|
505 |
-
|
506 |
-
|
507 |
-
|
508 |
-
|
509 |
-
|
510 |
-
|
511 |
-
|
512 |
-
|
513 |
-
|
514 |
-
|
515 |
-
|
516 |
-
|
517 |
-
|
518 |
-
|
519 |
-
|
520 |
-
|
521 |
-
#: front-end/
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
#: front-end/
|
527 |
-
|
528 |
-
|
529 |
-
|
530 |
-
|
531 |
-
|
532 |
-
|
533 |
-
|
534 |
-
|
535 |
-
|
536 |
-
#: front-end/
|
537 |
-
|
538 |
-
|
539 |
-
|
540 |
-
|
541 |
-
#: front-end/
|
542 |
-
|
543 |
-
|
544 |
-
|
545 |
-
|
546 |
-
|
547 |
-
|
548 |
-
|
549 |
-
|
550 |
-
|
551 |
-
|
552 |
-
|
553 |
-
|
554 |
-
|
555 |
-
|
556 |
-
#: front-end/wppb.register.php:
|
557 |
-
|
558 |
-
|
559 |
-
|
560 |
-
|
561 |
-
|
562 |
-
#: front-end/wppb.register.php:
|
563 |
-
#@ profilebuilder
|
564 |
-
msgid "
|
565 |
-
msgstr "
|
566 |
-
|
567 |
-
#: front-end/wppb.
|
568 |
-
|
569 |
-
#@ profilebuilder
|
570 |
-
msgid "
|
571 |
-
msgstr "
|
572 |
-
|
573 |
-
#: front-end/wppb.
|
574 |
-
|
575 |
-
|
576 |
-
|
577 |
-
|
578 |
-
|
579 |
-
|
580 |
-
|
581 |
-
|
582 |
-
|
583 |
-
|
584 |
-
|
585 |
-
|
586 |
-
|
587 |
-
|
588 |
-
|
589 |
-
#: front-end/wppb.
|
590 |
-
#@ profilebuilder
|
591 |
-
msgid "
|
592 |
-
msgstr "
|
593 |
-
|
594 |
-
#: front-end/wppb.
|
595 |
-
|
596 |
-
|
597 |
-
|
598 |
-
|
599 |
-
#: front-end/wppb.
|
600 |
-
#@ profilebuilder
|
601 |
-
msgid "
|
602 |
-
msgstr "
|
603 |
-
|
604 |
-
#: front-end/wppb.
|
605 |
-
#@ profilebuilder
|
606 |
-
msgid "
|
607 |
-
msgstr "
|
608 |
-
|
609 |
-
#: front-end/
|
610 |
-
#@ profilebuilder
|
611 |
-
msgid "
|
612 |
-
msgstr "
|
613 |
-
|
614 |
-
#: front-end/wppb.
|
615 |
-
|
616 |
-
#@
|
617 |
-
msgid "
|
618 |
-
msgstr ""
|
619 |
-
|
620 |
-
#: front-end/wppb.
|
621 |
-
|
622 |
-
|
623 |
-
|
624 |
-
|
625 |
-
|
626 |
-
|
627 |
-
|
628 |
-
|
629 |
-
|
630 |
-
|
631 |
-
|
632 |
-
|
633 |
-
|
634 |
-
|
635 |
-
|
636 |
-
|
637 |
-
|
638 |
-
|
639 |
-
|
640 |
-
#:
|
641 |
-
|
642 |
-
|
643 |
-
|
644 |
-
|
645 |
-
#:
|
646 |
-
|
647 |
-
|
648 |
-
|
649 |
-
|
650 |
-
#:
|
651 |
-
|
652 |
-
|
653 |
-
|
654 |
-
|
655 |
-
#:
|
656 |
-
|
657 |
-
|
658 |
-
|
659 |
-
|
660 |
-
#:
|
661 |
-
|
662 |
-
|
663 |
-
|
664 |
-
|
665 |
-
|
666 |
-
|
667 |
-
|
668 |
-
|
669 |
-
|
670 |
-
#:
|
671 |
-
|
672 |
-
|
673 |
-
|
674 |
-
|
675 |
-
#:
|
676 |
-
|
677 |
-
|
678 |
-
|
679 |
-
|
680 |
-
#:
|
681 |
-
|
682 |
-
|
683 |
-
|
684 |
-
|
685 |
-
#:
|
686 |
-
|
687 |
-
|
688 |
-
|
689 |
-
|
690 |
-
|
691 |
-
#:
|
692 |
-
|
693 |
-
|
694 |
-
|
695 |
-
|
696 |
-
|
697 |
-
|
698 |
-
|
699 |
-
|
700 |
-
|
701 |
-
|
702 |
-
|
703 |
-
|
704 |
-
|
705 |
-
|
706 |
-
|
707 |
-
|
708 |
-
|
709 |
-
|
710 |
-
|
711 |
-
|
712 |
-
|
713 |
-
|
714 |
-
|
715 |
-
|
716 |
-
|
717 |
-
|
718 |
-
|
719 |
-
|
720 |
-
#:
|
721 |
-
#@ profilebuilder
|
722 |
-
msgid "
|
723 |
-
msgstr "
|
724 |
-
|
725 |
-
#:
|
726 |
-
|
727 |
-
|
728 |
-
|
729 |
-
|
730 |
-
|
731 |
-
|
732 |
-
|
733 |
-
|
734 |
-
|
735 |
-
|
736 |
-
|
737 |
-
|
738 |
-
|
739 |
-
|
740 |
-
|
741 |
-
|
742 |
-
|
743 |
-
|
744 |
-
|
745 |
-
|
746 |
-
|
747 |
-
|
748 |
-
|
749 |
-
|
750 |
-
|
751 |
-
|
752 |
-
|
753 |
-
|
754 |
-
|
755 |
-
|
756 |
-
|
757 |
-
|
758 |
-
|
759 |
-
#:
|
760 |
-
#@ profilebuilder
|
761 |
-
msgid "
|
762 |
-
msgstr "
|
763 |
-
|
764 |
-
#:
|
765 |
-
|
766 |
-
|
767 |
-
|
768 |
-
|
769 |
-
|
770 |
-
|
771 |
-
|
772 |
-
|
773 |
-
|
774 |
-
|
775 |
-
|
776 |
-
|
777 |
-
|
778 |
-
|
779 |
-
|
780 |
-
|
781 |
-
|
782 |
-
|
783 |
-
|
784 |
-
|
785 |
-
|
786 |
-
#:
|
787 |
-
#@ profilebuilder
|
788 |
-
msgid "
|
789 |
-
msgstr "
|
790 |
-
|
791 |
-
#:
|
792 |
-
#@
|
793 |
-
msgid "
|
794 |
-
msgstr "
|
795 |
-
|
796 |
-
#:
|
797 |
-
#@ profilebuilder
|
798 |
-
msgid "
|
799 |
-
msgstr "
|
800 |
-
|
801 |
-
#:
|
802 |
-
|
803 |
-
|
804 |
-
|
805 |
-
|
806 |
-
|
807 |
-
|
808 |
-
|
809 |
-
|
810 |
-
|
811 |
-
|
812 |
-
|
813 |
-
|
814 |
-
|
815 |
-
|
816 |
-
|
817 |
-
|
818 |
-
|
819 |
-
|
820 |
-
|
821 |
-
|
822 |
-
|
823 |
-
|
824 |
-
|
825 |
-
|
826 |
-
|
827 |
-
|
828 |
-
|
829 |
-
|
830 |
-
|
831 |
-
|
832 |
-
|
833 |
-
|
834 |
-
|
835 |
-
|
836 |
-
|
837 |
-
#:
|
838 |
-
#@ profilebuilder
|
839 |
-
msgid "
|
840 |
-
msgstr "
|
841 |
-
|
842 |
-
#:
|
843 |
-
#@ profilebuilder
|
844 |
-
msgid "
|
845 |
-
msgstr "
|
846 |
-
|
847 |
-
#:
|
848 |
-
#@ profilebuilder
|
849 |
-
msgid "
|
850 |
-
msgstr "
|
851 |
-
|
852 |
-
#:
|
853 |
-
#@ profilebuilder
|
854 |
-
msgid "
|
855 |
-
msgstr "
|
856 |
-
|
857 |
-
#:
|
858 |
-
#@
|
859 |
-
msgid "
|
860 |
-
msgstr "
|
861 |
-
|
862 |
-
#:
|
863 |
-
#@ profilebuilder
|
864 |
-
msgid "
|
865 |
-
msgstr "
|
866 |
-
|
867 |
-
#:
|
868 |
-
#@ profilebuilder
|
869 |
-
msgid "
|
870 |
-
msgstr "
|
871 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Profile Builder v1.1\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: \n"
|
6 |
+
"PO-Revision-Date: 2011-08-11 17:27+0000\n"
|
7 |
+
"Last-Translator: Pascal Frencken\n"
|
8 |
+
"Language-Team: \n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
13 |
+
"X-Poedit-Language: Dutch\n"
|
14 |
+
"X-Poedit-Country: NETHERLANDS\n"
|
15 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
|
17 |
+
"X-Poedit-Basepath: ../\n"
|
18 |
+
"X-Poedit-Bookmarks: \n"
|
19 |
+
"X-Poedit-SearchPath-0: .\n"
|
20 |
+
"X-Textdomain-Support: yes"
|
21 |
+
|
22 |
+
#: front-end/menu.file.php:5
|
23 |
+
#: front-end/menu.file.php:8
|
24 |
+
#@ profilebuilder
|
25 |
+
msgid "Profile Builder"
|
26 |
+
msgstr "Profile Builder"
|
27 |
+
|
28 |
+
#: front-end/menu.file.php:6
|
29 |
+
#@ profilebuilder
|
30 |
+
msgid "Welcome to Profile Builder!"
|
31 |
+
msgstr "Welkom bij Profile Builder!"
|
32 |
+
|
33 |
+
#: front-end/menu.file.php:8
|
34 |
+
#@ profilebuilder
|
35 |
+
msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
|
36 |
+
msgstr " stelt je in staat je website aan te passen door een front-end menu voor alle gebruikers toe te voegen, waarmee ze op een flexibele manier hun gebruikersinformatie kunnen wijzigen of zich als nieuwe gebruiker kunnen registreren."
|
37 |
+
|
38 |
+
#: front-end/menu.file.php:9
|
39 |
+
#@ profilebuilder
|
40 |
+
msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
|
41 |
+
msgstr "Ook geeft het beheerders de mogelijkheid om velden aan te passen of nieuwe toe te voegen."
|
42 |
+
|
43 |
+
#: front-end/menu.file.php:10
|
44 |
+
#@ profilebuilder
|
45 |
+
msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
|
46 |
+
msgstr "Hiervoor voeg je een nieuwe pagina toe, en geef je deze een duidelijke naam (bijv. Profiel Bewerken)."
|
47 |
+
|
48 |
+
#: front-end/menu.file.php:11
|
49 |
+
#@ profilebuilder
|
50 |
+
msgid "Now all you need to do is add the following shortcode(for the previous example): "
|
51 |
+
msgstr "Nu hoef je alleen de volgende shortcode toe te voegen: "
|
52 |
+
|
53 |
+
#: front-end/menu.file.php:12
|
54 |
+
#@ profilebuilder
|
55 |
+
msgid "Publish your page and you are ready to go!"
|
56 |
+
msgstr "Publiceer je pagina en je kunt aan de slag!"
|
57 |
+
|
58 |
+
#: front-end/menu.file.php:13
|
59 |
+
#@ profilebuilder
|
60 |
+
msgid "You can use the following shortcodes:"
|
61 |
+
msgstr "Je kunt de volgende shortcodes gebruiken:"
|
62 |
+
|
63 |
+
#: front-end/menu.file.php:14
|
64 |
+
#@ profilebuilder
|
65 |
+
msgid "for a log-in form."
|
66 |
+
msgstr "voor een inlog formulier."
|
67 |
+
|
68 |
+
#: front-end/menu.file.php:15
|
69 |
+
#@ profilebuilder
|
70 |
+
msgid "to add a registration form."
|
71 |
+
msgstr "voor het toevoegen van een inschrijfformulier."
|
72 |
+
|
73 |
+
#: front-end/menu.file.php:16
|
74 |
+
#@ profilebuilder
|
75 |
+
msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
|
76 |
+
msgstr "om gebruikers front-end toegang tot persoonlijke info te geven (gebruiker moet ingelogd zijn)."
|
77 |
+
|
78 |
+
#: front-end/menu.file.php:19
|
79 |
+
#@ profilebuilder
|
80 |
+
msgid "Users with administrator rights have access to the following features:"
|
81 |
+
msgstr "Gebruikers met beheerdersrechten hebben toegang tot de volgende functies:"
|
82 |
+
|
83 |
+
#: front-end/menu.file.php:20
|
84 |
+
#@ profilebuilder
|
85 |
+
msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
|
86 |
+
msgstr "voeg een aangepaste stylesheet toe / neem de waarden van het huidige thema over of gebruik een van de volgende stijlen ingebouwd in deze plugin: standaard, wit of zwart."
|
87 |
+
|
88 |
+
#: front-end/menu.file.php:21
|
89 |
+
#@ profilebuilder
|
90 |
+
msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
|
91 |
+
msgstr "geef aan of de admin balk in de front-end getoond moet worden voor een specifieke gebruikersgroep."
|
92 |
+
|
93 |
+
#: front-end/menu.file.php:22
|
94 |
+
#@ profilebuilder
|
95 |
+
msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
|
96 |
+
msgstr "geef aan welke informatievelden de gebruikers kunnen zien / wijzigen. De waarden van verborgen velden blijven ongewijzigd."
|
97 |
+
|
98 |
+
#: front-end/menu.file.php:23
|
99 |
+
#@ profilebuilder
|
100 |
+
msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
|
101 |
+
msgstr "voeg velden toe aan de bestaande, waarbij gekozen kan worden uit de volgende typen: koptekst, tekst, textgebied, selectieveld, meerkeuzeveld, enkel keuzeveld en / of uploadveld."
|
102 |
+
|
103 |
+
#: front-end/menu.file.php:24
|
104 |
+
#@ profilebuilder
|
105 |
+
msgid "add an avatar field."
|
106 |
+
msgstr "voeg een avatar veld toe."
|
107 |
+
|
108 |
+
#: front-end/menu.file.php:27
|
109 |
+
#@ profilebuilder
|
110 |
+
msgid "NOTE:"
|
111 |
+
msgstr "LET OP:"
|
112 |
+
|
113 |
+
#: front-end/menu.file.php:28
|
114 |
+
#@ profilebuilder
|
115 |
+
msgid "this plugin only adds/removes fields in the front-end."
|
116 |
+
msgstr "deze plugin voegt slechts velden toe aan / verwijdert velden uit de front-end."
|
117 |
+
|
118 |
+
#: front-end/menu.file.php:29
|
119 |
+
#@ profilebuilder
|
120 |
+
msgid "The default information-fields will still be visible(and thus modifiable)"
|
121 |
+
msgstr "De standaard informatievelden zullen nog steeds zichtbaar (en dus aanpasbaar) zijn"
|
122 |
+
|
123 |
+
#: front-end/menu.file.php:30
|
124 |
+
#@ profilebuilder
|
125 |
+
msgid "from the back-end, while custom fields will only be visible in the front-end."
|
126 |
+
msgstr "in de back-end, terwijl de toegevoegde velden alleen zichtbaar zijn in de front-end."
|
127 |
+
|
128 |
+
#: front-end/menu.file.php:44
|
129 |
+
#: front-end/menu.file.php:45
|
130 |
+
#: front-end/options.php:58
|
131 |
+
#@ profilebuilder
|
132 |
+
msgid "Plugin Layout"
|
133 |
+
msgstr "Plugin Opmaak"
|
134 |
+
|
135 |
+
#: front-end/menu.file.php:46
|
136 |
+
#@ profilebuilder
|
137 |
+
msgid "Stylesheet used:"
|
138 |
+
msgstr "Gebruikte stylesheet:"
|
139 |
+
|
140 |
+
#: front-end/menu.file.php:48
|
141 |
+
#@ profilebuilder
|
142 |
+
msgid "Default"
|
143 |
+
msgstr "Standaard"
|
144 |
+
|
145 |
+
#: front-end/menu.file.php:53
|
146 |
+
#@ profilebuilder
|
147 |
+
msgid "White"
|
148 |
+
msgstr "Wit"
|
149 |
+
|
150 |
+
#: front-end/menu.file.php:54
|
151 |
+
#@ profilebuilder
|
152 |
+
msgid "Black"
|
153 |
+
msgstr "Zwart"
|
154 |
+
|
155 |
+
#: front-end/menu.file.php:58
|
156 |
+
#@ profilebuilder
|
157 |
+
msgid "None"
|
158 |
+
msgstr "Geen"
|
159 |
+
|
160 |
+
#: front-end/menu.file.php:63
|
161 |
+
#: front-end/menu.file.php:109
|
162 |
+
#: front-end/menu.file.php:320
|
163 |
+
#@ default
|
164 |
+
msgid "Save Changes"
|
165 |
+
msgstr "Wijzigingen Opslaan"
|
166 |
+
|
167 |
+
#: front-end/menu.file.php:81
|
168 |
+
#: front-end/menu.file.php:82
|
169 |
+
#@ profilebuilder
|
170 |
+
msgid "Show/Hide the Admin Bar on Front End"
|
171 |
+
msgstr "Toon / Verberg de Admin Balk in de Front-end"
|
172 |
+
|
173 |
+
#: front-end/menu.file.php:86
|
174 |
+
#@ profilebuilder
|
175 |
+
msgid "User-group"
|
176 |
+
msgstr "Gebruikersgroep"
|
177 |
+
|
178 |
+
#: front-end/menu.file.php:87
|
179 |
+
#: front-end/menu.file.php:133
|
180 |
+
#@ profilebuilder
|
181 |
+
msgid "Visibility"
|
182 |
+
msgstr "Zichtbaarheid"
|
183 |
+
|
184 |
+
#: front-end/menu.file.php:98
|
185 |
+
#: front-end/menu.file.php:148
|
186 |
+
#: front-end/menu.file.php:161
|
187 |
+
#: front-end/menu.file.php:174
|
188 |
+
#: front-end/menu.file.php:187
|
189 |
+
#: front-end/menu.file.php:200
|
190 |
+
#: front-end/menu.file.php:219
|
191 |
+
#: front-end/menu.file.php:232
|
192 |
+
#: front-end/menu.file.php:248
|
193 |
+
#: front-end/menu.file.php:261
|
194 |
+
#: front-end/menu.file.php:274
|
195 |
+
#: front-end/menu.file.php:293
|
196 |
+
#: front-end/menu.file.php:307
|
197 |
+
#@ profilebuilder
|
198 |
+
msgid "Show"
|
199 |
+
msgstr "Tonen"
|
200 |
+
|
201 |
+
#: front-end/menu.file.php:99
|
202 |
+
#: front-end/menu.file.php:149
|
203 |
+
#: front-end/menu.file.php:162
|
204 |
+
#: front-end/menu.file.php:175
|
205 |
+
#: front-end/menu.file.php:188
|
206 |
+
#: front-end/menu.file.php:201
|
207 |
+
#: front-end/menu.file.php:220
|
208 |
+
#: front-end/menu.file.php:233
|
209 |
+
#: front-end/menu.file.php:249
|
210 |
+
#: front-end/menu.file.php:262
|
211 |
+
#: front-end/menu.file.php:275
|
212 |
+
#: front-end/menu.file.php:294
|
213 |
+
#: front-end/menu.file.php:308
|
214 |
+
#@ profilebuilder
|
215 |
+
msgid "Hide"
|
216 |
+
msgstr "Verbergen"
|
217 |
+
|
218 |
+
#: front-end/menu.file.php:127
|
219 |
+
#: front-end/menu.file.php:128
|
220 |
+
#: front-end/options.php:60
|
221 |
+
#@ profilebuilder
|
222 |
+
msgid "Default Profile Fields"
|
223 |
+
msgstr "Standaard Profiel Velden"
|
224 |
+
|
225 |
+
#: front-end/menu.file.php:132
|
226 |
+
#@ profilebuilder
|
227 |
+
msgid "Input Field Name"
|
228 |
+
msgstr "Voer Veldnaam In"
|
229 |
+
|
230 |
+
#: front-end/menu.file.php:139
|
231 |
+
#@ profilebuilder
|
232 |
+
msgid "Name:"
|
233 |
+
msgstr "Naam:"
|
234 |
+
|
235 |
+
#: front-end/menu.file.php:145
|
236 |
+
#: front-end/wppb.edit.profile.php:678
|
237 |
+
#: front-end/wppb.login.php:118
|
238 |
+
#: front-end/wppb.register.php:460
|
239 |
+
#: front-end/wppb.register.php:624
|
240 |
+
#@ profilebuilder
|
241 |
+
msgid "Username"
|
242 |
+
msgstr "Gebruikersnaam"
|
243 |
+
|
244 |
+
#: front-end/menu.file.php:158
|
245 |
+
#: front-end/wppb.edit.profile.php:699
|
246 |
+
#: front-end/wppb.register.php:650
|
247 |
+
#@ profilebuilder
|
248 |
+
msgid "First Name"
|
249 |
+
msgstr "Voornaam"
|
250 |
+
|
251 |
+
#: front-end/menu.file.php:171
|
252 |
+
#: front-end/wppb.edit.profile.php:720
|
253 |
+
#: front-end/wppb.register.php:675
|
254 |
+
#@ profilebuilder
|
255 |
+
msgid "Last Name"
|
256 |
+
msgstr "Achternaam"
|
257 |
+
|
258 |
+
#: front-end/menu.file.php:184
|
259 |
+
#: front-end/wppb.edit.profile.php:741
|
260 |
+
#: front-end/wppb.register.php:700
|
261 |
+
#@ profilebuilder
|
262 |
+
msgid "Nickname"
|
263 |
+
msgstr "Bijnaam"
|
264 |
+
|
265 |
+
#: front-end/menu.file.php:197
|
266 |
+
#@ profilebuilder
|
267 |
+
msgid "Display name publicly as..."
|
268 |
+
msgstr "Toon naam publiekelijk als..."
|
269 |
+
|
270 |
+
#: front-end/menu.file.php:210
|
271 |
+
#@ profilebuilder
|
272 |
+
msgid "Contact Info:"
|
273 |
+
msgstr "Contact Informatie:"
|
274 |
+
|
275 |
+
#: front-end/menu.file.php:216
|
276 |
+
#: front-end/wppb.edit.profile.php:808
|
277 |
+
#: front-end/wppb.register.php:461
|
278 |
+
#: front-end/wppb.register.php:726
|
279 |
+
#@ profilebuilder
|
280 |
+
msgid "E-mail"
|
281 |
+
msgstr "E-mail"
|
282 |
+
|
283 |
+
#: front-end/menu.file.php:229
|
284 |
+
#: front-end/wppb.edit.profile.php:828
|
285 |
+
#: front-end/wppb.register.php:752
|
286 |
+
#@ profilebuilder
|
287 |
+
msgid "Website"
|
288 |
+
msgstr "Website"
|
289 |
+
|
290 |
+
#: front-end/menu.file.php:245
|
291 |
+
#: front-end/wppb.edit.profile.php:847
|
292 |
+
#: front-end/wppb.register.php:777
|
293 |
+
#@ profilebuilder
|
294 |
+
msgid "AIM"
|
295 |
+
msgstr "AIM"
|
296 |
+
|
297 |
+
#: front-end/menu.file.php:258
|
298 |
+
#: front-end/wppb.edit.profile.php:866
|
299 |
+
#: front-end/wppb.register.php:802
|
300 |
+
#@ profilebuilder
|
301 |
+
msgid "Yahoo IM"
|
302 |
+
msgstr "Yahoo IM"
|
303 |
+
|
304 |
+
#: front-end/menu.file.php:271
|
305 |
+
#: front-end/wppb.edit.profile.php:885
|
306 |
+
#: front-end/wppb.register.php:827
|
307 |
+
#@ profilebuilder
|
308 |
+
msgid "Jabber / Google Talk"
|
309 |
+
msgstr "Jabber / Google Talk"
|
310 |
+
|
311 |
+
#: front-end/menu.file.php:284
|
312 |
+
#@ profilebuilder
|
313 |
+
msgid "About Yourself:"
|
314 |
+
msgstr "Over Jezelf:"
|
315 |
+
|
316 |
+
#: front-end/menu.file.php:290
|
317 |
+
#: front-end/wppb.edit.profile.php:908
|
318 |
+
#: front-end/wppb.register.php:856
|
319 |
+
#@ profilebuilder
|
320 |
+
msgid "Biographical Info"
|
321 |
+
msgstr "Biografie"
|
322 |
+
|
323 |
+
#: front-end/menu.file.php:304
|
324 |
+
#: front-end/wppb.edit.profile.php:919
|
325 |
+
#@ profilebuilder
|
326 |
+
msgid "New Password"
|
327 |
+
msgstr "Nieuw Wachtwoord"
|
328 |
+
|
329 |
+
#: front-end/options.php:57
|
330 |
+
#@ profilebuilder
|
331 |
+
msgid "Basic Information"
|
332 |
+
msgstr "Basis Informatie"
|
333 |
+
|
334 |
+
#: front-end/options.php:59
|
335 |
+
#@ profilebuilder
|
336 |
+
msgid "Show/Hide the Admin Bar on Front-end"
|
337 |
+
msgstr "Toon / Verberg de Admin Balk"
|
338 |
+
|
339 |
+
#: front-end/options.php:66
|
340 |
+
#@ profilebuilder
|
341 |
+
msgid "Extra Profile Fields"
|
342 |
+
msgstr "Extra Profiel Velden"
|
343 |
+
|
344 |
+
#: front-end/options.php:72
|
345 |
+
#@ profilebuilder
|
346 |
+
msgid "Register Your Version"
|
347 |
+
msgstr "Registreer Je Versie"
|
348 |
+
|
349 |
+
#: front-end/wppb.edit.profile.php:552
|
350 |
+
#@ profilebuilder
|
351 |
+
msgid "You must be logged in to edit your profile."
|
352 |
+
msgstr "U moet ingelogd zijn om uw profiel te kunnen bewerken."
|
353 |
+
|
354 |
+
#: front-end/wppb.edit.profile.php:562
|
355 |
+
#@ profilebuilder
|
356 |
+
msgid "The avatar was successfully deleted."
|
357 |
+
msgstr "De avatar is succesvol verwijderd."
|
358 |
+
|
359 |
+
#: front-end/wppb.edit.profile.php:584
|
360 |
+
#@ profilebuilder
|
361 |
+
msgid "The changes have been successfully saved."
|
362 |
+
msgstr "De wijzigingen zijn succesvol opgeslagen."
|
363 |
+
|
364 |
+
#: front-end/wppb.edit.profile.php:591
|
365 |
+
#: front-end/wppb.edit.profile.php:601
|
366 |
+
#: front-end/wppb.edit.profile.php:611
|
367 |
+
#: front-end/wppb.edit.profile.php:620
|
368 |
+
#: front-end/wppb.edit.profile.php:646
|
369 |
+
#: front-end/wppb.edit.profile.php:654
|
370 |
+
#@ profilebuilder
|
371 |
+
msgid "NOT"
|
372 |
+
msgstr "NIET"
|
373 |
+
|
374 |
+
#: front-end/wppb.edit.profile.php:671
|
375 |
+
#: front-end/wppb.register.php:609
|
376 |
+
#@ profilebuilder
|
377 |
+
msgid "Name"
|
378 |
+
msgstr "Naam"
|
379 |
+
|
380 |
+
#: front-end/wppb.edit.profile.php:743
|
381 |
+
#: front-end/wppb.edit.profile.php:810
|
382 |
+
#: front-end/wppb.register.php:626
|
383 |
+
#: front-end/wppb.register.php:728
|
384 |
+
#@ profilebuilder
|
385 |
+
msgid "(required)"
|
386 |
+
msgstr "(verplicht)"
|
387 |
+
|
388 |
+
#: front-end/wppb.edit.profile.php:763
|
389 |
+
#@ profilebuilder
|
390 |
+
msgid "Display name publicly as"
|
391 |
+
msgstr "Naam publiekelijk tonen als"
|
392 |
+
|
393 |
+
#: front-end/wppb.edit.profile.php:790
|
394 |
+
#: front-end/wppb.register.php:707
|
395 |
+
#@ profilebuilder
|
396 |
+
msgid "Contact Info"
|
397 |
+
msgstr "Contact Informatie"
|
398 |
+
|
399 |
+
#: front-end/wppb.edit.profile.php:892
|
400 |
+
#: front-end/wppb.register.php:834
|
401 |
+
#@ profilebuilder
|
402 |
+
msgid "About Yourself"
|
403 |
+
msgstr "Over Jezelf"
|
404 |
+
|
405 |
+
#: front-end/wppb.edit.profile.php:924
|
406 |
+
#: front-end/wppb.recover.password.php:281
|
407 |
+
#: front-end/wppb.recover.password.php:312
|
408 |
+
#: front-end/wppb.register.php:882
|
409 |
+
#@ profilebuilder
|
410 |
+
msgid "Repeat Password"
|
411 |
+
msgstr "Herhaal Wachtwoord"
|
412 |
+
|
413 |
+
#: front-end/wppb.edit.profile.php:941
|
414 |
+
#@ profilebuilder
|
415 |
+
msgid "Update"
|
416 |
+
msgstr "Bijwerken"
|
417 |
+
|
418 |
+
#: front-end/wppb.login.php:54
|
419 |
+
#@ profilebuilder
|
420 |
+
msgid "Log out of this account"
|
421 |
+
msgstr "Gebruiker uitloggen"
|
422 |
+
|
423 |
+
#: front-end/wppb.login.php:128
|
424 |
+
#: front-end/wppb.recover.password.php:276
|
425 |
+
#: front-end/wppb.recover.password.php:307
|
426 |
+
#: front-end/wppb.register.php:877
|
427 |
+
#@ profilebuilder
|
428 |
+
msgid "Password"
|
429 |
+
msgstr "Wachtwoord"
|
430 |
+
|
431 |
+
#: front-end/wppb.login.php:132
|
432 |
+
#@ profilebuilder
|
433 |
+
msgid "Log in"
|
434 |
+
msgstr "Inloggen"
|
435 |
+
|
436 |
+
#: front-end/wppb.login.php:136
|
437 |
+
#@ profilebuilder
|
438 |
+
msgid "Remember me"
|
439 |
+
msgstr "Onthoud gegevens"
|
440 |
+
|
441 |
+
#: front-end/wppb.login.php:146
|
442 |
+
#@ profilebuilder
|
443 |
+
msgid "Lost password?"
|
444 |
+
msgstr "Wachtwoord vergeten?"
|
445 |
+
|
446 |
+
#: front-end/wppb.register.php:297
|
447 |
+
#@ profilebuilder
|
448 |
+
msgid "A username is required for registration."
|
449 |
+
msgstr "Een gebruikersnaam is vereist voor registratie."
|
450 |
+
|
451 |
+
#: front-end/wppb.register.php:299
|
452 |
+
#@ profilebuilder
|
453 |
+
msgid "Sorry, that username already exists!"
|
454 |
+
msgstr "Sorry, die gebruikersnaam bestaat al!"
|
455 |
+
|
456 |
+
#: front-end/wppb.register.php:301
|
457 |
+
#@ profilebuilder
|
458 |
+
msgid "You must enter a valid email address."
|
459 |
+
msgstr "U moet een geldig e-mail adres invullen."
|
460 |
+
|
461 |
+
#: front-end/wppb.register.php:303
|
462 |
+
#@ profilebuilder
|
463 |
+
msgid "Sorry, that email address is already used!"
|
464 |
+
msgstr "Sorry, dat e-mail adres is al in gebruik!"
|
465 |
+
|
466 |
+
#: front-end/wppb.register.php:306
|
467 |
+
#@ profilebuilder
|
468 |
+
msgid "You didn't complete one of the password-fields!"
|
469 |
+
msgstr "Je hebt een van de wachtwoord-velden niet volledig ingevuld!"
|
470 |
+
|
471 |
+
#: front-end/wppb.recover.password.php:243
|
472 |
+
#: front-end/wppb.register.php:308
|
473 |
+
#@ profilebuilder
|
474 |
+
msgid "The entered passwords don't match!"
|
475 |
+
msgstr "De ingevoerde wachtwoorden komen niet overeen!"
|
476 |
+
|
477 |
+
#: front-end/wppb.register.php:586
|
478 |
+
#@ profilebuilder
|
479 |
+
msgid "Users can register themselves or you can manually create users here."
|
480 |
+
msgstr "Gebruikers kunnen zich registreren of je kunt hier handmatig gebruikers aanmaken."
|
481 |
+
|
482 |
+
#: front-end/wppb.register.php:591
|
483 |
+
#@ profilebuilder
|
484 |
+
msgid "Users cannot currently register themselves, but you can manually create users here."
|
485 |
+
msgstr "Gebruikers kunnen zich op dit moment niet registreren, maar je kunt hier wel handmatig gebruikers aanmaken."
|
486 |
+
|
487 |
+
#: front-end/wppb.register.php:596
|
488 |
+
#@ profilebuilder
|
489 |
+
msgid "Only an administrator can add new users."
|
490 |
+
msgstr "Alleen een beheerder kan nieuwe gebruikers toevoegen."
|
491 |
+
|
492 |
+
#: front-end/wppb.register.php:910
|
493 |
+
#@ profilebuilder
|
494 |
+
msgid "Add User"
|
495 |
+
msgstr "Gebruiker Toevoegen"
|
496 |
+
|
497 |
+
#: front-end/wppb.register.php:910
|
498 |
+
#@ profilebuilder
|
499 |
+
msgid "Register"
|
500 |
+
msgstr "Registreren"
|
501 |
+
|
502 |
+
#: front-end/options.php:69
|
503 |
+
#@ profilebuilder
|
504 |
+
msgid "Addons"
|
505 |
+
msgstr "Addons"
|
506 |
+
|
507 |
+
#: front-end/menu.file.php:17
|
508 |
+
#@ profilebuilder
|
509 |
+
msgid "to add a password recovery form."
|
510 |
+
msgstr "om formulier toe te voegen om wachtwoord te achterhalen."
|
511 |
+
|
512 |
+
#: front-end/menu.file.php:134
|
513 |
+
#@ profilebuilder
|
514 |
+
msgid "Required"
|
515 |
+
msgstr "Verplicht"
|
516 |
+
|
517 |
+
#: front-end/menu.file.php:152
|
518 |
+
#: front-end/menu.file.php:165
|
519 |
+
#: front-end/menu.file.php:178
|
520 |
+
#: front-end/menu.file.php:191
|
521 |
+
#: front-end/menu.file.php:204
|
522 |
+
#: front-end/menu.file.php:223
|
523 |
+
#: front-end/menu.file.php:236
|
524 |
+
#: front-end/menu.file.php:252
|
525 |
+
#: front-end/menu.file.php:265
|
526 |
+
#: front-end/menu.file.php:278
|
527 |
+
#: front-end/menu.file.php:297
|
528 |
+
#: front-end/menu.file.php:311
|
529 |
+
#@ profilebuilder
|
530 |
+
msgid "Yes"
|
531 |
+
msgstr "Ja"
|
532 |
+
|
533 |
+
#: front-end/menu.file.php:153
|
534 |
+
#: front-end/menu.file.php:166
|
535 |
+
#: front-end/menu.file.php:179
|
536 |
+
#: front-end/menu.file.php:192
|
537 |
+
#: front-end/menu.file.php:205
|
538 |
+
#: front-end/menu.file.php:224
|
539 |
+
#: front-end/menu.file.php:237
|
540 |
+
#: front-end/menu.file.php:253
|
541 |
+
#: front-end/menu.file.php:266
|
542 |
+
#: front-end/menu.file.php:279
|
543 |
+
#: front-end/menu.file.php:298
|
544 |
+
#: front-end/menu.file.php:312
|
545 |
+
#@ profilebuilder
|
546 |
+
msgid "No"
|
547 |
+
msgstr "Nee"
|
548 |
+
|
549 |
+
#: front-end/wppb.edit.profile.php:85
|
550 |
+
#: front-end/wppb.register.php:41
|
551 |
+
#@ profilebuilder
|
552 |
+
msgid "The information size you were trying to submit was larger than"
|
553 |
+
msgstr "De omvang van gegevens die u probeert te versturen was groter dan"
|
554 |
+
|
555 |
+
#: front-end/wppb.edit.profile.php:86
|
556 |
+
#: front-end/wppb.register.php:42
|
557 |
+
#@ profilebuilder
|
558 |
+
msgid "This is usually caused by a large file(s) trying to be uploaded."
|
559 |
+
msgstr "Dit gebeurt meestal omdat u een te groot bestand probeert te uploaden."
|
560 |
+
|
561 |
+
#: front-end/wppb.edit.profile.php:87
|
562 |
+
#: front-end/wppb.register.php:43
|
563 |
+
#@ profilebuilder
|
564 |
+
msgid "Since it was also larger than"
|
565 |
+
msgstr "Omdat het ook groter was dan"
|
566 |
+
|
567 |
+
#: front-end/wppb.edit.profile.php:87
|
568 |
+
#: front-end/wppb.register.php:43
|
569 |
+
#@ profilebuilder
|
570 |
+
msgid "no additional information is available."
|
571 |
+
msgstr "geen extra informatie beschikbaar."
|
572 |
+
|
573 |
+
#: front-end/wppb.edit.profile.php:569
|
574 |
+
#@ profilebuilder
|
575 |
+
msgid "The attachment"
|
576 |
+
msgstr "De bijlage"
|
577 |
+
|
578 |
+
#: front-end/wppb.edit.profile.php:569
|
579 |
+
#@ profilebuilder
|
580 |
+
msgid "was successfully deleted."
|
581 |
+
msgstr "is succesvol verwijderd."
|
582 |
+
|
583 |
+
#: front-end/wppb.edit.profile.php:591
|
584 |
+
#@ profilebuilder
|
585 |
+
msgid "The email address you entered is already registered to a different user."
|
586 |
+
msgstr "Het ingetoetste e-mail adres is al geregistreerd bij een andere gebruiker."
|
587 |
+
|
588 |
+
#: front-end/wppb.edit.profile.php:591
|
589 |
+
#: front-end/wppb.edit.profile.php:601
|
590 |
+
#@ profilebuilder
|
591 |
+
msgid "The email address was"
|
592 |
+
msgstr "E-mail adres was"
|
593 |
+
|
594 |
+
#: front-end/wppb.edit.profile.php:591
|
595 |
+
#: front-end/wppb.edit.profile.php:601
|
596 |
+
#: front-end/wppb.edit.profile.php:611
|
597 |
+
#: front-end/wppb.edit.profile.php:620
|
598 |
+
#: front-end/wppb.edit.profile.php:646
|
599 |
+
#: front-end/wppb.edit.profile.php:654
|
600 |
+
#@ profilebuilder
|
601 |
+
msgid "updated along with the rest of the information."
|
602 |
+
msgstr "ge-update samen met de rest van de gegevens."
|
603 |
+
|
604 |
+
#: front-end/wppb.edit.profile.php:601
|
605 |
+
#@ profilebuilder
|
606 |
+
msgid "The email address you entered is invalid."
|
607 |
+
msgstr "Het ingetoetste e-mail adres is ongeldig."
|
608 |
+
|
609 |
+
#: front-end/wppb.edit.profile.php:611
|
610 |
+
#@ profilebuilder
|
611 |
+
msgid "The passwords you entered do not match."
|
612 |
+
msgstr "De ingetoetste wachtwoorden zijn niet gelijk."
|
613 |
+
|
614 |
+
#: front-end/wppb.edit.profile.php:611
|
615 |
+
#: front-end/wppb.edit.profile.php:620
|
616 |
+
#@ profilebuilder
|
617 |
+
msgid "The password was"
|
618 |
+
msgstr "Wachtwoord was"
|
619 |
+
|
620 |
+
#: front-end/wppb.edit.profile.php:620
|
621 |
+
#@ profilebuilder
|
622 |
+
msgid "You didn't complete both password fields."
|
623 |
+
msgstr "U heeft beide wachtwoord velden niet ingevuld."
|
624 |
+
|
625 |
+
#: front-end/wppb.edit.profile.php:627
|
626 |
+
#@ profilebuilder
|
627 |
+
msgid "Your profile was NOT updated!"
|
628 |
+
msgstr "Uw profiel is NIET ge-update!"
|
629 |
+
|
630 |
+
#: front-end/wppb.edit.profile.php:636
|
631 |
+
#@ profilebuilder
|
632 |
+
msgid "There was an error while trying to upload the following attachments:"
|
633 |
+
msgstr "Foutmelding tijdens het uploaden van de volgende attachments:"
|
634 |
+
|
635 |
+
#: front-end/wppb.edit.profile.php:646
|
636 |
+
#@ profilebuilder
|
637 |
+
msgid "Possible cause: the size was bigger than"
|
638 |
+
msgstr "Mogelijke oorzaak: de grootte was groter dan"
|
639 |
+
|
640 |
+
#: front-end/wppb.edit.profile.php:646
|
641 |
+
#@ profilebuilder
|
642 |
+
msgid "The listed attachements were"
|
643 |
+
msgstr "De vermelde attachments waren"
|
644 |
+
|
645 |
+
#: front-end/wppb.edit.profile.php:654
|
646 |
+
#@ profilebuilder
|
647 |
+
msgid "There was an error while trying to upload your avatar picture."
|
648 |
+
msgstr "Foutmelding tijdens het uploaden van uw avatar afbeelding."
|
649 |
+
|
650 |
+
#: front-end/wppb.edit.profile.php:654
|
651 |
+
#@ profilebuilder
|
652 |
+
msgid "Possible cause: size/incorrect file-type."
|
653 |
+
msgstr "Mogelijke oorzaak: grootte/verkeerd bestand-type."
|
654 |
+
|
655 |
+
#: front-end/wppb.edit.profile.php:654
|
656 |
+
#@ profilebuilder
|
657 |
+
msgid "The avatar was"
|
658 |
+
msgstr "De avatar is"
|
659 |
+
|
660 |
+
#: front-end/wppb.edit.profile.php:679
|
661 |
+
#@ profilebuilder
|
662 |
+
msgid "Usernames cannot be changed."
|
663 |
+
msgstr "Gebruikersnaam kan niet gewijzigd worden."
|
664 |
+
|
665 |
+
#: front-end/wppb.login.php:53
|
666 |
+
#@ profilebuilder
|
667 |
+
msgid "You are currently logged in as"
|
668 |
+
msgstr "U bent momenteel ingelogd als"
|
669 |
+
|
670 |
+
#: front-end/wppb.login.php:54
|
671 |
+
#@ profilebuilder
|
672 |
+
msgid "Log out"
|
673 |
+
msgstr "Uitloggen"
|
674 |
+
|
675 |
+
#: front-end/wppb.login.php:73
|
676 |
+
#@ profilebuilder
|
677 |
+
msgid "You have successfully logged in as"
|
678 |
+
msgstr "U bent succesvol ingelogd als"
|
679 |
+
|
680 |
+
#: front-end/wppb.login.php:100
|
681 |
+
#@ profilebuilder
|
682 |
+
msgid "You will soon be redirected automatically. If you see this page for more than 1 second, please click"
|
683 |
+
msgstr "U wordt automatisch doorgestuurd. Als u deze pagina meer dan 1 seconde ziet, klik svp op"
|
684 |
+
|
685 |
+
#: front-end/wppb.login.php:100
|
686 |
+
#@ profilebuilder
|
687 |
+
msgid "here"
|
688 |
+
msgstr "hier"
|
689 |
+
|
690 |
+
#: front-end/wppb.login.php:108
|
691 |
+
#: front-end/wppb.recover.password.php:327
|
692 |
+
#@ profilebuilder
|
693 |
+
msgid "ERROR:"
|
694 |
+
msgstr "FOUT:"
|
695 |
+
|
696 |
+
#: front-end/wppb.login.php:108
|
697 |
+
#@ profilebuilder
|
698 |
+
msgid "The username field is empty"
|
699 |
+
msgstr "Veld voor gebruikersnaam is leeg"
|
700 |
+
|
701 |
+
#: front-end/wppb.recover.password.php:108
|
702 |
+
#: front-end/wppb.recover.password.php:153
|
703 |
+
#@ profilebuilder
|
704 |
+
msgid "A password reset email has been sent to "
|
705 |
+
msgstr "E-mail over wachtwoord resetten is gestuurd naar"
|
706 |
+
|
707 |
+
#: front-end/wppb.recover.password.php:108
|
708 |
+
#: front-end/wppb.recover.password.php:153
|
709 |
+
#@ profilebuilder
|
710 |
+
msgid "Following the link sent in the email address will reset the password."
|
711 |
+
msgstr "Via de link in de gestuurde e-mail wordt uw wachtwoord ge-reset."
|
712 |
+
|
713 |
+
#: front-end/wppb.recover.password.php:120
|
714 |
+
#: front-end/wppb.recover.password.php:165
|
715 |
+
#@ profilebuilder
|
716 |
+
msgid "Someone requested that the password be reset for the following account: "
|
717 |
+
msgstr "Iemand heeft gevraagd om wachtwoord te resetten voor account:"
|
718 |
+
|
719 |
+
#: front-end/wppb.recover.password.php:122
|
720 |
+
#: front-end/wppb.recover.password.php:167
|
721 |
+
#@ profilebuilder
|
722 |
+
msgid "If this was a mistake, just ignore this email and nothing will happen."
|
723 |
+
msgstr "Als dit een fout was, kunt u deze e-mail negeren. Er zal niets gebeuren."
|
724 |
+
|
725 |
+
#: front-end/wppb.recover.password.php:123
|
726 |
+
#: front-end/wppb.recover.password.php:168
|
727 |
+
#@ profilebuilder
|
728 |
+
msgid "To reset your password, visit the following link:"
|
729 |
+
msgstr "Om uw wachtwoord te resetten, ga naar de link:"
|
730 |
+
|
731 |
+
#: front-end/wppb.recover.password.php:127
|
732 |
+
#: front-end/wppb.recover.password.php:172
|
733 |
+
#@ profilebuilder
|
734 |
+
msgid "Password Reset Feature from"
|
735 |
+
msgstr "Functie om wachtwoord te resetten van"
|
736 |
+
|
737 |
+
#: front-end/wppb.recover.password.php:136
|
738 |
+
#: front-end/wppb.recover.password.php:181
|
739 |
+
#@ profilebuilder
|
740 |
+
msgid "ERROR"
|
741 |
+
msgstr "FOUT"
|
742 |
+
|
743 |
+
#: front-end/wppb.recover.password.php:136
|
744 |
+
#: front-end/wppb.recover.password.php:181
|
745 |
+
#@ profilebuilder
|
746 |
+
msgid "There was an error while trying to send the activation link to "
|
747 |
+
msgstr "Foutmelding opgetreden tijdens verzenden van activatie link naar "
|
748 |
+
|
749 |
+
#: front-end/wppb.recover.password.php:146
|
750 |
+
#@ profilebuilder
|
751 |
+
msgid "The email address entered wasn't found in the database!"
|
752 |
+
msgstr "Het ingetoetste e-mail adres is niet in de database gevonden!"
|
753 |
+
|
754 |
+
#: front-end/wppb.recover.password.php:146
|
755 |
+
#@ profilebuilder
|
756 |
+
msgid "Please check that you entered the correct email address."
|
757 |
+
msgstr "Check svp of u het juiste e-mail adres heeft ingetoetst."
|
758 |
+
|
759 |
+
#: front-end/wppb.recover.password.php:188
|
760 |
+
#@ profilebuilder
|
761 |
+
msgid "The username entered wasn't found in the database!"
|
762 |
+
msgstr "De ingetoetste gebruikersnaam is niet in de database gevonden!"
|
763 |
+
|
764 |
+
#: front-end/wppb.recover.password.php:188
|
765 |
+
#@ profilebuilder
|
766 |
+
msgid "Please check that you entered the correct username."
|
767 |
+
msgstr "Check svp of u de juiste gebuikersnaam heeft ingetoetst."
|
768 |
+
|
769 |
+
#: front-end/wppb.recover.password.php:199
|
770 |
+
#@ profilebuilder
|
771 |
+
msgid "Your password has been successfully changed!"
|
772 |
+
msgstr "Uw wachtwoord is succesvol gewijzigd!"
|
773 |
+
|
774 |
+
#: front-end/wppb.recover.password.php:210
|
775 |
+
#@ profilebuilder
|
776 |
+
msgid "You have successfully reset your password,"
|
777 |
+
msgstr "U heeft uw wachtwoord succesvol ge-reset"
|
778 |
+
|
779 |
+
#: front-end/wppb.recover.password.php:214
|
780 |
+
#: front-end/wppb.recover.password.php:228
|
781 |
+
#@ profilebuilder
|
782 |
+
msgid "Password Successfully Reset for"
|
783 |
+
msgstr "Wachtwoord is succesvol ge-reset voor"
|
784 |
+
|
785 |
+
#: front-end/wppb.recover.password.php:214
|
786 |
+
#: front-end/wppb.recover.password.php:228
|
787 |
+
#@ profilebuilder
|
788 |
+
msgid "from"
|
789 |
+
msgstr "van"
|
790 |
+
|
791 |
+
#: front-end/wppb.recover.password.php:224
|
792 |
+
#@ default
|
793 |
+
msgid "has requested a password change via the password reset feature."
|
794 |
+
msgstr ""
|
795 |
+
|
796 |
+
#: front-end/wppb.recover.password.php:225
|
797 |
+
#@ profilebuilder
|
798 |
+
msgid "His/her new password is:"
|
799 |
+
msgstr "Zijn/haar nieuwe wachtwoord is:"
|
800 |
+
|
801 |
+
#: front-end/wppb.recover.password.php:288
|
802 |
+
#: front-end/wppb.recover.password.php:319
|
803 |
+
#@ profilebuilder
|
804 |
+
msgid "Reset Password"
|
805 |
+
msgstr "Reset wachtwoord"
|
806 |
+
|
807 |
+
#: front-end/wppb.recover.password.php:327
|
808 |
+
#@ profilebuilder
|
809 |
+
msgid "Invalid key!"
|
810 |
+
msgstr "Ongeldige sleutel!"
|
811 |
+
|
812 |
+
#: front-end/wppb.recover.password.php:341
|
813 |
+
#@ profilebuilder
|
814 |
+
msgid "Please enter your username or email address."
|
815 |
+
msgstr "Svp uw gebruikersnaam of e-mail adres intypen."
|
816 |
+
|
817 |
+
#: front-end/wppb.recover.password.php:341
|
818 |
+
#@ profilebuilder
|
819 |
+
msgid "You will receive a link to create a new password via email."
|
820 |
+
msgstr "U zult een e-mail ontvangen om nieuw wachtwoord aan te maken."
|
821 |
+
|
822 |
+
#: front-end/wppb.recover.password.php:350
|
823 |
+
#@ profilebuilder
|
824 |
+
msgid "Username or E-mail"
|
825 |
+
msgstr "Gebruikersnaam of e-mail adres"
|
826 |
+
|
827 |
+
#: front-end/wppb.recover.password.php:359
|
828 |
+
#@ profilebuilder
|
829 |
+
msgid "Get New Password"
|
830 |
+
msgstr "Nieuw wachtwoord"
|
831 |
+
|
832 |
+
#: front-end/wppb.register.php:44
|
833 |
+
#@ profilebuilder
|
834 |
+
msgid "The user was NOT created!"
|
835 |
+
msgstr "Gebruikers is NIET aangemaakt!"
|
836 |
+
|
837 |
+
#: front-end/wppb.register.php:311
|
838 |
+
#@ profilebuilder
|
839 |
+
msgid "You must agree to the terms and conditions before registering!"
|
840 |
+
msgstr "U moet akkoord gaan met de voorwaarden voordat u registreert!"
|
841 |
+
|
842 |
+
#: front-end/wppb.register.php:313
|
843 |
+
#@ profilebuilder
|
844 |
+
msgid "The account was NOT created!"
|
845 |
+
msgstr "Account is NIET aangemaakt!"
|
846 |
+
|
847 |
+
#: front-end/wppb.register.php:313
|
848 |
+
#@ profilebuilder
|
849 |
+
msgid "(Several required fields were left uncompleted)"
|
850 |
+
msgstr "(Diverse verplichte velden zijn onvolledig ingevuld)"
|
851 |
+
|
852 |
+
#: front-end/wppb.register.php:459
|
853 |
+
#@ profilebuilder
|
854 |
+
msgid "New subscriber on"
|
855 |
+
msgstr "Nieuwe abonee op"
|
856 |
+
|
857 |
+
#: front-end/wppb.register.php:464
|
858 |
+
#@ default
|
859 |
+
msgid "A new subscriber has (been) registered!"
|
860 |
+
msgstr ""
|
861 |
+
|
862 |
+
#: front-end/wppb.register.php:508
|
863 |
+
#@ profilebuilder
|
864 |
+
msgid "You are logged in as"
|
865 |
+
msgstr "U bent ingelogd als"
|
866 |
+
|
867 |
+
#: front-end/wppb.register.php:508
|
868 |
+
#@ profilebuilder
|
869 |
+
msgid "You don't need another account."
|
870 |
+
msgstr "U heeft geen ander account nodig"
|
871 |
+
|
872 |
+
#: front-end/wppb.register.php:508
|
873 |
+
#@ profilebuilder
|
874 |
+
msgid "Log out of this account."
|
875 |
+
msgstr "Uitloggen van dit account"
|
876 |
+
|
877 |
+
#: front-end/wppb.register.php:508
|
878 |
+
#@ profilebuilder
|
879 |
+
msgid "Logout"
|
880 |
+
msgstr "Uitloggen"
|
881 |
+
|
882 |
+
#: front-end/wppb.register.php:515
|
883 |
+
#@ profilebuilder
|
884 |
+
msgid "A user account has been created for"
|
885 |
+
msgstr "Gebruikers account is gemaakt voor"
|
886 |
+
|
887 |
+
#: front-end/wppb.register.php:540
|
888 |
+
#@ profilebuilder
|
889 |
+
msgid "Thank you for registering"
|
890 |
+
msgstr "Bedankt voor registreren"
|
891 |
+
|
892 |
+
#: front-end/wppb.register.php:567
|
893 |
+
#@ profilebuilder
|
894 |
+
msgid "An error occured while trying to send the notification email."
|
895 |
+
msgstr "Fout opgetreden tijdens verzenden van notificatie e-mail."
|
896 |
+
|
897 |
+
#: front-end/wppb.register.php:571
|
898 |
+
#@ profilebuilder
|
899 |
+
msgid "An email containing the username and password was successfully sent."
|
900 |
+
msgstr "Een e-mail met gebruikersnaam en wachtwoord is succesvol verzonden."
|
901 |
+
|
902 |
+
#: front-end/wppb.register.php:902
|
903 |
+
#@ profilebuilder
|
904 |
+
msgid "Send these credentials via email."
|
905 |
+
msgstr "Verstuur deze gegevens via e-mail."
|
906 |
+
|
translation/profilebuilder-pl_PL.mo
CHANGED
Binary file
|
translation/profilebuilder-pl_PL.po
CHANGED
@@ -1,841 +1,509 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: Profile Builder
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: \n"
|
6 |
-
"PO-Revision-Date: 2011-12-
|
7 |
-
"Last-Translator:
|
8 |
-
"Language-Team:
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"
|
13 |
-
"X-Poedit-
|
14 |
-
"X-Poedit-
|
15 |
-
"X-Poedit-
|
16 |
-
"X-Poedit-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
#@ profilebuilder
|
22 |
-
#: front-end/menu.file.php:5
|
23 |
-
#: front-end/menu.file.php:8
|
24 |
msgid "Profile Builder"
|
25 |
-
msgstr "Profile Builder"
|
26 |
|
27 |
-
|
28 |
-
#: front-end/menu.file.php:6
|
29 |
msgid "Welcome to Profile Builder!"
|
30 |
-
msgstr "
|
31 |
|
32 |
-
|
33 |
-
#: front-end/menu.file.php:8
|
34 |
msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
|
35 |
-
msgstr "
|
36 |
|
37 |
-
|
38 |
-
#: front-end/menu.file.php:9
|
39 |
msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
|
40 |
-
msgstr "
|
41 |
|
42 |
-
|
43 |
-
#: front-end/menu.file.php:10
|
44 |
msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
|
45 |
-
msgstr "Aby to
|
46 |
|
47 |
-
|
48 |
-
#: front-end/menu.file.php:11
|
49 |
msgid "Now all you need to do is add the following shortcode(for the previous example): "
|
50 |
-
msgstr "Teraz wszystko co musisz
|
51 |
|
52 |
-
|
53 |
-
#: front-end/menu.file.php:12
|
54 |
msgid "Publish your page and you are ready to go!"
|
55 |
-
msgstr "Opublikuj
|
56 |
|
57 |
-
|
58 |
-
#: front-end/menu.file.php:13
|
59 |
msgid "You can use the following shortcodes:"
|
60 |
-
msgstr "Możesz użyć
|
61 |
|
62 |
-
|
63 |
-
#: front-end/menu.file.php:14
|
64 |
msgid "for a log-in form."
|
65 |
-
msgstr "dla
|
66 |
|
67 |
-
|
68 |
-
#: front-end/menu.file.php:15
|
69 |
msgid "to add a registration form."
|
70 |
-
msgstr "
|
71 |
|
72 |
-
|
73 |
-
#: front-end/menu.file.php:16
|
74 |
msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
|
75 |
-
msgstr "aby
|
76 |
|
77 |
-
|
78 |
-
#: front-end/menu.file.php:18
|
79 |
msgid "Users with administrator rights have access to the following features:"
|
80 |
-
msgstr "Użytkownicy z
|
81 |
|
82 |
-
|
83 |
-
#: front-end/menu.file.php:19
|
84 |
msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
|
85 |
-
msgstr "
|
86 |
|
87 |
-
|
88 |
-
#: front-end/menu.file.php:20
|
89 |
msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
|
90 |
-
msgstr "
|
91 |
|
92 |
-
|
93 |
-
#: front-end/menu.file.php:21
|
94 |
msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
|
95 |
-
msgstr "
|
96 |
|
97 |
-
|
98 |
-
#: front-end/menu.file.php:22
|
99 |
msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
|
100 |
-
msgstr "
|
101 |
|
102 |
-
|
103 |
-
#: front-end/menu.file.php:23
|
104 |
msgid "add an avatar field."
|
105 |
-
msgstr "
|
106 |
|
107 |
-
|
108 |
-
#: front-end/menu.file.php:26
|
109 |
msgid "NOTE:"
|
110 |
-
msgstr "
|
111 |
|
112 |
-
|
113 |
-
#: front-end/menu.file.php:27
|
114 |
msgid "this plugin only adds/removes fields in the front-end."
|
115 |
-
msgstr "
|
116 |
|
117 |
-
|
118 |
-
#: front-end/menu.file.php:28
|
119 |
msgid "The default information-fields will still be visible(and thus modifiable)"
|
120 |
-
msgstr "Domyślne pola
|
121 |
|
122 |
-
|
123 |
-
#: front-end/menu.file.php:29
|
124 |
msgid "from the back-end, while custom fields will only be visible in the front-end."
|
125 |
-
msgstr "z panelu
|
126 |
|
127 |
-
|
128 |
-
#: front-end/menu.file.php:
|
129 |
-
#: front-end/
|
130 |
-
#: front-end/options.php:58
|
131 |
msgid "Plugin Layout"
|
132 |
-
msgstr "
|
133 |
|
134 |
-
|
135 |
-
#: front-end/menu.file.php:50
|
136 |
msgid "Stylesheet used:"
|
137 |
-
msgstr "
|
138 |
|
139 |
-
|
140 |
-
#: front-end/menu.file.php:53
|
141 |
msgid "Default"
|
142 |
-
msgstr "
|
143 |
|
144 |
-
|
145 |
-
#: front-end/menu.file.php:58
|
146 |
msgid "White"
|
147 |
msgstr "Biały"
|
148 |
|
149 |
-
|
150 |
-
#: front-end/menu.file.php:59
|
151 |
msgid "Black"
|
152 |
msgstr "Czarny"
|
153 |
|
154 |
-
|
155 |
-
#: front-end/menu.file.php:63
|
156 |
msgid "None"
|
157 |
-
msgstr "
|
158 |
|
159 |
-
|
160 |
-
#: front-end/menu.file.php:
|
161 |
-
#: front-end/menu.file.php:
|
162 |
-
#: front-end/menu.file.php:287
|
163 |
-
#: premium/premium.php:177
|
164 |
msgid "Save Changes"
|
165 |
-
msgstr "
|
166 |
|
167 |
-
|
168 |
-
#: front-end/menu.file.php:
|
169 |
-
#: front-end/menu.file.php:91
|
170 |
msgid "Show/Hide the Admin Bar on Front End"
|
171 |
-
msgstr "Pokaż/ukryj pasek
|
172 |
|
173 |
-
|
174 |
-
#: front-end/menu.file.php:95
|
175 |
msgid "User-group"
|
176 |
msgstr "Grupa użytkowników"
|
177 |
|
178 |
-
|
179 |
-
#: front-end/menu.file.php:
|
180 |
-
#: front-end/menu.file.php:143
|
181 |
msgid "Visibility"
|
182 |
msgstr "Widoczność"
|
183 |
|
184 |
-
|
185 |
-
#: front-end/menu.file.php:
|
186 |
-
#: front-end/menu.file.php:
|
187 |
-
#: front-end/menu.file.php:
|
188 |
-
#: front-end/menu.file.php:
|
189 |
-
#: front-end/menu.file.php:
|
190 |
-
#: front-end/menu.file.php:
|
191 |
-
#: front-end/menu.file.php:
|
192 |
-
#: front-end/menu.file.php:
|
193 |
-
#: front-end/menu.file.php:
|
194 |
-
#: front-end/menu.file.php:
|
195 |
-
#: front-end/menu.file.php:
|
196 |
-
#: front-end/menu.file.php:
|
197 |
-
#: front-end/menu.file.php:278
|
198 |
msgid "Show"
|
199 |
msgstr "Pokaż"
|
200 |
|
201 |
-
|
202 |
-
#: front-end/menu.file.php:
|
203 |
-
#: front-end/menu.file.php:
|
204 |
-
#: front-end/menu.file.php:
|
205 |
-
#: front-end/menu.file.php:
|
206 |
-
#: front-end/menu.file.php:
|
207 |
-
#: front-end/menu.file.php:
|
208 |
-
#: front-end/menu.file.php:
|
209 |
-
#: front-end/menu.file.php:
|
210 |
-
#: front-end/menu.file.php:
|
211 |
-
#: front-end/menu.file.php:
|
212 |
-
#: front-end/menu.file.php:
|
213 |
-
#: front-end/menu.file.php:
|
214 |
-
#: front-end/menu.file.php:279
|
215 |
msgid "Hide"
|
216 |
-
msgstr "
|
217 |
|
218 |
-
|
219 |
-
#: front-end/menu.file.php:
|
220 |
-
#: front-end/
|
221 |
-
#: front-end/options.php:60
|
222 |
msgid "Default Profile Fields"
|
223 |
msgstr "Domyślne pola profilu"
|
224 |
|
225 |
-
|
226 |
-
#: front-end/menu.file.php:142
|
227 |
msgid "Input Field Name"
|
228 |
msgstr "Nazwa pola"
|
229 |
|
230 |
-
|
231 |
-
#: front-end/menu.file.php:149
|
232 |
msgid "Name:"
|
233 |
-
msgstr "
|
234 |
|
235 |
-
|
236 |
-
#: front-end/
|
237 |
-
#: front-end/wppb.
|
238 |
-
#: front-end/wppb.
|
239 |
-
#: front-end/wppb.register.php:244
|
240 |
msgid "Username"
|
241 |
msgstr "Nazwa użytkownika"
|
242 |
|
243 |
-
|
244 |
-
#: front-end/
|
245 |
-
#: front-end/wppb.
|
246 |
-
#: front-end/wppb.register.php:259
|
247 |
msgid "First Name"
|
248 |
msgstr "Imię"
|
249 |
|
250 |
-
|
251 |
-
#: front-end/
|
252 |
-
#: front-end/wppb.
|
253 |
-
#: front-end/wppb.register.php:273
|
254 |
msgid "Last Name"
|
255 |
msgstr "Nazwisko"
|
256 |
|
257 |
-
|
258 |
-
#: front-end/
|
259 |
-
#: front-end/wppb.
|
260 |
-
#: front-end/wppb.register.php:287
|
261 |
msgid "Nickname"
|
262 |
-
msgstr "
|
263 |
|
264 |
-
|
265 |
-
#: front-end/menu.file.php:192
|
266 |
msgid "Display name publicly as..."
|
267 |
-
msgstr "
|
268 |
|
269 |
-
|
270 |
-
#: front-end/menu.file.php:202
|
271 |
msgid "Contact Info:"
|
272 |
-
msgstr "
|
273 |
|
274 |
-
|
275 |
-
#: front-end/
|
276 |
-
#: front-end/wppb.
|
277 |
-
#: front-end/wppb.register.php:305
|
278 |
msgid "E-mail"
|
279 |
msgstr "E-mail"
|
280 |
|
281 |
-
|
282 |
-
#: front-end/
|
283 |
-
#: front-end/wppb.
|
284 |
-
#: front-end/wppb.register.php:320
|
285 |
msgid "Website"
|
286 |
-
msgstr "Strona
|
287 |
|
288 |
-
|
289 |
-
#: front-end/
|
290 |
-
#: front-end/wppb.
|
291 |
-
#: front-end/wppb.register.php:334
|
292 |
msgid "AIM"
|
293 |
-
msgstr "AIM
|
294 |
|
295 |
-
|
296 |
-
#: front-end/
|
297 |
-
#: front-end/wppb.
|
298 |
-
#: front-end/wppb.register.php:348
|
299 |
msgid "Yahoo IM"
|
300 |
-
msgstr "Yahoo
|
301 |
|
302 |
-
|
303 |
-
#: front-end/
|
304 |
-
#: front-end/wppb.
|
305 |
-
#: front-end/wppb.register.php:362
|
306 |
msgid "Jabber / Google Talk"
|
307 |
-
msgstr "Jabber /
|
308 |
|
309 |
-
|
310 |
-
#: front-end/menu.file.php:258
|
311 |
msgid "About Yourself:"
|
312 |
-
msgstr "O
|
313 |
|
314 |
-
|
315 |
-
#: front-end/
|
316 |
-
#: front-end/wppb.
|
317 |
-
#: front-end/wppb.register.php:380
|
318 |
msgid "Biographical Info"
|
319 |
-
msgstr "Informacje
|
320 |
|
321 |
-
|
322 |
-
#: front-end/
|
323 |
-
#: front-end/wppb.edit.profile.php:516
|
324 |
msgid "New Password"
|
325 |
msgstr "Nowe hasło"
|
326 |
|
327 |
-
|
328 |
-
#: front-end/options.php:57
|
329 |
msgid "Basic Information"
|
330 |
-
msgstr "
|
331 |
|
332 |
-
|
333 |
-
#: front-end/options.php:59
|
334 |
msgid "Show/Hide the Admin Bar on Front-end"
|
335 |
-
msgstr "Pokaż/ukryj pasek
|
336 |
|
337 |
-
|
338 |
-
#: front-end/options.php:63
|
339 |
-
#: premium/premium.php:5
|
340 |
-
#: premium/premium.php:6
|
341 |
msgid "Extra Profile Fields"
|
342 |
msgstr "Dodatkowe pola profilu"
|
343 |
|
344 |
-
|
345 |
-
#: front-end/options.php:64
|
346 |
msgid "Register Your Version"
|
347 |
-
msgstr "
|
348 |
|
349 |
-
|
350 |
-
#: front-end/wppb.edit.profile.php:269
|
351 |
msgid "You must be logged in to edit your profile."
|
352 |
-
msgstr "Musisz być zalogowany
|
353 |
|
354 |
-
|
355 |
-
#: front-end/wppb.edit.profile.php:278
|
356 |
msgid "The avatar was successfully deleted."
|
357 |
-
msgstr "
|
358 |
|
359 |
-
|
360 |
-
#: front-end/wppb.edit.profile.php:283
|
361 |
msgid "The attachment \""
|
362 |
msgstr "Załącznik \""
|
363 |
|
364 |
-
|
365 |
-
#: front-end/wppb.edit.profile.php:285
|
366 |
msgid "\" was successfully deleted."
|
367 |
-
msgstr "\"
|
368 |
|
369 |
-
|
370 |
-
#: front-end/wppb.edit.profile.php:298
|
371 |
msgid "The changes have been successfully saved."
|
372 |
-
msgstr "Zmiany zostały zachowane
|
373 |
|
374 |
-
|
375 |
-
#: front-end/wppb.edit.profile.php:303
|
376 |
msgid "The email address you entered is already registered to a different user.<br/>The email address was "
|
377 |
-
msgstr "Podany adres email
|
378 |
-
|
379 |
-
|
380 |
-
#: front-end/wppb.edit.profile.php:
|
381 |
-
#: front-end/wppb.edit.profile.php:
|
382 |
-
#: front-end/wppb.edit.profile.php:
|
383 |
-
#: front-end/wppb.edit.profile.php:
|
384 |
-
#: front-end/wppb.edit.profile.php:
|
385 |
-
#: front-end/wppb.edit.profile.php:363
|
386 |
msgid "NOT"
|
387 |
-
msgstr "NIE
|
388 |
-
|
389 |
-
|
390 |
-
#: front-end/wppb.edit.profile.php:
|
391 |
-
#: front-end/wppb.edit.profile.php:
|
392 |
-
#: front-end/wppb.edit.profile.php:
|
393 |
-
#: front-end/wppb.edit.profile.php:
|
394 |
-
#: front-end/wppb.edit.profile.php:
|
395 |
-
#: front-end/wppb.edit.profile.php:364
|
396 |
msgid " updated along with the rest of the information."
|
397 |
-
msgstr "
|
398 |
|
399 |
-
|
400 |
-
#: front-end/wppb.edit.profile.php:313
|
401 |
msgid "The email address you entered is invalid. <br/> The email address was "
|
402 |
-
msgstr "
|
403 |
|
404 |
-
|
405 |
-
#: front-end/wppb.edit.profile.php:323
|
406 |
msgid "The passwords you entered do not match. <br/> The password was "
|
407 |
-
msgstr "
|
408 |
|
409 |
-
|
410 |
-
#: front-end/wppb.edit.profile.php:332
|
411 |
msgid "You didn't complete both password fields. <br/> The password was "
|
412 |
-
msgstr "Nie
|
413 |
|
414 |
-
|
415 |
-
#: front-end/wppb.edit.profile.php:344
|
416 |
msgid "There was an error while trying to upload the following attachments:<br/>"
|
417 |
-
msgstr "Wystąpił błąd podczas
|
418 |
|
419 |
-
|
420 |
-
#: front-end/wppb.edit.profile.php:352
|
421 |
msgid "<br/>Possible cause: the size was bigger than "
|
422 |
-
msgstr "<br/>
|
423 |
|
424 |
-
|
425 |
-
#: front-end/wppb.edit.profile.php:354
|
426 |
msgid "b.<br/>The listed attachements were "
|
427 |
-
msgstr "
|
428 |
|
429 |
-
|
430 |
-
#: front-end/wppb.edit.profile.php:362
|
431 |
msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
|
432 |
-
msgstr "Wystąpił błąd podczas
|
433 |
|
434 |
-
|
435 |
-
#: front-end/wppb.
|
436 |
-
#: front-end/wppb.register.php:233
|
437 |
msgid "Name"
|
438 |
-
msgstr "
|
439 |
|
440 |
-
|
441 |
-
#: front-end/wppb.edit.profile.php:386
|
442 |
msgid " Usernames cannot be changed."
|
443 |
-
msgstr "Nazwa użytkownika nie może
|
444 |
|
445 |
-
|
446 |
-
#: front-end/wppb.edit.profile.php:
|
447 |
-
#: front-end/wppb.
|
448 |
-
#: front-end/wppb.register.php:
|
449 |
-
#: front-end/wppb.register.php:307
|
450 |
msgid "(required)"
|
451 |
msgstr "(wymagane)"
|
452 |
|
453 |
-
|
454 |
-
#: front-end/wppb.edit.profile.php:422
|
455 |
msgid "Display name publicly as"
|
456 |
-
msgstr "
|
457 |
|
458 |
-
|
459 |
-
#: front-end/wppb.
|
460 |
-
#: front-end/wppb.register.php:294
|
461 |
msgid "Contact Info"
|
462 |
-
msgstr "
|
463 |
|
464 |
-
|
465 |
-
#: front-end/wppb.
|
466 |
-
#: front-end/wppb.register.php:369
|
467 |
msgid "About Yourself"
|
468 |
-
msgstr "O
|
469 |
|
470 |
-
|
471 |
-
#: front-end/wppb.
|
472 |
-
#: front-end/wppb.register.php:403
|
473 |
msgid "Repeat Password"
|
474 |
msgstr "Powtórz hasło"
|
475 |
|
476 |
-
|
477 |
-
#: front-end/wppb.edit.profile.php:537
|
478 |
msgid "Update"
|
479 |
msgstr "Aktualizuj"
|
480 |
|
481 |
-
|
482 |
-
#: front-end/wppb.login.php:47
|
483 |
#, php-format
|
484 |
msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
485 |
-
msgstr "
|
486 |
|
487 |
-
|
488 |
-
#: front-end/wppb.
|
489 |
-
#: front-end/wppb.register.php:171
|
490 |
msgid "Log out of this account"
|
491 |
-
msgstr "
|
492 |
|
493 |
-
|
494 |
-
#: front-end/wppb.login.php:47
|
495 |
msgid "Log out »"
|
496 |
-
msgstr "
|
497 |
|
498 |
-
|
499 |
-
#: front-end/wppb.login.php:60
|
500 |
#, php-format
|
501 |
msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
502 |
-
msgstr "
|
503 |
|
504 |
-
|
505 |
-
#: front-end/wppb.
|
506 |
-
#: front-end/wppb.register.php:398
|
507 |
msgid "Password"
|
508 |
-
msgstr "
|
509 |
|
510 |
-
|
511 |
-
#: front-end/wppb.login.php:90
|
512 |
msgid "Log in"
|
513 |
-
msgstr "
|
514 |
|
515 |
-
|
516 |
-
#: front-end/wppb.login.php:92
|
517 |
msgid "Remember me"
|
518 |
-
msgstr "
|
519 |
|
520 |
-
|
521 |
-
#: front-end/wppb.login.php:96
|
522 |
msgid "Lost password?"
|
523 |
-
msgstr "
|
524 |
|
525 |
-
|
526 |
-
#: front-end/wppb.register.php:39
|
527 |
msgid "A username is required for registration."
|
528 |
-
msgstr "
|
529 |
|
530 |
-
|
531 |
-
#: front-end/wppb.register.php:41
|
532 |
msgid "Sorry, that username already exists!"
|
533 |
-
msgstr "
|
534 |
|
535 |
-
|
536 |
-
#: front-end/wppb.register.php:44
|
537 |
msgid "You must enter a valid email address."
|
538 |
-
msgstr "
|
539 |
|
540 |
-
|
541 |
-
#: front-end/wppb.register.php:46
|
542 |
msgid "Sorry, that email address is already used!"
|
543 |
-
msgstr "
|
544 |
|
545 |
-
|
546 |
-
#: front-end/wppb.register.php:49
|
547 |
msgid "You didn't complete one of the password-fields!"
|
548 |
-
msgstr "
|
549 |
|
550 |
-
|
551 |
-
#: front-end/wppb.register.php:51
|
552 |
msgid "The entered passwords don't match!"
|
553 |
-
msgstr "
|
554 |
|
555 |
-
|
556 |
-
#: front-end/wppb.register.php:171
|
557 |
#, php-format
|
558 |
msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
|
559 |
-
msgstr "
|
560 |
|
561 |
-
|
562 |
-
#: front-end/wppb.register.php:171
|
563 |
msgid "Logout »"
|
564 |
-
msgstr "
|
565 |
|
566 |
-
|
567 |
-
#: front-end/wppb.register.php:181
|
568 |
#, php-format
|
569 |
msgid "A user account for %1$s has been created."
|
570 |
-
msgstr "
|
571 |
|
572 |
-
|
573 |
-
#: front-end/wppb.register.php:183
|
574 |
#, php-format
|
575 |
msgid "Thank you for registering, %1$s."
|
576 |
-
msgstr "
|
577 |
|
578 |
-
|
579 |
-
#: front-end/wppb.register.php:211
|
580 |
msgid "Users can register themselves or you can manually create users here."
|
581 |
-
msgstr "
|
582 |
|
583 |
-
|
584 |
-
#: front-end/wppb.register.php:215
|
585 |
msgid "Users cannot currently register themselves, but you can manually create users here."
|
586 |
-
msgstr "
|
587 |
|
588 |
-
|
589 |
-
#: front-end/wppb.register.php:219
|
590 |
msgid "Only an administrator can add new users."
|
591 |
-
msgstr "
|
592 |
|
593 |
-
|
594 |
-
|
595 |
-
|
596 |
-
msgstr "Odeslat tyto přihlašovací údaje e-mailem."
|
597 |
|
598 |
-
|
599 |
-
#: front-end/wppb.register.php:428
|
600 |
msgid "Add User"
|
601 |
-
msgstr "
|
602 |
|
603 |
-
|
604 |
-
#: front-end/wppb.register.php:428
|
605 |
msgid "Register"
|
606 |
-
msgstr "
|
607 |
-
|
608 |
-
|
609 |
-
|
610 |
-
|
611 |
-
|
612 |
-
|
613 |
-
|
614 |
-
|
615 |
-
|
616 |
-
#: premium/functions/extra.fields.php:133
|
617 |
-
#: premium/functions/extra.fields.php:167
|
618 |
-
#: premium/functions/extra.fields.php:177
|
619 |
-
#: premium/functions/extra.fields.php:188
|
620 |
-
#: premium/functions/extra.fields.php:203
|
621 |
-
#: premium/functions/extra.fields.php:217
|
622 |
-
#: premium/functions/extra.fields.php:237
|
623 |
-
#: premium/functions/extra.fields.php:248
|
624 |
-
#: premium/functions/extra.fields.php:258
|
625 |
-
#: premium/functions/extra.fields.php:302
|
626 |
-
#: premium/functions/extra.fields.php:310
|
627 |
-
#: premium/functions/extra.fields.php:326
|
628 |
-
#: premium/functions/extra.fields.php:347
|
629 |
-
#: premium/functions/extra.fields.php:368
|
630 |
-
#: premium/functions/extra.fields.php:387
|
631 |
-
#: premium/functions/extra.fields.php:407
|
632 |
-
#: premium/functions/extra.fields.php:432
|
633 |
-
msgid "item_title"
|
634 |
-
msgstr "item_title"
|
635 |
-
|
636 |
-
#@ profilebuilder
|
637 |
-
#: premium/functions/extra.fields.php:36
|
638 |
-
#: premium/functions/extra.fields.php:53
|
639 |
-
#: premium/functions/extra.fields.php:69
|
640 |
-
#: premium/functions/extra.fields.php:86
|
641 |
-
#: premium/functions/extra.fields.php:97
|
642 |
-
#: premium/functions/extra.fields.php:112
|
643 |
-
#: premium/functions/extra.fields.php:136
|
644 |
-
#: premium/functions/extra.fields.php:180
|
645 |
-
#: premium/functions/extra.fields.php:195
|
646 |
-
#: premium/functions/extra.fields.php:210
|
647 |
-
#: premium/functions/extra.fields.php:226
|
648 |
-
#: premium/functions/extra.fields.php:241
|
649 |
-
#: premium/functions/extra.fields.php:251
|
650 |
-
#: premium/functions/extra.fields.php:261
|
651 |
-
#: premium/functions/extra.fields.php:313
|
652 |
-
#: premium/functions/extra.fields.php:335
|
653 |
-
#: premium/functions/extra.fields.php:356
|
654 |
-
#: premium/functions/extra.fields.php:377
|
655 |
-
#: premium/functions/extra.fields.php:391
|
656 |
-
#: premium/functions/extra.fields.php:410
|
657 |
-
#: premium/functions/extra.fields.php:435
|
658 |
-
msgid "item_desc"
|
659 |
-
msgstr "item_desc"
|
660 |
-
|
661 |
-
#@ profilebuilder
|
662 |
-
#: premium/functions/extra.fields.php:114
|
663 |
-
#: premium/functions/extra.fields.php:117
|
664 |
-
#: premium/functions/extra.fields.php:412
|
665 |
-
#: premium/functions/extra.fields.php:415
|
666 |
-
msgid "Current file"
|
667 |
-
msgstr "Aktuální soubor"
|
668 |
-
|
669 |
-
#@ profilebuilder
|
670 |
-
#: premium/functions/extra.fields.php:138
|
671 |
-
#: premium/functions/extra.fields.php:437
|
672 |
-
msgid "Current avatar"
|
673 |
-
msgstr "Aktuální avatar"
|
674 |
-
|
675 |
-
#@ profilebuilder
|
676 |
-
#: premium/premium.php:7
|
677 |
-
msgid "You can create as many extra fields as your project requires. To break your custom fields into sections (on the front-end), add a \""
|
678 |
-
msgstr "Můžete vytvořit libovolné množství vlastních polí. K jejich rozdělení do tématických celků (ve front-endu) použijte pole \""
|
679 |
-
|
680 |
-
#@ profilebuilder
|
681 |
-
#: premium/premium.php:7
|
682 |
-
msgid "heading"
|
683 |
-
msgstr "záhlaví"
|
684 |
-
|
685 |
-
#@ profilebuilder
|
686 |
-
#: premium/premium.php:7
|
687 |
-
msgid "\" custom field."
|
688 |
-
msgstr "\"."
|
689 |
-
|
690 |
-
#@ profilebuilder
|
691 |
-
#: premium/premium.php:8
|
692 |
-
msgid "All of the fields can be sorted and rearranged to your liking with "
|
693 |
-
msgstr "Všechna pole lze třídit pomocí "
|
694 |
-
|
695 |
-
#@ profilebuilder
|
696 |
-
#: premium/premium.php:8
|
697 |
-
msgid "Drag"
|
698 |
-
msgstr "Drag"
|
699 |
-
|
700 |
-
#@ profilebuilder
|
701 |
-
#: premium/premium.php:8
|
702 |
-
msgid "Drop"
|
703 |
-
msgstr "Drop"
|
704 |
-
|
705 |
-
#@ profilebuilder
|
706 |
-
#: premium/premium.php:8
|
707 |
-
msgid ". Don't worry about the order in which you create your custom fields, you can always reorder them."
|
708 |
-
msgstr ". Není proto třeba se starat o pořadí, ve kterém vytvoříte vlastní pole, můžete jej kdykoli změnit."
|
709 |
-
|
710 |
-
#@ profilebuilder
|
711 |
-
#: premium/premium.php:12
|
712 |
-
#: premium/premium.php:20
|
713 |
-
msgid "Title"
|
714 |
-
msgstr "Název"
|
715 |
-
|
716 |
-
#@ profilebuilder
|
717 |
-
#: premium/premium.php:13
|
718 |
-
#: premium/premium.php:21
|
719 |
-
msgid "Key"
|
720 |
-
msgstr "Klíč"
|
721 |
-
|
722 |
-
#@ profilebuilder
|
723 |
-
#: premium/premium.php:14
|
724 |
-
#: premium/premium.php:22
|
725 |
-
msgid "Type"
|
726 |
-
msgstr "Typ"
|
727 |
-
|
728 |
-
#@ profilebuilder
|
729 |
-
#: premium/premium.php:15
|
730 |
-
#: premium/premium.php:23
|
731 |
-
msgid "Add Option"
|
732 |
-
msgstr "Přidat volbu"
|
733 |
-
|
734 |
-
#@ profilebuilder
|
735 |
-
#: premium/premium.php:37
|
736 |
-
#: premium/premium.php:137
|
737 |
-
msgid "Edit"
|
738 |
-
msgstr "Upravit"
|
739 |
-
|
740 |
-
#@ profilebuilder
|
741 |
-
#: premium/premium.php:38
|
742 |
-
#: premium/premium.php:138
|
743 |
-
msgid "Delete"
|
744 |
-
msgstr "Odstranit"
|
745 |
-
|
746 |
-
#@ profilebuilder
|
747 |
-
#: premium/premium.php:61
|
748 |
-
msgid "Title:"
|
749 |
-
msgstr "Název:"
|
750 |
-
|
751 |
-
#@ profilebuilder
|
752 |
-
#: premium/premium.php:61
|
753 |
-
msgid "The title of the item."
|
754 |
-
msgstr "Název vlastního pole."
|
755 |
-
|
756 |
-
#@ profilebuilder
|
757 |
-
#: premium/premium.php:71
|
758 |
-
msgid "Option Key:"
|
759 |
-
msgstr "Klíč vlastního pole:"
|
760 |
-
|
761 |
-
#@ profilebuilder
|
762 |
-
#: premium/premium.php:71
|
763 |
-
msgid "Unique alphanumeric key, underscores are acceptable."
|
764 |
-
msgstr "Unikátní alfanumerický klíč, můžete použít i podtržítka."
|
765 |
-
|
766 |
-
#@ profilebuilder
|
767 |
-
#: premium/premium.php:99
|
768 |
-
msgid "Option Type:"
|
769 |
-
msgstr "Typ vlastního pole:"
|
770 |
-
|
771 |
-
#@ profilebuilder
|
772 |
-
#: premium/premium.php:99
|
773 |
-
msgid "Choose one of the supported option types."
|
774 |
-
msgstr "Vyberte jednu z nabízených možností."
|
775 |
-
|
776 |
-
#@ profilebuilder
|
777 |
-
#: premium/premium.php:109
|
778 |
-
msgid "Description:"
|
779 |
-
msgstr "Popis:"
|
780 |
-
|
781 |
-
#@ profilebuilder
|
782 |
-
#: premium/premium.php:109
|
783 |
-
msgid "Enter a detailed description of the option for end users to read(optional)."
|
784 |
-
msgstr "Zadejte podrobný popis vlastního pole pro uživatele (volitelné)."
|
785 |
-
|
786 |
-
#@ profilebuilder
|
787 |
-
#: premium/premium.php:119
|
788 |
-
msgid "Options:"
|
789 |
-
msgstr "Možnosti:"
|
790 |
-
|
791 |
-
#@ profilebuilder
|
792 |
-
#: premium/premium.php:119
|
793 |
-
msgid "Enter a comma separated list of options. For example, you could have \"One,Two,Three\" or just a single value like \"Yes\" for a checkbox."
|
794 |
-
msgstr "Zadejte čárkami oddělený seznam možností. Například \"Jedna, dva, tři\" nebo jen jednu hodnotu (např. \"Ano\" u check-boxu)."
|
795 |
-
|
796 |
-
#@ profilebuilder
|
797 |
-
#: premium/premium.php:127
|
798 |
-
msgid "Cancel"
|
799 |
-
msgstr "Zrušit"
|
800 |
-
|
801 |
-
#@ profilebuilder
|
802 |
-
#: premium/premium.php:128
|
803 |
-
msgid "Save"
|
804 |
-
msgstr "Uložit"
|
805 |
-
|
806 |
-
#@ profilebuilder
|
807 |
-
#: premium/premium.php:158
|
808 |
-
#: premium/premium.php:159
|
809 |
-
msgid "Register your version of Profile Builder Pro"
|
810 |
-
msgstr "Zaregistrujte si svou verzi Profile Builder Pro"
|
811 |
-
|
812 |
-
#@ profilebuilder
|
813 |
-
#: premium/premium.php:160
|
814 |
-
msgid "Now that you acquired a copy of Profile Builder Pro, you should take the time and register it with the serial number you received in the e-mail."
|
815 |
-
msgstr "Nyní, když jste získali svou kopii Profile Builder Pro, zvažte výhody registrace této kopie zadáním sériového čísla, které jste obdrželi v e-mailu."
|
816 |
-
|
817 |
-
#@ profilebuilder
|
818 |
-
#: premium/premium.php:161
|
819 |
-
msgid "If you register this version of Profile Builder, you'll receive information regarding eventual upgrades, patches, and - if needed - technical support."
|
820 |
-
msgstr "Pokud si zaregistrujete tuto verzi Profile Builder, budete dostávat informace o aktualizacích, nových verzích a získáte přístup k technické podpoře."
|
821 |
-
|
822 |
-
#@ profilebuilder
|
823 |
-
#: premium/premium.php:162
|
824 |
-
msgid "Serial Number:"
|
825 |
-
msgstr "Sériové číslo:"
|
826 |
-
|
827 |
-
#@ profilebuilder
|
828 |
-
#: premium/premium.php:167
|
829 |
-
msgid "The serial number couldn't be validated or isn't valid!"
|
830 |
-
msgstr "Sériové číslo nemůže být ověřeno nebo není platné!"
|
831 |
-
|
832 |
-
#@ profilebuilder
|
833 |
-
#: premium/premium.php:169
|
834 |
-
msgid "The serial number was successfully validated!"
|
835 |
-
msgstr "Sériové číslo bylo úspěšně ověřeno! Děkujeme."
|
836 |
-
|
837 |
-
#@ profilebuilder
|
838 |
-
#: premium/premium.php:172
|
839 |
-
msgid "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
840 |
-
msgstr "(například RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
841 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Profile Builder\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-07-06 14:23+0200\n"
|
6 |
+
"PO-Revision-Date: 2011-12-26 12:01+0100\n"
|
7 |
+
"Last-Translator: Mateusz Adamus <mateusz.adamus@gmail.com>\n"
|
8 |
+
"Language-Team: Mateusz Adamus <mateusz.adamus@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
+
"X-Poedit-Basepath: C:\\Users\\Cristi\\Desktop\\free\n"
|
14 |
+
"X-Poedit-Language: Polish\n"
|
15 |
+
"X-Poedit-Country: POLAND\n"
|
16 |
+
"X-Poedit-SearchPath-0: C:\\Users\\Cristi\\Desktop\\free\n"
|
17 |
+
|
18 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:5
|
19 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
|
|
|
|
|
|
|
|
|
20 |
msgid "Profile Builder"
|
21 |
+
msgstr "Profile Builder "
|
22 |
|
23 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:6
|
|
|
24 |
msgid "Welcome to Profile Builder!"
|
25 |
+
msgstr "Witamy w Profile Builder!"
|
26 |
|
27 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
|
|
|
28 |
msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
|
29 |
+
msgstr "pozwala Ci dostosować twoją stronę dodając menu dla wszystkich użytkowników, dając im większe możliwości edycji informacji oraz umożliwiając rejestrację nowych użytkowników."
|
30 |
|
31 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:9
|
|
|
32 |
msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
|
33 |
+
msgstr "Pozwala również, użytkownikom z uprawnieniami administratorów, na wybranie podstawowych lub dodawanie nowych pól."
|
34 |
|
35 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:10
|
|
|
36 |
msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
|
37 |
+
msgstr "Aby to osiągnąć, utwórz nową stronę i nadaj jej intuicyjną nazwę (np.: Edit Profile)."
|
38 |
|
39 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:11
|
|
|
40 |
msgid "Now all you need to do is add the following shortcode(for the previous example): "
|
41 |
+
msgstr "Teraz wszystko co musisz zrobić, to dodać następujący kod (dla poprzedniego przykładu): "
|
42 |
|
43 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:12
|
|
|
44 |
msgid "Publish your page and you are ready to go!"
|
45 |
+
msgstr "Opublikuj stronę i to wszystko!"
|
46 |
|
47 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:13
|
|
|
48 |
msgid "You can use the following shortcodes:"
|
49 |
+
msgstr "Możesz użyć następujących kodów:"
|
50 |
|
51 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:14
|
|
|
52 |
msgid "for a log-in form."
|
53 |
+
msgstr "dla formularza logowania."
|
54 |
|
55 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:15
|
|
|
56 |
msgid "to add a registration form."
|
57 |
+
msgstr "aby dodać formularz rejestracji."
|
58 |
|
59 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:16
|
|
|
60 |
msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
|
61 |
+
msgstr "aby udostępnić użytkownikom dostęp do ich informacji z poziomu strony (wymaga aby użytkownik był zalogowany)."
|
62 |
|
63 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:18
|
|
|
64 |
msgid "Users with administrator rights have access to the following features:"
|
65 |
+
msgstr "Użytkownicy, z uprawnieniami administratorów, mają dostęp do następujących funkcjonalności:"
|
66 |
|
67 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:19
|
|
|
68 |
msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
|
69 |
+
msgstr "dodanie niestandardowych stylów/odziedziczenie z aktualnego motywu lub użycie jednego z predefiniowanych stylów: domyślny, biały lub czarny."
|
70 |
|
71 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:20
|
|
|
72 |
msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
|
73 |
+
msgstr "wybranie czy pasek administratora ma być widoczny/ukryty na stronie dla poszczególnych grup użytkowników."
|
74 |
|
75 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:21
|
|
|
76 |
msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
|
77 |
+
msgstr "wybranie, które pola mają być widoczne/edytowalne dla użytkowników. Ukryte pola będą nieedytowalne."
|
78 |
|
79 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:22
|
|
|
80 |
msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
|
81 |
+
msgstr "dodanie niestandardowych pól do standardowych, z możliwością wybrania typu pola: nagłówek, tekst, długi tekst, pole wyboru, pole wielokrotnego wyboru, pole pojedynczego wyboru i/lub upload."
|
82 |
|
83 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:23
|
|
|
84 |
msgid "add an avatar field."
|
85 |
+
msgstr "dodanie pola na avatar"
|
86 |
|
87 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:26
|
|
|
88 |
msgid "NOTE:"
|
89 |
+
msgstr "UWAGA:"
|
90 |
|
91 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:27
|
|
|
92 |
msgid "this plugin only adds/removes fields in the front-end."
|
93 |
+
msgstr "ten plugin dodaje/usuwa pola wyłącznie na stronie."
|
94 |
|
95 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:28
|
|
|
96 |
msgid "The default information-fields will still be visible(and thus modifiable)"
|
97 |
+
msgstr "Domyślne pola nadal będą widoczne (i przez to edytowalne) "
|
98 |
|
99 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:29
|
|
|
100 |
msgid "from the back-end, while custom fields will only be visible in the front-end."
|
101 |
+
msgstr "z poziomu panelu administratora, podczas gdy nowo utworzone pola będą widoczne tylko z poziomu strony."
|
102 |
|
103 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:43
|
104 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:44
|
105 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:58
|
|
|
106 |
msgid "Plugin Layout"
|
107 |
+
msgstr "Układ pluginu"
|
108 |
|
109 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:50
|
|
|
110 |
msgid "Stylesheet used:"
|
111 |
+
msgstr "Używane style:"
|
112 |
|
113 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:53
|
|
|
114 |
msgid "Default"
|
115 |
+
msgstr "Domyślny"
|
116 |
|
117 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:58
|
|
|
118 |
msgid "White"
|
119 |
msgstr "Biały"
|
120 |
|
121 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:59
|
|
|
122 |
msgid "Black"
|
123 |
msgstr "Czarny"
|
124 |
|
125 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:63
|
|
|
126 |
msgid "None"
|
127 |
+
msgstr "Żaden"
|
128 |
|
129 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:72
|
130 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:119
|
131 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:287
|
|
|
|
|
132 |
msgid "Save Changes"
|
133 |
+
msgstr "Zachowaj zmiany"
|
134 |
|
135 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:90
|
136 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:91
|
|
|
137 |
msgid "Show/Hide the Admin Bar on Front End"
|
138 |
+
msgstr "Pokaż/ukryj pasek administratora na stronie"
|
139 |
|
140 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:95
|
|
|
141 |
msgid "User-group"
|
142 |
msgstr "Grupa użytkowników"
|
143 |
|
144 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:96
|
145 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:143
|
|
|
146 |
msgid "Visibility"
|
147 |
msgstr "Widoczność"
|
148 |
|
149 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:108
|
150 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:159
|
151 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:168
|
152 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:177
|
153 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:186
|
154 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:195
|
155 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:212
|
156 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:221
|
157 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:233
|
158 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:242
|
159 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:251
|
160 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:268
|
161 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:278
|
|
|
162 |
msgid "Show"
|
163 |
msgstr "Pokaż"
|
164 |
|
165 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:109
|
166 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:160
|
167 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:169
|
168 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:178
|
169 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:187
|
170 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:196
|
171 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:213
|
172 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:222
|
173 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:234
|
174 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:243
|
175 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:252
|
176 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:269
|
177 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:279
|
|
|
178 |
msgid "Hide"
|
179 |
+
msgstr "Ukryj"
|
180 |
|
181 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:137
|
182 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:138
|
183 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:60
|
|
|
184 |
msgid "Default Profile Fields"
|
185 |
msgstr "Domyślne pola profilu"
|
186 |
|
187 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:142
|
|
|
188 |
msgid "Input Field Name"
|
189 |
msgstr "Nazwa pola"
|
190 |
|
191 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:149
|
|
|
192 |
msgid "Name:"
|
193 |
+
msgstr "Imię:"
|
194 |
|
195 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:156
|
196 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:385
|
197 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:76
|
198 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:244
|
|
|
199 |
msgid "Username"
|
200 |
msgstr "Nazwa użytkownika"
|
201 |
|
202 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:165
|
203 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:394
|
204 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:259
|
|
|
205 |
msgid "First Name"
|
206 |
msgstr "Imię"
|
207 |
|
208 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:174
|
209 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:403
|
210 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:273
|
|
|
211 |
msgid "Last Name"
|
212 |
msgstr "Nazwisko"
|
213 |
|
214 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:183
|
215 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:412
|
216 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:287
|
|
|
217 |
msgid "Nickname"
|
218 |
+
msgstr "Ksywa"
|
219 |
|
220 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:192
|
|
|
221 |
msgid "Display name publicly as..."
|
222 |
+
msgstr "Pokaż wszystkim jako..."
|
223 |
|
224 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:202
|
|
|
225 |
msgid "Contact Info:"
|
226 |
+
msgstr "Dane kontaktowe:"
|
227 |
|
228 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:209
|
229 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:457
|
230 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:305
|
|
|
231 |
msgid "E-mail"
|
232 |
msgstr "E-mail"
|
233 |
|
234 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:218
|
235 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:467
|
236 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:320
|
|
|
237 |
msgid "Website"
|
238 |
+
msgstr "Strona www"
|
239 |
|
240 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:230
|
241 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:476
|
242 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:334
|
|
|
243 |
msgid "AIM"
|
244 |
+
msgstr "AIM"
|
245 |
|
246 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:239
|
247 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:485
|
248 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:348
|
|
|
249 |
msgid "Yahoo IM"
|
250 |
+
msgstr "Komunikator Yahoo"
|
251 |
|
252 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:248
|
253 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:494
|
254 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:362
|
|
|
255 |
msgid "Jabber / Google Talk"
|
256 |
+
msgstr "Jabber / GTalk"
|
257 |
|
258 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:258
|
|
|
259 |
msgid "About Yourself:"
|
260 |
+
msgstr "O sobie:"
|
261 |
|
262 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:265
|
263 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:507
|
264 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:380
|
|
|
265 |
msgid "Biographical Info"
|
266 |
+
msgstr "Informacje biograficzne"
|
267 |
|
268 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:275
|
269 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:516
|
|
|
270 |
msgid "New Password"
|
271 |
msgstr "Nowe hasło"
|
272 |
|
273 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:57
|
|
|
274 |
msgid "Basic Information"
|
275 |
+
msgstr "Informacje podstawowe"
|
276 |
|
277 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:59
|
|
|
278 |
msgid "Show/Hide the Admin Bar on Front-end"
|
279 |
+
msgstr "Pokaż/ukryj pasek administratora na stronie"
|
280 |
|
281 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:63
|
|
|
|
|
|
|
282 |
msgid "Extra Profile Fields"
|
283 |
msgstr "Dodatkowe pola profilu"
|
284 |
|
285 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:64
|
|
|
286 |
msgid "Register Your Version"
|
287 |
+
msgstr "Zarejestruj swoją wersję"
|
288 |
|
289 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:269
|
|
|
290 |
msgid "You must be logged in to edit your profile."
|
291 |
+
msgstr "Musisz być zalogowany żeby edytować swój profil."
|
292 |
|
293 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:278
|
|
|
294 |
msgid "The avatar was successfully deleted."
|
295 |
+
msgstr "Avatar został poprawnie usunięty."
|
296 |
|
297 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:283
|
|
|
298 |
msgid "The attachment \""
|
299 |
msgstr "Załącznik \""
|
300 |
|
301 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:285
|
|
|
302 |
msgid "\" was successfully deleted."
|
303 |
+
msgstr "\" został poprawnie usunięty."
|
304 |
|
305 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:298
|
|
|
306 |
msgid "The changes have been successfully saved."
|
307 |
+
msgstr "Zmiany zostały zachowane"
|
308 |
|
309 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:303
|
|
|
310 |
msgid "The email address you entered is already registered to a different user.<br/>The email address was "
|
311 |
+
msgstr "Podany adres email jest już wykorzystywany przez innego użytkownika.<br/>Adres email to "
|
312 |
+
|
313 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:304
|
314 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:314
|
315 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:324
|
316 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:333
|
317 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:355
|
318 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:363
|
|
|
319 |
msgid "NOT"
|
320 |
+
msgstr "NIE "
|
321 |
+
|
322 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:305
|
323 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:315
|
324 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:325
|
325 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:334
|
326 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:356
|
327 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:364
|
|
|
328 |
msgid " updated along with the rest of the information."
|
329 |
+
msgstr " zaktualizowane razem z pozostałymi informacjami."
|
330 |
|
331 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:313
|
|
|
332 |
msgid "The email address you entered is invalid. <br/> The email address was "
|
333 |
+
msgstr "Adres email, który wprowadziłeś, jest nieprawidłowy. <br/> Adres email to "
|
334 |
|
335 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:323
|
|
|
336 |
msgid "The passwords you entered do not match. <br/> The password was "
|
337 |
+
msgstr "Hasła, które wprowadziłeś, nie są jednakowe. <br/> Hasło to "
|
338 |
|
339 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:332
|
|
|
340 |
msgid "You didn't complete both password fields. <br/> The password was "
|
341 |
+
msgstr "Nie wypełniłeś oby pól z hasłem. <br/> Hasło to "
|
342 |
|
343 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:344
|
|
|
344 |
msgid "There was an error while trying to upload the following attachments:<br/>"
|
345 |
+
msgstr "Wystąpił błąd podczas wgrywania następujących załączników:<br/>"
|
346 |
|
347 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:352
|
|
|
348 |
msgid "<br/>Possible cause: the size was bigger than "
|
349 |
+
msgstr "<br/>Prawdopodobna przyczyna: rozmiar był większy niż "
|
350 |
|
351 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:354
|
|
|
352 |
msgid "b.<br/>The listed attachements were "
|
353 |
+
msgstr "b.<br/>Wskazane załaczniki zostały "
|
354 |
|
355 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:362
|
|
|
356 |
msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
|
357 |
+
msgstr "Wystąpił błąd podczas wgrywania twojego avatara.<br/>Możliwe przyczyny to: rozmiar/niepoprawny typ pliku.<br/>Avatar to"
|
358 |
|
359 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:380
|
360 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:233
|
|
|
361 |
msgid "Name"
|
362 |
+
msgstr "Imię"
|
363 |
|
364 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:386
|
|
|
365 |
msgid " Usernames cannot be changed."
|
366 |
+
msgstr "Nazwa użytkownika nie może zostać zmieniona."
|
367 |
|
368 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:414
|
369 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:459
|
370 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:246
|
371 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:307
|
|
|
372 |
msgid "(required)"
|
373 |
msgstr "(wymagane)"
|
374 |
|
375 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:422
|
|
|
376 |
msgid "Display name publicly as"
|
377 |
+
msgstr "Pokaż publicznie jako"
|
378 |
|
379 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:451
|
380 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:294
|
|
|
381 |
msgid "Contact Info"
|
382 |
+
msgstr "Dane kontaktowe"
|
383 |
|
384 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:501
|
385 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:369
|
|
|
386 |
msgid "About Yourself"
|
387 |
+
msgstr "O sobie"
|
388 |
|
389 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:521
|
390 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:403
|
|
|
391 |
msgid "Repeat Password"
|
392 |
msgstr "Powtórz hasło"
|
393 |
|
394 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:537
|
|
|
395 |
msgid "Update"
|
396 |
msgstr "Aktualizuj"
|
397 |
|
398 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
|
|
399 |
#, php-format
|
400 |
msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
401 |
+
msgstr "Jesteś zalogowany jako <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
402 |
|
403 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
404 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
|
|
405 |
msgid "Log out of this account"
|
406 |
+
msgstr "Wyloguj się z konta"
|
407 |
|
408 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
|
|
409 |
msgid "Log out »"
|
410 |
+
msgstr "Wyloguj się &raguo;"
|
411 |
|
412 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:60
|
|
|
413 |
#, php-format
|
414 |
msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
415 |
+
msgstr "Zalogowałeś się jako <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
416 |
|
417 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:86
|
418 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:398
|
|
|
419 |
msgid "Password"
|
420 |
+
msgstr "Hasło"
|
421 |
|
422 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:90
|
|
|
423 |
msgid "Log in"
|
424 |
+
msgstr "Zaloguj się"
|
425 |
|
426 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:92
|
|
|
427 |
msgid "Remember me"
|
428 |
+
msgstr "Zapamiętaj mnie"
|
429 |
|
430 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:96
|
|
|
431 |
msgid "Lost password?"
|
432 |
+
msgstr "Zapomniałeś hasła?"
|
433 |
|
434 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:39
|
|
|
435 |
msgid "A username is required for registration."
|
436 |
+
msgstr "Nazwa użytkownika jest wymagana do rejestracji."
|
437 |
|
438 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:41
|
|
|
439 |
msgid "Sorry, that username already exists!"
|
440 |
+
msgstr "Podany użytkownik już istnieje!"
|
441 |
|
442 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:44
|
|
|
443 |
msgid "You must enter a valid email address."
|
444 |
+
msgstr "Musisz podać poprawny adres email."
|
445 |
|
446 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:46
|
|
|
447 |
msgid "Sorry, that email address is already used!"
|
448 |
+
msgstr "Podany adres email został już wykorzystany!"
|
449 |
|
450 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:49
|
|
|
451 |
msgid "You didn't complete one of the password-fields!"
|
452 |
+
msgstr "Nie wypełniłeś jednego z pól z hasłem!"
|
453 |
|
454 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:51
|
|
|
455 |
msgid "The entered passwords don't match!"
|
456 |
+
msgstr "Wprowadzone hasła nie zgadzają się!"
|
457 |
|
458 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
|
|
459 |
#, php-format
|
460 |
msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
|
461 |
+
msgstr "Jesteś zalogowany jako <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. Nie potrzebujesz dodatkowego konta."
|
462 |
|
463 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
|
|
464 |
msgid "Logout »"
|
465 |
+
msgstr "Wyloguj się »"
|
466 |
|
467 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:181
|
|
|
468 |
#, php-format
|
469 |
msgid "A user account for %1$s has been created."
|
470 |
+
msgstr "Konto dla %1$s zostało założone."
|
471 |
|
472 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:183
|
|
|
473 |
#, php-format
|
474 |
msgid "Thank you for registering, %1$s."
|
475 |
+
msgstr "Dziękujemy za rejestrację, %1$s."
|
476 |
|
477 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:211
|
|
|
478 |
msgid "Users can register themselves or you can manually create users here."
|
479 |
+
msgstr "Użytkownicy mogą zarejestrować się sami albo możesz dodać ich tutaj."
|
480 |
|
481 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:215
|
|
|
482 |
msgid "Users cannot currently register themselves, but you can manually create users here."
|
483 |
+
msgstr "Aktualnie użytkownicy nie mogą zarejestrować się sami, ale możesz dodać ich tutaj."
|
484 |
|
485 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:219
|
|
|
486 |
msgid "Only an administrator can add new users."
|
487 |
+
msgstr "Tylko administrator może dodać nowych użytkowników."
|
488 |
|
489 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:422
|
490 |
+
msgid "Send these credentials via email."
|
491 |
+
msgstr "Wyślij hasło i login emailem."
|
|
|
492 |
|
493 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
|
|
|
494 |
msgid "Add User"
|
495 |
+
msgstr "Dodaj użytkownika"
|
496 |
|
497 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
|
|
|
498 |
msgid "Register"
|
499 |
+
msgstr "Zarejestruj się"
|
500 |
+
|
501 |
+
msgid "Required"
|
502 |
+
msgstr "Wymagane"
|
503 |
+
|
504 |
+
msgid "Yes"
|
505 |
+
msgstr "Tak"
|
506 |
+
|
507 |
+
msgid "No"
|
508 |
+
msgstr "Nie"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
509 |
|
translation/profilebuilder-pt_BR.mo
ADDED
Binary file
|
translation/profilebuilder-pt_BR.po
ADDED
@@ -0,0 +1,502 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Profile Builder PT_br\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-07-06 14:23+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-05-04 17:54+0100\n"
|
7 |
+
"Last-Translator: Paulo Ramalho <info@pauloramalho.com>\n"
|
8 |
+
"Language-Team: Paulo Ramalho <info@pauloramalho.com>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
+
"X-Poedit-Basepath: C:\\Users\\Cristi\\Desktop\\free\n"
|
14 |
+
"X-Poedit-Language: Portuguese\n"
|
15 |
+
"X-Poedit-Country: BRAZIL\n"
|
16 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
17 |
+
|
18 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:5
|
19 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
|
20 |
+
msgid "Profile Builder"
|
21 |
+
msgstr "Gerador de Perfis"
|
22 |
+
|
23 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:6
|
24 |
+
msgid "Welcome to Profile Builder!"
|
25 |
+
msgstr "Seja bem vindo ao Profile Builder"
|
26 |
+
|
27 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:8
|
28 |
+
msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
|
29 |
+
msgstr "permite personalizar o seu web site adicionando campos de preenchimento para usuários do front-end. Uma forma mais flexível para registrar ou modificar novos usuários."
|
30 |
+
|
31 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:9
|
32 |
+
msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
|
33 |
+
msgstr "Além do mais, permite a usuários com direitos de administrador, a personalização de campos básicos bem como adicionar novos campos."
|
34 |
+
|
35 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:10
|
36 |
+
msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
|
37 |
+
msgstr "Para conseguir isso apenas crie uma nova página com um nome intuitivo (por exemplo, Editar perfil)."
|
38 |
+
|
39 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:11
|
40 |
+
msgid "Now all you need to do is add the following shortcode(for the previous example): "
|
41 |
+
msgstr "Agora tudo o que necessitas fazer é adicionar o shortcode seguinte (para o exemplo anterior):"
|
42 |
+
|
43 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:12
|
44 |
+
msgid "Publish your page and you are ready to go!"
|
45 |
+
msgstr "Publique seu site e já estará pronto para usar"
|
46 |
+
|
47 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:13
|
48 |
+
msgid "You can use the following shortcodes:"
|
49 |
+
msgstr "Você poderá usar os seguintes shortcodes:"
|
50 |
+
|
51 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:14
|
52 |
+
msgid "for a log-in form."
|
53 |
+
msgstr "para un formulario de acceso."
|
54 |
+
|
55 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:15
|
56 |
+
msgid "to add a registration form."
|
57 |
+
msgstr "para adicionar um formulário de inscrição."
|
58 |
+
|
59 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:16
|
60 |
+
msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
|
61 |
+
msgstr "para permitir aos usuários acesso a sua informação desde a parte pública (front-end) do site (é necessário que o usuário esteja conectado)"
|
62 |
+
|
63 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:18
|
64 |
+
msgid "Users with administrator rights have access to the following features:"
|
65 |
+
msgstr "Os usuários com direitos de administrador tem acesso as seguintes características:"
|
66 |
+
|
67 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:19
|
68 |
+
msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
|
69 |
+
msgstr "adicionar uma folha de estilos (CSS) personalizada/herdar os valores do tema atual ou usar uma das seguintes: padrão, branco ou preto."
|
70 |
+
|
71 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:20
|
72 |
+
msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
|
73 |
+
msgstr "escolher se deseja ou não mostrar a barra de administração no site para um determinado grupo de usuários registrados no site."
|
74 |
+
|
75 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:21
|
76 |
+
msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
|
77 |
+
msgstr "selecionar quais campos podem ser vistos/modificados pelos usuários. Os valores de campos ocultos não de modificarão."
|
78 |
+
|
79 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:22
|
80 |
+
msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
|
81 |
+
msgstr "adicionar campos personalizados aos já existentes com vários tipos de escolha: título, texto, textarea, select, checkbox, radio, e/ou subir arquivo."
|
82 |
+
|
83 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:23
|
84 |
+
msgid "add an avatar field."
|
85 |
+
msgstr "adicionar um campo de avatar."
|
86 |
+
|
87 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:26
|
88 |
+
msgid "NOTE:"
|
89 |
+
msgstr "OBS:"
|
90 |
+
|
91 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:27
|
92 |
+
msgid "this plugin only adds/removes fields in the front-end."
|
93 |
+
msgstr "este plugin somente adiciona/elimina campos da parte pública do site."
|
94 |
+
|
95 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:28
|
96 |
+
msgid "The default information-fields will still be visible(and thus modifiable)"
|
97 |
+
msgstr "Os campos de informação por padrão seguirão sendo visíveis (e portanto editáveis)"
|
98 |
+
|
99 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:29
|
100 |
+
msgid "from the back-end, while custom fields will only be visible in the front-end."
|
101 |
+
msgstr "através da administração, enquanto os campos personalizados somente serão visíveis na parte pública (front end)."
|
102 |
+
|
103 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:43
|
104 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:44
|
105 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:58
|
106 |
+
msgid "Plugin Layout"
|
107 |
+
msgstr "Design do plugin"
|
108 |
+
|
109 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:50
|
110 |
+
msgid "Stylesheet used:"
|
111 |
+
msgstr "Folha de estilos usada:"
|
112 |
+
|
113 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:53
|
114 |
+
msgid "Default"
|
115 |
+
msgstr "Padrão"
|
116 |
+
|
117 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:58
|
118 |
+
msgid "White"
|
119 |
+
msgstr "Branco"
|
120 |
+
|
121 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:59
|
122 |
+
msgid "Black"
|
123 |
+
msgstr "Preto"
|
124 |
+
|
125 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:63
|
126 |
+
msgid "None"
|
127 |
+
msgstr "Nenhum"
|
128 |
+
|
129 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:72
|
130 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:119
|
131 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:287
|
132 |
+
msgid "Save Changes"
|
133 |
+
msgstr "Salvar modificações"
|
134 |
+
|
135 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:90
|
136 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:91
|
137 |
+
#, fuzzy
|
138 |
+
msgid "Show/Hide the Admin Bar on Front End"
|
139 |
+
msgstr "Mostrar/Ocultar a bara de admin no front-end"
|
140 |
+
|
141 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:95
|
142 |
+
msgid "User-group"
|
143 |
+
msgstr "Grupo do usuário"
|
144 |
+
|
145 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:96
|
146 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:143
|
147 |
+
msgid "Visibility"
|
148 |
+
msgstr "Visibilidade"
|
149 |
+
|
150 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:108
|
151 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:159
|
152 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:168
|
153 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:177
|
154 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:186
|
155 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:195
|
156 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:212
|
157 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:221
|
158 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:233
|
159 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:242
|
160 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:251
|
161 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:268
|
162 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:278
|
163 |
+
msgid "Show"
|
164 |
+
msgstr "Mostrar"
|
165 |
+
|
166 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:109
|
167 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:160
|
168 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:169
|
169 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:178
|
170 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:187
|
171 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:196
|
172 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:213
|
173 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:222
|
174 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:234
|
175 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:243
|
176 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:252
|
177 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:269
|
178 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:279
|
179 |
+
msgid "Hide"
|
180 |
+
msgstr "Ocultar"
|
181 |
+
|
182 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:137
|
183 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:138
|
184 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:60
|
185 |
+
msgid "Default Profile Fields"
|
186 |
+
msgstr "Campos predeterminados"
|
187 |
+
|
188 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:142
|
189 |
+
msgid "Input Field Name"
|
190 |
+
msgstr "Etiqueta do campo"
|
191 |
+
|
192 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:149
|
193 |
+
msgid "Name:"
|
194 |
+
msgstr "Nome"
|
195 |
+
|
196 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:156
|
197 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:385
|
198 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:76
|
199 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:244
|
200 |
+
msgid "Username"
|
201 |
+
msgstr "Usuário"
|
202 |
+
|
203 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:165
|
204 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:394
|
205 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:259
|
206 |
+
msgid "First Name"
|
207 |
+
msgstr "Nome:"
|
208 |
+
|
209 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:174
|
210 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:403
|
211 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:273
|
212 |
+
msgid "Last Name"
|
213 |
+
msgstr "Sobrenomes"
|
214 |
+
|
215 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:183
|
216 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:412
|
217 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:287
|
218 |
+
msgid "Nickname"
|
219 |
+
msgstr "Nickname (usuário)"
|
220 |
+
|
221 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:192
|
222 |
+
msgid "Display name publicly as..."
|
223 |
+
msgstr "Mostrar publicamente como..."
|
224 |
+
|
225 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:202
|
226 |
+
msgid "Contact Info:"
|
227 |
+
msgstr "Informação de contato:"
|
228 |
+
|
229 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:209
|
230 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:457
|
231 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:305
|
232 |
+
msgid "E-mail"
|
233 |
+
msgstr "Email"
|
234 |
+
|
235 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:218
|
236 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:467
|
237 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:320
|
238 |
+
msgid "Website"
|
239 |
+
msgstr "Página Web"
|
240 |
+
|
241 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:230
|
242 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:476
|
243 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:334
|
244 |
+
msgid "AIM"
|
245 |
+
msgstr "AIM"
|
246 |
+
|
247 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:239
|
248 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:485
|
249 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:348
|
250 |
+
msgid "Yahoo IM"
|
251 |
+
msgstr "Yahoo IM"
|
252 |
+
|
253 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:248
|
254 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:494
|
255 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:362
|
256 |
+
msgid "Jabber / Google Talk"
|
257 |
+
msgstr "Jabber/Google Talk"
|
258 |
+
|
259 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:258
|
260 |
+
msgid "About Yourself:"
|
261 |
+
msgstr "Sobre você:"
|
262 |
+
|
263 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:265
|
264 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:507
|
265 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:380
|
266 |
+
msgid "Biographical Info"
|
267 |
+
msgstr "Informação Biográfica"
|
268 |
+
|
269 |
+
#: C:\Users\Cristi\Desktop\free/front-end/menu.file.php:275
|
270 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:516
|
271 |
+
msgid "New Password"
|
272 |
+
msgstr "Nova senha"
|
273 |
+
|
274 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:57
|
275 |
+
msgid "Basic Information"
|
276 |
+
msgstr "Informação Básica"
|
277 |
+
|
278 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:59
|
279 |
+
msgid "Show/Hide the Admin Bar on Front-end"
|
280 |
+
msgstr "Mostrar/ocultara barra de administração no Front-end"
|
281 |
+
|
282 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:63
|
283 |
+
msgid "Extra Profile Fields"
|
284 |
+
msgstr "Campos customizáveis"
|
285 |
+
|
286 |
+
#: C:\Users\Cristi\Desktop\free/front-end/options.php:64
|
287 |
+
msgid "Register Your Version"
|
288 |
+
msgstr "Registrar minha versão"
|
289 |
+
|
290 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:269
|
291 |
+
msgid "You must be logged in to edit your profile."
|
292 |
+
msgstr "Você deve estar conectado para editar seu perfil."
|
293 |
+
|
294 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:278
|
295 |
+
msgid "The avatar was successfully deleted."
|
296 |
+
msgstr "Sua foto foi eliminada."
|
297 |
+
|
298 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:283
|
299 |
+
msgid "The attachment \""
|
300 |
+
msgstr "O arquivo anexo \""
|
301 |
+
|
302 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:285
|
303 |
+
msgid "\" was successfully deleted."
|
304 |
+
msgstr "\" foi deletado com sucesso."
|
305 |
+
|
306 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:298
|
307 |
+
msgid "The changes have been successfully saved."
|
308 |
+
msgstr "As modificações foram salvas corretamente."
|
309 |
+
|
310 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:303
|
311 |
+
msgid "The email address you entered is already registered to a different user.<br/>The email address was "
|
312 |
+
msgstr "O endereço de email que você introduziu já está sendo usado por outro usuário. .<br/>O email era"
|
313 |
+
|
314 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:304
|
315 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:314
|
316 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:324
|
317 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:333
|
318 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:355
|
319 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:363
|
320 |
+
msgid "NOT"
|
321 |
+
msgstr "NÃO"
|
322 |
+
|
323 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:305
|
324 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:315
|
325 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:325
|
326 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:334
|
327 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:356
|
328 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:364
|
329 |
+
msgid " updated along with the rest of the information."
|
330 |
+
msgstr "atualizado junto com o resto da informação."
|
331 |
+
|
332 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:313
|
333 |
+
msgid "The email address you entered is invalid. <br/> The email address was "
|
334 |
+
msgstr "O endereço de email não é válido.<br/>O email era"
|
335 |
+
|
336 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:323
|
337 |
+
msgid "The passwords you entered do not match. <br/> The password was "
|
338 |
+
msgstr "As senhas introduzidas não coincidem.<br/>A senha era"
|
339 |
+
|
340 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:332
|
341 |
+
msgid "You didn't complete both password fields. <br/> The password was "
|
342 |
+
msgstr "Ambos os campos da senha não foram completados.<br/>A senha era"
|
343 |
+
|
344 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:344
|
345 |
+
msgid "There was an error while trying to upload the following attachments:<br/>"
|
346 |
+
msgstr "Ocorreu um erro ao subir os seguintes arquivos:<br/>"
|
347 |
+
|
348 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:352
|
349 |
+
msgid "<br/>Possible cause: the size was bigger than "
|
350 |
+
msgstr "<br/>Causa possível: o tamanho é maior que"
|
351 |
+
|
352 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:354
|
353 |
+
msgid "b.<br/>The listed attachements were "
|
354 |
+
msgstr "b.<br/>Os arquivos anexados eram"
|
355 |
+
|
356 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:362
|
357 |
+
msgid "There was an error while trying to upload your avatar picture.<br/>Possible cause: size/incorrect file-type.<br/>The avatar was "
|
358 |
+
msgstr "Ocorreu um erro ao tentar subir a imagem de avatar.<br/>Possível causa: tamanho/tipo de arquivo incorreto.<br/>O avatar era"
|
359 |
+
|
360 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:380
|
361 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:233
|
362 |
+
msgid "Name"
|
363 |
+
msgstr "Nome"
|
364 |
+
|
365 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:386
|
366 |
+
msgid " Usernames cannot be changed."
|
367 |
+
msgstr "Os nomes de usuários não podem ser modificados"
|
368 |
+
|
369 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:414
|
370 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:459
|
371 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:246
|
372 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:307
|
373 |
+
msgid "(required)"
|
374 |
+
msgstr "(obrigatorio)"
|
375 |
+
|
376 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:422
|
377 |
+
msgid "Display name publicly as"
|
378 |
+
msgstr "Mostrar nome público como"
|
379 |
+
|
380 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:451
|
381 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:294
|
382 |
+
msgid "Contact Info"
|
383 |
+
msgstr "Informação de contato"
|
384 |
+
|
385 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:501
|
386 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:369
|
387 |
+
msgid "About Yourself"
|
388 |
+
msgstr "Sobre você"
|
389 |
+
|
390 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:521
|
391 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:403
|
392 |
+
msgid "Repeat Password"
|
393 |
+
msgstr "Repetir a senha"
|
394 |
+
|
395 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.edit.profile.php:537
|
396 |
+
msgid "Update"
|
397 |
+
msgstr "Atualizar"
|
398 |
+
|
399 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
400 |
+
#, fuzzy, php-format
|
401 |
+
msgid "You are currently logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
402 |
+
msgstr "Você já está conectado como <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
403 |
+
|
404 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
405 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
406 |
+
msgid "Log out of this account"
|
407 |
+
msgstr "Fechar a sessão"
|
408 |
+
|
409 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:47
|
410 |
+
msgid "Log out »"
|
411 |
+
msgstr "Sair »"
|
412 |
+
|
413 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:60
|
414 |
+
#, php-format
|
415 |
+
msgid "You have successfully logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
416 |
+
msgstr "Você efetuou login como <a href=\"%1$s\" title=\"%2$s\">%2$s</a>."
|
417 |
+
|
418 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:86
|
419 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:398
|
420 |
+
msgid "Password"
|
421 |
+
msgstr "Senha"
|
422 |
+
|
423 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:90
|
424 |
+
msgid "Log in"
|
425 |
+
msgstr "Acessar"
|
426 |
+
|
427 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:92
|
428 |
+
msgid "Remember me"
|
429 |
+
msgstr "Lembrar-me"
|
430 |
+
|
431 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.login.php:96
|
432 |
+
msgid "Lost password?"
|
433 |
+
msgstr "Esqueceu a sua senha?"
|
434 |
+
|
435 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:39
|
436 |
+
msgid "A username is required for registration."
|
437 |
+
msgstr "O nome de usuário é obrigatório para a inscrição."
|
438 |
+
|
439 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:41
|
440 |
+
msgid "Sorry, that username already exists!"
|
441 |
+
msgstr "Desculpe, este nome de usuário já existe!"
|
442 |
+
|
443 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:44
|
444 |
+
msgid "You must enter a valid email address."
|
445 |
+
msgstr "Você precisa introduzir um endereço de email válido."
|
446 |
+
|
447 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:46
|
448 |
+
msgid "Sorry, that email address is already used!"
|
449 |
+
msgstr "Desculpe, este email já está em uo!"
|
450 |
+
|
451 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:49
|
452 |
+
msgid "You didn't complete one of the password-fields!"
|
453 |
+
msgstr "Você não completou os campos da senha!"
|
454 |
+
|
455 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:51
|
456 |
+
msgid "The entered passwords don't match!"
|
457 |
+
msgstr "As senham não coincidem"
|
458 |
+
|
459 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
460 |
+
#, php-format
|
461 |
+
msgid "You are logged in as <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. You don't need another account."
|
462 |
+
msgstr "Você está conectado como <a href=\"%1$s\" title=\"%2$s\">%2$s</a>. Não é necessária outra conta de usuário."
|
463 |
+
|
464 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:171
|
465 |
+
msgid "Logout »"
|
466 |
+
msgstr "Sair »"
|
467 |
+
|
468 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:181
|
469 |
+
#, php-format
|
470 |
+
msgid "A user account for %1$s has been created."
|
471 |
+
msgstr "Foi criada a conta de usuário para %1$s."
|
472 |
+
|
473 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:183
|
474 |
+
#, php-format
|
475 |
+
msgid "Thank you for registering, %1$s."
|
476 |
+
msgstr "Obrigado por registrar-se no nosso site, %1$s."
|
477 |
+
|
478 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:211
|
479 |
+
msgid "Users can register themselves or you can manually create users here."
|
480 |
+
msgstr "Os usuários podem se registrar ou podes criar manualmente os usuários por aqui."
|
481 |
+
|
482 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:215
|
483 |
+
msgid "Users cannot currently register themselves, but you can manually create users here."
|
484 |
+
msgstr "Os usuários não podem se registrar ou podes criar manualmente os usuários por aqui."
|
485 |
+
|
486 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:219
|
487 |
+
msgid "Only an administrator can add new users."
|
488 |
+
msgstr "Somente o administrador pode criar novos usuários."
|
489 |
+
|
490 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:422
|
491 |
+
#, fuzzy
|
492 |
+
msgid " Send these credentials via email."
|
493 |
+
msgstr "Enviar estas informações por email."
|
494 |
+
|
495 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
|
496 |
+
msgid "Add User"
|
497 |
+
msgstr "Adicionar usuario"
|
498 |
+
|
499 |
+
#: C:\Users\Cristi\Desktop\free/front-end/wppb.register.php:428
|
500 |
+
msgid "Register"
|
501 |
+
msgstr "Registrar"
|
502 |
+
|
translation/profilebuilder-ro_RO.mo
ADDED
Binary file
|
translation/profilebuilder-ro_RO.po
ADDED
@@ -0,0 +1,1282 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: ProfileBuilder\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-03-05 12:20+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-03-08 11:48+0200\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: Reflection Media, Gabriel Barina\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
+
"X-Poedit-Basepath: .\n"
|
14 |
+
"X-Poedit-SearchPath-0: C:\\Users\\Gabi\\Desktop\\test\\profile-builder-pro\n"
|
15 |
+
|
16 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:25
|
17 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:28
|
18 |
+
msgid "Profile Builder"
|
19 |
+
msgstr "Profile Builder"
|
20 |
+
|
21 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:26
|
22 |
+
msgid "Welcome to Profile Builder!"
|
23 |
+
msgstr "Bine ati venit la Profile Builder!"
|
24 |
+
|
25 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:28
|
26 |
+
msgid " lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users."
|
27 |
+
msgstr "iti permite personalizarea website-ului prin adaugarea unui meniu de inregistrare a utilizatorilor in front-end si o modalitate flexibila prin care acestia isi pot modifica datele de utilizator."
|
28 |
+
|
29 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:29
|
30 |
+
msgid "Also, grants users with administrator rights to customize basic fields or to add new ones."
|
31 |
+
msgstr "Permite utilizatorilor cu drepturi de administrator sa personalizeze campurile standard si sa adauge campuri noi."
|
32 |
+
|
33 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:30
|
34 |
+
msgid "To achieve this, just create a new page, and give it an intuitive name(e.g. Edit Profile)."
|
35 |
+
msgstr "Pentru aceasta, creati o noua pagina si dati-i un nume intuitiv (ex: Editeaza Profil)."
|
36 |
+
|
37 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:31
|
38 |
+
msgid "Now all you need to do is add the following shortcode(for the previous example): "
|
39 |
+
msgstr "Acum tot ce trebuie sa faceti este sa adaugati urmatorul cod (pentru exemplul precedent):"
|
40 |
+
|
41 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:32
|
42 |
+
msgid "Publish your page and you are ready to go!"
|
43 |
+
msgstr "Publica pagina si esti gata!"
|
44 |
+
|
45 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:33
|
46 |
+
msgid "You can use the following shortcodes:"
|
47 |
+
msgstr "Poti folosi urmatoarele coduri:"
|
48 |
+
|
49 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:34
|
50 |
+
msgid "for a log-in form."
|
51 |
+
msgstr "pentru un formular de log-in."
|
52 |
+
|
53 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:35
|
54 |
+
msgid "to add a registration form."
|
55 |
+
msgstr "pentru a adauga un formular de inregistrare."
|
56 |
+
|
57 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:36
|
58 |
+
msgid "to grant users a front-end acces to their personal information(requires user to be logged in)."
|
59 |
+
msgstr "pentru a permite utilizatorilor acces la informatiile personale in front-end (trebuie sa fii autentificat)."
|
60 |
+
|
61 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:37
|
62 |
+
msgid "to add a password recovery form."
|
63 |
+
msgstr "pentru a adauga un formular de recuperare parola."
|
64 |
+
|
65 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:39
|
66 |
+
msgid "Users with administrator rights have access to the following features:"
|
67 |
+
msgstr "Utilizatorii cu drepturi de administrator au acces la urmatoarele optiuni:"
|
68 |
+
|
69 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:40
|
70 |
+
msgid "add a custom stylesheet/inherit values from the current theme or use one of the following built into this plugin: default, white or black."
|
71 |
+
msgstr "adauga un stylesheet personalizat/mosteneste valori de la tema curenta sau folosestele pe cele din plugin: standard, alb sau negru."
|
72 |
+
|
73 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:41
|
74 |
+
msgid "select whether to display or not the admin bar in the front end for a specific user-group registered to the site."
|
75 |
+
msgstr "selecteaza daca sa afisezi sau nu bara de administrare in front-end pentru un grup de utilizatori. "
|
76 |
+
|
77 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:42
|
78 |
+
msgid "select which information-field can users see/modify. The hidden fields' values remain unmodified."
|
79 |
+
msgstr "selecteaza campurile pe care utilizatorii le pot vedea/modifica. Valorile campurilor ascunse vor ramane nemodificate."
|
80 |
+
|
81 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:43
|
82 |
+
msgid "add custom fields to the existing ones, with several types to choose from: heading, text, textarea, select, checkbox, radio, and/or upload."
|
83 |
+
msgstr "adauga campuri la cele existente, poti alege din mai multe tipuri: heading, text, textarea, select, checkbox, radio, and/or upload."
|
84 |
+
|
85 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:44
|
86 |
+
msgid "add an avatar field."
|
87 |
+
msgstr "adauga un camp de avatar."
|
88 |
+
|
89 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:45
|
90 |
+
msgid "create custom redirects."
|
91 |
+
msgstr "crea redirecturi personalizate."
|
92 |
+
|
93 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:46
|
94 |
+
msgid "front-end userlisting using the"
|
95 |
+
msgstr "listare utilizatori in front end folosind"
|
96 |
+
|
97 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:46
|
98 |
+
msgid "shortcode."
|
99 |
+
msgstr "cod."
|
100 |
+
|
101 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:49
|
102 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:84
|
103 |
+
msgid "NOTE:"
|
104 |
+
msgstr "NOTA:"
|
105 |
+
|
106 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:50
|
107 |
+
msgid "this plugin only adds/removes fields in the front-end."
|
108 |
+
msgstr "acest modul adauga/sterge campuri doar in front-end."
|
109 |
+
|
110 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:51
|
111 |
+
msgid "The default information-fields will still be visible(and thus modifiable)"
|
112 |
+
msgstr "Campurile standard vor ramane vizibile (si pot fi modificate)"
|
113 |
+
|
114 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:52
|
115 |
+
msgid "from the back-end, while custom fields will only be visible in the front-end."
|
116 |
+
msgstr "din panoul de administrare, pe cand campurile vor fi vizibile doar in front-end."
|
117 |
+
|
118 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:66
|
119 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:67
|
120 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/options.php:58
|
121 |
+
msgid "Plugin Layout"
|
122 |
+
msgstr "Layout Plugin"
|
123 |
+
|
124 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:68
|
125 |
+
msgid "Stylesheet used:"
|
126 |
+
msgstr "Styleshhet-uri folosite:"
|
127 |
+
|
128 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:70
|
129 |
+
msgid "Default"
|
130 |
+
msgstr "Standard"
|
131 |
+
|
132 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:75
|
133 |
+
msgid "White"
|
134 |
+
msgstr "Alb"
|
135 |
+
|
136 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:76
|
137 |
+
msgid "Black"
|
138 |
+
msgstr "Negru"
|
139 |
+
|
140 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:80
|
141 |
+
msgid "None"
|
142 |
+
msgstr "Nimic"
|
143 |
+
|
144 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:84
|
145 |
+
msgid "The black stylesheet is intended for sites/blogs with a dark background."
|
146 |
+
msgstr "Stylesheet-ul negru este destinat siteurilor/blogurilor cu un fundal negru."
|
147 |
+
|
148 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:84
|
149 |
+
msgid "The white stylesheet is intended for a sites/blogs with a light background color."
|
150 |
+
msgstr "Stylesheet-ul alb este destinat site-urilor/blogurilor cu un fundal deschis."
|
151 |
+
|
152 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:89
|
153 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:133
|
154 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:344
|
155 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:248
|
156 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:38
|
157 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:412
|
158 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:566
|
159 |
+
msgid "Save Changes"
|
160 |
+
msgstr "Salveaza modificari"
|
161 |
+
|
162 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:107
|
163 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:108
|
164 |
+
msgid "Show/Hide the Admin Bar on Front End"
|
165 |
+
msgstr "Arata/Ascunde Bara de Admin in Front End"
|
166 |
+
|
167 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:112
|
168 |
+
msgid "User-group"
|
169 |
+
msgstr "Grup utilizatori"
|
170 |
+
|
171 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:113
|
172 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:157
|
173 |
+
msgid "Visibility"
|
174 |
+
msgstr "Vizibilitate"
|
175 |
+
|
176 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:122
|
177 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:172
|
178 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:185
|
179 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:198
|
180 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:211
|
181 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:224
|
182 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:243
|
183 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:256
|
184 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:272
|
185 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:285
|
186 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:298
|
187 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:317
|
188 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:331
|
189 |
+
msgid "Show"
|
190 |
+
msgstr "Arata"
|
191 |
+
|
192 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:123
|
193 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:173
|
194 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:186
|
195 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:199
|
196 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:212
|
197 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:225
|
198 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:244
|
199 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:257
|
200 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:273
|
201 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:286
|
202 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:299
|
203 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:318
|
204 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:332
|
205 |
+
msgid "Hide"
|
206 |
+
msgstr "Ascunde"
|
207 |
+
|
208 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:151
|
209 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:152
|
210 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/options.php:60
|
211 |
+
msgid "Default Profile Fields"
|
212 |
+
msgstr "Campuri standard de profil"
|
213 |
+
|
214 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:156
|
215 |
+
msgid "Input Field Name"
|
216 |
+
msgstr "Nume camp"
|
217 |
+
|
218 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:158
|
219 |
+
msgid "Required"
|
220 |
+
msgstr "Necesar"
|
221 |
+
|
222 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:163
|
223 |
+
msgid "Name:"
|
224 |
+
msgstr "Nume:"
|
225 |
+
|
226 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:169
|
227 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:699
|
228 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:123
|
229 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:499
|
230 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:668
|
231 |
+
msgid "Username"
|
232 |
+
msgstr "Utilizator"
|
233 |
+
|
234 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:176
|
235 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:189
|
236 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:202
|
237 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:215
|
238 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:228
|
239 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:247
|
240 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:260
|
241 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:276
|
242 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:289
|
243 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:302
|
244 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:321
|
245 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:335
|
246 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:468
|
247 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:476
|
248 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:486
|
249 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:515
|
250 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:527
|
251 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:539
|
252 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:551
|
253 |
+
msgid "Yes"
|
254 |
+
msgstr "Da"
|
255 |
+
|
256 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:177
|
257 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:190
|
258 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:203
|
259 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:216
|
260 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:229
|
261 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:248
|
262 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:261
|
263 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:277
|
264 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:290
|
265 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:303
|
266 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:322
|
267 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:336
|
268 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:469
|
269 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:477
|
270 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:487
|
271 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:516
|
272 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:528
|
273 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:540
|
274 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:552
|
275 |
+
msgid "No"
|
276 |
+
msgstr "Nu"
|
277 |
+
|
278 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:182
|
279 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:719
|
280 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:692
|
281 |
+
msgid "First Name"
|
282 |
+
msgstr "Prenume"
|
283 |
+
|
284 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:195
|
285 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:739
|
286 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:716
|
287 |
+
msgid "Last Name"
|
288 |
+
msgstr "Nume"
|
289 |
+
|
290 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:208
|
291 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:759
|
292 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:740
|
293 |
+
msgid "Nickname"
|
294 |
+
msgstr "Porecla"
|
295 |
+
|
296 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:221
|
297 |
+
msgid "Display name publicly as..."
|
298 |
+
msgstr "Afiseaza nume ca..."
|
299 |
+
|
300 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:234
|
301 |
+
msgid "Contact Info:"
|
302 |
+
msgstr "Informatii contact:"
|
303 |
+
|
304 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:240
|
305 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:829
|
306 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:500
|
307 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:767
|
308 |
+
msgid "E-mail"
|
309 |
+
msgstr "E-mail"
|
310 |
+
|
311 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:253
|
312 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:848
|
313 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:791
|
314 |
+
msgid "Website"
|
315 |
+
msgstr "Website"
|
316 |
+
|
317 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:269
|
318 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:866
|
319 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:815
|
320 |
+
msgid "AIM"
|
321 |
+
msgstr "AIM"
|
322 |
+
|
323 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:282
|
324 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:884
|
325 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:839
|
326 |
+
msgid "Yahoo IM"
|
327 |
+
msgstr "Yahoo IM"
|
328 |
+
|
329 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:295
|
330 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:902
|
331 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:863
|
332 |
+
msgid "Jabber / Google Talk"
|
333 |
+
msgstr "Jabber / Google Talk"
|
334 |
+
|
335 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:308
|
336 |
+
msgid "About Yourself:"
|
337 |
+
msgstr "Despre tine:"
|
338 |
+
|
339 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:314
|
340 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:923
|
341 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:890
|
342 |
+
msgid "Biographical Info"
|
343 |
+
msgstr "Informatii biografice"
|
344 |
+
|
345 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/menu.file.php:328
|
346 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:933
|
347 |
+
msgid "New Password"
|
348 |
+
msgstr "Parola noua"
|
349 |
+
|
350 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/options.php:57
|
351 |
+
msgid "Basic Information"
|
352 |
+
msgstr "Informatii standard"
|
353 |
+
|
354 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/options.php:59
|
355 |
+
msgid "Show/Hide the Admin Bar on Front-end"
|
356 |
+
msgstr "Arata/Ascunde bara de administrare in front-end"
|
357 |
+
|
358 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/options.php:66
|
359 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:6
|
360 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:7
|
361 |
+
msgid "Extra Profile Fields"
|
362 |
+
msgstr "Campuri extra de profil"
|
363 |
+
|
364 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/options.php:69
|
365 |
+
msgid "Addons"
|
366 |
+
msgstr "Addon-uri"
|
367 |
+
|
368 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/options.php:72
|
369 |
+
msgid "Register Your Version"
|
370 |
+
msgstr "Inregistreaza versiunea ta"
|
371 |
+
|
372 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:85
|
373 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:45
|
374 |
+
msgid "The information size you were trying to submit was larger than"
|
375 |
+
msgstr "Dimeniusnea informatiei pe care incerci sa o trimiti depaseste"
|
376 |
+
|
377 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:86
|
378 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:46
|
379 |
+
msgid "This is usually caused by a large file(s) trying to be uploaded."
|
380 |
+
msgstr "Acest lucru se datoreaza in mod normal incercarii de incarcare a unor fisiere mari."
|
381 |
+
|
382 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:87
|
383 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:47
|
384 |
+
msgid "Since it was also larger than"
|
385 |
+
msgstr "Deoarece a fost mai mare decat"
|
386 |
+
|
387 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:87
|
388 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:47
|
389 |
+
msgid "no additional information is available."
|
390 |
+
msgstr "nicio informatie aditionala nu e disponibila."
|
391 |
+
|
392 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:559
|
393 |
+
msgid "You must be logged in to edit your profile."
|
394 |
+
msgstr "Trebuie sa fii inregistrat pentru a-ti edita profilul."
|
395 |
+
|
396 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:569
|
397 |
+
msgid "The avatar was successfully deleted."
|
398 |
+
msgstr "Avatarul a fost sters cu succes."
|
399 |
+
|
400 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:576
|
401 |
+
msgid "The attachment"
|
402 |
+
msgstr "Atasamentul"
|
403 |
+
|
404 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:576
|
405 |
+
msgid "was successfully deleted."
|
406 |
+
msgstr "a fost sters cu succes."
|
407 |
+
|
408 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:591
|
409 |
+
msgid "The changes have been successfully saved."
|
410 |
+
msgstr "Modificarile au fost salvate."
|
411 |
+
|
412 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:598
|
413 |
+
msgid "The email address you entered is already registered to a different user."
|
414 |
+
msgstr "Adresa de email introdusa este folosita deja de alt utilizator."
|
415 |
+
|
416 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:598
|
417 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:608
|
418 |
+
msgid "The email address was"
|
419 |
+
msgstr "Adresa de email a fost"
|
420 |
+
|
421 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:598
|
422 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:608
|
423 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:618
|
424 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:627
|
425 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:653
|
426 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:661
|
427 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
|
428 |
+
msgid "NOT"
|
429 |
+
msgstr "NU"
|
430 |
+
|
431 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:598
|
432 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:608
|
433 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:618
|
434 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:627
|
435 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:653
|
436 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:661
|
437 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
|
438 |
+
msgid "updated along with the rest of the information."
|
439 |
+
msgstr "actualizat odata cu restul informatiei."
|
440 |
+
|
441 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:608
|
442 |
+
msgid "The email address you entered is invalid."
|
443 |
+
msgstr "Adresa de email introdusa este invalida."
|
444 |
+
|
445 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:618
|
446 |
+
msgid "The passwords you entered do not match."
|
447 |
+
msgstr "Parolele introduse nu se potrivesc."
|
448 |
+
|
449 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:618
|
450 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:627
|
451 |
+
msgid "The password was"
|
452 |
+
msgstr "Parola a fost"
|
453 |
+
|
454 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:627
|
455 |
+
msgid "You didn't complete both password fields."
|
456 |
+
msgstr "Nu ai completat ambele campuri ale parolei."
|
457 |
+
|
458 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:634
|
459 |
+
msgid "Your profile was NOT updated!"
|
460 |
+
msgstr "Profilul tau NU a fost actualizat!"
|
461 |
+
|
462 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:643
|
463 |
+
msgid "There was an error while trying to upload the following attachments:"
|
464 |
+
msgstr "A intervenit o eroare in timpul incarcarii urmatoarelor atasamente:"
|
465 |
+
|
466 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:653
|
467 |
+
msgid "Possible cause: the size was bigger than"
|
468 |
+
msgstr "Posibila cauza: dimensiune mai mare de "
|
469 |
+
|
470 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:653
|
471 |
+
msgid "The listed attachements were"
|
472 |
+
msgstr "Atasamentele listate au fost"
|
473 |
+
|
474 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:661
|
475 |
+
msgid "There was an error while trying to upload your avatar picture."
|
476 |
+
msgstr "S-a inregistrat o eroare in timpul incarcarii imaginii avatar."
|
477 |
+
|
478 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:661
|
479 |
+
msgid "Possible cause: size/incorrect file-type."
|
480 |
+
msgstr "Cauza posibila: dimensiune/tip fisier incorect(a)."
|
481 |
+
|
482 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:661
|
483 |
+
msgid "The avatar was"
|
484 |
+
msgstr "Avatarul a fost"
|
485 |
+
|
486 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:669
|
487 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:339
|
488 |
+
msgid "There was an error while trying to upload the following attachment(s)"
|
489 |
+
msgstr "A existat o eroare in timp ce se incerca incarcarea urmatoarelor atasamente"
|
490 |
+
|
491 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
|
492 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:346
|
493 |
+
msgid "Only files with the following extension(s) can be uploaded:"
|
494 |
+
msgstr "Doar fisierele cu urmatoarele extensii pot si incarcate:"
|
495 |
+
|
496 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:676
|
497 |
+
msgid "This file was"
|
498 |
+
msgstr "Fisierul a fost"
|
499 |
+
|
500 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:693
|
501 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:648
|
502 |
+
msgid "Name"
|
503 |
+
msgstr "Name"
|
504 |
+
|
505 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:700
|
506 |
+
msgid "Usernames cannot be changed."
|
507 |
+
msgstr "Numele de utilizator nu pot fi modificate."
|
508 |
+
|
509 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:780
|
510 |
+
msgid "Display name publicly as"
|
511 |
+
msgstr "Afiseaza numele ca"
|
512 |
+
|
513 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:812
|
514 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:746
|
515 |
+
msgid "Contact Info"
|
516 |
+
msgstr "Informatii contact"
|
517 |
+
|
518 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:831
|
519 |
+
msgid "(required)"
|
520 |
+
msgstr "(necesar)"
|
521 |
+
|
522 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:908
|
523 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:869
|
524 |
+
msgid "About Yourself"
|
525 |
+
msgstr "Despre tine"
|
526 |
+
|
527 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:938
|
528 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:281
|
529 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:312
|
530 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:924
|
531 |
+
msgid "Repeat Password"
|
532 |
+
msgstr "Repeta parola"
|
533 |
+
|
534 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.edit.profile.php:969
|
535 |
+
msgid "Update"
|
536 |
+
msgstr "Actualizeaza"
|
537 |
+
|
538 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:59
|
539 |
+
msgid "You are currently logged in as"
|
540 |
+
msgstr "Esti autentificat ca"
|
541 |
+
|
542 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:60
|
543 |
+
msgid "Log out of this account"
|
544 |
+
msgstr "Deautentificare din acest cont"
|
545 |
+
|
546 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:60
|
547 |
+
msgid "Log out"
|
548 |
+
msgstr "Deautentificare"
|
549 |
+
|
550 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:78
|
551 |
+
msgid "You have successfully logged in as"
|
552 |
+
msgstr "Te-ai autentificat cu succes ca"
|
553 |
+
|
554 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:105
|
555 |
+
msgid "You will soon be redirected automatically. If you see this page for more than 1 second, please click"
|
556 |
+
msgstr "Vei fi redirectionat in curand. Daca vizualizezi pagina pentru mai mult de 1 secunda click"
|
557 |
+
|
558 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:105
|
559 |
+
msgid "here"
|
560 |
+
msgstr "aici"
|
561 |
+
|
562 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:113
|
563 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:327
|
564 |
+
msgid "ERROR:"
|
565 |
+
msgstr "Eroare:"
|
566 |
+
|
567 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:113
|
568 |
+
msgid "The username field is empty"
|
569 |
+
msgstr "Campul utilizator este gol"
|
570 |
+
|
571 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:133
|
572 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:276
|
573 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:307
|
574 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:919
|
575 |
+
msgid "Password"
|
576 |
+
msgstr "Parola"
|
577 |
+
|
578 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:137
|
579 |
+
msgid "Log in"
|
580 |
+
msgstr "Autentificare"
|
581 |
+
|
582 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:141
|
583 |
+
msgid "Remember me"
|
584 |
+
msgstr "Tine-ma minte"
|
585 |
+
|
586 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.login.php:151
|
587 |
+
msgid "Lost password?"
|
588 |
+
msgstr "Ai pierdut parola?"
|
589 |
+
|
590 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:108
|
591 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:153
|
592 |
+
msgid "A password reset email has been sent to "
|
593 |
+
msgstr "Parola resetata a fost trimisa la"
|
594 |
+
|
595 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:108
|
596 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:153
|
597 |
+
msgid "Following the link sent in the email address will reset the password."
|
598 |
+
msgstr "Link-ul trimis pe email va permite resetarea parolei."
|
599 |
+
|
600 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:120
|
601 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:165
|
602 |
+
msgid "Someone requested that the password be reset for the following account: "
|
603 |
+
msgstr "S-a cerut o resetare a parolei pentru urmatorul cont:"
|
604 |
+
|
605 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:122
|
606 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:167
|
607 |
+
msgid "If this was a mistake, just ignore this email and nothing will happen."
|
608 |
+
msgstr "Daca ati primit acest email din greseala, ignorati-l."
|
609 |
+
|
610 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:123
|
611 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:168
|
612 |
+
msgid "To reset your password, visit the following link:"
|
613 |
+
msgstr "Pentru a va reseta parola, accesati acest link:"
|
614 |
+
|
615 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:127
|
616 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:172
|
617 |
+
msgid "Password Reset Feature from"
|
618 |
+
msgstr "Resetare Parola de la "
|
619 |
+
|
620 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:136
|
621 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:181
|
622 |
+
msgid "ERROR"
|
623 |
+
msgstr "Eroare"
|
624 |
+
|
625 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:136
|
626 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:181
|
627 |
+
msgid "There was an error while trying to send the activation link to "
|
628 |
+
msgstr "A existat o eroare la trimiterea linkului de activare catre"
|
629 |
+
|
630 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:146
|
631 |
+
msgid "The email address entered wasn't found in the database!"
|
632 |
+
msgstr "Adresa de email introdusa nu a fost gasita in baza de date!"
|
633 |
+
|
634 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:146
|
635 |
+
msgid "Please check that you entered the correct email address."
|
636 |
+
msgstr "Verificati daca ati introdus adresa de email corecta."
|
637 |
+
|
638 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:188
|
639 |
+
msgid "The username entered wasn't found in the database!"
|
640 |
+
msgstr "Numele de utilizator nu a fost gasit in baza de date!"
|
641 |
+
|
642 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:188
|
643 |
+
msgid "Please check that you entered the correct username."
|
644 |
+
msgstr "Verificati daca ati introdus numele de utilizator corect."
|
645 |
+
|
646 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:199
|
647 |
+
msgid "Your password has been successfully changed!"
|
648 |
+
msgstr "Parola a fost modificata cu succes!"
|
649 |
+
|
650 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:210
|
651 |
+
msgid "You have successfully reset your password,"
|
652 |
+
msgstr "Ati resetat cu succes parola,"
|
653 |
+
|
654 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:214
|
655 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:228
|
656 |
+
msgid "Password Successfully Reset for"
|
657 |
+
msgstr "Parola resetata cu succes pentru"
|
658 |
+
|
659 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:214
|
660 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:228
|
661 |
+
msgid "from"
|
662 |
+
msgstr "de la"
|
663 |
+
|
664 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:224
|
665 |
+
msgid "has requested a password change via the password reset feature."
|
666 |
+
msgstr "a cerut o modificare a parolei"
|
667 |
+
|
668 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:225
|
669 |
+
msgid "His/her new password is:"
|
670 |
+
msgstr "Parola noua este:"
|
671 |
+
|
672 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:243
|
673 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:336
|
674 |
+
msgid "The entered passwords don't match!"
|
675 |
+
msgstr "Parolele introduse nu corespund!"
|
676 |
+
|
677 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:288
|
678 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:319
|
679 |
+
msgid "Reset Password"
|
680 |
+
msgstr "Reseteaza parola"
|
681 |
+
|
682 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:327
|
683 |
+
msgid "Invalid key!"
|
684 |
+
msgstr "Cheie invalida!"
|
685 |
+
|
686 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:341
|
687 |
+
msgid "Please enter your username or email address."
|
688 |
+
msgstr "Introduceti numele de utilizator si adresa de email."
|
689 |
+
|
690 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:341
|
691 |
+
msgid "You will receive a link to create a new password via email."
|
692 |
+
msgstr "Veti primi un link pentru crearea unei noi parole via email."
|
693 |
+
|
694 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:350
|
695 |
+
msgid "Username or E-mail"
|
696 |
+
msgstr "Utilizator sau Email"
|
697 |
+
|
698 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.recover.password.php:359
|
699 |
+
msgid "Get New Password"
|
700 |
+
msgstr "Primeste parola noua"
|
701 |
+
|
702 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:48
|
703 |
+
msgid "The user was NOT created!"
|
704 |
+
msgstr "Utilizatorul nu a fost creat"
|
705 |
+
|
706 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:325
|
707 |
+
msgid "A username is required for registration."
|
708 |
+
msgstr "Un nume de utilizator e necesar pentru inregistrare."
|
709 |
+
|
710 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:327
|
711 |
+
msgid "Sorry, that username already exists!"
|
712 |
+
msgstr "Numele acesta de utilizator exista deja!"
|
713 |
+
|
714 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:329
|
715 |
+
msgid "You must enter a valid email address."
|
716 |
+
msgstr "Trebuie sa introduci o adresa de email valida."
|
717 |
+
|
718 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:331
|
719 |
+
msgid "Sorry, that email address is already used!"
|
720 |
+
msgstr "Adresa de email introdusa este folosita deja."
|
721 |
+
|
722 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:334
|
723 |
+
msgid "You didn't complete one of the password-fields!"
|
724 |
+
msgstr "Nu ai completat unul dintre campurile parola."
|
725 |
+
|
726 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:346
|
727 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:352
|
728 |
+
msgid "The account was NOT created!"
|
729 |
+
msgstr "Contul NU a fost creat!"
|
730 |
+
|
731 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:350
|
732 |
+
msgid "You must agree to the terms and conditions before registering!"
|
733 |
+
msgstr "Trebuie sa fii de acord cu termenii si conditiile inainte de inregistrare!"
|
734 |
+
|
735 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:352
|
736 |
+
msgid "(Several required fields were left uncompleted)"
|
737 |
+
msgstr "(Mai multe campuri obligatorii au ramas necompletate)"
|
738 |
+
|
739 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:498
|
740 |
+
msgid "New subscriber on"
|
741 |
+
msgstr "Un nou utilizator la"
|
742 |
+
|
743 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:503
|
744 |
+
msgid "A new subscriber has (been) registered!"
|
745 |
+
msgstr "Un nou utilizator s-a inregistrat!"
|
746 |
+
|
747 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:547
|
748 |
+
msgid "You are logged in as"
|
749 |
+
msgstr "Esti autentificat ca"
|
750 |
+
|
751 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:547
|
752 |
+
msgid "You don't need another account."
|
753 |
+
msgstr "Nu ai nevoie de alt cont"
|
754 |
+
|
755 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:547
|
756 |
+
msgid "Log out of this account."
|
757 |
+
msgstr "Iesire din cont"
|
758 |
+
|
759 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:547
|
760 |
+
msgid "Logout"
|
761 |
+
msgstr "Iesi din cont"
|
762 |
+
|
763 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:554
|
764 |
+
msgid "A user account has been created for"
|
765 |
+
msgstr "Un cont de utilizator a fost creat pentru"
|
766 |
+
|
767 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:579
|
768 |
+
msgid "Thank you for registering"
|
769 |
+
msgstr "Multumim pentru inregistrare"
|
770 |
+
|
771 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:606
|
772 |
+
msgid "An error occured while trying to send the notification email."
|
773 |
+
msgstr "A aparut o eroare in timp ce a fost trimis emailul de notificare."
|
774 |
+
|
775 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:610
|
776 |
+
msgid "An email containing the username and password was successfully sent."
|
777 |
+
msgstr "Un email cu numele de utilizator si parola a fost trimis."
|
778 |
+
|
779 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:625
|
780 |
+
msgid "Users can register themselves or you can manually create users here."
|
781 |
+
msgstr "Utilizatorii se pot inregistra singuri sau ii poti adauga manual aici."
|
782 |
+
|
783 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:630
|
784 |
+
msgid "Users cannot currently register themselves, but you can manually create users here."
|
785 |
+
msgstr "Utilizatorii nu se pot inregistra singuri, dat puteti crea manual utilizatori aici."
|
786 |
+
|
787 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:635
|
788 |
+
msgid "Only an administrator can add new users."
|
789 |
+
msgstr "Doar un administrator poate adauga noi utilizatori."
|
790 |
+
|
791 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:955
|
792 |
+
msgid "Send these credentials via email."
|
793 |
+
msgstr "Trimite informatiile via email."
|
794 |
+
|
795 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:967
|
796 |
+
msgid "Add User"
|
797 |
+
msgstr "Adauga utilizator"
|
798 |
+
|
799 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/front-end/wppb.register.php:967
|
800 |
+
msgid "Register"
|
801 |
+
msgstr "Inregistreaza-te"
|
802 |
+
|
803 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:8
|
804 |
+
msgid "You can create as many extra fields as your project requires. To break your custom fields into sections (on the front-end), add a \""
|
805 |
+
msgstr "Poti crea cate campuri suplimentare sunt necesare proiectului tau. Pentru a imparti campurile in sectiuni (in front end), adauga un \""
|
806 |
+
|
807 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:8
|
808 |
+
msgid "heading"
|
809 |
+
msgstr "rubrica"
|
810 |
+
|
811 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:8
|
812 |
+
msgid "\" custom field."
|
813 |
+
msgstr "\" camp personalizat."
|
814 |
+
|
815 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:9
|
816 |
+
msgid "All of the fields can be sorted and rearranged to your liking with "
|
817 |
+
msgstr "Toate campurile pot fi sortare si aranjate dupa propriile preferinte cu"
|
818 |
+
|
819 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:9
|
820 |
+
msgid "Drag"
|
821 |
+
msgstr "Trage"
|
822 |
+
|
823 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:9
|
824 |
+
msgid "Drop"
|
825 |
+
msgstr "Elibereaza"
|
826 |
+
|
827 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:9
|
828 |
+
msgid ". Don't worry about the order in which you create your custom fields, you can always reorder them."
|
829 |
+
msgstr ". Nu va faceti probleme legate de ordinea crearii campurilor, le puteti reordona oricand."
|
830 |
+
|
831 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:13
|
832 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:23
|
833 |
+
msgid "Title"
|
834 |
+
msgstr "Titlu"
|
835 |
+
|
836 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:14
|
837 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:24
|
838 |
+
msgid "Type"
|
839 |
+
msgstr "Tip"
|
840 |
+
|
841 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:15
|
842 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:25
|
843 |
+
msgid "Meta-Key"
|
844 |
+
msgstr "Meta-Cheie"
|
845 |
+
|
846 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:16
|
847 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:26
|
848 |
+
msgid "ID"
|
849 |
+
msgstr "ID"
|
850 |
+
|
851 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:17
|
852 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:27
|
853 |
+
msgid "Req'd"
|
854 |
+
msgstr "Obligatoriu"
|
855 |
+
|
856 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:18
|
857 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:28
|
858 |
+
msgid "Add Option"
|
859 |
+
msgstr "Adauga optiune"
|
860 |
+
|
861 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:40
|
862 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:73
|
863 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:206
|
864 |
+
msgid "Edit"
|
865 |
+
msgstr "Editeaza"
|
866 |
+
|
867 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:41
|
868 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:74
|
869 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:207
|
870 |
+
msgid "Delete"
|
871 |
+
msgstr "Sterge"
|
872 |
+
|
873 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:101
|
874 |
+
msgid "Title:"
|
875 |
+
msgstr "Titlu:"
|
876 |
+
|
877 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:101
|
878 |
+
msgid "The title of the item."
|
879 |
+
msgstr "Titlul inregistrarii."
|
880 |
+
|
881 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:111
|
882 |
+
msgid "Meta-Key:"
|
883 |
+
msgstr "Meta-Cheie:"
|
884 |
+
|
885 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:111
|
886 |
+
msgid "Use this in conjuction with WordPress functions to display the value in the page of your choosing. Auto-completed but editable - in this case it must be uniqe.<br/>Changing this might take long in case of a very big user-count."
|
887 |
+
msgstr "Folositi coroborat cu functii WordPress pentru a afisa valorile de pe pagina aleasa. Completata automat, dar editabila - in acest caz trebuie sa fie unica.<br/> Modificarile vor dura mult in cazul unui numar ridicat de utilizatori."
|
888 |
+
|
889 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:144
|
890 |
+
msgid "Option Type:"
|
891 |
+
msgstr "Tip optiune:"
|
892 |
+
|
893 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:144
|
894 |
+
msgid "Choose one of the supported option types."
|
895 |
+
msgstr "Alege una dintre optiunile permise:"
|
896 |
+
|
897 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:154
|
898 |
+
msgid "Description:"
|
899 |
+
msgstr "Descriere:"
|
900 |
+
|
901 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:154
|
902 |
+
msgid "Enter a detailed description of the option for end users to read(optional)."
|
903 |
+
msgstr "Introdu o descriere detaliata a optiunii pentru a fi citita de utilizatori (optional). "
|
904 |
+
|
905 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:155
|
906 |
+
msgid "You can only insert links using standard HTML syntax:"
|
907 |
+
msgstr "Poti introduce linkuri doar folosinf sintaxa standard HTML:"
|
908 |
+
|
909 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:155
|
910 |
+
msgid "address"
|
911 |
+
msgstr "adresa"
|
912 |
+
|
913 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:155
|
914 |
+
msgid "name"
|
915 |
+
msgstr "nume"
|
916 |
+
|
917 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:165
|
918 |
+
msgid "Options:"
|
919 |
+
msgstr "Optiuni:"
|
920 |
+
|
921 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:165
|
922 |
+
msgid "Enter a comma separated list of options. For example, you could have \"One,Two,Three\" or just a single value like \"Yes\" for a checkbox."
|
923 |
+
msgstr "introduceti o vergula pentru a separa lista de optiuni. "
|
924 |
+
|
925 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:176
|
926 |
+
msgid "ID:"
|
927 |
+
msgstr "ID:"
|
928 |
+
|
929 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:176
|
930 |
+
msgid "This is the internal ID for this input. You can use this in conjuction with filters to target this element if needed.<br/>Can't be edited."
|
931 |
+
msgstr "Acesta este ID-ul intern al inregistrarii. Il puteti folosi cotoborat cu filtre pentru a targeta acest elemenent. <br/> Nu poate fi editat."
|
932 |
+
|
933 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:187
|
934 |
+
msgid "Required:"
|
935 |
+
msgstr "Necesar:"
|
936 |
+
|
937 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:187
|
938 |
+
msgid "Check this box to make this field required."
|
939 |
+
msgstr "Bifeaza aceasta casuta pentru a face campul obligatoriu."
|
940 |
+
|
941 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:194
|
942 |
+
msgid "Cancel"
|
943 |
+
msgstr "Anuleaza"
|
944 |
+
|
945 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:195
|
946 |
+
msgid "Save"
|
947 |
+
msgstr "Salveaza"
|
948 |
+
|
949 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:229
|
950 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:230
|
951 |
+
msgid "Register your version of Profile Builder Pro"
|
952 |
+
msgstr "Inregistreaza versiunea ta de Profile Builder Pro"
|
953 |
+
|
954 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:231
|
955 |
+
msgid "Now that you acquired a copy of Profile Builder Pro, you should take the time and register it with the serial number you received in the e-mail."
|
956 |
+
msgstr "Acum ca ai achizitionat o copie de Profile Builder Pro, ia-ti putin timp pentru a o inregistra folosind codul primit pe email."
|
957 |
+
|
958 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:232
|
959 |
+
msgid "If you register this version of Profile Builder, you'll receive information regarding eventual upgrades, patches, and - if needed - technical support."
|
960 |
+
msgstr "Daca iti inregistrezi versiunea, vei primi acces la actualizari si support tehnic."
|
961 |
+
|
962 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:233
|
963 |
+
msgid "Serial Number:"
|
964 |
+
msgstr "Cod:"
|
965 |
+
|
966 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:238
|
967 |
+
msgid "The serial number couldn't be validated or isn't valid!"
|
968 |
+
msgstr "Codul introdus nu este valid!"
|
969 |
+
|
970 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:240
|
971 |
+
msgid "The serial number was successfully validated!"
|
972 |
+
msgstr "Codul introdus a fost validat!"
|
973 |
+
|
974 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/premium.php:243
|
975 |
+
msgid "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
976 |
+
msgstr "(ex: RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
977 |
+
|
978 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:21
|
979 |
+
msgid "You need to be logged in to view the userlisting!"
|
980 |
+
msgstr "Trebuie sa fii inregistrat pentru a vedea lista de utilizatori!"
|
981 |
+
|
982 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:69
|
983 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:95
|
984 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:113
|
985 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:785
|
986 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:865
|
987 |
+
msgid "Search Users by All Fields"
|
988 |
+
msgstr "Cauta Utilizatori dupa Toate Campurile"
|
989 |
+
|
990 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:113
|
991 |
+
msgid "Leave Blank and Press Search to List All Users"
|
992 |
+
msgstr "Lasati gol si apasati Cauta pentru a lista toti utilizatorii"
|
993 |
+
|
994 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:117
|
995 |
+
msgid "Search"
|
996 |
+
msgstr "Cauta"
|
997 |
+
|
998 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:185
|
999 |
+
msgid "Click here to see more information about this user"
|
1000 |
+
msgstr "Click aici pentru a vedea mai mutle informatii despre acest utilizator"
|
1001 |
+
|
1002 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:185
|
1003 |
+
msgid "More..."
|
1004 |
+
msgstr "Mai mult..."
|
1005 |
+
|
1006 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:368
|
1007 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:588
|
1008 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:541
|
1009 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:573
|
1010 |
+
msgid "No uploaded attachment"
|
1011 |
+
msgstr "Niciun atasament incarcat"
|
1012 |
+
|
1013 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:370
|
1014 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:590
|
1015 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:631
|
1016 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:544
|
1017 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:594
|
1018 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:596
|
1019 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:665
|
1020 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:697
|
1021 |
+
msgid "Click to see the current attachment"
|
1022 |
+
msgstr "Click pentru a vedea atasamentul curent"
|
1023 |
+
|
1024 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:448
|
1025 |
+
msgid "Click here to go back"
|
1026 |
+
msgstr "Click pentru a merge inapoi"
|
1027 |
+
|
1028 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:448
|
1029 |
+
msgid "Back"
|
1030 |
+
msgstr "Inapoi"
|
1031 |
+
|
1032 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:588
|
1033 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:590
|
1034 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:541
|
1035 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:544
|
1036 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:573
|
1037 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:594
|
1038 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:596
|
1039 |
+
msgid "Current file"
|
1040 |
+
msgstr "Fisier curent"
|
1041 |
+
|
1042 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:629
|
1043 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:663
|
1044 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:694
|
1045 |
+
msgid "Avatar"
|
1046 |
+
msgstr "Avatar"
|
1047 |
+
|
1048 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:685
|
1049 |
+
msgid "No results found!"
|
1050 |
+
msgstr "Niciun rezultat gasit!"
|
1051 |
+
|
1052 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:772
|
1053 |
+
msgid "«« First"
|
1054 |
+
msgstr "«« Primele"
|
1055 |
+
|
1056 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:773
|
1057 |
+
msgid "« Prev"
|
1058 |
+
msgstr "« Anterior"
|
1059 |
+
|
1060 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:774
|
1061 |
+
msgid "Next » "
|
1062 |
+
msgstr "Urmator » "
|
1063 |
+
|
1064 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.functions.php:775
|
1065 |
+
msgid "Last »»"
|
1066 |
+
msgstr "Ultimul »»"
|
1067 |
+
|
1068 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:9
|
1069 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:10
|
1070 |
+
msgid "Activate/Deactivate Addons"
|
1071 |
+
msgstr "Activeaza/Dezactiveaza Addon-uri"
|
1072 |
+
|
1073 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:14
|
1074 |
+
msgid "Name/Description"
|
1075 |
+
msgstr "Nume/Descriere"
|
1076 |
+
|
1077 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:15
|
1078 |
+
msgid "Status"
|
1079 |
+
msgstr "Status"
|
1080 |
+
|
1081 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:20
|
1082 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:76
|
1083 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:77
|
1084 |
+
msgid "User-Listing"
|
1085 |
+
msgstr "Listare Utilizatori"
|
1086 |
+
|
1087 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:22
|
1088 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:29
|
1089 |
+
msgid "Active"
|
1090 |
+
msgstr "Activ"
|
1091 |
+
|
1092 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:23
|
1093 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:30
|
1094 |
+
msgid "Inactive"
|
1095 |
+
msgstr "Inactiv"
|
1096 |
+
|
1097 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:27
|
1098 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:449
|
1099 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:450
|
1100 |
+
msgid "Custom Redirects"
|
1101 |
+
msgstr "Redirectari custom"
|
1102 |
+
|
1103 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:79
|
1104 |
+
msgid "To create a page containing the users registered to this current site/blog, insert the following shortcode in a (blank) page: "
|
1105 |
+
msgstr "Pentru a crea o pagina cu utilizatorii inregistrati pe site/blog, insereaza urmatorul cod intr-o pagina (goala):"
|
1106 |
+
|
1107 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:80
|
1108 |
+
msgid "For instance, to create a userlisting shortcode listing only the editors and authors, visible to only the users currently logged in, you would use:"
|
1109 |
+
msgstr "De exemplu, pentru a lista doar editorii si autorii, vizibila doar pentru utilizatorii inregistrati, veti folosi:"
|
1110 |
+
|
1111 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:83
|
1112 |
+
msgid "General Settings"
|
1113 |
+
msgstr "Setari Generale"
|
1114 |
+
|
1115 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:85
|
1116 |
+
msgid "These settings are applied to the front-end userlisting."
|
1117 |
+
msgstr "Aceste setari sunt aplicate pentru listarea de utilzatori din front-end."
|
1118 |
+
|
1119 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:91
|
1120 |
+
msgid "Number of Users/Page: "
|
1121 |
+
msgstr "Numar de utilizatori/pagina:"
|
1122 |
+
|
1123 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:108
|
1124 |
+
msgid "Default Sorting Order: "
|
1125 |
+
msgstr "Modul de sortare standard:"
|
1126 |
+
|
1127 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:119
|
1128 |
+
msgid "\"All Users Listing\" Template"
|
1129 |
+
msgstr "Template \"Listare Toti Utilizatorii\" "
|
1130 |
+
|
1131 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:121
|
1132 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:263
|
1133 |
+
msgid "With the userlisting templates you can customize the look, feel and information listed by the shortcode."
|
1134 |
+
msgstr "Folosind templaturile de listare utilizatori puteti personaliza felul cum arata sau infomatia afisata de cod."
|
1135 |
+
|
1136 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:122
|
1137 |
+
msgid "The \"All Users Listing\" template is used to list all users. It's displayed on each page access where the shortcode is present."
|
1138 |
+
msgstr "Template-ul \"Listare Toti Utilizatorii\" este folosit pentru listarea tuturor utilizatorilor. Este afisat pe fiecare pagina ce contine codul."
|
1139 |
+
|
1140 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:126
|
1141 |
+
msgid "Avatar size: "
|
1142 |
+
msgstr "Dimensiune avatar:"
|
1143 |
+
|
1144 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:142
|
1145 |
+
msgid "Insert \"Sort By\" Field:"
|
1146 |
+
msgstr "Insereaza camp \"Sorteaza dupa\" :"
|
1147 |
+
|
1148 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:170
|
1149 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:269
|
1150 |
+
msgid "Insert \"User-Meta\" Field:"
|
1151 |
+
msgstr "Insereaza camp \"User-Meta\" :"
|
1152 |
+
|
1153 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:201
|
1154 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:304
|
1155 |
+
msgid "Insert Extra Functions:"
|
1156 |
+
msgstr "Inserare functii extra:"
|
1157 |
+
|
1158 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:216
|
1159 |
+
msgid "Show/Hide Default \"All Userlisting\" Code"
|
1160 |
+
msgstr "Afiseaza/Ascunde Codul standard \"Listare toti utilizatorii\""
|
1161 |
+
|
1162 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:218
|
1163 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:318
|
1164 |
+
msgid "If you wish to use a default userlisting, just copy the following code and paste it in the textarea below:"
|
1165 |
+
msgstr "Daca doresti sa folosesti listarea standard de utilizatori, copiaza codul acesta mai jos:"
|
1166 |
+
|
1167 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:261
|
1168 |
+
msgid "\"Single User Listing\" Template"
|
1169 |
+
msgstr "Template \"Afisare Utilizator Individual\""
|
1170 |
+
|
1171 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:264
|
1172 |
+
msgid "The \"Single User Listing\" template is used to list an individual user. It's displayed when clickin on the \"more info\" link."
|
1173 |
+
msgstr "Template-ul \"Listare utilizator individual\" e folosit pentru afisarea informatiilor despre un utilizator individual. E afisat cand se da click pe link-ul \"mai multe informatii\"."
|
1174 |
+
|
1175 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:316
|
1176 |
+
msgid "Show/Hide Default \"Single Userlisting\" Code"
|
1177 |
+
msgstr "Afiseaza/Ascunde codul standard \"Listare utilizator individual\""
|
1178 |
+
|
1179 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:460
|
1180 |
+
msgid "Action"
|
1181 |
+
msgstr "Actiune"
|
1182 |
+
|
1183 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:461
|
1184 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:506
|
1185 |
+
msgid "Redirect"
|
1186 |
+
msgstr "Redirectare"
|
1187 |
+
|
1188 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:462
|
1189 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:507
|
1190 |
+
msgid "URL"
|
1191 |
+
msgstr "URL"
|
1192 |
+
|
1193 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:466
|
1194 |
+
msgid "After Registration:"
|
1195 |
+
msgstr "Dupa inregistrare:"
|
1196 |
+
|
1197 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:474
|
1198 |
+
msgid "After Login:"
|
1199 |
+
msgstr "Dupa Logare:"
|
1200 |
+
|
1201 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:494
|
1202 |
+
msgid "When activated this feature will redirect the user on both the default Wordpress password recovery page and the \"Lost password?\" link used by Profile Builder on the front-end login page."
|
1203 |
+
msgstr "Cand e activa aceasta optiune va redirectiona utilizatorul catre pagina WordPress standard de "
|
1204 |
+
|
1205 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:505
|
1206 |
+
msgid "Requested WP Page"
|
1207 |
+
msgstr "Pagina WP ceruta"
|
1208 |
+
|
1209 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:559
|
1210 |
+
msgid "Before login. Works best if used in conjuction with \"After logout\"."
|
1211 |
+
msgstr "Inainte de login. Functioneaza coroborat cu \"Dupa logout\"."
|
1212 |
+
|
1213 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:560
|
1214 |
+
msgid "After logout. Works best if used in conjuction with \"Before logout\"."
|
1215 |
+
msgstr "Dupa logout. Functioneaza coroborat cu \"Inainte de logout\"."
|
1216 |
+
|
1217 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/addon/addon.php:561
|
1218 |
+
msgid "Redirects every user-role EXCEPT the ones with administrator privilages (can manage options)."
|
1219 |
+
msgstr "Redirectioneaza"
|
1220 |
+
|
1221 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:41
|
1222 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:130
|
1223 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:196
|
1224 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:261
|
1225 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:326
|
1226 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:392
|
1227 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:446
|
1228 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:494
|
1229 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:556
|
1230 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:677
|
1231 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:736
|
1232 |
+
msgid "This field is marked as required by the administrator."
|
1233 |
+
msgstr "Campul este marcat ca obligatoriu de catre administrator."
|
1234 |
+
|
1235 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:44
|
1236 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:133
|
1237 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:199
|
1238 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:264
|
1239 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:329
|
1240 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:395
|
1241 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:449
|
1242 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:497
|
1243 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:559
|
1244 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:680
|
1245 |
+
msgid "This field wasn't updated because you entered and empty string (It was marked as required by the administrator)"
|
1246 |
+
msgstr "Campul nu a fost actualizat deoarece ati introdus in sir gol (a fost marcat ca obligatoriu de catre administrator)"
|
1247 |
+
|
1248 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:538
|
1249 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:569
|
1250 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:656
|
1251 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:686
|
1252 |
+
msgid "max upload size"
|
1253 |
+
msgstr "dimensiune maxima de upload"
|
1254 |
+
|
1255 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:544
|
1256 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:596
|
1257 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:665
|
1258 |
+
msgid "Click to delete the current attachment"
|
1259 |
+
msgstr "Click pentru a sterge atasamentul curent"
|
1260 |
+
|
1261 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:659
|
1262 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:690
|
1263 |
+
msgid "Current avatar"
|
1264 |
+
msgstr "Avatar curent"
|
1265 |
+
|
1266 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:659
|
1267 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:690
|
1268 |
+
msgid "No uploaded avatar"
|
1269 |
+
msgstr "Niciun avatar incarcat"
|
1270 |
+
|
1271 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:697
|
1272 |
+
msgid "The avatar image can't be deleted (It was marked as required by the administrator)."
|
1273 |
+
msgstr "Imaginea avatar nu poate fi stearsa (A fost marcata ca obligatorie de catre administrator)."
|
1274 |
+
|
1275 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:714
|
1276 |
+
msgid "Click to see the current avatar"
|
1277 |
+
msgstr "Click pentru a vedea avatarul curent"
|
1278 |
+
|
1279 |
+
#: C:\Users\Gabi\Desktop\test\profile-builder-pro/premium/functions/extra.fields.php:714
|
1280 |
+
msgid "Click to delete the avatar"
|
1281 |
+
msgstr "Click pentru a sterge avatarul"
|
1282 |
+
|
uninstall.php
CHANGED
@@ -2,16 +2,13 @@
|
|
2 |
if( !defined( 'WP_UNINSTALL_PLUGIN' ) )
|
3 |
exit (); // If uninstall not called from WordPress exit
|
4 |
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
delete_option( 'wppb_premium_addon_settings_description' ); // Delete addon settings description
|
13 |
-
delete_option( 'customRedirectSettings' ); // Delete the custom redirect settings
|
14 |
-
delete_option( 'userListingSettings' ); // Delete the user-listing settings
|
15 |
|
16 |
|
17 |
/* delete all the custom fields */
|
@@ -19,17 +16,30 @@ global $wpdb;
|
|
19 |
$allUserMeta = $wpdb->get_results("SELECT * FROM $wpdb->usermeta");
|
20 |
|
21 |
foreach ($allUserMeta as $userMeta) {
|
22 |
-
|
23 |
-
if ( $found !== FALSE ){
|
24 |
$metaFieldName = $userMeta->meta_key;
|
25 |
$metaFieldValue = $userMeta->meta_value;
|
26 |
$wpdb->query("DELETE FROM $wpdb->usermeta WHERE meta_key = '".$metaFieldName."' AND meta_value = '".$metaFieldValue."'");
|
27 |
}
|
28 |
|
29 |
-
$foundAvatar = strpos ( $userMeta->meta_key , '
|
30 |
if ( $foundAvatar !== FALSE ){
|
31 |
$metaFieldName = $userMeta->meta_key;
|
32 |
$metaFieldValue = $userMeta->meta_value;
|
33 |
$wpdb->query("DELETE FROM $wpdb->usermeta WHERE meta_key = '".$metaFieldName."' AND meta_value = '".$metaFieldValue."'");
|
34 |
}
|
35 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
if( !defined( 'WP_UNINSTALL_PLUGIN' ) )
|
3 |
exit (); // If uninstall not called from WordPress exit
|
4 |
|
5 |
+
/* get all the custom fields' names in one single array */
|
6 |
+
$customFields = get_option('wppb_custom_fields','not_found');
|
7 |
+
|
8 |
+
$customFieldNames = array();
|
9 |
+
foreach($customFields as $key => $value)
|
10 |
+
array_push($customFieldNames, $value['item_metaName']);
|
11 |
+
/* END get all custom fields */
|
|
|
|
|
|
|
12 |
|
13 |
|
14 |
/* delete all the custom fields */
|
16 |
$allUserMeta = $wpdb->get_results("SELECT * FROM $wpdb->usermeta");
|
17 |
|
18 |
foreach ($allUserMeta as $userMeta) {
|
19 |
+
if (in_array($userMeta->meta_key, $customFieldNames)){
|
|
|
20 |
$metaFieldName = $userMeta->meta_key;
|
21 |
$metaFieldValue = $userMeta->meta_value;
|
22 |
$wpdb->query("DELETE FROM $wpdb->usermeta WHERE meta_key = '".$metaFieldName."' AND meta_value = '".$metaFieldValue."'");
|
23 |
}
|
24 |
|
25 |
+
$foundAvatar = strpos ( $userMeta->meta_key , 'resized_avatar_' );
|
26 |
if ( $foundAvatar !== FALSE ){
|
27 |
$metaFieldName = $userMeta->meta_key;
|
28 |
$metaFieldValue = $userMeta->meta_value;
|
29 |
$wpdb->query("DELETE FROM $wpdb->usermeta WHERE meta_key = '".$metaFieldName."' AND meta_value = '".$metaFieldValue."'");
|
30 |
}
|
31 |
+
}
|
32 |
+
|
33 |
+
delete_option( 'wppb_default_settings' ); // Delete default settings from options table
|
34 |
+
delete_option( 'wppb_default_style' ); // Delete "use default css or not" settings
|
35 |
+
delete_option( 'wppb_display_admin_settings' ); // Delete display admin bar option
|
36 |
+
delete_option( 'wppb_custom_fields' ); // Delete the default fields
|
37 |
+
delete_option( 'wppb_profile_builder_pro_serial' ); // Delete the serial number associated with this instalation
|
38 |
+
delete_option( 'serial_number_availability' ); // Delete the serial number status
|
39 |
+
delete_option( 'wppb_premium_addon_settings' ); // Delete addon settings (old one; preserving backwards compatibility)
|
40 |
+
delete_option( 'wppb_addon_settings' ); // Delete addon settings (since 1.1.21)
|
41 |
+
delete_option( 'wppb_premium_addon_settings_description' ); // Delete addon settings description (old one; preserving backwards compatibility)
|
42 |
+
delete_option( 'wppb_addon_settings_description' ); // Delete addon settings description (since 1.1.21)
|
43 |
+
delete_option( 'customRedirectSettings' ); // Delete the custom redirect settings
|
44 |
+
delete_option( 'userListingSettings' ); // Delete the user-listing settings (old one; preserving backwards compatibility)
|
45 |
+
delete_option( 'customUserListingSettings' ); // Delete the user-listing settings (since 1.1.21)
|