Version Description
- Escape, sanintize & validate data
Download this release
Release Info
Developer | onedesigns |
Plugin | One User Avatar | User Profile Picture |
Version | 2.3.9 |
Comparing to | |
See all releases |
Code changes from version 2.3.8 to 2.3.9
- assets/css/jquery-ui.css +0 -587
- assets/css/tinymce-window.css +1 -1
- assets/css/wp-user-avatar.css +1 -1
- assets/js/tinymce-editor_plugin.js +2 -2
- assets/js/tinymce-window.js +1 -1
- assets/js/wp-user-avatar-admin.js +9 -1
- assets/js/wp-user-avatar-user.js +1 -1
- assets/js/wp-user-avatar.js +1 -1
- includes/class-wp-user-avatar-admin.php +7 -7
- includes/class-wp-user-avatar-functions.php +3 -3
- includes/class-wp-user-avatar-list-table.php +28 -33
- includes/class-wp-user-avatar-resource-manager.php +1 -1
- includes/class-wp-user-avatar-setup.php +2 -2
- includes/class-wp-user-avatar-shortcode.php +32 -6
- includes/class-wp-user-avatar-subscriber.php +1 -1
- includes/class-wp-user-avatar-update.php +1 -1
- includes/class-wp-user-avatar-widget.php +6 -6
- includes/class-wp-user-avatar.php +49 -29
- includes/wpua-functions.php +10 -8
- includes/wpua-globals.php +1 -1
- includes/wpua-media-page.php +4 -4
- includes/wpua-options-page.php +36 -31
- includes/wpua-tinymce-window.php +27 -27
- includes/wpua-tinymce.php +1 -1
- languages/de_DE.mo +0 -0
- languages/de_DE.po +80 -79
- languages/en_GB.mo +0 -0
- languages/en_GB.po +80 -79
- languages/es_ES.mo +0 -0
- languages/es_ES.po +80 -79
- languages/fr_FR.mo +0 -0
- languages/fr_FR.po +80 -79
- languages/it_IT.mo +0 -0
- languages/it_IT.po +80 -79
- languages/nl_NL.mo +0 -0
- languages/nl_NL.po +81 -80
- languages/one-user-avatar.pot +90 -89
- languages/pt_BR.mo +0 -0
- languages/pt_BR.po +81 -80
- languages/pt_PT.mo +0 -0
- languages/pt_PT.po +81 -80
- languages/ro_RO.mo +0 -0
- languages/ro_RO.po +81 -80
- one-user-avatar.php +1 -1
- readme.txt +5 -2
- uninstall.php +1 -1
assets/css/jquery-ui.css
DELETED
@@ -1,587 +0,0 @@
|
|
1 |
-
/*! jQuery UI - v1.12.1 - 2021-05-21
|
2 |
-
* http://jqueryui.com
|
3 |
-
* Includes: core.css, slider.css, theme.css
|
4 |
-
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=smoothness&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cd0a0a&fcError=cd0a0a&borderColorError=cd0a0a&bgImgOpacityError=95&bgTextureError=glass&bgColorError=fef1ec&iconColorHighlight=2e83ff&fcHighlight=363636&borderColorHighlight=fcefa1&bgImgOpacityHighlight=55&bgTextureHighlight=glass&bgColorHighlight=fbf9ee&iconColorActive=454545&fcActive=212121&borderColorActive=aaaaaa&bgImgOpacityActive=65&bgTextureActive=glass&bgColorActive=ffffff&iconColorHover=454545&fcHover=212121&borderColorHover=999999&bgImgOpacityHover=75&bgTextureHover=glass&bgColorHover=dadada&iconColorDefault=888888&fcDefault=555555&borderColorDefault=d3d3d3&bgImgOpacityDefault=75&bgTextureDefault=glass&bgColorDefault=e6e6e6&iconColorContent=222222&fcContent=222222&borderColorContent=aaaaaa&bgImgOpacityContent=75&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=222222&fcHeader=222222&borderColorHeader=aaaaaa&bgImgOpacityHeader=75&bgTextureHeader=highlight_soft&bgColorHeader=cccccc&cornerRadius=4px&fsDefault=1.1em&fwDefault=normal&ffDefault=Verdana%2CArial%2Csans-serif
|
5 |
-
* Copyright jQuery Foundation and other contributors; Licensed MIT */
|
6 |
-
|
7 |
-
/* Layout helpers
|
8 |
-
----------------------------------*/
|
9 |
-
.ui-helper-hidden {
|
10 |
-
display: none;
|
11 |
-
}
|
12 |
-
.ui-helper-hidden-accessible {
|
13 |
-
border: 0;
|
14 |
-
clip: rect(0 0 0 0);
|
15 |
-
height: 1px;
|
16 |
-
margin: -1px;
|
17 |
-
overflow: hidden;
|
18 |
-
padding: 0;
|
19 |
-
position: absolute;
|
20 |
-
width: 1px;
|
21 |
-
}
|
22 |
-
.ui-helper-reset {
|
23 |
-
margin: 0;
|
24 |
-
padding: 0;
|
25 |
-
border: 0;
|
26 |
-
outline: 0;
|
27 |
-
line-height: 1.3;
|
28 |
-
text-decoration: none;
|
29 |
-
font-size: 100%;
|
30 |
-
list-style: none;
|
31 |
-
}
|
32 |
-
.ui-helper-clearfix:before,
|
33 |
-
.ui-helper-clearfix:after {
|
34 |
-
content: "";
|
35 |
-
display: table;
|
36 |
-
border-collapse: collapse;
|
37 |
-
}
|
38 |
-
.ui-helper-clearfix:after {
|
39 |
-
clear: both;
|
40 |
-
}
|
41 |
-
.ui-helper-zfix {
|
42 |
-
width: 100%;
|
43 |
-
height: 100%;
|
44 |
-
top: 0;
|
45 |
-
left: 0;
|
46 |
-
position: absolute;
|
47 |
-
opacity: 0;
|
48 |
-
filter:Alpha(Opacity=0); /* support: IE8 */
|
49 |
-
}
|
50 |
-
|
51 |
-
.ui-front {
|
52 |
-
z-index: 100;
|
53 |
-
}
|
54 |
-
|
55 |
-
|
56 |
-
/* Interaction Cues
|
57 |
-
----------------------------------*/
|
58 |
-
.ui-state-disabled {
|
59 |
-
cursor: default !important;
|
60 |
-
pointer-events: none;
|
61 |
-
}
|
62 |
-
|
63 |
-
|
64 |
-
/* Icons
|
65 |
-
----------------------------------*/
|
66 |
-
.ui-icon {
|
67 |
-
display: inline-block;
|
68 |
-
vertical-align: middle;
|
69 |
-
margin-top: -.25em;
|
70 |
-
position: relative;
|
71 |
-
text-indent: -99999px;
|
72 |
-
overflow: hidden;
|
73 |
-
background-repeat: no-repeat;
|
74 |
-
}
|
75 |
-
|
76 |
-
.ui-widget-icon-block {
|
77 |
-
left: 50%;
|
78 |
-
margin-left: -8px;
|
79 |
-
display: block;
|
80 |
-
}
|
81 |
-
|
82 |
-
/* Misc visuals
|
83 |
-
----------------------------------*/
|
84 |
-
|
85 |
-
/* Overlays */
|
86 |
-
.ui-widget-overlay {
|
87 |
-
position: fixed;
|
88 |
-
top: 0;
|
89 |
-
left: 0;
|
90 |
-
width: 100%;
|
91 |
-
height: 100%;
|
92 |
-
}
|
93 |
-
.ui-slider {
|
94 |
-
position: relative;
|
95 |
-
text-align: left;
|
96 |
-
}
|
97 |
-
.ui-slider .ui-slider-handle {
|
98 |
-
position: absolute;
|
99 |
-
z-index: 2;
|
100 |
-
width: 1.2em;
|
101 |
-
height: 1.2em;
|
102 |
-
cursor: default;
|
103 |
-
-ms-touch-action: none;
|
104 |
-
touch-action: none;
|
105 |
-
}
|
106 |
-
.ui-slider .ui-slider-range {
|
107 |
-
position: absolute;
|
108 |
-
z-index: 1;
|
109 |
-
font-size: .7em;
|
110 |
-
display: block;
|
111 |
-
border: 0;
|
112 |
-
background-position: 0 0;
|
113 |
-
}
|
114 |
-
|
115 |
-
/* support: IE8 - See #6727 */
|
116 |
-
.ui-slider.ui-state-disabled .ui-slider-handle,
|
117 |
-
.ui-slider.ui-state-disabled .ui-slider-range {
|
118 |
-
filter: inherit;
|
119 |
-
}
|
120 |
-
|
121 |
-
.ui-slider-horizontal {
|
122 |
-
height: .8em;
|
123 |
-
}
|
124 |
-
.ui-slider-horizontal .ui-slider-handle {
|
125 |
-
top: -.3em;
|
126 |
-
margin-left: -.6em;
|
127 |
-
}
|
128 |
-
.ui-slider-horizontal .ui-slider-range {
|
129 |
-
top: 0;
|
130 |
-
height: 100%;
|
131 |
-
}
|
132 |
-
.ui-slider-horizontal .ui-slider-range-min {
|
133 |
-
left: 0;
|
134 |
-
}
|
135 |
-
.ui-slider-horizontal .ui-slider-range-max {
|
136 |
-
right: 0;
|
137 |
-
}
|
138 |
-
|
139 |
-
.ui-slider-vertical {
|
140 |
-
width: .8em;
|
141 |
-
height: 100px;
|
142 |
-
}
|
143 |
-
.ui-slider-vertical .ui-slider-handle {
|
144 |
-
left: -.3em;
|
145 |
-
margin-left: 0;
|
146 |
-
margin-bottom: -.6em;
|
147 |
-
}
|
148 |
-
.ui-slider-vertical .ui-slider-range {
|
149 |
-
left: 0;
|
150 |
-
width: 100%;
|
151 |
-
}
|
152 |
-
.ui-slider-vertical .ui-slider-range-min {
|
153 |
-
bottom: 0;
|
154 |
-
}
|
155 |
-
.ui-slider-vertical .ui-slider-range-max {
|
156 |
-
top: 0;
|
157 |
-
}
|
158 |
-
|
159 |
-
/* Component containers
|
160 |
-
----------------------------------*/
|
161 |
-
.ui-widget {
|
162 |
-
font-family: Verdana,Arial,sans-serif;
|
163 |
-
font-size: 1.1em;
|
164 |
-
}
|
165 |
-
.ui-widget .ui-widget {
|
166 |
-
font-size: 1em;
|
167 |
-
}
|
168 |
-
.ui-widget input,
|
169 |
-
.ui-widget select,
|
170 |
-
.ui-widget textarea,
|
171 |
-
.ui-widget button {
|
172 |
-
font-family: Verdana,Arial,sans-serif;
|
173 |
-
font-size: 1em;
|
174 |
-
}
|
175 |
-
.ui-widget.ui-widget-content {
|
176 |
-
border: 1px solid #d3d3d3;
|
177 |
-
}
|
178 |
-
.ui-widget-content {
|
179 |
-
border: 1px solid #aaaaaa;
|
180 |
-
background: #ffffff;
|
181 |
-
color: #222222;
|
182 |
-
}
|
183 |
-
.ui-widget-content a {
|
184 |
-
color: #222222;
|
185 |
-
}
|
186 |
-
.ui-widget-header {
|
187 |
-
border: 1px solid #aaaaaa;
|
188 |
-
background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
|
189 |
-
color: #222222;
|
190 |
-
font-weight: bold;
|
191 |
-
}
|
192 |
-
.ui-widget-header a {
|
193 |
-
color: #222222;
|
194 |
-
}
|
195 |
-
|
196 |
-
/* Interaction states
|
197 |
-
----------------------------------*/
|
198 |
-
.ui-state-default,
|
199 |
-
.ui-widget-content .ui-state-default,
|
200 |
-
.ui-widget-header .ui-state-default,
|
201 |
-
.ui-button,
|
202 |
-
|
203 |
-
/* We use html here because we need a greater specificity to make sure disabled
|
204 |
-
works properly when clicked or hovered */
|
205 |
-
html .ui-button.ui-state-disabled:hover,
|
206 |
-
html .ui-button.ui-state-disabled:active {
|
207 |
-
border: 1px solid #d3d3d3;
|
208 |
-
background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
|
209 |
-
font-weight: normal;
|
210 |
-
color: #555555;
|
211 |
-
}
|
212 |
-
.ui-state-default a,
|
213 |
-
.ui-state-default a:link,
|
214 |
-
.ui-state-default a:visited,
|
215 |
-
a.ui-button,
|
216 |
-
a:link.ui-button,
|
217 |
-
a:visited.ui-button,
|
218 |
-
.ui-button {
|
219 |
-
color: #555555;
|
220 |
-
text-decoration: none;
|
221 |
-
}
|
222 |
-
.ui-state-hover,
|
223 |
-
.ui-widget-content .ui-state-hover,
|
224 |
-
.ui-widget-header .ui-state-hover,
|
225 |
-
.ui-state-focus,
|
226 |
-
.ui-widget-content .ui-state-focus,
|
227 |
-
.ui-widget-header .ui-state-focus,
|
228 |
-
.ui-button:hover,
|
229 |
-
.ui-button:focus {
|
230 |
-
border: 1px solid #999999;
|
231 |
-
background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
|
232 |
-
font-weight: normal;
|
233 |
-
color: #212121;
|
234 |
-
}
|
235 |
-
.ui-state-hover a,
|
236 |
-
.ui-state-hover a:hover,
|
237 |
-
.ui-state-hover a:link,
|
238 |
-
.ui-state-hover a:visited,
|
239 |
-
.ui-state-focus a,
|
240 |
-
.ui-state-focus a:hover,
|
241 |
-
.ui-state-focus a:link,
|
242 |
-
.ui-state-focus a:visited,
|
243 |
-
a.ui-button:hover,
|
244 |
-
a.ui-button:focus {
|
245 |
-
color: #212121;
|
246 |
-
text-decoration: none;
|
247 |
-
}
|
248 |
-
|
249 |
-
.ui-visual-focus {
|
250 |
-
box-shadow: 0 0 3px 1px rgb(94, 158, 214);
|
251 |
-
}
|
252 |
-
.ui-state-active,
|
253 |
-
.ui-widget-content .ui-state-active,
|
254 |
-
.ui-widget-header .ui-state-active,
|
255 |
-
a.ui-button:active,
|
256 |
-
.ui-button:active,
|
257 |
-
.ui-button.ui-state-active:hover {
|
258 |
-
border: 1px solid #aaaaaa;
|
259 |
-
background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
|
260 |
-
font-weight: normal;
|
261 |
-
color: #212121;
|
262 |
-
}
|
263 |
-
.ui-icon-background,
|
264 |
-
.ui-state-active .ui-icon-background {
|
265 |
-
border: #aaaaaa;
|
266 |
-
background-color: #212121;
|
267 |
-
}
|
268 |
-
.ui-state-active a,
|
269 |
-
.ui-state-active a:link,
|
270 |
-
.ui-state-active a:visited {
|
271 |
-
color: #212121;
|
272 |
-
text-decoration: none;
|
273 |
-
}
|
274 |
-
|
275 |
-
/* Interaction Cues
|
276 |
-
----------------------------------*/
|
277 |
-
.ui-state-highlight,
|
278 |
-
.ui-widget-content .ui-state-highlight,
|
279 |
-
.ui-widget-header .ui-state-highlight {
|
280 |
-
border: 1px solid #fcefa1;
|
281 |
-
background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
|
282 |
-
color: #363636;
|
283 |
-
}
|
284 |
-
.ui-state-checked {
|
285 |
-
border: 1px solid #fcefa1;
|
286 |
-
background: #fbf9ee;
|
287 |
-
}
|
288 |
-
.ui-state-highlight a,
|
289 |
-
.ui-widget-content .ui-state-highlight a,
|
290 |
-
.ui-widget-header .ui-state-highlight a {
|
291 |
-
color: #363636;
|
292 |
-
}
|
293 |
-
.ui-state-error,
|
294 |
-
.ui-widget-content .ui-state-error,
|
295 |
-
.ui-widget-header .ui-state-error {
|
296 |
-
border: 1px solid #cd0a0a;
|
297 |
-
background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
|
298 |
-
color: #cd0a0a;
|
299 |
-
}
|
300 |
-
.ui-state-error a,
|
301 |
-
.ui-widget-content .ui-state-error a,
|
302 |
-
.ui-widget-header .ui-state-error a {
|
303 |
-
color: #cd0a0a;
|
304 |
-
}
|
305 |
-
.ui-state-error-text,
|
306 |
-
.ui-widget-content .ui-state-error-text,
|
307 |
-
.ui-widget-header .ui-state-error-text {
|
308 |
-
color: #cd0a0a;
|
309 |
-
}
|
310 |
-
.ui-priority-primary,
|
311 |
-
.ui-widget-content .ui-priority-primary,
|
312 |
-
.ui-widget-header .ui-priority-primary {
|
313 |
-
font-weight: bold;
|
314 |
-
}
|
315 |
-
.ui-priority-secondary,
|
316 |
-
.ui-widget-content .ui-priority-secondary,
|
317 |
-
.ui-widget-header .ui-priority-secondary {
|
318 |
-
opacity: .7;
|
319 |
-
filter:Alpha(Opacity=70); /* support: IE8 */
|
320 |
-
font-weight: normal;
|
321 |
-
}
|
322 |
-
.ui-state-disabled,
|
323 |
-
.ui-widget-content .ui-state-disabled,
|
324 |
-
.ui-widget-header .ui-state-disabled {
|
325 |
-
opacity: .35;
|
326 |
-
filter:Alpha(Opacity=35); /* support: IE8 */
|
327 |
-
background-image: none;
|
328 |
-
}
|
329 |
-
.ui-state-disabled .ui-icon {
|
330 |
-
filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
|
331 |
-
}
|
332 |
-
|
333 |
-
/* Icons
|
334 |
-
----------------------------------*/
|
335 |
-
|
336 |
-
/* states and images */
|
337 |
-
.ui-icon {
|
338 |
-
width: 16px;
|
339 |
-
height: 16px;
|
340 |
-
}
|
341 |
-
.ui-icon,
|
342 |
-
.ui-widget-content .ui-icon {
|
343 |
-
background-image: url("images/ui-icons_222222_256x240.png");
|
344 |
-
}
|
345 |
-
.ui-widget-header .ui-icon {
|
346 |
-
background-image: url("images/ui-icons_222222_256x240.png");
|
347 |
-
}
|
348 |
-
.ui-state-hover .ui-icon,
|
349 |
-
.ui-state-focus .ui-icon,
|
350 |
-
.ui-button:hover .ui-icon,
|
351 |
-
.ui-button:focus .ui-icon {
|
352 |
-
background-image: url("images/ui-icons_454545_256x240.png");
|
353 |
-
}
|
354 |
-
.ui-state-active .ui-icon,
|
355 |
-
.ui-button:active .ui-icon {
|
356 |
-
background-image: url("images/ui-icons_454545_256x240.png");
|
357 |
-
}
|
358 |
-
.ui-state-highlight .ui-icon,
|
359 |
-
.ui-button .ui-state-highlight.ui-icon {
|
360 |
-
background-image: url("images/ui-icons_2e83ff_256x240.png");
|
361 |
-
}
|
362 |
-
.ui-state-error .ui-icon,
|
363 |
-
.ui-state-error-text .ui-icon {
|
364 |
-
background-image: url("images/ui-icons_cd0a0a_256x240.png");
|
365 |
-
}
|
366 |
-
.ui-button .ui-icon {
|
367 |
-
background-image: url("images/ui-icons_888888_256x240.png");
|
368 |
-
}
|
369 |
-
|
370 |
-
/* positioning */
|
371 |
-
.ui-icon-blank { background-position: 16px 16px; }
|
372 |
-
.ui-icon-caret-1-n { background-position: 0 0; }
|
373 |
-
.ui-icon-caret-1-ne { background-position: -16px 0; }
|
374 |
-
.ui-icon-caret-1-e { background-position: -32px 0; }
|
375 |
-
.ui-icon-caret-1-se { background-position: -48px 0; }
|
376 |
-
.ui-icon-caret-1-s { background-position: -65px 0; }
|
377 |
-
.ui-icon-caret-1-sw { background-position: -80px 0; }
|
378 |
-
.ui-icon-caret-1-w { background-position: -96px 0; }
|
379 |
-
.ui-icon-caret-1-nw { background-position: -112px 0; }
|
380 |
-
.ui-icon-caret-2-n-s { background-position: -128px 0; }
|
381 |
-
.ui-icon-caret-2-e-w { background-position: -144px 0; }
|
382 |
-
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
383 |
-
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
384 |
-
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
385 |
-
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
386 |
-
.ui-icon-triangle-1-s { background-position: -65px -16px; }
|
387 |
-
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
388 |
-
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
389 |
-
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
390 |
-
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
391 |
-
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
392 |
-
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
393 |
-
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
394 |
-
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
395 |
-
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
396 |
-
.ui-icon-arrow-1-s { background-position: -65px -32px; }
|
397 |
-
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
398 |
-
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
399 |
-
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
400 |
-
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
401 |
-
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
402 |
-
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
403 |
-
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
404 |
-
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
405 |
-
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
406 |
-
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
407 |
-
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
408 |
-
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
|
409 |
-
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
410 |
-
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
411 |
-
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
412 |
-
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
413 |
-
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
414 |
-
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
415 |
-
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
416 |
-
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
417 |
-
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
418 |
-
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
419 |
-
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
420 |
-
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
421 |
-
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
422 |
-
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
423 |
-
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
424 |
-
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
425 |
-
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
426 |
-
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
427 |
-
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
428 |
-
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
429 |
-
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
430 |
-
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
431 |
-
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
432 |
-
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
433 |
-
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
434 |
-
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
435 |
-
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
436 |
-
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
437 |
-
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
438 |
-
.ui-icon-extlink { background-position: -32px -80px; }
|
439 |
-
.ui-icon-newwin { background-position: -48px -80px; }
|
440 |
-
.ui-icon-refresh { background-position: -64px -80px; }
|
441 |
-
.ui-icon-shuffle { background-position: -80px -80px; }
|
442 |
-
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
443 |
-
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
444 |
-
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
445 |
-
.ui-icon-folder-open { background-position: -16px -96px; }
|
446 |
-
.ui-icon-document { background-position: -32px -96px; }
|
447 |
-
.ui-icon-document-b { background-position: -48px -96px; }
|
448 |
-
.ui-icon-note { background-position: -64px -96px; }
|
449 |
-
.ui-icon-mail-closed { background-position: -80px -96px; }
|
450 |
-
.ui-icon-mail-open { background-position: -96px -96px; }
|
451 |
-
.ui-icon-suitcase { background-position: -112px -96px; }
|
452 |
-
.ui-icon-comment { background-position: -128px -96px; }
|
453 |
-
.ui-icon-person { background-position: -144px -96px; }
|
454 |
-
.ui-icon-print { background-position: -160px -96px; }
|
455 |
-
.ui-icon-trash { background-position: -176px -96px; }
|
456 |
-
.ui-icon-locked { background-position: -192px -96px; }
|
457 |
-
.ui-icon-unlocked { background-position: -208px -96px; }
|
458 |
-
.ui-icon-bookmark { background-position: -224px -96px; }
|
459 |
-
.ui-icon-tag { background-position: -240px -96px; }
|
460 |
-
.ui-icon-home { background-position: 0 -112px; }
|
461 |
-
.ui-icon-flag { background-position: -16px -112px; }
|
462 |
-
.ui-icon-calendar { background-position: -32px -112px; }
|
463 |
-
.ui-icon-cart { background-position: -48px -112px; }
|
464 |
-
.ui-icon-pencil { background-position: -64px -112px; }
|
465 |
-
.ui-icon-clock { background-position: -80px -112px; }
|
466 |
-
.ui-icon-disk { background-position: -96px -112px; }
|
467 |
-
.ui-icon-calculator { background-position: -112px -112px; }
|
468 |
-
.ui-icon-zoomin { background-position: -128px -112px; }
|
469 |
-
.ui-icon-zoomout { background-position: -144px -112px; }
|
470 |
-
.ui-icon-search { background-position: -160px -112px; }
|
471 |
-
.ui-icon-wrench { background-position: -176px -112px; }
|
472 |
-
.ui-icon-gear { background-position: -192px -112px; }
|
473 |
-
.ui-icon-heart { background-position: -208px -112px; }
|
474 |
-
.ui-icon-star { background-position: -224px -112px; }
|
475 |
-
.ui-icon-link { background-position: -240px -112px; }
|
476 |
-
.ui-icon-cancel { background-position: 0 -128px; }
|
477 |
-
.ui-icon-plus { background-position: -16px -128px; }
|
478 |
-
.ui-icon-plusthick { background-position: -32px -128px; }
|
479 |
-
.ui-icon-minus { background-position: -48px -128px; }
|
480 |
-
.ui-icon-minusthick { background-position: -64px -128px; }
|
481 |
-
.ui-icon-close { background-position: -80px -128px; }
|
482 |
-
.ui-icon-closethick { background-position: -96px -128px; }
|
483 |
-
.ui-icon-key { background-position: -112px -128px; }
|
484 |
-
.ui-icon-lightbulb { background-position: -128px -128px; }
|
485 |
-
.ui-icon-scissors { background-position: -144px -128px; }
|
486 |
-
.ui-icon-clipboard { background-position: -160px -128px; }
|
487 |
-
.ui-icon-copy { background-position: -176px -128px; }
|
488 |
-
.ui-icon-contact { background-position: -192px -128px; }
|
489 |
-
.ui-icon-image { background-position: -208px -128px; }
|
490 |
-
.ui-icon-video { background-position: -224px -128px; }
|
491 |
-
.ui-icon-script { background-position: -240px -128px; }
|
492 |
-
.ui-icon-alert { background-position: 0 -144px; }
|
493 |
-
.ui-icon-info { background-position: -16px -144px; }
|
494 |
-
.ui-icon-notice { background-position: -32px -144px; }
|
495 |
-
.ui-icon-help { background-position: -48px -144px; }
|
496 |
-
.ui-icon-check { background-position: -64px -144px; }
|
497 |
-
.ui-icon-bullet { background-position: -80px -144px; }
|
498 |
-
.ui-icon-radio-on { background-position: -96px -144px; }
|
499 |
-
.ui-icon-radio-off { background-position: -112px -144px; }
|
500 |
-
.ui-icon-pin-w { background-position: -128px -144px; }
|
501 |
-
.ui-icon-pin-s { background-position: -144px -144px; }
|
502 |
-
.ui-icon-play { background-position: 0 -160px; }
|
503 |
-
.ui-icon-pause { background-position: -16px -160px; }
|
504 |
-
.ui-icon-seek-next { background-position: -32px -160px; }
|
505 |
-
.ui-icon-seek-prev { background-position: -48px -160px; }
|
506 |
-
.ui-icon-seek-end { background-position: -64px -160px; }
|
507 |
-
.ui-icon-seek-start { background-position: -80px -160px; }
|
508 |
-
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
509 |
-
.ui-icon-seek-first { background-position: -80px -160px; }
|
510 |
-
.ui-icon-stop { background-position: -96px -160px; }
|
511 |
-
.ui-icon-eject { background-position: -112px -160px; }
|
512 |
-
.ui-icon-volume-off { background-position: -128px -160px; }
|
513 |
-
.ui-icon-volume-on { background-position: -144px -160px; }
|
514 |
-
.ui-icon-power { background-position: 0 -176px; }
|
515 |
-
.ui-icon-signal-diag { background-position: -16px -176px; }
|
516 |
-
.ui-icon-signal { background-position: -32px -176px; }
|
517 |
-
.ui-icon-battery-0 { background-position: -48px -176px; }
|
518 |
-
.ui-icon-battery-1 { background-position: -64px -176px; }
|
519 |
-
.ui-icon-battery-2 { background-position: -80px -176px; }
|
520 |
-
.ui-icon-battery-3 { background-position: -96px -176px; }
|
521 |
-
.ui-icon-circle-plus { background-position: 0 -192px; }
|
522 |
-
.ui-icon-circle-minus { background-position: -16px -192px; }
|
523 |
-
.ui-icon-circle-close { background-position: -32px -192px; }
|
524 |
-
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
525 |
-
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
526 |
-
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
527 |
-
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
528 |
-
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
529 |
-
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
530 |
-
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
531 |
-
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
532 |
-
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
533 |
-
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
534 |
-
.ui-icon-circle-check { background-position: -208px -192px; }
|
535 |
-
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
536 |
-
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
537 |
-
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
538 |
-
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
539 |
-
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
540 |
-
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
541 |
-
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
542 |
-
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
543 |
-
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
544 |
-
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
545 |
-
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
546 |
-
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
547 |
-
|
548 |
-
|
549 |
-
/* Misc visuals
|
550 |
-
----------------------------------*/
|
551 |
-
|
552 |
-
/* Corner radius */
|
553 |
-
.ui-corner-all,
|
554 |
-
.ui-corner-top,
|
555 |
-
.ui-corner-left,
|
556 |
-
.ui-corner-tl {
|
557 |
-
border-top-left-radius: 4px;
|
558 |
-
}
|
559 |
-
.ui-corner-all,
|
560 |
-
.ui-corner-top,
|
561 |
-
.ui-corner-right,
|
562 |
-
.ui-corner-tr {
|
563 |
-
border-top-right-radius: 4px;
|
564 |
-
}
|
565 |
-
.ui-corner-all,
|
566 |
-
.ui-corner-bottom,
|
567 |
-
.ui-corner-left,
|
568 |
-
.ui-corner-bl {
|
569 |
-
border-bottom-left-radius: 4px;
|
570 |
-
}
|
571 |
-
.ui-corner-all,
|
572 |
-
.ui-corner-bottom,
|
573 |
-
.ui-corner-right,
|
574 |
-
.ui-corner-br {
|
575 |
-
border-bottom-right-radius: 4px;
|
576 |
-
}
|
577 |
-
|
578 |
-
/* Overlays */
|
579 |
-
.ui-widget-overlay {
|
580 |
-
background: #aaaaaa;
|
581 |
-
opacity: .3;
|
582 |
-
filter: Alpha(Opacity=30); /* support: IE8 */
|
583 |
-
}
|
584 |
-
.ui-widget-shadow {
|
585 |
-
-webkit-box-shadow: -8px -8px 8px #aaaaaa;
|
586 |
-
box-shadow: -8px -8px 8px #aaaaaa;
|
587 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/css/tinymce-window.css
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! One User Avatar - 2.3.
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
1 |
+
/*! One User Avatar - 2.3.9
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
assets/css/wp-user-avatar.css
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! One User Avatar - 2.3.
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
1 |
+
/*! One User Avatar - 2.3.9
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
assets/js/tinymce-editor_plugin.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! One User Avatar - 2.3.
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
@@ -44,7 +44,7 @@
|
|
44 |
author: 'One Designs',
|
45 |
authorurl: 'https://onedesigns.com/',
|
46 |
infourl: 'https://onedesigns.com/plugins/one-user-avatar/',
|
47 |
-
version: '2.3.
|
48 |
};
|
49 |
},
|
50 |
});
|
1 |
+
/*! One User Avatar - 2.3.9
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
44 |
author: 'One Designs',
|
45 |
authorurl: 'https://onedesigns.com/',
|
46 |
infourl: 'https://onedesigns.com/plugins/one-user-avatar/',
|
47 |
+
version: '2.3.9',
|
48 |
};
|
49 |
},
|
50 |
});
|
assets/js/tinymce-window.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! One User Avatar - 2.3.
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
1 |
+
/*! One User Avatar - 2.3.9
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
assets/js/wp-user-avatar-admin.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! One User Avatar - 2.3.
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
@@ -37,4 +37,12 @@ jQuery(function($) {
|
|
37 |
$('#wpua-readable-size-error').toggle( wpuaUploadSizeLimit > parseInt( wpua_admin.max_upload_size ) );
|
38 |
$('#wpua-readable-size').toggleClass( 'wpua-error', wpuaUploadSizeLimit > parseInt( wpua_admin.max_upload_size ) );
|
39 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
});
|
1 |
+
/*! One User Avatar - 2.3.9
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
37 |
$('#wpua-readable-size-error').toggle( wpuaUploadSizeLimit > parseInt( wpua_admin.max_upload_size ) );
|
38 |
$('#wpua-readable-size').toggleClass( 'wpua-error', wpuaUploadSizeLimit > parseInt( wpua_admin.max_upload_size ) );
|
39 |
});
|
40 |
+
|
41 |
+
// Confirm deleting avatar
|
42 |
+
$('.wpua-media-form .submitdelete').on('click', function() {
|
43 |
+
console.log(typeof showNotice);
|
44 |
+
if ( typeof showNotice == 'object' && typeof showNotice.warn == 'function' ) {
|
45 |
+
return showNotice.warn();
|
46 |
+
}
|
47 |
+
});
|
48 |
});
|
assets/js/wp-user-avatar-user.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! One User Avatar - 2.3.
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
1 |
+
/*! One User Avatar - 2.3.9
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
assets/js/wp-user-avatar.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! One User Avatar - 2.3.
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
1 |
+
/*! One User Avatar - 2.3.9
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
includes/class-wp-user-avatar-admin.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Admin {
|
@@ -170,11 +170,11 @@ class WP_User_Avatar_Admin {
|
|
170 |
|
171 |
foreach ( $post_ids as $post_id_del ) {
|
172 |
if ( ! current_user_can( 'delete_post', $post_id_del ) ) {
|
173 |
-
wp_die(
|
174 |
}
|
175 |
|
176 |
if ( ! wp_delete_attachment( $post_id_del ) ) {
|
177 |
-
wp_die(
|
178 |
}
|
179 |
}
|
180 |
|
@@ -241,7 +241,7 @@ class WP_User_Avatar_Admin {
|
|
241 |
add_submenu_page(
|
242 |
'one-user-avatar',
|
243 |
__( 'Settings', 'one-user-avatar' ),
|
244 |
-
__( 'Settings'
|
245 |
'manage_options',
|
246 |
'one-user-avatar',
|
247 |
array( $this, 'wpua_options_page' )
|
@@ -249,7 +249,7 @@ class WP_User_Avatar_Admin {
|
|
249 |
|
250 |
$hook = add_submenu_page(
|
251 |
'one-user-avatar',
|
252 |
-
__( 'Library','one-user-avatar' ),
|
253 |
__( 'Library', 'one-user-avatar' ),
|
254 |
'manage_options',
|
255 |
'wp-user-avatar-library',
|
@@ -432,8 +432,8 @@ class WP_User_Avatar_Admin {
|
|
432 |
|
433 |
$wpua_list .= preg_replace( "/src='(.+?)'/", "src='\$1'", $avatar_thumb_img );
|
434 |
$wpua_list .= ' ' . __( 'One User Avatar', 'one-user-avatar' ) . '</label>';
|
435 |
-
$wpua_list .= '<p id="wpua-edit"><button type="button" class="button" id="wpua-add" name="wpua-add" data-avatar_default="true" data-title="' . __('Choose Image') . ': ' . __('Default Avatar') . '">' . __( 'Choose Image','one-user-avatar' ) . '</button>';
|
436 |
-
$wpua_list .= '<span id="wpua-remove-button"' . $hide_remove . '><a href="#" id="wpua-remove">' . __('Remove','one-user-avatar') . '</a></span><span id="wpua-undo-button"><a href="#" id="wpua-undo">' . __('Undo','one-user-avatar') . '</a></span></p>';
|
437 |
$wpua_list .= '<input type="hidden" id="wp-user-avatar" name="avatar_default_wp_user_avatar" value="' . $wpua_avatar_default . '">';
|
438 |
$wpua_list .= '<div id="wpua-modal"></div>';
|
439 |
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.9
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Admin {
|
170 |
|
171 |
foreach ( $post_ids as $post_id_del ) {
|
172 |
if ( ! current_user_can( 'delete_post', $post_id_del ) ) {
|
173 |
+
wp_die( esc_html__( 'You are not allowed to delete this post.', 'one-user-avatar' ) );
|
174 |
}
|
175 |
|
176 |
if ( ! wp_delete_attachment( $post_id_del ) ) {
|
177 |
+
wp_die( esc_html__( 'Error in deleting.','one-user-avatar' ) );
|
178 |
}
|
179 |
}
|
180 |
|
241 |
add_submenu_page(
|
242 |
'one-user-avatar',
|
243 |
__( 'Settings', 'one-user-avatar' ),
|
244 |
+
__( 'Settings', 'one-user-avatar' ),
|
245 |
'manage_options',
|
246 |
'one-user-avatar',
|
247 |
array( $this, 'wpua_options_page' )
|
249 |
|
250 |
$hook = add_submenu_page(
|
251 |
'one-user-avatar',
|
252 |
+
__( 'Library', 'one-user-avatar' ),
|
253 |
__( 'Library', 'one-user-avatar' ),
|
254 |
'manage_options',
|
255 |
'wp-user-avatar-library',
|
432 |
|
433 |
$wpua_list .= preg_replace( "/src='(.+?)'/", "src='\$1'", $avatar_thumb_img );
|
434 |
$wpua_list .= ' ' . __( 'One User Avatar', 'one-user-avatar' ) . '</label>';
|
435 |
+
$wpua_list .= '<p id="wpua-edit"><button type="button" class="button" id="wpua-add" name="wpua-add" data-avatar_default="true" data-title="' . __( 'Choose Image', 'one-user-avatar' ) . ': ' . __( 'Default Avatar', 'one-user-avatar' ) . '">' . __( 'Choose Image', 'one-user-avatar' ) . '</button>';
|
436 |
+
$wpua_list .= '<span id="wpua-remove-button"' . $hide_remove . '><a href="#" id="wpua-remove">' . __( 'Remove', 'one-user-avatar' ) . '</a></span><span id="wpua-undo-button"><a href="#" id="wpua-undo">' . __( 'Undo', 'one-user-avatar' ) . '</a></span></p>';
|
437 |
$wpua_list .= '<input type="hidden" id="wp-user-avatar" name="avatar_default_wp_user_avatar" value="' . $wpua_avatar_default . '">';
|
438 |
$wpua_list .= '<div id="wpua-modal"></div>';
|
439 |
|
includes/class-wp-user-avatar-functions.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Functions {
|
@@ -514,7 +514,7 @@ class WP_User_Avatar_Functions {
|
|
514 |
|
515 |
// User has WPUA
|
516 |
if ( '' == $alt ) {
|
517 |
-
$alt = apply_filters( 'wpua_default_alt_tag',
|
518 |
}
|
519 |
|
520 |
$alt = esc_attr($alt);
|
@@ -715,7 +715,7 @@ class WP_User_Avatar_Functions {
|
|
715 |
|
716 |
// Checks if comment
|
717 |
if ( '' == $alt ) {
|
718 |
-
$alt = apply_filters( 'wpua_default_alt_tag',
|
719 |
}
|
720 |
|
721 |
if ( is_object( $id_or_email ) ) {
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.9
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Functions {
|
514 |
|
515 |
// User has WPUA
|
516 |
if ( '' == $alt ) {
|
517 |
+
$alt = apply_filters( 'wpua_default_alt_tag', esc_html__( 'Avatar', 'one-user-avatar' ) );
|
518 |
}
|
519 |
|
520 |
$alt = esc_attr($alt);
|
715 |
|
716 |
// Checks if comment
|
717 |
if ( '' == $alt ) {
|
718 |
+
$alt = apply_filters( 'wpua_default_alt_tag', esc_html__( 'Avatar', 'one-user-avatar' ) );
|
719 |
}
|
720 |
|
721 |
if ( is_object( $id_or_email ) ) {
|
includes/class-wp-user-avatar-list-table.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_List_Table extends WP_List_Table {
|
@@ -110,7 +110,7 @@ class WP_User_Avatar_List_Table extends WP_List_Table {
|
|
110 |
?>
|
111 |
|
112 |
<p class="search-box">
|
113 |
-
<label class="screen-reader-text" for="<?php echo esc_attr( $input_id ); ?>"><?php echo $text; ?>:</label>
|
114 |
|
115 |
<input type="hidden" id="page" name="page" value="wp-user-avatar-library" />
|
116 |
|
@@ -189,7 +189,7 @@ class WP_User_Avatar_List_Table extends WP_List_Table {
|
|
189 |
public function get_bulk_actions() {
|
190 |
$actions = array();
|
191 |
|
192 |
-
$actions['delete'] =
|
193 |
|
194 |
return $actions;
|
195 |
}
|
@@ -232,10 +232,10 @@ class WP_User_Avatar_List_Table extends WP_List_Table {
|
|
232 |
|
233 |
$columns['cb'] = '<input type="checkbox" />';
|
234 |
$columns['icon'] = '';
|
235 |
-
$columns['title'] =
|
236 |
-
$columns['author'] =
|
237 |
-
$columns['parent'] =
|
238 |
-
$columns['date'] =
|
239 |
|
240 |
return $columns;
|
241 |
}
|
@@ -302,14 +302,13 @@ class WP_User_Avatar_List_Table extends WP_List_Table {
|
|
302 |
list( $columns, $hidden ) = $this->get_column_info();
|
303 |
|
304 |
foreach ( $columns as $column_name => $column_display_name ) {
|
305 |
-
$class = sprintf( '
|
306 |
-
$style = '';
|
307 |
|
308 |
if ( in_array( $column_name, $hidden ) ) {
|
309 |
-
$
|
310 |
}
|
311 |
|
312 |
-
$
|
313 |
|
314 |
switch ( $column_name ) {
|
315 |
case 'cb':
|
@@ -320,7 +319,7 @@ class WP_User_Avatar_List_Table extends WP_List_Table {
|
|
320 |
<label class="screen-reader-text" for="cb-select-<?php the_ID(); ?>">
|
321 |
<?php
|
322 |
/* translators: post title */
|
323 |
-
|
324 |
?>
|
325 |
</label>
|
326 |
|
@@ -332,18 +331,17 @@ class WP_User_Avatar_List_Table extends WP_List_Table {
|
|
332 |
break;
|
333 |
|
334 |
case 'icon':
|
335 |
-
$attributes = 'class="column-icon media-icon"' . $style;
|
336 |
?>
|
337 |
|
338 |
-
<td <?php echo $
|
339 |
<?php
|
340 |
if ( $thumb = $wpua_functions->wpua_get_attachment_image( $post->ID, array( 80, 60 ), true ) ) {
|
341 |
if ( $this->is_trash || ! $user_can_edit ) {
|
342 |
-
echo $thumb;
|
343 |
} else {
|
344 |
?>
|
345 |
-
<a href="<?php echo get_edit_post_link( $post->ID, true ); ?>" title="<?php echo esc_attr( sprintf( __( 'Edit %s' ), sprintf( '“%s”', $att_title ) ) ); ?>">
|
346 |
-
<?php echo $thumb; ?>
|
347 |
</a>
|
348 |
<?php
|
349 |
}
|
@@ -357,18 +355,18 @@ class WP_User_Avatar_List_Table extends WP_List_Table {
|
|
357 |
case 'title':
|
358 |
?>
|
359 |
|
360 |
-
<td <?php echo $
|
361 |
<strong>
|
362 |
<?php
|
363 |
if ( $this->is_trash || ! $user_can_edit ) {
|
364 |
-
echo $att_title;
|
365 |
} else {
|
366 |
?>
|
367 |
<a
|
368 |
-
href="<?php echo get_edit_post_link( $post->ID, true ); ?>"
|
369 |
title="<?php echo esc_attr( sprintf( __( 'Edit %s' ), sprintf( '“%s”', $att_title ) ) ); ?>"
|
370 |
>
|
371 |
-
<?php echo $att_title; ?>
|
372 |
</a>
|
373 |
<?php
|
374 |
}
|
@@ -382,7 +380,7 @@ class WP_User_Avatar_List_Table extends WP_List_Table {
|
|
382 |
if ( preg_match( '/^.*?\.(\w+)$/', get_attached_file( $post->ID ), $matches ) ) {
|
383 |
echo esc_html( strtoupper( $matches[1] ) );
|
384 |
} else {
|
385 |
-
echo strtoupper( str_replace('image/', '', get_post_mime_type() ) );
|
386 |
}
|
387 |
?>
|
388 |
</p>
|
@@ -396,7 +394,7 @@ class WP_User_Avatar_List_Table extends WP_List_Table {
|
|
396 |
case 'author':
|
397 |
?>
|
398 |
|
399 |
-
<td <?php echo $
|
400 |
<?php
|
401 |
printf(
|
402 |
'<a href="%s">%s</a>',
|
@@ -435,7 +433,7 @@ class WP_User_Avatar_List_Table extends WP_List_Table {
|
|
435 |
}
|
436 |
?>
|
437 |
|
438 |
-
<td <?php echo $
|
439 |
|
440 |
<?php
|
441 |
break;
|
@@ -461,7 +459,7 @@ class WP_User_Avatar_List_Table extends WP_List_Table {
|
|
461 |
$user_array = array();
|
462 |
?>
|
463 |
|
464 |
-
<td <?php echo $
|
465 |
<strong>
|
466 |
<?php
|
467 |
if ( ! empty( $wpuas ) ) {
|
@@ -469,7 +467,7 @@ class WP_User_Avatar_List_Table extends WP_List_Table {
|
|
469 |
$user = get_userdata( $usermeta->user_id );
|
470 |
$user_array[] = sprintf(
|
471 |
'<a href="%s">%s</a>',
|
472 |
-
get_edit_user_link( $user->ID ),
|
473 |
$user->user_login
|
474 |
);
|
475 |
}
|
@@ -478,13 +476,13 @@ class WP_User_Avatar_List_Table extends WP_List_Table {
|
|
478 |
$user = get_userdata($usermeta->ID);
|
479 |
$user_array[] = sprintf(
|
480 |
'<a href="%s">%s</a>',
|
481 |
-
get_edit_user_link($user->ID),
|
482 |
$user->user_login
|
483 |
);
|
484 |
}
|
485 |
}
|
486 |
|
487 |
-
echo implode( ', ', array_filter( $user_array ) );
|
488 |
?>
|
489 |
</strong>
|
490 |
</td>
|
@@ -519,7 +517,7 @@ class WP_User_Avatar_List_Table extends WP_List_Table {
|
|
519 |
if ( current_user_can( 'edit_post', $post->ID ) && ! $this->is_trash ) {
|
520 |
$actions['edit'] = sprintf(
|
521 |
'<a href="%s">%s</a>',
|
522 |
-
get_edit_post_link( $post->ID, true ),
|
523 |
__( 'Edit', 'one-user-avatar' )
|
524 |
);
|
525 |
}
|
@@ -540,11 +538,8 @@ class WP_User_Avatar_List_Table extends WP_List_Table {
|
|
540 |
}
|
541 |
|
542 |
if ( $this->is_trash || ! EMPTY_TRASH_DAYS || ! MEDIA_TRASH ) {
|
543 |
-
$delete_ays = ( ! $this->is_trash && ! MEDIA_TRASH ) ? ' onclick="return showNotice.warn();"' : '';
|
544 |
-
|
545 |
$actions['delete'] = sprintf(
|
546 |
-
'<a class="submitdelete"
|
547 |
-
$delete_ays,
|
548 |
wp_nonce_url( sprintf( 'post.php?action=delete&post=%s', $post->ID ), 'delete-post_'.$post->ID ),
|
549 |
__( 'Delete Permanently', 'one-user-avatar' )
|
550 |
);
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.9
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_List_Table extends WP_List_Table {
|
110 |
?>
|
111 |
|
112 |
<p class="search-box">
|
113 |
+
<label class="screen-reader-text" for="<?php echo esc_attr( $input_id ); ?>"><?php echo esc_html( $text ); ?>:</label>
|
114 |
|
115 |
<input type="hidden" id="page" name="page" value="wp-user-avatar-library" />
|
116 |
|
189 |
public function get_bulk_actions() {
|
190 |
$actions = array();
|
191 |
|
192 |
+
$actions['delete'] = esc_html__( 'Delete Permanently','one-user-avatar' );
|
193 |
|
194 |
return $actions;
|
195 |
}
|
232 |
|
233 |
$columns['cb'] = '<input type="checkbox" />';
|
234 |
$columns['icon'] = '';
|
235 |
+
$columns['title'] = esc_html_x( 'File', 'column name', 'one-user-avatar' );
|
236 |
+
$columns['author'] = esc_html__( 'Author','one-user-avatar', 'one-user-avatar' );
|
237 |
+
$columns['parent'] = esc_html_x( 'Uploaded to', 'column name', 'one-user-avatar' );
|
238 |
+
$columns['date'] = esc_html_x( 'Date', 'column name', 'one-user-avatar' );
|
239 |
|
240 |
return $columns;
|
241 |
}
|
302 |
list( $columns, $hidden ) = $this->get_column_info();
|
303 |
|
304 |
foreach ( $columns as $column_name => $column_display_name ) {
|
305 |
+
$class = sprintf( '%1$s column-%1$s', esc_attr( $column_name ) );
|
|
|
306 |
|
307 |
if ( in_array( $column_name, $hidden ) ) {
|
308 |
+
$class .= ' hidden';
|
309 |
}
|
310 |
|
311 |
+
$class = sanitize_html_class( $class );
|
312 |
|
313 |
switch ( $column_name ) {
|
314 |
case 'cb':
|
319 |
<label class="screen-reader-text" for="cb-select-<?php the_ID(); ?>">
|
320 |
<?php
|
321 |
/* translators: post title */
|
322 |
+
echo esc_html( sprintf( __( 'Select %s','one-user-avatar' ), $att_title ) );
|
323 |
?>
|
324 |
</label>
|
325 |
|
331 |
break;
|
332 |
|
333 |
case 'icon':
|
|
|
334 |
?>
|
335 |
|
336 |
+
<td class="media-icon <?php echo esc_attr( $class ); ?>">
|
337 |
<?php
|
338 |
if ( $thumb = $wpua_functions->wpua_get_attachment_image( $post->ID, array( 80, 60 ), true ) ) {
|
339 |
if ( $this->is_trash || ! $user_can_edit ) {
|
340 |
+
echo wp_kses_post( $thumb );
|
341 |
} else {
|
342 |
?>
|
343 |
+
<a href="<?php echo esc_url( get_edit_post_link( $post->ID, true ) ); ?>" title="<?php echo esc_attr( sprintf( __( 'Edit %s' ), sprintf( '“%s”', $att_title ) ) ); ?>">
|
344 |
+
<?php echo wp_kses_post( $thumb ); ?>
|
345 |
</a>
|
346 |
<?php
|
347 |
}
|
355 |
case 'title':
|
356 |
?>
|
357 |
|
358 |
+
<td class="<?php echo esc_attr( $class ); ?>">
|
359 |
<strong>
|
360 |
<?php
|
361 |
if ( $this->is_trash || ! $user_can_edit ) {
|
362 |
+
echo esc_html( $att_title );
|
363 |
} else {
|
364 |
?>
|
365 |
<a
|
366 |
+
href="<?php echo esc_url( get_edit_post_link( $post->ID, true ) ); ?>"
|
367 |
title="<?php echo esc_attr( sprintf( __( 'Edit %s' ), sprintf( '“%s”', $att_title ) ) ); ?>"
|
368 |
>
|
369 |
+
<?php echo esc_html( $att_title ); ?>
|
370 |
</a>
|
371 |
<?php
|
372 |
}
|
380 |
if ( preg_match( '/^.*?\.(\w+)$/', get_attached_file( $post->ID ), $matches ) ) {
|
381 |
echo esc_html( strtoupper( $matches[1] ) );
|
382 |
} else {
|
383 |
+
echo esc_html( strtoupper( str_replace('image/', '', get_post_mime_type() ) ) );
|
384 |
}
|
385 |
?>
|
386 |
</p>
|
394 |
case 'author':
|
395 |
?>
|
396 |
|
397 |
+
<td class="<?php echo esc_attr( $class ); ?>">
|
398 |
<?php
|
399 |
printf(
|
400 |
'<a href="%s">%s</a>',
|
433 |
}
|
434 |
?>
|
435 |
|
436 |
+
<td class="<?php echo esc_attr( $class ); ?>"><?php echo esc_html( $h_time); ?></td>
|
437 |
|
438 |
<?php
|
439 |
break;
|
459 |
$user_array = array();
|
460 |
?>
|
461 |
|
462 |
+
<td class="<?php echo esc_attr( $class ); ?>">
|
463 |
<strong>
|
464 |
<?php
|
465 |
if ( ! empty( $wpuas ) ) {
|
467 |
$user = get_userdata( $usermeta->user_id );
|
468 |
$user_array[] = sprintf(
|
469 |
'<a href="%s">%s</a>',
|
470 |
+
esc_url( get_edit_user_link( $user->ID ) ),
|
471 |
$user->user_login
|
472 |
);
|
473 |
}
|
476 |
$user = get_userdata($usermeta->ID);
|
477 |
$user_array[] = sprintf(
|
478 |
'<a href="%s">%s</a>',
|
479 |
+
esc_url( get_edit_user_link($user->ID) ),
|
480 |
$user->user_login
|
481 |
);
|
482 |
}
|
483 |
}
|
484 |
|
485 |
+
echo wp_kses_post( implode( ', ', array_filter( $user_array ) ) );
|
486 |
?>
|
487 |
</strong>
|
488 |
</td>
|
517 |
if ( current_user_can( 'edit_post', $post->ID ) && ! $this->is_trash ) {
|
518 |
$actions['edit'] = sprintf(
|
519 |
'<a href="%s">%s</a>',
|
520 |
+
esc_url( get_edit_post_link( $post->ID, true ) ),
|
521 |
__( 'Edit', 'one-user-avatar' )
|
522 |
);
|
523 |
}
|
538 |
}
|
539 |
|
540 |
if ( $this->is_trash || ! EMPTY_TRASH_DAYS || ! MEDIA_TRASH ) {
|
|
|
|
|
541 |
$actions['delete'] = sprintf(
|
542 |
+
'<a class="submitdelete" href="%s">%s</a>',
|
|
|
543 |
wp_nonce_url( sprintf( 'post.php?action=delete&post=%s', $post->ID ), 'delete-post_'.$post->ID ),
|
544 |
__( 'Delete Permanently', 'one-user-avatar' )
|
545 |
);
|
includes/class-wp-user-avatar-resource-manager.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @copyright 2014-2020 Flippercode
|
13 |
* @copyright 2020-2021 ProfilePress
|
14 |
* @copyright 2021 One Designs
|
15 |
-
* @version 2.3.
|
16 |
*/
|
17 |
|
18 |
class WP_User_Avatar_Resource_Manager {
|
12 |
* @copyright 2014-2020 Flippercode
|
13 |
* @copyright 2020-2021 ProfilePress
|
14 |
* @copyright 2021 One Designs
|
15 |
+
* @version 2.3.9
|
16 |
*/
|
17 |
|
18 |
class WP_User_Avatar_Resource_Manager {
|
includes/class-wp-user-avatar-setup.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Setup {
|
@@ -30,7 +30,7 @@ class WP_User_Avatar_Setup {
|
|
30 |
* @since 1.9.2
|
31 |
*/
|
32 |
private function _define_constants() {
|
33 |
-
define( 'WPUA_VERSION', '2.3.
|
34 |
define( 'WPUA_FOLDER', basename( dirname( One_User_Avatar::plugin_file_path() ) ) );
|
35 |
define( 'WPUA_DIR', One_User_Avatar::plugin_dir_path() );
|
36 |
define( 'WPUA_INC', WPUA_DIR . 'includes' . '/' );
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.9
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Setup {
|
30 |
* @since 1.9.2
|
31 |
*/
|
32 |
private function _define_constants() {
|
33 |
+
define( 'WPUA_VERSION', '2.3.9' );
|
34 |
define( 'WPUA_FOLDER', basename( dirname( One_User_Avatar::plugin_file_path() ) ) );
|
35 |
define( 'WPUA_DIR', One_User_Avatar::plugin_dir_path() );
|
36 |
define( 'WPUA_INC', WPUA_DIR . 'includes' . '/' );
|
includes/class-wp-user-avatar-shortcode.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Shortcode {
|
@@ -130,15 +130,17 @@ class WP_User_Avatar_Shortcode {
|
|
130 |
$link_class = 'custom';
|
131 |
}
|
132 |
|
133 |
-
//
|
134 |
-
|
|
|
|
|
135 |
|
136 |
// Wrap the avatar inside the link
|
137 |
$html = sprintf(
|
138 |
'<a href="%s" class="wp-user-avatar-link wp-user-avatar-%s"%s>%s</a>',
|
139 |
esc_url( $link ),
|
140 |
esc_attr( $link_class ),
|
141 |
-
$
|
142 |
get_wp_user_avatar( $id_or_email, $get_size, $align )
|
143 |
);
|
144 |
} else {
|
@@ -162,7 +164,7 @@ class WP_User_Avatar_Shortcode {
|
|
162 |
$avatar = $html;
|
163 |
}
|
164 |
|
165 |
-
return $avatar;
|
166 |
}
|
167 |
|
168 |
/**
|
@@ -227,6 +229,8 @@ class WP_User_Avatar_Shortcode {
|
|
227 |
$valid_user = current_user_can( 'edit_user', $get_user->ID ) ? $get_user : null;
|
228 |
}
|
229 |
|
|
|
|
|
230 |
// Show form only for valid user
|
231 |
if ( $valid_user ) {
|
232 |
// Save
|
@@ -237,6 +241,8 @@ class WP_User_Avatar_Shortcode {
|
|
237 |
&&
|
238 |
( isset( $_POST[ '_wpnonce'] ) && wp_verify_nonce( $_POST[ '_wpnonce'], 'update-user_' . $valid_user->ID ) )
|
239 |
) {
|
|
|
|
|
240 |
do_action( 'wpua_update', $valid_user->ID );
|
241 |
|
242 |
// Check for errors
|
@@ -248,10 +254,30 @@ class WP_User_Avatar_Shortcode {
|
|
248 |
} else {
|
249 |
printf( '<div class="success"><p><strong>%s</strong></p></div>', __( 'Profile updated.', 'one-user-avatar' ) );
|
250 |
}
|
|
|
|
|
251 |
}
|
252 |
|
253 |
// Edit form
|
254 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
255 |
}
|
256 |
}
|
257 |
}
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.9
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Shortcode {
|
130 |
$link_class = 'custom';
|
131 |
}
|
132 |
|
133 |
+
// Link target
|
134 |
+
if ( ! in_array( $target, array( '_blank', '_self', '_parent', '_top' ) ) ) {
|
135 |
+
$target = '';
|
136 |
+
}
|
137 |
|
138 |
// Wrap the avatar inside the link
|
139 |
$html = sprintf(
|
140 |
'<a href="%s" class="wp-user-avatar-link wp-user-avatar-%s"%s>%s</a>',
|
141 |
esc_url( $link ),
|
142 |
esc_attr( $link_class ),
|
143 |
+
( $target ? sprintf( ' target="%s"', esc_attr( $target ) ) : '' ),
|
144 |
get_wp_user_avatar( $id_or_email, $get_size, $align )
|
145 |
);
|
146 |
} else {
|
164 |
$avatar = $html;
|
165 |
}
|
166 |
|
167 |
+
return wp_kses_post( $avatar );
|
168 |
}
|
169 |
|
170 |
/**
|
229 |
$valid_user = current_user_can( 'edit_user', $get_user->ID ) ? $get_user : null;
|
230 |
}
|
231 |
|
232 |
+
$output = '';
|
233 |
+
|
234 |
// Show form only for valid user
|
235 |
if ( $valid_user ) {
|
236 |
// Save
|
241 |
&&
|
242 |
( isset( $_POST[ '_wpnonce'] ) && wp_verify_nonce( $_POST[ '_wpnonce'], 'update-user_' . $valid_user->ID ) )
|
243 |
) {
|
244 |
+
ob_start();
|
245 |
+
|
246 |
do_action( 'wpua_update', $valid_user->ID );
|
247 |
|
248 |
// Check for errors
|
254 |
} else {
|
255 |
printf( '<div class="success"><p><strong>%s</strong></p></div>', __( 'Profile updated.', 'one-user-avatar' ) );
|
256 |
}
|
257 |
+
|
258 |
+
$output .= ob_get_clean();
|
259 |
}
|
260 |
|
261 |
// Edit form
|
262 |
+
$output .= $this->wpua_edit_form( $valid_user );
|
263 |
+
|
264 |
+
return wp_kses( $output, array_merge( wp_kses_allowed_html( 'post' ), array(
|
265 |
+
'form' => array(
|
266 |
+
'id' => true,
|
267 |
+
'class' => true,
|
268 |
+
'action' => true,
|
269 |
+
'class' => true,
|
270 |
+
'method' => true,
|
271 |
+
'enctype' => true,
|
272 |
+
),
|
273 |
+
'input' => array(
|
274 |
+
'type' => true,
|
275 |
+
'name' => true,
|
276 |
+
'id' => true,
|
277 |
+
'class' => true,
|
278 |
+
'value' => true,
|
279 |
+
),
|
280 |
+
) ) );
|
281 |
}
|
282 |
}
|
283 |
}
|
includes/class-wp-user-avatar-subscriber.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Subscriber {
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.9
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Subscriber {
|
includes/class-wp-user-avatar-update.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Update {
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.9
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Update {
|
includes/class-wp-user-avatar-widget.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Profile_Widget extends WP_Widget {
|
@@ -61,12 +61,12 @@ class WP_User_Avatar_Profile_Widget extends WP_Widget {
|
|
61 |
echo $before_widget;
|
62 |
|
63 |
if ( ! empty( $title ) ) {
|
64 |
-
echo $before_title . $title . $after_title;
|
65 |
}
|
66 |
|
67 |
if ( ! empty( $text ) ) {
|
68 |
echo '<div class="textwidget">';
|
69 |
-
echo ! empty( $instance['filter'] ) ? wpautop($text) : $text;
|
70 |
echo '</div>';
|
71 |
}
|
72 |
|
@@ -96,13 +96,13 @@ class WP_User_Avatar_Profile_Widget extends WP_Widget {
|
|
96 |
|
97 |
<p>
|
98 |
<label for="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>">
|
99 |
-
<?php
|
100 |
</label>
|
101 |
|
102 |
<input class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name('title') ); ?>" type="text" value="<?php echo esc_attr( wp_kses( $instance['title'], 'data' ) ); ?>" />
|
103 |
</p>
|
104 |
|
105 |
-
<label for="<?php echo esc_attr( $this->get_field_id( 'filter' ) ); ?>"><?php
|
106 |
|
107 |
<textarea class="widefat" rows="3" cols="20" id="<?php echo esc_attr( $this->get_field_id( 'text' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'text' ) ); ?>"><?php echo esc_textarea( $instance['text'] ); ?></textarea>
|
108 |
|
@@ -110,7 +110,7 @@ class WP_User_Avatar_Profile_Widget extends WP_Widget {
|
|
110 |
<input id="<?php echo esc_attr( $this->get_field_id( 'filter' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'filter' ) ); ?>" type="checkbox" <?php checked( isset( $instance['filter'] ) ? $instance['filter'] : 0 ); ?> />
|
111 |
|
112 |
<label for="<?php echo esc_attr( $this->get_field_id( 'filter' ) ); ?>">
|
113 |
-
<?php
|
114 |
</label>
|
115 |
</p>
|
116 |
<?php
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.9
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Profile_Widget extends WP_Widget {
|
61 |
echo $before_widget;
|
62 |
|
63 |
if ( ! empty( $title ) ) {
|
64 |
+
echo $before_title . esc_html( $title ) . $after_title;
|
65 |
}
|
66 |
|
67 |
if ( ! empty( $text ) ) {
|
68 |
echo '<div class="textwidget">';
|
69 |
+
echo wp_kses_post( ! empty( $instance['filter'] ) ? wpautop( $text ) : $text );
|
70 |
echo '</div>';
|
71 |
}
|
72 |
|
96 |
|
97 |
<p>
|
98 |
<label for="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>">
|
99 |
+
<?php esc_html_e( 'Title:', 'one-user-avatar' ); ?>
|
100 |
</label>
|
101 |
|
102 |
<input class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name('title') ); ?>" type="text" value="<?php echo esc_attr( wp_kses( $instance['title'], 'data' ) ); ?>" />
|
103 |
</p>
|
104 |
|
105 |
+
<label for="<?php echo esc_attr( $this->get_field_id( 'filter' ) ); ?>"><?php esc_html_e( 'Description:', 'one-user-avatar' ); ?></label>
|
106 |
|
107 |
<textarea class="widefat" rows="3" cols="20" id="<?php echo esc_attr( $this->get_field_id( 'text' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'text' ) ); ?>"><?php echo esc_textarea( $instance['text'] ); ?></textarea>
|
108 |
|
110 |
<input id="<?php echo esc_attr( $this->get_field_id( 'filter' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'filter' ) ); ?>" type="checkbox" <?php checked( isset( $instance['filter'] ) ? $instance['filter'] : 0 ); ?> />
|
111 |
|
112 |
<label for="<?php echo esc_attr( $this->get_field_id( 'filter' ) ); ?>">
|
113 |
+
<?php esc_html_e( 'Automatically add paragraphs', 'one-user-avatar' ); ?>
|
114 |
</label>
|
115 |
</p>
|
116 |
<?php
|
includes/class-wp-user-avatar.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar {
|
@@ -35,8 +35,8 @@ class WP_User_Avatar {
|
|
35 |
// Add WPUA to profile for users with permission
|
36 |
if ( $this->wpua_is_author_or_above() || ( 1 == (bool) $wpua_allow_upload && is_user_logged_in() ) ) {
|
37 |
// Profile functions and scripts
|
38 |
-
add_action('show_user_profile', array( $this, 'wpua_maybe_show_user_profile' ) );
|
39 |
-
add_action('edit_user_profile', array( $this, 'wpua_maybe_show_user_profile' ) );
|
40 |
|
41 |
add_action( 'personal_options_update', array( $this, 'wpua_action_process_option_update' ) );
|
42 |
add_action( 'edit_user_profile_update', array( $this, 'wpua_action_process_option_update' ) );
|
@@ -47,10 +47,10 @@ class WP_User_Avatar {
|
|
47 |
add_filter( 'user_profile_picture_description', array( $this, 'wpua_description_show_user_profile' ), PHP_INT_MAX, 2 );
|
48 |
|
49 |
// Admin scripts
|
50 |
-
$pages = array( 'profile.php', 'options-discussion.php', 'user-edit.php', 'user-new.php' );
|
51 |
|
52 |
if ( in_array( $pagenow, $pages ) || $wpua_admin->wpua_is_menu_page() ) {
|
53 |
-
add_action('admin_enqueue_scripts', array( $this, 'wpua_media_upload_scripts' ) );
|
54 |
}
|
55 |
|
56 |
// Front pages
|
@@ -123,6 +123,7 @@ class WP_User_Avatar {
|
|
123 |
global $current_user,
|
124 |
$mustache_admin,
|
125 |
$pagenow,
|
|
|
126 |
$post,
|
127 |
$show_avatars,
|
128 |
$wp_user_avatar,
|
@@ -150,11 +151,25 @@ class WP_User_Avatar {
|
|
150 |
}
|
151 |
|
152 |
// Admin scripts
|
153 |
-
if (
|
154 |
wp_localize_script( 'wp-user-avatar', 'wpua_custom', array(
|
155 |
'avatar_thumb' => $mustache_admin,
|
156 |
) );
|
|
|
157 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
158 |
// Settings control
|
159 |
wp_enqueue_script( 'wp-user-avatar-admin', WPUA_JS_URL . 'wp-user-avatar-admin.js', array( 'wp-user-avatar' ), WPUA_VERSION, true );
|
160 |
wp_localize_script( 'wp-user-avatar-admin', 'wpua_admin', array(
|
@@ -207,26 +222,26 @@ class WP_User_Avatar {
|
|
207 |
), admin_url( 'post.php' ) ) );
|
208 |
?>
|
209 |
|
210 |
-
<input type="hidden" name="wp-user-avatar" id="<?php echo ( 'add-new-user' == $user ) ? 'wp-user-avatar' : 'wp-user-avatar-existing' ?>" value="<?php echo $wpua; ?>" />
|
211 |
|
212 |
<?php
|
213 |
if ( $wp_user_avatar->wpua_is_author_or_above() && ! $wpua_force_file_uploader ) :
|
214 |
// Button to launch Media Uploader
|
215 |
?>
|
216 |
|
217 |
-
<p id="<?php echo ( 'add-new-user' == $user ) ? 'wpua-add-button' : 'wpua-add-button-existing' ?>">
|
218 |
<button
|
219 |
type="button"
|
220 |
class="button"
|
221 |
-
id="<?php echo ( 'add-new-user' == $user ) ? 'wpua-add' : 'wpua-add-existing' ?>"
|
222 |
-
name="<?php echo ( 'add-new-user' == $user ) ? 'wpua-add' : 'wpua-add-existing' ?>"
|
223 |
data-title="<?php printf(
|
224 |
/* translators: user display name */
|
225 |
__( 'Choose Image: %s', 'one-user-avatar' ),
|
226 |
( ! empty( $user->display_name ) ? esc_attr( $user->display_name ) : '' )
|
227 |
); ?>"
|
228 |
>
|
229 |
-
<?php
|
230 |
</button>
|
231 |
</p>
|
232 |
|
@@ -235,26 +250,26 @@ class WP_User_Avatar {
|
|
235 |
// Upload button
|
236 |
?>
|
237 |
|
238 |
-
<p id="<?php echo ( 'add-new-user' == $user ) ? 'wpua-upload-button' : 'wpua-upload-button-existing'; ?>">
|
239 |
-
<input name="wpua-file" id="<?php echo ( 'add-new-user' == $user ) ? 'wpua-file' : 'wpua-file-existing'; ?>" type="file" />
|
240 |
|
241 |
-
<button type="submit" class="button" id="<?php echo ( 'add-new-user' == $user ) ? 'wpua-upload' : 'wpua-upload-existing'; ?>" name="submit" value="<?php
|
242 |
-
<?php
|
243 |
</button>
|
244 |
</p>
|
245 |
|
246 |
-
<p id="<?php echo ( 'add-new-user' == $user ) ? 'wpua-upload-messages' : 'wpua-upload-messages-existing'; ?>">
|
247 |
-
<span id="<?php echo ($user == 'add-new-user') ? 'wpua-max-upload' : 'wpua-max-upload-existing'; ?>" class="description">
|
248 |
<?php
|
249 |
printf(
|
250 |
/* translators: file size in KB */
|
251 |
__( 'Maximum upload file size: %s.', 'one-user-avatar' ),
|
252 |
-
esc_html($wpua_upload_size_limit_with_units
|
253 |
);
|
254 |
?>
|
255 |
</span>
|
256 |
|
257 |
-
<span id="<?php echo ( 'add-new-user' == $user ) ? 'wpua-allowed-files' : 'wpua-allowed-files-existing'; ?>" class="description">
|
258 |
<?php
|
259 |
printf(
|
260 |
/* translators: allowed file extensions */
|
@@ -269,25 +284,25 @@ class WP_User_Avatar {
|
|
269 |
endif;
|
270 |
?>
|
271 |
|
272 |
-
<div id="<?php echo ( 'add-new-user' == $user ) ? 'wpua-images' : 'wpua-images-existing'; ?>" class="<?php echo $hide_images; ?>">
|
273 |
-
<p id="<?php echo ( 'add-new-user' == $user ) ? 'wpua-preview' : 'wpua-preview-existing'; ?>">
|
274 |
<img src="<?php echo esc_url( $avatar_medium ); ?>" alt="<?php echo esc_attr( __( 'Original Size', 'one-user-avatar' ) ); ?>" />
|
275 |
|
276 |
-
<span class="description"><?php
|
277 |
</p>
|
278 |
|
279 |
-
<p id="<?php echo ( 'add-new-user' == $user ) ? 'wpua-thumbnail' : 'wpua-thumbnail-existing'; ?>">
|
280 |
<img src="<?php echo esc_url( $avatar_thumbnail ); ?>" alt="<?php echo esc_attr( __( 'Thumbnail', 'one-user-avatar' ) ); ?>"/>
|
281 |
|
282 |
-
<span class="description"><?php
|
283 |
</p>
|
284 |
|
285 |
-
<p id="<?php echo ( 'add-new-user' == $user ) ? 'wpua-remove-button' : 'wpua-remove-button-existing' ?>" class="<?php echo $hide_remove; ?>">
|
286 |
-
<button type="button" class="button" id="<?php echo ( 'add-new-user' == $user ) ? 'wpua-remove' : 'wpua-remove-existing' ?>" name="wpua-remove"><?php
|
287 |
</p>
|
288 |
|
289 |
-
<p id="<?php echo ( 'add-new-user' == $user ) ? 'wpua-undo-button' : 'wpua-undo-button-existing' ?>">
|
290 |
-
<button type="button" class="button" id="<?php echo ( 'add-new-user' == $user ) ? 'wpua-undo' : 'wpua-undo-existing' ?>" name="wpua-undo"><?php
|
291 |
</p>
|
292 |
</div>
|
293 |
|
@@ -343,7 +358,12 @@ class WP_User_Avatar {
|
|
343 |
public function wpua_description_show_user_profile( $description = '', $profileuser = null ) {
|
344 |
ob_start();
|
345 |
|
346 |
-
echo
|
|
|
|
|
|
|
|
|
|
|
347 |
|
348 |
self::wpua_core_show_user_profile( $profileuser );
|
349 |
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.9
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar {
|
35 |
// Add WPUA to profile for users with permission
|
36 |
if ( $this->wpua_is_author_or_above() || ( 1 == (bool) $wpua_allow_upload && is_user_logged_in() ) ) {
|
37 |
// Profile functions and scripts
|
38 |
+
add_action( 'show_user_profile', array( $this, 'wpua_maybe_show_user_profile' ) );
|
39 |
+
add_action( 'edit_user_profile', array( $this, 'wpua_maybe_show_user_profile' ) );
|
40 |
|
41 |
add_action( 'personal_options_update', array( $this, 'wpua_action_process_option_update' ) );
|
42 |
add_action( 'edit_user_profile_update', array( $this, 'wpua_action_process_option_update' ) );
|
47 |
add_filter( 'user_profile_picture_description', array( $this, 'wpua_description_show_user_profile' ), PHP_INT_MAX, 2 );
|
48 |
|
49 |
// Admin scripts
|
50 |
+
$pages = array( 'profile.php', 'options-discussion.php', 'user-edit.php', 'user-new.php', 'admin.php' );
|
51 |
|
52 |
if ( in_array( $pagenow, $pages ) || $wpua_admin->wpua_is_menu_page() ) {
|
53 |
+
add_action( 'admin_enqueue_scripts', array( $this, 'wpua_media_upload_scripts' ) );
|
54 |
}
|
55 |
|
56 |
// Front pages
|
123 |
global $current_user,
|
124 |
$mustache_admin,
|
125 |
$pagenow,
|
126 |
+
$plugin_page,
|
127 |
$post,
|
128 |
$show_avatars,
|
129 |
$wp_user_avatar,
|
151 |
}
|
152 |
|
153 |
// Admin scripts
|
154 |
+
if ( 'options-discussion.php' == $pagenow || $wpua_admin->wpua_is_menu_page() ) {
|
155 |
wp_localize_script( 'wp-user-avatar', 'wpua_custom', array(
|
156 |
'avatar_thumb' => $mustache_admin,
|
157 |
) );
|
158 |
+
}
|
159 |
|
160 |
+
if (
|
161 |
+
'options-discussion.php' == $pagenow
|
162 |
+
||
|
163 |
+
$wpua_admin->wpua_is_menu_page()
|
164 |
+
||
|
165 |
+
(
|
166 |
+
'admin.php' == $pagenow
|
167 |
+
&&
|
168 |
+
isset( $plugin_page )
|
169 |
+
&&
|
170 |
+
'wp-user-avatar-library' == $plugin_page
|
171 |
+
)
|
172 |
+
) {
|
173 |
// Settings control
|
174 |
wp_enqueue_script( 'wp-user-avatar-admin', WPUA_JS_URL . 'wp-user-avatar-admin.js', array( 'wp-user-avatar' ), WPUA_VERSION, true );
|
175 |
wp_localize_script( 'wp-user-avatar-admin', 'wpua_admin', array(
|
222 |
), admin_url( 'post.php' ) ) );
|
223 |
?>
|
224 |
|
225 |
+
<input type="hidden" name="wp-user-avatar" id="<?php echo esc_attr( ( 'add-new-user' == $user ) ? 'wp-user-avatar' : 'wp-user-avatar-existing' ) ?>" value="<?php echo esc_attr( $wpua ); ?>" />
|
226 |
|
227 |
<?php
|
228 |
if ( $wp_user_avatar->wpua_is_author_or_above() && ! $wpua_force_file_uploader ) :
|
229 |
// Button to launch Media Uploader
|
230 |
?>
|
231 |
|
232 |
+
<p id="<?php echo esc_attr( ( 'add-new-user' == $user ) ? 'wpua-add-button' : 'wpua-add-button-existing' ); ?>">
|
233 |
<button
|
234 |
type="button"
|
235 |
class="button"
|
236 |
+
id="<?php echo esc_attr( ( 'add-new-user' == $user ) ? 'wpua-add' : 'wpua-add-existing' ); ?>"
|
237 |
+
name="<?php echo esc_attr( ( 'add-new-user' == $user ) ? 'wpua-add' : 'wpua-add-existing' ); ?>"
|
238 |
data-title="<?php printf(
|
239 |
/* translators: user display name */
|
240 |
__( 'Choose Image: %s', 'one-user-avatar' ),
|
241 |
( ! empty( $user->display_name ) ? esc_attr( $user->display_name ) : '' )
|
242 |
); ?>"
|
243 |
>
|
244 |
+
<?php esc_html_e( 'Choose Image', 'one-user-avatar' ); ?>
|
245 |
</button>
|
246 |
</p>
|
247 |
|
250 |
// Upload button
|
251 |
?>
|
252 |
|
253 |
+
<p id="<?php echo esc_attr( ( 'add-new-user' == $user ) ? 'wpua-upload-button' : 'wpua-upload-button-existing' ); ?>">
|
254 |
+
<input name="wpua-file" id="<?php echo esc_attr( ( 'add-new-user' == $user ) ? 'wpua-file' : 'wpua-file-existing' ); ?>" type="file" />
|
255 |
|
256 |
+
<button type="submit" class="button" id="<?php echo esc_attr( ( 'add-new-user' == $user ) ? 'wpua-upload' : 'wpua-upload-existing' ); ?>" name="submit" value="<?php esc_html_e( 'Upload', 'one-user-avatar' ); ?>">
|
257 |
+
<?php esc_html_e( 'Upload', 'one-user-avatar' ); ?>
|
258 |
</button>
|
259 |
</p>
|
260 |
|
261 |
+
<p id="<?php echo esc_attr( ( 'add-new-user' == $user ) ? 'wpua-upload-messages' : 'wpua-upload-messages-existing' ); ?>">
|
262 |
+
<span id="<?php echo esc_attr( ( $user == 'add-new-user') ? 'wpua-max-upload' : 'wpua-max-upload-existing' ); ?>" class="description">
|
263 |
<?php
|
264 |
printf(
|
265 |
/* translators: file size in KB */
|
266 |
__( 'Maximum upload file size: %s.', 'one-user-avatar' ),
|
267 |
+
esc_html( $wpua_upload_size_limit_with_units . 'KB' )
|
268 |
);
|
269 |
?>
|
270 |
</span>
|
271 |
|
272 |
+
<span id="<?php echo esc_attr( ( 'add-new-user' == $user ) ? 'wpua-allowed-files' : 'wpua-allowed-files-existing' ); ?>" class="description">
|
273 |
<?php
|
274 |
printf(
|
275 |
/* translators: allowed file extensions */
|
284 |
endif;
|
285 |
?>
|
286 |
|
287 |
+
<div id="<?php echo esc_attr( ( 'add-new-user' == $user ) ? 'wpua-images' : 'wpua-images-existing' ); ?>" class="<?php echo esc_attr( $hide_images ); ?>">
|
288 |
+
<p id="<?php echo esc_attr( ( 'add-new-user' == $user ) ? 'wpua-preview' : 'wpua-preview-existing' ); ?>">
|
289 |
<img src="<?php echo esc_url( $avatar_medium ); ?>" alt="<?php echo esc_attr( __( 'Original Size', 'one-user-avatar' ) ); ?>" />
|
290 |
|
291 |
+
<span class="description"><?php esc_html_e( 'Original Size', 'one-user-avatar' ); ?></span>
|
292 |
</p>
|
293 |
|
294 |
+
<p id="<?php echo esc_attr( ( 'add-new-user' == $user ) ? 'wpua-thumbnail' : 'wpua-thumbnail-existing' ); ?>">
|
295 |
<img src="<?php echo esc_url( $avatar_thumbnail ); ?>" alt="<?php echo esc_attr( __( 'Thumbnail', 'one-user-avatar' ) ); ?>"/>
|
296 |
|
297 |
+
<span class="description"><?php esc_html_e( 'Thumbnail', 'one-user-avatar' ); ?></span>
|
298 |
</p>
|
299 |
|
300 |
+
<p id="<?php echo esc_attr( ( 'add-new-user' == $user ) ? 'wpua-remove-button' : 'wpua-remove-button-existing' ); ?>" class="<?php echo esc_attr( $hide_remove ); ?>">
|
301 |
+
<button type="button" class="button" id="<?php echo esc_attr( ( 'add-new-user' == $user ) ? 'wpua-remove' : 'wpua-remove-existing' ); ?>" name="wpua-remove"><?php esc_html_e( 'Remove Image', 'one-user-avatar' ); ?></button>
|
302 |
</p>
|
303 |
|
304 |
+
<p id="<?php echo esc_attr( ( 'add-new-user' == $user ) ? 'wpua-undo-button' : 'wpua-undo-button-existing' ); ?>">
|
305 |
+
<button type="button" class="button" id="<?php echo esc_attr( ( 'add-new-user' == $user ) ? 'wpua-undo' : 'wpua-undo-existing' ); ?>" name="wpua-undo"><?php esc_html_e( 'Undo', 'one-user-avatar' ); ?></button>
|
306 |
</p>
|
307 |
</div>
|
308 |
|
358 |
public function wpua_description_show_user_profile( $description = '', $profileuser = null ) {
|
359 |
ob_start();
|
360 |
|
361 |
+
echo wp_specialchars_decode( wp_kses(
|
362 |
+
'<style>.user-profile-picture > td > .avatar { display: none; }</style>',
|
363 |
+
array(
|
364 |
+
'style' => array(),
|
365 |
+
)
|
366 |
+
) );
|
367 |
|
368 |
self::wpua_core_show_user_profile( $profileuser );
|
369 |
|
includes/wpua-functions.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
/**
|
@@ -90,7 +90,7 @@ function wpua_after_avatar() {
|
|
90 |
* @uses wpuf_has_shortcode()
|
91 |
*/
|
92 |
function wpua_do_before_avatar() {
|
93 |
-
$wpua_profile_title =
|
94 |
|
95 |
/**
|
96 |
* Filter profile title
|
@@ -103,26 +103,28 @@ function wpua_do_before_avatar() {
|
|
103 |
<?php if ( class_exists( 'bbPress' ) && bbp_is_edit() ) :
|
104 |
// Add to bbPress profile with same style
|
105 |
?>
|
106 |
-
<h2 class="entry-title"><?php
|
107 |
|
108 |
<fieldset class="bbp-form">
|
109 |
-
<legend><?php
|
110 |
<?php elseif( class_exists( 'WPUF_Main' ) && wpuf_has_shortcode( 'wpuf_editprofile' ) ) :
|
111 |
// Add to WP User Frontend profile with same style
|
112 |
?>
|
113 |
<fieldset>
|
114 |
-
<legend><?php
|
115 |
|
116 |
<table class="wpuf-table">
|
117 |
<tr>
|
118 |
-
<th><label for="wp_user_avatar"><?php
|
119 |
|
120 |
<td>
|
121 |
<?php else :
|
122 |
// Add to profile without table
|
123 |
?>
|
124 |
<div class="wpua-edit-container">
|
125 |
-
<?php
|
|
|
|
|
126 |
<?php endif; ?>
|
127 |
|
128 |
<?php
|
@@ -183,7 +185,7 @@ function wpua_do_before_avatar_admin() {
|
|
183 |
?>
|
184 |
<table class="form-table">
|
185 |
<tr>
|
186 |
-
<th><label for="wp_user_avatar"><?php
|
187 |
|
188 |
<td>
|
189 |
<?php
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.9
|
15 |
*/
|
16 |
|
17 |
/**
|
90 |
* @uses wpuf_has_shortcode()
|
91 |
*/
|
92 |
function wpua_do_before_avatar() {
|
93 |
+
$wpua_profile_title = __( 'Profile Picture', 'one-user-avatar' );
|
94 |
|
95 |
/**
|
96 |
* Filter profile title
|
103 |
<?php if ( class_exists( 'bbPress' ) && bbp_is_edit() ) :
|
104 |
// Add to bbPress profile with same style
|
105 |
?>
|
106 |
+
<h2 class="entry-title"><?php esc_html_e( 'Profile Picture', 'one-user-avatar' ); ?></h2>
|
107 |
|
108 |
<fieldset class="bbp-form">
|
109 |
+
<legend><?php esc_html_e( 'Image', 'one-user-avatar' ); ?></legend>
|
110 |
<?php elseif( class_exists( 'WPUF_Main' ) && wpuf_has_shortcode( 'wpuf_editprofile' ) ) :
|
111 |
// Add to WP User Frontend profile with same style
|
112 |
?>
|
113 |
<fieldset>
|
114 |
+
<legend><?php esc_html_e( 'Profile Picture', 'one-user-avatar' ); ?></legend>
|
115 |
|
116 |
<table class="wpuf-table">
|
117 |
<tr>
|
118 |
+
<th><label for="wp_user_avatar"><?php esc_html_e( 'Image', 'one-user-avatar' ); ?></label></th>
|
119 |
|
120 |
<td>
|
121 |
<?php else :
|
122 |
// Add to profile without table
|
123 |
?>
|
124 |
<div class="wpua-edit-container">
|
125 |
+
<?php if ( ! empty( $wpua_profile_title ) ) : ?>
|
126 |
+
<h3><?php echo esc_html( $wpua_profile_title ); ?></h3>
|
127 |
+
<?php endif; ?>
|
128 |
<?php endif; ?>
|
129 |
|
130 |
<?php
|
185 |
?>
|
186 |
<table class="form-table">
|
187 |
<tr>
|
188 |
+
<th><label for="wp_user_avatar"><?php esc_html_e( 'Profile Picture', 'one-user-avatar' ); ?></label></th>
|
189 |
|
190 |
<td>
|
191 |
<?php
|
includes/wpua-globals.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
/**
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.9
|
15 |
*/
|
16 |
|
17 |
/**
|
includes/wpua-media-page.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
/**
|
@@ -56,7 +56,7 @@ $wp_list_table->prepare_items();
|
|
56 |
|
57 |
<div class="wrap">
|
58 |
<h2>
|
59 |
-
<?php
|
60 |
|
61 |
<?php if ( ! empty( $_REQUEST['s'] ) ) : ?>
|
62 |
<span class="subtitle">
|
@@ -89,12 +89,12 @@ $wp_list_table->prepare_items();
|
|
89 |
?>
|
90 |
|
91 |
<?php if ( ! empty( $message ) ) : ?>
|
92 |
-
<div id="message" class="updated"><p><?php echo $message; ?></p></div>
|
93 |
<?php endif; ?>
|
94 |
|
95 |
<?php $wp_list_table->views(); ?>
|
96 |
|
97 |
-
<form id="posts-filter" action="" method="get">
|
98 |
<?php $wp_list_table->search_box( __('Search','one-user-avatar'), 'media' ); ?>
|
99 |
|
100 |
<?php $wp_list_table->display(); ?>
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.9
|
15 |
*/
|
16 |
|
17 |
/**
|
56 |
|
57 |
<div class="wrap">
|
58 |
<h2>
|
59 |
+
<?php esc_html_e('Avatars','one-user-avatar'); ?>
|
60 |
|
61 |
<?php if ( ! empty( $_REQUEST['s'] ) ) : ?>
|
62 |
<span class="subtitle">
|
89 |
?>
|
90 |
|
91 |
<?php if ( ! empty( $message ) ) : ?>
|
92 |
+
<div id="message" class="updated"><p><?php echo esc_html( $message ); ?></p></div>
|
93 |
<?php endif; ?>
|
94 |
|
95 |
<?php $wp_list_table->views(); ?>
|
96 |
|
97 |
+
<form class="wpua-media-form" id="posts-filter" action="" method="get">
|
98 |
<?php $wp_list_table->search_box( __('Search','one-user-avatar'), 'media' ); ?>
|
99 |
|
100 |
<?php $wp_list_table->display(); ?>
|
includes/wpua-options-page.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
/**
|
@@ -64,9 +64,6 @@ if ( isset( $_GET['settings-updated'] ) && 'true' == $_GET['settings-updated'] )
|
|
64 |
$updated = true;
|
65 |
}
|
66 |
|
67 |
-
$hide_size = true !== (bool) $wpua_allow_upload ? ' style="display:none;"' : '';
|
68 |
-
$hide_resize = true !== (bool) $wpua_resize_upload ? ' style="display:none;"' : '';
|
69 |
-
|
70 |
$wpua_options_page_title = __( 'One User Avatar', 'one-user-avatar' );
|
71 |
|
72 |
/**
|
@@ -78,12 +75,12 @@ $wpua_options_page_title = apply_filters( 'wpua_options_page_title', $wpua_optio
|
|
78 |
?>
|
79 |
|
80 |
<div class="wrap">
|
81 |
-
<h2><?php echo $wpua_options_page_title; ?></h2>
|
82 |
|
83 |
<table>
|
84 |
<tr valign="top">
|
85 |
<td align="top">
|
86 |
-
<form method="post" action="<?php echo admin_url( 'options.php' ); ?>">
|
87 |
|
88 |
<?php settings_fields( 'wpua-settings-group' ); ?>
|
89 |
|
@@ -101,11 +98,11 @@ $wpua_options_page_title = apply_filters( 'wpua_options_page_title', $wpua_optio
|
|
101 |
*/
|
102 |
$wpua_before_settings = apply_filters( 'wpua_before_settings', $wpua_before_settings );
|
103 |
|
104 |
-
echo implode( '', $wpua_before_settings );
|
105 |
?>
|
106 |
|
107 |
<tr valign="top">
|
108 |
-
<th scope="row"><?php
|
109 |
|
110 |
<td>
|
111 |
<?php
|
@@ -191,13 +188,13 @@ $wpua_options_page_title = apply_filters( 'wpua_options_page_title', $wpua_optio
|
|
191 |
ob_start();
|
192 |
?>
|
193 |
|
194 |
-
<div id="wpua-contributors-subscribers"<?php
|
195 |
<table class="form-table">
|
196 |
<tr valign="top">
|
197 |
<th scope="row">
|
198 |
<label for="wp_user_avatar_upload_size_limit">'
|
199 |
-
<?php
|
200 |
-
<?php
|
201 |
</label>
|
202 |
</th>
|
203 |
|
@@ -205,14 +202,14 @@ $wpua_options_page_title = apply_filters( 'wpua_options_page_title', $wpua_optio
|
|
205 |
<fieldset>
|
206 |
<legend class="screen-reader-text">
|
207 |
<span>
|
208 |
-
<?php
|
209 |
-
<?php
|
210 |
</span>
|
211 |
</legend>
|
212 |
|
213 |
<input name="wp_user_avatar_upload_size_limit" type="range" id="wp_user_avatar_upload_size_limit" value="<?php echo esc_attr( $wpua_upload_size_limit ); ?>" min="0" max="<?php echo esc_attr( wp_max_upload_size() ); ?>" class="regular-text" />
|
214 |
|
215 |
-
<span id="wpua-readable-size"><?php echo $wpua_upload_size_limit_with_units; ?></span>
|
216 |
|
217 |
<span id="wpua-readable-size-error"><?php printf(
|
218 |
/* translators: file name */
|
@@ -235,7 +232,7 @@ $wpua_options_page_title = apply_filters( 'wpua_options_page_title', $wpua_optio
|
|
235 |
<label for="wp_user_avatar_edit_avatar">
|
236 |
<input name="wp_user_avatar_edit_avatar" type="checkbox" id="wp_user_avatar_edit_avatar" value="1" <?php checked( $wpua_edit_avatar ); ?> />
|
237 |
|
238 |
-
<?php
|
239 |
</label>
|
240 |
</fieldset>
|
241 |
|
@@ -243,16 +240,16 @@ $wpua_options_page_title = apply_filters( 'wpua_options_page_title', $wpua_optio
|
|
243 |
<label for="wp_user_avatar_resize_upload">
|
244 |
<input name="wp_user_avatar_resize_upload" type="checkbox" id="wp_user_avatar_resize_upload" value="1" <?php checked( $wpua_resize_upload ); ?> />
|
245 |
|
246 |
-
<?php
|
247 |
</label>
|
248 |
</fieldset>
|
249 |
|
250 |
-
<fieldset id="wpua-resize-sizes"
|
251 |
-
<label for="wp_user_avatar_resize_w"><?php
|
252 |
|
253 |
<input name="wp_user_avatar_resize_w" type="number" step="1" min="0" id="wp_user_avatar_resize_w" value="<?php echo esc_attr( get_option( 'wp_user_avatar_resize_w' ) ); ?>" class="small-text" />
|
254 |
|
255 |
-
<label for="wp_user_avatar_resize_h"><?php
|
256 |
|
257 |
<input name="wp_user_avatar_resize_h" type="number" step="1" min="0" id="wp_user_avatar_resize_h" value="<?php echo esc_attr( get_option( 'wp_user_avatar_resize_h' ) ); ?>" class="small-text" />
|
258 |
|
@@ -260,7 +257,7 @@ $wpua_options_page_title = apply_filters( 'wpua_options_page_title', $wpua_optio
|
|
260 |
|
261 |
<input name="wp_user_avatar_resize_crop" type="checkbox" id="wp_user_avatar_resize_crop" value="1" <?php checked( '1', $wpua_resize_crop ); ?> />
|
262 |
|
263 |
-
<label for="wp_user_avatar_resize_crop"><?php
|
264 |
</fieldset>
|
265 |
</td>
|
266 |
</tr>
|
@@ -282,33 +279,33 @@ $wpua_options_page_title = apply_filters( 'wpua_options_page_title', $wpua_optio
|
|
282 |
|
283 |
<table class="form-table">
|
284 |
<tr valign="top">
|
285 |
-
<th scope="row"><?php
|
286 |
|
287 |
<td>
|
288 |
<fieldset>
|
289 |
<legend class="screen-reader-text">
|
290 |
<span>
|
291 |
-
<?php
|
292 |
</span>
|
293 |
</legend>
|
294 |
|
295 |
<label for="show_avatars">
|
296 |
<input type="checkbox" id="show_avatars" name="show_avatars" value="1" <?php checked( $show_avatars ); ?> />
|
297 |
|
298 |
-
<?php
|
299 |
</label>
|
300 |
</fieldset>
|
301 |
</td>
|
302 |
</tr>
|
303 |
|
304 |
-
<tr valign="top" id="avatar-rating"<?php
|
305 |
-
<th scope="row"><?php
|
306 |
|
307 |
<td>
|
308 |
<fieldset>
|
309 |
<legend class="screen-reader-text">
|
310 |
<span>
|
311 |
-
<?php
|
312 |
</span>
|
313 |
</legend>
|
314 |
|
@@ -324,7 +321,7 @@ $wpua_options_page_title = apply_filters( 'wpua_options_page_title', $wpua_optio
|
|
324 |
?>
|
325 |
<label>
|
326 |
<input type="radio" name="avatar_rating" value="<?php echo esc_attr( $key ); ?>" <?php checked( $key, get_option( 'avatar_rating' ) ); ?> />
|
327 |
-
<?php echo $rating; ?>
|
328 |
</label>
|
329 |
|
330 |
<br />
|
@@ -336,21 +333,29 @@ $wpua_options_page_title = apply_filters( 'wpua_options_page_title', $wpua_optio
|
|
336 |
</tr>
|
337 |
|
338 |
<tr valign="top">
|
339 |
-
<th scope="row"><?php
|
340 |
|
341 |
<td class="defaultavatarpicker">
|
342 |
<fieldset>
|
343 |
<legend class="screen-reader-text">
|
344 |
<span>
|
345 |
-
<?php
|
346 |
</span>
|
347 |
</legend>
|
348 |
|
349 |
-
<?php
|
350 |
|
351 |
<br />
|
352 |
|
353 |
-
<?php echo $wpua_admin->wpua_add_default_avatar()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
354 |
</fieldset>
|
355 |
</td>
|
356 |
</tr>
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.9
|
15 |
*/
|
16 |
|
17 |
/**
|
64 |
$updated = true;
|
65 |
}
|
66 |
|
|
|
|
|
|
|
67 |
$wpua_options_page_title = __( 'One User Avatar', 'one-user-avatar' );
|
68 |
|
69 |
/**
|
75 |
?>
|
76 |
|
77 |
<div class="wrap">
|
78 |
+
<h2><?php echo esc_html( $wpua_options_page_title ); ?></h2>
|
79 |
|
80 |
<table>
|
81 |
<tr valign="top">
|
82 |
<td align="top">
|
83 |
+
<form method="post" action="<?php echo esc_url( admin_url( 'options.php' ) ); ?>">
|
84 |
|
85 |
<?php settings_fields( 'wpua-settings-group' ); ?>
|
86 |
|
98 |
*/
|
99 |
$wpua_before_settings = apply_filters( 'wpua_before_settings', $wpua_before_settings );
|
100 |
|
101 |
+
echo wp_kses_post( implode( '', $wpua_before_settings ) );
|
102 |
?>
|
103 |
|
104 |
<tr valign="top">
|
105 |
+
<th scope="row"><?php esc_html_e( 'Settings', 'one-user-avatar' ); ?></th>
|
106 |
|
107 |
<td>
|
108 |
<?php
|
188 |
ob_start();
|
189 |
?>
|
190 |
|
191 |
+
<div id="wpua-contributors-subscribers"<?php if ( true !== (bool) $wpua_allow_upload ) : ?> style="display: none;"<?php endif; ?>>
|
192 |
<table class="form-table">
|
193 |
<tr valign="top">
|
194 |
<th scope="row">
|
195 |
<label for="wp_user_avatar_upload_size_limit">'
|
196 |
+
<?php esc_html_e( 'Upload Size Limit', 'one-user-avatar' ); ?>
|
197 |
+
<?php esc_html_e( '(only for Contributors & Subscribers)', 'one-user-avatar' ); ?>
|
198 |
</label>
|
199 |
</th>
|
200 |
|
202 |
<fieldset>
|
203 |
<legend class="screen-reader-text">
|
204 |
<span>
|
205 |
+
<?php esc_html_e( 'Upload Size Limit', 'one-user-avatar' ); ?>
|
206 |
+
<?php esc_html_e( '(only for Contributors & Subscribers)', 'one-user-avatar' ); ?>
|
207 |
</span>
|
208 |
</legend>
|
209 |
|
210 |
<input name="wp_user_avatar_upload_size_limit" type="range" id="wp_user_avatar_upload_size_limit" value="<?php echo esc_attr( $wpua_upload_size_limit ); ?>" min="0" max="<?php echo esc_attr( wp_max_upload_size() ); ?>" class="regular-text" />
|
211 |
|
212 |
+
<span id="wpua-readable-size"><?php echo esc_html( $wpua_upload_size_limit_with_units ); ?></span>
|
213 |
|
214 |
<span id="wpua-readable-size-error"><?php printf(
|
215 |
/* translators: file name */
|
232 |
<label for="wp_user_avatar_edit_avatar">
|
233 |
<input name="wp_user_avatar_edit_avatar" type="checkbox" id="wp_user_avatar_edit_avatar" value="1" <?php checked( $wpua_edit_avatar ); ?> />
|
234 |
|
235 |
+
<?php esc_html_e( 'Allow users to edit avatars', 'one-user-avatar' ); ?>
|
236 |
</label>
|
237 |
</fieldset>
|
238 |
|
240 |
<label for="wp_user_avatar_resize_upload">
|
241 |
<input name="wp_user_avatar_resize_upload" type="checkbox" id="wp_user_avatar_resize_upload" value="1" <?php checked( $wpua_resize_upload ); ?> />
|
242 |
|
243 |
+
<?php esc_html_e( 'Resize avatars on upload', 'one-user-avatar' ); ?>
|
244 |
</label>
|
245 |
</fieldset>
|
246 |
|
247 |
+
<fieldset id="wpua-resize-sizes"<?php if ( true !== (bool) $wpua_resize_upload ) : ?> style="display: none;"<?php endif; ?>>
|
248 |
+
<label for="wp_user_avatar_resize_w"><?php esc_html_e( 'Width', 'one-user-avatar' ); ?></label>
|
249 |
|
250 |
<input name="wp_user_avatar_resize_w" type="number" step="1" min="0" id="wp_user_avatar_resize_w" value="<?php echo esc_attr( get_option( 'wp_user_avatar_resize_w' ) ); ?>" class="small-text" />
|
251 |
|
252 |
+
<label for="wp_user_avatar_resize_h"><?php esc_html_e( 'Height', 'one-user-avatar' ); ?></label>
|
253 |
|
254 |
<input name="wp_user_avatar_resize_h" type="number" step="1" min="0" id="wp_user_avatar_resize_h" value="<?php echo esc_attr( get_option( 'wp_user_avatar_resize_h' ) ); ?>" class="small-text" />
|
255 |
|
257 |
|
258 |
<input name="wp_user_avatar_resize_crop" type="checkbox" id="wp_user_avatar_resize_crop" value="1" <?php checked( '1', $wpua_resize_crop ); ?> />
|
259 |
|
260 |
+
<label for="wp_user_avatar_resize_crop"><?php esc_html_e( 'Crop avatars to exact dimensions', 'one-user-avatar' ); ?></label>
|
261 |
</fieldset>
|
262 |
</td>
|
263 |
</tr>
|
279 |
|
280 |
<table class="form-table">
|
281 |
<tr valign="top">
|
282 |
+
<th scope="row"><?php esc_html_e( 'Avatar Display', 'one-user-avatar' ); ?></th>
|
283 |
|
284 |
<td>
|
285 |
<fieldset>
|
286 |
<legend class="screen-reader-text">
|
287 |
<span>
|
288 |
+
<?php esc_html_e( 'Avatar Display', 'one-user-avatar' ); ?>
|
289 |
</span>
|
290 |
</legend>
|
291 |
|
292 |
<label for="show_avatars">
|
293 |
<input type="checkbox" id="show_avatars" name="show_avatars" value="1" <?php checked( $show_avatars ); ?> />
|
294 |
|
295 |
+
<?php esc_html_e( 'Show Avatars', 'one-user-avatar' ); ?>
|
296 |
</label>
|
297 |
</fieldset>
|
298 |
</td>
|
299 |
</tr>
|
300 |
|
301 |
+
<tr valign="top" id="avatar-rating"<?php if ( true === (bool) $wpua_disable_gravatar ) : ?> style="display: none;"<?php endif; ?>>
|
302 |
+
<th scope="row"><?php esc_html_e( 'Maximum Rating', 'one-user-avatar' ); ?></th>
|
303 |
|
304 |
<td>
|
305 |
<fieldset>
|
306 |
<legend class="screen-reader-text">
|
307 |
<span>
|
308 |
+
<?php esc_html_e( 'Maximum Rating', 'one-user-avatar' ); ?>
|
309 |
</span>
|
310 |
</legend>
|
311 |
|
321 |
?>
|
322 |
<label>
|
323 |
<input type="radio" name="avatar_rating" value="<?php echo esc_attr( $key ); ?>" <?php checked( $key, get_option( 'avatar_rating' ) ); ?> />
|
324 |
+
<?php echo esc_html( $rating ); ?>
|
325 |
</label>
|
326 |
|
327 |
<br />
|
333 |
</tr>
|
334 |
|
335 |
<tr valign="top">
|
336 |
+
<th scope="row"><?php esc_html_e( 'Default Avatar', 'one-user-avatar' ); ?></th>
|
337 |
|
338 |
<td class="defaultavatarpicker">
|
339 |
<fieldset>
|
340 |
<legend class="screen-reader-text">
|
341 |
<span>
|
342 |
+
<?php esc_html_e( 'Default Avatar', 'one-user-avatar' ); ?>
|
343 |
</span>
|
344 |
</legend>
|
345 |
|
346 |
+
<?php esc_html_e( 'For users without a custom avatar of their own, you can either display a generic logo or a generated one based on their e-mail address.', 'one-user-avatar' ); ?>
|
347 |
|
348 |
<br />
|
349 |
|
350 |
+
<?php echo wp_kses( $wpua_admin->wpua_add_default_avatar(), array_merge( wp_kses_allowed_html( 'post' ), array(
|
351 |
+
'input' => array(
|
352 |
+
'type' => true,
|
353 |
+
'name' => true,
|
354 |
+
'id' => true,
|
355 |
+
'class' => true,
|
356 |
+
'value' => true,
|
357 |
+
),
|
358 |
+
) ) ); ?>
|
359 |
</fieldset>
|
360 |
</td>
|
361 |
</tr>
|
includes/wpua-tinymce-window.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
/**
|
@@ -28,8 +28,8 @@ $hook_suffix = 'one-user-avatar_tinymce-window';
|
|
28 |
?><!DOCTYPE html>
|
29 |
<html>
|
30 |
<head>
|
31 |
-
<title><?php
|
32 |
-
<meta http-equiv="Content-Type" content="<?php bloginfo( 'html_type' ); ?>; charset=<?php echo get_option( 'blog_charset' ); ?>" />
|
33 |
<base target="_self" />
|
34 |
<?php
|
35 |
/**
|
@@ -91,14 +91,14 @@ $hook_suffix = 'one-user-avatar_tinymce-window';
|
|
91 |
<body id="link" class="wp-core-ui" onload="document.body.style.display='';" style="display:none;">
|
92 |
<div id="wpua-tabs">
|
93 |
<ul>
|
94 |
-
<li><a href="#wpua"><?php
|
95 |
-
<li><a href="#wpua-upload"><?php
|
96 |
</ul>
|
97 |
|
98 |
<form name="wpUserAvatar" action="#">
|
99 |
<div id="wpua">
|
100 |
<p>
|
101 |
-
<label for="<?php echo esc_attr( 'wp_user_avatar_user' ); ?>"><strong><?php
|
102 |
|
103 |
<select id="<?php echo esc_attr( 'wp_user_avatar_user' ); ?>" name="<?php echo esc_attr( 'wp_user_avatar_user' ); ?>">
|
104 |
<option value=""></option>
|
@@ -118,48 +118,48 @@ $hook_suffix = 'one-user-avatar_tinymce-window';
|
|
118 |
</p>
|
119 |
|
120 |
<p>
|
121 |
-
<label for="<?php echo esc_attr( 'wp_user_avatar_size' ); ?>"><strong><?php
|
122 |
|
123 |
<select id="<?php echo esc_attr( 'wp_user_avatar_size' ); ?>" name="<?php echo esc_attr('wp_user_avatar_size'); ?>">
|
124 |
<option value=""></option>
|
125 |
-
<option value="original"><?php
|
126 |
-
<option value="large"><?php
|
127 |
-
<option value="medium"><?php
|
128 |
-
<option value="thumbnail"><?php
|
129 |
-
<option value="custom"><?php
|
130 |
</select>
|
131 |
</p>
|
132 |
|
133 |
<p id="<?php echo esc_attr( 'wp_user_avatar_size_number_section' ); ?>">
|
134 |
-
<label for="<?php echo esc_attr( 'wp_user_avatar_size_number' ); ?>"><?php
|
135 |
|
136 |
<input type="text" size="8" id="<?php echo esc_attr( 'wp_user_avatar_size_number' ); ?>" name="<?php echo esc_attr ( 'wp_user_avatar_size' ); ?>" value="" />
|
137 |
</p>
|
138 |
|
139 |
<p>
|
140 |
-
<label for="<?php echo esc_attr( 'wp_user_avatar_align' ); ?>"><strong><?php
|
141 |
|
142 |
<select id="<?php echo esc_attr( 'wp_user_avatar_align' ); ?>" name="<?php echo esc_attr( 'wp_user_avatar_align' ); ?>">
|
143 |
<option value=""></option>
|
144 |
-
<option value="center"><?php
|
145 |
-
<option value="left"><?php
|
146 |
-
<option value="right"><?php
|
147 |
</select>
|
148 |
</p>
|
149 |
|
150 |
<p>
|
151 |
-
<label for="<?php echo esc_attr( 'wp_user_avatar_link' ); ?>"><strong><?php
|
152 |
|
153 |
<select id="<?php echo esc_attr( 'wp_user_avatar_link' ); ?>" name="<?php echo esc_attr( 'wp_user_avatar_link' ); ?>">
|
154 |
<option value=""></option>
|
155 |
-
<option value="file"><?php
|
156 |
-
<option value="attachment"><?php
|
157 |
-
<option value="custom-url"><?php
|
158 |
</select>
|
159 |
</p>
|
160 |
|
161 |
<p id="<?php echo esc_attr( 'wp_user_avatar_link_external_section' ); ?>">
|
162 |
-
<label for="<?php echo esc_attr( 'wp_user_avatar_link_external' ); ?>"><?php
|
163 |
|
164 |
<input type="text" size="36" id="<?php echo esc_attr( 'wp_user_avatar_link_external' ); ?>" name="<?php echo esc_attr( 'wp_user_avatar_link_external' ); ?>" value="" />
|
165 |
</p>
|
@@ -167,29 +167,29 @@ $hook_suffix = 'one-user-avatar_tinymce-window';
|
|
167 |
<p>
|
168 |
<label for="<?php echo esc_attr( 'wp_user_avatar_target' ); ?>"></label>
|
169 |
|
170 |
-
<input type="checkbox" id="<?php echo esc_attr( 'wp_user_avatar_target' ); ?>" name="<?php echo esc_attr( 'wp_user_avatar_target' ); ?>" value="_blank" /> <strong><?php
|
171 |
</p>
|
172 |
|
173 |
<p>
|
174 |
-
<label for="<?php echo esc_attr( 'wp_user_avatar_caption' ); ?>"><strong><?php
|
175 |
|
176 |
<textarea cols="36" rows="2" id="<?php echo esc_attr( 'wp_user_avatar_caption' ); ?>" name="<?php echo esc_attr( 'wp_user_avatar_size' ); ?>"></textarea>
|
177 |
</p>
|
178 |
|
179 |
<div class="mceActionPanel">
|
180 |
-
<input type="submit" id="insert" class="button-primary" name="insert" value="<?php
|
181 |
</div>
|
182 |
</div>
|
183 |
|
184 |
<div id="wpua-upload" style="display:none;">
|
185 |
<p id="<?php echo esc_attr( 'wp_user_avatar_upload' ); ?>">
|
186 |
-
<label for="<?php echo esc_attr( 'wp_user_avatar_upload' ); ?>"><strong><?php
|
187 |
|
188 |
<input type="text" size="36" id="<?php echo esc_attr( 'wp_user_avatar_upload' ); ?>" name="<?php echo esc_attr( 'wp_user_avatar_upload' ); ?>" value="<?php echo esc_attr( '[avatar_upload]' ); ?>" readonly="readonly" />
|
189 |
</p>
|
190 |
|
191 |
<div class="mceActionPanel">
|
192 |
-
<input type="submit" id="insert" class="button-primary" name="insert" value="<?php
|
193 |
</div>
|
194 |
</div>
|
195 |
</form>
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.9
|
15 |
*/
|
16 |
|
17 |
/**
|
28 |
?><!DOCTYPE html>
|
29 |
<html>
|
30 |
<head>
|
31 |
+
<title><?php esc_html_e( 'One User Avatar', 'one-user-avatar' ); ?></title>
|
32 |
+
<meta http-equiv="Content-Type" content="<?php bloginfo( 'html_type' ); ?>; charset=<?php echo esc_attr( get_option( 'blog_charset' ) ); ?>" />
|
33 |
<base target="_self" />
|
34 |
<?php
|
35 |
/**
|
91 |
<body id="link" class="wp-core-ui" onload="document.body.style.display='';" style="display:none;">
|
92 |
<div id="wpua-tabs">
|
93 |
<ul>
|
94 |
+
<li><a href="#wpua"><?php esc_html_e( 'Profile Picture', 'one-user-avatar' ); ?></a></li>
|
95 |
+
<li><a href="#wpua-upload"><?php esc_html_e( 'Upload', 'one-user-avatar' ); ?></a></li>
|
96 |
</ul>
|
97 |
|
98 |
<form name="wpUserAvatar" action="#">
|
99 |
<div id="wpua">
|
100 |
<p>
|
101 |
+
<label for="<?php echo esc_attr( 'wp_user_avatar_user' ); ?>"><strong><?php esc_html_e( 'User Name', 'one-user-avatar' ); ?>:</strong></label>
|
102 |
|
103 |
<select id="<?php echo esc_attr( 'wp_user_avatar_user' ); ?>" name="<?php echo esc_attr( 'wp_user_avatar_user' ); ?>">
|
104 |
<option value=""></option>
|
118 |
</p>
|
119 |
|
120 |
<p>
|
121 |
+
<label for="<?php echo esc_attr( 'wp_user_avatar_size' ); ?>"><strong><?php esc_html_e( 'Size:', 'one-user-avatar' ); ?></strong></label>
|
122 |
|
123 |
<select id="<?php echo esc_attr( 'wp_user_avatar_size' ); ?>" name="<?php echo esc_attr('wp_user_avatar_size'); ?>">
|
124 |
<option value=""></option>
|
125 |
+
<option value="original"><?php esc_html_e( 'Original Size', 'one-user-avatar' ); ?></option>
|
126 |
+
<option value="large"><?php esc_html_e( 'Large', 'one-user-avatar' ); ?></option>
|
127 |
+
<option value="medium"><?php esc_html_e( 'Medium', 'one-user-avatar' ); ?></option>
|
128 |
+
<option value="thumbnail"><?php esc_html_e( 'Thumbnail', 'one-user-avatar' ); ?></option>
|
129 |
+
<option value="custom"><?php esc_html_e( 'Custom', 'one-user-avatar' ); ?></option>
|
130 |
</select>
|
131 |
</p>
|
132 |
|
133 |
<p id="<?php echo esc_attr( 'wp_user_avatar_size_number_section' ); ?>">
|
134 |
+
<label for="<?php echo esc_attr( 'wp_user_avatar_size_number' ); ?>"><?php esc_html_e( 'Size:', 'one-user-avatar' ); ?></label>
|
135 |
|
136 |
<input type="text" size="8" id="<?php echo esc_attr( 'wp_user_avatar_size_number' ); ?>" name="<?php echo esc_attr ( 'wp_user_avatar_size' ); ?>" value="" />
|
137 |
</p>
|
138 |
|
139 |
<p>
|
140 |
+
<label for="<?php echo esc_attr( 'wp_user_avatar_align' ); ?>"><strong><?php esc_html_e( 'Alignment:', 'one-user-avatar' ); ?></strong></label>
|
141 |
|
142 |
<select id="<?php echo esc_attr( 'wp_user_avatar_align' ); ?>" name="<?php echo esc_attr( 'wp_user_avatar_align' ); ?>">
|
143 |
<option value=""></option>
|
144 |
+
<option value="center"><?php esc_html_e( 'Center','one-user-avatar' ); ?></option>
|
145 |
+
<option value="left"><?php esc_html_e( 'Left', 'one-user-avatar' ); ?></option>
|
146 |
+
<option value="right"><?php esc_html_e( 'Right', 'one-user-avatar' ); ?></option>
|
147 |
</select>
|
148 |
</p>
|
149 |
|
150 |
<p>
|
151 |
+
<label for="<?php echo esc_attr( 'wp_user_avatar_link' ); ?>"><strong><?php esc_html_e( 'Link To:', 'one-user-avatar' ); ?></strong></label>
|
152 |
|
153 |
<select id="<?php echo esc_attr( 'wp_user_avatar_link' ); ?>" name="<?php echo esc_attr( 'wp_user_avatar_link' ); ?>">
|
154 |
<option value=""></option>
|
155 |
+
<option value="file"><?php esc_html_e('Image File', 'one-user-avatar'); ?></option>
|
156 |
+
<option value="attachment"><?php esc_html_e('Attachment Page','one-user-avatar'); ?></option>
|
157 |
+
<option value="custom-url"><?php esc_html_e('Custom URL', 'one-user-avatar'); ?></option>
|
158 |
</select>
|
159 |
</p>
|
160 |
|
161 |
<p id="<?php echo esc_attr( 'wp_user_avatar_link_external_section' ); ?>">
|
162 |
+
<label for="<?php echo esc_attr( 'wp_user_avatar_link_external' ); ?>"><?php esc_html_e( 'URL:', 'one-user-avatar' ); ?></label>
|
163 |
|
164 |
<input type="text" size="36" id="<?php echo esc_attr( 'wp_user_avatar_link_external' ); ?>" name="<?php echo esc_attr( 'wp_user_avatar_link_external' ); ?>" value="" />
|
165 |
</p>
|
167 |
<p>
|
168 |
<label for="<?php echo esc_attr( 'wp_user_avatar_target' ); ?>"></label>
|
169 |
|
170 |
+
<input type="checkbox" id="<?php echo esc_attr( 'wp_user_avatar_target' ); ?>" name="<?php echo esc_attr( 'wp_user_avatar_target' ); ?>" value="_blank" /> <strong><?php esc_html_e( 'Open link in a new window', 'one-user-avatar' ); ?></strong>
|
171 |
</p>
|
172 |
|
173 |
<p>
|
174 |
+
<label for="<?php echo esc_attr( 'wp_user_avatar_caption' ); ?>"><strong><?php esc_html_e( 'Caption', 'one-user-avatar' ); ?>:</strong></label>
|
175 |
|
176 |
<textarea cols="36" rows="2" id="<?php echo esc_attr( 'wp_user_avatar_caption' ); ?>" name="<?php echo esc_attr( 'wp_user_avatar_size' ); ?>"></textarea>
|
177 |
</p>
|
178 |
|
179 |
<div class="mceActionPanel">
|
180 |
+
<input type="submit" id="insert" class="button-primary" name="insert" value="<?php esc_html_e( 'Insert into Post', 'one-user-avatar' ); ?>" onclick="wpuaInsertAvatar();" />
|
181 |
</div>
|
182 |
</div>
|
183 |
|
184 |
<div id="wpua-upload" style="display:none;">
|
185 |
<p id="<?php echo esc_attr( 'wp_user_avatar_upload' ); ?>">
|
186 |
+
<label for="<?php echo esc_attr( 'wp_user_avatar_upload' ); ?>"><strong><?php esc_html_e( 'Upload', 'one-user-avatar' ); ?>:</strong></label>
|
187 |
|
188 |
<input type="text" size="36" id="<?php echo esc_attr( 'wp_user_avatar_upload' ); ?>" name="<?php echo esc_attr( 'wp_user_avatar_upload' ); ?>" value="<?php echo esc_attr( '[avatar_upload]' ); ?>" readonly="readonly" />
|
189 |
</p>
|
190 |
|
191 |
<div class="mceActionPanel">
|
192 |
+
<input type="submit" id="insert" class="button-primary" name="insert" value="<?php esc_html_e( 'Insert into Post', 'one-user-avatar' ); ?>" onclick="wpuaInsertAvatarUpload();" />
|
193 |
</div>
|
194 |
</div>
|
195 |
</form>
|
includes/wpua-tinymce.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
/**
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.9
|
15 |
*/
|
16 |
|
17 |
/**
|
languages/de_DE.mo
CHANGED
Binary file
|
languages/de_DE.po
CHANGED
@@ -5,8 +5,8 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Plugins - WP User Avatar | User Profile Picture - Stable "
|
6 |
"(latest release)\n"
|
7 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
8 |
-
"POT-Creation-Date: 2021-
|
9 |
-
"PO-Revision-Date: 2021-
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
12 |
"Language: de\n"
|
@@ -17,10 +17,10 @@ msgstr ""
|
|
17 |
"X-Generator: Poedit 3.0\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
-
#: includes/class-wp-user-avatar-admin.php:
|
21 |
-
#: includes/class-wp-user-avatar-admin.php:
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
-
#: includes/wpua-options-page.php:
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
@@ -53,85 +53,86 @@ msgstr "Du bist nicht berechtigt, diesen Beitrag zu löschen."
|
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Fehler beim Löschen."
|
55 |
|
56 |
-
#: includes/class-wp-user-avatar-admin.php:
|
57 |
-
#: includes/class-wp-user-avatar-admin.php:
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatare"
|
60 |
|
61 |
-
#: includes/class-wp-user-avatar-admin.php:
|
62 |
-
#: includes/class-wp-user-avatar-admin.php:
|
63 |
-
#: includes/class-wp-user-avatar-admin.php:
|
64 |
-
#: includes/wpua-options-page.php:
|
65 |
msgid "Settings"
|
66 |
msgstr "Einstellungen"
|
67 |
|
68 |
-
#: includes/class-wp-user-avatar-admin.php:
|
69 |
-
#: includes/class-wp-user-avatar-admin.php:
|
70 |
msgid "Library"
|
71 |
msgstr "Bibliothek"
|
72 |
|
73 |
-
#: includes/class-wp-user-avatar-admin.php:
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Mystery Man"
|
76 |
|
77 |
-
#: includes/class-wp-user-avatar-admin.php:
|
78 |
msgid "Blank"
|
79 |
msgstr "Leer"
|
80 |
|
81 |
-
#: includes/class-wp-user-avatar-admin.php:
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Gravatar-Logo"
|
84 |
|
85 |
-
#: includes/class-wp-user-avatar-admin.php:
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (automatisch generiert)"
|
88 |
|
89 |
-
#: includes/class-wp-user-avatar-admin.php:
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (automatisch generiert)"
|
92 |
|
93 |
-
#: includes/class-wp-user-avatar-admin.php:
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (automatisch generiert)"
|
96 |
|
97 |
-
#: includes/class-wp-user-avatar-admin.php:
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (automatisch generiert)"
|
100 |
|
101 |
-
#: includes/class-wp-user-avatar-admin.php:
|
102 |
-
#: includes/class-wp-user-avatar.php:
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Bild auswählen"
|
105 |
|
106 |
-
#: includes/class-wp-user-avatar-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
msgid "Remove"
|
108 |
msgstr "Entfernen"
|
109 |
|
110 |
-
#: includes/class-wp-user-avatar-admin.php:
|
111 |
-
#: includes/class-wp-user-avatar.php:
|
112 |
msgid "Undo"
|
113 |
msgstr "Rückgängig"
|
114 |
|
115 |
-
#: includes/class-wp-user-avatar-admin.php:
|
116 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
117 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
118 |
|
119 |
-
#: includes/class-wp-user-avatar-admin.php:
|
120 |
msgid "Support Forums"
|
121 |
msgstr "Support-Foren"
|
122 |
|
123 |
-
#: includes/class-wp-user-avatar-admin.php:
|
124 |
-
#: includes/class-wp-user-avatar-admin.php:
|
125 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
126 |
-
#: includes/wpua-functions.php:
|
127 |
msgid "Profile Picture"
|
128 |
msgstr "Profilbild"
|
129 |
|
130 |
-
#: includes/class-wp-user-avatar-admin.php:566
|
131 |
-
#: includes/wpua-options-page.php:339 includes/wpua-options-page.php:345
|
132 |
-
msgid "Default Avatar"
|
133 |
-
msgstr "Standard-Avatar"
|
134 |
-
|
135 |
#: includes/class-wp-user-avatar-functions.php:517
|
136 |
#: includes/class-wp-user-avatar-functions.php:718
|
137 |
msgid "Avatar"
|
@@ -144,7 +145,7 @@ msgid "All %s"
|
|
144 |
msgstr "Alle %s"
|
145 |
|
146 |
#: includes/class-wp-user-avatar-list-table.php:192
|
147 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
148 |
msgid "Delete Permanently"
|
149 |
msgstr "Endgültig löschen"
|
150 |
|
@@ -172,43 +173,43 @@ msgid "Date"
|
|
172 |
msgstr "Datum"
|
173 |
|
174 |
#. translators: post title
|
175 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
176 |
msgid "Select %s"
|
177 |
msgstr "%s auswählen"
|
178 |
|
179 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
180 |
msgid "Unpublished"
|
181 |
msgstr "Unveröffentlicht"
|
182 |
|
183 |
#. translators: time from now
|
184 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
185 |
msgctxt "time from now"
|
186 |
msgid "%s from now"
|
187 |
msgstr "%s ab jetzt"
|
188 |
|
189 |
#. translators: time ago
|
190 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
191 |
msgctxt "time ago"
|
192 |
msgid "%s ago"
|
193 |
msgstr "vor %s"
|
194 |
|
195 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
196 |
msgid "Y/m/d"
|
197 |
msgstr "d.m.Y"
|
198 |
|
199 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
200 |
msgid "Edit"
|
201 |
msgstr "Bearbeiten"
|
202 |
|
203 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
204 |
msgid "Restore"
|
205 |
msgstr "Wiederherstellen"
|
206 |
|
207 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
208 |
msgid "Trash"
|
209 |
msgstr "Papierkorb"
|
210 |
|
211 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
212 |
msgid "View"
|
213 |
msgstr "Anzeigen"
|
214 |
|
@@ -222,11 +223,11 @@ msgstr ""
|
|
222 |
"aufgerufen, was von One User Avatar benötigt wird. Bitte fügen Sie diesen "
|
223 |
"Aufruf Ihren Seitenvorlagen hinzu."
|
224 |
|
225 |
-
#: includes/class-wp-user-avatar-shortcode.php:
|
226 |
msgid "Profile updated."
|
227 |
msgstr "Profil aktualisiert."
|
228 |
|
229 |
-
#: includes/class-wp-user-avatar-shortcode.php:
|
230 |
msgid "Update Profile"
|
231 |
msgstr "Profil aktualisieren"
|
232 |
|
@@ -248,50 +249,50 @@ msgid "Automatically add paragraphs"
|
|
248 |
msgstr "Absätze automatisch hinzufügen"
|
249 |
|
250 |
#. translators: user display name
|
251 |
-
#: includes/class-wp-user-avatar.php:
|
252 |
msgid "Choose Image: %s"
|
253 |
msgstr "Bild auswählen: %s"
|
254 |
|
255 |
-
#: includes/class-wp-user-avatar.php:
|
256 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
257 |
msgid "Upload"
|
258 |
msgstr "Hochladen"
|
259 |
|
260 |
#. translators: file size in KB
|
261 |
-
#: includes/class-wp-user-avatar.php:
|
262 |
msgid "Maximum upload file size: %s."
|
263 |
msgstr "Maximale Dateigröße für Uploads: %s."
|
264 |
|
265 |
#. translators: allowed file extensions
|
266 |
-
#: includes/class-wp-user-avatar.php:
|
267 |
msgid "Allowed Files: %s"
|
268 |
msgstr "Erlaubte Dateien: %s"
|
269 |
|
270 |
-
#: includes/class-wp-user-avatar.php:
|
271 |
#: includes/wpua-tinymce-window.php:125
|
272 |
msgid "Original Size"
|
273 |
msgstr "Originalgröße"
|
274 |
|
275 |
-
#: includes/class-wp-user-avatar.php:
|
276 |
#: includes/wpua-tinymce-window.php:128
|
277 |
msgid "Thumbnail"
|
278 |
msgstr "Vorschaubild"
|
279 |
|
280 |
-
#: includes/class-wp-user-avatar.php:
|
281 |
msgid "Remove Image"
|
282 |
msgstr "Bild entfernen"
|
283 |
|
284 |
-
#: includes/class-wp-user-avatar.php:
|
285 |
msgid "This file is not an image. Please try another."
|
286 |
msgstr "Diese Datei ist kein Bild. Bitte versuche es mit einer anderen."
|
287 |
|
288 |
-
#: includes/class-wp-user-avatar.php:
|
289 |
msgid "Memory exceeded. Please try another smaller file."
|
290 |
msgstr ""
|
291 |
"Speicherkapazität überschritten. Bitte versuche es mit einer kleineren Datei."
|
292 |
|
293 |
#. translators: directory path
|
294 |
-
#: includes/class-wp-user-avatar.php:
|
295 |
msgid ""
|
296 |
"Unable to create directory %s. Is its parent directory writable by the "
|
297 |
"server?"
|
@@ -316,29 +317,29 @@ msgstr "Suchergebnisse für %s"
|
|
316 |
msgid "Search"
|
317 |
msgstr "Suchen"
|
318 |
|
319 |
-
#: includes/wpua-options-page.php:
|
320 |
msgid "Add avatar button to Visual Editor"
|
321 |
msgstr "Avator-Button zum visuellen Editor hinzufügen"
|
322 |
|
323 |
-
#: includes/wpua-options-page.php:
|
324 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
325 |
msgstr "Mitwirkenden und Abonnenten erlauben, Avatare hochzuladen"
|
326 |
|
327 |
-
#: includes/wpua-options-page.php:
|
328 |
msgid "Disable Gravatar and use only local avatars"
|
329 |
msgstr "Gravatar deaktivieren und nur lokale Avatare verwenden"
|
330 |
|
331 |
-
#: includes/wpua-options-page.php:
|
332 |
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
333 |
msgstr ""
|
334 |
"Ersetz die benutzerdefinierte Avatar Funktionalität im Ultimate Member Plugin"
|
335 |
|
336 |
-
#: includes/wpua-options-page.php:
|
337 |
msgid "Always use the browser file uploader to upload avatars"
|
338 |
msgstr ""
|
339 |
"Verwend zum Hochladen von Avataren immer den Datei-Uploader des Browsers"
|
340 |
|
341 |
-
#: includes/wpua-options-page.php:
|
342 |
msgid ""
|
343 |
"Check this if another plugin is conflicting with the WordPress Media "
|
344 |
"Uploader."
|
@@ -346,68 +347,68 @@ msgstr ""
|
|
346 |
"Aktivier dies, wenn ein anderes Plugin mit dem WordPress Media Uploader in "
|
347 |
"Konflikt steht"
|
348 |
|
349 |
-
#: includes/wpua-options-page.php:
|
350 |
msgid "Upload Size Limit"
|
351 |
msgstr "Dateigrößenbeschränkung"
|
352 |
|
353 |
-
#: includes/wpua-options-page.php:
|
354 |
msgid "(only for Contributors & Subscribers)"
|
355 |
msgstr "(nur für Mitwirkende und Abonnenten)"
|
356 |
|
357 |
#. translators: file name
|
358 |
-
#: includes/wpua-options-page.php:
|
359 |
msgid "%s exceeds the maximum upload size for this site."
|
360 |
msgstr "%s überschreitet das Upload-Limit für diese Website."
|
361 |
|
362 |
-
#: includes/wpua-options-page.php:
|
363 |
msgid "Allow users to edit avatars"
|
364 |
msgstr "Benutzern erlauben, Avatare zu bearbeiten"
|
365 |
|
366 |
-
#: includes/wpua-options-page.php:
|
367 |
msgid "Resize avatars on upload"
|
368 |
msgstr "Avatar-Größe beim Upload ändern"
|
369 |
|
370 |
-
#: includes/wpua-options-page.php:
|
371 |
msgid "Width"
|
372 |
msgstr "Breite"
|
373 |
|
374 |
-
#: includes/wpua-options-page.php:
|
375 |
msgid "Height"
|
376 |
msgstr "Höhe"
|
377 |
|
378 |
-
#: includes/wpua-options-page.php:
|
379 |
msgid "Crop avatars to exact dimensions"
|
380 |
msgstr "Avatare auf exakte Größe zuschneiden"
|
381 |
|
382 |
-
#: includes/wpua-options-page.php:
|
383 |
msgid "Avatar Display"
|
384 |
msgstr "Avataranzeige"
|
385 |
|
386 |
-
#: includes/wpua-options-page.php:
|
387 |
msgid "Show Avatars"
|
388 |
msgstr "Avatare anzeigen"
|
389 |
|
390 |
-
#: includes/wpua-options-page.php:
|
391 |
msgid "Maximum Rating"
|
392 |
msgstr "Avatare anzeigen mit der Einstufung bis einschließlich"
|
393 |
|
394 |
-
#: includes/wpua-options-page.php:
|
395 |
msgid "G — Suitable for all audiences"
|
396 |
msgstr "G — Jugendfrei"
|
397 |
|
398 |
-
#: includes/wpua-options-page.php:
|
399 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
400 |
msgstr "PG — Entspricht dem deutschen FSK12"
|
401 |
|
402 |
-
#: includes/wpua-options-page.php:
|
403 |
msgid "R — Intended for adult audiences above 17"
|
404 |
msgstr "R — Entspricht in etwa dem deutschen FSK18"
|
405 |
|
406 |
-
#: includes/wpua-options-page.php:
|
407 |
msgid "X — Even more mature than above"
|
408 |
msgstr "X — Keine Jugendfreigabe"
|
409 |
|
410 |
-
#: includes/wpua-options-page.php:
|
411 |
msgid ""
|
412 |
"For users without a custom avatar of their own, you can either display a "
|
413 |
"generic logo or a generated one based on their e-mail address."
|
5 |
"Project-Id-Version: Plugins - WP User Avatar | User Profile Picture - Stable "
|
6 |
"(latest release)\n"
|
7 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
8 |
+
"POT-Creation-Date: 2021-12-06T21:30:52+00:00\n"
|
9 |
+
"PO-Revision-Date: 2021-12-06 22:34+0100\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
12 |
"Language: de\n"
|
17 |
"X-Generator: Poedit 3.0\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
+
#: includes/class-wp-user-avatar-admin.php:233
|
21 |
+
#: includes/class-wp-user-avatar-admin.php:434
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
+
#: includes/wpua-options-page.php:67 includes/wpua-tinymce-window.php:31
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Fehler beim Löschen."
|
55 |
|
56 |
+
#: includes/class-wp-user-avatar-admin.php:234
|
57 |
+
#: includes/class-wp-user-avatar-admin.php:292 includes/wpua-media-page.php:59
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatare"
|
60 |
|
61 |
+
#: includes/class-wp-user-avatar-admin.php:243
|
62 |
+
#: includes/class-wp-user-avatar-admin.php:244
|
63 |
+
#: includes/class-wp-user-avatar-admin.php:471
|
64 |
+
#: includes/wpua-options-page.php:105
|
65 |
msgid "Settings"
|
66 |
msgstr "Einstellungen"
|
67 |
|
68 |
+
#: includes/class-wp-user-avatar-admin.php:252
|
69 |
+
#: includes/class-wp-user-avatar-admin.php:253
|
70 |
msgid "Library"
|
71 |
msgstr "Bibliothek"
|
72 |
|
73 |
+
#: includes/class-wp-user-avatar-admin.php:380
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Mystery Man"
|
76 |
|
77 |
+
#: includes/class-wp-user-avatar-admin.php:381
|
78 |
msgid "Blank"
|
79 |
msgstr "Leer"
|
80 |
|
81 |
+
#: includes/class-wp-user-avatar-admin.php:382
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Gravatar-Logo"
|
84 |
|
85 |
+
#: includes/class-wp-user-avatar-admin.php:383
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (automatisch generiert)"
|
88 |
|
89 |
+
#: includes/class-wp-user-avatar-admin.php:384
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (automatisch generiert)"
|
92 |
|
93 |
+
#: includes/class-wp-user-avatar-admin.php:385
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (automatisch generiert)"
|
96 |
|
97 |
+
#: includes/class-wp-user-avatar-admin.php:386
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (automatisch generiert)"
|
100 |
|
101 |
+
#: includes/class-wp-user-avatar-admin.php:435
|
102 |
+
#: includes/class-wp-user-avatar.php:244
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Bild auswählen"
|
105 |
|
106 |
+
#: includes/class-wp-user-avatar-admin.php:435
|
107 |
+
#: includes/class-wp-user-avatar-admin.php:569
|
108 |
+
#: includes/wpua-options-page.php:336 includes/wpua-options-page.php:342
|
109 |
+
msgid "Default Avatar"
|
110 |
+
msgstr "Standard-Avatar"
|
111 |
+
|
112 |
+
#: includes/class-wp-user-avatar-admin.php:436
|
113 |
msgid "Remove"
|
114 |
msgstr "Entfernen"
|
115 |
|
116 |
+
#: includes/class-wp-user-avatar-admin.php:436
|
117 |
+
#: includes/class-wp-user-avatar.php:305
|
118 |
msgid "Undo"
|
119 |
msgstr "Rückgängig"
|
120 |
|
121 |
+
#: includes/class-wp-user-avatar-admin.php:489
|
122 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
123 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
124 |
|
125 |
+
#: includes/class-wp-user-avatar-admin.php:490
|
126 |
msgid "Support Forums"
|
127 |
msgstr "Support-Foren"
|
128 |
|
129 |
+
#: includes/class-wp-user-avatar-admin.php:504
|
130 |
+
#: includes/class-wp-user-avatar-admin.php:565 includes/wpua-functions.php:93
|
131 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
132 |
+
#: includes/wpua-functions.php:188 includes/wpua-tinymce-window.php:94
|
133 |
msgid "Profile Picture"
|
134 |
msgstr "Profilbild"
|
135 |
|
|
|
|
|
|
|
|
|
|
|
136 |
#: includes/class-wp-user-avatar-functions.php:517
|
137 |
#: includes/class-wp-user-avatar-functions.php:718
|
138 |
msgid "Avatar"
|
145 |
msgstr "Alle %s"
|
146 |
|
147 |
#: includes/class-wp-user-avatar-list-table.php:192
|
148 |
+
#: includes/class-wp-user-avatar-list-table.php:544
|
149 |
msgid "Delete Permanently"
|
150 |
msgstr "Endgültig löschen"
|
151 |
|
173 |
msgstr "Datum"
|
174 |
|
175 |
#. translators: post title
|
176 |
+
#: includes/class-wp-user-avatar-list-table.php:322
|
177 |
msgid "Select %s"
|
178 |
msgstr "%s auswählen"
|
179 |
|
180 |
+
#: includes/class-wp-user-avatar-list-table.php:412
|
181 |
msgid "Unpublished"
|
182 |
msgstr "Unveröffentlicht"
|
183 |
|
184 |
#. translators: time from now
|
185 |
+
#: includes/class-wp-user-avatar-list-table.php:420
|
186 |
msgctxt "time from now"
|
187 |
msgid "%s from now"
|
188 |
msgstr "%s ab jetzt"
|
189 |
|
190 |
#. translators: time ago
|
191 |
+
#: includes/class-wp-user-avatar-list-table.php:426
|
192 |
msgctxt "time ago"
|
193 |
msgid "%s ago"
|
194 |
msgstr "vor %s"
|
195 |
|
196 |
+
#: includes/class-wp-user-avatar-list-table.php:431
|
197 |
msgid "Y/m/d"
|
198 |
msgstr "d.m.Y"
|
199 |
|
200 |
+
#: includes/class-wp-user-avatar-list-table.php:521
|
201 |
msgid "Edit"
|
202 |
msgstr "Bearbeiten"
|
203 |
|
204 |
+
#: includes/class-wp-user-avatar-list-table.php:530
|
205 |
msgid "Restore"
|
206 |
msgstr "Wiederherstellen"
|
207 |
|
208 |
+
#: includes/class-wp-user-avatar-list-table.php:536
|
209 |
msgid "Trash"
|
210 |
msgstr "Papierkorb"
|
211 |
|
212 |
+
#: includes/class-wp-user-avatar-list-table.php:556
|
213 |
msgid "View"
|
214 |
msgstr "Anzeigen"
|
215 |
|
223 |
"aufgerufen, was von One User Avatar benötigt wird. Bitte fügen Sie diesen "
|
224 |
"Aufruf Ihren Seitenvorlagen hinzu."
|
225 |
|
226 |
+
#: includes/class-wp-user-avatar-shortcode.php:255
|
227 |
msgid "Profile updated."
|
228 |
msgstr "Profil aktualisiert."
|
229 |
|
230 |
+
#: includes/class-wp-user-avatar-shortcode.php:305
|
231 |
msgid "Update Profile"
|
232 |
msgstr "Profil aktualisieren"
|
233 |
|
249 |
msgstr "Absätze automatisch hinzufügen"
|
250 |
|
251 |
#. translators: user display name
|
252 |
+
#: includes/class-wp-user-avatar.php:240
|
253 |
msgid "Choose Image: %s"
|
254 |
msgstr "Bild auswählen: %s"
|
255 |
|
256 |
+
#: includes/class-wp-user-avatar.php:256 includes/class-wp-user-avatar.php:257
|
257 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
258 |
msgid "Upload"
|
259 |
msgstr "Hochladen"
|
260 |
|
261 |
#. translators: file size in KB
|
262 |
+
#: includes/class-wp-user-avatar.php:266 includes/wpua-options-page.php:224
|
263 |
msgid "Maximum upload file size: %s."
|
264 |
msgstr "Maximale Dateigröße für Uploads: %s."
|
265 |
|
266 |
#. translators: allowed file extensions
|
267 |
+
#: includes/class-wp-user-avatar.php:276
|
268 |
msgid "Allowed Files: %s"
|
269 |
msgstr "Erlaubte Dateien: %s"
|
270 |
|
271 |
+
#: includes/class-wp-user-avatar.php:289 includes/class-wp-user-avatar.php:291
|
272 |
#: includes/wpua-tinymce-window.php:125
|
273 |
msgid "Original Size"
|
274 |
msgstr "Originalgröße"
|
275 |
|
276 |
+
#: includes/class-wp-user-avatar.php:295 includes/class-wp-user-avatar.php:297
|
277 |
#: includes/wpua-tinymce-window.php:128
|
278 |
msgid "Thumbnail"
|
279 |
msgstr "Vorschaubild"
|
280 |
|
281 |
+
#: includes/class-wp-user-avatar.php:301
|
282 |
msgid "Remove Image"
|
283 |
msgstr "Bild entfernen"
|
284 |
|
285 |
+
#: includes/class-wp-user-avatar.php:395
|
286 |
msgid "This file is not an image. Please try another."
|
287 |
msgstr "Diese Datei ist kein Bild. Bitte versuche es mit einer anderen."
|
288 |
|
289 |
+
#: includes/class-wp-user-avatar.php:400 includes/class-wp-user-avatar.php:432
|
290 |
msgid "Memory exceeded. Please try another smaller file."
|
291 |
msgstr ""
|
292 |
"Speicherkapazität überschritten. Bitte versuche es mit einer kleineren Datei."
|
293 |
|
294 |
#. translators: directory path
|
295 |
+
#: includes/class-wp-user-avatar.php:407
|
296 |
msgid ""
|
297 |
"Unable to create directory %s. Is its parent directory writable by the "
|
298 |
"server?"
|
317 |
msgid "Search"
|
318 |
msgstr "Suchen"
|
319 |
|
320 |
+
#: includes/wpua-options-page.php:120
|
321 |
msgid "Add avatar button to Visual Editor"
|
322 |
msgstr "Avator-Button zum visuellen Editor hinzufügen"
|
323 |
|
324 |
+
#: includes/wpua-options-page.php:131
|
325 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
326 |
msgstr "Mitwirkenden und Abonnenten erlauben, Avatare hochzuladen"
|
327 |
|
328 |
+
#: includes/wpua-options-page.php:142
|
329 |
msgid "Disable Gravatar and use only local avatars"
|
330 |
msgstr "Gravatar deaktivieren und nur lokale Avatare verwenden"
|
331 |
|
332 |
+
#: includes/wpua-options-page.php:154
|
333 |
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
334 |
msgstr ""
|
335 |
"Ersetz die benutzerdefinierte Avatar Funktionalität im Ultimate Member Plugin"
|
336 |
|
337 |
+
#: includes/wpua-options-page.php:167
|
338 |
msgid "Always use the browser file uploader to upload avatars"
|
339 |
msgstr ""
|
340 |
"Verwend zum Hochladen von Avataren immer den Datei-Uploader des Browsers"
|
341 |
|
342 |
+
#: includes/wpua-options-page.php:168
|
343 |
msgid ""
|
344 |
"Check this if another plugin is conflicting with the WordPress Media "
|
345 |
"Uploader."
|
347 |
"Aktivier dies, wenn ein anderes Plugin mit dem WordPress Media Uploader in "
|
348 |
"Konflikt steht"
|
349 |
|
350 |
+
#: includes/wpua-options-page.php:196 includes/wpua-options-page.php:205
|
351 |
msgid "Upload Size Limit"
|
352 |
msgstr "Dateigrößenbeschränkung"
|
353 |
|
354 |
+
#: includes/wpua-options-page.php:197 includes/wpua-options-page.php:206
|
355 |
msgid "(only for Contributors & Subscribers)"
|
356 |
msgstr "(nur für Mitwirkende und Abonnenten)"
|
357 |
|
358 |
#. translators: file name
|
359 |
+
#: includes/wpua-options-page.php:216
|
360 |
msgid "%s exceeds the maximum upload size for this site."
|
361 |
msgstr "%s überschreitet das Upload-Limit für diese Website."
|
362 |
|
363 |
+
#: includes/wpua-options-page.php:235
|
364 |
msgid "Allow users to edit avatars"
|
365 |
msgstr "Benutzern erlauben, Avatare zu bearbeiten"
|
366 |
|
367 |
+
#: includes/wpua-options-page.php:243
|
368 |
msgid "Resize avatars on upload"
|
369 |
msgstr "Avatar-Größe beim Upload ändern"
|
370 |
|
371 |
+
#: includes/wpua-options-page.php:248
|
372 |
msgid "Width"
|
373 |
msgstr "Breite"
|
374 |
|
375 |
+
#: includes/wpua-options-page.php:252
|
376 |
msgid "Height"
|
377 |
msgstr "Höhe"
|
378 |
|
379 |
+
#: includes/wpua-options-page.php:260
|
380 |
msgid "Crop avatars to exact dimensions"
|
381 |
msgstr "Avatare auf exakte Größe zuschneiden"
|
382 |
|
383 |
+
#: includes/wpua-options-page.php:282 includes/wpua-options-page.php:288
|
384 |
msgid "Avatar Display"
|
385 |
msgstr "Avataranzeige"
|
386 |
|
387 |
+
#: includes/wpua-options-page.php:295
|
388 |
msgid "Show Avatars"
|
389 |
msgstr "Avatare anzeigen"
|
390 |
|
391 |
+
#: includes/wpua-options-page.php:302 includes/wpua-options-page.php:308
|
392 |
msgid "Maximum Rating"
|
393 |
msgstr "Avatare anzeigen mit der Einstufung bis einschließlich"
|
394 |
|
395 |
+
#: includes/wpua-options-page.php:314
|
396 |
msgid "G — Suitable for all audiences"
|
397 |
msgstr "G — Jugendfrei"
|
398 |
|
399 |
+
#: includes/wpua-options-page.php:315
|
400 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
401 |
msgstr "PG — Entspricht dem deutschen FSK12"
|
402 |
|
403 |
+
#: includes/wpua-options-page.php:316
|
404 |
msgid "R — Intended for adult audiences above 17"
|
405 |
msgstr "R — Entspricht in etwa dem deutschen FSK18"
|
406 |
|
407 |
+
#: includes/wpua-options-page.php:317
|
408 |
msgid "X — Even more mature than above"
|
409 |
msgstr "X — Keine Jugendfreigabe"
|
410 |
|
411 |
+
#: includes/wpua-options-page.php:346
|
412 |
msgid ""
|
413 |
"For users without a custom avatar of their own, you can either display a "
|
414 |
"generic logo or a generated one based on their e-mail address."
|
languages/en_GB.mo
CHANGED
Binary file
|
languages/en_GB.po
CHANGED
@@ -5,8 +5,8 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Plugins - WP User Avatar | User Profile Picture - Stable "
|
6 |
"(latest release)\n"
|
7 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
8 |
-
"POT-Creation-Date: 2021-
|
9 |
-
"PO-Revision-Date: 2021-
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
12 |
"Language: en_GB\n"
|
@@ -17,10 +17,10 @@ msgstr ""
|
|
17 |
"X-Generator: Poedit 3.0\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
-
#: includes/class-wp-user-avatar-admin.php:
|
21 |
-
#: includes/class-wp-user-avatar-admin.php:
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
-
#: includes/wpua-options-page.php:
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
@@ -52,85 +52,86 @@ msgstr "You are not allowed to delete this post."
|
|
52 |
msgid "Error in deleting."
|
53 |
msgstr "Error in deleting."
|
54 |
|
55 |
-
#: includes/class-wp-user-avatar-admin.php:
|
56 |
-
#: includes/class-wp-user-avatar-admin.php:
|
57 |
msgid "Avatars"
|
58 |
msgstr "Avatars"
|
59 |
|
60 |
-
#: includes/class-wp-user-avatar-admin.php:
|
61 |
-
#: includes/class-wp-user-avatar-admin.php:
|
62 |
-
#: includes/class-wp-user-avatar-admin.php:
|
63 |
-
#: includes/wpua-options-page.php:
|
64 |
msgid "Settings"
|
65 |
msgstr "Settings"
|
66 |
|
67 |
-
#: includes/class-wp-user-avatar-admin.php:
|
68 |
-
#: includes/class-wp-user-avatar-admin.php:
|
69 |
msgid "Library"
|
70 |
msgstr "Library"
|
71 |
|
72 |
-
#: includes/class-wp-user-avatar-admin.php:
|
73 |
msgid "Mystery Man"
|
74 |
msgstr "Mystery Man"
|
75 |
|
76 |
-
#: includes/class-wp-user-avatar-admin.php:
|
77 |
msgid "Blank"
|
78 |
msgstr "Blank"
|
79 |
|
80 |
-
#: includes/class-wp-user-avatar-admin.php:
|
81 |
msgid "Gravatar Logo"
|
82 |
msgstr "Gravatar Logo"
|
83 |
|
84 |
-
#: includes/class-wp-user-avatar-admin.php:
|
85 |
msgid "Identicon (Generated)"
|
86 |
msgstr "Identicon (Generated)"
|
87 |
|
88 |
-
#: includes/class-wp-user-avatar-admin.php:
|
89 |
msgid "Wavatar (Generated)"
|
90 |
msgstr "Wavatar (Generated)"
|
91 |
|
92 |
-
#: includes/class-wp-user-avatar-admin.php:
|
93 |
msgid "MonsterID (Generated)"
|
94 |
msgstr "MonsterID (Generated)"
|
95 |
|
96 |
-
#: includes/class-wp-user-avatar-admin.php:
|
97 |
msgid "Retro (Generated)"
|
98 |
msgstr "Retro (Generated)"
|
99 |
|
100 |
-
#: includes/class-wp-user-avatar-admin.php:
|
101 |
-
#: includes/class-wp-user-avatar.php:
|
102 |
msgid "Choose Image"
|
103 |
msgstr "Choose Image"
|
104 |
|
105 |
-
#: includes/class-wp-user-avatar-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
msgid "Remove"
|
107 |
msgstr "Remove"
|
108 |
|
109 |
-
#: includes/class-wp-user-avatar-admin.php:
|
110 |
-
#: includes/class-wp-user-avatar.php:
|
111 |
msgid "Undo"
|
112 |
msgstr "Undo"
|
113 |
|
114 |
-
#: includes/class-wp-user-avatar-admin.php:
|
115 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
116 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
117 |
|
118 |
-
#: includes/class-wp-user-avatar-admin.php:
|
119 |
msgid "Support Forums"
|
120 |
msgstr "Support Forums"
|
121 |
|
122 |
-
#: includes/class-wp-user-avatar-admin.php:
|
123 |
-
#: includes/class-wp-user-avatar-admin.php:
|
124 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
125 |
-
#: includes/wpua-functions.php:
|
126 |
msgid "Profile Picture"
|
127 |
msgstr "Profile Picture"
|
128 |
|
129 |
-
#: includes/class-wp-user-avatar-admin.php:566
|
130 |
-
#: includes/wpua-options-page.php:339 includes/wpua-options-page.php:345
|
131 |
-
msgid "Default Avatar"
|
132 |
-
msgstr "Default Avatar"
|
133 |
-
|
134 |
#: includes/class-wp-user-avatar-functions.php:517
|
135 |
#: includes/class-wp-user-avatar-functions.php:718
|
136 |
msgid "Avatar"
|
@@ -143,7 +144,7 @@ msgid "All %s"
|
|
143 |
msgstr "All %s"
|
144 |
|
145 |
#: includes/class-wp-user-avatar-list-table.php:192
|
146 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
147 |
msgid "Delete Permanently"
|
148 |
msgstr "Delete Permanently"
|
149 |
|
@@ -171,43 +172,43 @@ msgid "Date"
|
|
171 |
msgstr "Date"
|
172 |
|
173 |
#. translators: post title
|
174 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
175 |
msgid "Select %s"
|
176 |
msgstr "Select %s"
|
177 |
|
178 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
179 |
msgid "Unpublished"
|
180 |
msgstr "Unpublished"
|
181 |
|
182 |
#. translators: time from now
|
183 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
184 |
msgctxt "time from now"
|
185 |
msgid "%s from now"
|
186 |
msgstr "%s from now"
|
187 |
|
188 |
#. translators: time ago
|
189 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
190 |
msgctxt "time ago"
|
191 |
msgid "%s ago"
|
192 |
msgstr "%s ago"
|
193 |
|
194 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
195 |
msgid "Y/m/d"
|
196 |
msgstr "y/m/d"
|
197 |
|
198 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
199 |
msgid "Edit"
|
200 |
msgstr "Edit"
|
201 |
|
202 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
203 |
msgid "Restore"
|
204 |
msgstr "Restore"
|
205 |
|
206 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
207 |
msgid "Trash"
|
208 |
msgstr "Bin"
|
209 |
|
210 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
211 |
msgid "View"
|
212 |
msgstr "View"
|
213 |
|
@@ -220,11 +221,11 @@ msgstr ""
|
|
220 |
"We’re sorry, but your theme’s page template didn’t make a call to %s, which "
|
221 |
"is required by One User Avatar. Please add this call to your page templates."
|
222 |
|
223 |
-
#: includes/class-wp-user-avatar-shortcode.php:
|
224 |
msgid "Profile updated."
|
225 |
msgstr "Profile updated."
|
226 |
|
227 |
-
#: includes/class-wp-user-avatar-shortcode.php:
|
228 |
msgid "Update Profile"
|
229 |
msgstr "Update Profile"
|
230 |
|
@@ -246,49 +247,49 @@ msgid "Automatically add paragraphs"
|
|
246 |
msgstr "Automatically add paragraphs"
|
247 |
|
248 |
#. translators: user display name
|
249 |
-
#: includes/class-wp-user-avatar.php:
|
250 |
msgid "Choose Image: %s"
|
251 |
msgstr "Choose Image: %s"
|
252 |
|
253 |
-
#: includes/class-wp-user-avatar.php:
|
254 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
255 |
msgid "Upload"
|
256 |
msgstr "Upload"
|
257 |
|
258 |
#. translators: file size in KB
|
259 |
-
#: includes/class-wp-user-avatar.php:
|
260 |
msgid "Maximum upload file size: %s."
|
261 |
msgstr "Maximum upload file size: %s."
|
262 |
|
263 |
#. translators: allowed file extensions
|
264 |
-
#: includes/class-wp-user-avatar.php:
|
265 |
msgid "Allowed Files: %s"
|
266 |
msgstr "Allowed Files: %s"
|
267 |
|
268 |
-
#: includes/class-wp-user-avatar.php:
|
269 |
#: includes/wpua-tinymce-window.php:125
|
270 |
msgid "Original Size"
|
271 |
msgstr "Original Size"
|
272 |
|
273 |
-
#: includes/class-wp-user-avatar.php:
|
274 |
#: includes/wpua-tinymce-window.php:128
|
275 |
msgid "Thumbnail"
|
276 |
msgstr "Thumbnail"
|
277 |
|
278 |
-
#: includes/class-wp-user-avatar.php:
|
279 |
msgid "Remove Image"
|
280 |
msgstr "Remove Image"
|
281 |
|
282 |
-
#: includes/class-wp-user-avatar.php:
|
283 |
msgid "This file is not an image. Please try another."
|
284 |
msgstr "This file is not an image. Please try another."
|
285 |
|
286 |
-
#: includes/class-wp-user-avatar.php:
|
287 |
msgid "Memory exceeded. Please try another smaller file."
|
288 |
msgstr "Memory exceeded. Please try another smaller file."
|
289 |
|
290 |
#. translators: directory path
|
291 |
-
#: includes/class-wp-user-avatar.php:
|
292 |
msgid ""
|
293 |
"Unable to create directory %s. Is its parent directory writable by the "
|
294 |
"server?"
|
@@ -313,27 +314,27 @@ msgstr "Search results for %s"
|
|
313 |
msgid "Search"
|
314 |
msgstr "Search"
|
315 |
|
316 |
-
#: includes/wpua-options-page.php:
|
317 |
msgid "Add avatar button to Visual Editor"
|
318 |
msgstr "Add avatar button to Visual Editor"
|
319 |
|
320 |
-
#: includes/wpua-options-page.php:
|
321 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
322 |
msgstr "Allow Contributors & Subscribers to upload avatars"
|
323 |
|
324 |
-
#: includes/wpua-options-page.php:
|
325 |
msgid "Disable Gravatar and use only local avatars"
|
326 |
msgstr "Disable Gravatar and use only local avatars"
|
327 |
|
328 |
-
#: includes/wpua-options-page.php:
|
329 |
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
330 |
msgstr "Replace the custom avatars functionality in the Ultimate Member plugin"
|
331 |
|
332 |
-
#: includes/wpua-options-page.php:
|
333 |
msgid "Always use the browser file uploader to upload avatars"
|
334 |
msgstr "Always use the browser file uploader to upload avatars"
|
335 |
|
336 |
-
#: includes/wpua-options-page.php:
|
337 |
msgid ""
|
338 |
"Check this if another plugin is conflicting with the WordPress Media "
|
339 |
"Uploader."
|
@@ -341,68 +342,68 @@ msgstr ""
|
|
341 |
"Check this if another plugin is conflicting with the WordPress Media "
|
342 |
"Uploader."
|
343 |
|
344 |
-
#: includes/wpua-options-page.php:
|
345 |
msgid "Upload Size Limit"
|
346 |
msgstr "Upload Size Limit"
|
347 |
|
348 |
-
#: includes/wpua-options-page.php:
|
349 |
msgid "(only for Contributors & Subscribers)"
|
350 |
msgstr "(only for Contributors & Subscribers)"
|
351 |
|
352 |
#. translators: file name
|
353 |
-
#: includes/wpua-options-page.php:
|
354 |
msgid "%s exceeds the maximum upload size for this site."
|
355 |
msgstr "%s exceeds the maximum upload size for this site."
|
356 |
|
357 |
-
#: includes/wpua-options-page.php:
|
358 |
msgid "Allow users to edit avatars"
|
359 |
msgstr "Allow users to edit avatars"
|
360 |
|
361 |
-
#: includes/wpua-options-page.php:
|
362 |
msgid "Resize avatars on upload"
|
363 |
msgstr "Resize avatars on upload"
|
364 |
|
365 |
-
#: includes/wpua-options-page.php:
|
366 |
msgid "Width"
|
367 |
msgstr "Width"
|
368 |
|
369 |
-
#: includes/wpua-options-page.php:
|
370 |
msgid "Height"
|
371 |
msgstr "Height"
|
372 |
|
373 |
-
#: includes/wpua-options-page.php:
|
374 |
msgid "Crop avatars to exact dimensions"
|
375 |
msgstr "Crop avatars to exact dimensions"
|
376 |
|
377 |
-
#: includes/wpua-options-page.php:
|
378 |
msgid "Avatar Display"
|
379 |
msgstr "Avatar Display"
|
380 |
|
381 |
-
#: includes/wpua-options-page.php:
|
382 |
msgid "Show Avatars"
|
383 |
msgstr "Show Avatars"
|
384 |
|
385 |
-
#: includes/wpua-options-page.php:
|
386 |
msgid "Maximum Rating"
|
387 |
msgstr "Maximum Rating"
|
388 |
|
389 |
-
#: includes/wpua-options-page.php:
|
390 |
msgid "G — Suitable for all audiences"
|
391 |
msgstr "G — Suitable for all audiences"
|
392 |
|
393 |
-
#: includes/wpua-options-page.php:
|
394 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
395 |
msgstr "PG — Possibly offensive, usually for audiences 13 and above"
|
396 |
|
397 |
-
#: includes/wpua-options-page.php:
|
398 |
msgid "R — Intended for adult audiences above 17"
|
399 |
msgstr "R — Intended for adult audiences above 17"
|
400 |
|
401 |
-
#: includes/wpua-options-page.php:
|
402 |
msgid "X — Even more mature than above"
|
403 |
msgstr "X — Even more mature than above"
|
404 |
|
405 |
-
#: includes/wpua-options-page.php:
|
406 |
msgid ""
|
407 |
"For users without a custom avatar of their own, you can either display a "
|
408 |
"generic logo or a generated one based on their e-mail address."
|
5 |
"Project-Id-Version: Plugins - WP User Avatar | User Profile Picture - Stable "
|
6 |
"(latest release)\n"
|
7 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
8 |
+
"POT-Creation-Date: 2021-12-06T21:30:52+00:00\n"
|
9 |
+
"PO-Revision-Date: 2021-12-06 22:33+0100\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
12 |
"Language: en_GB\n"
|
17 |
"X-Generator: Poedit 3.0\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
+
#: includes/class-wp-user-avatar-admin.php:233
|
21 |
+
#: includes/class-wp-user-avatar-admin.php:434
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
+
#: includes/wpua-options-page.php:67 includes/wpua-tinymce-window.php:31
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
52 |
msgid "Error in deleting."
|
53 |
msgstr "Error in deleting."
|
54 |
|
55 |
+
#: includes/class-wp-user-avatar-admin.php:234
|
56 |
+
#: includes/class-wp-user-avatar-admin.php:292 includes/wpua-media-page.php:59
|
57 |
msgid "Avatars"
|
58 |
msgstr "Avatars"
|
59 |
|
60 |
+
#: includes/class-wp-user-avatar-admin.php:243
|
61 |
+
#: includes/class-wp-user-avatar-admin.php:244
|
62 |
+
#: includes/class-wp-user-avatar-admin.php:471
|
63 |
+
#: includes/wpua-options-page.php:105
|
64 |
msgid "Settings"
|
65 |
msgstr "Settings"
|
66 |
|
67 |
+
#: includes/class-wp-user-avatar-admin.php:252
|
68 |
+
#: includes/class-wp-user-avatar-admin.php:253
|
69 |
msgid "Library"
|
70 |
msgstr "Library"
|
71 |
|
72 |
+
#: includes/class-wp-user-avatar-admin.php:380
|
73 |
msgid "Mystery Man"
|
74 |
msgstr "Mystery Man"
|
75 |
|
76 |
+
#: includes/class-wp-user-avatar-admin.php:381
|
77 |
msgid "Blank"
|
78 |
msgstr "Blank"
|
79 |
|
80 |
+
#: includes/class-wp-user-avatar-admin.php:382
|
81 |
msgid "Gravatar Logo"
|
82 |
msgstr "Gravatar Logo"
|
83 |
|
84 |
+
#: includes/class-wp-user-avatar-admin.php:383
|
85 |
msgid "Identicon (Generated)"
|
86 |
msgstr "Identicon (Generated)"
|
87 |
|
88 |
+
#: includes/class-wp-user-avatar-admin.php:384
|
89 |
msgid "Wavatar (Generated)"
|
90 |
msgstr "Wavatar (Generated)"
|
91 |
|
92 |
+
#: includes/class-wp-user-avatar-admin.php:385
|
93 |
msgid "MonsterID (Generated)"
|
94 |
msgstr "MonsterID (Generated)"
|
95 |
|
96 |
+
#: includes/class-wp-user-avatar-admin.php:386
|
97 |
msgid "Retro (Generated)"
|
98 |
msgstr "Retro (Generated)"
|
99 |
|
100 |
+
#: includes/class-wp-user-avatar-admin.php:435
|
101 |
+
#: includes/class-wp-user-avatar.php:244
|
102 |
msgid "Choose Image"
|
103 |
msgstr "Choose Image"
|
104 |
|
105 |
+
#: includes/class-wp-user-avatar-admin.php:435
|
106 |
+
#: includes/class-wp-user-avatar-admin.php:569
|
107 |
+
#: includes/wpua-options-page.php:336 includes/wpua-options-page.php:342
|
108 |
+
msgid "Default Avatar"
|
109 |
+
msgstr "Default Avatar"
|
110 |
+
|
111 |
+
#: includes/class-wp-user-avatar-admin.php:436
|
112 |
msgid "Remove"
|
113 |
msgstr "Remove"
|
114 |
|
115 |
+
#: includes/class-wp-user-avatar-admin.php:436
|
116 |
+
#: includes/class-wp-user-avatar.php:305
|
117 |
msgid "Undo"
|
118 |
msgstr "Undo"
|
119 |
|
120 |
+
#: includes/class-wp-user-avatar-admin.php:489
|
121 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
122 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
123 |
|
124 |
+
#: includes/class-wp-user-avatar-admin.php:490
|
125 |
msgid "Support Forums"
|
126 |
msgstr "Support Forums"
|
127 |
|
128 |
+
#: includes/class-wp-user-avatar-admin.php:504
|
129 |
+
#: includes/class-wp-user-avatar-admin.php:565 includes/wpua-functions.php:93
|
130 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
131 |
+
#: includes/wpua-functions.php:188 includes/wpua-tinymce-window.php:94
|
132 |
msgid "Profile Picture"
|
133 |
msgstr "Profile Picture"
|
134 |
|
|
|
|
|
|
|
|
|
|
|
135 |
#: includes/class-wp-user-avatar-functions.php:517
|
136 |
#: includes/class-wp-user-avatar-functions.php:718
|
137 |
msgid "Avatar"
|
144 |
msgstr "All %s"
|
145 |
|
146 |
#: includes/class-wp-user-avatar-list-table.php:192
|
147 |
+
#: includes/class-wp-user-avatar-list-table.php:544
|
148 |
msgid "Delete Permanently"
|
149 |
msgstr "Delete Permanently"
|
150 |
|
172 |
msgstr "Date"
|
173 |
|
174 |
#. translators: post title
|
175 |
+
#: includes/class-wp-user-avatar-list-table.php:322
|
176 |
msgid "Select %s"
|
177 |
msgstr "Select %s"
|
178 |
|
179 |
+
#: includes/class-wp-user-avatar-list-table.php:412
|
180 |
msgid "Unpublished"
|
181 |
msgstr "Unpublished"
|
182 |
|
183 |
#. translators: time from now
|
184 |
+
#: includes/class-wp-user-avatar-list-table.php:420
|
185 |
msgctxt "time from now"
|
186 |
msgid "%s from now"
|
187 |
msgstr "%s from now"
|
188 |
|
189 |
#. translators: time ago
|
190 |
+
#: includes/class-wp-user-avatar-list-table.php:426
|
191 |
msgctxt "time ago"
|
192 |
msgid "%s ago"
|
193 |
msgstr "%s ago"
|
194 |
|
195 |
+
#: includes/class-wp-user-avatar-list-table.php:431
|
196 |
msgid "Y/m/d"
|
197 |
msgstr "y/m/d"
|
198 |
|
199 |
+
#: includes/class-wp-user-avatar-list-table.php:521
|
200 |
msgid "Edit"
|
201 |
msgstr "Edit"
|
202 |
|
203 |
+
#: includes/class-wp-user-avatar-list-table.php:530
|
204 |
msgid "Restore"
|
205 |
msgstr "Restore"
|
206 |
|
207 |
+
#: includes/class-wp-user-avatar-list-table.php:536
|
208 |
msgid "Trash"
|
209 |
msgstr "Bin"
|
210 |
|
211 |
+
#: includes/class-wp-user-avatar-list-table.php:556
|
212 |
msgid "View"
|
213 |
msgstr "View"
|
214 |
|
221 |
"We’re sorry, but your theme’s page template didn’t make a call to %s, which "
|
222 |
"is required by One User Avatar. Please add this call to your page templates."
|
223 |
|
224 |
+
#: includes/class-wp-user-avatar-shortcode.php:255
|
225 |
msgid "Profile updated."
|
226 |
msgstr "Profile updated."
|
227 |
|
228 |
+
#: includes/class-wp-user-avatar-shortcode.php:305
|
229 |
msgid "Update Profile"
|
230 |
msgstr "Update Profile"
|
231 |
|
247 |
msgstr "Automatically add paragraphs"
|
248 |
|
249 |
#. translators: user display name
|
250 |
+
#: includes/class-wp-user-avatar.php:240
|
251 |
msgid "Choose Image: %s"
|
252 |
msgstr "Choose Image: %s"
|
253 |
|
254 |
+
#: includes/class-wp-user-avatar.php:256 includes/class-wp-user-avatar.php:257
|
255 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
256 |
msgid "Upload"
|
257 |
msgstr "Upload"
|
258 |
|
259 |
#. translators: file size in KB
|
260 |
+
#: includes/class-wp-user-avatar.php:266 includes/wpua-options-page.php:224
|
261 |
msgid "Maximum upload file size: %s."
|
262 |
msgstr "Maximum upload file size: %s."
|
263 |
|
264 |
#. translators: allowed file extensions
|
265 |
+
#: includes/class-wp-user-avatar.php:276
|
266 |
msgid "Allowed Files: %s"
|
267 |
msgstr "Allowed Files: %s"
|
268 |
|
269 |
+
#: includes/class-wp-user-avatar.php:289 includes/class-wp-user-avatar.php:291
|
270 |
#: includes/wpua-tinymce-window.php:125
|
271 |
msgid "Original Size"
|
272 |
msgstr "Original Size"
|
273 |
|
274 |
+
#: includes/class-wp-user-avatar.php:295 includes/class-wp-user-avatar.php:297
|
275 |
#: includes/wpua-tinymce-window.php:128
|
276 |
msgid "Thumbnail"
|
277 |
msgstr "Thumbnail"
|
278 |
|
279 |
+
#: includes/class-wp-user-avatar.php:301
|
280 |
msgid "Remove Image"
|
281 |
msgstr "Remove Image"
|
282 |
|
283 |
+
#: includes/class-wp-user-avatar.php:395
|
284 |
msgid "This file is not an image. Please try another."
|
285 |
msgstr "This file is not an image. Please try another."
|
286 |
|
287 |
+
#: includes/class-wp-user-avatar.php:400 includes/class-wp-user-avatar.php:432
|
288 |
msgid "Memory exceeded. Please try another smaller file."
|
289 |
msgstr "Memory exceeded. Please try another smaller file."
|
290 |
|
291 |
#. translators: directory path
|
292 |
+
#: includes/class-wp-user-avatar.php:407
|
293 |
msgid ""
|
294 |
"Unable to create directory %s. Is its parent directory writable by the "
|
295 |
"server?"
|
314 |
msgid "Search"
|
315 |
msgstr "Search"
|
316 |
|
317 |
+
#: includes/wpua-options-page.php:120
|
318 |
msgid "Add avatar button to Visual Editor"
|
319 |
msgstr "Add avatar button to Visual Editor"
|
320 |
|
321 |
+
#: includes/wpua-options-page.php:131
|
322 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
323 |
msgstr "Allow Contributors & Subscribers to upload avatars"
|
324 |
|
325 |
+
#: includes/wpua-options-page.php:142
|
326 |
msgid "Disable Gravatar and use only local avatars"
|
327 |
msgstr "Disable Gravatar and use only local avatars"
|
328 |
|
329 |
+
#: includes/wpua-options-page.php:154
|
330 |
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
331 |
msgstr "Replace the custom avatars functionality in the Ultimate Member plugin"
|
332 |
|
333 |
+
#: includes/wpua-options-page.php:167
|
334 |
msgid "Always use the browser file uploader to upload avatars"
|
335 |
msgstr "Always use the browser file uploader to upload avatars"
|
336 |
|
337 |
+
#: includes/wpua-options-page.php:168
|
338 |
msgid ""
|
339 |
"Check this if another plugin is conflicting with the WordPress Media "
|
340 |
"Uploader."
|
342 |
"Check this if another plugin is conflicting with the WordPress Media "
|
343 |
"Uploader."
|
344 |
|
345 |
+
#: includes/wpua-options-page.php:196 includes/wpua-options-page.php:205
|
346 |
msgid "Upload Size Limit"
|
347 |
msgstr "Upload Size Limit"
|
348 |
|
349 |
+
#: includes/wpua-options-page.php:197 includes/wpua-options-page.php:206
|
350 |
msgid "(only for Contributors & Subscribers)"
|
351 |
msgstr "(only for Contributors & Subscribers)"
|
352 |
|
353 |
#. translators: file name
|
354 |
+
#: includes/wpua-options-page.php:216
|
355 |
msgid "%s exceeds the maximum upload size for this site."
|
356 |
msgstr "%s exceeds the maximum upload size for this site."
|
357 |
|
358 |
+
#: includes/wpua-options-page.php:235
|
359 |
msgid "Allow users to edit avatars"
|
360 |
msgstr "Allow users to edit avatars"
|
361 |
|
362 |
+
#: includes/wpua-options-page.php:243
|
363 |
msgid "Resize avatars on upload"
|
364 |
msgstr "Resize avatars on upload"
|
365 |
|
366 |
+
#: includes/wpua-options-page.php:248
|
367 |
msgid "Width"
|
368 |
msgstr "Width"
|
369 |
|
370 |
+
#: includes/wpua-options-page.php:252
|
371 |
msgid "Height"
|
372 |
msgstr "Height"
|
373 |
|
374 |
+
#: includes/wpua-options-page.php:260
|
375 |
msgid "Crop avatars to exact dimensions"
|
376 |
msgstr "Crop avatars to exact dimensions"
|
377 |
|
378 |
+
#: includes/wpua-options-page.php:282 includes/wpua-options-page.php:288
|
379 |
msgid "Avatar Display"
|
380 |
msgstr "Avatar Display"
|
381 |
|
382 |
+
#: includes/wpua-options-page.php:295
|
383 |
msgid "Show Avatars"
|
384 |
msgstr "Show Avatars"
|
385 |
|
386 |
+
#: includes/wpua-options-page.php:302 includes/wpua-options-page.php:308
|
387 |
msgid "Maximum Rating"
|
388 |
msgstr "Maximum Rating"
|
389 |
|
390 |
+
#: includes/wpua-options-page.php:314
|
391 |
msgid "G — Suitable for all audiences"
|
392 |
msgstr "G — Suitable for all audiences"
|
393 |
|
394 |
+
#: includes/wpua-options-page.php:315
|
395 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
396 |
msgstr "PG — Possibly offensive, usually for audiences 13 and above"
|
397 |
|
398 |
+
#: includes/wpua-options-page.php:316
|
399 |
msgid "R — Intended for adult audiences above 17"
|
400 |
msgstr "R — Intended for adult audiences above 17"
|
401 |
|
402 |
+
#: includes/wpua-options-page.php:317
|
403 |
msgid "X — Even more mature than above"
|
404 |
msgstr "X — Even more mature than above"
|
405 |
|
406 |
+
#: includes/wpua-options-page.php:346
|
407 |
msgid ""
|
408 |
"For users without a custom avatar of their own, you can either display a "
|
409 |
"generic logo or a generated one based on their e-mail address."
|
languages/es_ES.mo
CHANGED
Binary file
|
languages/es_ES.po
CHANGED
@@ -5,8 +5,8 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Plugins - WP User Avatar | User Profile Picture - Stable "
|
6 |
"(latest release)\n"
|
7 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
8 |
-
"POT-Creation-Date: 2021-
|
9 |
-
"PO-Revision-Date: 2021-
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
12 |
"Language: es\n"
|
@@ -17,10 +17,10 @@ msgstr ""
|
|
17 |
"X-Generator: Poedit 3.0\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
-
#: includes/class-wp-user-avatar-admin.php:
|
21 |
-
#: includes/class-wp-user-avatar-admin.php:
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
-
#: includes/wpua-options-page.php:
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
@@ -53,85 +53,86 @@ msgstr "No tienes permisos para eliminar esta entrada."
|
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Error al eliminar."
|
55 |
|
56 |
-
#: includes/class-wp-user-avatar-admin.php:
|
57 |
-
#: includes/class-wp-user-avatar-admin.php:
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatares"
|
60 |
|
61 |
-
#: includes/class-wp-user-avatar-admin.php:
|
62 |
-
#: includes/class-wp-user-avatar-admin.php:
|
63 |
-
#: includes/class-wp-user-avatar-admin.php:
|
64 |
-
#: includes/wpua-options-page.php:
|
65 |
msgid "Settings"
|
66 |
msgstr "Ajustes"
|
67 |
|
68 |
-
#: includes/class-wp-user-avatar-admin.php:
|
69 |
-
#: includes/class-wp-user-avatar-admin.php:
|
70 |
msgid "Library"
|
71 |
msgstr "Biblioteca"
|
72 |
|
73 |
-
#: includes/class-wp-user-avatar-admin.php:
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Hombre misterioso"
|
76 |
|
77 |
-
#: includes/class-wp-user-avatar-admin.php:
|
78 |
msgid "Blank"
|
79 |
msgstr "En blanco"
|
80 |
|
81 |
-
#: includes/class-wp-user-avatar-admin.php:
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Logo Gravatar"
|
84 |
|
85 |
-
#: includes/class-wp-user-avatar-admin.php:
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (generado)"
|
88 |
|
89 |
-
#: includes/class-wp-user-avatar-admin.php:
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (generado)"
|
92 |
|
93 |
-
#: includes/class-wp-user-avatar-admin.php:
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (generado)"
|
96 |
|
97 |
-
#: includes/class-wp-user-avatar-admin.php:
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (generado)"
|
100 |
|
101 |
-
#: includes/class-wp-user-avatar-admin.php:
|
102 |
-
#: includes/class-wp-user-avatar.php:
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Elegir imagen"
|
105 |
|
106 |
-
#: includes/class-wp-user-avatar-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
msgid "Remove"
|
108 |
msgstr "Eliminar"
|
109 |
|
110 |
-
#: includes/class-wp-user-avatar-admin.php:
|
111 |
-
#: includes/class-wp-user-avatar.php:
|
112 |
msgid "Undo"
|
113 |
msgstr "Deshacer"
|
114 |
|
115 |
-
#: includes/class-wp-user-avatar-admin.php:
|
116 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
117 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
118 |
|
119 |
-
#: includes/class-wp-user-avatar-admin.php:
|
120 |
msgid "Support Forums"
|
121 |
msgstr "Foro de soporte"
|
122 |
|
123 |
-
#: includes/class-wp-user-avatar-admin.php:
|
124 |
-
#: includes/class-wp-user-avatar-admin.php:
|
125 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
126 |
-
#: includes/wpua-functions.php:
|
127 |
msgid "Profile Picture"
|
128 |
msgstr "Imagen del perfil"
|
129 |
|
130 |
-
#: includes/class-wp-user-avatar-admin.php:566
|
131 |
-
#: includes/wpua-options-page.php:339 includes/wpua-options-page.php:345
|
132 |
-
msgid "Default Avatar"
|
133 |
-
msgstr "Avatar por defecto"
|
134 |
-
|
135 |
#: includes/class-wp-user-avatar-functions.php:517
|
136 |
#: includes/class-wp-user-avatar-functions.php:718
|
137 |
msgid "Avatar"
|
@@ -144,7 +145,7 @@ msgid "All %s"
|
|
144 |
msgstr "Todos %s"
|
145 |
|
146 |
#: includes/class-wp-user-avatar-list-table.php:192
|
147 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
148 |
msgid "Delete Permanently"
|
149 |
msgstr "Borrar permanentemente"
|
150 |
|
@@ -172,43 +173,43 @@ msgid "Date"
|
|
172 |
msgstr "Fecha"
|
173 |
|
174 |
#. translators: post title
|
175 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
176 |
msgid "Select %s"
|
177 |
msgstr "Selecciona %s"
|
178 |
|
179 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
180 |
msgid "Unpublished"
|
181 |
msgstr "Despublicado"
|
182 |
|
183 |
#. translators: time from now
|
184 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
185 |
msgctxt "time from now"
|
186 |
msgid "%s from now"
|
187 |
msgstr "%s desde ahora"
|
188 |
|
189 |
#. translators: time ago
|
190 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
191 |
msgctxt "time ago"
|
192 |
msgid "%s ago"
|
193 |
msgstr "hace %s"
|
194 |
|
195 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
196 |
msgid "Y/m/d"
|
197 |
msgstr "d/m/Y"
|
198 |
|
199 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
200 |
msgid "Edit"
|
201 |
msgstr "Editar"
|
202 |
|
203 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
204 |
msgid "Restore"
|
205 |
msgstr "Restaurar"
|
206 |
|
207 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
208 |
msgid "Trash"
|
209 |
msgstr "Papelera"
|
210 |
|
211 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
212 |
msgid "View"
|
213 |
msgstr "Ver"
|
214 |
|
@@ -222,11 +223,11 @@ msgstr ""
|
|
222 |
"%s, lo cual es requerido por One User Avatar. Agregue esta llamada a las "
|
223 |
"plantillas de su página."
|
224 |
|
225 |
-
#: includes/class-wp-user-avatar-shortcode.php:
|
226 |
msgid "Profile updated."
|
227 |
msgstr "Perfil actualizado."
|
228 |
|
229 |
-
#: includes/class-wp-user-avatar-shortcode.php:
|
230 |
msgid "Update Profile"
|
231 |
msgstr "Actualizar el perfil"
|
232 |
|
@@ -248,49 +249,49 @@ msgid "Automatically add paragraphs"
|
|
248 |
msgstr "Añadir párrafos automáticamente"
|
249 |
|
250 |
#. translators: user display name
|
251 |
-
#: includes/class-wp-user-avatar.php:
|
252 |
msgid "Choose Image: %s"
|
253 |
msgstr "Elegir imagen: %s"
|
254 |
|
255 |
-
#: includes/class-wp-user-avatar.php:
|
256 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
257 |
msgid "Upload"
|
258 |
msgstr "Subir"
|
259 |
|
260 |
#. translators: file size in KB
|
261 |
-
#: includes/class-wp-user-avatar.php:
|
262 |
msgid "Maximum upload file size: %s."
|
263 |
msgstr "Tamaño máximo de subida: %s."
|
264 |
|
265 |
#. translators: allowed file extensions
|
266 |
-
#: includes/class-wp-user-avatar.php:
|
267 |
msgid "Allowed Files: %s"
|
268 |
msgstr "Archivos permitidos: %s"
|
269 |
|
270 |
-
#: includes/class-wp-user-avatar.php:
|
271 |
#: includes/wpua-tinymce-window.php:125
|
272 |
msgid "Original Size"
|
273 |
msgstr "Tamaño original"
|
274 |
|
275 |
-
#: includes/class-wp-user-avatar.php:
|
276 |
#: includes/wpua-tinymce-window.php:128
|
277 |
msgid "Thumbnail"
|
278 |
msgstr "Miniatura"
|
279 |
|
280 |
-
#: includes/class-wp-user-avatar.php:
|
281 |
msgid "Remove Image"
|
282 |
msgstr "Eliminar imagen"
|
283 |
|
284 |
-
#: includes/class-wp-user-avatar.php:
|
285 |
msgid "This file is not an image. Please try another."
|
286 |
msgstr "Este archivo no es una imagen. Por favor prueba con otro."
|
287 |
|
288 |
-
#: includes/class-wp-user-avatar.php:
|
289 |
msgid "Memory exceeded. Please try another smaller file."
|
290 |
msgstr "Memoria superada. Por favor prueba con un archivo más pequeño."
|
291 |
|
292 |
#. translators: directory path
|
293 |
-
#: includes/class-wp-user-avatar.php:
|
294 |
msgid ""
|
295 |
"Unable to create directory %s. Is its parent directory writable by the "
|
296 |
"server?"
|
@@ -315,30 +316,30 @@ msgstr "Resultados de búsqueda para %s"
|
|
315 |
msgid "Search"
|
316 |
msgstr "Buscar"
|
317 |
|
318 |
-
#: includes/wpua-options-page.php:
|
319 |
msgid "Add avatar button to Visual Editor"
|
320 |
msgstr "Añadir botón de avatar al editor visual"
|
321 |
|
322 |
-
#: includes/wpua-options-page.php:
|
323 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
324 |
msgstr "Permitir los colaboradores y los suscriptores subir avatares"
|
325 |
|
326 |
-
#: includes/wpua-options-page.php:
|
327 |
msgid "Disable Gravatar and use only local avatars"
|
328 |
msgstr "Desactivar Gravatar y utilizar sólo los avatares locales"
|
329 |
|
330 |
-
#: includes/wpua-options-page.php:
|
331 |
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
332 |
msgstr ""
|
333 |
"Reemplace la funcionalidad de avatares personalizados en el plugin Ultimate "
|
334 |
"Member"
|
335 |
|
336 |
-
#: includes/wpua-options-page.php:
|
337 |
msgid "Always use the browser file uploader to upload avatars"
|
338 |
msgstr ""
|
339 |
"Utilice siempre el cargador de archivos del navegador para cargar avatares"
|
340 |
|
341 |
-
#: includes/wpua-options-page.php:
|
342 |
msgid ""
|
343 |
"Check this if another plugin is conflicting with the WordPress Media "
|
344 |
"Uploader."
|
@@ -346,68 +347,68 @@ msgstr ""
|
|
346 |
"Marque esto si otro plugin está en conflicto con el cargador de medios de "
|
347 |
"WordPress."
|
348 |
|
349 |
-
#: includes/wpua-options-page.php:
|
350 |
msgid "Upload Size Limit"
|
351 |
msgstr "Tamaño máximo de subida"
|
352 |
|
353 |
-
#: includes/wpua-options-page.php:
|
354 |
msgid "(only for Contributors & Subscribers)"
|
355 |
msgstr "(para colaboradores y suscriptores)"
|
356 |
|
357 |
#. translators: file name
|
358 |
-
#: includes/wpua-options-page.php:
|
359 |
msgid "%s exceeds the maximum upload size for this site."
|
360 |
msgstr "%s excede el limite de tamaño máximo para el archivo."
|
361 |
|
362 |
-
#: includes/wpua-options-page.php:
|
363 |
msgid "Allow users to edit avatars"
|
364 |
msgstr "Permitir a los usuarios editar su avatar"
|
365 |
|
366 |
-
#: includes/wpua-options-page.php:
|
367 |
msgid "Resize avatars on upload"
|
368 |
msgstr "Escalar los avatares al subirlos"
|
369 |
|
370 |
-
#: includes/wpua-options-page.php:
|
371 |
msgid "Width"
|
372 |
msgstr "Ancho"
|
373 |
|
374 |
-
#: includes/wpua-options-page.php:
|
375 |
msgid "Height"
|
376 |
msgstr "Altura"
|
377 |
|
378 |
-
#: includes/wpua-options-page.php:
|
379 |
msgid "Crop avatars to exact dimensions"
|
380 |
msgstr "Recortar los avatares a sus dimensiones exactas"
|
381 |
|
382 |
-
#: includes/wpua-options-page.php:
|
383 |
msgid "Avatar Display"
|
384 |
msgstr "Mostrar avatar"
|
385 |
|
386 |
-
#: includes/wpua-options-page.php:
|
387 |
msgid "Show Avatars"
|
388 |
msgstr "Mostrar avatares"
|
389 |
|
390 |
-
#: includes/wpua-options-page.php:
|
391 |
msgid "Maximum Rating"
|
392 |
msgstr "Clasificación máxima"
|
393 |
|
394 |
-
#: includes/wpua-options-page.php:
|
395 |
msgid "G — Suitable for all audiences"
|
396 |
msgstr "G — Apto para todo público"
|
397 |
|
398 |
-
#: includes/wpua-options-page.php:
|
399 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
400 |
msgstr "PG — Posiblemente ofensivo, para audiencias menores a 13 años"
|
401 |
|
402 |
-
#: includes/wpua-options-page.php:
|
403 |
msgid "R — Intended for adult audiences above 17"
|
404 |
msgstr "R — Para audiencias adultas mayores a 17"
|
405 |
|
406 |
-
#: includes/wpua-options-page.php:
|
407 |
msgid "X — Even more mature than above"
|
408 |
msgstr "X — Todavía más adulto que el anterior"
|
409 |
|
410 |
-
#: includes/wpua-options-page.php:
|
411 |
msgid ""
|
412 |
"For users without a custom avatar of their own, you can either display a "
|
413 |
"generic logo or a generated one based on their e-mail address."
|
5 |
"Project-Id-Version: Plugins - WP User Avatar | User Profile Picture - Stable "
|
6 |
"(latest release)\n"
|
7 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
8 |
+
"POT-Creation-Date: 2021-12-06T21:30:52+00:00\n"
|
9 |
+
"PO-Revision-Date: 2021-12-06 22:33+0100\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
12 |
"Language: es\n"
|
17 |
"X-Generator: Poedit 3.0\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
+
#: includes/class-wp-user-avatar-admin.php:233
|
21 |
+
#: includes/class-wp-user-avatar-admin.php:434
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
+
#: includes/wpua-options-page.php:67 includes/wpua-tinymce-window.php:31
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Error al eliminar."
|
55 |
|
56 |
+
#: includes/class-wp-user-avatar-admin.php:234
|
57 |
+
#: includes/class-wp-user-avatar-admin.php:292 includes/wpua-media-page.php:59
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatares"
|
60 |
|
61 |
+
#: includes/class-wp-user-avatar-admin.php:243
|
62 |
+
#: includes/class-wp-user-avatar-admin.php:244
|
63 |
+
#: includes/class-wp-user-avatar-admin.php:471
|
64 |
+
#: includes/wpua-options-page.php:105
|
65 |
msgid "Settings"
|
66 |
msgstr "Ajustes"
|
67 |
|
68 |
+
#: includes/class-wp-user-avatar-admin.php:252
|
69 |
+
#: includes/class-wp-user-avatar-admin.php:253
|
70 |
msgid "Library"
|
71 |
msgstr "Biblioteca"
|
72 |
|
73 |
+
#: includes/class-wp-user-avatar-admin.php:380
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Hombre misterioso"
|
76 |
|
77 |
+
#: includes/class-wp-user-avatar-admin.php:381
|
78 |
msgid "Blank"
|
79 |
msgstr "En blanco"
|
80 |
|
81 |
+
#: includes/class-wp-user-avatar-admin.php:382
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Logo Gravatar"
|
84 |
|
85 |
+
#: includes/class-wp-user-avatar-admin.php:383
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (generado)"
|
88 |
|
89 |
+
#: includes/class-wp-user-avatar-admin.php:384
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (generado)"
|
92 |
|
93 |
+
#: includes/class-wp-user-avatar-admin.php:385
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (generado)"
|
96 |
|
97 |
+
#: includes/class-wp-user-avatar-admin.php:386
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (generado)"
|
100 |
|
101 |
+
#: includes/class-wp-user-avatar-admin.php:435
|
102 |
+
#: includes/class-wp-user-avatar.php:244
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Elegir imagen"
|
105 |
|
106 |
+
#: includes/class-wp-user-avatar-admin.php:435
|
107 |
+
#: includes/class-wp-user-avatar-admin.php:569
|
108 |
+
#: includes/wpua-options-page.php:336 includes/wpua-options-page.php:342
|
109 |
+
msgid "Default Avatar"
|
110 |
+
msgstr "Avatar por defecto"
|
111 |
+
|
112 |
+
#: includes/class-wp-user-avatar-admin.php:436
|
113 |
msgid "Remove"
|
114 |
msgstr "Eliminar"
|
115 |
|
116 |
+
#: includes/class-wp-user-avatar-admin.php:436
|
117 |
+
#: includes/class-wp-user-avatar.php:305
|
118 |
msgid "Undo"
|
119 |
msgstr "Deshacer"
|
120 |
|
121 |
+
#: includes/class-wp-user-avatar-admin.php:489
|
122 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
123 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
124 |
|
125 |
+
#: includes/class-wp-user-avatar-admin.php:490
|
126 |
msgid "Support Forums"
|
127 |
msgstr "Foro de soporte"
|
128 |
|
129 |
+
#: includes/class-wp-user-avatar-admin.php:504
|
130 |
+
#: includes/class-wp-user-avatar-admin.php:565 includes/wpua-functions.php:93
|
131 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
132 |
+
#: includes/wpua-functions.php:188 includes/wpua-tinymce-window.php:94
|
133 |
msgid "Profile Picture"
|
134 |
msgstr "Imagen del perfil"
|
135 |
|
|
|
|
|
|
|
|
|
|
|
136 |
#: includes/class-wp-user-avatar-functions.php:517
|
137 |
#: includes/class-wp-user-avatar-functions.php:718
|
138 |
msgid "Avatar"
|
145 |
msgstr "Todos %s"
|
146 |
|
147 |
#: includes/class-wp-user-avatar-list-table.php:192
|
148 |
+
#: includes/class-wp-user-avatar-list-table.php:544
|
149 |
msgid "Delete Permanently"
|
150 |
msgstr "Borrar permanentemente"
|
151 |
|
173 |
msgstr "Fecha"
|
174 |
|
175 |
#. translators: post title
|
176 |
+
#: includes/class-wp-user-avatar-list-table.php:322
|
177 |
msgid "Select %s"
|
178 |
msgstr "Selecciona %s"
|
179 |
|
180 |
+
#: includes/class-wp-user-avatar-list-table.php:412
|
181 |
msgid "Unpublished"
|
182 |
msgstr "Despublicado"
|
183 |
|
184 |
#. translators: time from now
|
185 |
+
#: includes/class-wp-user-avatar-list-table.php:420
|
186 |
msgctxt "time from now"
|
187 |
msgid "%s from now"
|
188 |
msgstr "%s desde ahora"
|
189 |
|
190 |
#. translators: time ago
|
191 |
+
#: includes/class-wp-user-avatar-list-table.php:426
|
192 |
msgctxt "time ago"
|
193 |
msgid "%s ago"
|
194 |
msgstr "hace %s"
|
195 |
|
196 |
+
#: includes/class-wp-user-avatar-list-table.php:431
|
197 |
msgid "Y/m/d"
|
198 |
msgstr "d/m/Y"
|
199 |
|
200 |
+
#: includes/class-wp-user-avatar-list-table.php:521
|
201 |
msgid "Edit"
|
202 |
msgstr "Editar"
|
203 |
|
204 |
+
#: includes/class-wp-user-avatar-list-table.php:530
|
205 |
msgid "Restore"
|
206 |
msgstr "Restaurar"
|
207 |
|
208 |
+
#: includes/class-wp-user-avatar-list-table.php:536
|
209 |
msgid "Trash"
|
210 |
msgstr "Papelera"
|
211 |
|
212 |
+
#: includes/class-wp-user-avatar-list-table.php:556
|
213 |
msgid "View"
|
214 |
msgstr "Ver"
|
215 |
|
223 |
"%s, lo cual es requerido por One User Avatar. Agregue esta llamada a las "
|
224 |
"plantillas de su página."
|
225 |
|
226 |
+
#: includes/class-wp-user-avatar-shortcode.php:255
|
227 |
msgid "Profile updated."
|
228 |
msgstr "Perfil actualizado."
|
229 |
|
230 |
+
#: includes/class-wp-user-avatar-shortcode.php:305
|
231 |
msgid "Update Profile"
|
232 |
msgstr "Actualizar el perfil"
|
233 |
|
249 |
msgstr "Añadir párrafos automáticamente"
|
250 |
|
251 |
#. translators: user display name
|
252 |
+
#: includes/class-wp-user-avatar.php:240
|
253 |
msgid "Choose Image: %s"
|
254 |
msgstr "Elegir imagen: %s"
|
255 |
|
256 |
+
#: includes/class-wp-user-avatar.php:256 includes/class-wp-user-avatar.php:257
|
257 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
258 |
msgid "Upload"
|
259 |
msgstr "Subir"
|
260 |
|
261 |
#. translators: file size in KB
|
262 |
+
#: includes/class-wp-user-avatar.php:266 includes/wpua-options-page.php:224
|
263 |
msgid "Maximum upload file size: %s."
|
264 |
msgstr "Tamaño máximo de subida: %s."
|
265 |
|
266 |
#. translators: allowed file extensions
|
267 |
+
#: includes/class-wp-user-avatar.php:276
|
268 |
msgid "Allowed Files: %s"
|
269 |
msgstr "Archivos permitidos: %s"
|
270 |
|
271 |
+
#: includes/class-wp-user-avatar.php:289 includes/class-wp-user-avatar.php:291
|
272 |
#: includes/wpua-tinymce-window.php:125
|
273 |
msgid "Original Size"
|
274 |
msgstr "Tamaño original"
|
275 |
|
276 |
+
#: includes/class-wp-user-avatar.php:295 includes/class-wp-user-avatar.php:297
|
277 |
#: includes/wpua-tinymce-window.php:128
|
278 |
msgid "Thumbnail"
|
279 |
msgstr "Miniatura"
|
280 |
|
281 |
+
#: includes/class-wp-user-avatar.php:301
|
282 |
msgid "Remove Image"
|
283 |
msgstr "Eliminar imagen"
|
284 |
|
285 |
+
#: includes/class-wp-user-avatar.php:395
|
286 |
msgid "This file is not an image. Please try another."
|
287 |
msgstr "Este archivo no es una imagen. Por favor prueba con otro."
|
288 |
|
289 |
+
#: includes/class-wp-user-avatar.php:400 includes/class-wp-user-avatar.php:432
|
290 |
msgid "Memory exceeded. Please try another smaller file."
|
291 |
msgstr "Memoria superada. Por favor prueba con un archivo más pequeño."
|
292 |
|
293 |
#. translators: directory path
|
294 |
+
#: includes/class-wp-user-avatar.php:407
|
295 |
msgid ""
|
296 |
"Unable to create directory %s. Is its parent directory writable by the "
|
297 |
"server?"
|
316 |
msgid "Search"
|
317 |
msgstr "Buscar"
|
318 |
|
319 |
+
#: includes/wpua-options-page.php:120
|
320 |
msgid "Add avatar button to Visual Editor"
|
321 |
msgstr "Añadir botón de avatar al editor visual"
|
322 |
|
323 |
+
#: includes/wpua-options-page.php:131
|
324 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
325 |
msgstr "Permitir los colaboradores y los suscriptores subir avatares"
|
326 |
|
327 |
+
#: includes/wpua-options-page.php:142
|
328 |
msgid "Disable Gravatar and use only local avatars"
|
329 |
msgstr "Desactivar Gravatar y utilizar sólo los avatares locales"
|
330 |
|
331 |
+
#: includes/wpua-options-page.php:154
|
332 |
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
333 |
msgstr ""
|
334 |
"Reemplace la funcionalidad de avatares personalizados en el plugin Ultimate "
|
335 |
"Member"
|
336 |
|
337 |
+
#: includes/wpua-options-page.php:167
|
338 |
msgid "Always use the browser file uploader to upload avatars"
|
339 |
msgstr ""
|
340 |
"Utilice siempre el cargador de archivos del navegador para cargar avatares"
|
341 |
|
342 |
+
#: includes/wpua-options-page.php:168
|
343 |
msgid ""
|
344 |
"Check this if another plugin is conflicting with the WordPress Media "
|
345 |
"Uploader."
|
347 |
"Marque esto si otro plugin está en conflicto con el cargador de medios de "
|
348 |
"WordPress."
|
349 |
|
350 |
+
#: includes/wpua-options-page.php:196 includes/wpua-options-page.php:205
|
351 |
msgid "Upload Size Limit"
|
352 |
msgstr "Tamaño máximo de subida"
|
353 |
|
354 |
+
#: includes/wpua-options-page.php:197 includes/wpua-options-page.php:206
|
355 |
msgid "(only for Contributors & Subscribers)"
|
356 |
msgstr "(para colaboradores y suscriptores)"
|
357 |
|
358 |
#. translators: file name
|
359 |
+
#: includes/wpua-options-page.php:216
|
360 |
msgid "%s exceeds the maximum upload size for this site."
|
361 |
msgstr "%s excede el limite de tamaño máximo para el archivo."
|
362 |
|
363 |
+
#: includes/wpua-options-page.php:235
|
364 |
msgid "Allow users to edit avatars"
|
365 |
msgstr "Permitir a los usuarios editar su avatar"
|
366 |
|
367 |
+
#: includes/wpua-options-page.php:243
|
368 |
msgid "Resize avatars on upload"
|
369 |
msgstr "Escalar los avatares al subirlos"
|
370 |
|
371 |
+
#: includes/wpua-options-page.php:248
|
372 |
msgid "Width"
|
373 |
msgstr "Ancho"
|
374 |
|
375 |
+
#: includes/wpua-options-page.php:252
|
376 |
msgid "Height"
|
377 |
msgstr "Altura"
|
378 |
|
379 |
+
#: includes/wpua-options-page.php:260
|
380 |
msgid "Crop avatars to exact dimensions"
|
381 |
msgstr "Recortar los avatares a sus dimensiones exactas"
|
382 |
|
383 |
+
#: includes/wpua-options-page.php:282 includes/wpua-options-page.php:288
|
384 |
msgid "Avatar Display"
|
385 |
msgstr "Mostrar avatar"
|
386 |
|
387 |
+
#: includes/wpua-options-page.php:295
|
388 |
msgid "Show Avatars"
|
389 |
msgstr "Mostrar avatares"
|
390 |
|
391 |
+
#: includes/wpua-options-page.php:302 includes/wpua-options-page.php:308
|
392 |
msgid "Maximum Rating"
|
393 |
msgstr "Clasificación máxima"
|
394 |
|
395 |
+
#: includes/wpua-options-page.php:314
|
396 |
msgid "G — Suitable for all audiences"
|
397 |
msgstr "G — Apto para todo público"
|
398 |
|
399 |
+
#: includes/wpua-options-page.php:315
|
400 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
401 |
msgstr "PG — Posiblemente ofensivo, para audiencias menores a 13 años"
|
402 |
|
403 |
+
#: includes/wpua-options-page.php:316
|
404 |
msgid "R — Intended for adult audiences above 17"
|
405 |
msgstr "R — Para audiencias adultas mayores a 17"
|
406 |
|
407 |
+
#: includes/wpua-options-page.php:317
|
408 |
msgid "X — Even more mature than above"
|
409 |
msgstr "X — Todavía más adulto que el anterior"
|
410 |
|
411 |
+
#: includes/wpua-options-page.php:346
|
412 |
msgid ""
|
413 |
"For users without a custom avatar of their own, you can either display a "
|
414 |
"generic logo or a generated one based on their e-mail address."
|
languages/fr_FR.mo
CHANGED
Binary file
|
languages/fr_FR.po
CHANGED
@@ -5,8 +5,8 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Plugins - WP User Avatar | User Profile Picture - Stable "
|
6 |
"(latest release)\n"
|
7 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
8 |
-
"POT-Creation-Date: 2021-
|
9 |
-
"PO-Revision-Date: 2021-
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
12 |
"Language: fr\n"
|
@@ -17,10 +17,10 @@ msgstr ""
|
|
17 |
"X-Generator: Poedit 3.0\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
-
#: includes/class-wp-user-avatar-admin.php:
|
21 |
-
#: includes/class-wp-user-avatar-admin.php:
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
-
#: includes/wpua-options-page.php:
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
@@ -53,85 +53,86 @@ msgstr "Vous n'êtes pas autorisé à supprimer cet article."
|
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Error lors de la suppression."
|
55 |
|
56 |
-
#: includes/class-wp-user-avatar-admin.php:
|
57 |
-
#: includes/class-wp-user-avatar-admin.php:
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatars"
|
60 |
|
61 |
-
#: includes/class-wp-user-avatar-admin.php:
|
62 |
-
#: includes/class-wp-user-avatar-admin.php:
|
63 |
-
#: includes/class-wp-user-avatar-admin.php:
|
64 |
-
#: includes/wpua-options-page.php:
|
65 |
msgid "Settings"
|
66 |
msgstr "Réglages"
|
67 |
|
68 |
-
#: includes/class-wp-user-avatar-admin.php:
|
69 |
-
#: includes/class-wp-user-avatar-admin.php:
|
70 |
msgid "Library"
|
71 |
msgstr "Librairie"
|
72 |
|
73 |
-
#: includes/class-wp-user-avatar-admin.php:
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Homme mystère"
|
76 |
|
77 |
-
#: includes/class-wp-user-avatar-admin.php:
|
78 |
msgid "Blank"
|
79 |
msgstr "Vide"
|
80 |
|
81 |
-
#: includes/class-wp-user-avatar-admin.php:
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Logo Gravatar"
|
84 |
|
85 |
-
#: includes/class-wp-user-avatar-admin.php:
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (généré)"
|
88 |
|
89 |
-
#: includes/class-wp-user-avatar-admin.php:
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (généré)"
|
92 |
|
93 |
-
#: includes/class-wp-user-avatar-admin.php:
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (généré)"
|
96 |
|
97 |
-
#: includes/class-wp-user-avatar-admin.php:
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (généré)"
|
100 |
|
101 |
-
#: includes/class-wp-user-avatar-admin.php:
|
102 |
-
#: includes/class-wp-user-avatar.php:
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Choisir une image"
|
105 |
|
106 |
-
#: includes/class-wp-user-avatar-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
msgid "Remove"
|
108 |
msgstr "Retirer"
|
109 |
|
110 |
-
#: includes/class-wp-user-avatar-admin.php:
|
111 |
-
#: includes/class-wp-user-avatar.php:
|
112 |
msgid "Undo"
|
113 |
msgstr "Annuler"
|
114 |
|
115 |
-
#: includes/class-wp-user-avatar-admin.php:
|
116 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
117 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
118 |
|
119 |
-
#: includes/class-wp-user-avatar-admin.php:
|
120 |
msgid "Support Forums"
|
121 |
msgstr "Forums de support"
|
122 |
|
123 |
-
#: includes/class-wp-user-avatar-admin.php:
|
124 |
-
#: includes/class-wp-user-avatar-admin.php:
|
125 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
126 |
-
#: includes/wpua-functions.php:
|
127 |
msgid "Profile Picture"
|
128 |
msgstr "Image de profil"
|
129 |
|
130 |
-
#: includes/class-wp-user-avatar-admin.php:566
|
131 |
-
#: includes/wpua-options-page.php:339 includes/wpua-options-page.php:345
|
132 |
-
msgid "Default Avatar"
|
133 |
-
msgstr "Avatar par défaut"
|
134 |
-
|
135 |
#: includes/class-wp-user-avatar-functions.php:517
|
136 |
#: includes/class-wp-user-avatar-functions.php:718
|
137 |
msgid "Avatar"
|
@@ -144,7 +145,7 @@ msgid "All %s"
|
|
144 |
msgstr "Tous %s"
|
145 |
|
146 |
#: includes/class-wp-user-avatar-list-table.php:192
|
147 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
148 |
msgid "Delete Permanently"
|
149 |
msgstr "Supprimer Définitivement"
|
150 |
|
@@ -172,43 +173,43 @@ msgid "Date"
|
|
172 |
msgstr "Date"
|
173 |
|
174 |
#. translators: post title
|
175 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
176 |
msgid "Select %s"
|
177 |
msgstr "Sélectionner %s"
|
178 |
|
179 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
180 |
msgid "Unpublished"
|
181 |
msgstr "Non publié"
|
182 |
|
183 |
#. translators: time from now
|
184 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
185 |
msgctxt "time from now"
|
186 |
msgid "%s from now"
|
187 |
msgstr "%s à partir de maintenant"
|
188 |
|
189 |
#. translators: time ago
|
190 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
191 |
msgctxt "time ago"
|
192 |
msgid "%s ago"
|
193 |
msgstr "il y a %s"
|
194 |
|
195 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
196 |
msgid "Y/m/d"
|
197 |
msgstr "d/m/Y"
|
198 |
|
199 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
200 |
msgid "Edit"
|
201 |
msgstr "Modifier"
|
202 |
|
203 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
204 |
msgid "Restore"
|
205 |
msgstr "Restaurer"
|
206 |
|
207 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
208 |
msgid "Trash"
|
209 |
msgstr "Supprimer"
|
210 |
|
211 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
212 |
msgid "View"
|
213 |
msgstr "Afficher"
|
214 |
|
@@ -222,11 +223,11 @@ msgstr ""
|
|
222 |
"%s, ce qui est requis par One User Avatar. Veuillez ajouter cet appel à vos "
|
223 |
"modèles de page."
|
224 |
|
225 |
-
#: includes/class-wp-user-avatar-shortcode.php:
|
226 |
msgid "Profile updated."
|
227 |
msgstr "Profil mis à jour."
|
228 |
|
229 |
-
#: includes/class-wp-user-avatar-shortcode.php:
|
230 |
msgid "Update Profile"
|
231 |
msgstr "Mettre à jour votre profil"
|
232 |
|
@@ -248,49 +249,49 @@ msgid "Automatically add paragraphs"
|
|
248 |
msgstr "Créer automatiquement les paragraphes"
|
249 |
|
250 |
#. translators: user display name
|
251 |
-
#: includes/class-wp-user-avatar.php:
|
252 |
msgid "Choose Image: %s"
|
253 |
msgstr "Choisir une image: %s"
|
254 |
|
255 |
-
#: includes/class-wp-user-avatar.php:
|
256 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
257 |
msgid "Upload"
|
258 |
msgstr "Envoi"
|
259 |
|
260 |
#. translators: file size in KB
|
261 |
-
#: includes/class-wp-user-avatar.php:
|
262 |
msgid "Maximum upload file size: %s."
|
263 |
msgstr "Taille maximum de fichier autorisée: %s."
|
264 |
|
265 |
#. translators: allowed file extensions
|
266 |
-
#: includes/class-wp-user-avatar.php:
|
267 |
msgid "Allowed Files: %s"
|
268 |
msgstr "Fichiers autorisés: %s"
|
269 |
|
270 |
-
#: includes/class-wp-user-avatar.php:
|
271 |
#: includes/wpua-tinymce-window.php:125
|
272 |
msgid "Original Size"
|
273 |
msgstr "Taille d’origine"
|
274 |
|
275 |
-
#: includes/class-wp-user-avatar.php:
|
276 |
#: includes/wpua-tinymce-window.php:128
|
277 |
msgid "Thumbnail"
|
278 |
msgstr "Miniature"
|
279 |
|
280 |
-
#: includes/class-wp-user-avatar.php:
|
281 |
msgid "Remove Image"
|
282 |
msgstr "Retirer l’image"
|
283 |
|
284 |
-
#: includes/class-wp-user-avatar.php:
|
285 |
msgid "This file is not an image. Please try another."
|
286 |
msgstr "Ce fichier n’est pas une image. Veuillez en envoyer un autre."
|
287 |
|
288 |
-
#: includes/class-wp-user-avatar.php:
|
289 |
msgid "Memory exceeded. Please try another smaller file."
|
290 |
msgstr "Mémoire dépassée. Veuillez réessayer avec un fichier plus petit."
|
291 |
|
292 |
#. translators: directory path
|
293 |
-
#: includes/class-wp-user-avatar.php:
|
294 |
msgid ""
|
295 |
"Unable to create directory %s. Is its parent directory writable by the "
|
296 |
"server?"
|
@@ -315,31 +316,31 @@ msgstr "Résultats de la recherche pour %s"
|
|
315 |
msgid "Search"
|
316 |
msgstr "Rechercher"
|
317 |
|
318 |
-
#: includes/wpua-options-page.php:
|
319 |
msgid "Add avatar button to Visual Editor"
|
320 |
msgstr "Ajouter le bouton avatar sur l'éditeur visuel"
|
321 |
|
322 |
-
#: includes/wpua-options-page.php:
|
323 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
324 |
msgstr "Permettre aux contributeurs et aux abonnés d'envoyer des avatars"
|
325 |
|
326 |
-
#: includes/wpua-options-page.php:
|
327 |
msgid "Disable Gravatar and use only local avatars"
|
328 |
msgstr "Désactiver Gravatar et utiliser les avatars fournis"
|
329 |
|
330 |
-
#: includes/wpua-options-page.php:
|
331 |
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
332 |
msgstr ""
|
333 |
"Remplacer la fonctionnalité d’avatars personnalisés dans le plugin Ultimate "
|
334 |
"Member"
|
335 |
|
336 |
-
#: includes/wpua-options-page.php:
|
337 |
msgid "Always use the browser file uploader to upload avatars"
|
338 |
msgstr ""
|
339 |
"Utilisez toujours le téléchargeur de fichiers du navigateur pour télécharger "
|
340 |
"des avatars"
|
341 |
|
342 |
-
#: includes/wpua-options-page.php:
|
343 |
msgid ""
|
344 |
"Check this if another plugin is conflicting with the WordPress Media "
|
345 |
"Uploader."
|
@@ -347,70 +348,70 @@ msgstr ""
|
|
347 |
"Vérifiez ceci si un autre plugin est en conflit avec le téléchargeur de "
|
348 |
"médias de WordPress."
|
349 |
|
350 |
-
#: includes/wpua-options-page.php:
|
351 |
msgid "Upload Size Limit"
|
352 |
msgstr "Taille limite d'envoi de fichiers"
|
353 |
|
354 |
-
#: includes/wpua-options-page.php:
|
355 |
msgid "(only for Contributors & Subscribers)"
|
356 |
msgstr "(pour contributeurs et abonnés)"
|
357 |
|
358 |
#. translators: file name
|
359 |
-
#: includes/wpua-options-page.php:
|
360 |
msgid "%s exceeds the maximum upload size for this site."
|
361 |
msgstr "%s dépasse la limite d’envoi de ce site."
|
362 |
|
363 |
-
#: includes/wpua-options-page.php:
|
364 |
msgid "Allow users to edit avatars"
|
365 |
msgstr "Permettre aux utilisateurs de modifier avatar"
|
366 |
|
367 |
-
#: includes/wpua-options-page.php:
|
368 |
msgid "Resize avatars on upload"
|
369 |
msgstr "Redimensionner avatars lors du téléchargement"
|
370 |
|
371 |
-
#: includes/wpua-options-page.php:
|
372 |
msgid "Width"
|
373 |
msgstr "Largeur"
|
374 |
|
375 |
-
#: includes/wpua-options-page.php:
|
376 |
msgid "Height"
|
377 |
msgstr "Hauteur"
|
378 |
|
379 |
-
#: includes/wpua-options-page.php:
|
380 |
msgid "Crop avatars to exact dimensions"
|
381 |
msgstr "Recadrer les avatars pour parvenir aux dimensions exactes"
|
382 |
|
383 |
-
#: includes/wpua-options-page.php:
|
384 |
msgid "Avatar Display"
|
385 |
msgstr "Affichage de l’avatar"
|
386 |
|
387 |
-
#: includes/wpua-options-page.php:
|
388 |
msgid "Show Avatars"
|
389 |
msgstr "Afficher les avatars"
|
390 |
|
391 |
-
#: includes/wpua-options-page.php:
|
392 |
msgid "Maximum Rating"
|
393 |
msgstr "Classement maximal"
|
394 |
|
395 |
-
#: includes/wpua-options-page.php:
|
396 |
msgid "G — Suitable for all audiences"
|
397 |
msgstr "G — Visibles par tous"
|
398 |
|
399 |
-
#: includes/wpua-options-page.php:
|
400 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
401 |
msgstr ""
|
402 |
"PG — Possiblement offensants, réservés normalement aux personnes de 13 "
|
403 |
"ans et plus"
|
404 |
|
405 |
-
#: includes/wpua-options-page.php:
|
406 |
msgid "R — Intended for adult audiences above 17"
|
407 |
msgstr "R — Réservés aux personnes de plus de 17 ans"
|
408 |
|
409 |
-
#: includes/wpua-options-page.php:
|
410 |
msgid "X — Even more mature than above"
|
411 |
msgstr "X — Réservés aux adultes"
|
412 |
|
413 |
-
#: includes/wpua-options-page.php:
|
414 |
msgid ""
|
415 |
"For users without a custom avatar of their own, you can either display a "
|
416 |
"generic logo or a generated one based on their e-mail address."
|
5 |
"Project-Id-Version: Plugins - WP User Avatar | User Profile Picture - Stable "
|
6 |
"(latest release)\n"
|
7 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
8 |
+
"POT-Creation-Date: 2021-12-06T21:30:52+00:00\n"
|
9 |
+
"PO-Revision-Date: 2021-12-06 22:33+0100\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
12 |
"Language: fr\n"
|
17 |
"X-Generator: Poedit 3.0\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
+
#: includes/class-wp-user-avatar-admin.php:233
|
21 |
+
#: includes/class-wp-user-avatar-admin.php:434
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
+
#: includes/wpua-options-page.php:67 includes/wpua-tinymce-window.php:31
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Error lors de la suppression."
|
55 |
|
56 |
+
#: includes/class-wp-user-avatar-admin.php:234
|
57 |
+
#: includes/class-wp-user-avatar-admin.php:292 includes/wpua-media-page.php:59
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatars"
|
60 |
|
61 |
+
#: includes/class-wp-user-avatar-admin.php:243
|
62 |
+
#: includes/class-wp-user-avatar-admin.php:244
|
63 |
+
#: includes/class-wp-user-avatar-admin.php:471
|
64 |
+
#: includes/wpua-options-page.php:105
|
65 |
msgid "Settings"
|
66 |
msgstr "Réglages"
|
67 |
|
68 |
+
#: includes/class-wp-user-avatar-admin.php:252
|
69 |
+
#: includes/class-wp-user-avatar-admin.php:253
|
70 |
msgid "Library"
|
71 |
msgstr "Librairie"
|
72 |
|
73 |
+
#: includes/class-wp-user-avatar-admin.php:380
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Homme mystère"
|
76 |
|
77 |
+
#: includes/class-wp-user-avatar-admin.php:381
|
78 |
msgid "Blank"
|
79 |
msgstr "Vide"
|
80 |
|
81 |
+
#: includes/class-wp-user-avatar-admin.php:382
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Logo Gravatar"
|
84 |
|
85 |
+
#: includes/class-wp-user-avatar-admin.php:383
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (généré)"
|
88 |
|
89 |
+
#: includes/class-wp-user-avatar-admin.php:384
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (généré)"
|
92 |
|
93 |
+
#: includes/class-wp-user-avatar-admin.php:385
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (généré)"
|
96 |
|
97 |
+
#: includes/class-wp-user-avatar-admin.php:386
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (généré)"
|
100 |
|
101 |
+
#: includes/class-wp-user-avatar-admin.php:435
|
102 |
+
#: includes/class-wp-user-avatar.php:244
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Choisir une image"
|
105 |
|
106 |
+
#: includes/class-wp-user-avatar-admin.php:435
|
107 |
+
#: includes/class-wp-user-avatar-admin.php:569
|
108 |
+
#: includes/wpua-options-page.php:336 includes/wpua-options-page.php:342
|
109 |
+
msgid "Default Avatar"
|
110 |
+
msgstr "Avatar par défaut"
|
111 |
+
|
112 |
+
#: includes/class-wp-user-avatar-admin.php:436
|
113 |
msgid "Remove"
|
114 |
msgstr "Retirer"
|
115 |
|
116 |
+
#: includes/class-wp-user-avatar-admin.php:436
|
117 |
+
#: includes/class-wp-user-avatar.php:305
|
118 |
msgid "Undo"
|
119 |
msgstr "Annuler"
|
120 |
|
121 |
+
#: includes/class-wp-user-avatar-admin.php:489
|
122 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
123 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
124 |
|
125 |
+
#: includes/class-wp-user-avatar-admin.php:490
|
126 |
msgid "Support Forums"
|
127 |
msgstr "Forums de support"
|
128 |
|
129 |
+
#: includes/class-wp-user-avatar-admin.php:504
|
130 |
+
#: includes/class-wp-user-avatar-admin.php:565 includes/wpua-functions.php:93
|
131 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
132 |
+
#: includes/wpua-functions.php:188 includes/wpua-tinymce-window.php:94
|
133 |
msgid "Profile Picture"
|
134 |
msgstr "Image de profil"
|
135 |
|
|
|
|
|
|
|
|
|
|
|
136 |
#: includes/class-wp-user-avatar-functions.php:517
|
137 |
#: includes/class-wp-user-avatar-functions.php:718
|
138 |
msgid "Avatar"
|
145 |
msgstr "Tous %s"
|
146 |
|
147 |
#: includes/class-wp-user-avatar-list-table.php:192
|
148 |
+
#: includes/class-wp-user-avatar-list-table.php:544
|
149 |
msgid "Delete Permanently"
|
150 |
msgstr "Supprimer Définitivement"
|
151 |
|
173 |
msgstr "Date"
|
174 |
|
175 |
#. translators: post title
|
176 |
+
#: includes/class-wp-user-avatar-list-table.php:322
|
177 |
msgid "Select %s"
|
178 |
msgstr "Sélectionner %s"
|
179 |
|
180 |
+
#: includes/class-wp-user-avatar-list-table.php:412
|
181 |
msgid "Unpublished"
|
182 |
msgstr "Non publié"
|
183 |
|
184 |
#. translators: time from now
|
185 |
+
#: includes/class-wp-user-avatar-list-table.php:420
|
186 |
msgctxt "time from now"
|
187 |
msgid "%s from now"
|
188 |
msgstr "%s à partir de maintenant"
|
189 |
|
190 |
#. translators: time ago
|
191 |
+
#: includes/class-wp-user-avatar-list-table.php:426
|
192 |
msgctxt "time ago"
|
193 |
msgid "%s ago"
|
194 |
msgstr "il y a %s"
|
195 |
|
196 |
+
#: includes/class-wp-user-avatar-list-table.php:431
|
197 |
msgid "Y/m/d"
|
198 |
msgstr "d/m/Y"
|
199 |
|
200 |
+
#: includes/class-wp-user-avatar-list-table.php:521
|
201 |
msgid "Edit"
|
202 |
msgstr "Modifier"
|
203 |
|
204 |
+
#: includes/class-wp-user-avatar-list-table.php:530
|
205 |
msgid "Restore"
|
206 |
msgstr "Restaurer"
|
207 |
|
208 |
+
#: includes/class-wp-user-avatar-list-table.php:536
|
209 |
msgid "Trash"
|
210 |
msgstr "Supprimer"
|
211 |
|
212 |
+
#: includes/class-wp-user-avatar-list-table.php:556
|
213 |
msgid "View"
|
214 |
msgstr "Afficher"
|
215 |
|
223 |
"%s, ce qui est requis par One User Avatar. Veuillez ajouter cet appel à vos "
|
224 |
"modèles de page."
|
225 |
|
226 |
+
#: includes/class-wp-user-avatar-shortcode.php:255
|
227 |
msgid "Profile updated."
|
228 |
msgstr "Profil mis à jour."
|
229 |
|
230 |
+
#: includes/class-wp-user-avatar-shortcode.php:305
|
231 |
msgid "Update Profile"
|
232 |
msgstr "Mettre à jour votre profil"
|
233 |
|
249 |
msgstr "Créer automatiquement les paragraphes"
|
250 |
|
251 |
#. translators: user display name
|
252 |
+
#: includes/class-wp-user-avatar.php:240
|
253 |
msgid "Choose Image: %s"
|
254 |
msgstr "Choisir une image: %s"
|
255 |
|
256 |
+
#: includes/class-wp-user-avatar.php:256 includes/class-wp-user-avatar.php:257
|
257 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
258 |
msgid "Upload"
|
259 |
msgstr "Envoi"
|
260 |
|
261 |
#. translators: file size in KB
|
262 |
+
#: includes/class-wp-user-avatar.php:266 includes/wpua-options-page.php:224
|
263 |
msgid "Maximum upload file size: %s."
|
264 |
msgstr "Taille maximum de fichier autorisée: %s."
|
265 |
|
266 |
#. translators: allowed file extensions
|
267 |
+
#: includes/class-wp-user-avatar.php:276
|
268 |
msgid "Allowed Files: %s"
|
269 |
msgstr "Fichiers autorisés: %s"
|
270 |
|
271 |
+
#: includes/class-wp-user-avatar.php:289 includes/class-wp-user-avatar.php:291
|
272 |
#: includes/wpua-tinymce-window.php:125
|
273 |
msgid "Original Size"
|
274 |
msgstr "Taille d’origine"
|
275 |
|
276 |
+
#: includes/class-wp-user-avatar.php:295 includes/class-wp-user-avatar.php:297
|
277 |
#: includes/wpua-tinymce-window.php:128
|
278 |
msgid "Thumbnail"
|
279 |
msgstr "Miniature"
|
280 |
|
281 |
+
#: includes/class-wp-user-avatar.php:301
|
282 |
msgid "Remove Image"
|
283 |
msgstr "Retirer l’image"
|
284 |
|
285 |
+
#: includes/class-wp-user-avatar.php:395
|
286 |
msgid "This file is not an image. Please try another."
|
287 |
msgstr "Ce fichier n’est pas une image. Veuillez en envoyer un autre."
|
288 |
|
289 |
+
#: includes/class-wp-user-avatar.php:400 includes/class-wp-user-avatar.php:432
|
290 |
msgid "Memory exceeded. Please try another smaller file."
|
291 |
msgstr "Mémoire dépassée. Veuillez réessayer avec un fichier plus petit."
|
292 |
|
293 |
#. translators: directory path
|
294 |
+
#: includes/class-wp-user-avatar.php:407
|
295 |
msgid ""
|
296 |
"Unable to create directory %s. Is its parent directory writable by the "
|
297 |
"server?"
|
316 |
msgid "Search"
|
317 |
msgstr "Rechercher"
|
318 |
|
319 |
+
#: includes/wpua-options-page.php:120
|
320 |
msgid "Add avatar button to Visual Editor"
|
321 |
msgstr "Ajouter le bouton avatar sur l'éditeur visuel"
|
322 |
|
323 |
+
#: includes/wpua-options-page.php:131
|
324 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
325 |
msgstr "Permettre aux contributeurs et aux abonnés d'envoyer des avatars"
|
326 |
|
327 |
+
#: includes/wpua-options-page.php:142
|
328 |
msgid "Disable Gravatar and use only local avatars"
|
329 |
msgstr "Désactiver Gravatar et utiliser les avatars fournis"
|
330 |
|
331 |
+
#: includes/wpua-options-page.php:154
|
332 |
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
333 |
msgstr ""
|
334 |
"Remplacer la fonctionnalité d’avatars personnalisés dans le plugin Ultimate "
|
335 |
"Member"
|
336 |
|
337 |
+
#: includes/wpua-options-page.php:167
|
338 |
msgid "Always use the browser file uploader to upload avatars"
|
339 |
msgstr ""
|
340 |
"Utilisez toujours le téléchargeur de fichiers du navigateur pour télécharger "
|
341 |
"des avatars"
|
342 |
|
343 |
+
#: includes/wpua-options-page.php:168
|
344 |
msgid ""
|
345 |
"Check this if another plugin is conflicting with the WordPress Media "
|
346 |
"Uploader."
|
348 |
"Vérifiez ceci si un autre plugin est en conflit avec le téléchargeur de "
|
349 |
"médias de WordPress."
|
350 |
|
351 |
+
#: includes/wpua-options-page.php:196 includes/wpua-options-page.php:205
|
352 |
msgid "Upload Size Limit"
|
353 |
msgstr "Taille limite d'envoi de fichiers"
|
354 |
|
355 |
+
#: includes/wpua-options-page.php:197 includes/wpua-options-page.php:206
|
356 |
msgid "(only for Contributors & Subscribers)"
|
357 |
msgstr "(pour contributeurs et abonnés)"
|
358 |
|
359 |
#. translators: file name
|
360 |
+
#: includes/wpua-options-page.php:216
|
361 |
msgid "%s exceeds the maximum upload size for this site."
|
362 |
msgstr "%s dépasse la limite d’envoi de ce site."
|
363 |
|
364 |
+
#: includes/wpua-options-page.php:235
|
365 |
msgid "Allow users to edit avatars"
|
366 |
msgstr "Permettre aux utilisateurs de modifier avatar"
|
367 |
|
368 |
+
#: includes/wpua-options-page.php:243
|
369 |
msgid "Resize avatars on upload"
|
370 |
msgstr "Redimensionner avatars lors du téléchargement"
|
371 |
|
372 |
+
#: includes/wpua-options-page.php:248
|
373 |
msgid "Width"
|
374 |
msgstr "Largeur"
|
375 |
|
376 |
+
#: includes/wpua-options-page.php:252
|
377 |
msgid "Height"
|
378 |
msgstr "Hauteur"
|
379 |
|
380 |
+
#: includes/wpua-options-page.php:260
|
381 |
msgid "Crop avatars to exact dimensions"
|
382 |
msgstr "Recadrer les avatars pour parvenir aux dimensions exactes"
|
383 |
|
384 |
+
#: includes/wpua-options-page.php:282 includes/wpua-options-page.php:288
|
385 |
msgid "Avatar Display"
|
386 |
msgstr "Affichage de l’avatar"
|
387 |
|
388 |
+
#: includes/wpua-options-page.php:295
|
389 |
msgid "Show Avatars"
|
390 |
msgstr "Afficher les avatars"
|
391 |
|
392 |
+
#: includes/wpua-options-page.php:302 includes/wpua-options-page.php:308
|
393 |
msgid "Maximum Rating"
|
394 |
msgstr "Classement maximal"
|
395 |
|
396 |
+
#: includes/wpua-options-page.php:314
|
397 |
msgid "G — Suitable for all audiences"
|
398 |
msgstr "G — Visibles par tous"
|
399 |
|
400 |
+
#: includes/wpua-options-page.php:315
|
401 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
402 |
msgstr ""
|
403 |
"PG — Possiblement offensants, réservés normalement aux personnes de 13 "
|
404 |
"ans et plus"
|
405 |
|
406 |
+
#: includes/wpua-options-page.php:316
|
407 |
msgid "R — Intended for adult audiences above 17"
|
408 |
msgstr "R — Réservés aux personnes de plus de 17 ans"
|
409 |
|
410 |
+
#: includes/wpua-options-page.php:317
|
411 |
msgid "X — Even more mature than above"
|
412 |
msgstr "X — Réservés aux adultes"
|
413 |
|
414 |
+
#: includes/wpua-options-page.php:346
|
415 |
msgid ""
|
416 |
"For users without a custom avatar of their own, you can either display a "
|
417 |
"generic logo or a generated one based on their e-mail address."
|
languages/it_IT.mo
CHANGED
Binary file
|
languages/it_IT.po
CHANGED
@@ -5,8 +5,8 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Plugins - WP User Avatar | User Profile Picture - Stable "
|
6 |
"(latest release)\n"
|
7 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
8 |
-
"POT-Creation-Date: 2021-
|
9 |
-
"PO-Revision-Date: 2021-
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
12 |
"Language: it\n"
|
@@ -17,10 +17,10 @@ msgstr ""
|
|
17 |
"X-Generator: Poedit 3.0\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
-
#: includes/class-wp-user-avatar-admin.php:
|
21 |
-
#: includes/class-wp-user-avatar-admin.php:
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
-
#: includes/wpua-options-page.php:
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
@@ -53,85 +53,86 @@ msgstr "Non hai i permessi per cancellare questo post."
|
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Errore durante la cancellazione."
|
55 |
|
56 |
-
#: includes/class-wp-user-avatar-admin.php:
|
57 |
-
#: includes/class-wp-user-avatar-admin.php:
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatar"
|
60 |
|
61 |
-
#: includes/class-wp-user-avatar-admin.php:
|
62 |
-
#: includes/class-wp-user-avatar-admin.php:
|
63 |
-
#: includes/class-wp-user-avatar-admin.php:
|
64 |
-
#: includes/wpua-options-page.php:
|
65 |
msgid "Settings"
|
66 |
msgstr "Impostazioni"
|
67 |
|
68 |
-
#: includes/class-wp-user-avatar-admin.php:
|
69 |
-
#: includes/class-wp-user-avatar-admin.php:
|
70 |
msgid "Library"
|
71 |
msgstr "Libreria"
|
72 |
|
73 |
-
#: includes/class-wp-user-avatar-admin.php:
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Utente Anonimo"
|
76 |
|
77 |
-
#: includes/class-wp-user-avatar-admin.php:
|
78 |
msgid "Blank"
|
79 |
msgstr "Vuoto"
|
80 |
|
81 |
-
#: includes/class-wp-user-avatar-admin.php:
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Gravatar Logo"
|
84 |
|
85 |
-
#: includes/class-wp-user-avatar-admin.php:
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (Generato)"
|
88 |
|
89 |
-
#: includes/class-wp-user-avatar-admin.php:
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (Generato)"
|
92 |
|
93 |
-
#: includes/class-wp-user-avatar-admin.php:
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (Generato)"
|
96 |
|
97 |
-
#: includes/class-wp-user-avatar-admin.php:
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (Generato)"
|
100 |
|
101 |
-
#: includes/class-wp-user-avatar-admin.php:
|
102 |
-
#: includes/class-wp-user-avatar.php:
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Scegli immagine"
|
105 |
|
106 |
-
#: includes/class-wp-user-avatar-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
msgid "Remove"
|
108 |
msgstr "Rimuovi"
|
109 |
|
110 |
-
#: includes/class-wp-user-avatar-admin.php:
|
111 |
-
#: includes/class-wp-user-avatar.php:
|
112 |
msgid "Undo"
|
113 |
msgstr "Annulla"
|
114 |
|
115 |
-
#: includes/class-wp-user-avatar-admin.php:
|
116 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
117 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
118 |
|
119 |
-
#: includes/class-wp-user-avatar-admin.php:
|
120 |
msgid "Support Forums"
|
121 |
msgstr "Forum di supporto"
|
122 |
|
123 |
-
#: includes/class-wp-user-avatar-admin.php:
|
124 |
-
#: includes/class-wp-user-avatar-admin.php:
|
125 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
126 |
-
#: includes/wpua-functions.php:
|
127 |
msgid "Profile Picture"
|
128 |
msgstr "Immagine del profilo"
|
129 |
|
130 |
-
#: includes/class-wp-user-avatar-admin.php:566
|
131 |
-
#: includes/wpua-options-page.php:339 includes/wpua-options-page.php:345
|
132 |
-
msgid "Default Avatar"
|
133 |
-
msgstr "Avatar Standard"
|
134 |
-
|
135 |
#: includes/class-wp-user-avatar-functions.php:517
|
136 |
#: includes/class-wp-user-avatar-functions.php:718
|
137 |
msgid "Avatar"
|
@@ -144,7 +145,7 @@ msgid "All %s"
|
|
144 |
msgstr "Tutti %s"
|
145 |
|
146 |
#: includes/class-wp-user-avatar-list-table.php:192
|
147 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
148 |
msgid "Delete Permanently"
|
149 |
msgstr "Elimina definitivamente"
|
150 |
|
@@ -172,43 +173,43 @@ msgid "Date"
|
|
172 |
msgstr "Data"
|
173 |
|
174 |
#. translators: post title
|
175 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
176 |
msgid "Select %s"
|
177 |
msgstr "Seleziona %s"
|
178 |
|
179 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
180 |
msgid "Unpublished"
|
181 |
msgstr "Non pubblicato"
|
182 |
|
183 |
#. translators: time from now
|
184 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
185 |
msgctxt "time from now"
|
186 |
msgid "%s from now"
|
187 |
msgstr "%s da ora"
|
188 |
|
189 |
#. translators: time ago
|
190 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
191 |
msgctxt "time ago"
|
192 |
msgid "%s ago"
|
193 |
msgstr "%s fa"
|
194 |
|
195 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
196 |
msgid "Y/m/d"
|
197 |
msgstr "Y/m/d"
|
198 |
|
199 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
200 |
msgid "Edit"
|
201 |
msgstr "Modifica"
|
202 |
|
203 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
204 |
msgid "Restore"
|
205 |
msgstr "Ripristina"
|
206 |
|
207 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
208 |
msgid "Trash"
|
209 |
msgstr "Cestino"
|
210 |
|
211 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
212 |
msgid "View"
|
213 |
msgstr "Visualizza"
|
214 |
|
@@ -222,11 +223,11 @@ msgstr ""
|
|
222 |
"a %s, richiesta da One User Avatar. Aggiungi questa chiamata ai tuoi "
|
223 |
"template."
|
224 |
|
225 |
-
#: includes/class-wp-user-avatar-shortcode.php:
|
226 |
msgid "Profile updated."
|
227 |
msgstr "Profilo aggiornato."
|
228 |
|
229 |
-
#: includes/class-wp-user-avatar-shortcode.php:
|
230 |
msgid "Update Profile"
|
231 |
msgstr "Aggiorna il Profilo"
|
232 |
|
@@ -248,49 +249,49 @@ msgid "Automatically add paragraphs"
|
|
248 |
msgstr "Aggiungi i paragrafi automaticamente"
|
249 |
|
250 |
#. translators: user display name
|
251 |
-
#: includes/class-wp-user-avatar.php:
|
252 |
msgid "Choose Image: %s"
|
253 |
msgstr "Scegli immagine: %s"
|
254 |
|
255 |
-
#: includes/class-wp-user-avatar.php:
|
256 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
257 |
msgid "Upload"
|
258 |
msgstr "Carica"
|
259 |
|
260 |
#. translators: file size in KB
|
261 |
-
#: includes/class-wp-user-avatar.php:
|
262 |
msgid "Maximum upload file size: %s."
|
263 |
msgstr "Dimensione massima del file da caricare: %s."
|
264 |
|
265 |
#. translators: allowed file extensions
|
266 |
-
#: includes/class-wp-user-avatar.php:
|
267 |
msgid "Allowed Files: %s"
|
268 |
msgstr "Tipi di files consentiti: %s"
|
269 |
|
270 |
-
#: includes/class-wp-user-avatar.php:
|
271 |
#: includes/wpua-tinymce-window.php:125
|
272 |
msgid "Original Size"
|
273 |
msgstr "Dimensioni Originali"
|
274 |
|
275 |
-
#: includes/class-wp-user-avatar.php:
|
276 |
#: includes/wpua-tinymce-window.php:128
|
277 |
msgid "Thumbnail"
|
278 |
msgstr "Miniatura"
|
279 |
|
280 |
-
#: includes/class-wp-user-avatar.php:
|
281 |
msgid "Remove Image"
|
282 |
msgstr "Rimuovi immagine"
|
283 |
|
284 |
-
#: includes/class-wp-user-avatar.php:
|
285 |
msgid "This file is not an image. Please try another."
|
286 |
msgstr "Questo file non è un' immagine. Prova con un altro file."
|
287 |
|
288 |
-
#: includes/class-wp-user-avatar.php:
|
289 |
msgid "Memory exceeded. Please try another smaller file."
|
290 |
msgstr "File troppo grande. Devi ridurre le dimensioni."
|
291 |
|
292 |
#. translators: directory path
|
293 |
-
#: includes/class-wp-user-avatar.php:
|
294 |
msgid ""
|
295 |
"Unable to create directory %s. Is its parent directory writable by the "
|
296 |
"server?"
|
@@ -315,29 +316,29 @@ msgstr "Risultati di ricerca per %s"
|
|
315 |
msgid "Search"
|
316 |
msgstr "Cerca"
|
317 |
|
318 |
-
#: includes/wpua-options-page.php:
|
319 |
msgid "Add avatar button to Visual Editor"
|
320 |
msgstr "Aggiungi un pulsante avatar all'editor visuale"
|
321 |
|
322 |
-
#: includes/wpua-options-page.php:
|
323 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
324 |
msgstr "Permetti ai Collaboratori e Sottoscrittori di caricare avatar"
|
325 |
|
326 |
-
#: includes/wpua-options-page.php:
|
327 |
msgid "Disable Gravatar and use only local avatars"
|
328 |
msgstr "Disabilita Gravatar e usa solo avatar locali"
|
329 |
|
330 |
-
#: includes/wpua-options-page.php:
|
331 |
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
332 |
msgstr ""
|
333 |
"Sostituisci la funzionalità degli avatar personalizzati nel plugin Ultimate "
|
334 |
"Member"
|
335 |
|
336 |
-
#: includes/wpua-options-page.php:
|
337 |
msgid "Always use the browser file uploader to upload avatars"
|
338 |
msgstr "Usa sempre l’uploader di file del browser per caricare gli avatar"
|
339 |
|
340 |
-
#: includes/wpua-options-page.php:
|
341 |
msgid ""
|
342 |
"Check this if another plugin is conflicting with the WordPress Media "
|
343 |
"Uploader."
|
@@ -345,69 +346,69 @@ msgstr ""
|
|
345 |
"Seleziona questo se un altro plugin è in conflitto con il caricatore "
|
346 |
"multimediale di WordPress."
|
347 |
|
348 |
-
#: includes/wpua-options-page.php:
|
349 |
msgid "Upload Size Limit"
|
350 |
msgstr "Dimensione massima caricamento"
|
351 |
|
352 |
-
#: includes/wpua-options-page.php:
|
353 |
msgid "(only for Contributors & Subscribers)"
|
354 |
msgstr "(solo per Collaboratori & Sottoscrittori)"
|
355 |
|
356 |
#. translators: file name
|
357 |
-
#: includes/wpua-options-page.php:
|
358 |
msgid "%s exceeds the maximum upload size for this site."
|
359 |
msgstr "%s supera le dimensioni massime di caricamento per questo sito."
|
360 |
|
361 |
-
#: includes/wpua-options-page.php:
|
362 |
msgid "Allow users to edit avatars"
|
363 |
msgstr "Consenti agli utenti di modificare gli avatar"
|
364 |
|
365 |
-
#: includes/wpua-options-page.php:
|
366 |
msgid "Resize avatars on upload"
|
367 |
msgstr "Ridimensiona gli avatar durante il caricamento"
|
368 |
|
369 |
-
#: includes/wpua-options-page.php:
|
370 |
msgid "Width"
|
371 |
msgstr "Larghezza"
|
372 |
|
373 |
-
#: includes/wpua-options-page.php:
|
374 |
msgid "Height"
|
375 |
msgstr "Altezza"
|
376 |
|
377 |
-
#: includes/wpua-options-page.php:
|
378 |
msgid "Crop avatars to exact dimensions"
|
379 |
msgstr "Taglia gli avatar alle dimensioni esatte"
|
380 |
|
381 |
-
#: includes/wpua-options-page.php:
|
382 |
msgid "Avatar Display"
|
383 |
msgstr "Visualizza l'Avatar"
|
384 |
|
385 |
-
#: includes/wpua-options-page.php:
|
386 |
msgid "Show Avatars"
|
387 |
msgstr "Mostra gli Avatars"
|
388 |
|
389 |
-
#: includes/wpua-options-page.php:
|
390 |
msgid "Maximum Rating"
|
391 |
msgstr "Valutazione massima"
|
392 |
|
393 |
-
#: includes/wpua-options-page.php:
|
394 |
msgid "G — Suitable for all audiences"
|
395 |
msgstr "G — Adatto a tutti i tipi di pubblico"
|
396 |
|
397 |
-
#: includes/wpua-options-page.php:
|
398 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
399 |
msgstr ""
|
400 |
"PG — Forse offensivo, di solito per un pubblico maggiore di 13 anni"
|
401 |
|
402 |
-
#: includes/wpua-options-page.php:
|
403 |
msgid "R — Intended for adult audiences above 17"
|
404 |
msgstr "R — Adatto per un pubblico adulto sopra i 17 anni"
|
405 |
|
406 |
-
#: includes/wpua-options-page.php:
|
407 |
msgid "X — Even more mature than above"
|
408 |
msgstr "X — Ancora più maturo rispetto al precedente"
|
409 |
|
410 |
-
#: includes/wpua-options-page.php:
|
411 |
msgid ""
|
412 |
"For users without a custom avatar of their own, you can either display a "
|
413 |
"generic logo or a generated one based on their e-mail address."
|
5 |
"Project-Id-Version: Plugins - WP User Avatar | User Profile Picture - Stable "
|
6 |
"(latest release)\n"
|
7 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
8 |
+
"POT-Creation-Date: 2021-12-06T21:30:52+00:00\n"
|
9 |
+
"PO-Revision-Date: 2021-12-06 22:33+0100\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
12 |
"Language: it\n"
|
17 |
"X-Generator: Poedit 3.0\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
+
#: includes/class-wp-user-avatar-admin.php:233
|
21 |
+
#: includes/class-wp-user-avatar-admin.php:434
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
+
#: includes/wpua-options-page.php:67 includes/wpua-tinymce-window.php:31
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Errore durante la cancellazione."
|
55 |
|
56 |
+
#: includes/class-wp-user-avatar-admin.php:234
|
57 |
+
#: includes/class-wp-user-avatar-admin.php:292 includes/wpua-media-page.php:59
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatar"
|
60 |
|
61 |
+
#: includes/class-wp-user-avatar-admin.php:243
|
62 |
+
#: includes/class-wp-user-avatar-admin.php:244
|
63 |
+
#: includes/class-wp-user-avatar-admin.php:471
|
64 |
+
#: includes/wpua-options-page.php:105
|
65 |
msgid "Settings"
|
66 |
msgstr "Impostazioni"
|
67 |
|
68 |
+
#: includes/class-wp-user-avatar-admin.php:252
|
69 |
+
#: includes/class-wp-user-avatar-admin.php:253
|
70 |
msgid "Library"
|
71 |
msgstr "Libreria"
|
72 |
|
73 |
+
#: includes/class-wp-user-avatar-admin.php:380
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Utente Anonimo"
|
76 |
|
77 |
+
#: includes/class-wp-user-avatar-admin.php:381
|
78 |
msgid "Blank"
|
79 |
msgstr "Vuoto"
|
80 |
|
81 |
+
#: includes/class-wp-user-avatar-admin.php:382
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Gravatar Logo"
|
84 |
|
85 |
+
#: includes/class-wp-user-avatar-admin.php:383
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (Generato)"
|
88 |
|
89 |
+
#: includes/class-wp-user-avatar-admin.php:384
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (Generato)"
|
92 |
|
93 |
+
#: includes/class-wp-user-avatar-admin.php:385
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (Generato)"
|
96 |
|
97 |
+
#: includes/class-wp-user-avatar-admin.php:386
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (Generato)"
|
100 |
|
101 |
+
#: includes/class-wp-user-avatar-admin.php:435
|
102 |
+
#: includes/class-wp-user-avatar.php:244
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Scegli immagine"
|
105 |
|
106 |
+
#: includes/class-wp-user-avatar-admin.php:435
|
107 |
+
#: includes/class-wp-user-avatar-admin.php:569
|
108 |
+
#: includes/wpua-options-page.php:336 includes/wpua-options-page.php:342
|
109 |
+
msgid "Default Avatar"
|
110 |
+
msgstr "Avatar Standard"
|
111 |
+
|
112 |
+
#: includes/class-wp-user-avatar-admin.php:436
|
113 |
msgid "Remove"
|
114 |
msgstr "Rimuovi"
|
115 |
|
116 |
+
#: includes/class-wp-user-avatar-admin.php:436
|
117 |
+
#: includes/class-wp-user-avatar.php:305
|
118 |
msgid "Undo"
|
119 |
msgstr "Annulla"
|
120 |
|
121 |
+
#: includes/class-wp-user-avatar-admin.php:489
|
122 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
123 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
124 |
|
125 |
+
#: includes/class-wp-user-avatar-admin.php:490
|
126 |
msgid "Support Forums"
|
127 |
msgstr "Forum di supporto"
|
128 |
|
129 |
+
#: includes/class-wp-user-avatar-admin.php:504
|
130 |
+
#: includes/class-wp-user-avatar-admin.php:565 includes/wpua-functions.php:93
|
131 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
132 |
+
#: includes/wpua-functions.php:188 includes/wpua-tinymce-window.php:94
|
133 |
msgid "Profile Picture"
|
134 |
msgstr "Immagine del profilo"
|
135 |
|
|
|
|
|
|
|
|
|
|
|
136 |
#: includes/class-wp-user-avatar-functions.php:517
|
137 |
#: includes/class-wp-user-avatar-functions.php:718
|
138 |
msgid "Avatar"
|
145 |
msgstr "Tutti %s"
|
146 |
|
147 |
#: includes/class-wp-user-avatar-list-table.php:192
|
148 |
+
#: includes/class-wp-user-avatar-list-table.php:544
|
149 |
msgid "Delete Permanently"
|
150 |
msgstr "Elimina definitivamente"
|
151 |
|
173 |
msgstr "Data"
|
174 |
|
175 |
#. translators: post title
|
176 |
+
#: includes/class-wp-user-avatar-list-table.php:322
|
177 |
msgid "Select %s"
|
178 |
msgstr "Seleziona %s"
|
179 |
|
180 |
+
#: includes/class-wp-user-avatar-list-table.php:412
|
181 |
msgid "Unpublished"
|
182 |
msgstr "Non pubblicato"
|
183 |
|
184 |
#. translators: time from now
|
185 |
+
#: includes/class-wp-user-avatar-list-table.php:420
|
186 |
msgctxt "time from now"
|
187 |
msgid "%s from now"
|
188 |
msgstr "%s da ora"
|
189 |
|
190 |
#. translators: time ago
|
191 |
+
#: includes/class-wp-user-avatar-list-table.php:426
|
192 |
msgctxt "time ago"
|
193 |
msgid "%s ago"
|
194 |
msgstr "%s fa"
|
195 |
|
196 |
+
#: includes/class-wp-user-avatar-list-table.php:431
|
197 |
msgid "Y/m/d"
|
198 |
msgstr "Y/m/d"
|
199 |
|
200 |
+
#: includes/class-wp-user-avatar-list-table.php:521
|
201 |
msgid "Edit"
|
202 |
msgstr "Modifica"
|
203 |
|
204 |
+
#: includes/class-wp-user-avatar-list-table.php:530
|
205 |
msgid "Restore"
|
206 |
msgstr "Ripristina"
|
207 |
|
208 |
+
#: includes/class-wp-user-avatar-list-table.php:536
|
209 |
msgid "Trash"
|
210 |
msgstr "Cestino"
|
211 |
|
212 |
+
#: includes/class-wp-user-avatar-list-table.php:556
|
213 |
msgid "View"
|
214 |
msgstr "Visualizza"
|
215 |
|
223 |
"a %s, richiesta da One User Avatar. Aggiungi questa chiamata ai tuoi "
|
224 |
"template."
|
225 |
|
226 |
+
#: includes/class-wp-user-avatar-shortcode.php:255
|
227 |
msgid "Profile updated."
|
228 |
msgstr "Profilo aggiornato."
|
229 |
|
230 |
+
#: includes/class-wp-user-avatar-shortcode.php:305
|
231 |
msgid "Update Profile"
|
232 |
msgstr "Aggiorna il Profilo"
|
233 |
|
249 |
msgstr "Aggiungi i paragrafi automaticamente"
|
250 |
|
251 |
#. translators: user display name
|
252 |
+
#: includes/class-wp-user-avatar.php:240
|
253 |
msgid "Choose Image: %s"
|
254 |
msgstr "Scegli immagine: %s"
|
255 |
|
256 |
+
#: includes/class-wp-user-avatar.php:256 includes/class-wp-user-avatar.php:257
|
257 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
258 |
msgid "Upload"
|
259 |
msgstr "Carica"
|
260 |
|
261 |
#. translators: file size in KB
|
262 |
+
#: includes/class-wp-user-avatar.php:266 includes/wpua-options-page.php:224
|
263 |
msgid "Maximum upload file size: %s."
|
264 |
msgstr "Dimensione massima del file da caricare: %s."
|
265 |
|
266 |
#. translators: allowed file extensions
|
267 |
+
#: includes/class-wp-user-avatar.php:276
|
268 |
msgid "Allowed Files: %s"
|
269 |
msgstr "Tipi di files consentiti: %s"
|
270 |
|
271 |
+
#: includes/class-wp-user-avatar.php:289 includes/class-wp-user-avatar.php:291
|
272 |
#: includes/wpua-tinymce-window.php:125
|
273 |
msgid "Original Size"
|
274 |
msgstr "Dimensioni Originali"
|
275 |
|
276 |
+
#: includes/class-wp-user-avatar.php:295 includes/class-wp-user-avatar.php:297
|
277 |
#: includes/wpua-tinymce-window.php:128
|
278 |
msgid "Thumbnail"
|
279 |
msgstr "Miniatura"
|
280 |
|
281 |
+
#: includes/class-wp-user-avatar.php:301
|
282 |
msgid "Remove Image"
|
283 |
msgstr "Rimuovi immagine"
|
284 |
|
285 |
+
#: includes/class-wp-user-avatar.php:395
|
286 |
msgid "This file is not an image. Please try another."
|
287 |
msgstr "Questo file non è un' immagine. Prova con un altro file."
|
288 |
|
289 |
+
#: includes/class-wp-user-avatar.php:400 includes/class-wp-user-avatar.php:432
|
290 |
msgid "Memory exceeded. Please try another smaller file."
|
291 |
msgstr "File troppo grande. Devi ridurre le dimensioni."
|
292 |
|
293 |
#. translators: directory path
|
294 |
+
#: includes/class-wp-user-avatar.php:407
|
295 |
msgid ""
|
296 |
"Unable to create directory %s. Is its parent directory writable by the "
|
297 |
"server?"
|
316 |
msgid "Search"
|
317 |
msgstr "Cerca"
|
318 |
|
319 |
+
#: includes/wpua-options-page.php:120
|
320 |
msgid "Add avatar button to Visual Editor"
|
321 |
msgstr "Aggiungi un pulsante avatar all'editor visuale"
|
322 |
|
323 |
+
#: includes/wpua-options-page.php:131
|
324 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
325 |
msgstr "Permetti ai Collaboratori e Sottoscrittori di caricare avatar"
|
326 |
|
327 |
+
#: includes/wpua-options-page.php:142
|
328 |
msgid "Disable Gravatar and use only local avatars"
|
329 |
msgstr "Disabilita Gravatar e usa solo avatar locali"
|
330 |
|
331 |
+
#: includes/wpua-options-page.php:154
|
332 |
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
333 |
msgstr ""
|
334 |
"Sostituisci la funzionalità degli avatar personalizzati nel plugin Ultimate "
|
335 |
"Member"
|
336 |
|
337 |
+
#: includes/wpua-options-page.php:167
|
338 |
msgid "Always use the browser file uploader to upload avatars"
|
339 |
msgstr "Usa sempre l’uploader di file del browser per caricare gli avatar"
|
340 |
|
341 |
+
#: includes/wpua-options-page.php:168
|
342 |
msgid ""
|
343 |
"Check this if another plugin is conflicting with the WordPress Media "
|
344 |
"Uploader."
|
346 |
"Seleziona questo se un altro plugin è in conflitto con il caricatore "
|
347 |
"multimediale di WordPress."
|
348 |
|
349 |
+
#: includes/wpua-options-page.php:196 includes/wpua-options-page.php:205
|
350 |
msgid "Upload Size Limit"
|
351 |
msgstr "Dimensione massima caricamento"
|
352 |
|
353 |
+
#: includes/wpua-options-page.php:197 includes/wpua-options-page.php:206
|
354 |
msgid "(only for Contributors & Subscribers)"
|
355 |
msgstr "(solo per Collaboratori & Sottoscrittori)"
|
356 |
|
357 |
#. translators: file name
|
358 |
+
#: includes/wpua-options-page.php:216
|
359 |
msgid "%s exceeds the maximum upload size for this site."
|
360 |
msgstr "%s supera le dimensioni massime di caricamento per questo sito."
|
361 |
|
362 |
+
#: includes/wpua-options-page.php:235
|
363 |
msgid "Allow users to edit avatars"
|
364 |
msgstr "Consenti agli utenti di modificare gli avatar"
|
365 |
|
366 |
+
#: includes/wpua-options-page.php:243
|
367 |
msgid "Resize avatars on upload"
|
368 |
msgstr "Ridimensiona gli avatar durante il caricamento"
|
369 |
|
370 |
+
#: includes/wpua-options-page.php:248
|
371 |
msgid "Width"
|
372 |
msgstr "Larghezza"
|
373 |
|
374 |
+
#: includes/wpua-options-page.php:252
|
375 |
msgid "Height"
|
376 |
msgstr "Altezza"
|
377 |
|
378 |
+
#: includes/wpua-options-page.php:260
|
379 |
msgid "Crop avatars to exact dimensions"
|
380 |
msgstr "Taglia gli avatar alle dimensioni esatte"
|
381 |
|
382 |
+
#: includes/wpua-options-page.php:282 includes/wpua-options-page.php:288
|
383 |
msgid "Avatar Display"
|
384 |
msgstr "Visualizza l'Avatar"
|
385 |
|
386 |
+
#: includes/wpua-options-page.php:295
|
387 |
msgid "Show Avatars"
|
388 |
msgstr "Mostra gli Avatars"
|
389 |
|
390 |
+
#: includes/wpua-options-page.php:302 includes/wpua-options-page.php:308
|
391 |
msgid "Maximum Rating"
|
392 |
msgstr "Valutazione massima"
|
393 |
|
394 |
+
#: includes/wpua-options-page.php:314
|
395 |
msgid "G — Suitable for all audiences"
|
396 |
msgstr "G — Adatto a tutti i tipi di pubblico"
|
397 |
|
398 |
+
#: includes/wpua-options-page.php:315
|
399 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
400 |
msgstr ""
|
401 |
"PG — Forse offensivo, di solito per un pubblico maggiore di 13 anni"
|
402 |
|
403 |
+
#: includes/wpua-options-page.php:316
|
404 |
msgid "R — Intended for adult audiences above 17"
|
405 |
msgstr "R — Adatto per un pubblico adulto sopra i 17 anni"
|
406 |
|
407 |
+
#: includes/wpua-options-page.php:317
|
408 |
msgid "X — Even more mature than above"
|
409 |
msgstr "X — Ancora più maturo rispetto al precedente"
|
410 |
|
411 |
+
#: includes/wpua-options-page.php:346
|
412 |
msgid ""
|
413 |
"For users without a custom avatar of their own, you can either display a "
|
414 |
"generic logo or a generated one based on their e-mail address."
|
languages/nl_NL.mo
CHANGED
Binary file
|
languages/nl_NL.po
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
# This file is distributed under the same license as the One User Avatar plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: One User Avatar 2.3.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
7 |
-
"POT-Creation-Date: 2021-
|
8 |
-
"PO-Revision-Date: 2021-
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: \n"
|
11 |
"Language: nl_NL\n"
|
@@ -17,10 +17,10 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
-
#: includes/class-wp-user-avatar-admin.php:
|
21 |
-
#: includes/class-wp-user-avatar-admin.php:
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
-
#: includes/wpua-options-page.php:
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
@@ -53,85 +53,86 @@ msgstr "Je hebt geen toestemming om dit bericht te verwijderen."
|
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Fout tijdens het verwijderen."
|
55 |
|
56 |
-
#: includes/class-wp-user-avatar-admin.php:
|
57 |
-
#: includes/class-wp-user-avatar-admin.php:
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatars"
|
60 |
|
61 |
-
#: includes/class-wp-user-avatar-admin.php:
|
62 |
-
#: includes/class-wp-user-avatar-admin.php:
|
63 |
-
#: includes/class-wp-user-avatar-admin.php:
|
64 |
-
#: includes/wpua-options-page.php:
|
65 |
msgid "Settings"
|
66 |
msgstr "Instellingen"
|
67 |
|
68 |
-
#: includes/class-wp-user-avatar-admin.php:
|
69 |
-
#: includes/class-wp-user-avatar-admin.php:
|
70 |
msgid "Library"
|
71 |
msgstr "Bibliotheek"
|
72 |
|
73 |
-
#: includes/class-wp-user-avatar-admin.php:
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Mysterieuze Man"
|
76 |
|
77 |
-
#: includes/class-wp-user-avatar-admin.php:
|
78 |
msgid "Blank"
|
79 |
msgstr "Leeg"
|
80 |
|
81 |
-
#: includes/class-wp-user-avatar-admin.php:
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Gravatar Logo"
|
84 |
|
85 |
-
#: includes/class-wp-user-avatar-admin.php:
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (Gegenereerd)"
|
88 |
|
89 |
-
#: includes/class-wp-user-avatar-admin.php:
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (Gegenereerd)"
|
92 |
|
93 |
-
#: includes/class-wp-user-avatar-admin.php:
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (Gegenereerd)"
|
96 |
|
97 |
-
#: includes/class-wp-user-avatar-admin.php:
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (Gegenereerd)"
|
100 |
|
101 |
-
#: includes/class-wp-user-avatar-admin.php:
|
102 |
-
#: includes/class-wp-user-avatar.php:
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Kies foto"
|
105 |
|
106 |
-
#: includes/class-wp-user-avatar-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
msgid "Remove"
|
108 |
msgstr "Verwijderen"
|
109 |
|
110 |
-
#: includes/class-wp-user-avatar-admin.php:
|
111 |
-
#: includes/class-wp-user-avatar.php:
|
112 |
msgid "Undo"
|
113 |
msgstr "Ongedaan maken"
|
114 |
|
115 |
-
#: includes/class-wp-user-avatar-admin.php:
|
116 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
117 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
118 |
|
119 |
-
#: includes/class-wp-user-avatar-admin.php:
|
120 |
msgid "Support Forums"
|
121 |
msgstr "Helpforums"
|
122 |
|
123 |
-
#: includes/class-wp-user-avatar-admin.php:
|
124 |
-
#: includes/class-wp-user-avatar-admin.php:
|
125 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
126 |
-
#: includes/wpua-functions.php:
|
127 |
msgid "Profile Picture"
|
128 |
msgstr "Profielfoto"
|
129 |
|
130 |
-
#: includes/class-wp-user-avatar-admin.php:566
|
131 |
-
#: includes/wpua-options-page.php:339 includes/wpua-options-page.php:345
|
132 |
-
msgid "Default Avatar"
|
133 |
-
msgstr "Standaard Avatar"
|
134 |
-
|
135 |
#: includes/class-wp-user-avatar-functions.php:517
|
136 |
#: includes/class-wp-user-avatar-functions.php:718
|
137 |
msgid "Avatar"
|
@@ -144,7 +145,7 @@ msgid "All %s"
|
|
144 |
msgstr "Alle %s"
|
145 |
|
146 |
#: includes/class-wp-user-avatar-list-table.php:192
|
147 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
148 |
msgid "Delete Permanently"
|
149 |
msgstr "Permanent verwijderen"
|
150 |
|
@@ -172,43 +173,43 @@ msgid "Date"
|
|
172 |
msgstr "Datum"
|
173 |
|
174 |
#. translators: post title
|
175 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
176 |
msgid "Select %s"
|
177 |
msgstr "Selecteer %s"
|
178 |
|
179 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
180 |
msgid "Unpublished"
|
181 |
msgstr "Ongepubliceerd"
|
182 |
|
183 |
#. translators: time from now
|
184 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
185 |
msgctxt "time from now"
|
186 |
msgid "%s from now"
|
187 |
msgstr "%s vanaf nu"
|
188 |
|
189 |
#. translators: time ago
|
190 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
191 |
msgctxt "time ago"
|
192 |
msgid "%s ago"
|
193 |
msgstr "%s geleden"
|
194 |
|
195 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
196 |
msgid "Y/m/d"
|
197 |
msgstr "j F Y"
|
198 |
|
199 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
200 |
msgid "Edit"
|
201 |
msgstr "Bewerk"
|
202 |
|
203 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
204 |
msgid "Restore"
|
205 |
msgstr "Herstel"
|
206 |
|
207 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
208 |
msgid "Trash"
|
209 |
msgstr "Prullenbak"
|
210 |
|
211 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
212 |
msgid "View"
|
213 |
msgstr "Bekijken"
|
214 |
|
@@ -222,11 +223,11 @@ msgstr ""
|
|
222 |
"naar %s, wat vereist is door One User Avatar. Voeg deze oproep toe aan je "
|
223 |
"pagina template."
|
224 |
|
225 |
-
#: includes/class-wp-user-avatar-shortcode.php:
|
226 |
msgid "Profile updated."
|
227 |
msgstr "Profiel bijgewerkt."
|
228 |
|
229 |
-
#: includes/class-wp-user-avatar-shortcode.php:
|
230 |
msgid "Update Profile"
|
231 |
msgstr "Profiel bijwerken"
|
232 |
|
@@ -248,49 +249,49 @@ msgid "Automatically add paragraphs"
|
|
248 |
msgstr "Automatisch paragrafen toevoegen"
|
249 |
|
250 |
#. translators: user display name
|
251 |
-
#: includes/class-wp-user-avatar.php:
|
252 |
msgid "Choose Image: %s"
|
253 |
msgstr "Kies foto: %s"
|
254 |
|
255 |
-
#: includes/class-wp-user-avatar.php:
|
256 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
257 |
msgid "Upload"
|
258 |
msgstr "Uploaden"
|
259 |
|
260 |
#. translators: file size in KB
|
261 |
-
#: includes/class-wp-user-avatar.php:
|
262 |
msgid "Maximum upload file size: %s."
|
263 |
msgstr "Maximale bestandsgrootte van upload: %s."
|
264 |
|
265 |
#. translators: allowed file extensions
|
266 |
-
#: includes/class-wp-user-avatar.php:
|
267 |
msgid "Allowed Files: %s"
|
268 |
msgstr "Toegestane bestanden: %s"
|
269 |
|
270 |
-
#: includes/class-wp-user-avatar.php:
|
271 |
#: includes/wpua-tinymce-window.php:125
|
272 |
msgid "Original Size"
|
273 |
msgstr "Originele grootte"
|
274 |
|
275 |
-
#: includes/class-wp-user-avatar.php:
|
276 |
#: includes/wpua-tinymce-window.php:128
|
277 |
msgid "Thumbnail"
|
278 |
msgstr "Thumbnail"
|
279 |
|
280 |
-
#: includes/class-wp-user-avatar.php:
|
281 |
msgid "Remove Image"
|
282 |
msgstr "Afbeelding verwijderen"
|
283 |
|
284 |
-
#: includes/class-wp-user-avatar.php:
|
285 |
msgid "This file is not an image. Please try another."
|
286 |
msgstr "Dit bestand is geen afbeelding. Probeer een ander bestand."
|
287 |
|
288 |
-
#: includes/class-wp-user-avatar.php:
|
289 |
msgid "Memory exceeded. Please try another smaller file."
|
290 |
msgstr "Het geheugen is overschreden. Probeer opnieuw met een kleiner bestand."
|
291 |
|
292 |
#. translators: directory path
|
293 |
-
#: includes/class-wp-user-avatar.php:
|
294 |
msgid ""
|
295 |
"Unable to create directory %s. Is its parent directory writable by the "
|
296 |
"server?"
|
@@ -315,28 +316,28 @@ msgstr "Zoekresultaten voor %s"
|
|
315 |
msgid "Search"
|
316 |
msgstr "Zoeken"
|
317 |
|
318 |
-
#: includes/wpua-options-page.php:
|
319 |
msgid "Add avatar button to Visual Editor"
|
320 |
msgstr "Voeg avatar-knop toe aan de visuele editor"
|
321 |
|
322 |
-
#: includes/wpua-options-page.php:
|
323 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
324 |
msgstr "Sta schrijvers & abonnees toe om avatars te uploaden"
|
325 |
|
326 |
-
#: includes/wpua-options-page.php:
|
327 |
msgid "Disable Gravatar and use only local avatars"
|
328 |
msgstr "Schakel Gravatar uit en gebruik alleen lokale avatars"
|
329 |
|
330 |
-
#: includes/wpua-options-page.php:
|
331 |
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
332 |
msgstr ""
|
333 |
"Vervang de aangepaste avatars functionaliteit in de Ultimate Member plugin"
|
334 |
|
335 |
-
#: includes/wpua-options-page.php:
|
336 |
msgid "Always use the browser file uploader to upload avatars"
|
337 |
msgstr "Gebruik altijd de browser-bestandsuploader om avatars te uploaden"
|
338 |
|
339 |
-
#: includes/wpua-options-page.php:
|
340 |
msgid ""
|
341 |
"Check this if another plugin is conflicting with the WordPress Media "
|
342 |
"Uploader."
|
@@ -344,69 +345,69 @@ msgstr ""
|
|
344 |
"Vink dit aan als een andere plug-in in conflict is met de WordPress Media "
|
345 |
"Uploader."
|
346 |
|
347 |
-
#: includes/wpua-options-page.php:
|
348 |
msgid "Upload Size Limit"
|
349 |
msgstr "Bestandsgrootte uploadlimiet"
|
350 |
|
351 |
-
#: includes/wpua-options-page.php:
|
352 |
msgid "(only for Contributors & Subscribers)"
|
353 |
msgstr "(alleen voor schrijvers & abonnees)"
|
354 |
|
355 |
#. translators: file name
|
356 |
-
#: includes/wpua-options-page.php:
|
357 |
msgid "%s exceeds the maximum upload size for this site."
|
358 |
msgstr "%s overschrijdt de maximale uploadgrootte voor deze site."
|
359 |
|
360 |
-
#: includes/wpua-options-page.php:
|
361 |
msgid "Allow users to edit avatars"
|
362 |
msgstr "Sta gebruikers toe om avatars te bewerken"
|
363 |
|
364 |
-
#: includes/wpua-options-page.php:
|
365 |
msgid "Resize avatars on upload"
|
366 |
msgstr "Pas de grootte van avatars aan bij het uploaden"
|
367 |
|
368 |
-
#: includes/wpua-options-page.php:
|
369 |
msgid "Width"
|
370 |
msgstr "Breedte"
|
371 |
|
372 |
-
#: includes/wpua-options-page.php:
|
373 |
msgid "Height"
|
374 |
msgstr "Hoogte"
|
375 |
|
376 |
-
#: includes/wpua-options-page.php:
|
377 |
msgid "Crop avatars to exact dimensions"
|
378 |
msgstr "Snijd avatars bij tot exacte afmetingen"
|
379 |
|
380 |
-
#: includes/wpua-options-page.php:
|
381 |
msgid "Avatar Display"
|
382 |
msgstr "Avatar weergave"
|
383 |
|
384 |
-
#: includes/wpua-options-page.php:
|
385 |
msgid "Show Avatars"
|
386 |
msgstr "Toon avatars"
|
387 |
|
388 |
-
#: includes/wpua-options-page.php:
|
389 |
msgid "Maximum Rating"
|
390 |
msgstr "Leeftijdsgrens"
|
391 |
|
392 |
-
#: includes/wpua-options-page.php:
|
393 |
msgid "G — Suitable for all audiences"
|
394 |
msgstr "G — Geschikt voor alle leeftijden"
|
395 |
|
396 |
-
#: includes/wpua-options-page.php:
|
397 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
398 |
msgstr ""
|
399 |
"PG — Mogelijk kwetsend, gebruikelijk voor leeftijden van 13 en hoger"
|
400 |
|
401 |
-
#: includes/wpua-options-page.php:
|
402 |
msgid "R — Intended for adult audiences above 17"
|
403 |
msgstr "R — Alleen voor boven de 17"
|
404 |
|
405 |
-
#: includes/wpua-options-page.php:
|
406 |
msgid "X — Even more mature than above"
|
407 |
msgstr "X — Nog ouder dan hierboven"
|
408 |
|
409 |
-
#: includes/wpua-options-page.php:
|
410 |
msgid ""
|
411 |
"For users without a custom avatar of their own, you can either display a "
|
412 |
"generic logo or a generated one based on their e-mail address."
|
2 |
# This file is distributed under the same license as the One User Avatar plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: One User Avatar 2.3.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
7 |
+
"POT-Creation-Date: 2021-12-06T21:30:52+00:00\n"
|
8 |
+
"PO-Revision-Date: 2021-12-06 22:31+0100\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: \n"
|
11 |
"Language: nl_NL\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
+
#: includes/class-wp-user-avatar-admin.php:233
|
21 |
+
#: includes/class-wp-user-avatar-admin.php:434
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
+
#: includes/wpua-options-page.php:67 includes/wpua-tinymce-window.php:31
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Fout tijdens het verwijderen."
|
55 |
|
56 |
+
#: includes/class-wp-user-avatar-admin.php:234
|
57 |
+
#: includes/class-wp-user-avatar-admin.php:292 includes/wpua-media-page.php:59
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatars"
|
60 |
|
61 |
+
#: includes/class-wp-user-avatar-admin.php:243
|
62 |
+
#: includes/class-wp-user-avatar-admin.php:244
|
63 |
+
#: includes/class-wp-user-avatar-admin.php:471
|
64 |
+
#: includes/wpua-options-page.php:105
|
65 |
msgid "Settings"
|
66 |
msgstr "Instellingen"
|
67 |
|
68 |
+
#: includes/class-wp-user-avatar-admin.php:252
|
69 |
+
#: includes/class-wp-user-avatar-admin.php:253
|
70 |
msgid "Library"
|
71 |
msgstr "Bibliotheek"
|
72 |
|
73 |
+
#: includes/class-wp-user-avatar-admin.php:380
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Mysterieuze Man"
|
76 |
|
77 |
+
#: includes/class-wp-user-avatar-admin.php:381
|
78 |
msgid "Blank"
|
79 |
msgstr "Leeg"
|
80 |
|
81 |
+
#: includes/class-wp-user-avatar-admin.php:382
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Gravatar Logo"
|
84 |
|
85 |
+
#: includes/class-wp-user-avatar-admin.php:383
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (Gegenereerd)"
|
88 |
|
89 |
+
#: includes/class-wp-user-avatar-admin.php:384
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (Gegenereerd)"
|
92 |
|
93 |
+
#: includes/class-wp-user-avatar-admin.php:385
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (Gegenereerd)"
|
96 |
|
97 |
+
#: includes/class-wp-user-avatar-admin.php:386
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (Gegenereerd)"
|
100 |
|
101 |
+
#: includes/class-wp-user-avatar-admin.php:435
|
102 |
+
#: includes/class-wp-user-avatar.php:244
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Kies foto"
|
105 |
|
106 |
+
#: includes/class-wp-user-avatar-admin.php:435
|
107 |
+
#: includes/class-wp-user-avatar-admin.php:569
|
108 |
+
#: includes/wpua-options-page.php:336 includes/wpua-options-page.php:342
|
109 |
+
msgid "Default Avatar"
|
110 |
+
msgstr "Standaard Avatar"
|
111 |
+
|
112 |
+
#: includes/class-wp-user-avatar-admin.php:436
|
113 |
msgid "Remove"
|
114 |
msgstr "Verwijderen"
|
115 |
|
116 |
+
#: includes/class-wp-user-avatar-admin.php:436
|
117 |
+
#: includes/class-wp-user-avatar.php:305
|
118 |
msgid "Undo"
|
119 |
msgstr "Ongedaan maken"
|
120 |
|
121 |
+
#: includes/class-wp-user-avatar-admin.php:489
|
122 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
123 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
124 |
|
125 |
+
#: includes/class-wp-user-avatar-admin.php:490
|
126 |
msgid "Support Forums"
|
127 |
msgstr "Helpforums"
|
128 |
|
129 |
+
#: includes/class-wp-user-avatar-admin.php:504
|
130 |
+
#: includes/class-wp-user-avatar-admin.php:565 includes/wpua-functions.php:93
|
131 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
132 |
+
#: includes/wpua-functions.php:188 includes/wpua-tinymce-window.php:94
|
133 |
msgid "Profile Picture"
|
134 |
msgstr "Profielfoto"
|
135 |
|
|
|
|
|
|
|
|
|
|
|
136 |
#: includes/class-wp-user-avatar-functions.php:517
|
137 |
#: includes/class-wp-user-avatar-functions.php:718
|
138 |
msgid "Avatar"
|
145 |
msgstr "Alle %s"
|
146 |
|
147 |
#: includes/class-wp-user-avatar-list-table.php:192
|
148 |
+
#: includes/class-wp-user-avatar-list-table.php:544
|
149 |
msgid "Delete Permanently"
|
150 |
msgstr "Permanent verwijderen"
|
151 |
|
173 |
msgstr "Datum"
|
174 |
|
175 |
#. translators: post title
|
176 |
+
#: includes/class-wp-user-avatar-list-table.php:322
|
177 |
msgid "Select %s"
|
178 |
msgstr "Selecteer %s"
|
179 |
|
180 |
+
#: includes/class-wp-user-avatar-list-table.php:412
|
181 |
msgid "Unpublished"
|
182 |
msgstr "Ongepubliceerd"
|
183 |
|
184 |
#. translators: time from now
|
185 |
+
#: includes/class-wp-user-avatar-list-table.php:420
|
186 |
msgctxt "time from now"
|
187 |
msgid "%s from now"
|
188 |
msgstr "%s vanaf nu"
|
189 |
|
190 |
#. translators: time ago
|
191 |
+
#: includes/class-wp-user-avatar-list-table.php:426
|
192 |
msgctxt "time ago"
|
193 |
msgid "%s ago"
|
194 |
msgstr "%s geleden"
|
195 |
|
196 |
+
#: includes/class-wp-user-avatar-list-table.php:431
|
197 |
msgid "Y/m/d"
|
198 |
msgstr "j F Y"
|
199 |
|
200 |
+
#: includes/class-wp-user-avatar-list-table.php:521
|
201 |
msgid "Edit"
|
202 |
msgstr "Bewerk"
|
203 |
|
204 |
+
#: includes/class-wp-user-avatar-list-table.php:530
|
205 |
msgid "Restore"
|
206 |
msgstr "Herstel"
|
207 |
|
208 |
+
#: includes/class-wp-user-avatar-list-table.php:536
|
209 |
msgid "Trash"
|
210 |
msgstr "Prullenbak"
|
211 |
|
212 |
+
#: includes/class-wp-user-avatar-list-table.php:556
|
213 |
msgid "View"
|
214 |
msgstr "Bekijken"
|
215 |
|
223 |
"naar %s, wat vereist is door One User Avatar. Voeg deze oproep toe aan je "
|
224 |
"pagina template."
|
225 |
|
226 |
+
#: includes/class-wp-user-avatar-shortcode.php:255
|
227 |
msgid "Profile updated."
|
228 |
msgstr "Profiel bijgewerkt."
|
229 |
|
230 |
+
#: includes/class-wp-user-avatar-shortcode.php:305
|
231 |
msgid "Update Profile"
|
232 |
msgstr "Profiel bijwerken"
|
233 |
|
249 |
msgstr "Automatisch paragrafen toevoegen"
|
250 |
|
251 |
#. translators: user display name
|
252 |
+
#: includes/class-wp-user-avatar.php:240
|
253 |
msgid "Choose Image: %s"
|
254 |
msgstr "Kies foto: %s"
|
255 |
|
256 |
+
#: includes/class-wp-user-avatar.php:256 includes/class-wp-user-avatar.php:257
|
257 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
258 |
msgid "Upload"
|
259 |
msgstr "Uploaden"
|
260 |
|
261 |
#. translators: file size in KB
|
262 |
+
#: includes/class-wp-user-avatar.php:266 includes/wpua-options-page.php:224
|
263 |
msgid "Maximum upload file size: %s."
|
264 |
msgstr "Maximale bestandsgrootte van upload: %s."
|
265 |
|
266 |
#. translators: allowed file extensions
|
267 |
+
#: includes/class-wp-user-avatar.php:276
|
268 |
msgid "Allowed Files: %s"
|
269 |
msgstr "Toegestane bestanden: %s"
|
270 |
|
271 |
+
#: includes/class-wp-user-avatar.php:289 includes/class-wp-user-avatar.php:291
|
272 |
#: includes/wpua-tinymce-window.php:125
|
273 |
msgid "Original Size"
|
274 |
msgstr "Originele grootte"
|
275 |
|
276 |
+
#: includes/class-wp-user-avatar.php:295 includes/class-wp-user-avatar.php:297
|
277 |
#: includes/wpua-tinymce-window.php:128
|
278 |
msgid "Thumbnail"
|
279 |
msgstr "Thumbnail"
|
280 |
|
281 |
+
#: includes/class-wp-user-avatar.php:301
|
282 |
msgid "Remove Image"
|
283 |
msgstr "Afbeelding verwijderen"
|
284 |
|
285 |
+
#: includes/class-wp-user-avatar.php:395
|
286 |
msgid "This file is not an image. Please try another."
|
287 |
msgstr "Dit bestand is geen afbeelding. Probeer een ander bestand."
|
288 |
|
289 |
+
#: includes/class-wp-user-avatar.php:400 includes/class-wp-user-avatar.php:432
|
290 |
msgid "Memory exceeded. Please try another smaller file."
|
291 |
msgstr "Het geheugen is overschreden. Probeer opnieuw met een kleiner bestand."
|
292 |
|
293 |
#. translators: directory path
|
294 |
+
#: includes/class-wp-user-avatar.php:407
|
295 |
msgid ""
|
296 |
"Unable to create directory %s. Is its parent directory writable by the "
|
297 |
"server?"
|
316 |
msgid "Search"
|
317 |
msgstr "Zoeken"
|
318 |
|
319 |
+
#: includes/wpua-options-page.php:120
|
320 |
msgid "Add avatar button to Visual Editor"
|
321 |
msgstr "Voeg avatar-knop toe aan de visuele editor"
|
322 |
|
323 |
+
#: includes/wpua-options-page.php:131
|
324 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
325 |
msgstr "Sta schrijvers & abonnees toe om avatars te uploaden"
|
326 |
|
327 |
+
#: includes/wpua-options-page.php:142
|
328 |
msgid "Disable Gravatar and use only local avatars"
|
329 |
msgstr "Schakel Gravatar uit en gebruik alleen lokale avatars"
|
330 |
|
331 |
+
#: includes/wpua-options-page.php:154
|
332 |
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
333 |
msgstr ""
|
334 |
"Vervang de aangepaste avatars functionaliteit in de Ultimate Member plugin"
|
335 |
|
336 |
+
#: includes/wpua-options-page.php:167
|
337 |
msgid "Always use the browser file uploader to upload avatars"
|
338 |
msgstr "Gebruik altijd de browser-bestandsuploader om avatars te uploaden"
|
339 |
|
340 |
+
#: includes/wpua-options-page.php:168
|
341 |
msgid ""
|
342 |
"Check this if another plugin is conflicting with the WordPress Media "
|
343 |
"Uploader."
|
345 |
"Vink dit aan als een andere plug-in in conflict is met de WordPress Media "
|
346 |
"Uploader."
|
347 |
|
348 |
+
#: includes/wpua-options-page.php:196 includes/wpua-options-page.php:205
|
349 |
msgid "Upload Size Limit"
|
350 |
msgstr "Bestandsgrootte uploadlimiet"
|
351 |
|
352 |
+
#: includes/wpua-options-page.php:197 includes/wpua-options-page.php:206
|
353 |
msgid "(only for Contributors & Subscribers)"
|
354 |
msgstr "(alleen voor schrijvers & abonnees)"
|
355 |
|
356 |
#. translators: file name
|
357 |
+
#: includes/wpua-options-page.php:216
|
358 |
msgid "%s exceeds the maximum upload size for this site."
|
359 |
msgstr "%s overschrijdt de maximale uploadgrootte voor deze site."
|
360 |
|
361 |
+
#: includes/wpua-options-page.php:235
|
362 |
msgid "Allow users to edit avatars"
|
363 |
msgstr "Sta gebruikers toe om avatars te bewerken"
|
364 |
|
365 |
+
#: includes/wpua-options-page.php:243
|
366 |
msgid "Resize avatars on upload"
|
367 |
msgstr "Pas de grootte van avatars aan bij het uploaden"
|
368 |
|
369 |
+
#: includes/wpua-options-page.php:248
|
370 |
msgid "Width"
|
371 |
msgstr "Breedte"
|
372 |
|
373 |
+
#: includes/wpua-options-page.php:252
|
374 |
msgid "Height"
|
375 |
msgstr "Hoogte"
|
376 |
|
377 |
+
#: includes/wpua-options-page.php:260
|
378 |
msgid "Crop avatars to exact dimensions"
|
379 |
msgstr "Snijd avatars bij tot exacte afmetingen"
|
380 |
|
381 |
+
#: includes/wpua-options-page.php:282 includes/wpua-options-page.php:288
|
382 |
msgid "Avatar Display"
|
383 |
msgstr "Avatar weergave"
|
384 |
|
385 |
+
#: includes/wpua-options-page.php:295
|
386 |
msgid "Show Avatars"
|
387 |
msgstr "Toon avatars"
|
388 |
|
389 |
+
#: includes/wpua-options-page.php:302 includes/wpua-options-page.php:308
|
390 |
msgid "Maximum Rating"
|
391 |
msgstr "Leeftijdsgrens"
|
392 |
|
393 |
+
#: includes/wpua-options-page.php:314
|
394 |
msgid "G — Suitable for all audiences"
|
395 |
msgstr "G — Geschikt voor alle leeftijden"
|
396 |
|
397 |
+
#: includes/wpua-options-page.php:315
|
398 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
399 |
msgstr ""
|
400 |
"PG — Mogelijk kwetsend, gebruikelijk voor leeftijden van 13 en hoger"
|
401 |
|
402 |
+
#: includes/wpua-options-page.php:316
|
403 |
msgid "R — Intended for adult audiences above 17"
|
404 |
msgstr "R — Alleen voor boven de 17"
|
405 |
|
406 |
+
#: includes/wpua-options-page.php:317
|
407 |
msgid "X — Even more mature than above"
|
408 |
msgstr "X — Nog ouder dan hierboven"
|
409 |
|
410 |
+
#: includes/wpua-options-page.php:346
|
411 |
msgid ""
|
412 |
"For users without a custom avatar of their own, you can either display a "
|
413 |
"generic logo or a generated one based on their e-mail address."
|
languages/one-user-avatar.pot
CHANGED
@@ -2,23 +2,23 @@
|
|
2 |
# This file is distributed under the GPLv2.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: One User Avatar 2.3.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"POT-Creation-Date: 2021-
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.5.0\n"
|
15 |
"X-Domain: one-user-avatar\n"
|
16 |
|
17 |
#. Plugin Name of the plugin
|
18 |
-
#: includes/class-wp-user-avatar-admin.php:
|
19 |
-
#: includes/class-wp-user-avatar-admin.php:
|
20 |
#: includes/class-wp-user-avatar-widget.php:32
|
21 |
-
#: includes/wpua-options-page.php:
|
22 |
#: includes/wpua-tinymce-window.php:31
|
23 |
msgid "One User Avatar"
|
24 |
msgstr ""
|
@@ -47,90 +47,91 @@ msgstr ""
|
|
47 |
msgid "Error in deleting."
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: includes/class-wp-user-avatar-admin.php:
|
51 |
-
#: includes/class-wp-user-avatar-admin.php:
|
52 |
#: includes/wpua-media-page.php:59
|
53 |
msgid "Avatars"
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: includes/class-wp-user-avatar-admin.php:
|
57 |
-
#: includes/class-wp-user-avatar-admin.php:
|
58 |
-
#: includes/class-wp-user-avatar-admin.php:
|
59 |
-
#: includes/wpua-options-page.php:
|
60 |
msgid "Settings"
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: includes/class-wp-user-avatar-admin.php:
|
64 |
-
#: includes/class-wp-user-avatar-admin.php:
|
65 |
msgid "Library"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: includes/class-wp-user-avatar-admin.php:
|
69 |
msgid "Mystery Man"
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: includes/class-wp-user-avatar-admin.php:
|
73 |
msgid "Blank"
|
74 |
msgstr ""
|
75 |
|
76 |
-
#: includes/class-wp-user-avatar-admin.php:
|
77 |
msgid "Gravatar Logo"
|
78 |
msgstr ""
|
79 |
|
80 |
-
#: includes/class-wp-user-avatar-admin.php:
|
81 |
msgid "Identicon (Generated)"
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: includes/class-wp-user-avatar-admin.php:
|
85 |
msgid "Wavatar (Generated)"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: includes/class-wp-user-avatar-admin.php:
|
89 |
msgid "MonsterID (Generated)"
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: includes/class-wp-user-avatar-admin.php:
|
93 |
msgid "Retro (Generated)"
|
94 |
msgstr ""
|
95 |
|
96 |
-
#: includes/class-wp-user-avatar-admin.php:
|
97 |
-
#: includes/class-wp-user-avatar.php:
|
98 |
msgid "Choose Image"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: includes/class-wp-user-avatar-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
msgid "Remove"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: includes/class-wp-user-avatar-admin.php:
|
106 |
-
#: includes/class-wp-user-avatar.php:
|
107 |
msgid "Undo"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: includes/class-wp-user-avatar-admin.php:
|
111 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: includes/class-wp-user-avatar-admin.php:
|
115 |
msgid "Support Forums"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: includes/class-wp-user-avatar-admin.php:
|
119 |
-
#: includes/class-wp-user-avatar-admin.php:
|
120 |
#: includes/wpua-functions.php:93
|
121 |
#: includes/wpua-functions.php:106
|
122 |
#: includes/wpua-functions.php:114
|
123 |
-
#: includes/wpua-functions.php:
|
124 |
#: includes/wpua-tinymce-window.php:94
|
125 |
msgid "Profile Picture"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: includes/class-wp-user-avatar-admin.php:566
|
129 |
-
#: includes/wpua-options-page.php:339
|
130 |
-
#: includes/wpua-options-page.php:345
|
131 |
-
msgid "Default Avatar"
|
132 |
-
msgstr ""
|
133 |
-
|
134 |
#: includes/class-wp-user-avatar-functions.php:517
|
135 |
#: includes/class-wp-user-avatar-functions.php:718
|
136 |
msgid "Avatar"
|
@@ -143,7 +144,7 @@ msgid "All %s"
|
|
143 |
msgstr ""
|
144 |
|
145 |
#: includes/class-wp-user-avatar-list-table.php:192
|
146 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
147 |
msgid "Delete Permanently"
|
148 |
msgstr ""
|
149 |
|
@@ -171,43 +172,43 @@ msgid "Date"
|
|
171 |
msgstr ""
|
172 |
|
173 |
#. translators: post title
|
174 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
175 |
msgid "Select %s"
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
179 |
msgid "Unpublished"
|
180 |
msgstr ""
|
181 |
|
182 |
#. translators: time from now
|
183 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
184 |
msgctxt "time from now"
|
185 |
msgid "%s from now"
|
186 |
msgstr ""
|
187 |
|
188 |
#. translators: time ago
|
189 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
190 |
msgctxt "time ago"
|
191 |
msgid "%s ago"
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
195 |
msgid "Y/m/d"
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
199 |
msgid "Edit"
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
203 |
msgid "Restore"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
207 |
msgid "Trash"
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
211 |
msgid "View"
|
212 |
msgstr ""
|
213 |
|
@@ -216,11 +217,11 @@ msgstr ""
|
|
216 |
msgid "We're sorry, but your theme's page template didn't make a call to %s, which is required by One User Avatar. Please add this call to your page templates."
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: includes/class-wp-user-avatar-shortcode.php:
|
220 |
msgid "Profile updated."
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: includes/class-wp-user-avatar-shortcode.php:
|
224 |
msgid "Update Profile"
|
225 |
msgstr ""
|
226 |
|
@@ -242,55 +243,55 @@ msgid "Automatically add paragraphs"
|
|
242 |
msgstr ""
|
243 |
|
244 |
#. translators: user display name
|
245 |
-
#: includes/class-wp-user-avatar.php:
|
246 |
msgid "Choose Image: %s"
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: includes/class-wp-user-avatar.php:
|
250 |
-
#: includes/class-wp-user-avatar.php:
|
251 |
#: includes/wpua-tinymce-window.php:95
|
252 |
#: includes/wpua-tinymce-window.php:186
|
253 |
msgid "Upload"
|
254 |
msgstr ""
|
255 |
|
256 |
#. translators: file size in KB
|
257 |
-
#: includes/class-wp-user-avatar.php:
|
258 |
-
#: includes/wpua-options-page.php:
|
259 |
msgid "Maximum upload file size: %s."
|
260 |
msgstr ""
|
261 |
|
262 |
#. translators: allowed file extensions
|
263 |
-
#: includes/class-wp-user-avatar.php:
|
264 |
msgid "Allowed Files: %s"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: includes/class-wp-user-avatar.php:
|
268 |
-
#: includes/class-wp-user-avatar.php:
|
269 |
#: includes/wpua-tinymce-window.php:125
|
270 |
msgid "Original Size"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: includes/class-wp-user-avatar.php:
|
274 |
-
#: includes/class-wp-user-avatar.php:
|
275 |
#: includes/wpua-tinymce-window.php:128
|
276 |
msgid "Thumbnail"
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: includes/class-wp-user-avatar.php:
|
280 |
msgid "Remove Image"
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: includes/class-wp-user-avatar.php:
|
284 |
msgid "This file is not an image. Please try another."
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: includes/class-wp-user-avatar.php:
|
288 |
-
#: includes/class-wp-user-avatar.php:
|
289 |
msgid "Memory exceeded. Please try another smaller file."
|
290 |
msgstr ""
|
291 |
|
292 |
#. translators: directory path
|
293 |
-
#: includes/class-wp-user-avatar.php:
|
294 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
295 |
msgstr ""
|
296 |
|
@@ -312,96 +313,96 @@ msgstr ""
|
|
312 |
msgid "Search"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: includes/wpua-options-page.php:
|
316 |
msgid "Add avatar button to Visual Editor"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: includes/wpua-options-page.php:
|
320 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: includes/wpua-options-page.php:
|
324 |
msgid "Disable Gravatar and use only local avatars"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: includes/wpua-options-page.php:
|
328 |
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: includes/wpua-options-page.php:
|
332 |
msgid "Always use the browser file uploader to upload avatars"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: includes/wpua-options-page.php:
|
336 |
msgid "Check this if another plugin is conflicting with the WordPress Media Uploader."
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: includes/wpua-options-page.php:
|
340 |
-
#: includes/wpua-options-page.php:
|
341 |
msgid "Upload Size Limit"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: includes/wpua-options-page.php:
|
345 |
-
#: includes/wpua-options-page.php:
|
346 |
msgid "(only for Contributors & Subscribers)"
|
347 |
msgstr ""
|
348 |
|
349 |
#. translators: file name
|
350 |
-
#: includes/wpua-options-page.php:
|
351 |
msgid "%s exceeds the maximum upload size for this site."
|
352 |
msgstr ""
|
353 |
|
354 |
-
#: includes/wpua-options-page.php:
|
355 |
msgid "Allow users to edit avatars"
|
356 |
msgstr ""
|
357 |
|
358 |
-
#: includes/wpua-options-page.php:
|
359 |
msgid "Resize avatars on upload"
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: includes/wpua-options-page.php:
|
363 |
msgid "Width"
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: includes/wpua-options-page.php:
|
367 |
msgid "Height"
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: includes/wpua-options-page.php:
|
371 |
msgid "Crop avatars to exact dimensions"
|
372 |
msgstr ""
|
373 |
|
374 |
-
#: includes/wpua-options-page.php:
|
375 |
-
#: includes/wpua-options-page.php:
|
376 |
msgid "Avatar Display"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: includes/wpua-options-page.php:
|
380 |
msgid "Show Avatars"
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: includes/wpua-options-page.php:
|
384 |
-
#: includes/wpua-options-page.php:
|
385 |
msgid "Maximum Rating"
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: includes/wpua-options-page.php:
|
389 |
msgid "G — Suitable for all audiences"
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: includes/wpua-options-page.php:
|
393 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: includes/wpua-options-page.php:
|
397 |
msgid "R — Intended for adult audiences above 17"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: includes/wpua-options-page.php:
|
401 |
msgid "X — Even more mature than above"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: includes/wpua-options-page.php:
|
405 |
msgid "For users without a custom avatar of their own, you can either display a generic logo or a generated one based on their e-mail address."
|
406 |
msgstr ""
|
407 |
|
2 |
# This file is distributed under the GPLv2.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: One User Avatar 2.3.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"POT-Creation-Date: 2021-12-06T21:30:52+00:00\n"
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.5.0\n"
|
15 |
"X-Domain: one-user-avatar\n"
|
16 |
|
17 |
#. Plugin Name of the plugin
|
18 |
+
#: includes/class-wp-user-avatar-admin.php:233
|
19 |
+
#: includes/class-wp-user-avatar-admin.php:434
|
20 |
#: includes/class-wp-user-avatar-widget.php:32
|
21 |
+
#: includes/wpua-options-page.php:67
|
22 |
#: includes/wpua-tinymce-window.php:31
|
23 |
msgid "One User Avatar"
|
24 |
msgstr ""
|
47 |
msgid "Error in deleting."
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: includes/class-wp-user-avatar-admin.php:234
|
51 |
+
#: includes/class-wp-user-avatar-admin.php:292
|
52 |
#: includes/wpua-media-page.php:59
|
53 |
msgid "Avatars"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: includes/class-wp-user-avatar-admin.php:243
|
57 |
+
#: includes/class-wp-user-avatar-admin.php:244
|
58 |
+
#: includes/class-wp-user-avatar-admin.php:471
|
59 |
+
#: includes/wpua-options-page.php:105
|
60 |
msgid "Settings"
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: includes/class-wp-user-avatar-admin.php:252
|
64 |
+
#: includes/class-wp-user-avatar-admin.php:253
|
65 |
msgid "Library"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: includes/class-wp-user-avatar-admin.php:380
|
69 |
msgid "Mystery Man"
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: includes/class-wp-user-avatar-admin.php:381
|
73 |
msgid "Blank"
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: includes/class-wp-user-avatar-admin.php:382
|
77 |
msgid "Gravatar Logo"
|
78 |
msgstr ""
|
79 |
|
80 |
+
#: includes/class-wp-user-avatar-admin.php:383
|
81 |
msgid "Identicon (Generated)"
|
82 |
msgstr ""
|
83 |
|
84 |
+
#: includes/class-wp-user-avatar-admin.php:384
|
85 |
msgid "Wavatar (Generated)"
|
86 |
msgstr ""
|
87 |
|
88 |
+
#: includes/class-wp-user-avatar-admin.php:385
|
89 |
msgid "MonsterID (Generated)"
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: includes/class-wp-user-avatar-admin.php:386
|
93 |
msgid "Retro (Generated)"
|
94 |
msgstr ""
|
95 |
|
96 |
+
#: includes/class-wp-user-avatar-admin.php:435
|
97 |
+
#: includes/class-wp-user-avatar.php:244
|
98 |
msgid "Choose Image"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: includes/class-wp-user-avatar-admin.php:435
|
102 |
+
#: includes/class-wp-user-avatar-admin.php:569
|
103 |
+
#: includes/wpua-options-page.php:336
|
104 |
+
#: includes/wpua-options-page.php:342
|
105 |
+
msgid "Default Avatar"
|
106 |
+
msgstr ""
|
107 |
+
|
108 |
+
#: includes/class-wp-user-avatar-admin.php:436
|
109 |
msgid "Remove"
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: includes/class-wp-user-avatar-admin.php:436
|
113 |
+
#: includes/class-wp-user-avatar.php:305
|
114 |
msgid "Undo"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: includes/class-wp-user-avatar-admin.php:489
|
118 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: includes/class-wp-user-avatar-admin.php:490
|
122 |
msgid "Support Forums"
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: includes/class-wp-user-avatar-admin.php:504
|
126 |
+
#: includes/class-wp-user-avatar-admin.php:565
|
127 |
#: includes/wpua-functions.php:93
|
128 |
#: includes/wpua-functions.php:106
|
129 |
#: includes/wpua-functions.php:114
|
130 |
+
#: includes/wpua-functions.php:188
|
131 |
#: includes/wpua-tinymce-window.php:94
|
132 |
msgid "Profile Picture"
|
133 |
msgstr ""
|
134 |
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
#: includes/class-wp-user-avatar-functions.php:517
|
136 |
#: includes/class-wp-user-avatar-functions.php:718
|
137 |
msgid "Avatar"
|
144 |
msgstr ""
|
145 |
|
146 |
#: includes/class-wp-user-avatar-list-table.php:192
|
147 |
+
#: includes/class-wp-user-avatar-list-table.php:544
|
148 |
msgid "Delete Permanently"
|
149 |
msgstr ""
|
150 |
|
172 |
msgstr ""
|
173 |
|
174 |
#. translators: post title
|
175 |
+
#: includes/class-wp-user-avatar-list-table.php:322
|
176 |
msgid "Select %s"
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: includes/class-wp-user-avatar-list-table.php:412
|
180 |
msgid "Unpublished"
|
181 |
msgstr ""
|
182 |
|
183 |
#. translators: time from now
|
184 |
+
#: includes/class-wp-user-avatar-list-table.php:420
|
185 |
msgctxt "time from now"
|
186 |
msgid "%s from now"
|
187 |
msgstr ""
|
188 |
|
189 |
#. translators: time ago
|
190 |
+
#: includes/class-wp-user-avatar-list-table.php:426
|
191 |
msgctxt "time ago"
|
192 |
msgid "%s ago"
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: includes/class-wp-user-avatar-list-table.php:431
|
196 |
msgid "Y/m/d"
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: includes/class-wp-user-avatar-list-table.php:521
|
200 |
msgid "Edit"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: includes/class-wp-user-avatar-list-table.php:530
|
204 |
msgid "Restore"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: includes/class-wp-user-avatar-list-table.php:536
|
208 |
msgid "Trash"
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: includes/class-wp-user-avatar-list-table.php:556
|
212 |
msgid "View"
|
213 |
msgstr ""
|
214 |
|
217 |
msgid "We're sorry, but your theme's page template didn't make a call to %s, which is required by One User Avatar. Please add this call to your page templates."
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: includes/class-wp-user-avatar-shortcode.php:255
|
221 |
msgid "Profile updated."
|
222 |
msgstr ""
|
223 |
|
224 |
+
#: includes/class-wp-user-avatar-shortcode.php:305
|
225 |
msgid "Update Profile"
|
226 |
msgstr ""
|
227 |
|
243 |
msgstr ""
|
244 |
|
245 |
#. translators: user display name
|
246 |
+
#: includes/class-wp-user-avatar.php:240
|
247 |
msgid "Choose Image: %s"
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: includes/class-wp-user-avatar.php:256
|
251 |
+
#: includes/class-wp-user-avatar.php:257
|
252 |
#: includes/wpua-tinymce-window.php:95
|
253 |
#: includes/wpua-tinymce-window.php:186
|
254 |
msgid "Upload"
|
255 |
msgstr ""
|
256 |
|
257 |
#. translators: file size in KB
|
258 |
+
#: includes/class-wp-user-avatar.php:266
|
259 |
+
#: includes/wpua-options-page.php:224
|
260 |
msgid "Maximum upload file size: %s."
|
261 |
msgstr ""
|
262 |
|
263 |
#. translators: allowed file extensions
|
264 |
+
#: includes/class-wp-user-avatar.php:276
|
265 |
msgid "Allowed Files: %s"
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: includes/class-wp-user-avatar.php:289
|
269 |
+
#: includes/class-wp-user-avatar.php:291
|
270 |
#: includes/wpua-tinymce-window.php:125
|
271 |
msgid "Original Size"
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: includes/class-wp-user-avatar.php:295
|
275 |
+
#: includes/class-wp-user-avatar.php:297
|
276 |
#: includes/wpua-tinymce-window.php:128
|
277 |
msgid "Thumbnail"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: includes/class-wp-user-avatar.php:301
|
281 |
msgid "Remove Image"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: includes/class-wp-user-avatar.php:395
|
285 |
msgid "This file is not an image. Please try another."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: includes/class-wp-user-avatar.php:400
|
289 |
+
#: includes/class-wp-user-avatar.php:432
|
290 |
msgid "Memory exceeded. Please try another smaller file."
|
291 |
msgstr ""
|
292 |
|
293 |
#. translators: directory path
|
294 |
+
#: includes/class-wp-user-avatar.php:407
|
295 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
296 |
msgstr ""
|
297 |
|
313 |
msgid "Search"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: includes/wpua-options-page.php:120
|
317 |
msgid "Add avatar button to Visual Editor"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: includes/wpua-options-page.php:131
|
321 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: includes/wpua-options-page.php:142
|
325 |
msgid "Disable Gravatar and use only local avatars"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: includes/wpua-options-page.php:154
|
329 |
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: includes/wpua-options-page.php:167
|
333 |
msgid "Always use the browser file uploader to upload avatars"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: includes/wpua-options-page.php:168
|
337 |
msgid "Check this if another plugin is conflicting with the WordPress Media Uploader."
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: includes/wpua-options-page.php:196
|
341 |
+
#: includes/wpua-options-page.php:205
|
342 |
msgid "Upload Size Limit"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: includes/wpua-options-page.php:197
|
346 |
+
#: includes/wpua-options-page.php:206
|
347 |
msgid "(only for Contributors & Subscribers)"
|
348 |
msgstr ""
|
349 |
|
350 |
#. translators: file name
|
351 |
+
#: includes/wpua-options-page.php:216
|
352 |
msgid "%s exceeds the maximum upload size for this site."
|
353 |
msgstr ""
|
354 |
|
355 |
+
#: includes/wpua-options-page.php:235
|
356 |
msgid "Allow users to edit avatars"
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: includes/wpua-options-page.php:243
|
360 |
msgid "Resize avatars on upload"
|
361 |
msgstr ""
|
362 |
|
363 |
+
#: includes/wpua-options-page.php:248
|
364 |
msgid "Width"
|
365 |
msgstr ""
|
366 |
|
367 |
+
#: includes/wpua-options-page.php:252
|
368 |
msgid "Height"
|
369 |
msgstr ""
|
370 |
|
371 |
+
#: includes/wpua-options-page.php:260
|
372 |
msgid "Crop avatars to exact dimensions"
|
373 |
msgstr ""
|
374 |
|
375 |
+
#: includes/wpua-options-page.php:282
|
376 |
+
#: includes/wpua-options-page.php:288
|
377 |
msgid "Avatar Display"
|
378 |
msgstr ""
|
379 |
|
380 |
+
#: includes/wpua-options-page.php:295
|
381 |
msgid "Show Avatars"
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: includes/wpua-options-page.php:302
|
385 |
+
#: includes/wpua-options-page.php:308
|
386 |
msgid "Maximum Rating"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: includes/wpua-options-page.php:314
|
390 |
msgid "G — Suitable for all audiences"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: includes/wpua-options-page.php:315
|
394 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: includes/wpua-options-page.php:316
|
398 |
msgid "R — Intended for adult audiences above 17"
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: includes/wpua-options-page.php:317
|
402 |
msgid "X — Even more mature than above"
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: includes/wpua-options-page.php:346
|
406 |
msgid "For users without a custom avatar of their own, you can either display a generic logo or a generated one based on their e-mail address."
|
407 |
msgstr ""
|
408 |
|
languages/pt_BR.mo
CHANGED
Binary file
|
languages/pt_BR.po
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
# This file is distributed under the GPLv2.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: One User Avatar 2.3.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
7 |
-
"POT-Creation-Date: 2021-
|
8 |
-
"PO-Revision-Date: 2021-
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: \n"
|
11 |
"Language: pt_BR\n"
|
@@ -17,10 +17,10 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
-
#: includes/class-wp-user-avatar-admin.php:
|
21 |
-
#: includes/class-wp-user-avatar-admin.php:
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
-
#: includes/wpua-options-page.php:
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
@@ -53,85 +53,86 @@ msgstr "Não tem permissões para eliminar este conteúdo."
|
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Erro ao excluir."
|
55 |
|
56 |
-
#: includes/class-wp-user-avatar-admin.php:
|
57 |
-
#: includes/class-wp-user-avatar-admin.php:
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatares"
|
60 |
|
61 |
-
#: includes/class-wp-user-avatar-admin.php:
|
62 |
-
#: includes/class-wp-user-avatar-admin.php:
|
63 |
-
#: includes/class-wp-user-avatar-admin.php:
|
64 |
-
#: includes/wpua-options-page.php:
|
65 |
msgid "Settings"
|
66 |
msgstr "Opções"
|
67 |
|
68 |
-
#: includes/class-wp-user-avatar-admin.php:
|
69 |
-
#: includes/class-wp-user-avatar-admin.php:
|
70 |
msgid "Library"
|
71 |
msgstr "Biblioteca"
|
72 |
|
73 |
-
#: includes/class-wp-user-avatar-admin.php:
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Homem misterioso"
|
76 |
|
77 |
-
#: includes/class-wp-user-avatar-admin.php:
|
78 |
msgid "Blank"
|
79 |
msgstr "Em branco"
|
80 |
|
81 |
-
#: includes/class-wp-user-avatar-admin.php:
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Logotipo Gravatar"
|
84 |
|
85 |
-
#: includes/class-wp-user-avatar-admin.php:
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (Gerado)"
|
88 |
|
89 |
-
#: includes/class-wp-user-avatar-admin.php:
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (Gerado)"
|
92 |
|
93 |
-
#: includes/class-wp-user-avatar-admin.php:
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (Gerado)"
|
96 |
|
97 |
-
#: includes/class-wp-user-avatar-admin.php:
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (Gerado)"
|
100 |
|
101 |
-
#: includes/class-wp-user-avatar-admin.php:
|
102 |
-
#: includes/class-wp-user-avatar.php:
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Escolher imagem"
|
105 |
|
106 |
-
#: includes/class-wp-user-avatar-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
msgid "Remove"
|
108 |
msgstr "Remover"
|
109 |
|
110 |
-
#: includes/class-wp-user-avatar-admin.php:
|
111 |
-
#: includes/class-wp-user-avatar.php:
|
112 |
msgid "Undo"
|
113 |
msgstr "Anular"
|
114 |
|
115 |
-
#: includes/class-wp-user-avatar-admin.php:
|
116 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
117 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
118 |
|
119 |
-
#: includes/class-wp-user-avatar-admin.php:
|
120 |
msgid "Support Forums"
|
121 |
msgstr "Fórum de suporte"
|
122 |
|
123 |
-
#: includes/class-wp-user-avatar-admin.php:
|
124 |
-
#: includes/class-wp-user-avatar-admin.php:
|
125 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
126 |
-
#: includes/wpua-functions.php:
|
127 |
msgid "Profile Picture"
|
128 |
msgstr "Foto do perfil"
|
129 |
|
130 |
-
#: includes/class-wp-user-avatar-admin.php:566
|
131 |
-
#: includes/wpua-options-page.php:339 includes/wpua-options-page.php:345
|
132 |
-
msgid "Default Avatar"
|
133 |
-
msgstr "Avatar padrão"
|
134 |
-
|
135 |
#: includes/class-wp-user-avatar-functions.php:517
|
136 |
#: includes/class-wp-user-avatar-functions.php:718
|
137 |
msgid "Avatar"
|
@@ -144,7 +145,7 @@ msgid "All %s"
|
|
144 |
msgstr "Tudo %s"
|
145 |
|
146 |
#: includes/class-wp-user-avatar-list-table.php:192
|
147 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
148 |
msgid "Delete Permanently"
|
149 |
msgstr "Eliminar permanentemente"
|
150 |
|
@@ -172,43 +173,43 @@ msgid "Date"
|
|
172 |
msgstr "Data"
|
173 |
|
174 |
#. translators: post title
|
175 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
176 |
msgid "Select %s"
|
177 |
msgstr "Selecione %s"
|
178 |
|
179 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
180 |
msgid "Unpublished"
|
181 |
msgstr "Não publicado"
|
182 |
|
183 |
#. translators: time from now
|
184 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
185 |
msgctxt "time from now"
|
186 |
msgid "%s from now"
|
187 |
msgstr "%s a partir de agora"
|
188 |
|
189 |
#. translators: time ago
|
190 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
191 |
msgctxt "time ago"
|
192 |
msgid "%s ago"
|
193 |
msgstr "%s atrás"
|
194 |
|
195 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
196 |
msgid "Y/m/d"
|
197 |
msgstr "d/m/Y"
|
198 |
|
199 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
200 |
msgid "Edit"
|
201 |
msgstr "Editar"
|
202 |
|
203 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
204 |
msgid "Restore"
|
205 |
msgstr "Repor"
|
206 |
|
207 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
208 |
msgid "Trash"
|
209 |
msgstr "Lixo"
|
210 |
|
211 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
212 |
msgid "View"
|
213 |
msgstr "Ver"
|
214 |
|
@@ -222,11 +223,11 @@ msgstr ""
|
|
222 |
"que é exigido pelo One User Avatar. Por favor, adicione esta chamada aos "
|
223 |
"seus modelos de página."
|
224 |
|
225 |
-
#: includes/class-wp-user-avatar-shortcode.php:
|
226 |
msgid "Profile updated."
|
227 |
msgstr "Perfil atualizado."
|
228 |
|
229 |
-
#: includes/class-wp-user-avatar-shortcode.php:
|
230 |
msgid "Update Profile"
|
231 |
msgstr "Atualizar perfil"
|
232 |
|
@@ -248,49 +249,49 @@ msgid "Automatically add paragraphs"
|
|
248 |
msgstr "Adicionar parágrafos automaticamente"
|
249 |
|
250 |
#. translators: user display name
|
251 |
-
#: includes/class-wp-user-avatar.php:
|
252 |
msgid "Choose Image: %s"
|
253 |
msgstr "Escolher imagem: %s"
|
254 |
|
255 |
-
#: includes/class-wp-user-avatar.php:
|
256 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
257 |
msgid "Upload"
|
258 |
msgstr "Carregar"
|
259 |
|
260 |
#. translators: file size in KB
|
261 |
-
#: includes/class-wp-user-avatar.php:
|
262 |
msgid "Maximum upload file size: %s."
|
263 |
msgstr "Tamanho máximo do ficheiro para carregamento: %s."
|
264 |
|
265 |
#. translators: allowed file extensions
|
266 |
-
#: includes/class-wp-user-avatar.php:
|
267 |
msgid "Allowed Files: %s"
|
268 |
msgstr "Ficheiros permitidos: %s"
|
269 |
|
270 |
-
#: includes/class-wp-user-avatar.php:
|
271 |
#: includes/wpua-tinymce-window.php:125
|
272 |
msgid "Original Size"
|
273 |
msgstr "Original"
|
274 |
|
275 |
-
#: includes/class-wp-user-avatar.php:
|
276 |
#: includes/wpua-tinymce-window.php:128
|
277 |
msgid "Thumbnail"
|
278 |
msgstr "Miniatura"
|
279 |
|
280 |
-
#: includes/class-wp-user-avatar.php:
|
281 |
msgid "Remove Image"
|
282 |
msgstr "Remover imagem"
|
283 |
|
284 |
-
#: includes/class-wp-user-avatar.php:
|
285 |
msgid "This file is not an image. Please try another."
|
286 |
msgstr "Este ficheiro não é uma imagem. Por favor tente com outro."
|
287 |
|
288 |
-
#: includes/class-wp-user-avatar.php:
|
289 |
msgid "Memory exceeded. Please try another smaller file."
|
290 |
msgstr "Memória esgotada. Por favor tente com um ficheiro mais pequeno."
|
291 |
|
292 |
#. translators: directory path
|
293 |
-
#: includes/class-wp-user-avatar.php:
|
294 |
msgid ""
|
295 |
"Unable to create directory %s. Is its parent directory writable by the "
|
296 |
"server?"
|
@@ -315,31 +316,31 @@ msgstr "Resultados da pesquisa por %s"
|
|
315 |
msgid "Search"
|
316 |
msgstr "Pesquisar"
|
317 |
|
318 |
-
#: includes/wpua-options-page.php:
|
319 |
msgid "Add avatar button to Visual Editor"
|
320 |
msgstr "Adicionar botão de avatar ao Editor Visual"
|
321 |
|
322 |
-
#: includes/wpua-options-page.php:
|
323 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
324 |
msgstr "Permitir que contribuidores e subscritores carreguem avatares"
|
325 |
|
326 |
-
#: includes/wpua-options-page.php:
|
327 |
msgid "Disable Gravatar and use only local avatars"
|
328 |
msgstr "Desative o Gravatar e use apenas avatares locais"
|
329 |
|
330 |
-
#: includes/wpua-options-page.php:
|
331 |
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
332 |
msgstr ""
|
333 |
"Substitua a funcionalidade de avatares personalizados no plugin Ultimate "
|
334 |
"Member"
|
335 |
|
336 |
-
#: includes/wpua-options-page.php:
|
337 |
msgid "Always use the browser file uploader to upload avatars"
|
338 |
msgstr ""
|
339 |
"Sempre use o carregador de arquivos do navegador para fazer upload de "
|
340 |
"avatares"
|
341 |
|
342 |
-
#: includes/wpua-options-page.php:
|
343 |
msgid ""
|
344 |
"Check this if another plugin is conflicting with the WordPress Media "
|
345 |
"Uploader."
|
@@ -347,70 +348,70 @@ msgstr ""
|
|
347 |
"Verifique isso se outro plug-in estiver em conflito com o WordPress Media "
|
348 |
"Uploader."
|
349 |
|
350 |
-
#: includes/wpua-options-page.php:
|
351 |
msgid "Upload Size Limit"
|
352 |
msgstr "Limite de tamanho de upload"
|
353 |
|
354 |
-
#: includes/wpua-options-page.php:
|
355 |
msgid "(only for Contributors & Subscribers)"
|
356 |
msgstr "(apenas para contribuidores e subscritores)"
|
357 |
|
358 |
#. translators: file name
|
359 |
-
#: includes/wpua-options-page.php:
|
360 |
msgid "%s exceeds the maximum upload size for this site."
|
361 |
msgstr "%s excede o tamanho máximo de carregamentos para este site."
|
362 |
|
363 |
-
#: includes/wpua-options-page.php:
|
364 |
msgid "Allow users to edit avatars"
|
365 |
msgstr "Permitir que os usuários editem avatares"
|
366 |
|
367 |
-
#: includes/wpua-options-page.php:
|
368 |
msgid "Resize avatars on upload"
|
369 |
msgstr "Redimensionar avatares no upload"
|
370 |
|
371 |
-
#: includes/wpua-options-page.php:
|
372 |
msgid "Width"
|
373 |
msgstr "Largura"
|
374 |
|
375 |
-
#: includes/wpua-options-page.php:
|
376 |
msgid "Height"
|
377 |
msgstr "Altura"
|
378 |
|
379 |
-
#: includes/wpua-options-page.php:
|
380 |
msgid "Crop avatars to exact dimensions"
|
381 |
msgstr "Recorte avatares nas dimensões exatas"
|
382 |
|
383 |
-
#: includes/wpua-options-page.php:
|
384 |
msgid "Avatar Display"
|
385 |
msgstr "Exibição de Avatar"
|
386 |
|
387 |
-
#: includes/wpua-options-page.php:
|
388 |
msgid "Show Avatars"
|
389 |
msgstr "Mostrar Avatares"
|
390 |
|
391 |
-
#: includes/wpua-options-page.php:
|
392 |
msgid "Maximum Rating"
|
393 |
msgstr "Classificação Máxima"
|
394 |
|
395 |
-
#: includes/wpua-options-page.php:
|
396 |
msgid "G — Suitable for all audiences"
|
397 |
msgstr "G — Adequado para todos os públicos"
|
398 |
|
399 |
-
#: includes/wpua-options-page.php:
|
400 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
401 |
msgstr ""
|
402 |
"PG — Possivelmente ofensivo, geralmente para públicos a partir de 13 "
|
403 |
"anos"
|
404 |
|
405 |
-
#: includes/wpua-options-page.php:
|
406 |
msgid "R — Intended for adult audiences above 17"
|
407 |
msgstr "R — Destinado ao público adulto acima de 17"
|
408 |
|
409 |
-
#: includes/wpua-options-page.php:
|
410 |
msgid "X — Even more mature than above"
|
411 |
msgstr "X — Ainda mais maduro do que acima"
|
412 |
|
413 |
-
#: includes/wpua-options-page.php:
|
414 |
msgid ""
|
415 |
"For users without a custom avatar of their own, you can either display a "
|
416 |
"generic logo or a generated one based on their e-mail address."
|
2 |
# This file is distributed under the GPLv2.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: One User Avatar 2.3.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
7 |
+
"POT-Creation-Date: 2021-12-06T21:30:52+00:00\n"
|
8 |
+
"PO-Revision-Date: 2021-12-06 22:32+0100\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: \n"
|
11 |
"Language: pt_BR\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
+
#: includes/class-wp-user-avatar-admin.php:233
|
21 |
+
#: includes/class-wp-user-avatar-admin.php:434
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
+
#: includes/wpua-options-page.php:67 includes/wpua-tinymce-window.php:31
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Erro ao excluir."
|
55 |
|
56 |
+
#: includes/class-wp-user-avatar-admin.php:234
|
57 |
+
#: includes/class-wp-user-avatar-admin.php:292 includes/wpua-media-page.php:59
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatares"
|
60 |
|
61 |
+
#: includes/class-wp-user-avatar-admin.php:243
|
62 |
+
#: includes/class-wp-user-avatar-admin.php:244
|
63 |
+
#: includes/class-wp-user-avatar-admin.php:471
|
64 |
+
#: includes/wpua-options-page.php:105
|
65 |
msgid "Settings"
|
66 |
msgstr "Opções"
|
67 |
|
68 |
+
#: includes/class-wp-user-avatar-admin.php:252
|
69 |
+
#: includes/class-wp-user-avatar-admin.php:253
|
70 |
msgid "Library"
|
71 |
msgstr "Biblioteca"
|
72 |
|
73 |
+
#: includes/class-wp-user-avatar-admin.php:380
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Homem misterioso"
|
76 |
|
77 |
+
#: includes/class-wp-user-avatar-admin.php:381
|
78 |
msgid "Blank"
|
79 |
msgstr "Em branco"
|
80 |
|
81 |
+
#: includes/class-wp-user-avatar-admin.php:382
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Logotipo Gravatar"
|
84 |
|
85 |
+
#: includes/class-wp-user-avatar-admin.php:383
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (Gerado)"
|
88 |
|
89 |
+
#: includes/class-wp-user-avatar-admin.php:384
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (Gerado)"
|
92 |
|
93 |
+
#: includes/class-wp-user-avatar-admin.php:385
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (Gerado)"
|
96 |
|
97 |
+
#: includes/class-wp-user-avatar-admin.php:386
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (Gerado)"
|
100 |
|
101 |
+
#: includes/class-wp-user-avatar-admin.php:435
|
102 |
+
#: includes/class-wp-user-avatar.php:244
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Escolher imagem"
|
105 |
|
106 |
+
#: includes/class-wp-user-avatar-admin.php:435
|
107 |
+
#: includes/class-wp-user-avatar-admin.php:569
|
108 |
+
#: includes/wpua-options-page.php:336 includes/wpua-options-page.php:342
|
109 |
+
msgid "Default Avatar"
|
110 |
+
msgstr "Avatar padrão"
|
111 |
+
|
112 |
+
#: includes/class-wp-user-avatar-admin.php:436
|
113 |
msgid "Remove"
|
114 |
msgstr "Remover"
|
115 |
|
116 |
+
#: includes/class-wp-user-avatar-admin.php:436
|
117 |
+
#: includes/class-wp-user-avatar.php:305
|
118 |
msgid "Undo"
|
119 |
msgstr "Anular"
|
120 |
|
121 |
+
#: includes/class-wp-user-avatar-admin.php:489
|
122 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
123 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
124 |
|
125 |
+
#: includes/class-wp-user-avatar-admin.php:490
|
126 |
msgid "Support Forums"
|
127 |
msgstr "Fórum de suporte"
|
128 |
|
129 |
+
#: includes/class-wp-user-avatar-admin.php:504
|
130 |
+
#: includes/class-wp-user-avatar-admin.php:565 includes/wpua-functions.php:93
|
131 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
132 |
+
#: includes/wpua-functions.php:188 includes/wpua-tinymce-window.php:94
|
133 |
msgid "Profile Picture"
|
134 |
msgstr "Foto do perfil"
|
135 |
|
|
|
|
|
|
|
|
|
|
|
136 |
#: includes/class-wp-user-avatar-functions.php:517
|
137 |
#: includes/class-wp-user-avatar-functions.php:718
|
138 |
msgid "Avatar"
|
145 |
msgstr "Tudo %s"
|
146 |
|
147 |
#: includes/class-wp-user-avatar-list-table.php:192
|
148 |
+
#: includes/class-wp-user-avatar-list-table.php:544
|
149 |
msgid "Delete Permanently"
|
150 |
msgstr "Eliminar permanentemente"
|
151 |
|
173 |
msgstr "Data"
|
174 |
|
175 |
#. translators: post title
|
176 |
+
#: includes/class-wp-user-avatar-list-table.php:322
|
177 |
msgid "Select %s"
|
178 |
msgstr "Selecione %s"
|
179 |
|
180 |
+
#: includes/class-wp-user-avatar-list-table.php:412
|
181 |
msgid "Unpublished"
|
182 |
msgstr "Não publicado"
|
183 |
|
184 |
#. translators: time from now
|
185 |
+
#: includes/class-wp-user-avatar-list-table.php:420
|
186 |
msgctxt "time from now"
|
187 |
msgid "%s from now"
|
188 |
msgstr "%s a partir de agora"
|
189 |
|
190 |
#. translators: time ago
|
191 |
+
#: includes/class-wp-user-avatar-list-table.php:426
|
192 |
msgctxt "time ago"
|
193 |
msgid "%s ago"
|
194 |
msgstr "%s atrás"
|
195 |
|
196 |
+
#: includes/class-wp-user-avatar-list-table.php:431
|
197 |
msgid "Y/m/d"
|
198 |
msgstr "d/m/Y"
|
199 |
|
200 |
+
#: includes/class-wp-user-avatar-list-table.php:521
|
201 |
msgid "Edit"
|
202 |
msgstr "Editar"
|
203 |
|
204 |
+
#: includes/class-wp-user-avatar-list-table.php:530
|
205 |
msgid "Restore"
|
206 |
msgstr "Repor"
|
207 |
|
208 |
+
#: includes/class-wp-user-avatar-list-table.php:536
|
209 |
msgid "Trash"
|
210 |
msgstr "Lixo"
|
211 |
|
212 |
+
#: includes/class-wp-user-avatar-list-table.php:556
|
213 |
msgid "View"
|
214 |
msgstr "Ver"
|
215 |
|
223 |
"que é exigido pelo One User Avatar. Por favor, adicione esta chamada aos "
|
224 |
"seus modelos de página."
|
225 |
|
226 |
+
#: includes/class-wp-user-avatar-shortcode.php:255
|
227 |
msgid "Profile updated."
|
228 |
msgstr "Perfil atualizado."
|
229 |
|
230 |
+
#: includes/class-wp-user-avatar-shortcode.php:305
|
231 |
msgid "Update Profile"
|
232 |
msgstr "Atualizar perfil"
|
233 |
|
249 |
msgstr "Adicionar parágrafos automaticamente"
|
250 |
|
251 |
#. translators: user display name
|
252 |
+
#: includes/class-wp-user-avatar.php:240
|
253 |
msgid "Choose Image: %s"
|
254 |
msgstr "Escolher imagem: %s"
|
255 |
|
256 |
+
#: includes/class-wp-user-avatar.php:256 includes/class-wp-user-avatar.php:257
|
257 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
258 |
msgid "Upload"
|
259 |
msgstr "Carregar"
|
260 |
|
261 |
#. translators: file size in KB
|
262 |
+
#: includes/class-wp-user-avatar.php:266 includes/wpua-options-page.php:224
|
263 |
msgid "Maximum upload file size: %s."
|
264 |
msgstr "Tamanho máximo do ficheiro para carregamento: %s."
|
265 |
|
266 |
#. translators: allowed file extensions
|
267 |
+
#: includes/class-wp-user-avatar.php:276
|
268 |
msgid "Allowed Files: %s"
|
269 |
msgstr "Ficheiros permitidos: %s"
|
270 |
|
271 |
+
#: includes/class-wp-user-avatar.php:289 includes/class-wp-user-avatar.php:291
|
272 |
#: includes/wpua-tinymce-window.php:125
|
273 |
msgid "Original Size"
|
274 |
msgstr "Original"
|
275 |
|
276 |
+
#: includes/class-wp-user-avatar.php:295 includes/class-wp-user-avatar.php:297
|
277 |
#: includes/wpua-tinymce-window.php:128
|
278 |
msgid "Thumbnail"
|
279 |
msgstr "Miniatura"
|
280 |
|
281 |
+
#: includes/class-wp-user-avatar.php:301
|
282 |
msgid "Remove Image"
|
283 |
msgstr "Remover imagem"
|
284 |
|
285 |
+
#: includes/class-wp-user-avatar.php:395
|
286 |
msgid "This file is not an image. Please try another."
|
287 |
msgstr "Este ficheiro não é uma imagem. Por favor tente com outro."
|
288 |
|
289 |
+
#: includes/class-wp-user-avatar.php:400 includes/class-wp-user-avatar.php:432
|
290 |
msgid "Memory exceeded. Please try another smaller file."
|
291 |
msgstr "Memória esgotada. Por favor tente com um ficheiro mais pequeno."
|
292 |
|
293 |
#. translators: directory path
|
294 |
+
#: includes/class-wp-user-avatar.php:407
|
295 |
msgid ""
|
296 |
"Unable to create directory %s. Is its parent directory writable by the "
|
297 |
"server?"
|
316 |
msgid "Search"
|
317 |
msgstr "Pesquisar"
|
318 |
|
319 |
+
#: includes/wpua-options-page.php:120
|
320 |
msgid "Add avatar button to Visual Editor"
|
321 |
msgstr "Adicionar botão de avatar ao Editor Visual"
|
322 |
|
323 |
+
#: includes/wpua-options-page.php:131
|
324 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
325 |
msgstr "Permitir que contribuidores e subscritores carreguem avatares"
|
326 |
|
327 |
+
#: includes/wpua-options-page.php:142
|
328 |
msgid "Disable Gravatar and use only local avatars"
|
329 |
msgstr "Desative o Gravatar e use apenas avatares locais"
|
330 |
|
331 |
+
#: includes/wpua-options-page.php:154
|
332 |
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
333 |
msgstr ""
|
334 |
"Substitua a funcionalidade de avatares personalizados no plugin Ultimate "
|
335 |
"Member"
|
336 |
|
337 |
+
#: includes/wpua-options-page.php:167
|
338 |
msgid "Always use the browser file uploader to upload avatars"
|
339 |
msgstr ""
|
340 |
"Sempre use o carregador de arquivos do navegador para fazer upload de "
|
341 |
"avatares"
|
342 |
|
343 |
+
#: includes/wpua-options-page.php:168
|
344 |
msgid ""
|
345 |
"Check this if another plugin is conflicting with the WordPress Media "
|
346 |
"Uploader."
|
348 |
"Verifique isso se outro plug-in estiver em conflito com o WordPress Media "
|
349 |
"Uploader."
|
350 |
|
351 |
+
#: includes/wpua-options-page.php:196 includes/wpua-options-page.php:205
|
352 |
msgid "Upload Size Limit"
|
353 |
msgstr "Limite de tamanho de upload"
|
354 |
|
355 |
+
#: includes/wpua-options-page.php:197 includes/wpua-options-page.php:206
|
356 |
msgid "(only for Contributors & Subscribers)"
|
357 |
msgstr "(apenas para contribuidores e subscritores)"
|
358 |
|
359 |
#. translators: file name
|
360 |
+
#: includes/wpua-options-page.php:216
|
361 |
msgid "%s exceeds the maximum upload size for this site."
|
362 |
msgstr "%s excede o tamanho máximo de carregamentos para este site."
|
363 |
|
364 |
+
#: includes/wpua-options-page.php:235
|
365 |
msgid "Allow users to edit avatars"
|
366 |
msgstr "Permitir que os usuários editem avatares"
|
367 |
|
368 |
+
#: includes/wpua-options-page.php:243
|
369 |
msgid "Resize avatars on upload"
|
370 |
msgstr "Redimensionar avatares no upload"
|
371 |
|
372 |
+
#: includes/wpua-options-page.php:248
|
373 |
msgid "Width"
|
374 |
msgstr "Largura"
|
375 |
|
376 |
+
#: includes/wpua-options-page.php:252
|
377 |
msgid "Height"
|
378 |
msgstr "Altura"
|
379 |
|
380 |
+
#: includes/wpua-options-page.php:260
|
381 |
msgid "Crop avatars to exact dimensions"
|
382 |
msgstr "Recorte avatares nas dimensões exatas"
|
383 |
|
384 |
+
#: includes/wpua-options-page.php:282 includes/wpua-options-page.php:288
|
385 |
msgid "Avatar Display"
|
386 |
msgstr "Exibição de Avatar"
|
387 |
|
388 |
+
#: includes/wpua-options-page.php:295
|
389 |
msgid "Show Avatars"
|
390 |
msgstr "Mostrar Avatares"
|
391 |
|
392 |
+
#: includes/wpua-options-page.php:302 includes/wpua-options-page.php:308
|
393 |
msgid "Maximum Rating"
|
394 |
msgstr "Classificação Máxima"
|
395 |
|
396 |
+
#: includes/wpua-options-page.php:314
|
397 |
msgid "G — Suitable for all audiences"
|
398 |
msgstr "G — Adequado para todos os públicos"
|
399 |
|
400 |
+
#: includes/wpua-options-page.php:315
|
401 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
402 |
msgstr ""
|
403 |
"PG — Possivelmente ofensivo, geralmente para públicos a partir de 13 "
|
404 |
"anos"
|
405 |
|
406 |
+
#: includes/wpua-options-page.php:316
|
407 |
msgid "R — Intended for adult audiences above 17"
|
408 |
msgstr "R — Destinado ao público adulto acima de 17"
|
409 |
|
410 |
+
#: includes/wpua-options-page.php:317
|
411 |
msgid "X — Even more mature than above"
|
412 |
msgstr "X — Ainda mais maduro do que acima"
|
413 |
|
414 |
+
#: includes/wpua-options-page.php:346
|
415 |
msgid ""
|
416 |
"For users without a custom avatar of their own, you can either display a "
|
417 |
"generic logo or a generated one based on their e-mail address."
|
languages/pt_PT.mo
CHANGED
Binary file
|
languages/pt_PT.po
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
# This file is distributed under the GPLv2.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: One User Avatar 2.3.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
7 |
-
"POT-Creation-Date: 2021-
|
8 |
-
"PO-Revision-Date: 2021-
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: \n"
|
11 |
"Language: pt_PT\n"
|
@@ -17,10 +17,10 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
-
#: includes/class-wp-user-avatar-admin.php:
|
21 |
-
#: includes/class-wp-user-avatar-admin.php:
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
-
#: includes/wpua-options-page.php:
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
@@ -53,85 +53,86 @@ msgstr "Não tem permissões para eliminar este conteúdo."
|
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Erro ao excluir."
|
55 |
|
56 |
-
#: includes/class-wp-user-avatar-admin.php:
|
57 |
-
#: includes/class-wp-user-avatar-admin.php:
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatares"
|
60 |
|
61 |
-
#: includes/class-wp-user-avatar-admin.php:
|
62 |
-
#: includes/class-wp-user-avatar-admin.php:
|
63 |
-
#: includes/class-wp-user-avatar-admin.php:
|
64 |
-
#: includes/wpua-options-page.php:
|
65 |
msgid "Settings"
|
66 |
msgstr "Opções"
|
67 |
|
68 |
-
#: includes/class-wp-user-avatar-admin.php:
|
69 |
-
#: includes/class-wp-user-avatar-admin.php:
|
70 |
msgid "Library"
|
71 |
msgstr "Biblioteca"
|
72 |
|
73 |
-
#: includes/class-wp-user-avatar-admin.php:
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Homem misterioso"
|
76 |
|
77 |
-
#: includes/class-wp-user-avatar-admin.php:
|
78 |
msgid "Blank"
|
79 |
msgstr "Em branco"
|
80 |
|
81 |
-
#: includes/class-wp-user-avatar-admin.php:
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Logotipo Gravatar"
|
84 |
|
85 |
-
#: includes/class-wp-user-avatar-admin.php:
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (Gerado)"
|
88 |
|
89 |
-
#: includes/class-wp-user-avatar-admin.php:
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (Gerado)"
|
92 |
|
93 |
-
#: includes/class-wp-user-avatar-admin.php:
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (Gerado)"
|
96 |
|
97 |
-
#: includes/class-wp-user-avatar-admin.php:
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (Gerado)"
|
100 |
|
101 |
-
#: includes/class-wp-user-avatar-admin.php:
|
102 |
-
#: includes/class-wp-user-avatar.php:
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Escolher imagem"
|
105 |
|
106 |
-
#: includes/class-wp-user-avatar-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
msgid "Remove"
|
108 |
msgstr "Remover"
|
109 |
|
110 |
-
#: includes/class-wp-user-avatar-admin.php:
|
111 |
-
#: includes/class-wp-user-avatar.php:
|
112 |
msgid "Undo"
|
113 |
msgstr "Anular"
|
114 |
|
115 |
-
#: includes/class-wp-user-avatar-admin.php:
|
116 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
117 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
118 |
|
119 |
-
#: includes/class-wp-user-avatar-admin.php:
|
120 |
msgid "Support Forums"
|
121 |
msgstr "Fórum de suporte"
|
122 |
|
123 |
-
#: includes/class-wp-user-avatar-admin.php:
|
124 |
-
#: includes/class-wp-user-avatar-admin.php:
|
125 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
126 |
-
#: includes/wpua-functions.php:
|
127 |
msgid "Profile Picture"
|
128 |
msgstr "Foto do perfil"
|
129 |
|
130 |
-
#: includes/class-wp-user-avatar-admin.php:566
|
131 |
-
#: includes/wpua-options-page.php:339 includes/wpua-options-page.php:345
|
132 |
-
msgid "Default Avatar"
|
133 |
-
msgstr "Avatar padrão"
|
134 |
-
|
135 |
#: includes/class-wp-user-avatar-functions.php:517
|
136 |
#: includes/class-wp-user-avatar-functions.php:718
|
137 |
msgid "Avatar"
|
@@ -144,7 +145,7 @@ msgid "All %s"
|
|
144 |
msgstr "Tudo %s"
|
145 |
|
146 |
#: includes/class-wp-user-avatar-list-table.php:192
|
147 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
148 |
msgid "Delete Permanently"
|
149 |
msgstr "Eliminar permanentemente"
|
150 |
|
@@ -172,43 +173,43 @@ msgid "Date"
|
|
172 |
msgstr "Data"
|
173 |
|
174 |
#. translators: post title
|
175 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
176 |
msgid "Select %s"
|
177 |
msgstr "Selecione %s"
|
178 |
|
179 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
180 |
msgid "Unpublished"
|
181 |
msgstr "Não publicado"
|
182 |
|
183 |
#. translators: time from now
|
184 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
185 |
msgctxt "time from now"
|
186 |
msgid "%s from now"
|
187 |
msgstr "%s a partir de agora"
|
188 |
|
189 |
#. translators: time ago
|
190 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
191 |
msgctxt "time ago"
|
192 |
msgid "%s ago"
|
193 |
msgstr "%s atrás"
|
194 |
|
195 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
196 |
msgid "Y/m/d"
|
197 |
msgstr "d/m/Y"
|
198 |
|
199 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
200 |
msgid "Edit"
|
201 |
msgstr "Editar"
|
202 |
|
203 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
204 |
msgid "Restore"
|
205 |
msgstr "Repor"
|
206 |
|
207 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
208 |
msgid "Trash"
|
209 |
msgstr "Lixo"
|
210 |
|
211 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
212 |
msgid "View"
|
213 |
msgstr "Ver"
|
214 |
|
@@ -222,11 +223,11 @@ msgstr ""
|
|
222 |
"que é exigido pelo One User Avatar. Por favor, adicione esta chamada aos "
|
223 |
"seus modelos de página."
|
224 |
|
225 |
-
#: includes/class-wp-user-avatar-shortcode.php:
|
226 |
msgid "Profile updated."
|
227 |
msgstr "Perfil atualizado."
|
228 |
|
229 |
-
#: includes/class-wp-user-avatar-shortcode.php:
|
230 |
msgid "Update Profile"
|
231 |
msgstr "Atualizar perfil"
|
232 |
|
@@ -248,49 +249,49 @@ msgid "Automatically add paragraphs"
|
|
248 |
msgstr "Adicionar parágrafos automaticamente"
|
249 |
|
250 |
#. translators: user display name
|
251 |
-
#: includes/class-wp-user-avatar.php:
|
252 |
msgid "Choose Image: %s"
|
253 |
msgstr "Escolher imagem: %s"
|
254 |
|
255 |
-
#: includes/class-wp-user-avatar.php:
|
256 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
257 |
msgid "Upload"
|
258 |
msgstr "Carregar"
|
259 |
|
260 |
#. translators: file size in KB
|
261 |
-
#: includes/class-wp-user-avatar.php:
|
262 |
msgid "Maximum upload file size: %s."
|
263 |
msgstr "Tamanho máximo do ficheiro para carregamento: %s."
|
264 |
|
265 |
#. translators: allowed file extensions
|
266 |
-
#: includes/class-wp-user-avatar.php:
|
267 |
msgid "Allowed Files: %s"
|
268 |
msgstr "Ficheiros permitidos: %s"
|
269 |
|
270 |
-
#: includes/class-wp-user-avatar.php:
|
271 |
#: includes/wpua-tinymce-window.php:125
|
272 |
msgid "Original Size"
|
273 |
msgstr "Original"
|
274 |
|
275 |
-
#: includes/class-wp-user-avatar.php:
|
276 |
#: includes/wpua-tinymce-window.php:128
|
277 |
msgid "Thumbnail"
|
278 |
msgstr "Miniatura"
|
279 |
|
280 |
-
#: includes/class-wp-user-avatar.php:
|
281 |
msgid "Remove Image"
|
282 |
msgstr "Remover imagem"
|
283 |
|
284 |
-
#: includes/class-wp-user-avatar.php:
|
285 |
msgid "This file is not an image. Please try another."
|
286 |
msgstr "Este ficheiro não é uma imagem. Por favor tente com outro."
|
287 |
|
288 |
-
#: includes/class-wp-user-avatar.php:
|
289 |
msgid "Memory exceeded. Please try another smaller file."
|
290 |
msgstr "Memória esgotada. Por favor tente com um ficheiro mais pequeno."
|
291 |
|
292 |
#. translators: directory path
|
293 |
-
#: includes/class-wp-user-avatar.php:
|
294 |
msgid ""
|
295 |
"Unable to create directory %s. Is its parent directory writable by the "
|
296 |
"server?"
|
@@ -315,31 +316,31 @@ msgstr "Resultados da pesquisa por %s"
|
|
315 |
msgid "Search"
|
316 |
msgstr "Pesquisar"
|
317 |
|
318 |
-
#: includes/wpua-options-page.php:
|
319 |
msgid "Add avatar button to Visual Editor"
|
320 |
msgstr "Adicionar botão de avatar ao Editor Visual"
|
321 |
|
322 |
-
#: includes/wpua-options-page.php:
|
323 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
324 |
msgstr "Permitir que contribuidores e subscritores carreguem avatares"
|
325 |
|
326 |
-
#: includes/wpua-options-page.php:
|
327 |
msgid "Disable Gravatar and use only local avatars"
|
328 |
msgstr "Desative o Gravatar e use apenas avatares locais"
|
329 |
|
330 |
-
#: includes/wpua-options-page.php:
|
331 |
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
332 |
msgstr ""
|
333 |
"Substitua a funcionalidade de avatares personalizados no plugin Ultimate "
|
334 |
"Member"
|
335 |
|
336 |
-
#: includes/wpua-options-page.php:
|
337 |
msgid "Always use the browser file uploader to upload avatars"
|
338 |
msgstr ""
|
339 |
"Sempre use o carregador de arquivos do navegador para fazer upload de "
|
340 |
"avatares"
|
341 |
|
342 |
-
#: includes/wpua-options-page.php:
|
343 |
msgid ""
|
344 |
"Check this if another plugin is conflicting with the WordPress Media "
|
345 |
"Uploader."
|
@@ -347,70 +348,70 @@ msgstr ""
|
|
347 |
"Verifique isso se outro plug-in estiver em conflito com o WordPress Media "
|
348 |
"Uploader."
|
349 |
|
350 |
-
#: includes/wpua-options-page.php:
|
351 |
msgid "Upload Size Limit"
|
352 |
msgstr "Limite de tamanho de upload"
|
353 |
|
354 |
-
#: includes/wpua-options-page.php:
|
355 |
msgid "(only for Contributors & Subscribers)"
|
356 |
msgstr "(apenas para contribuidores e subscritores)"
|
357 |
|
358 |
#. translators: file name
|
359 |
-
#: includes/wpua-options-page.php:
|
360 |
msgid "%s exceeds the maximum upload size for this site."
|
361 |
msgstr "%s excede o tamanho máximo de carregamentos para este site."
|
362 |
|
363 |
-
#: includes/wpua-options-page.php:
|
364 |
msgid "Allow users to edit avatars"
|
365 |
msgstr "Permitir que os usuários editem avatares"
|
366 |
|
367 |
-
#: includes/wpua-options-page.php:
|
368 |
msgid "Resize avatars on upload"
|
369 |
msgstr "Redimensionar avatares no upload"
|
370 |
|
371 |
-
#: includes/wpua-options-page.php:
|
372 |
msgid "Width"
|
373 |
msgstr "Largura"
|
374 |
|
375 |
-
#: includes/wpua-options-page.php:
|
376 |
msgid "Height"
|
377 |
msgstr "Altura"
|
378 |
|
379 |
-
#: includes/wpua-options-page.php:
|
380 |
msgid "Crop avatars to exact dimensions"
|
381 |
msgstr "Recorte avatares nas dimensões exatas"
|
382 |
|
383 |
-
#: includes/wpua-options-page.php:
|
384 |
msgid "Avatar Display"
|
385 |
msgstr "Exibição de Avatar"
|
386 |
|
387 |
-
#: includes/wpua-options-page.php:
|
388 |
msgid "Show Avatars"
|
389 |
msgstr "Mostrar Avatares"
|
390 |
|
391 |
-
#: includes/wpua-options-page.php:
|
392 |
msgid "Maximum Rating"
|
393 |
msgstr "Classificação Máxima"
|
394 |
|
395 |
-
#: includes/wpua-options-page.php:
|
396 |
msgid "G — Suitable for all audiences"
|
397 |
msgstr "G — Adequado para todos os públicos"
|
398 |
|
399 |
-
#: includes/wpua-options-page.php:
|
400 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
401 |
msgstr ""
|
402 |
"PG — Possivelmente ofensivo, geralmente para públicos a partir de 13 "
|
403 |
"anos"
|
404 |
|
405 |
-
#: includes/wpua-options-page.php:
|
406 |
msgid "R — Intended for adult audiences above 17"
|
407 |
msgstr "R — Destinado ao público adulto acima de 17"
|
408 |
|
409 |
-
#: includes/wpua-options-page.php:
|
410 |
msgid "X — Even more mature than above"
|
411 |
msgstr "X — Ainda mais maduro do que acima"
|
412 |
|
413 |
-
#: includes/wpua-options-page.php:
|
414 |
msgid ""
|
415 |
"For users without a custom avatar of their own, you can either display a "
|
416 |
"generic logo or a generated one based on their e-mail address."
|
2 |
# This file is distributed under the GPLv2.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: One User Avatar 2.3.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
7 |
+
"POT-Creation-Date: 2021-12-06T21:30:52+00:00\n"
|
8 |
+
"PO-Revision-Date: 2021-12-06 22:32+0100\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: \n"
|
11 |
"Language: pt_PT\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
+
#: includes/class-wp-user-avatar-admin.php:233
|
21 |
+
#: includes/class-wp-user-avatar-admin.php:434
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
+
#: includes/wpua-options-page.php:67 includes/wpua-tinymce-window.php:31
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Erro ao excluir."
|
55 |
|
56 |
+
#: includes/class-wp-user-avatar-admin.php:234
|
57 |
+
#: includes/class-wp-user-avatar-admin.php:292 includes/wpua-media-page.php:59
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatares"
|
60 |
|
61 |
+
#: includes/class-wp-user-avatar-admin.php:243
|
62 |
+
#: includes/class-wp-user-avatar-admin.php:244
|
63 |
+
#: includes/class-wp-user-avatar-admin.php:471
|
64 |
+
#: includes/wpua-options-page.php:105
|
65 |
msgid "Settings"
|
66 |
msgstr "Opções"
|
67 |
|
68 |
+
#: includes/class-wp-user-avatar-admin.php:252
|
69 |
+
#: includes/class-wp-user-avatar-admin.php:253
|
70 |
msgid "Library"
|
71 |
msgstr "Biblioteca"
|
72 |
|
73 |
+
#: includes/class-wp-user-avatar-admin.php:380
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Homem misterioso"
|
76 |
|
77 |
+
#: includes/class-wp-user-avatar-admin.php:381
|
78 |
msgid "Blank"
|
79 |
msgstr "Em branco"
|
80 |
|
81 |
+
#: includes/class-wp-user-avatar-admin.php:382
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Logotipo Gravatar"
|
84 |
|
85 |
+
#: includes/class-wp-user-avatar-admin.php:383
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (Gerado)"
|
88 |
|
89 |
+
#: includes/class-wp-user-avatar-admin.php:384
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (Gerado)"
|
92 |
|
93 |
+
#: includes/class-wp-user-avatar-admin.php:385
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (Gerado)"
|
96 |
|
97 |
+
#: includes/class-wp-user-avatar-admin.php:386
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (Gerado)"
|
100 |
|
101 |
+
#: includes/class-wp-user-avatar-admin.php:435
|
102 |
+
#: includes/class-wp-user-avatar.php:244
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Escolher imagem"
|
105 |
|
106 |
+
#: includes/class-wp-user-avatar-admin.php:435
|
107 |
+
#: includes/class-wp-user-avatar-admin.php:569
|
108 |
+
#: includes/wpua-options-page.php:336 includes/wpua-options-page.php:342
|
109 |
+
msgid "Default Avatar"
|
110 |
+
msgstr "Avatar padrão"
|
111 |
+
|
112 |
+
#: includes/class-wp-user-avatar-admin.php:436
|
113 |
msgid "Remove"
|
114 |
msgstr "Remover"
|
115 |
|
116 |
+
#: includes/class-wp-user-avatar-admin.php:436
|
117 |
+
#: includes/class-wp-user-avatar.php:305
|
118 |
msgid "Undo"
|
119 |
msgstr "Anular"
|
120 |
|
121 |
+
#: includes/class-wp-user-avatar-admin.php:489
|
122 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
123 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
124 |
|
125 |
+
#: includes/class-wp-user-avatar-admin.php:490
|
126 |
msgid "Support Forums"
|
127 |
msgstr "Fórum de suporte"
|
128 |
|
129 |
+
#: includes/class-wp-user-avatar-admin.php:504
|
130 |
+
#: includes/class-wp-user-avatar-admin.php:565 includes/wpua-functions.php:93
|
131 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
132 |
+
#: includes/wpua-functions.php:188 includes/wpua-tinymce-window.php:94
|
133 |
msgid "Profile Picture"
|
134 |
msgstr "Foto do perfil"
|
135 |
|
|
|
|
|
|
|
|
|
|
|
136 |
#: includes/class-wp-user-avatar-functions.php:517
|
137 |
#: includes/class-wp-user-avatar-functions.php:718
|
138 |
msgid "Avatar"
|
145 |
msgstr "Tudo %s"
|
146 |
|
147 |
#: includes/class-wp-user-avatar-list-table.php:192
|
148 |
+
#: includes/class-wp-user-avatar-list-table.php:544
|
149 |
msgid "Delete Permanently"
|
150 |
msgstr "Eliminar permanentemente"
|
151 |
|
173 |
msgstr "Data"
|
174 |
|
175 |
#. translators: post title
|
176 |
+
#: includes/class-wp-user-avatar-list-table.php:322
|
177 |
msgid "Select %s"
|
178 |
msgstr "Selecione %s"
|
179 |
|
180 |
+
#: includes/class-wp-user-avatar-list-table.php:412
|
181 |
msgid "Unpublished"
|
182 |
msgstr "Não publicado"
|
183 |
|
184 |
#. translators: time from now
|
185 |
+
#: includes/class-wp-user-avatar-list-table.php:420
|
186 |
msgctxt "time from now"
|
187 |
msgid "%s from now"
|
188 |
msgstr "%s a partir de agora"
|
189 |
|
190 |
#. translators: time ago
|
191 |
+
#: includes/class-wp-user-avatar-list-table.php:426
|
192 |
msgctxt "time ago"
|
193 |
msgid "%s ago"
|
194 |
msgstr "%s atrás"
|
195 |
|
196 |
+
#: includes/class-wp-user-avatar-list-table.php:431
|
197 |
msgid "Y/m/d"
|
198 |
msgstr "d/m/Y"
|
199 |
|
200 |
+
#: includes/class-wp-user-avatar-list-table.php:521
|
201 |
msgid "Edit"
|
202 |
msgstr "Editar"
|
203 |
|
204 |
+
#: includes/class-wp-user-avatar-list-table.php:530
|
205 |
msgid "Restore"
|
206 |
msgstr "Repor"
|
207 |
|
208 |
+
#: includes/class-wp-user-avatar-list-table.php:536
|
209 |
msgid "Trash"
|
210 |
msgstr "Lixo"
|
211 |
|
212 |
+
#: includes/class-wp-user-avatar-list-table.php:556
|
213 |
msgid "View"
|
214 |
msgstr "Ver"
|
215 |
|
223 |
"que é exigido pelo One User Avatar. Por favor, adicione esta chamada aos "
|
224 |
"seus modelos de página."
|
225 |
|
226 |
+
#: includes/class-wp-user-avatar-shortcode.php:255
|
227 |
msgid "Profile updated."
|
228 |
msgstr "Perfil atualizado."
|
229 |
|
230 |
+
#: includes/class-wp-user-avatar-shortcode.php:305
|
231 |
msgid "Update Profile"
|
232 |
msgstr "Atualizar perfil"
|
233 |
|
249 |
msgstr "Adicionar parágrafos automaticamente"
|
250 |
|
251 |
#. translators: user display name
|
252 |
+
#: includes/class-wp-user-avatar.php:240
|
253 |
msgid "Choose Image: %s"
|
254 |
msgstr "Escolher imagem: %s"
|
255 |
|
256 |
+
#: includes/class-wp-user-avatar.php:256 includes/class-wp-user-avatar.php:257
|
257 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
258 |
msgid "Upload"
|
259 |
msgstr "Carregar"
|
260 |
|
261 |
#. translators: file size in KB
|
262 |
+
#: includes/class-wp-user-avatar.php:266 includes/wpua-options-page.php:224
|
263 |
msgid "Maximum upload file size: %s."
|
264 |
msgstr "Tamanho máximo do ficheiro para carregamento: %s."
|
265 |
|
266 |
#. translators: allowed file extensions
|
267 |
+
#: includes/class-wp-user-avatar.php:276
|
268 |
msgid "Allowed Files: %s"
|
269 |
msgstr "Ficheiros permitidos: %s"
|
270 |
|
271 |
+
#: includes/class-wp-user-avatar.php:289 includes/class-wp-user-avatar.php:291
|
272 |
#: includes/wpua-tinymce-window.php:125
|
273 |
msgid "Original Size"
|
274 |
msgstr "Original"
|
275 |
|
276 |
+
#: includes/class-wp-user-avatar.php:295 includes/class-wp-user-avatar.php:297
|
277 |
#: includes/wpua-tinymce-window.php:128
|
278 |
msgid "Thumbnail"
|
279 |
msgstr "Miniatura"
|
280 |
|
281 |
+
#: includes/class-wp-user-avatar.php:301
|
282 |
msgid "Remove Image"
|
283 |
msgstr "Remover imagem"
|
284 |
|
285 |
+
#: includes/class-wp-user-avatar.php:395
|
286 |
msgid "This file is not an image. Please try another."
|
287 |
msgstr "Este ficheiro não é uma imagem. Por favor tente com outro."
|
288 |
|
289 |
+
#: includes/class-wp-user-avatar.php:400 includes/class-wp-user-avatar.php:432
|
290 |
msgid "Memory exceeded. Please try another smaller file."
|
291 |
msgstr "Memória esgotada. Por favor tente com um ficheiro mais pequeno."
|
292 |
|
293 |
#. translators: directory path
|
294 |
+
#: includes/class-wp-user-avatar.php:407
|
295 |
msgid ""
|
296 |
"Unable to create directory %s. Is its parent directory writable by the "
|
297 |
"server?"
|
316 |
msgid "Search"
|
317 |
msgstr "Pesquisar"
|
318 |
|
319 |
+
#: includes/wpua-options-page.php:120
|
320 |
msgid "Add avatar button to Visual Editor"
|
321 |
msgstr "Adicionar botão de avatar ao Editor Visual"
|
322 |
|
323 |
+
#: includes/wpua-options-page.php:131
|
324 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
325 |
msgstr "Permitir que contribuidores e subscritores carreguem avatares"
|
326 |
|
327 |
+
#: includes/wpua-options-page.php:142
|
328 |
msgid "Disable Gravatar and use only local avatars"
|
329 |
msgstr "Desative o Gravatar e use apenas avatares locais"
|
330 |
|
331 |
+
#: includes/wpua-options-page.php:154
|
332 |
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
333 |
msgstr ""
|
334 |
"Substitua a funcionalidade de avatares personalizados no plugin Ultimate "
|
335 |
"Member"
|
336 |
|
337 |
+
#: includes/wpua-options-page.php:167
|
338 |
msgid "Always use the browser file uploader to upload avatars"
|
339 |
msgstr ""
|
340 |
"Sempre use o carregador de arquivos do navegador para fazer upload de "
|
341 |
"avatares"
|
342 |
|
343 |
+
#: includes/wpua-options-page.php:168
|
344 |
msgid ""
|
345 |
"Check this if another plugin is conflicting with the WordPress Media "
|
346 |
"Uploader."
|
348 |
"Verifique isso se outro plug-in estiver em conflito com o WordPress Media "
|
349 |
"Uploader."
|
350 |
|
351 |
+
#: includes/wpua-options-page.php:196 includes/wpua-options-page.php:205
|
352 |
msgid "Upload Size Limit"
|
353 |
msgstr "Limite de tamanho de upload"
|
354 |
|
355 |
+
#: includes/wpua-options-page.php:197 includes/wpua-options-page.php:206
|
356 |
msgid "(only for Contributors & Subscribers)"
|
357 |
msgstr "(apenas para contribuidores e subscritores)"
|
358 |
|
359 |
#. translators: file name
|
360 |
+
#: includes/wpua-options-page.php:216
|
361 |
msgid "%s exceeds the maximum upload size for this site."
|
362 |
msgstr "%s excede o tamanho máximo de carregamentos para este site."
|
363 |
|
364 |
+
#: includes/wpua-options-page.php:235
|
365 |
msgid "Allow users to edit avatars"
|
366 |
msgstr "Permitir que os usuários editem avatares"
|
367 |
|
368 |
+
#: includes/wpua-options-page.php:243
|
369 |
msgid "Resize avatars on upload"
|
370 |
msgstr "Redimensionar avatares no upload"
|
371 |
|
372 |
+
#: includes/wpua-options-page.php:248
|
373 |
msgid "Width"
|
374 |
msgstr "Largura"
|
375 |
|
376 |
+
#: includes/wpua-options-page.php:252
|
377 |
msgid "Height"
|
378 |
msgstr "Altura"
|
379 |
|
380 |
+
#: includes/wpua-options-page.php:260
|
381 |
msgid "Crop avatars to exact dimensions"
|
382 |
msgstr "Recorte avatares nas dimensões exatas"
|
383 |
|
384 |
+
#: includes/wpua-options-page.php:282 includes/wpua-options-page.php:288
|
385 |
msgid "Avatar Display"
|
386 |
msgstr "Exibição de Avatar"
|
387 |
|
388 |
+
#: includes/wpua-options-page.php:295
|
389 |
msgid "Show Avatars"
|
390 |
msgstr "Mostrar Avatares"
|
391 |
|
392 |
+
#: includes/wpua-options-page.php:302 includes/wpua-options-page.php:308
|
393 |
msgid "Maximum Rating"
|
394 |
msgstr "Classificação Máxima"
|
395 |
|
396 |
+
#: includes/wpua-options-page.php:314
|
397 |
msgid "G — Suitable for all audiences"
|
398 |
msgstr "G — Adequado para todos os públicos"
|
399 |
|
400 |
+
#: includes/wpua-options-page.php:315
|
401 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
402 |
msgstr ""
|
403 |
"PG — Possivelmente ofensivo, geralmente para públicos a partir de 13 "
|
404 |
"anos"
|
405 |
|
406 |
+
#: includes/wpua-options-page.php:316
|
407 |
msgid "R — Intended for adult audiences above 17"
|
408 |
msgstr "R — Destinado ao público adulto acima de 17"
|
409 |
|
410 |
+
#: includes/wpua-options-page.php:317
|
411 |
msgid "X — Even more mature than above"
|
412 |
msgstr "X — Ainda mais maduro do que acima"
|
413 |
|
414 |
+
#: includes/wpua-options-page.php:346
|
415 |
msgid ""
|
416 |
"For users without a custom avatar of their own, you can either display a "
|
417 |
"generic logo or a generated one based on their e-mail address."
|
languages/ro_RO.mo
CHANGED
Binary file
|
languages/ro_RO.po
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
# This file is distributed under the same license as the One User Avatar plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: One User Avatar 2.3.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
7 |
-
"POT-Creation-Date: 2021-
|
8 |
-
"PO-Revision-Date: 2021-
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: \n"
|
11 |
"Language: ro_RO\n"
|
@@ -18,10 +18,10 @@ msgstr ""
|
|
18 |
"%100<=19) ? 1 : 2);\n"
|
19 |
|
20 |
#. Plugin Name of the plugin
|
21 |
-
#: includes/class-wp-user-avatar-admin.php:
|
22 |
-
#: includes/class-wp-user-avatar-admin.php:
|
23 |
#: includes/class-wp-user-avatar-widget.php:32
|
24 |
-
#: includes/wpua-options-page.php:
|
25 |
msgid "One User Avatar"
|
26 |
msgstr "One User Avatar"
|
27 |
|
@@ -54,85 +54,86 @@ msgstr "Nu ai voie să ștergi această postare."
|
|
54 |
msgid "Error in deleting."
|
55 |
msgstr "Eroare la ștergere."
|
56 |
|
57 |
-
#: includes/class-wp-user-avatar-admin.php:
|
58 |
-
#: includes/class-wp-user-avatar-admin.php:
|
59 |
msgid "Avatars"
|
60 |
msgstr "Avatare"
|
61 |
|
62 |
-
#: includes/class-wp-user-avatar-admin.php:
|
63 |
-
#: includes/class-wp-user-avatar-admin.php:
|
64 |
-
#: includes/class-wp-user-avatar-admin.php:
|
65 |
-
#: includes/wpua-options-page.php:
|
66 |
msgid "Settings"
|
67 |
msgstr "Setări"
|
68 |
|
69 |
-
#: includes/class-wp-user-avatar-admin.php:
|
70 |
-
#: includes/class-wp-user-avatar-admin.php:
|
71 |
msgid "Library"
|
72 |
msgstr "Bibliotecă"
|
73 |
|
74 |
-
#: includes/class-wp-user-avatar-admin.php:
|
75 |
msgid "Mystery Man"
|
76 |
msgstr "Omul misterios"
|
77 |
|
78 |
-
#: includes/class-wp-user-avatar-admin.php:
|
79 |
msgid "Blank"
|
80 |
msgstr "Gol"
|
81 |
|
82 |
-
#: includes/class-wp-user-avatar-admin.php:
|
83 |
msgid "Gravatar Logo"
|
84 |
msgstr "Logo Gravatar"
|
85 |
|
86 |
-
#: includes/class-wp-user-avatar-admin.php:
|
87 |
msgid "Identicon (Generated)"
|
88 |
msgstr "Identicon (Generat)"
|
89 |
|
90 |
-
#: includes/class-wp-user-avatar-admin.php:
|
91 |
msgid "Wavatar (Generated)"
|
92 |
msgstr "Wavatar (Generat)"
|
93 |
|
94 |
-
#: includes/class-wp-user-avatar-admin.php:
|
95 |
msgid "MonsterID (Generated)"
|
96 |
msgstr "MonsterID (Generat)"
|
97 |
|
98 |
-
#: includes/class-wp-user-avatar-admin.php:
|
99 |
msgid "Retro (Generated)"
|
100 |
msgstr "Retro (Generat)"
|
101 |
|
102 |
-
#: includes/class-wp-user-avatar-admin.php:
|
103 |
-
#: includes/class-wp-user-avatar.php:
|
104 |
msgid "Choose Image"
|
105 |
msgstr "Alege imagine"
|
106 |
|
107 |
-
#: includes/class-wp-user-avatar-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
msgid "Remove"
|
109 |
msgstr "Elimină"
|
110 |
|
111 |
-
#: includes/class-wp-user-avatar-admin.php:
|
112 |
-
#: includes/class-wp-user-avatar.php:
|
113 |
msgid "Undo"
|
114 |
msgstr "Anulează"
|
115 |
|
116 |
-
#: includes/class-wp-user-avatar-admin.php:
|
117 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
118 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
119 |
|
120 |
-
#: includes/class-wp-user-avatar-admin.php:
|
121 |
msgid "Support Forums"
|
122 |
msgstr "Forumuri de asistență"
|
123 |
|
124 |
-
#: includes/class-wp-user-avatar-admin.php:
|
125 |
-
#: includes/class-wp-user-avatar-admin.php:
|
126 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
127 |
-
#: includes/wpua-functions.php:
|
128 |
msgid "Profile Picture"
|
129 |
msgstr "Poză de profil"
|
130 |
|
131 |
-
#: includes/class-wp-user-avatar-admin.php:566
|
132 |
-
#: includes/wpua-options-page.php:339 includes/wpua-options-page.php:345
|
133 |
-
msgid "Default Avatar"
|
134 |
-
msgstr "Avatar implicit"
|
135 |
-
|
136 |
#: includes/class-wp-user-avatar-functions.php:517
|
137 |
#: includes/class-wp-user-avatar-functions.php:718
|
138 |
msgid "Avatar"
|
@@ -145,7 +146,7 @@ msgid "All %s"
|
|
145 |
msgstr "Toate %s"
|
146 |
|
147 |
#: includes/class-wp-user-avatar-list-table.php:192
|
148 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
149 |
msgid "Delete Permanently"
|
150 |
msgstr "Sterge permanent"
|
151 |
|
@@ -173,43 +174,43 @@ msgid "Date"
|
|
173 |
msgstr "Data"
|
174 |
|
175 |
#. translators: post title
|
176 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
177 |
msgid "Select %s"
|
178 |
msgstr "Selectează %s"
|
179 |
|
180 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
181 |
msgid "Unpublished"
|
182 |
msgstr "Nepublicat"
|
183 |
|
184 |
#. translators: time from now
|
185 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
186 |
msgctxt "time from now"
|
187 |
msgid "%s from now"
|
188 |
msgstr "%s de acum"
|
189 |
|
190 |
#. translators: time ago
|
191 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
192 |
msgctxt "time ago"
|
193 |
msgid "%s ago"
|
194 |
msgstr "cu %s înainte"
|
195 |
|
196 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
197 |
msgid "Y/m/d"
|
198 |
msgstr "j.F.Y"
|
199 |
|
200 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
201 |
msgid "Edit"
|
202 |
msgstr "Editează"
|
203 |
|
204 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
205 |
msgid "Restore"
|
206 |
msgstr "Restabileşte"
|
207 |
|
208 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
209 |
msgid "Trash"
|
210 |
msgstr "Coş gunoi"
|
211 |
|
212 |
-
#: includes/class-wp-user-avatar-list-table.php:
|
213 |
msgid "View"
|
214 |
msgstr "Vezi"
|
215 |
|
@@ -223,11 +224,11 @@ msgstr ""
|
|
223 |
"necesitat de către One User Avatar. Vă rugăm să adăugați acest apel la "
|
224 |
"șabloanele de pagină."
|
225 |
|
226 |
-
#: includes/class-wp-user-avatar-shortcode.php:
|
227 |
msgid "Profile updated."
|
228 |
msgstr "Profil actualizat."
|
229 |
|
230 |
-
#: includes/class-wp-user-avatar-shortcode.php:
|
231 |
msgid "Update Profile"
|
232 |
msgstr "Actualizează profil"
|
233 |
|
@@ -249,49 +250,49 @@ msgid "Automatically add paragraphs"
|
|
249 |
msgstr "Adaugă paragrafe automat"
|
250 |
|
251 |
#. translators: user display name
|
252 |
-
#: includes/class-wp-user-avatar.php:
|
253 |
msgid "Choose Image: %s"
|
254 |
msgstr "Alege imagine: %s"
|
255 |
|
256 |
-
#: includes/class-wp-user-avatar.php:
|
257 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
258 |
msgid "Upload"
|
259 |
msgstr "Încărcare"
|
260 |
|
261 |
#. translators: file size in KB
|
262 |
-
#: includes/class-wp-user-avatar.php:
|
263 |
msgid "Maximum upload file size: %s."
|
264 |
msgstr "Dimensiunea maximă a fișierului pentru încărcat: %s."
|
265 |
|
266 |
#. translators: allowed file extensions
|
267 |
-
#: includes/class-wp-user-avatar.php:
|
268 |
msgid "Allowed Files: %s"
|
269 |
msgstr "Fișiere permise: %s"
|
270 |
|
271 |
-
#: includes/class-wp-user-avatar.php:
|
272 |
#: includes/wpua-tinymce-window.php:125
|
273 |
msgid "Original Size"
|
274 |
msgstr "Mărimea originală"
|
275 |
|
276 |
-
#: includes/class-wp-user-avatar.php:
|
277 |
#: includes/wpua-tinymce-window.php:128
|
278 |
msgid "Thumbnail"
|
279 |
msgstr "Thumbnail"
|
280 |
|
281 |
-
#: includes/class-wp-user-avatar.php:
|
282 |
msgid "Remove Image"
|
283 |
msgstr "Elimină imaginea"
|
284 |
|
285 |
-
#: includes/class-wp-user-avatar.php:
|
286 |
msgid "This file is not an image. Please try another."
|
287 |
msgstr "Acest fișier nu este o imagine. Încearcă altul."
|
288 |
|
289 |
-
#: includes/class-wp-user-avatar.php:
|
290 |
msgid "Memory exceeded. Please try another smaller file."
|
291 |
msgstr "Memoria depășită. Încearcă un alt fișier mai mic."
|
292 |
|
293 |
#. translators: directory path
|
294 |
-
#: includes/class-wp-user-avatar.php:
|
295 |
msgid ""
|
296 |
"Unable to create directory %s. Is its parent directory writable by the "
|
297 |
"server?"
|
@@ -316,31 +317,31 @@ msgstr "Rezultatele căutării pentru: %s"
|
|
316 |
msgid "Search"
|
317 |
msgstr "Căutare"
|
318 |
|
319 |
-
#: includes/wpua-options-page.php:
|
320 |
msgid "Add avatar button to Visual Editor"
|
321 |
msgstr "Adăugați butonul avatar în editorul vizual"
|
322 |
|
323 |
-
#: includes/wpua-options-page.php:
|
324 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
325 |
msgstr "Permiteți colaboratorilor și abonaților să încarce avatare"
|
326 |
|
327 |
-
#: includes/wpua-options-page.php:
|
328 |
msgid "Disable Gravatar and use only local avatars"
|
329 |
msgstr "Dezactivați Gravatar și utilizați numai avataruri locale"
|
330 |
|
331 |
-
#: includes/wpua-options-page.php:
|
332 |
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
333 |
msgstr ""
|
334 |
"Înlocuiește funcționalitatea avatarurilor personalizate în pluginul Ultimate "
|
335 |
"Member"
|
336 |
|
337 |
-
#: includes/wpua-options-page.php:
|
338 |
msgid "Always use the browser file uploader to upload avatars"
|
339 |
msgstr ""
|
340 |
"Utilizați întotdeauna încărcătorul de fișiere al browserului pentru a "
|
341 |
"încărca avatare"
|
342 |
|
343 |
-
#: includes/wpua-options-page.php:
|
344 |
msgid ""
|
345 |
"Check this if another plugin is conflicting with the WordPress Media "
|
346 |
"Uploader."
|
@@ -348,69 +349,69 @@ msgstr ""
|
|
348 |
"Bifați aici dacă un alt plugin este în conflict cu uploaderul media din "
|
349 |
"WordPress."
|
350 |
|
351 |
-
#: includes/wpua-options-page.php:
|
352 |
msgid "Upload Size Limit"
|
353 |
msgstr "Limita de dimensiune a încărcării"
|
354 |
|
355 |
-
#: includes/wpua-options-page.php:
|
356 |
msgid "(only for Contributors & Subscribers)"
|
357 |
msgstr "(numai pentru colaboratori și abonați)"
|
358 |
|
359 |
#. translators: file name
|
360 |
-
#: includes/wpua-options-page.php:
|
361 |
msgid "%s exceeds the maximum upload size for this site."
|
362 |
msgstr "%s depășește dimensiunea maximă de încărcare pentru acest site."
|
363 |
|
364 |
-
#: includes/wpua-options-page.php:
|
365 |
msgid "Allow users to edit avatars"
|
366 |
msgstr "Permiteți utilizatorilor să editeze avatare"
|
367 |
|
368 |
-
#: includes/wpua-options-page.php:
|
369 |
msgid "Resize avatars on upload"
|
370 |
msgstr "Redimensionați avatarurile la încărcare"
|
371 |
|
372 |
-
#: includes/wpua-options-page.php:
|
373 |
msgid "Width"
|
374 |
msgstr "Lăţime"
|
375 |
|
376 |
-
#: includes/wpua-options-page.php:
|
377 |
msgid "Height"
|
378 |
msgstr "Înălţime"
|
379 |
|
380 |
-
#: includes/wpua-options-page.php:
|
381 |
msgid "Crop avatars to exact dimensions"
|
382 |
msgstr "Decupați avatare la dimensiuni exacte"
|
383 |
|
384 |
-
#: includes/wpua-options-page.php:
|
385 |
msgid "Avatar Display"
|
386 |
msgstr "Afișare avatar"
|
387 |
|
388 |
-
#: includes/wpua-options-page.php:
|
389 |
msgid "Show Avatars"
|
390 |
msgstr "Afișați avatare"
|
391 |
|
392 |
-
#: includes/wpua-options-page.php:
|
393 |
msgid "Maximum Rating"
|
394 |
msgstr "Limită de vârstă"
|
395 |
|
396 |
-
#: includes/wpua-options-page.php:
|
397 |
msgid "G — Suitable for all audiences"
|
398 |
msgstr "G — Potrivit pentru toate vârstele"
|
399 |
|
400 |
-
#: includes/wpua-options-page.php:
|
401 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
402 |
msgstr ""
|
403 |
"PG — Eventual ofensator, de obicei pentru vârsta de 13 ani și peste"
|
404 |
|
405 |
-
#: includes/wpua-options-page.php:
|
406 |
msgid "R — Intended for adult audiences above 17"
|
407 |
msgstr "R — Destinat adulților cu vârsta peste 17 ani"
|
408 |
|
409 |
-
#: includes/wpua-options-page.php:
|
410 |
msgid "X — Even more mature than above"
|
411 |
msgstr "X — Și mai maturi decât cele de mai sus"
|
412 |
|
413 |
-
#: includes/wpua-options-page.php:
|
414 |
msgid ""
|
415 |
"For users without a custom avatar of their own, you can either display a "
|
416 |
"generic logo or a generated one based on their e-mail address."
|
2 |
# This file is distributed under the same license as the One User Avatar plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: One User Avatar 2.3.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
7 |
+
"POT-Creation-Date: 2021-12-06T21:30:52+00:00\n"
|
8 |
+
"PO-Revision-Date: 2021-12-06 22:32+0100\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: \n"
|
11 |
"Language: ro_RO\n"
|
18 |
"%100<=19) ? 1 : 2);\n"
|
19 |
|
20 |
#. Plugin Name of the plugin
|
21 |
+
#: includes/class-wp-user-avatar-admin.php:233
|
22 |
+
#: includes/class-wp-user-avatar-admin.php:434
|
23 |
#: includes/class-wp-user-avatar-widget.php:32
|
24 |
+
#: includes/wpua-options-page.php:67 includes/wpua-tinymce-window.php:31
|
25 |
msgid "One User Avatar"
|
26 |
msgstr "One User Avatar"
|
27 |
|
54 |
msgid "Error in deleting."
|
55 |
msgstr "Eroare la ștergere."
|
56 |
|
57 |
+
#: includes/class-wp-user-avatar-admin.php:234
|
58 |
+
#: includes/class-wp-user-avatar-admin.php:292 includes/wpua-media-page.php:59
|
59 |
msgid "Avatars"
|
60 |
msgstr "Avatare"
|
61 |
|
62 |
+
#: includes/class-wp-user-avatar-admin.php:243
|
63 |
+
#: includes/class-wp-user-avatar-admin.php:244
|
64 |
+
#: includes/class-wp-user-avatar-admin.php:471
|
65 |
+
#: includes/wpua-options-page.php:105
|
66 |
msgid "Settings"
|
67 |
msgstr "Setări"
|
68 |
|
69 |
+
#: includes/class-wp-user-avatar-admin.php:252
|
70 |
+
#: includes/class-wp-user-avatar-admin.php:253
|
71 |
msgid "Library"
|
72 |
msgstr "Bibliotecă"
|
73 |
|
74 |
+
#: includes/class-wp-user-avatar-admin.php:380
|
75 |
msgid "Mystery Man"
|
76 |
msgstr "Omul misterios"
|
77 |
|
78 |
+
#: includes/class-wp-user-avatar-admin.php:381
|
79 |
msgid "Blank"
|
80 |
msgstr "Gol"
|
81 |
|
82 |
+
#: includes/class-wp-user-avatar-admin.php:382
|
83 |
msgid "Gravatar Logo"
|
84 |
msgstr "Logo Gravatar"
|
85 |
|
86 |
+
#: includes/class-wp-user-avatar-admin.php:383
|
87 |
msgid "Identicon (Generated)"
|
88 |
msgstr "Identicon (Generat)"
|
89 |
|
90 |
+
#: includes/class-wp-user-avatar-admin.php:384
|
91 |
msgid "Wavatar (Generated)"
|
92 |
msgstr "Wavatar (Generat)"
|
93 |
|
94 |
+
#: includes/class-wp-user-avatar-admin.php:385
|
95 |
msgid "MonsterID (Generated)"
|
96 |
msgstr "MonsterID (Generat)"
|
97 |
|
98 |
+
#: includes/class-wp-user-avatar-admin.php:386
|
99 |
msgid "Retro (Generated)"
|
100 |
msgstr "Retro (Generat)"
|
101 |
|
102 |
+
#: includes/class-wp-user-avatar-admin.php:435
|
103 |
+
#: includes/class-wp-user-avatar.php:244
|
104 |
msgid "Choose Image"
|
105 |
msgstr "Alege imagine"
|
106 |
|
107 |
+
#: includes/class-wp-user-avatar-admin.php:435
|
108 |
+
#: includes/class-wp-user-avatar-admin.php:569
|
109 |
+
#: includes/wpua-options-page.php:336 includes/wpua-options-page.php:342
|
110 |
+
msgid "Default Avatar"
|
111 |
+
msgstr "Avatar implicit"
|
112 |
+
|
113 |
+
#: includes/class-wp-user-avatar-admin.php:436
|
114 |
msgid "Remove"
|
115 |
msgstr "Elimină"
|
116 |
|
117 |
+
#: includes/class-wp-user-avatar-admin.php:436
|
118 |
+
#: includes/class-wp-user-avatar.php:305
|
119 |
msgid "Undo"
|
120 |
msgstr "Anulează"
|
121 |
|
122 |
+
#: includes/class-wp-user-avatar-admin.php:489
|
123 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
124 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
125 |
|
126 |
+
#: includes/class-wp-user-avatar-admin.php:490
|
127 |
msgid "Support Forums"
|
128 |
msgstr "Forumuri de asistență"
|
129 |
|
130 |
+
#: includes/class-wp-user-avatar-admin.php:504
|
131 |
+
#: includes/class-wp-user-avatar-admin.php:565 includes/wpua-functions.php:93
|
132 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
133 |
+
#: includes/wpua-functions.php:188 includes/wpua-tinymce-window.php:94
|
134 |
msgid "Profile Picture"
|
135 |
msgstr "Poză de profil"
|
136 |
|
|
|
|
|
|
|
|
|
|
|
137 |
#: includes/class-wp-user-avatar-functions.php:517
|
138 |
#: includes/class-wp-user-avatar-functions.php:718
|
139 |
msgid "Avatar"
|
146 |
msgstr "Toate %s"
|
147 |
|
148 |
#: includes/class-wp-user-avatar-list-table.php:192
|
149 |
+
#: includes/class-wp-user-avatar-list-table.php:544
|
150 |
msgid "Delete Permanently"
|
151 |
msgstr "Sterge permanent"
|
152 |
|
174 |
msgstr "Data"
|
175 |
|
176 |
#. translators: post title
|
177 |
+
#: includes/class-wp-user-avatar-list-table.php:322
|
178 |
msgid "Select %s"
|
179 |
msgstr "Selectează %s"
|
180 |
|
181 |
+
#: includes/class-wp-user-avatar-list-table.php:412
|
182 |
msgid "Unpublished"
|
183 |
msgstr "Nepublicat"
|
184 |
|
185 |
#. translators: time from now
|
186 |
+
#: includes/class-wp-user-avatar-list-table.php:420
|
187 |
msgctxt "time from now"
|
188 |
msgid "%s from now"
|
189 |
msgstr "%s de acum"
|
190 |
|
191 |
#. translators: time ago
|
192 |
+
#: includes/class-wp-user-avatar-list-table.php:426
|
193 |
msgctxt "time ago"
|
194 |
msgid "%s ago"
|
195 |
msgstr "cu %s înainte"
|
196 |
|
197 |
+
#: includes/class-wp-user-avatar-list-table.php:431
|
198 |
msgid "Y/m/d"
|
199 |
msgstr "j.F.Y"
|
200 |
|
201 |
+
#: includes/class-wp-user-avatar-list-table.php:521
|
202 |
msgid "Edit"
|
203 |
msgstr "Editează"
|
204 |
|
205 |
+
#: includes/class-wp-user-avatar-list-table.php:530
|
206 |
msgid "Restore"
|
207 |
msgstr "Restabileşte"
|
208 |
|
209 |
+
#: includes/class-wp-user-avatar-list-table.php:536
|
210 |
msgid "Trash"
|
211 |
msgstr "Coş gunoi"
|
212 |
|
213 |
+
#: includes/class-wp-user-avatar-list-table.php:556
|
214 |
msgid "View"
|
215 |
msgstr "Vezi"
|
216 |
|
224 |
"necesitat de către One User Avatar. Vă rugăm să adăugați acest apel la "
|
225 |
"șabloanele de pagină."
|
226 |
|
227 |
+
#: includes/class-wp-user-avatar-shortcode.php:255
|
228 |
msgid "Profile updated."
|
229 |
msgstr "Profil actualizat."
|
230 |
|
231 |
+
#: includes/class-wp-user-avatar-shortcode.php:305
|
232 |
msgid "Update Profile"
|
233 |
msgstr "Actualizează profil"
|
234 |
|
250 |
msgstr "Adaugă paragrafe automat"
|
251 |
|
252 |
#. translators: user display name
|
253 |
+
#: includes/class-wp-user-avatar.php:240
|
254 |
msgid "Choose Image: %s"
|
255 |
msgstr "Alege imagine: %s"
|
256 |
|
257 |
+
#: includes/class-wp-user-avatar.php:256 includes/class-wp-user-avatar.php:257
|
258 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
259 |
msgid "Upload"
|
260 |
msgstr "Încărcare"
|
261 |
|
262 |
#. translators: file size in KB
|
263 |
+
#: includes/class-wp-user-avatar.php:266 includes/wpua-options-page.php:224
|
264 |
msgid "Maximum upload file size: %s."
|
265 |
msgstr "Dimensiunea maximă a fișierului pentru încărcat: %s."
|
266 |
|
267 |
#. translators: allowed file extensions
|
268 |
+
#: includes/class-wp-user-avatar.php:276
|
269 |
msgid "Allowed Files: %s"
|
270 |
msgstr "Fișiere permise: %s"
|
271 |
|
272 |
+
#: includes/class-wp-user-avatar.php:289 includes/class-wp-user-avatar.php:291
|
273 |
#: includes/wpua-tinymce-window.php:125
|
274 |
msgid "Original Size"
|
275 |
msgstr "Mărimea originală"
|
276 |
|
277 |
+
#: includes/class-wp-user-avatar.php:295 includes/class-wp-user-avatar.php:297
|
278 |
#: includes/wpua-tinymce-window.php:128
|
279 |
msgid "Thumbnail"
|
280 |
msgstr "Thumbnail"
|
281 |
|
282 |
+
#: includes/class-wp-user-avatar.php:301
|
283 |
msgid "Remove Image"
|
284 |
msgstr "Elimină imaginea"
|
285 |
|
286 |
+
#: includes/class-wp-user-avatar.php:395
|
287 |
msgid "This file is not an image. Please try another."
|
288 |
msgstr "Acest fișier nu este o imagine. Încearcă altul."
|
289 |
|
290 |
+
#: includes/class-wp-user-avatar.php:400 includes/class-wp-user-avatar.php:432
|
291 |
msgid "Memory exceeded. Please try another smaller file."
|
292 |
msgstr "Memoria depășită. Încearcă un alt fișier mai mic."
|
293 |
|
294 |
#. translators: directory path
|
295 |
+
#: includes/class-wp-user-avatar.php:407
|
296 |
msgid ""
|
297 |
"Unable to create directory %s. Is its parent directory writable by the "
|
298 |
"server?"
|
317 |
msgid "Search"
|
318 |
msgstr "Căutare"
|
319 |
|
320 |
+
#: includes/wpua-options-page.php:120
|
321 |
msgid "Add avatar button to Visual Editor"
|
322 |
msgstr "Adăugați butonul avatar în editorul vizual"
|
323 |
|
324 |
+
#: includes/wpua-options-page.php:131
|
325 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
326 |
msgstr "Permiteți colaboratorilor și abonaților să încarce avatare"
|
327 |
|
328 |
+
#: includes/wpua-options-page.php:142
|
329 |
msgid "Disable Gravatar and use only local avatars"
|
330 |
msgstr "Dezactivați Gravatar și utilizați numai avataruri locale"
|
331 |
|
332 |
+
#: includes/wpua-options-page.php:154
|
333 |
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
334 |
msgstr ""
|
335 |
"Înlocuiește funcționalitatea avatarurilor personalizate în pluginul Ultimate "
|
336 |
"Member"
|
337 |
|
338 |
+
#: includes/wpua-options-page.php:167
|
339 |
msgid "Always use the browser file uploader to upload avatars"
|
340 |
msgstr ""
|
341 |
"Utilizați întotdeauna încărcătorul de fișiere al browserului pentru a "
|
342 |
"încărca avatare"
|
343 |
|
344 |
+
#: includes/wpua-options-page.php:168
|
345 |
msgid ""
|
346 |
"Check this if another plugin is conflicting with the WordPress Media "
|
347 |
"Uploader."
|
349 |
"Bifați aici dacă un alt plugin este în conflict cu uploaderul media din "
|
350 |
"WordPress."
|
351 |
|
352 |
+
#: includes/wpua-options-page.php:196 includes/wpua-options-page.php:205
|
353 |
msgid "Upload Size Limit"
|
354 |
msgstr "Limita de dimensiune a încărcării"
|
355 |
|
356 |
+
#: includes/wpua-options-page.php:197 includes/wpua-options-page.php:206
|
357 |
msgid "(only for Contributors & Subscribers)"
|
358 |
msgstr "(numai pentru colaboratori și abonați)"
|
359 |
|
360 |
#. translators: file name
|
361 |
+
#: includes/wpua-options-page.php:216
|
362 |
msgid "%s exceeds the maximum upload size for this site."
|
363 |
msgstr "%s depășește dimensiunea maximă de încărcare pentru acest site."
|
364 |
|
365 |
+
#: includes/wpua-options-page.php:235
|
366 |
msgid "Allow users to edit avatars"
|
367 |
msgstr "Permiteți utilizatorilor să editeze avatare"
|
368 |
|
369 |
+
#: includes/wpua-options-page.php:243
|
370 |
msgid "Resize avatars on upload"
|
371 |
msgstr "Redimensionați avatarurile la încărcare"
|
372 |
|
373 |
+
#: includes/wpua-options-page.php:248
|
374 |
msgid "Width"
|
375 |
msgstr "Lăţime"
|
376 |
|
377 |
+
#: includes/wpua-options-page.php:252
|
378 |
msgid "Height"
|
379 |
msgstr "Înălţime"
|
380 |
|
381 |
+
#: includes/wpua-options-page.php:260
|
382 |
msgid "Crop avatars to exact dimensions"
|
383 |
msgstr "Decupați avatare la dimensiuni exacte"
|
384 |
|
385 |
+
#: includes/wpua-options-page.php:282 includes/wpua-options-page.php:288
|
386 |
msgid "Avatar Display"
|
387 |
msgstr "Afișare avatar"
|
388 |
|
389 |
+
#: includes/wpua-options-page.php:295
|
390 |
msgid "Show Avatars"
|
391 |
msgstr "Afișați avatare"
|
392 |
|
393 |
+
#: includes/wpua-options-page.php:302 includes/wpua-options-page.php:308
|
394 |
msgid "Maximum Rating"
|
395 |
msgstr "Limită de vârstă"
|
396 |
|
397 |
+
#: includes/wpua-options-page.php:314
|
398 |
msgid "G — Suitable for all audiences"
|
399 |
msgstr "G — Potrivit pentru toate vârstele"
|
400 |
|
401 |
+
#: includes/wpua-options-page.php:315
|
402 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
403 |
msgstr ""
|
404 |
"PG — Eventual ofensator, de obicei pentru vârsta de 13 ani și peste"
|
405 |
|
406 |
+
#: includes/wpua-options-page.php:316
|
407 |
msgid "R — Intended for adult audiences above 17"
|
408 |
msgstr "R — Destinat adulților cu vârsta peste 17 ani"
|
409 |
|
410 |
+
#: includes/wpua-options-page.php:317
|
411 |
msgid "X — Even more mature than above"
|
412 |
msgstr "X — Și mai maturi decât cele de mai sus"
|
413 |
|
414 |
+
#: includes/wpua-options-page.php:346
|
415 |
msgid ""
|
416 |
"For users without a custom avatar of their own, you can either display a "
|
417 |
"generic logo or a generated one based on their e-mail address."
|
one-user-avatar.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://onedesigns.com/plugins/one-user-avatar/
|
|
5 |
Description: Use any image from your WordPress Media Library as a custom user avatar. Add your own Default Avatar. Fork of WP User Avatar v2.2.16.
|
6 |
Author: One Designs
|
7 |
Author URI: https://onedesigns.com/
|
8 |
-
Version: 2.3.
|
9 |
Text Domain: one-user-avatar
|
10 |
Domain Path: /languages/
|
11 |
|
5 |
Description: Use any image from your WordPress Media Library as a custom user avatar. Add your own Default Avatar. Fork of WP User Avatar v2.2.16.
|
6 |
Author: One Designs
|
7 |
Author URI: https://onedesigns.com/
|
8 |
+
Version: 2.3.9
|
9 |
Text Domain: one-user-avatar
|
10 |
Domain Path: /languages/
|
11 |
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
Contributors: onedesigns, properfraction, collizo4sky
|
4 |
Tags: user profile, avatar, gravatar, author image, author photo, author avatar, bbPress, profile avatar, profile image, user avatar, user image, user photo, widget
|
5 |
Requires at least: 4.0
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 2.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -391,6 +391,9 @@ This would output:
|
|
391 |
|
392 |
== Changelog ==
|
393 |
|
|
|
|
|
|
|
394 |
= 2.3.8 =
|
395 |
* Pass $args parameter from get_avatar to custom avatar filter
|
396 |
* Replace png icon with svg icon in admin menu
|
3 |
Contributors: onedesigns, properfraction, collizo4sky
|
4 |
Tags: user profile, avatar, gravatar, author image, author photo, author avatar, bbPress, profile avatar, profile image, user avatar, user image, user photo, widget
|
5 |
Requires at least: 4.0
|
6 |
+
Tested up to: 6.0
|
7 |
+
Stable tag: 2.3.9
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
391 |
|
392 |
== Changelog ==
|
393 |
|
394 |
+
= 2.3.9 =
|
395 |
+
* Escape, sanintize & validate data
|
396 |
+
|
397 |
= 2.3.8 =
|
398 |
* Pass $args parameter from get_avatar to custom avatar filter
|
399 |
* Replace png icon with svg icon in admin menu
|
uninstall.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
/**
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.9
|
15 |
*/
|
16 |
|
17 |
/**
|