Version Description
- Fixed bug where social icons where showing when disabled.
- Removed display name from sorted field options.
- Added filter to member directory filter fields.
Download this release
Release Info
Developer | Collizo4sky |
Plugin | WP User Avatar |
Version | 3.2.15 |
Comparing to | |
See all releases |
Code changes from version 3.2.14 to 3.2.15
- assets/css/admin-style.css +1 -1
- assets/css/frontend.css +3 -2
- assets/css/frontend.min.css +1 -1
- assets/flatpickr/flatpickr.min.css +1 -13
- assets/flatpickr/flatpickr.min.js +2 -1
- assets/js/builder/src/views/metabox.js +1 -0
- changelog.txt +9 -4
- deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php +1 -1
- deprecated/wp-user-avatar/includes/tinymce/editor_plugin.js +1 -1
- languages/wp-user-avatar.pot +173 -2117
- readme.txt +163 -158
- src/Admin/SettingsPages/AbstractSettingsPage.php +5 -5
- src/Admin/SettingsPages/AddNewForm.php +2 -2
- src/Admin/SettingsPages/AdminFooter.php +1 -1
- src/Admin/SettingsPages/ExtensionsSettingsPage.php +2 -2
- src/Base.php +2 -1
- src/Classes/AjaxHandler.php +1 -1
- src/Classes/ExtensionManager.php +15 -15
- src/ContentProtection/views/include.shortcode-doc-sidebar.php +1 -1
- src/Functions/GlobalFunctions.php +4 -2
- src/Functions/PPressBFnote.php +1 -1
- src/ShortcodeParser/Builder/FieldsShortcodeCallback.php +2 -0
- src/ShortcodeParser/EditProfileTag.php +1 -1
- src/ShortcodeParser/FrontendProfileTag.php +1 -1
- src/ShortcodeParser/LoginFormTag.php +1 -1
- src/ShortcodeParser/MelangeTag.php +1 -1
- src/ShortcodeParser/MemberDirectoryTag.php +1 -1
- src/ShortcodeParser/PasswordResetTag.php +1 -1
- src/ShortcodeParser/RegistrationFormTag.php +1 -1
- src/Themes/DragDrop/AbstractMemberDirectoryTheme.php +8 -9
- src/Themes/DragDrop/AbstractTheme.php +14 -2
- src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php +3 -3
- src/Themes/DragDrop/UserProfile/DefaultTemplate.php +2 -2
- src/eu-vat-rates.json +1 -0
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +4 -4
- vendor/composer/installed.php +2 -2
- wp-user-avatar.php +4 -4
assets/css/admin-style.css
CHANGED
@@ -93,7 +93,7 @@
|
|
93 |
font-weight: 400;
|
94 |
text-transform: uppercase;
|
95 |
color: #fff;
|
96 |
-
font-family: 'Work Sans', sans-serif
|
97 |
font-size: 20px;
|
98 |
border-bottom: 3px solid #2980b9;
|
99 |
cursor: pointer;
|
93 |
font-weight: 400;
|
94 |
text-transform: uppercase;
|
95 |
color: #fff;
|
96 |
+
font-family: 'Work Sans', sans-serif;
|
97 |
font-size: 20px;
|
98 |
border-bottom: 3px solid #2980b9;
|
99 |
cursor: pointer;
|
assets/css/frontend.css
CHANGED
@@ -315,7 +315,8 @@
|
|
315 |
}
|
316 |
|
317 |
.pp-form-wrapper .ppress-pf-social-icon.dpf-instagram svg,
|
318 |
-
.pp-form-wrapper .ppress-pf-social-icon.dpf-github svg
|
|
|
319 |
padding: 3px;
|
320 |
}
|
321 |
|
@@ -2507,4 +2508,4 @@ html .select2.select2-container .select2-selection.select2-selection--multiple i
|
|
2507 |
vertical-align: middle;
|
2508 |
}
|
2509 |
|
2510 |
-
/*********************************** END member directory search and filter CSS ------------------------------------ */
|
315 |
}
|
316 |
|
317 |
.pp-form-wrapper .ppress-pf-social-icon.dpf-instagram svg,
|
318 |
+
.pp-form-wrapper .ppress-pf-social-icon.dpf-github svg,
|
319 |
+
.pp-form-wrapper .ppress-pf-social-icon.dpf-pinterest svg {
|
320 |
padding: 3px;
|
321 |
}
|
322 |
|
2508 |
vertical-align: middle;
|
2509 |
}
|
2510 |
|
2511 |
+
/*********************************** END member directory search and filter CSS ------------------------------------ */
|
assets/css/frontend.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.ppress-hint-wrap[class*=hint--]{position:relative;display:inline-block}.ppress-hint-wrap[class*=hint--]:after,.ppress-hint-wrap[class*=hint--]:before{position:absolute;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;transition:.3s ease;transition-delay:0s}.ppress-hint-wrap[class*=hint--]:before{content:'';background:0 0;border:6px solid transparent;z-index:1000001}.ppress-hint-wrap[class*=hint--]:hover:after,.ppress-hint-wrap[class*=hint--]:hover:before{visibility:visible;opacity:1;transition-delay:.1s}.ppress-hint-wrap[class*=hint--]:after{background:#383838;color:#fff;padding:8px 10px;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:12px;white-space:nowrap;text-shadow:0 -1px 0 #000;box-shadow:4px 4px 8px rgba(0,0,0,.3)}.ppress-hint-wrap[class*=hint--][aria-label]:after{content:attr(aria-label)}.ppress-hint-wrap[class*=hint--][data-hint]:after{content:attr(data-hint)}.ppress-hint-wrap[aria-label='']:after,.ppress-hint-wrap[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{display:none!important}.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--top:before{border-top-color:#383838}.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--bottom:before{border-bottom-color:#383838}.ppress-hint-wrap.hint--top:after,.ppress-hint-wrap.hint--top:before{bottom:100%;left:50%}.ppress-hint-wrap.hint--top:before{margin-bottom:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--top:after{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.ppress-hint-wrap.hint--top:hover:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.ppress-hint-wrap.hint--top:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.ppress-hint-wrap.hint--bottom:after,.ppress-hint-wrap.hint--bottom:before{top:100%;left:50%}.ppress-hint-wrap.hint--bottom:before{margin-top:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--bottom:after{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.ppress-hint-wrap.hint--bottom:hover:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.ppress-hint-wrap.hint--bottom:hover:after{-webkit-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.ppress-hint-wrap.hint--right:before{border-right-color:#383838;margin-left:-11px;margin-bottom:-6px}.ppress-hint-wrap.hint--right:after{margin-bottom:-14px;left:100%;bottom:50%}.ppress-hint-wrap.hint--right:before{left:100%;bottom:50%}.ppress-hint-wrap.hint--right:hover:after,.ppress-hint-wrap.hint--right:hover:before{-webkit-transform:translateX(8px);transform:translateX(8px)}.ppress-hint-wrap.hint--left:before{border-left-color:#383838;margin-right:-11px;margin-bottom:-6px}.ppress-hint-wrap.hint--left:after{margin-bottom:-14px;right:100%;bottom:50%}.ppress-hint-wrap.hint--left:before{right:100%;bottom:50%}.ppress-hint-wrap.hint--left:hover:after,.ppress-hint-wrap.hint--left:hover:before{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.ppress-hint-wrap.hint--top-left:after,.ppress-hint-wrap.hint--top-left:before{bottom:100%;left:50%}.ppress-hint-wrap.hint--top-left:before{margin-bottom:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--top-left:after{-webkit-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.ppress-hint-wrap.hint--top-left:hover:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.ppress-hint-wrap.hint--top-left:hover:after{-webkit-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.ppress-hint-wrap.hint--top-right:after,.ppress-hint-wrap.hint--top-right:before{bottom:100%;left:50%}.ppress-hint-wrap.hint--top-right:before{margin-bottom:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--top-right:after{-webkit-transform:translateX(0);transform:translateX(0);margin-left:-12px}.ppress-hint-wrap.hint--top-right:hover:after,.ppress-hint-wrap.hint--top-right:hover:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.ppress-hint-wrap.hint--bottom-left:after,.ppress-hint-wrap.hint--bottom-left:before{top:100%;left:50%}.ppress-hint-wrap.hint--bottom-left:before{margin-top:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--bottom-left:after{-webkit-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.ppress-hint-wrap.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.ppress-hint-wrap.hint--bottom-left:hover:after{-webkit-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.ppress-hint-wrap.hint--bottom-right:after,.ppress-hint-wrap.hint--bottom-right:before{top:100%;left:50%}.ppress-hint-wrap.hint--bottom-right:before{margin-top:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--bottom-right:after{-webkit-transform:translateX(0);transform:translateX(0);margin-left:-12px}.ppress-hint-wrap.hint--bottom-right:hover:after,.ppress-hint-wrap.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.ppress-hint-wrap.hint--large:after,.ppress-hint-wrap.hint--medium:after,.ppress-hint-wrap.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.ppress-hint-wrap.hint--small:after{width:80px}.ppress-hint-wrap.hint--medium:after{width:150px}.ppress-hint-wrap.hint--large:after{width:300px}.ppress-hint-wrap.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top:before{border-top-color:#b34e4d}.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom:before{border-bottom-color:#b34e4d}.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--left:before{border-left-color:#b34e4d}.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--right:before{border-right-color:#b34e4d}.ppress-hint-wrap.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top:before{border-top-color:#c09854}.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom:before{border-bottom-color:#c09854}.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--left:before{border-left-color:#c09854}.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--right:before{border-right-color:#c09854}.ppress-hint-wrap.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #1a3c4d}.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top:before{border-top-color:#3986ac}.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom:before{border-bottom-color:#3986ac}.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--left:before{border-left-color:#3986ac}.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--right:before{border-right-color:#3986ac}.ppress-hint-wrap.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top:before{border-top-color:#458746}.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom:before{border-bottom-color:#458746}.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--left:before{border-left-color:#458746}.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--right:before{border-right-color:#458746}.ppress-hint-wrap.hint--always:after,.ppress-hint-wrap.hint--always:before{opacity:1;visibility:visible}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top:after{-webkit-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-left:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-left:after{-webkit-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-right:after,.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-right:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom:after{-webkit-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-left:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-left:after{-webkit-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-right:after,.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-right:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--left:after,.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--left:before{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--right:after,.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--right:before{-webkit-transform:translateX(8px);transform:translateX(8px)}.ppress-hint-wrap.hint--rounded:after{border-radius:4px}.ppress-hint-wrap.hint--no-animate:after,.ppress-hint-wrap.hint--no-animate:before{transition-duration:0s}.ppress-hint-wrap.hint--bounce:after,.ppress-hint-wrap.hint--bounce:before{transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24),-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24)}.ppress-hint-wrap.hint--no-shadow:after,.ppress-hint-wrap.hint--no-shadow:before{text-shadow:initial;box-shadow:initial}@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(./material-icons/MaterialIcons-Regular.eot);src:local('Material Icons'),local('MaterialIcons-Regular'),url(./material-icons/MaterialIcons-Regular.woff2) format('woff2'),url(./material-icons/MaterialIcons-Regular.woff) format('woff'),url(./material-icons/MaterialIcons-Regular.ttf) format('truetype')}#profilepress-myaccount-wrapper .ppmyac-icons,.pp-form-field-wrap .pp-form-material-icons,.ppress-material-icons{font-family:'Material Icons'!important;font-weight:400;font-style:normal;font-size:20px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-feature-settings:'liga';font-feature-settings:'liga'}.flatpickr-current-month .flatpickr-monthDropdown-months{display:inline-block!important}.pp-tab-widget-avatar img{display:block;border-radius:50%;height:190px;margin:0 auto 10px!important;padding:2px;text-align:center;width:190px;float:none!important}.pp-user-panel{border-radius:6px;text-align:center}.pp-user-panel-title{font-size:20px;margin:0}.pp-user-panel p{font-size:15px;margin-bottom:23px}.pp-tabbed-btn{border:0;font-size:15px;font-weight:400;line-height:1.4;border-radius:4px;padding:10px 15px;-webkit-font-smoothing:subpixel-antialiased;transition:border .25s linear,color .25s linear,background-color .25s linear}.pp-tabbed-btn-inverse{color:#fff!important;background-color:#34495e}.pp-password-reset-handler-wrap .pp-reset-password-form{padding:40px;max-width:500px;margin-top:5px;margin-bottom:5px}.pp-password-reset-handler-wrap .pp-reset-password-form h3{color:#444;font-weight:300;margin:0 auto 40px}.pp-password-reset-handler-wrap .pp-reset-password-form label{color:#444;font-size:15px}.pp-password-reset-handler-wrap .pp-reset-password-form label .req{margin:2px;color:red}.pp-password-reset-handler-wrap .pp-reset-password-form label.active .req{opacity:0}.pp-password-reset-handler-wrap .pp-reset-password-form input{font-size:22px;display:block;width:100%;box-sizing:border-box;height:auto;padding:5px 10px;background:0 0;margin-bottom:40px;border:1px solid #a0b3b0;border-radius:0;transition:border-color .25s ease,box-shadow .25s ease}.pp-password-reset-handler-wrap .pp-reset-password-form input:focus{outline:0;border-color:#1ab188}.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button{border:0;outline:0;border-radius:0;padding:15px 0;font-size:20px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;background:#1ab188;color:#fff;transition:all .5s ease;-webkit-appearance:none;text-shadow:none;box-shadow:none}.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:focus,.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:hover{background:#179b77}.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button-block{display:block;width:100%}.pp-password-reset-handler-wrap .profilepress-reset-status{margin-left:40px;max-width:420px}#pp-pass-strength-result{background-color:#eee;border:1px solid #ddd;color:#23282d;padding:3px 5px;text-align:center;width:100%;box-sizing:border-box}#pp-pass-strength-result.short{background-color:#f1adad;border-color:#e35b5b;opacity:1}#pp-pass-strength-result.bad{background-color:#fbc5a9;border-color:#f78b53;opacity:1}#pp-pass-strength-result.good{background-color:#ffe399;border-color:#ffc733;opacity:1}#pp-pass-strength-result.strong{background-color:#c1e1b9;border-color:#83c373;opacity:1}.pp-form-wrapper .pp-form-label-wrap .pp-form-required-label{color:red;font-weight:400}.pp-form-wrapper input[type=checkbox],.pp-form-wrapper input[type=radio]{cursor:pointer}.pp-form-wrapper p{margin:0 0 5px!important;padding:0!important}.pp-form-wrapper input[type=datetime],.pp-form-wrapper input[type=email],.pp-form-wrapper input[type=number],.pp-form-wrapper input[type=password],.pp-form-wrapper input[type=search],.pp-form-wrapper input[type=tel],.pp-form-wrapper input[type=text],.pp-form-wrapper input[type=url],.pp-form-wrapper select,.pp-form-wrapper textarea{-webkit-appearance:none;width:100%;background:#fff;border:1px solid #dedee5;padding:13px 15px;outline:0;line-height:1}.pp-form-wrapper select{background-image:url(../images/frontend/arrow-down.png)!important;background-position:right 20px center!important;background-repeat:no-repeat!important;background-size:10px auto!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.pp-form-wrapper .pp-form-label-wrap{margin:0 0 4px;padding:0}.pp-form-wrapper .pp-form-label{font-size:14px;text-transform:none;text-align:left;font-weight:400;font-style:normal;float:none;line-height:1.3;margin:0;padding:0;width:auto;display:inline;cursor:pointer}.pp-form-wrapper .pp-checkbox-wrap,.pp-form-wrapper .pp-radio-wrap{display:block;text-align:left;line-height:normal;margin:5px 0;padding:0}.pp-form-wrapper .pp-checkbox-wrap label,.pp-form-wrapper .pp-radio-wrap label{margin-left:5px}.pp-form-wrapper input[type=checkbox],.pp-form-wrapper input[type=radio]{border:1px solid #ccc;background-color:#fff;width:14px!important;height:14px!important;display:inline-block;vertical-align:baseline}.pp-form-wrapper .ppress-pf-profile-connect{padding:5px 0 10px}.pp-form-wrapper a.ppress-pf-social-icon{width:100%;height:100%;display:inline}.pp-form-wrapper .ppress-pf-social-icon svg{vertical-align:middle;width:40px;height:40px}.pp-form-wrapper .ppress-pf-social-icon.dpf-github svg,.pp-form-wrapper .ppress-pf-social-icon.dpf-instagram svg{padding:3px}a.pp-button-social-login:focus{outline-color:transparent}a.pp-button-social-login:focus .ppsc,a.pp-button-social-login:hover .ppsc{background-color:rgba(255,255,255,.75)}a.pp-button-social-login:visited{color:#fff}a.pp-button-social-login,a.pp-button-social-login .ppsc{display:inline-block;font-size:100%;height:2.5em;padding:0}a.pp-button-social-login{position:relative;vertical-align:middle;line-height:2.5em;font-family:inherit;font-weight:700;overflow:hidden;white-space:nowrap;border:1px solid #333;color:#fff!important;background:#333;margin:6px 0;border-radius:2px;box-sizing:content-box;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.1);text-decoration:none!important;min-width:220px}a.pp-button-social-login .ppsc{font-style:normal;font-weight:400;text-decoration:none;text-transform:none;vertical-align:top;text-align:center;width:2.5em;background-color:#fff;background-repeat:no-repeat;background-position:50%;background-size:1.8em 1.8em;border-top-left-radius:1px;border-bottom-left-radius:1px;-moz-font-smoothing:antialiased;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;position:absolute;left:0;margin:0}a.pp-button-social-login span.ppsc-text{margin-left:40px;padding:.5em;color:#fff!important}a.pp-button-social-login .ppsc-google{background-image:url(../images/social-login/google.svg)}a.pp-button-social-login.pp-button-social-login-google{background:#4285f4;border-color:#4285f4}a.pp-button-social-login.pp-button-social-login-facebook{background:#3b5998;border-color:#3b5998}a.pp-button-social-login.pp-button-social-login-twitter{background:#55acee;border-color:#55acee}a.pp-button-social-login.pp-button-social-login-linkedin{background:#0077b5;border-color:#0077b5}a.pp-button-social-login.pp-button-social-login-vk{background:#4a76a8;border-color:#4a76a8}a.pp-button-social-login.pp-button-social-login-github{background:#24292e;border-color:#24292e}a.pp-button-social-login .ppsc-vk{background-image:url(../images/social-login/vk-fa.svg)}a.pp-button-social-login .ppsc-facebook{background-image:url(../images/social-login/facebook.svg)}a.pp-button-social-login .ppsc-twitter{background-image:url(../images/social-login/twitter.svg)}a.pp-button-social-login .ppsc-linkedin{background-image:url(../images/social-login/linkedin.svg)}a.pp-button-social-login .ppsc-github{background-image:url(../images/social-login/github-fa.svg)}#profilepress-myaccount-wrapper,#profilepress-myaccount-wrapper *,#profilepress-myaccount-wrapper ::after,#profilepress-myaccount-wrapper ::before,.pp-form-container *,.pp-form-container .pp-form-wrapper,.pp-form-container .pp-form-wrapper *{box-sizing:border-box}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap span.select2-selection.select2-selection--multiple,html .pp-form-container .select2 input.select2-search__field{border:0!important}.pp-form-container form input[type=submit]{-webkit-appearance:none!important;cursor:pointer;text-shadow:none}.pp-form-container form{margin:0;padding:0;background-color:transparent}.woocommerce .woocommerce-MyAccount-content .pp-form-container{margin-right:0!important;margin-left:0!important}.pp-form-container form input,.pp-form-container form select,.pp-form-container form textarea{outline:0;background-image:none;height:auto;float:none;position:static;box-shadow:none;text-shadow:none;text-transform:none;text-decoration:none;resize:vertical}.pp-form-container form p{margin:0 0 .5em}.pp-form-container form input[type=submit]:focus{outline:0}.pp-form-container .pp-user-avatar{border-radius:50%!important;display:block!important;margin:0 auto 10px!important;text-align:center!important}.pp-form-container img.pp-user-cover-image{width:100%!important;height:auto!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox],#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]{border:1px solid #7e8993!important;border-radius:4px!important;background:#fff!important;color:#555!important;clear:none!important;cursor:pointer!important;display:inline-block!important;line-height:0!important;margin:0!important;outline:0!important;padding:0!important;text-align:center!important;vertical-align:middle!important;-webkit-appearance:none!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)!important;transition:.05s border-color ease-in-out!important;width:16px!important;height:16px!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]{border-radius:50%!important}.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]{border-radius:4px!important}.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]{border-radius:50%!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked::before{content:url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E)!important;margin:-3px 0 0 -4px!important;width:20px!important;height:20px!important;position:static}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked::before{content:"";border-radius:50%!important;margin:3px!important;background-color:#000!important;line-height:1.14285714!important;width:8px!important;height:8px!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked::before,#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked::before{float:left!important;display:inline-block!important;vertical-align:middle!important;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pp-form-container .pp-form-wrapper.ppBuildScratch,.pp-form-container .pp-form-wrapper.ppBuildScratch *{font-family:'Merriweather',sans-serif}.pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline{font-weight:700;font-size:20px;margin-bottom:1em;margin-top:0;text-align:center;margin-right:6.387%}.pp-form-container .pp-form-wrapper.ppBuildScratch h1,.pp-form-container .pp-form-wrapper.ppBuildScratch h2,.pp-form-container .pp-form-wrapper.ppBuildScratch h3,.pp-form-container .pp-form-wrapper.ppBuildScratch h4{font-weight:700;font-size:20px;margin-bottom:1em;margin-top:1em}.pp-form-container .pp-form-wrapper.ppBuildScratch input:disabled{opacity:.5}.pp-form-container .pp-form-wrapper.ppBuildScratch{max-width:100%;width:100%;padding:6% 0 6% 6%;background:#fff;color:#222;font-size:14px;position:relative;box-shadow:0 0 0 .5px rgba(0,20,40,.1),0 2px 8px 0 rgba(50,55,90,.2);border-radius:3px;margin:0 auto}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-remove-frame{box-shadow:none;border-radius:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap{padding:0 6.387% 4% 0;display:inline-block;width:100%;vertical-align:top}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap{display:inline-block;width:100%;vertical-align:top;padding:0 6.387% 0 0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap{margin:0 0 5px;padding:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-description,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .ppress-hint-tooltip,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-standard .ppress-hint-tooltip,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .pp-form-field-description{display:none}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-input-textarea-wrap .pp-form-field:focus~.pp-form-field-description{display:block}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip{display:inline;font-weight:400}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip .pp-form-material-icons{position:relative;margin:0;padding:0;font-size:110%;display:inline;vertical-align:top}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside{position:relative}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-label-wrap{position:absolute;top:5px;left:15px;z-index:2}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap.fld-inside .pp-form-label-wrap{left:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field{padding-top:18px;padding-bottom:2px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field{padding-top:23px;padding-bottom:7px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field{padding-top:30px;padding-bottom:10px}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-half{width:50%}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-third{width:33.3333333333%}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea{border:1px solid #dbdbdb;font-size:14px;padding:10px 15px;transition:all .35s;background:#fff;color:#69717a;width:100%;border-radius:0;line-height:1.3;min-height:40px;display:inline-block;margin:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea{height:100px;overflow:auto}.pp-form-field-wrap .pp-form-material-icons{width:24px;height:24px;position:absolute;right:0;top:0;cursor:text;margin:8px 12px 0 0}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon textarea{padding-right:40px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon textarea{padding-left:40px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon textarea{padding-left:30px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon textarea{padding-right:30px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap .pp-form-material-icons{left:0;margin-left:12px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap .pp-form-material-icons{left:0!important;margin-left:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap .pp-form-material-icons{margin-right:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap .pp-form-material-icons{margin-top:10px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap .pp-form-material-icons{margin-top:18px}.pp-form-container .pp-form-wrapper.ppBuildScratch .has-password-visibility-icon .pp-form-material-icons{cursor:pointer}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap textarea{border-radius:25px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap textarea{border-radius:6px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap .select2.select2-container,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea{border:0!important;border-bottom:1px solid #dbdbdb!important;padding-left:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input[type=text]:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea:focus{border-top:0!important;border-right:0!important;border-left:0!important;box-shadow:none!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap .select2-selection,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap textarea{border:0!important;background:#f7f7f7!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap select{padding-top:15px;padding-bottom:15px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap textarea{height:150px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap select{padding-top:20px;padding-bottom:20px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap textarea{height:200px}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea:focus{border:1px solid #999}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap .pp-form-label,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label{font-style:normal;background-color:transparent;display:block;font-weight:700;font-size:14px;float:none;line-height:1.3;margin:0;padding:0;color:#444}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label{display:inline-block}.pp-field-user-avatar-picture-wrap .pp-profile-avatar-overlay ins,.pp-field-user-cover-image-wrap .pp-cover-image-overlay ins,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-hide-asterisk .pp-form-required-label{display:none}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]{background:#000;border:0;color:#fff;font-weight:700;font-size:16px;line-height:1;padding:15px 10px;transition:.15s ease-in-out;width:auto;min-width:110px;text-align:center}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-submit-button-wrap input[type=submit],.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-submit-button-wrap input[type=submit]{padding-top:20px;padding-bottom:20px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap input[type=submit]{border-radius:25px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-round .pp-form-submit-button-wrap input[type=submit]{border-radius:6px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:hover{background-color:#ededed;color:#000;text-decoration:none}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap{margin:0 0 5px}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkboxes-container,.ppressmd-new-dropdown ul{margin:0;padding:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap:last-of-type,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap:last-of-type{margin-bottom:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-description{font-size:12px;font-weight:400;color:#666;line-height:1.3;text-align:left;margin:4px 0 0}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-wide .pp-form-submit-button-wrap input[type=submit]{width:100%}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap{margin-top:4%;margin-bottom:4%}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap input[type=submit]{width:100%!important;position:absolute!important;bottom:0!important;right:0!important;left:0!important;border-top-right-radius:0!important;border-top-left-radius:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-pill{border-bottom-right-radius:25px!important;border-bottom-left-radius:25px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-round{border-bottom-right-radius:6px!important;border-bottom-left-radius:6px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch a.pp-button-social-login:last-of-type{margin-bottom:1.5em!important}#profilepress-myaccount-wrapper{font-size:16px}#profilepress-myaccount-wrapper .profilepress-myaccount-row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#profilepress-myaccount-wrapper .profilepress-myaccount-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0}#profilepress-myaccount-wrapper .ppmyac-dashboard-item{text-decoration:none!important;position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125);width:100%;text-align:inherit;box-shadow:none}#profilepress-myaccount-wrapper .ppmyac-dashboard-item.isactive{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}#profilepress-myaccount-wrapper .ppmyac-dashboard-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}#profilepress-myaccount-wrapper .ppmyac-dashboard-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}#profilepress-myaccount-wrapper .ppmyac-icons{margin-right:.5rem;vertical-align:text-bottom}#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3{position:relative;width:100%;padding-right:15px;padding-left:15px}@media (min-width:576px){#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3{flex:0 0 25%;max-width:25%}}#profilepress-myaccount-wrapper .profilepress-myaccount-content{position:relative;width:100%;padding-top:30px;padding-right:15px;padding-left:15px}@media (min-width:576px){#profilepress-myaccount-wrapper .profilepress-myaccount-content{flex:0 0 75%;max-width:75%}}#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap{text-align:center;margin-bottom:20px}#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap .profilepress-myaccount-avatar img.pp-user-avatar{margin:0!important;position:static!important;float:none!important;display:inline-block;border-radius:999px;width:120px;height:120px}#profilepress-myaccount-wrapper .profilepress-myaccount-nav a:focus{outline:0;text-shadow:none;box-shadow:none}#profilepress-myaccount-wrapper .profilepress-myaccount-content h2{margin-top:0!important;margin-bottom:1.8rem!important;font-weight:700!important;line-height:1.2!important;font-size:2rem!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content h3{margin-top:0!important;line-height:1.2!important;font-weight:500!important;font-size:1.2rem!important;margin-bottom:1rem!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenus-wrap{margin-bottom:2rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-wrap{display:inline;padding-right:1rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item{color:inherit;padding:0 0 10px}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item.ppsubmenu-active{border-bottom:3px solid #6c757d}.profilepress-myaccount-alert,.profilepress-myaccount-edit-profile .profilepress-edit-profile-status{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.profilepress-myaccount-alert.pp-alert-danger,.profilepress-myaccount-edit-profile .profilepress-edit-profile-status{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.profilepress-myaccount-alert.pp-alert-success,.profilepress-myaccount-edit-profile .profilepress-edit-profile-status.success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field{margin-top:.5rem;margin-bottom:1rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-cover-image-empty{min-height:250px;background-color:#eee}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap{padding:.75rem;background-color:#fff;border:1px solid rgba(0,0,0,.125);margin-bottom:0;border-radius:.25rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap img{width:100%;height:auto}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap .profilepress-myaccount-form-field{margin-top:.5rem;margin-bottom:.5rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap{margin-bottom:2rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field label{margin-bottom:.2rem;font-weight:500;display:block}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=checkbox]+label,#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=radio]+label{display:inline}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-control:not([type=radio]):not([type=checkbox]),#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]),#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap select,#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;overflow:visible;box-shadow:inset 0 1px 1px rgba(0,0,0,.125)}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea{height:auto!important;min-height:100px!important;resize:vertical!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control:focus,#profilepress-myaccount-wrapper .profilepress-myaccount-content select.profilepress-myaccount-form-control:focus,#profilepress-myaccount-wrapper .profilepress-myaccount-content textarea.profilepress-myaccount-form-control:focus{background-color:#fff;border-color:#bbb;outline:0;box-shadow:none}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit]{display:inline-block;cursor:pointer;width:auto}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit]:hover{color:#fff;background-color:#0069d9;border-color:#0062cc;text-decoration:none}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label::after{position:absolute;top:0;right:0;box-sizing:border-box;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input~.ppmyac-custom-file-label[data-browse]::after{content:attr(data-browse)}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-checkbox-wrap label.pp-form-label,#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-radio-wrap label.pp-form-label{display:inline-block;margin:0 0 0 .3819820591em}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar-wrap{display:flex;flex-direction:column;margin:1em 0 0;padding-left:0}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar{position:relative;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125);margin-bottom:0;border-radius:.25rem;justify-content:space-between!important;display:flex!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content .pp-user-avatar{width:70px;height:70px;min-height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:50%}#profilepress-myaccount-wrapper .profilepress-myaccount-content .ppmyac-remove-avatar{margin-bottom:.5rem!important;margin-top:.5rem!important;padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem;color:#fff;height:35px;background-color:#6c757d;display:inline-block;font-weight:400;text-align:center;vertical-align:middle;text-shadow:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #6c757d;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap .ppmyac-remove-avatar{margin-top:.75rem!important;margin-bottom:0!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control::-webkit-file-upload-button{background:#fff;border-radius:6px;font-size:14px;border:1px solid #ddd}#profilepress-myaccount-wrapper .profilepress-myaccount-content .select2-selection{border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;box-shadow:inset 0 1px 1px rgba(0,0,0,.125)}.ppress-2fa-setup-wrap .ppmyac-2fa-recovery-codes-wrap{width:250px;text-align:center}.pp-form-container .pp-field-user-avatar-picture-wrap{width:250px;height:auto;margin:auto;position:relative}.pp-form-container .pp-field-user-cover-image-wrap{margin:auto;position:relative}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap{position:absolute;top:0;left:0;background:rgba(0,0,0,.5);text-align:center;box-sizing:border-box;padding:0;color:#fff;text-shadow:0 1px #666;line-height:21px;font-size:16px;height:100%;width:100%;border-radius:50%}.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap{border-radius:0}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay{display:table;height:100%;width:100%}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay ins,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay ins{display:table-cell;vertical-align:middle;height:100%;text-decoration:none!important;background:0 0!important;color:#fff!important;border-bottom:none!important}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap .pp-profile-avatar-overlay .pp-form-material-icons,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap .pp-cover-image-overlay .pp-form-material-icons{font-size:35px!important;display:block!important;position:static!important;right:auto!important;top:auto!important;color:#fff!important;margin:0!important;width:auto!important;height:auto!important;cursor:pointer}html .select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field{border:0!important;height:auto!important}.select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field{border:0!important;box-shadow:none!important}.select2.select2-container .select2-selection.select2-selection--multiple li.select2-selection__choice{height:auto;line-height:normal}.pp-form-wrapper.pp-member-directory{opacity:0}.pp-form-wrapper.ppress-default-profile{max-width:1000px;width:100%;box-sizing:border-box;font-size:15px;color:#666;margin-bottom:30px;opacity:0}.pp-form-wrapper.ppress-default-profile *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}.pp-form-wrapper.ppress-default-profile a,.pp-form-wrapper.ppress-default-profile a:hover{text-decoration:none!important}.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover{background-color:#eee;box-sizing:border-box;position:relative}.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e{text-align:center;overflow:hidden}.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e img{width:100%;display:block;overflow:hidden;border-radius:0;margin:0}.pp-form-wrapper.ppress-default-profile .ppress-dpf-header{position:relative;padding:0 0 25px;border-bottom:solid 2px #eee;min-height:85px;box-sizing:content-box}.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon{position:absolute;top:15px;right:0;vertical-align:middle;font-size:30px;height:30px;line-height:30px;z-index:66;margin-right:10px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon .ppress-dpf-edit-a .ppress-material-icons{font-size:30px}.pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a{color:#aaa;text-decoration:none;border-bottom:0}.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon a:hover,.pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a.active{color:#007bff}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo{float:left;position:absolute;margin:0 0 0 30px;box-sizing:border-box;width:200px;height:200px}.pp-form-wrapper.ppress-default-profile.ppdf-nocover .ppress-dpf-profile-photo{position:relative}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo img{width:100%;height:auto;border-radius:100%;display:block;overflow:hidden;margin:0;box-shadow:none;background:#fff;border:5px solid #fff}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-meta{padding-right:30px;-ms-word-break:break-all;word-break:break-word;word-wrap:break-word}.pp-form-wrapper.ppress-default-profile .ppress-dpf-main-meta{padding:10px 0 0;color:#999}.pp-form-wrapper.ppress-default-profile .ppress-dpf-name{font-size:24px;font-weight:700;margin-right:30px;color:#555;line-height:1.7em}.pp-form-wrapper.ppress-default-profile .ppress-dpf-clear{clear:both}.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span{margin:0 5px;font-size:14px;display:inline-block;line-height:.1}.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span:first-child{margin:0 5px 0 0}.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta-text{margin:5px 0 0;line-height:1.4em;font-size:13px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav{padding:10px;background:#444;text-align:center}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a{color:#fff;font-size:14px;font-weight:600;padding:6px 10px 6px 28px;display:block;float:left;border-radius:4px;margin-left:5px;position:relative;border-bottom:0;text-decoration:none!important}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a:hover{background:#555}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item .ppress-material-icons{font-size:18px;height:18px;line-height:1.5;position:absolute;display:block;left:10px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item span.ppress-dpf-nav-title{padding-left:5px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item.ppress-dpf-active a{background:#007bff}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body{max-width:600px;padding-top:15px;padding-bottom:15px;margin:auto}.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item,.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note{text-align:center;padding-top:20px;color:#666}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note .ppress-material-icons{display:inline-block;font-size:70px;height:70px;line-height:70px}.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item span,.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note span{margin-top:10px;display:block;font-size:16px;color:#888}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note a{border:0!important}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-items{margin:0 0 30px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-item{position:relative;padding:15px 0 0}.pp-form-wrapper.ppress-default-profile .ppress-dpf-item-label{display:block;margin:0 0 8px;border-bottom:solid 2px #eee;padding-bottom:4px;font-size:15px;line-height:22px;font-weight:700}.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon{float:left;margin:0 8px 0 0;height:22px;line-height:18px;display:inline-block;width:24px;text-align:center}.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon i{font-size:22px;position:relative;top:1px}.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-photo{float:none;margin:0 auto;text-align:center;position:relative}.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-meta{padding-left:0!important;padding-right:0!important;text-align:center!important}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav{padding:0!important}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a,.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a{margin-left:0!important;border-radius:0!important}.ppress-dpf-profile-nav-item.ppressui340 .ppress-dpf-profile-body{padding-left:0!important;padding-right:0!important}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{position:static!important;top:auto!important;left:auto!important}.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-profile-meta{text-align:center!important;padding:0!important;margin-top:-30px!important}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta{padding-top:0!important}.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-name{float:none!important;margin-right:0!important;font-size:18px!important}.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-meta-text{padding:0 20px!important}.ppress-default-profile.ppressui340 .ppress-dpf-profile-photo{position:relative!important;width:100px!important;height:100px!important;margin:0 auto!important;float:none!important;left:auto!important;text-align:center!important;top:-40px!important}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{width:120px!important;height:120px!important}.ppress-default-profile.ppressui340 .ppress-dpf-nav-title{font-size:12px!important}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons,.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item i{display:block!important;position:static!important;top:auto!important;left:auto!important;height:20px!important;line-height:20px!important}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta{margin-top:0!important}.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav{padding:0!important}.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item i{font-size:22px!important;height:22px!important;line-height:22px!important}.ppress-default-profile.ppressui500 .ppress-dpf-profile-body{padding-left:0!important;padding-right:0!important}.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{position:static!important;top:auto!important;left:auto!important;width:120px!important;height:120px!important}.ppress-default-profile.ppressui500 .ppress-dpf-profile-photo{position:relative!important;width:100px!important;height:100px!important;margin:0 auto!important;float:none!important;display:block!important;top:-40px!important;left:0!important}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-profile-meta{text-align:center!important;padding:0!important;margin-top:-30px!important}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-name{float:none!important;margin-right:0!important;font-size:21px!important}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta-text{padding-top:10px!important}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta{padding:0 20px!important;display:block!important}.ppress-default-profile.ppressui500 .ppress-dpf-nav-title{font-size:12px!important}.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons{display:block!important;position:static!important;top:auto!important;left:auto!important;height:20px!important;line-height:20px!important}.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta{margin-top:0!important}.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav{padding:0!important}.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item a{padding:10px 20px!important;margin-left:0!important;border-radius:0!important}.ppress-default-profile.ppressui800 .ppress-dpf-profile-photo{width:140px!important;height:140px!important;top:-70px!important}.ppress-default-profile.ppressui800.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{top:auto!important}.ppress-default-profile.ppressui800 .ppress-dpf-header .ppress-dpf-meta-text{padding-top:10px!important}.ppress-default-profile.ppressui800 .ppress-dpf-nav-title{font-size:12px!important}.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item .ppress-material-icons{display:block!important;position:static!important;top:auto!important;left:auto!important;font-size:20px!important;height:20px!important;line-height:20px!important}.ppress-default-profile.ppressui960 .ppress-dpf-profile-photo{width:140px!important;height:140px!important;top:-70px!important}.ppress-default-profile.ppressui960.ppdf-nocover .ppress-dpf-profile-meta{margin-top:-50px!important}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a,.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a{padding:5px 11px!important;font-size:12px!important}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons,.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons{font-size:14px!important}.ppress-default-profile.ppressui340 span.ppress-dpf-nav-title,.ppress-default-profile.ppressui500 span.ppress-dpf-nav-title{font-size:10px!important}.pp-form-wrapper.ppress-default-profile ul.pp-user-post-list{list-style:none;margin:0;padding:0}.pp-form-wrapper.ppress-default-profile li.pp-user-post-item{padding:20px 0;border-bottom:1px solid #eee}.pp-form-wrapper.ppress-default-profile .pp-user-post-item a,.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3{font-size:16px;font-weight:400;margin:0;text-decoration:none}.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3.pp-post-item-head{line-height:20px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-more-post-wrap{text-align:center;padding-top:30px}.pp-form-wrapper.ppress-default-profile a.ppress-dpf-more-post-btn{font-size:15px;border:0;display:block;width:100%;line-height:1em;padding:15px;text-decoration:none;text-align:center;text-transform:none;font-weight:400;transition:.25s;border-radius:4px;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);max-width:250px;margin:0 auto;color:#fff;background:#007bff}.pp-form-wrapper.ppress-default-profile .pp-user-comment-item{padding:20px 0;border-bottom:1px solid #eee}.pp-form-wrapper.ppress-default-profile .pp-user-comment-item-link a{color:inherit}.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item+.ppress-dpf-more-post-wrap{display:none}.pp-member-directory .ppressmd-member-directory-header.ppressmd-form{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;width:100%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row:not(.ppressmd-member-directory-filters-bar){display:flex;flex-direction:row;justify-content:flex-start;align-items:baseline;flex-wrap:nowrap;margin:0 0 10px}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-search-row{justify-content:flex-end}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;width:60%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label{flex:1;margin:0 10px 0 0;min-width:90px;max-width:85%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line{-webkit-appearance:textfield;width:100%;padding:0 12px!important;display:block!important;border-radius:2px;outline:0!important;cursor:text!important;font-size:15px!important;height:40px!important;box-sizing:border-box!important;box-shadow:none!important;margin:0!important;position:static}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line .ppressmd-do-search{min-width:15%;width:auto}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;width:100%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting{display:flex;flex-direction:row;justify-content:flex-start;align-items:baseline;flex-wrap:nowrap;flex:5}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a{display:flex;flex-direction:row;justify-content:flex-start;align-items:baseline;flex-wrap:nowrap;position:relative;cursor:pointer}.pp-member-directory .ppressmd-member-directory-header a{text-decoration:none;border-bottom:none;box-shadow:none}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons{display:inline;vertical-align:middle}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters{display:flex;flex-direction:row;justify-content:flex-end;align-items:baseline;flex-wrap:nowrap;flex:2;text-align:right}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a{display:flex;flex-direction:row;justify-content:flex-start;align-items:baseline;flex-wrap:nowrap;cursor:pointer}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a a{margin:0 5px 0 0}.ppressmd-member-directory-header:not(.ppmd-filters-expand) .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-up{display:none}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible,.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-down{display:none}.ppressmd-new-dropdown{font-size:16px;margin:0;position:absolute;height:auto;background:#fff;z-index:10;display:none;border:1px solid #ddd;box-shadow:0 7px 14px 0 rgba(50,50,93,.1),0 3px 6px 0 rgba(0,0,0,.07);-webkit-box-shadow:0 7px 14px 0 rgba(50,50,93,.1),0 3px 6px 0 rgba(0,0,0,.07);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px}.ppressmd-new-dropdown ul li{list-style-type:none;padding:0;margin:0}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a .ppressmd-new-dropdown{top:24px;width:200px;left:-12px}.ppressmd-new-dropdown ul li a{display:block;padding:8px 12px;line-height:1}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-filters-bar{padding:0 0 10px}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-header-row-invisible{margin:0}.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible{display:grid}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search{margin:0;width:100%;display:grid;grid-template-rows:auto 1fr;grid-template-columns:repeat(3,1fr);grid-gap:10px;grid-auto-rows:minmax(-webkit-max-content,auto);grid-auto-rows:minmax(max-content,auto);-ms-grid-template-rows:auto 1fr;-ms-grid-template-columns:repeat(3,1fr);-ms-grid-gap:10px;-ms-grid-auto-rows:minmax(max-content,auto);align-items:center}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter{display:flex;flex-direction:row;justify-content:flex-start;align-items:baseline;flex-wrap:nowrap;width:100%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input{width:100%;padding:10px 30px}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line,.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input:not(.select2-search__field),.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection{background-color:transparent;border:1px solid #ddd!important}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons,.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line,.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input,.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection__rendered{color:#666;background-color:transparent}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row input[type=search]:focus{border:1px solid #bbb!important}.pp-member-directory .ppressmd-member-directory-header .ppressmd-button{border:0!important;display:block;width:100%;line-height:1em!important;padding:16px 20px!important;text-decoration:none!important;text-align:center;text-transform:none!important;font-weight:400!important;overflow:hidden;position:relative;transition:.25s;box-sizing:border-box;border-radius:4px!important;box-shadow:none;vertical-align:middle!important;height:auto!important;cursor:pointer!important;text-shadow:none;font-family:inherit;outline:0!important;margin:0;-webkit-appearance:none}.pp-member-directory .ppressmd-members-total-wrap{text-align:center;margin:0 0 10px}.pp-member-directory .ppressmd-members-total{font-size:20px;font-weight:300}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container{width:100%!important}.pp-member-directory .ppressmd-member-directory-header .select2-search.select2-search--inline .select2-search__field{width:auto!important}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection{display:block!important;height:40px;padding:0 0 0 12px!important;overflow:hidden!important;position:relative!important;white-space:nowrap!important;line-height:35px!important;font-size:15px!important;text-align:left!important;text-decoration:none!important;border-radius:2px!important;background-clip:padding-box!important;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:0 0!important}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection .select2-selection__arrow{display:inline-block!important;width:34px!important;height:100%!important;position:absolute!important;right:0!important;top:0!important;border-radius:0 2px 2px 0!important;background-clip:padding-box!important;text-align:center!important;background:0 0!important;border-left:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown{border:1px solid #ddd;border-top:0;border-radius:0}.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown .select2-results li{list-style:none;display:list-item;background-image:none;font-size:15px;margin:5px!important;color:#666!important;padding:3px 7px 4px!important;cursor:pointer;min-height:1em!important}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection.select2-selection--multiple{height:auto!important;line-height:.8!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__rendered{padding-left:0!important;line-height:37px}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered{line-height:37px;box-sizing:border-box;list-style:none;margin:0;padding-left:0!important;padding-right:30px;width:100%;font-size:13px}.pp-member-directory .ppressmd-member-directory-header .select2-results li.select2-results__option.select2-results__option--highlighted{background:0 0!important;background:#f4f4f4!important;color:#666!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear{right:10px;margin:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear{right:10px;font-size:30px;margin:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear,.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__arrow b,.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear{color:#888!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear{position:absolute}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__choice{padding:3px 3px 3px 5px}.pp-member-directory .ppressmd-member-directory-header .select2-container .select2-search.select2-search--inline>input{border:0!important;padding:0!important;border-radius:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered li{overflow-x:hidden;text-overflow:ellipsis;max-width:100%;box-sizing:border-box}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear{font-size:20px!important}.pp-member-directory .ppmd-pagination-wrap{font-size:16px;width:100%;margin:0 auto 10px;padding:0;text-align:center}.pp-member-directory .ppmd-pagination-wrap .page-numbers{display:inline-block;width:auto;height:34px;line-height:34px;transition:all .2s linear;padding:0 14px;color:#666;font-weight:400}.pp-member-directory .ppmd-pagination-wrap .page-numbers.current{background:#007bff;color:#fff}.pp-member-directory .ppmd-pagination-wrap .page-numbers .ppress-material-icons{vertical-align:middle}
|
1 |
+
.ppress-hint-wrap[class*=hint--]{position:relative;display:inline-block}.ppress-hint-wrap[class*=hint--]:after,.ppress-hint-wrap[class*=hint--]:before{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}.ppress-hint-wrap[class*=hint--]:before{content:"";background:0 0;border:6px solid transparent;z-index:1000001}.ppress-hint-wrap[class*=hint--]:hover:after,.ppress-hint-wrap[class*=hint--]:hover:before{visibility:visible;opacity:1;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;transition-delay:.1s}.ppress-hint-wrap[class*=hint--]:after{background:#383838;color:#fff;padding:8px 10px;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:12px;white-space:nowrap;text-shadow:0-1px 0#000;box-shadow:4px 4px 8px rgba(0,0,0,.3)}.ppress-hint-wrap[class*=hint--][aria-label]:after{content:attr(aria-label)}.ppress-hint-wrap[class*=hint--][data-hint]:after{content:attr(data-hint)}.ppress-hint-wrap[aria-label=""]:after,.ppress-hint-wrap[aria-label=""]:before,[data-hint=""]:after,[data-hint=""]:before{display:none!important}.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--top:before{border-top-color:#383838}.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--bottom:before{border-bottom-color:#383838}.ppress-hint-wrap.hint--top:after,.ppress-hint-wrap.hint--top:before{bottom:100%;left:50%}.ppress-hint-wrap.hint--top:before{margin-bottom:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--top:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.ppress-hint-wrap.hint--top:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.ppress-hint-wrap.hint--top:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.ppress-hint-wrap.hint--bottom:after,.ppress-hint-wrap.hint--bottom:before{top:100%;left:50%}.ppress-hint-wrap.hint--bottom:before{margin-top:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--bottom:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.ppress-hint-wrap.hint--bottom:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.ppress-hint-wrap.hint--bottom:hover:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.ppress-hint-wrap.hint--right:before{border-right-color:#383838;margin-left:-11px;margin-bottom:-6px}.ppress-hint-wrap.hint--right:after{margin-bottom:-14px;left:100%;bottom:50%}.ppress-hint-wrap.hint--right:before{left:100%;bottom:50%}.ppress-hint-wrap.hint--right:hover:after,.ppress-hint-wrap.hint--right:hover:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.ppress-hint-wrap.hint--left:before{border-left-color:#383838;margin-right:-11px;margin-bottom:-6px}.ppress-hint-wrap.hint--left:after{margin-bottom:-14px;right:100%;bottom:50%}.ppress-hint-wrap.hint--left:before{right:100%;bottom:50%}.ppress-hint-wrap.hint--left:hover:after,.ppress-hint-wrap.hint--left:hover:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.ppress-hint-wrap.hint--top-left:after,.ppress-hint-wrap.hint--top-left:before{bottom:100%;left:50%}.ppress-hint-wrap.hint--top-left:before{margin-bottom:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--top-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.ppress-hint-wrap.hint--top-left:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.ppress-hint-wrap.hint--top-left:hover:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.ppress-hint-wrap.hint--top-right:after,.ppress-hint-wrap.hint--top-right:before{bottom:100%;left:50%}.ppress-hint-wrap.hint--top-right:before{margin-bottom:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--top-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.ppress-hint-wrap.hint--top-right:hover:after,.ppress-hint-wrap.hint--top-right:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.ppress-hint-wrap.hint--bottom-left:after,.ppress-hint-wrap.hint--bottom-left:before{top:100%;left:50%}.ppress-hint-wrap.hint--bottom-left:before{margin-top:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--bottom-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.ppress-hint-wrap.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.ppress-hint-wrap.hint--bottom-left:hover:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.ppress-hint-wrap.hint--bottom-right:after,.ppress-hint-wrap.hint--bottom-right:before{top:100%;left:50%}.ppress-hint-wrap.hint--bottom-right:before{margin-top:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--bottom-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.ppress-hint-wrap.hint--bottom-right:hover:after,.ppress-hint-wrap.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.ppress-hint-wrap.hint--large:after,.ppress-hint-wrap.hint--medium:after,.ppress-hint-wrap.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.ppress-hint-wrap.hint--small:after{width:80px}.ppress-hint-wrap.hint--medium:after{width:150px}.ppress-hint-wrap.hint--large:after{width:300px}.ppress-hint-wrap.hint--error:after{background-color:#b34e4d;text-shadow:0-1px 0#592726}.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top:before{border-top-color:#b34e4d}.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom:before{border-bottom-color:#b34e4d}.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--left:before{border-left-color:#b34e4d}.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--right:before{border-right-color:#b34e4d}.ppress-hint-wrap.hint--warning:after{background-color:#c09854;text-shadow:0-1px 0#6c5328}.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top:before{border-top-color:#c09854}.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom:before{border-bottom-color:#c09854}.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--left:before{border-left-color:#c09854}.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--right:before{border-right-color:#c09854}.ppress-hint-wrap.hint--info:after{background-color:#3986ac;text-shadow:0-1px 0#1a3c4d}.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top:before{border-top-color:#3986ac}.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom:before{border-bottom-color:#3986ac}.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--left:before{border-left-color:#3986ac}.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--right:before{border-right-color:#3986ac}.ppress-hint-wrap.hint--success:after{background-color:#458746;text-shadow:0-1px 0#1a321a}.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top:before{border-top-color:#458746}.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom:before{border-bottom-color:#458746}.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--left:before{border-left-color:#458746}.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--right:before{border-right-color:#458746}.ppress-hint-wrap.hint--always:after,.ppress-hint-wrap.hint--always:before{opacity:1;visibility:visible}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-left:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-left:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-right:after,.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-right:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-left:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-left:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-right:after,.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-right:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--left:after,.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--left:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--right:after,.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--right:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.ppress-hint-wrap.hint--rounded:after{border-radius:4px}.ppress-hint-wrap.hint--no-animate:after,.ppress-hint-wrap.hint--no-animate:before{-webkit-transition-duration:0s;-moz-transition-duration:0s;transition-duration:0s}.ppress-hint-wrap.hint--bounce:after,.ppress-hint-wrap.hint--bounce:before{-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);-moz-transition:opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)}.ppress-hint-wrap.hint--no-shadow:after,.ppress-hint-wrap.hint--no-shadow:before{text-shadow:initial;box-shadow:initial}@font-face{font-family:"Material Icons";font-style:normal;font-weight:400;src:url(./material-icons/MaterialIcons-Regular.eot);src:local("Material Icons"),local("MaterialIcons-Regular"),url(./material-icons/MaterialIcons-Regular.woff2)format("woff2"),url(./material-icons/MaterialIcons-Regular.woff)format("woff"),url(./material-icons/MaterialIcons-Regular.ttf)format("truetype")}#profilepress-myaccount-wrapper .ppmyac-icons,.pp-form-field-wrap .pp-form-material-icons,.ppress-material-icons{font-family:"Material Icons"!important;font-weight:400;font-style:normal;font-size:20px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.flatpickr-current-month .flatpickr-monthDropdown-months{display:inline-block!important}.pp-tab-widget-avatar img{display:block;border-radius:50%;height:190px;margin:0 auto 10px!important;padding:2px;text-align:center;width:190px;float:none!important}.pp-user-panel{border-radius:6px;text-align:center}.pp-user-panel-title{font-size:20px;margin:0}.pp-user-panel p{font-size:15px;margin-bottom:23px}.pp-tabbed-btn{border:0;font-size:15px;font-weight:400;line-height:1.4;border-radius:4px;padding:10px 15px;-webkit-font-smoothing:subpixel-antialiased;-webkit-transition:border .25s linear,color .25s linear,background-color .25s linear;transition:border .25s linear,color .25s linear,background-color .25s linear}.pp-tabbed-btn-inverse{color:#fff!important;background-color:#34495e}.pp-password-reset-handler-wrap .pp-reset-password-form{padding:40px;max-width:500px;margin-top:5px;margin-bottom:5px}.pp-password-reset-handler-wrap .pp-reset-password-form h3{color:#444;font-weight:300;margin:0 auto 40px}.pp-password-reset-handler-wrap .pp-reset-password-form label{color:#444;font-size:15px}.pp-password-reset-handler-wrap .pp-reset-password-form label .req{margin:2px;color:red}.pp-password-reset-handler-wrap .pp-reset-password-form label.active .req{opacity:0}.pp-password-reset-handler-wrap .pp-reset-password-form input{font-size:22px;display:block;width:100%;box-sizing:border-box;height:auto;padding:5px 10px;background:0 0;margin-bottom:40px;border:1px solid #a0b3b0;border-radius:0;-webkit-transition:border-color .25s ease,box-shadow .25s ease;transition:border-color .25s ease,box-shadow .25s ease}.pp-password-reset-handler-wrap .pp-reset-password-form input:focus{outline:0;border-color:#1ab188}.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button{border:0;outline:0;border-radius:0;padding:15px 0;font-size:20px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;background:#1ab188;color:#fff;-webkit-transition:all .5s ease;transition:all .5s ease;-webkit-appearance:none;text-shadow:none;box-shadow:none}.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:focus,.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:hover{background:#179b77}.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button-block{display:block;width:100%}.pp-password-reset-handler-wrap .profilepress-reset-status{margin-left:40px;max-width:420px}#pp-pass-strength-result{background-color:#eee;border:1px solid #ddd;color:#23282d;padding:3px 5px;text-align:center;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#pp-pass-strength-result.short{background-color:#f1adad;border-color:#e35b5b;opacity:1}#pp-pass-strength-result.bad{background-color:#fbc5a9;border-color:#f78b53;opacity:1}#pp-pass-strength-result.good{background-color:#ffe399;border-color:#ffc733;opacity:1}#pp-pass-strength-result.strong{background-color:#c1e1b9;border-color:#83c373;opacity:1}.pp-form-wrapper .pp-form-label-wrap .pp-form-required-label{color:red;font-weight:400}.pp-form-wrapper input[type=checkbox],.pp-form-wrapper input[type=radio]{cursor:pointer}.pp-form-wrapper p{margin:0 0 5px!important;padding:0!important}.pp-form-wrapper input[type=datetime],.pp-form-wrapper input[type=email],.pp-form-wrapper input[type=number],.pp-form-wrapper input[type=password],.pp-form-wrapper input[type=search],.pp-form-wrapper input[type=tel],.pp-form-wrapper input[type=text],.pp-form-wrapper input[type=url],.pp-form-wrapper select,.pp-form-wrapper textarea{-webkit-appearance:none;width:100%;background:#fff;border:1px solid #dedee5;padding:13px 15px;outline:0;line-height:1}.pp-form-wrapper select{background-image:url(../images/frontend/arrow-down.png)!important;background-position:right 20px center!important;background-repeat:no-repeat!important;background-size:10px auto!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.pp-form-wrapper .pp-form-label-wrap{margin:0 0 4px;padding:0}.pp-form-wrapper .pp-form-label{font-size:14px;text-transform:none;text-align:left;font-weight:400;font-style:normal;float:none;line-height:1.3;margin:0;padding:0;width:auto;display:inline;cursor:pointer}.pp-form-wrapper .pp-checkbox-wrap,.pp-form-wrapper .pp-radio-wrap{display:block;text-align:left;line-height:normal;margin:5px 0;padding:0}.pp-form-wrapper .pp-checkbox-wrap label,.pp-form-wrapper .pp-radio-wrap label{margin-left:5px}.pp-form-wrapper input[type=checkbox],.pp-form-wrapper input[type=radio]{border:1px solid #ccc;background-color:#fff;width:14px!important;height:14px!important;display:inline-block;vertical-align:baseline}.pp-form-wrapper .ppress-pf-profile-connect{padding:5px 0 10px}.pp-form-wrapper a.ppress-pf-social-icon{width:100%;height:100%;display:inline}.pp-form-wrapper .ppress-pf-social-icon svg{vertical-align:middle;width:40px;height:40px}.pp-form-wrapper .ppress-pf-social-icon.dpf-github svg,.pp-form-wrapper .ppress-pf-social-icon.dpf-instagram svg,.pp-form-wrapper .ppress-pf-social-icon.dpf-pinterest svg{padding:3px}a.pp-button-social-login:focus{outline-color:transparent}a.pp-button-social-login:focus .ppsc,a.pp-button-social-login:hover .ppsc{background-color:rgba(255,255,255,.75)}a.pp-button-social-login:visited{color:#fff}a.pp-button-social-login,a.pp-button-social-login .ppsc{display:inline-block;font-size:100%;height:2.5em;padding:0}a.pp-button-social-login{position:relative;vertical-align:middle;line-height:2.5em;font-family:inherit;font-weight:700;overflow:hidden;white-space:nowrap;border:1px solid #333;color:#fff!important;background:#333;margin:6px 0;border-radius:2px;box-sizing:content-box;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.1);text-decoration:none!important;min-width:220px}a.pp-button-social-login .ppsc{font-style:normal;font-weight:400;text-decoration:none;text-transform:none;vertical-align:top;text-align:center;width:2.5em;background-color:#fff;background-repeat:no-repeat;background-position:50%;background-size:1.8em 1.8em;border-top-left-radius:1px;border-bottom-left-radius:1px;-moz-font-smoothing:antialiased;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;position:absolute;left:0;margin:0}a.pp-button-social-login span.ppsc-text{margin-left:40px;padding:.5em;color:#fff!important}a.pp-button-social-login .ppsc-google{background-image:url(../images/social-login/google.svg)}a.pp-button-social-login.pp-button-social-login-google{background:#4285f4;border-color:#4285f4}a.pp-button-social-login.pp-button-social-login-facebook{background:#3b5998;border-color:#3b5998}a.pp-button-social-login.pp-button-social-login-twitter{background:#55acee;border-color:#55acee}a.pp-button-social-login.pp-button-social-login-linkedin{background:#0077b5;border-color:#0077b5}a.pp-button-social-login.pp-button-social-login-vk{background:#4a76a8;border-color:#4a76a8}a.pp-button-social-login.pp-button-social-login-github{background:#24292e;border-color:#24292e}a.pp-button-social-login .ppsc-vk{background-image:url(../images/social-login/vk-fa.svg)}a.pp-button-social-login .ppsc-facebook{background-image:url(../images/social-login/facebook.svg)}a.pp-button-social-login .ppsc-twitter{background-image:url(../images/social-login/twitter.svg)}a.pp-button-social-login .ppsc-linkedin{background-image:url(../images/social-login/linkedin.svg)}a.pp-button-social-login .ppsc-github{background-image:url(../images/social-login/github-fa.svg)}#profilepress-myaccount-wrapper,#profilepress-myaccount-wrapper *,#profilepress-myaccount-wrapper ::after,#profilepress-myaccount-wrapper ::before,.pp-form-container *,.pp-form-container .pp-form-wrapper,.pp-form-container .pp-form-wrapper *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap span.select2-selection.select2-selection--multiple,html .pp-form-container .select2 input.select2-search__field{border:0!important}.pp-form-container form input[type=submit]{-webkit-appearance:none!important;cursor:pointer;text-shadow:none}.pp-form-container form{margin:0;padding:0;background-color:transparent}.woocommerce .woocommerce-MyAccount-content .pp-form-container{margin-right:0!important;margin-left:0!important}.pp-form-container form input,.pp-form-container form select,.pp-form-container form textarea{outline:0;background-image:none;height:auto;float:none;position:static;box-shadow:none;text-shadow:none;text-transform:none;text-decoration:none;resize:vertical}.pp-form-container form p{margin:0 0 .5em}.pp-form-container form input[type=submit]:focus{outline:0}.pp-form-container .pp-user-avatar{border-radius:50%!important;display:block!important;margin:0 auto 10px!important;text-align:center!important}.pp-form-container img.pp-user-cover-image{width:100%!important;height:auto!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox],#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]{border:1px solid #7e8993!important;border-radius:4px!important;background:#fff!important;color:#555!important;clear:none!important;cursor:pointer!important;display:inline-block!important;line-height:0!important;margin:0!important;outline:0!important;padding:0!important;text-align:center!important;vertical-align:middle!important;-webkit-appearance:none!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)!important;transition:.05s border-color ease-in-out!important;width:16px!important;height:16px!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]{border-radius:50%!important}.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]{border-radius:4px!important}.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]{border-radius:50%!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked::before{content:url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E)!important;margin:-3px 0 0-4px!important;width:20px!important;height:20px!important;position:static}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked::before{content:"";border-radius:50%!important;margin:3px!important;background-color:#000!important;line-height:1.14285714!important;width:8px!important;height:8px!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked::before,#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked::before{float:left!important;display:inline-block!important;vertical-align:middle!important;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pp-form-container .pp-form-wrapper.ppBuildScratch,.pp-form-container .pp-form-wrapper.ppBuildScratch *{font-family:"Merriweather",sans-serif}.pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline{font-weight:700;font-size:20px;margin-bottom:1em;margin-top:0;text-align:center;margin-right:6.387%}.pp-form-container .pp-form-wrapper.ppBuildScratch h1,.pp-form-container .pp-form-wrapper.ppBuildScratch h2,.pp-form-container .pp-form-wrapper.ppBuildScratch h3,.pp-form-container .pp-form-wrapper.ppBuildScratch h4{font-weight:700;font-size:20px;margin-bottom:1em;margin-top:1em}.pp-form-container .pp-form-wrapper.ppBuildScratch input:disabled{opacity:.5}.pp-form-container .pp-form-wrapper.ppBuildScratch{max-width:100%;width:100%;padding:6%0 6% 6%;background:#fff;color:#222;font-size:14px;position:relative;box-shadow:0 0 0 .5px rgba(0,20,40,.1),0 2px 8px 0 rgba(50,55,90,.2);border-radius:3px;margin:0 auto}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-remove-frame{box-shadow:none;border-radius:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap{padding:0 6.387% 4%0;display:inline-block;width:100%;vertical-align:top}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap{display:inline-block;width:100%;vertical-align:top;padding:0 6.387%0 0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap{margin:0 0 5px;padding:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-description,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .ppress-hint-tooltip,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-standard .ppress-hint-tooltip,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .pp-form-field-description{display:none}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-input-textarea-wrap .pp-form-field:focus~.pp-form-field-description{display:block}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip{display:inline;font-weight:400}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip .pp-form-material-icons{position:relative;margin:0;padding:0;font-size:110%;display:inline;vertical-align:top}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside{position:relative}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-label-wrap{position:absolute;top:5px;left:15px;z-index:2}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap.fld-inside .pp-form-label-wrap{left:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field{padding-top:18px;padding-bottom:2px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field{padding-top:23px;padding-bottom:7px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field{padding-top:30px;padding-bottom:10px}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-half{width:50%}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-third{width:33.3333333333%}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea{border:1px solid #dbdbdb;font-size:14px;padding:10px 15px;-webkit-transition:all .35s;transition:all .35s;background:#fff;color:#69717a;width:100%;border-radius:0;line-height:1.3;min-height:40px;display:inline-block;margin:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea{height:100px;overflow:auto}.pp-form-field-wrap .pp-form-material-icons{width:24px;height:24px;position:absolute;right:0;top:0;cursor:text;margin:8px 12px 0 0}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon textarea{padding-right:40px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon textarea{padding-left:40px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon textarea{padding-left:30px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon textarea{padding-right:30px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap .pp-form-material-icons{left:0;margin-left:12px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap .pp-form-material-icons{left:0!important;margin-left:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap .pp-form-material-icons{margin-right:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap .pp-form-material-icons{margin-top:10px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap .pp-form-material-icons{margin-top:18px}.pp-form-container .pp-form-wrapper.ppBuildScratch .has-password-visibility-icon .pp-form-material-icons{cursor:pointer}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap textarea{border-radius:25px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap textarea{border-radius:6px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap .select2.select2-container,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea{border:0!important;border-bottom:1px solid #dbdbdb!important;padding-left:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input[type=text]:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea:focus{border-top:0!important;border-right:0!important;border-left:0!important;box-shadow:none!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap .select2-selection,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap textarea{border:0!important;background:#f7f7f7!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap select{padding-top:15px;padding-bottom:15px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap textarea{height:150px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap select{padding-top:20px;padding-bottom:20px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap textarea{height:200px}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea:focus{border:1px solid #999}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap .pp-form-label,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label{font-style:normal;background-color:transparent;display:block;font-weight:700;font-size:14px;float:none;line-height:1.3;margin:0;padding:0;color:#444}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label{display:inline-block}.pp-field-user-avatar-picture-wrap .pp-profile-avatar-overlay ins,.pp-field-user-cover-image-wrap .pp-cover-image-overlay ins,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-hide-asterisk .pp-form-required-label{display:none}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]{background:#000;border:0;color:#fff;font-weight:700;font-size:16px;line-height:1;padding:15px 10px;transition:.15s ease-in-out;width:auto;min-width:110px;text-align:center}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-submit-button-wrap input[type=submit],.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-submit-button-wrap input[type=submit]{padding-top:20px;padding-bottom:20px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap input[type=submit]{border-radius:25px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-round .pp-form-submit-button-wrap input[type=submit]{border-radius:6px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:hover{background-color:#ededed;color:#000;text-decoration:none}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap{margin:0 0 5px}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkboxes-container,.ppressmd-new-dropdown ul{margin:0;padding:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap:last-of-type,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap:last-of-type{margin-bottom:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-description{font-size:12px;font-weight:400;color:#666;line-height:1.3;text-align:left;margin:4px 0 0}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-wide .pp-form-submit-button-wrap input[type=submit]{width:100%}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap{margin-top:4%;margin-bottom:4%}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap input[type=submit]{width:100%!important;position:absolute!important;bottom:0!important;right:0!important;left:0!important;border-top-right-radius:0!important;border-top-left-radius:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-pill{border-bottom-right-radius:25px!important;border-bottom-left-radius:25px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-round{border-bottom-right-radius:6px!important;border-bottom-left-radius:6px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch a.pp-button-social-login:last-of-type{margin-bottom:1.5em!important}#profilepress-myaccount-wrapper{font-size:16px}#profilepress-myaccount-wrapper .profilepress-myaccount-row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#profilepress-myaccount-wrapper .profilepress-myaccount-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0}#profilepress-myaccount-wrapper .ppmyac-dashboard-item{text-decoration:none!important;position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125);width:100%;text-align:inherit;box-shadow:none}#profilepress-myaccount-wrapper .ppmyac-dashboard-item.isactive{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}#profilepress-myaccount-wrapper .ppmyac-dashboard-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}#profilepress-myaccount-wrapper .ppmyac-dashboard-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}#profilepress-myaccount-wrapper .ppmyac-icons{margin-right:.5rem;vertical-align:text-bottom}#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3{position:relative;width:100%;padding-right:15px;padding-left:15px}@media (min-width:576px){#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3{flex:0 0 25%;max-width:25%}}#profilepress-myaccount-wrapper .profilepress-myaccount-content{position:relative;width:100%;padding-top:30px;padding-right:15px;padding-left:15px}@media (min-width:576px){#profilepress-myaccount-wrapper .profilepress-myaccount-content{flex:0 0 75%;max-width:75%}}#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap{text-align:center;margin-bottom:20px}#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap .profilepress-myaccount-avatar img.pp-user-avatar{margin:0!important;position:static!important;float:none!important;display:inline-block;-moz-border-radius:999px;-webkit-border-radius:999px;border-radius:999px;width:120px;height:120px}#profilepress-myaccount-wrapper .profilepress-myaccount-nav a:focus{outline:0;text-shadow:none;box-shadow:none}#profilepress-myaccount-wrapper .profilepress-myaccount-content h2{margin-top:0!important;margin-bottom:1.8rem!important;font-weight:700!important;line-height:1.2!important;font-size:2rem!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content h3{margin-top:0!important;line-height:1.2!important;font-weight:500!important;font-size:1.2rem!important;margin-bottom:1rem!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenus-wrap{margin-bottom:2rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-wrap{display:inline;padding-right:1rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item{color:inherit;padding:0 0 10px}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item.ppsubmenu-active{border-bottom:3px solid #6c757d}.profilepress-myaccount-alert,.profilepress-myaccount-edit-profile .profilepress-edit-profile-status{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.profilepress-myaccount-alert.pp-alert-danger,.profilepress-myaccount-edit-profile .profilepress-edit-profile-status{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.profilepress-myaccount-alert.pp-alert-success,.profilepress-myaccount-edit-profile .profilepress-edit-profile-status.success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field{margin-top:.5rem;margin-bottom:1rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-cover-image-empty{min-height:250px;background-color:#eee}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap{padding:.75rem;background-color:#fff;border:1px solid rgba(0,0,0,.125);margin-bottom:0;border-radius:.25rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap img{width:100%;height:auto}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap .profilepress-myaccount-form-field{margin-top:.5rem;margin-bottom:.5rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap{margin-bottom:2rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field label{margin-bottom:.2rem;font-weight:500;display:block}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=checkbox]+label,#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=radio]+label{display:inline}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-control:not([type=radio]):not([type=checkbox]),#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]),#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap select,#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;overflow:visible;box-shadow:inset 0 1px 1px rgba(0,0,0,.125)}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea{height:auto!important;min-height:100px!important;resize:vertical!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control:focus,#profilepress-myaccount-wrapper .profilepress-myaccount-content select.profilepress-myaccount-form-control:focus,#profilepress-myaccount-wrapper .profilepress-myaccount-content textarea.profilepress-myaccount-form-control:focus{background-color:#fff;border-color:#bbb;outline:0;box-shadow:none}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit]{display:inline-block;cursor:pointer;width:auto}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit]:hover{color:#fff;background-color:#0069d9;border-color:#0062cc;text-decoration:none}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label::after{position:absolute;top:0;right:0;box-sizing:border-box;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input~.ppmyac-custom-file-label[data-browse]::after{content:attr(data-browse)}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-checkbox-wrap label.pp-form-label,#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-radio-wrap label.pp-form-label{display:inline-block;margin:0 0 0 .3819820591em}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar-wrap{display:flex;flex-direction:column;margin:1em 0 0;padding-left:0}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar{position:relative;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125);margin-bottom:0;border-radius:.25rem;justify-content:space-between!important;display:flex!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content .pp-user-avatar{width:70px;height:70px;min-height:100%;object-fit:cover;object-position:center;border-radius:50%}#profilepress-myaccount-wrapper .profilepress-myaccount-content .ppmyac-remove-avatar{margin-bottom:.5rem!important;margin-top:.5rem!important;padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem;color:#fff;height:35px;background-color:#6c757d;display:inline-block;font-weight:400;text-align:center;vertical-align:middle;text-shadow:none;cursor:pointer;user-select:none;border:1px solid #6c757d;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap .ppmyac-remove-avatar{margin-top:.75rem!important;margin-bottom:0!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control::-webkit-file-upload-button{background:#fff;border-radius:6px;font-size:14px;border:1px solid #ddd}#profilepress-myaccount-wrapper .profilepress-myaccount-content .select2-selection{border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;box-shadow:inset 0 1px 1px rgba(0,0,0,.125)}.ppress-2fa-setup-wrap .ppmyac-2fa-recovery-codes-wrap{width:250px;text-align:center}.pp-form-container .pp-field-user-avatar-picture-wrap{width:250px;height:auto;margin:auto;position:relative}.pp-form-container .pp-field-user-cover-image-wrap{margin:auto;position:relative}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap{position:absolute;top:0;left:0;background:rgba(0,0,0,.5);text-align:center;box-sizing:border-box;padding:0;color:#fff;text-shadow:0 1px #666;line-height:21px;font-size:16px;height:100%;width:100%;border-radius:50%}.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap{border-radius:0}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay{display:table;height:100%;width:100%}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay ins,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay ins{display:table-cell;vertical-align:middle;height:100%;text-decoration:none!important;background:0 0!important;color:#fff!important;border-bottom:none!important}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap .pp-profile-avatar-overlay .pp-form-material-icons,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap .pp-cover-image-overlay .pp-form-material-icons{font-size:35px!important;display:block!important;position:static!important;right:auto!important;top:auto!important;color:#fff!important;margin:0!important;width:auto!important;height:auto!important;cursor:pointer}html .select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field{border:0!important;height:auto!important}.select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field{border:0!important;box-shadow:none!important}.select2.select2-container .select2-selection.select2-selection--multiple li.select2-selection__choice{height:auto;line-height:normal}.pp-form-wrapper.pp-member-directory{opacity:0}.pp-form-wrapper.ppress-default-profile{max-width:1000px;width:100%;box-sizing:border-box;font-size:15px;color:#666;margin-bottom:30px;opacity:0}.pp-form-wrapper.ppress-default-profile *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.pp-form-wrapper.ppress-default-profile a,.pp-form-wrapper.ppress-default-profile a:hover{text-decoration:none!important}.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover{background-color:#eee;box-sizing:border-box;position:relative}.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e{text-align:center;overflow:hidden}.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e img{width:100%;display:block;overflow:hidden;border-radius:0;margin:0}.pp-form-wrapper.ppress-default-profile .ppress-dpf-header{position:relative;padding:0 0 25px;border-bottom:solid 2px #eee;min-height:85px;box-sizing:content-box}.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon{position:absolute;top:15px;right:0;vertical-align:middle;font-size:30px;height:30px;line-height:30px;z-index:66;margin-right:10px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon .ppress-dpf-edit-a .ppress-material-icons{font-size:30px}.pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a{color:#aaa;text-decoration:none;border-bottom:0}.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon a:hover,.pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a.active{color:#007bff}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo{float:left;position:absolute;margin:0 0 0 30px;box-sizing:border-box;width:200px;height:200px}.pp-form-wrapper.ppress-default-profile.ppdf-nocover .ppress-dpf-profile-photo{position:relative}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo img{width:100%;height:auto;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;display:block;overflow:hidden;margin:0;box-shadow:none;background:#fff;border:5px solid #fff}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-meta{padding-right:30px;-ms-word-break:break-all;word-break:break-word;word-wrap:break-word}.pp-form-wrapper.ppress-default-profile .ppress-dpf-main-meta{padding:10px 0 0;color:#999}.pp-form-wrapper.ppress-default-profile .ppress-dpf-name{font-size:24px;font-weight:700;margin-right:30px;color:#555;line-height:1.7em}.pp-form-wrapper.ppress-default-profile .ppress-dpf-clear{clear:both}.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span{margin:0 5px;font-size:14px;display:inline-block;line-height:.1}.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span:first-child{margin:0 5px 0 0}.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta-text{margin:5px 0 0;line-height:1.4em;font-size:13px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav{padding:10px;background:#444;text-align:center}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a{color:#fff;font-size:14px;font-weight:600;padding:6px 10px 6px 28px;display:block;float:left;border-radius:4px;margin-left:5px;position:relative;border-bottom:0;text-decoration:none!important}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a:hover{background:#555}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item .ppress-material-icons{font-size:18px;height:18px;line-height:1.5;position:absolute;display:block;left:10px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item span.ppress-dpf-nav-title{padding-left:5px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item.ppress-dpf-active a{background:#007bff}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body{max-width:600px;padding-top:15px;padding-bottom:15px;margin:auto}.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item,.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note{text-align:center;padding-top:20px;color:#666}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note .ppress-material-icons{display:inline-block;font-size:70px;height:70px;line-height:70px}.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item span,.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note span{margin-top:10px;display:block;font-size:16px;color:#888}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note a{border:0!important}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-items{margin:0 0 30px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-item{position:relative;padding:15px 0 0}.pp-form-wrapper.ppress-default-profile .ppress-dpf-item-label{display:block;margin:0 0 8px;border-bottom:solid 2px #eee;padding-bottom:4px;font-size:15px;line-height:22px;font-weight:700}.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon{float:left;margin:0 8px 0 0;height:22px;line-height:18px;display:inline-block;width:24px;text-align:center}.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon i{font-size:22px;position:relative;top:1px}.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-photo{float:none;margin:0 auto;text-align:center;position:relative}.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-meta{padding-left:0!important;padding-right:0!important;text-align:center!important}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav{padding:0!important}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a,.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a{margin-left:0!important;border-radius:0!important}.ppress-dpf-profile-nav-item.ppressui340 .ppress-dpf-profile-body{padding-left:0!important;padding-right:0!important}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{position:static!important;top:auto!important;left:auto!important}.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-profile-meta{text-align:center!important;padding:0!important;margin-top:-30px!important}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta{padding-top:0!important}.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-name{float:none!important;margin-right:0!important;font-size:18px!important}.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-meta-text{padding:0 20px!important}.ppress-default-profile.ppressui340 .ppress-dpf-profile-photo{position:relative!important;width:100px!important;height:100px!important;margin:0 auto!important;float:none!important;left:auto!important;text-align:center!important;top:-40px!important}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{width:120px!important;height:120px!important}.ppress-default-profile.ppressui340 .ppress-dpf-nav-title{font-size:12px!important}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons,.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item i{display:block!important;position:static!important;top:auto!important;left:auto!important;height:20px!important;line-height:20px!important}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta{margin-top:0!important}.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav{padding:0!important}.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item i{font-size:22px!important;height:22px!important;line-height:22px!important}.ppress-default-profile.ppressui500 .ppress-dpf-profile-body{padding-left:0!important;padding-right:0!important}.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{position:static!important;top:auto!important;left:auto!important;width:120px!important;height:120px!important}.ppress-default-profile.ppressui500 .ppress-dpf-profile-photo{position:relative!important;width:100px!important;height:100px!important;margin:0 auto!important;float:none!important;display:block!important;top:-40px!important;left:0!important}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-profile-meta{text-align:center!important;padding:0!important;margin-top:-30px!important}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-name{float:none!important;margin-right:0!important;font-size:21px!important}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta-text{padding-top:10px!important}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta{padding:0 20px!important;display:block!important}.ppress-default-profile.ppressui500 .ppress-dpf-nav-title{font-size:12px!important}.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons{display:block!important;position:static!important;top:auto!important;left:auto!important;height:20px!important;line-height:20px!important}.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta{margin-top:0!important}.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav{padding:0!important}.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item a{padding:10px 20px!important;margin-left:0!important;border-radius:0!important}.ppress-default-profile.ppressui800 .ppress-dpf-profile-photo{width:140px!important;height:140px!important;top:-70px!important}.ppress-default-profile.ppressui800.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{top:auto!important}.ppress-default-profile.ppressui800 .ppress-dpf-header .ppress-dpf-meta-text{padding-top:10px!important}.ppress-default-profile.ppressui800 .ppress-dpf-nav-title{font-size:12px!important}.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item .ppress-material-icons{display:block!important;position:static!important;top:auto!important;left:auto!important;font-size:20px!important;height:20px!important;line-height:20px!important}.ppress-default-profile.ppressui960 .ppress-dpf-profile-photo{width:140px!important;height:140px!important;top:-70px!important}.ppress-default-profile.ppressui960.ppdf-nocover .ppress-dpf-profile-meta{margin-top:-50px!important}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a,.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a{padding:5px 11px!important;font-size:12px!important}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons,.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons{font-size:14px!important}.ppress-default-profile.ppressui340 span.ppress-dpf-nav-title,.ppress-default-profile.ppressui500 span.ppress-dpf-nav-title{font-size:10px!important}.pp-form-wrapper.ppress-default-profile ul.pp-user-post-list{list-style:none;margin:0;padding:0}.pp-form-wrapper.ppress-default-profile li.pp-user-post-item{padding:20px 0;border-bottom:1px solid #eee}.pp-form-wrapper.ppress-default-profile .pp-user-post-item a,.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3{font-size:16px;font-weight:400;margin:0;text-decoration:none}.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3.pp-post-item-head{line-height:20px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-more-post-wrap{text-align:center;padding-top:30px}.pp-form-wrapper.ppress-default-profile a.ppress-dpf-more-post-btn{font-size:15px;border:0;display:block;width:100%;line-height:1em;padding:15px;text-decoration:none;text-align:center;text-transform:none;font-weight:400;transition:.25s;border-radius:4px;-webkit-box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);max-width:250px;margin:0 auto;color:#fff;background:#007bff}.pp-form-wrapper.ppress-default-profile .pp-user-comment-item{padding:20px 0;border-bottom:1px solid #eee}.pp-form-wrapper.ppress-default-profile .pp-user-comment-item-link a{color:inherit}.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item+.ppress-dpf-more-post-wrap{display:none}.pp-member-directory .ppressmd-member-directory-header.ppressmd-form{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;width:100%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row:not(.ppressmd-member-directory-filters-bar){display:flex;flex-direction:row;justify-content:flex-start;align-items:baseline;flex-wrap:nowrap;margin:0 0 10px}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-search-row{justify-content:flex-end}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;width:60%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label{flex:1;margin:0 10px 0 0;min-width:90px;max-width:85%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line{-webkit-appearance:textfield;width:100%;padding:0 12px!important;display:block!important;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;outline:0!important;cursor:text!important;font-size:15px!important;height:40px!important;box-sizing:border-box!important;box-shadow:none!important;margin:0!important;position:static}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line .ppressmd-do-search{min-width:15%;width:auto}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;width:100%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting{display:flex;flex-direction:row;justify-content:flex-start;align-items:baseline;flex-wrap:nowrap;flex:5}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a{display:flex;flex-direction:row;justify-content:flex-start;align-items:baseline;flex-wrap:nowrap;position:relative;cursor:pointer}.pp-member-directory .ppressmd-member-directory-header a{text-decoration:none;border-bottom:none;box-shadow:none}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons{display:inline;vertical-align:middle}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters{display:flex;flex-direction:row;justify-content:flex-end;align-items:baseline;flex-wrap:nowrap;flex:2;text-align:right}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a{display:flex;flex-direction:row;justify-content:flex-start;align-items:baseline;flex-wrap:nowrap;cursor:pointer}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a a{margin:0 5px 0 0}.ppressmd-member-directory-header:not(.ppmd-filters-expand) .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-up{display:none}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible,.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-down{display:none}.ppressmd-new-dropdown{font-size:16px;margin:0;position:absolute;height:auto;background:#fff;z-index:10;display:none;border:1px solid #ddd;box-shadow:0 7px 14px 0 rgba(50,50,93,.1),0 3px 6px 0 rgba(0,0,0,.07);-webkit-box-shadow:0 7px 14px 0 rgba(50,50,93,.1),0 3px 6px 0 rgba(0,0,0,.07);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px}.ppressmd-new-dropdown ul li{list-style-type:none;padding:0;margin:0}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a .ppressmd-new-dropdown{top:24px;width:200px;left:-12px}.ppressmd-new-dropdown ul li a{display:block;padding:8px 12px;line-height:1}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-filters-bar{padding:0 0 10px}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-header-row-invisible{margin:0}.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible{display:grid}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search{margin:0;width:100%;display:grid;grid-template-rows:auto 1fr;grid-template-columns:repeat(3,1fr);grid-gap:10px;grid-auto-rows:minmax(max-content,auto);-ms-grid-template-rows:auto 1fr;-ms-grid-template-columns:repeat(3,1fr);-ms-grid-gap:10px;-ms-grid-auto-rows:minmax(max-content,auto);align-items:center}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter{display:flex;flex-direction:row;justify-content:flex-start;align-items:baseline;flex-wrap:nowrap;width:100%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input{width:100%;padding:10px 30px}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line,.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input:not(.select2-search__field),.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection{background-color:transparent;border:1px solid #ddd!important}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons,.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line,.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input,.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection__rendered{color:#666;background-color:transparent}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row input[type=search]:focus{border:1px solid #bbb!important}.pp-member-directory .ppressmd-member-directory-header .ppressmd-button{border:0!important;display:block;width:100%;line-height:1em!important;padding:16px 20px!important;text-decoration:none!important;text-align:center;text-transform:none!important;font-weight:400!important;overflow:hidden;position:relative;transition:.25s;box-sizing:border-box;-moz-border-radius:4px!important;-webkit-border-radius:4px!important;border-radius:4px!important;box-shadow:none;vertical-align:middle!important;height:auto!important;cursor:pointer!important;text-shadow:none;font-family:inherit;outline:0!important;margin:0;-webkit-appearance:none}.pp-member-directory .ppressmd-members-total-wrap{text-align:center;margin:0 0 10px}.pp-member-directory .ppressmd-members-total{font-size:20px;font-weight:300}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container{width:100%!important}.pp-member-directory .ppressmd-member-directory-header .select2-search.select2-search--inline .select2-search__field{width:auto!important}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection{display:block!important;height:40px;padding:0 0 0 12px!important;overflow:hidden!important;position:relative!important;white-space:nowrap!important;line-height:35px!important;font-size:15px!important;text-align:left!important;text-decoration:none!important;-moz-border-radius:2px!important;-webkit-border-radius:2px!important;border-radius:2px!important;background-clip:padding-box!important;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:0 0!important}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection .select2-selection__arrow{display:inline-block!important;width:34px!important;height:100%!important;position:absolute!important;right:0!important;top:0!important;-moz-border-radius:0 2px 2px 0!important;-webkit-border-radius:0 2px 2px 0!important;border-radius:0 2px 2px 0!important;background-clip:padding-box!important;text-align:center!important;background:0 0!important;border-left:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown{border:1px solid #ddd;border-top:0;border-radius:0}.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown .select2-results li{list-style:none;display:list-item;background-image:none;font-size:15px;margin:5px!important;color:#666!important;padding:3px 7px 4px!important;cursor:pointer;min-height:1em!important}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection.select2-selection--multiple{height:auto!important;line-height:.8!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__rendered{padding-left:0!important;line-height:37px}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered{line-height:37px;box-sizing:border-box;list-style:none;margin:0;padding-left:0!important;padding-right:30px;width:100%;font-size:13px}.pp-member-directory .ppressmd-member-directory-header .select2-results li.select2-results__option.select2-results__option--highlighted{background:0 0!important;background:#f4f4f4!important;color:#666!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear{right:10px;margin:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear{right:10px;font-size:30px;margin:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear,.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__arrow b,.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear{color:#888!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear{position:absolute}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__choice{padding:3px 3px 3px 5px}.pp-member-directory .ppressmd-member-directory-header .select2-container .select2-search.select2-search--inline>input{border:0!important;padding:0!important;border-radius:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered li{overflow-x:hidden;text-overflow:ellipsis;max-width:100%;box-sizing:border-box}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear{font-size:20px!important}.pp-member-directory .ppmd-pagination-wrap{font-size:16px;width:100%;margin:0 auto 10px;padding:0;text-align:center}.pp-member-directory .ppmd-pagination-wrap .page-numbers{display:inline-block;width:auto;height:34px;line-height:34px;transition:all .2s linear;padding:0 14px;color:#666;font-weight:400}.pp-member-directory .ppmd-pagination-wrap .page-numbers.current{background:#007bff;color:#fff}.pp-member-directory .ppmd-pagination-wrap .page-numbers .ppress-material-icons{vertical-align:middle}
|
assets/flatpickr/flatpickr.min.css
CHANGED
@@ -1,13 +1 @@
|
|
1 |
-
.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08)}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9)}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{/*
|
2 |
-
/*rtl:begin:ignore*/left:0/*
|
3 |
-
/*rtl:end:ignore*/}/*
|
4 |
-
/*rtl:begin:ignore*/
|
5 |
-
/*
|
6 |
-
/*rtl:end:ignore*/
|
7 |
-
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{/*
|
8 |
-
/*rtl:begin:ignore*/right:0/*
|
9 |
-
/*rtl:end:ignore*/}/*
|
10 |
-
/*rtl:begin:ignore*/
|
11 |
-
/*
|
12 |
-
/*rtl:end:ignore*/
|
13 |
-
.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);-webkit-box-sizing:border-box;box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.dayContainer + .dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
|
1 |
+
@-webkit-keyframes fpFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.flatpickr-calendar{background:0 0;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0#e6e6e6,-1px 0 0#e6e6e6,0 1px 0#e6e6e6,0-1px 0#e6e6e6,0 3px 13px rgba(0,0,0,.08);box-shadow:1px 0 0#e6e6e6,-1px 0 0#e6e6e6,0 1px 0#e6e6e6,0-1px 0#e6e6e6,0 3px 13px rgba(0,0,0,.08)}.flatpickr-calendar.inline,.flatpickr-calendar.open{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none!important;box-shadow:none!important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0#e6e6e6,5px 0 0#e6e6e6;box-shadow:-2px 0 0#e6e6e6,5px 0 0#e6e6e6}.flatpickr-calendar .hasTime .dayContainer,.flatpickr-calendar .hasWeeks .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:after,.flatpickr-calendar:before{position:absolute;display:block;pointer-events:none;border:solid transparent;content:"";height:0;width:0;left:22px}.flatpickr-calendar.arrowRight:after,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.rightMost:before{left:auto;right:22px}.flatpickr-calendar.arrowCenter:after,.flatpickr-calendar.arrowCenter:before{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0-5px}.flatpickr-calendar:after{border-width:4px;margin:0-4px}.flatpickr-calendar.arrowTop:after,.flatpickr-calendar.arrowTop:before{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:after,.flatpickr-calendar.arrowBottom:before{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus,.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month,.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:34px;color:rgba(0,0,0,.9);fill:rgba(0,0,0,.9)}.flatpickr-months .flatpickr-month{background:0 0;line-height:1;text-align:center;position:relative;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{text-decoration:none;cursor:pointer;position:absolute;top:0;padding:10px;z-index:3}.flatpickr-months .flatpickr-next-month.flatpickr-disabled,.flatpickr-months .flatpickr-prev-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-next-month i,.flatpickr-months .flatpickr-prev-month i,.numInputWrapper{position:relative}.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-next-month.flatpickr-next-month,.flatpickr-months .flatpickr-prev-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-next-month:hover,.flatpickr-months .flatpickr-prev-month:hover{color:#959ea9}.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-next-month svg path,.flatpickr-months .flatpickr-prev-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-inner-spin-button,.numInputWrapper input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,.15);-webkit-box-sizing:border-box;box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,.1)}.numInputWrapper span:active{background:rgba(0,0,0,.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0,0,0,.5)}.flatpickr-current-month span.cur-month:hover,.numInputWrapper:hover{background:rgba(0,0,0,.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,.9)}.flatpickr-current-month .flatpickr-monthDropdown-months,.flatpickr-current-month input.cur-year{background:0 0;border:0;border-radius:0;box-sizing:border-box;color:inherit;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;padding:0 0 0 .5ch;vertical-align:initial;-webkit-box-sizing:border-box}.flatpickr-current-month input.cur-year{cursor:text;margin:0;display:inline-block;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,.5);background:0 0;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;cursor:pointer;margin:-1px 0 0;outline:0;position:relative;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:active,.flatpickr-current-month .flatpickr-monthDropdown-months:focus{outline:0}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:0;padding:0}.flatpickr-weekdays{background:0 0;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer,span.flatpickr-weekday{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:0 0;color:rgba(0,0,0,.54);line-height:1;margin:0;text-align:center;display:block;font-weight:bolder}.flatpickr-weeks{padding:1px 0 0}.flatpickr-days,.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-days{position:relative;overflow:hidden;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer,.flatpickr-day{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.dayContainer+.dayContainer{-webkit-box-shadow:-1px 0 0#e6e6e6;box-shadow:-1px 0 0#e6e6e6}.flatpickr-day{background:0 0;border:1px solid transparent;border-radius:150px;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:focus,.flatpickr-day.today:hover{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.endRange.startRange,.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.endRange.endRange,.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0#569ff7;box-shadow:-10px 0 0#569ff7}.flatpickr-day.endRange.startRange.endRange,.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0#e6e6e6,5px 0 0#e6e6e6;box-shadow:-5px 0 0#e6e6e6,5px 0 0#e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{background:0 0;border-color:transparent}.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.nextMonthDay,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.prevMonthDay{color:rgba(57,57,57,.3);background:0 0;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0#569ff7,5px 0 0#569ff7;box-shadow:-5px 0 0#569ff7,5px 0 0#569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0#e6e6e6;box-shadow:1px 0 0#e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,.3);background:0 0;cursor:default;border:0}.flatpickr-innerContainer,.flatpickr-rContainer{-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0}.flatpickr-time,.flatpickr-time input{text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{outline:0;display:block;height:0;line-height:40px;max-height:40px;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:0 0;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:700}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-am-pm,.flatpickr-time .flatpickr-time-separator{height:inherit;float:left;line-height:inherit;color:#393939;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-time-separator{font-weight:700;width:2%}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time .flatpickr-am-pm:focus,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time input:hover{background:#eee}.flatpickr-input[readonly]{cursor:pointer}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/flatpickr/flatpickr.min.js
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
/* flatpickr v4.6.13,, @license MIT */
|
2 |
-
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=n():"function"==typeof define&&define.amd?define(n):(e="undefined"!=typeof globalThis?globalThis:e||self).flatpickr=n()}(this,(function(){"use strict";var e=function(){return(e=Object.assign||function(e){for(var n,t=1,a=arguments.length;t<a;t++)for(var i in n=arguments[t])Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i]);return e}).apply(this,arguments)};function n(){for(var e=0,n=0,t=arguments.length;n<t;n++)e+=arguments[n].length;var a=Array(e),i=0;for(n=0;n<t;n++)for(var o=arguments[n],r=0,l=o.length;r<l;r++,i++)a[i]=o[r];return a}var t=["onChange","onClose","onDayCreate","onDestroy","onKeyDown","onMonthChange","onOpen","onParseConfig","onReady","onValueUpdate","onYearChange","onPreCalendarPosition"],a={_disable:[],allowInput:!1,allowInvalidPreload:!1,altFormat:"F j, Y",altInput:!1,altInputClass:"form-control input",animate:"object"==typeof window&&-1===window.navigator.userAgent.indexOf("MSIE"),ariaDateFormat:"F j, Y",autoFillDefaultTime:!0,clickOpens:!0,closeOnSelect:!0,conjunction:", ",dateFormat:"Y-m-d",defaultHour:12,defaultMinute:0,defaultSeconds:0,disable:[],disableMobile:!1,enableSeconds:!1,enableTime:!1,errorHandler:function(e){return"undefined"!=typeof console&&console.warn(e)},getWeek:function(e){var n=new Date(e.getTime());n.setHours(0,0,0,0),n.setDate(n.getDate()+3-(n.getDay()+6)%7);var t=new Date(n.getFullYear(),0,4);return 1+Math.round(((n.getTime()-t.getTime())/864e5-3+(t.getDay()+6)%7)/7)},hourIncrement:1,ignoredFocusElements:[],inline:!1,locale:"default",minuteIncrement:5,mode:"single",monthSelectorType:"dropdown",nextArrow:"<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 17 17'><g></g><path d='M13.207 8.472l-7.854 7.854-0.707-0.707 7.146-7.146-7.146-7.148 0.707-0.707 7.854 7.854z' /></svg>",noCalendar:!1,now:new Date,onChange:[],onClose:[],onDayCreate:[],onDestroy:[],onKeyDown:[],onMonthChange:[],onOpen:[],onParseConfig:[],onReady:[],onValueUpdate:[],onYearChange:[],onPreCalendarPosition:[],plugins:[],position:"auto",positionElement:void 0,prevArrow:"<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 17 17'><g></g><path d='M5.207 8.471l7.146 7.147-0.707 0.707-7.853-7.854 7.854-7.853 0.707 0.707-7.147 7.146z' /></svg>",shorthandCurrentMonth:!1,showMonths:1,static:!1,time_24hr:!1,weekNumbers:!1,wrap:!1},i={weekdays:{shorthand:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],longhand:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},months:{shorthand:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],longhand:["January","February","March","April","May","June","July","August","September","October","November","December"]},daysInMonth:[31,28,31,30,31,30,31,31,30,31,30,31],firstDayOfWeek:0,ordinal:function(e){var n=e%100;if(n>3&&n<21)return"th";switch(n%10){case 1:return"st";case 2:return"nd";case 3:return"rd";default:return"th"}},rangeSeparator:" to ",weekAbbreviation:"Wk",scrollTitle:"Scroll to increment",toggleTitle:"Click to toggle",amPM:["AM","PM"],yearAriaLabel:"Year",monthAriaLabel:"Month",hourAriaLabel:"Hour",minuteAriaLabel:"Minute",time_24hr:!1},o=function(e,n){return void 0===n&&(n=2),("000"+e).slice(-1*n)},r=function(e){return!0===e?1:0};function l(e,n){var t;return function(){var a=this,i=arguments;clearTimeout(t),t=setTimeout((function(){return e.apply(a,i)}),n)}}var c=function(e){return e instanceof Array?e:[e]};function s(e,n,t){if(!0===t)return e.classList.add(n);e.classList.remove(n)}function d(e,n,t){var a=window.document.createElement(e);return n=n||"",t=t||"",a.className=n,void 0!==t&&(a.textContent=t),a}function u(e){for(;e.firstChild;)e.removeChild(e.firstChild)}function f(e,n){return n(e)?e:e.parentNode?f(e.parentNode,n):void 0}function m(e,n){var t=d("div","numInputWrapper"),a=d("input","numInput "+e),i=d("span","arrowUp"),o=d("span","arrowDown");if(-1===navigator.userAgent.indexOf("MSIE 9.0")?a.type="number":(a.type="text",a.pattern="\\d*"),void 0!==n)for(var r in n)a.setAttribute(r,n[r]);return t.appendChild(a),t.appendChild(i),t.appendChild(o),t}function g(e){try{return"function"==typeof e.composedPath?e.composedPath()[0]:e.target}catch(n){return e.target}}var p=function(){},h=function(e,n,t){return t.months[n?"shorthand":"longhand"][e]},v={D:p,F:function(e,n,t){e.setMonth(t.months.longhand.indexOf(n))},G:function(e,n){e.setHours((e.getHours()>=12?12:0)+parseFloat(n))},H:function(e,n){e.setHours(parseFloat(n))},J:function(e,n){e.setDate(parseFloat(n))},K:function(e,n,t){e.setHours(e.getHours()%12+12*r(new RegExp(t.amPM[1],"i").test(n)))},M:function(e,n,t){e.setMonth(t.months.shorthand.indexOf(n))},S:function(e,n){e.setSeconds(parseFloat(n))},U:function(e,n){return new Date(1e3*parseFloat(n))},W:function(e,n,t){var a=parseInt(n),i=new Date(e.getFullYear(),0,2+7*(a-1),0,0,0,0);return i.setDate(i.getDate()-i.getDay()+t.firstDayOfWeek),i},Y:function(e,n){e.setFullYear(parseFloat(n))},Z:function(e,n){return new Date(n)},d:function(e,n){e.setDate(parseFloat(n))},h:function(e,n){e.setHours((e.getHours()>=12?12:0)+parseFloat(n))},i:function(e,n){e.setMinutes(parseFloat(n))},j:function(e,n){e.setDate(parseFloat(n))},l:p,m:function(e,n){e.setMonth(parseFloat(n)-1)},n:function(e,n){e.setMonth(parseFloat(n)-1)},s:function(e,n){e.setSeconds(parseFloat(n))},u:function(e,n){return new Date(parseFloat(n))},w:p,y:function(e,n){e.setFullYear(2e3+parseFloat(n))}},D={D:"",F:"",G:"(\\d\\d|\\d)",H:"(\\d\\d|\\d)",J:"(\\d\\d|\\d)\\w+",K:"",M:"",S:"(\\d\\d|\\d)",U:"(.+)",W:"(\\d\\d|\\d)",Y:"(\\d{4})",Z:"(.+)",d:"(\\d\\d|\\d)",h:"(\\d\\d|\\d)",i:"(\\d\\d|\\d)",j:"(\\d\\d|\\d)",l:"",m:"(\\d\\d|\\d)",n:"(\\d\\d|\\d)",s:"(\\d\\d|\\d)",u:"(.+)",w:"(\\d\\d|\\d)",y:"(\\d{2})"},w={Z:function(e){return e.toISOString()},D:function(e,n,t){return n.weekdays.shorthand[w.w(e,n,t)]},F:function(e,n,t){return h(w.n(e,n,t)-1,!1,n)},G:function(e,n,t){return o(w.h(e,n,t))},H:function(e){return o(e.getHours())},J:function(e,n){return void 0!==n.ordinal?e.getDate()+n.ordinal(e.getDate()):e.getDate()},K:function(e,n){return n.amPM[r(e.getHours()>11)]},M:function(e,n){return h(e.getMonth(),!0,n)},S:function(e){return o(e.getSeconds())},U:function(e){return e.getTime()/1e3},W:function(e,n,t){return t.getWeek(e)},Y:function(e){return o(e.getFullYear(),4)},d:function(e){return o(e.getDate())},h:function(e){return e.getHours()%12?e.getHours()%12:12},i:function(e){return o(e.getMinutes())},j:function(e){return e.getDate()},l:function(e,n){return n.weekdays.longhand[e.getDay()]},m:function(e){return o(e.getMonth()+1)},n:function(e){return e.getMonth()+1},s:function(e){return e.getSeconds()},u:function(e){return e.getTime()},w:function(e){return e.getDay()},y:function(e){return String(e.getFullYear()).substring(2)}},b=function(e){var n=e.config,t=void 0===n?a:n,o=e.l10n,r=void 0===o?i:o,l=e.isMobile,c=void 0!==l&&l;return function(e,n,a){var i=a||r;return void 0===t.formatDate||c?n.split("").map((function(n,a,o){return w[n]&&"\\"!==o[a-1]?w[n](e,i,t):"\\"!==n?n:""})).join(""):t.formatDate(e,n,i)}},C=function(e){var n=e.config,t=void 0===n?a:n,o=e.l10n,r=void 0===o?i:o;return function(e,n,i,o){if(0===e||e){var l,c=o||r,s=e;if(e instanceof Date)l=new Date(e.getTime());else if("string"!=typeof e&&void 0!==e.toFixed)l=new Date(e);else if("string"==typeof e){var d=n||(t||a).dateFormat,u=String(e).trim();if("today"===u)l=new Date,i=!0;else if(t&&t.parseDate)l=t.parseDate(e,d);else if(/Z$/.test(u)||/GMT$/.test(u))l=new Date(e);else{for(var f=void 0,m=[],g=0,p=0,h="";g<d.length;g++){var w=d[g],b="\\"===w,C="\\"===d[g-1]||b;if(D[w]&&!C){h+=D[w];var M=new RegExp(h).exec(e);M&&(f=!0)&&m["Y"!==w?"push":"unshift"]({fn:v[w],val:M[++p]})}else b||(h+=".")}l=t&&t.noCalendar?new Date((new Date).setHours(0,0,0,0)):new Date((new Date).getFullYear(),0,1,0,0,0,0),m.forEach((function(e){var n=e.fn,t=e.val;return l=n(l,t,c)||l})),l=f?l:void 0}}if(l instanceof Date&&!isNaN(l.getTime()))return!0===i&&l.setHours(0,0,0,0),l;t.errorHandler(new Error("Invalid date provided: "+s))}}};function M(e,n,t){return void 0===t&&(t=!0),!1!==t?new Date(e.getTime()).setHours(0,0,0,0)-new Date(n.getTime()).setHours(0,0,0,0):e.getTime()-n.getTime()}var y=function(e,n,t){return 3600*e+60*n+t},x=864e5;function E(e){var n=e.defaultHour,t=e.defaultMinute,a=e.defaultSeconds;if(void 0!==e.minDate){var i=e.minDate.getHours(),o=e.minDate.getMinutes(),r=e.minDate.getSeconds();n<i&&(n=i),n===i&&t<o&&(t=o),n===i&&t===o&&a<r&&(a=e.minDate.getSeconds())}if(void 0!==e.maxDate){var l=e.maxDate.getHours(),c=e.maxDate.getMinutes();(n=Math.min(n,l))===l&&(t=Math.min(c,t)),n===l&&t===c&&(a=e.maxDate.getSeconds())}return{hours:n,minutes:t,seconds:a}}"function"!=typeof Object.assign&&(Object.assign=function(e){for(var n=[],t=1;t<arguments.length;t++)n[t-1]=arguments[t];if(!e)throw TypeError("Cannot convert undefined or null to object");for(var a=function(n){n&&Object.keys(n).forEach((function(t){return e[t]=n[t]}))},i=0,o=n;i<o.length;i++){var r=o[i];a(r)}return e});function k(p,v){var w={config:e(e({},a),I.defaultConfig),l10n:i};function k(){var e;return(null===(e=w.calendarContainer)||void 0===e?void 0:e.getRootNode()).activeElement||document.activeElement}function T(e){return e.bind(w)}function S(){var e=w.config;!1===e.weekNumbers&&1===e.showMonths||!0!==e.noCalendar&&window.requestAnimationFrame((function(){if(void 0!==w.calendarContainer&&(w.calendarContainer.style.visibility="hidden",w.calendarContainer.style.display="block"),void 0!==w.daysContainer){var n=(w.days.offsetWidth+1)*e.showMonths;w.daysContainer.style.width=n+"px",w.calendarContainer.style.width=n+(void 0!==w.weekWrapper?w.weekWrapper.offsetWidth:0)+"px",w.calendarContainer.style.removeProperty("visibility"),w.calendarContainer.style.removeProperty("display")}}))}function _(e){if(0===w.selectedDates.length){var n=void 0===w.config.minDate||M(new Date,w.config.minDate)>=0?new Date:new Date(w.config.minDate.getTime()),t=E(w.config);n.setHours(t.hours,t.minutes,t.seconds,n.getMilliseconds()),w.selectedDates=[n],w.latestSelectedDateObj=n}void 0!==e&&"blur"!==e.type&&function(e){e.preventDefault();var n="keydown"===e.type,t=g(e),a=t;void 0!==w.amPM&&t===w.amPM&&(w.amPM.textContent=w.l10n.amPM[r(w.amPM.textContent===w.l10n.amPM[0])]);var i=parseFloat(a.getAttribute("min")),l=parseFloat(a.getAttribute("max")),c=parseFloat(a.getAttribute("step")),s=parseInt(a.value,10),d=e.delta||(n?38===e.which?1:-1:0),u=s+c*d;if(void 0!==a.value&&2===a.value.length){var f=a===w.hourElement,m=a===w.minuteElement;u<i?(u=l+u+r(!f)+(r(f)&&r(!w.amPM)),m&&L(void 0,-1,w.hourElement)):u>l&&(u=a===w.hourElement?u-l-r(!w.amPM):i,m&&L(void 0,1,w.hourElement)),w.amPM&&f&&(1===c?u+s===23:Math.abs(u-s)>c)&&(w.amPM.textContent=w.l10n.amPM[r(w.amPM.textContent===w.l10n.amPM[0])]),a.value=o(u)}}(e);var a=w._input.value;O(),ye(),w._input.value!==a&&w._debouncedChange()}function O(){if(void 0!==w.hourElement&&void 0!==w.minuteElement){var e,n,t=(parseInt(w.hourElement.value.slice(-2),10)||0)%24,a=(parseInt(w.minuteElement.value,10)||0)%60,i=void 0!==w.secondElement?(parseInt(w.secondElement.value,10)||0)%60:0;void 0!==w.amPM&&(e=t,n=w.amPM.textContent,t=e%12+12*r(n===w.l10n.amPM[1]));var o=void 0!==w.config.minTime||w.config.minDate&&w.minDateHasTime&&w.latestSelectedDateObj&&0===M(w.latestSelectedDateObj,w.config.minDate,!0),l=void 0!==w.config.maxTime||w.config.maxDate&&w.maxDateHasTime&&w.latestSelectedDateObj&&0===M(w.latestSelectedDateObj,w.config.maxDate,!0);if(void 0!==w.config.maxTime&&void 0!==w.config.minTime&&w.config.minTime>w.config.maxTime){var c=y(w.config.minTime.getHours(),w.config.minTime.getMinutes(),w.config.minTime.getSeconds()),s=y(w.config.maxTime.getHours(),w.config.maxTime.getMinutes(),w.config.maxTime.getSeconds()),d=y(t,a,i);if(d>s&&d<c){var u=function(e){var n=Math.floor(e/3600),t=(e-3600*n)/60;return[n,t,e-3600*n-60*t]}(c);t=u[0],a=u[1],i=u[2]}}else{if(l){var f=void 0!==w.config.maxTime?w.config.maxTime:w.config.maxDate;(t=Math.min(t,f.getHours()))===f.getHours()&&(a=Math.min(a,f.getMinutes())),a===f.getMinutes()&&(i=Math.min(i,f.getSeconds()))}if(o){var m=void 0!==w.config.minTime?w.config.minTime:w.config.minDate;(t=Math.max(t,m.getHours()))===m.getHours()&&a<m.getMinutes()&&(a=m.getMinutes()),a===m.getMinutes()&&(i=Math.max(i,m.getSeconds()))}}A(t,a,i)}}function F(e){var n=e||w.latestSelectedDateObj;n&&n instanceof Date&&A(n.getHours(),n.getMinutes(),n.getSeconds())}function A(e,n,t){void 0!==w.latestSelectedDateObj&&w.latestSelectedDateObj.setHours(e%24,n,t||0,0),w.hourElement&&w.minuteElement&&!w.isMobile&&(w.hourElement.value=o(w.config.time_24hr?e:(12+e)%12+12*r(e%12==0)),w.minuteElement.value=o(n),void 0!==w.amPM&&(w.amPM.textContent=w.l10n.amPM[r(e>=12)]),void 0!==w.secondElement&&(w.secondElement.value=o(t)))}function N(e){var n=g(e),t=parseInt(n.value)+(e.delta||0);(t/1e3>1||"Enter"===e.key&&!/[^\d]/.test(t.toString()))&&ee(t)}function P(e,n,t,a){return n instanceof Array?n.forEach((function(n){return P(e,n,t,a)})):e instanceof Array?e.forEach((function(e){return P(e,n,t,a)})):(e.addEventListener(n,t,a),void w._handlers.push({remove:function(){return e.removeEventListener(n,t,a)}}))}function Y(){De("onChange")}function j(e,n){var t=void 0!==e?w.parseDate(e):w.latestSelectedDateObj||(w.config.minDate&&w.config.minDate>w.now?w.config.minDate:w.config.maxDate&&w.config.maxDate<w.now?w.config.maxDate:w.now),a=w.currentYear,i=w.currentMonth;try{void 0!==t&&(w.currentYear=t.getFullYear(),w.currentMonth=t.getMonth())}catch(e){e.message="Invalid date supplied: "+t,w.config.errorHandler(e)}n&&w.currentYear!==a&&(De("onYearChange"),q()),!n||w.currentYear===a&&w.currentMonth===i||De("onMonthChange"),w.redraw()}function H(e){var n=g(e);~n.className.indexOf("arrow")&&L(e,n.classList.contains("arrowUp")?1:-1)}function L(e,n,t){var a=e&&g(e),i=t||a&&a.parentNode&&a.parentNode.firstChild,o=we("increment");o.delta=n,i&&i.dispatchEvent(o)}function R(e,n,t,a){var i=ne(n,!0),o=d("span",e,n.getDate().toString());return o.dateObj=n,o.$i=a,o.setAttribute("aria-label",w.formatDate(n,w.config.ariaDateFormat)),-1===e.indexOf("hidden")&&0===M(n,w.now)&&(w.todayDateElem=o,o.classList.add("today"),o.setAttribute("aria-current","date")),i?(o.tabIndex=-1,be(n)&&(o.classList.add("selected"),w.selectedDateElem=o,"range"===w.config.mode&&(s(o,"startRange",w.selectedDates[0]&&0===M(n,w.selectedDates[0],!0)),s(o,"endRange",w.selectedDates[1]&&0===M(n,w.selectedDates[1],!0)),"nextMonthDay"===e&&o.classList.add("inRange")))):o.classList.add("flatpickr-disabled"),"range"===w.config.mode&&function(e){return!("range"!==w.config.mode||w.selectedDates.length<2)&&(M(e,w.selectedDates[0])>=0&&M(e,w.selectedDates[1])<=0)}(n)&&!be(n)&&o.classList.add("inRange"),w.weekNumbers&&1===w.config.showMonths&&"prevMonthDay"!==e&&a%7==6&&w.weekNumbers.insertAdjacentHTML("beforeend","<span class='flatpickr-day'>"+w.config.getWeek(n)+"</span>"),De("onDayCreate",o),o}function W(e){e.focus(),"range"===w.config.mode&&oe(e)}function B(e){for(var n=e>0?0:w.config.showMonths-1,t=e>0?w.config.showMonths:-1,a=n;a!=t;a+=e)for(var i=w.daysContainer.children[a],o=e>0?0:i.children.length-1,r=e>0?i.children.length:-1,l=o;l!=r;l+=e){var c=i.children[l];if(-1===c.className.indexOf("hidden")&&ne(c.dateObj))return c}}function J(e,n){var t=k(),a=te(t||document.body),i=void 0!==e?e:a?t:void 0!==w.selectedDateElem&&te(w.selectedDateElem)?w.selectedDateElem:void 0!==w.todayDateElem&&te(w.todayDateElem)?w.todayDateElem:B(n>0?1:-1);void 0===i?w._input.focus():a?function(e,n){for(var t=-1===e.className.indexOf("Month")?e.dateObj.getMonth():w.currentMonth,a=n>0?w.config.showMonths:-1,i=n>0?1:-1,o=t-w.currentMonth;o!=a;o+=i)for(var r=w.daysContainer.children[o],l=t-w.currentMonth===o?e.$i+n:n<0?r.children.length-1:0,c=r.children.length,s=l;s>=0&&s<c&&s!=(n>0?c:-1);s+=i){var d=r.children[s];if(-1===d.className.indexOf("hidden")&&ne(d.dateObj)&&Math.abs(e.$i-s)>=Math.abs(n))return W(d)}w.changeMonth(i),J(B(i),0)}(i,n):W(i)}function K(e,n){for(var t=(new Date(e,n,1).getDay()-w.l10n.firstDayOfWeek+7)%7,a=w.utils.getDaysInMonth((n-1+12)%12,e),i=w.utils.getDaysInMonth(n,e),o=window.document.createDocumentFragment(),r=w.config.showMonths>1,l=r?"prevMonthDay hidden":"prevMonthDay",c=r?"nextMonthDay hidden":"nextMonthDay",s=a+1-t,u=0;s<=a;s++,u++)o.appendChild(R("flatpickr-day "+l,new Date(e,n-1,s),0,u));for(s=1;s<=i;s++,u++)o.appendChild(R("flatpickr-day",new Date(e,n,s),0,u));for(var f=i+1;f<=42-t&&(1===w.config.showMonths||u%7!=0);f++,u++)o.appendChild(R("flatpickr-day "+c,new Date(e,n+1,f%i),0,u));var m=d("div","dayContainer");return m.appendChild(o),m}function U(){if(void 0!==w.daysContainer){u(w.daysContainer),w.weekNumbers&&u(w.weekNumbers);for(var e=document.createDocumentFragment(),n=0;n<w.config.showMonths;n++){var t=new Date(w.currentYear,w.currentMonth,1);t.setMonth(w.currentMonth+n),e.appendChild(K(t.getFullYear(),t.getMonth()))}w.daysContainer.appendChild(e),w.days=w.daysContainer.firstChild,"range"===w.config.mode&&1===w.selectedDates.length&&oe()}}function q(){if(!(w.config.showMonths>1||"dropdown"!==w.config.monthSelectorType)){var e=function(e){return!(void 0!==w.config.minDate&&w.currentYear===w.config.minDate.getFullYear()&&e<w.config.minDate.getMonth())&&!(void 0!==w.config.maxDate&&w.currentYear===w.config.maxDate.getFullYear()&&e>w.config.maxDate.getMonth())};w.monthsDropdownContainer.tabIndex=-1,w.monthsDropdownContainer.innerHTML="";for(var n=0;n<12;n++)if(e(n)){var t=d("option","flatpickr-monthDropdown-month");t.value=new Date(w.currentYear,n).getMonth().toString(),t.textContent=h(n,w.config.shorthandCurrentMonth,w.l10n),t.tabIndex=-1,w.currentMonth===n&&(t.selected=!0),w.monthsDropdownContainer.appendChild(t)}}}function $(){var e,n=d("div","flatpickr-month"),t=window.document.createDocumentFragment();w.config.showMonths>1||"static"===w.config.monthSelectorType?e=d("span","cur-month"):(w.monthsDropdownContainer=d("select","flatpickr-monthDropdown-months"),w.monthsDropdownContainer.setAttribute("aria-label",w.l10n.monthAriaLabel),P(w.monthsDropdownContainer,"change",(function(e){var n=g(e),t=parseInt(n.value,10);w.changeMonth(t-w.currentMonth),De("onMonthChange")})),q(),e=w.monthsDropdownContainer);var a=m("cur-year",{tabindex:"-1"}),i=a.getElementsByTagName("input")[0];i.setAttribute("aria-label",w.l10n.yearAriaLabel),w.config.minDate&&i.setAttribute("min",w.config.minDate.getFullYear().toString()),w.config.maxDate&&(i.setAttribute("max",w.config.maxDate.getFullYear().toString()),i.disabled=!!w.config.minDate&&w.config.minDate.getFullYear()===w.config.maxDate.getFullYear());var o=d("div","flatpickr-current-month");return o.appendChild(e),o.appendChild(a),t.appendChild(o),n.appendChild(t),{container:n,yearElement:i,monthElement:e}}function V(){u(w.monthNav),w.monthNav.appendChild(w.prevMonthNav),w.config.showMonths&&(w.yearElements=[],w.monthElements=[]);for(var e=w.config.showMonths;e--;){var n=$();w.yearElements.push(n.yearElement),w.monthElements.push(n.monthElement),w.monthNav.appendChild(n.container)}w.monthNav.appendChild(w.nextMonthNav)}function z(){w.weekdayContainer?u(w.weekdayContainer):w.weekdayContainer=d("div","flatpickr-weekdays");for(var e=w.config.showMonths;e--;){var n=d("div","flatpickr-weekdaycontainer");w.weekdayContainer.appendChild(n)}return G(),w.weekdayContainer}function G(){if(w.weekdayContainer){var e=w.l10n.firstDayOfWeek,t=n(w.l10n.weekdays.shorthand);e>0&&e<t.length&&(t=n(t.splice(e,t.length),t.splice(0,e)));for(var a=w.config.showMonths;a--;)w.weekdayContainer.children[a].innerHTML="\n <span class='flatpickr-weekday'>\n "+t.join("</span><span class='flatpickr-weekday'>")+"\n </span>\n "}}function Z(e,n){void 0===n&&(n=!0);var t=n?e:e-w.currentMonth;t<0&&!0===w._hidePrevMonthArrow||t>0&&!0===w._hideNextMonthArrow||(w.currentMonth+=t,(w.currentMonth<0||w.currentMonth>11)&&(w.currentYear+=w.currentMonth>11?1:-1,w.currentMonth=(w.currentMonth+12)%12,De("onYearChange"),q()),U(),De("onMonthChange"),Ce())}function Q(e){return w.calendarContainer.contains(e)}function X(e){if(w.isOpen&&!w.config.inline){var n=g(e),t=Q(n),a=!(n===w.input||n===w.altInput||w.element.contains(n)||e.path&&e.path.indexOf&&(~e.path.indexOf(w.input)||~e.path.indexOf(w.altInput)))&&!t&&!Q(e.relatedTarget),i=!w.config.ignoredFocusElements.some((function(e){return e.contains(n)}));a&&i&&(w.config.allowInput&&w.setDate(w._input.value,!1,w.config.altInput?w.config.altFormat:w.config.dateFormat),void 0!==w.timeContainer&&void 0!==w.minuteElement&&void 0!==w.hourElement&&""!==w.input.value&&void 0!==w.input.value&&_(),w.close(),w.config&&"range"===w.config.mode&&1===w.selectedDates.length&&w.clear(!1))}}function ee(e){if(!(!e||w.config.minDate&&e<w.config.minDate.getFullYear()||w.config.maxDate&&e>w.config.maxDate.getFullYear())){var n=e,t=w.currentYear!==n;w.currentYear=n||w.currentYear,w.config.maxDate&&w.currentYear===w.config.maxDate.getFullYear()?w.currentMonth=Math.min(w.config.maxDate.getMonth(),w.currentMonth):w.config.minDate&&w.currentYear===w.config.minDate.getFullYear()&&(w.currentMonth=Math.max(w.config.minDate.getMonth(),w.currentMonth)),t&&(w.redraw(),De("onYearChange"),q())}}function ne(e,n){var t;void 0===n&&(n=!0);var a=w.parseDate(e,void 0,n);if(w.config.minDate&&a&&M(a,w.config.minDate,void 0!==n?n:!w.minDateHasTime)<0||w.config.maxDate&&a&&M(a,w.config.maxDate,void 0!==n?n:!w.maxDateHasTime)>0)return!1;if(!w.config.enable&&0===w.config.disable.length)return!0;if(void 0===a)return!1;for(var i=!!w.config.enable,o=null!==(t=w.config.enable)&&void 0!==t?t:w.config.disable,r=0,l=void 0;r<o.length;r++){if("function"==typeof(l=o[r])&&l(a))return i;if(l instanceof Date&&void 0!==a&&l.getTime()===a.getTime())return i;if("string"==typeof l){var c=w.parseDate(l,void 0,!0);return c&&c.getTime()===a.getTime()?i:!i}if("object"==typeof l&&void 0!==a&&l.from&&l.to&&a.getTime()>=l.from.getTime()&&a.getTime()<=l.to.getTime())return i}return!i}function te(e){return void 0!==w.daysContainer&&(-1===e.className.indexOf("hidden")&&-1===e.className.indexOf("flatpickr-disabled")&&w.daysContainer.contains(e))}function ae(e){var n=e.target===w._input,t=w._input.value.trimEnd()!==Me();!n||!t||e.relatedTarget&&Q(e.relatedTarget)||w.setDate(w._input.value,!0,e.target===w.altInput?w.config.altFormat:w.config.dateFormat)}function ie(e){var n=g(e),t=w.config.wrap?p.contains(n):n===w._input,a=w.config.allowInput,i=w.isOpen&&(!a||!t),o=w.config.inline&&t&&!a;if(13===e.keyCode&&t){if(a)return w.setDate(w._input.value,!0,n===w.altInput?w.config.altFormat:w.config.dateFormat),w.close(),n.blur();w.open()}else if(Q(n)||i||o){var r=!!w.timeContainer&&w.timeContainer.contains(n);switch(e.keyCode){case 13:r?(e.preventDefault(),_(),fe()):me(e);break;case 27:e.preventDefault(),fe();break;case 8:case 46:t&&!w.config.allowInput&&(e.preventDefault(),w.clear());break;case 37:case 39:if(r||t)w.hourElement&&w.hourElement.focus();else{e.preventDefault();var l=k();if(void 0!==w.daysContainer&&(!1===a||l&&te(l))){var c=39===e.keyCode?1:-1;e.ctrlKey?(e.stopPropagation(),Z(c),J(B(1),0)):J(void 0,c)}}break;case 38:case 40:e.preventDefault();var s=40===e.keyCode?1:-1;w.daysContainer&&void 0!==n.$i||n===w.input||n===w.altInput?e.ctrlKey?(e.stopPropagation(),ee(w.currentYear-s),J(B(1),0)):r||J(void 0,7*s):n===w.currentYearElement?ee(w.currentYear-s):w.config.enableTime&&(!r&&w.hourElement&&w.hourElement.focus(),_(e),w._debouncedChange());break;case 9:if(r){var d=[w.hourElement,w.minuteElement,w.secondElement,w.amPM].concat(w.pluginElements).filter((function(e){return e})),u=d.indexOf(n);if(-1!==u){var f=d[u+(e.shiftKey?-1:1)];e.preventDefault(),(f||w._input).focus()}}else!w.config.noCalendar&&w.daysContainer&&w.daysContainer.contains(n)&&e.shiftKey&&(e.preventDefault(),w._input.focus())}}if(void 0!==w.amPM&&n===w.amPM)switch(e.key){case w.l10n.amPM[0].charAt(0):case w.l10n.amPM[0].charAt(0).toLowerCase():w.amPM.textContent=w.l10n.amPM[0],O(),ye();break;case w.l10n.amPM[1].charAt(0):case w.l10n.amPM[1].charAt(0).toLowerCase():w.amPM.textContent=w.l10n.amPM[1],O(),ye()}(t||Q(n))&&De("onKeyDown",e)}function oe(e,n){if(void 0===n&&(n="flatpickr-day"),1===w.selectedDates.length&&(!e||e.classList.contains(n)&&!e.classList.contains("flatpickr-disabled"))){for(var t=e?e.dateObj.getTime():w.days.firstElementChild.dateObj.getTime(),a=w.parseDate(w.selectedDates[0],void 0,!0).getTime(),i=Math.min(t,w.selectedDates[0].getTime()),o=Math.max(t,w.selectedDates[0].getTime()),r=!1,l=0,c=0,s=i;s<o;s+=x)ne(new Date(s),!0)||(r=r||s>i&&s<o,s<a&&(!l||s>l)?l=s:s>a&&(!c||s<c)&&(c=s));Array.from(w.rContainer.querySelectorAll("*:nth-child(-n+"+w.config.showMonths+") > ."+n)).forEach((function(n){var i,o,s,d=n.dateObj.getTime(),u=l>0&&d<l||c>0&&d>c;if(u)return n.classList.add("notAllowed"),void["inRange","startRange","endRange"].forEach((function(e){n.classList.remove(e)}));r&&!u||(["startRange","inRange","endRange","notAllowed"].forEach((function(e){n.classList.remove(e)})),void 0!==e&&(e.classList.add(t<=w.selectedDates[0].getTime()?"startRange":"endRange"),a<t&&d===a?n.classList.add("startRange"):a>t&&d===a&&n.classList.add("endRange"),d>=l&&(0===c||d<=c)&&(o=a,s=t,(i=d)>Math.min(o,s)&&i<Math.max(o,s))&&n.classList.add("inRange")))}))}}function re(){!w.isOpen||w.config.static||w.config.inline||de()}function le(e){return function(n){var t=w.config["_"+e+"Date"]=w.parseDate(n,w.config.dateFormat),a=w.config["_"+("min"===e?"max":"min")+"Date"];void 0!==t&&(w["min"===e?"minDateHasTime":"maxDateHasTime"]=t.getHours()>0||t.getMinutes()>0||t.getSeconds()>0),w.selectedDates&&(w.selectedDates=w.selectedDates.filter((function(e){return ne(e)})),w.selectedDates.length||"min"!==e||F(t),ye()),w.daysContainer&&(ue(),void 0!==t?w.currentYearElement[e]=t.getFullYear().toString():w.currentYearElement.removeAttribute(e),w.currentYearElement.disabled=!!a&&void 0!==t&&a.getFullYear()===t.getFullYear())}}function ce(){return w.config.wrap?p.querySelector("[data-input]"):p}function se(){"object"!=typeof w.config.locale&&void 0===I.l10ns[w.config.locale]&&w.config.errorHandler(new Error("flatpickr: invalid locale "+w.config.locale)),w.l10n=e(e({},I.l10ns.default),"object"==typeof w.config.locale?w.config.locale:"default"!==w.config.locale?I.l10ns[w.config.locale]:void 0),D.D="("+w.l10n.weekdays.shorthand.join("|")+")",D.l="("+w.l10n.weekdays.longhand.join("|")+")",D.M="("+w.l10n.months.shorthand.join("|")+")",D.F="("+w.l10n.months.longhand.join("|")+")",D.K="("+w.l10n.amPM[0]+"|"+w.l10n.amPM[1]+"|"+w.l10n.amPM[0].toLowerCase()+"|"+w.l10n.amPM[1].toLowerCase()+")",void 0===e(e({},v),JSON.parse(JSON.stringify(p.dataset||{}))).time_24hr&&void 0===I.defaultConfig.time_24hr&&(w.config.time_24hr=w.l10n.time_24hr),w.formatDate=b(w),w.parseDate=C({config:w.config,l10n:w.l10n})}function de(e){if("function"!=typeof w.config.position){if(void 0!==w.calendarContainer){De("onPreCalendarPosition");var n=e||w._positionElement,t=Array.prototype.reduce.call(w.calendarContainer.children,(function(e,n){return e+n.offsetHeight}),0),a=w.calendarContainer.offsetWidth,i=w.config.position.split(" "),o=i[0],r=i.length>1?i[1]:null,l=n.getBoundingClientRect(),c=window.innerHeight-l.bottom,d="above"===o||"below"!==o&&c<t&&l.top>t,u=window.pageYOffset+l.top+(d?-t-2:n.offsetHeight+2);if(s(w.calendarContainer,"arrowTop",!d),s(w.calendarContainer,"arrowBottom",d),!w.config.inline){var f=window.pageXOffset+l.left,m=!1,g=!1;"center"===r?(f-=(a-l.width)/2,m=!0):"right"===r&&(f-=a-l.width,g=!0),s(w.calendarContainer,"arrowLeft",!m&&!g),s(w.calendarContainer,"arrowCenter",m),s(w.calendarContainer,"arrowRight",g);var p=window.document.body.offsetWidth-(window.pageXOffset+l.right),h=f+a>window.document.body.offsetWidth,v=p+a>window.document.body.offsetWidth;if(s(w.calendarContainer,"rightMost",h),!w.config.static)if(w.calendarContainer.style.top=u+"px",h)if(v){var D=function(){for(var e=null,n=0;n<document.styleSheets.length;n++){var t=document.styleSheets[n];if(t.cssRules){try{t.cssRules}catch(e){continue}e=t;break}}return null!=e?e:(a=document.createElement("style"),document.head.appendChild(a),a.sheet);var a}();if(void 0===D)return;var b=window.document.body.offsetWidth,C=Math.max(0,b/2-a/2),M=D.cssRules.length,y="{left:"+l.left+"px;right:auto;}";s(w.calendarContainer,"rightMost",!1),s(w.calendarContainer,"centerMost",!0),D.insertRule(".flatpickr-calendar.centerMost:before,.flatpickr-calendar.centerMost:after"+y,M),w.calendarContainer.style.left=C+"px",w.calendarContainer.style.right="auto"}else w.calendarContainer.style.left="auto",w.calendarContainer.style.right=p+"px";else w.calendarContainer.style.left=f+"px",w.calendarContainer.style.right="auto"}}}else w.config.position(w,e)}function ue(){w.config.noCalendar||w.isMobile||(q(),Ce(),U())}function fe(){w._input.focus(),-1!==window.navigator.userAgent.indexOf("MSIE")||void 0!==navigator.msMaxTouchPoints?setTimeout(w.close,0):w.close()}function me(e){e.preventDefault(),e.stopPropagation();var n=f(g(e),(function(e){return e.classList&&e.classList.contains("flatpickr-day")&&!e.classList.contains("flatpickr-disabled")&&!e.classList.contains("notAllowed")}));if(void 0!==n){var t=n,a=w.latestSelectedDateObj=new Date(t.dateObj.getTime()),i=(a.getMonth()<w.currentMonth||a.getMonth()>w.currentMonth+w.config.showMonths-1)&&"range"!==w.config.mode;if(w.selectedDateElem=t,"single"===w.config.mode)w.selectedDates=[a];else if("multiple"===w.config.mode){var o=be(a);o?w.selectedDates.splice(parseInt(o),1):w.selectedDates.push(a)}else"range"===w.config.mode&&(2===w.selectedDates.length&&w.clear(!1,!1),w.latestSelectedDateObj=a,w.selectedDates.push(a),0!==M(a,w.selectedDates[0],!0)&&w.selectedDates.sort((function(e,n){return e.getTime()-n.getTime()})));if(O(),i){var r=w.currentYear!==a.getFullYear();w.currentYear=a.getFullYear(),w.currentMonth=a.getMonth(),r&&(De("onYearChange"),q()),De("onMonthChange")}if(Ce(),U(),ye(),i||"range"===w.config.mode||1!==w.config.showMonths?void 0!==w.selectedDateElem&&void 0===w.hourElement&&w.selectedDateElem&&w.selectedDateElem.focus():W(t),void 0!==w.hourElement&&void 0!==w.hourElement&&w.hourElement.focus(),w.config.closeOnSelect){var l="single"===w.config.mode&&!w.config.enableTime,c="range"===w.config.mode&&2===w.selectedDates.length&&!w.config.enableTime;(l||c)&&fe()}Y()}}w.parseDate=C({config:w.config,l10n:w.l10n}),w._handlers=[],w.pluginElements=[],w.loadedPlugins=[],w._bind=P,w._setHoursFromDate=F,w._positionCalendar=de,w.changeMonth=Z,w.changeYear=ee,w.clear=function(e,n){void 0===e&&(e=!0);void 0===n&&(n=!0);w.input.value="",void 0!==w.altInput&&(w.altInput.value="");void 0!==w.mobileInput&&(w.mobileInput.value="");w.selectedDates=[],w.latestSelectedDateObj=void 0,!0===n&&(w.currentYear=w._initialDate.getFullYear(),w.currentMonth=w._initialDate.getMonth());if(!0===w.config.enableTime){var t=E(w.config),a=t.hours,i=t.minutes,o=t.seconds;A(a,i,o)}w.redraw(),e&&De("onChange")},w.close=function(){w.isOpen=!1,w.isMobile||(void 0!==w.calendarContainer&&w.calendarContainer.classList.remove("open"),void 0!==w._input&&w._input.classList.remove("active"));De("onClose")},w.onMouseOver=oe,w._createElement=d,w.createDay=R,w.destroy=function(){void 0!==w.config&&De("onDestroy");for(var e=w._handlers.length;e--;)w._handlers[e].remove();if(w._handlers=[],w.mobileInput)w.mobileInput.parentNode&&w.mobileInput.parentNode.removeChild(w.mobileInput),w.mobileInput=void 0;else if(w.calendarContainer&&w.calendarContainer.parentNode)if(w.config.static&&w.calendarContainer.parentNode){var n=w.calendarContainer.parentNode;if(n.lastChild&&n.removeChild(n.lastChild),n.parentNode){for(;n.firstChild;)n.parentNode.insertBefore(n.firstChild,n);n.parentNode.removeChild(n)}}else w.calendarContainer.parentNode.removeChild(w.calendarContainer);w.altInput&&(w.input.type="text",w.altInput.parentNode&&w.altInput.parentNode.removeChild(w.altInput),delete w.altInput);w.input&&(w.input.type=w.input._type,w.input.classList.remove("flatpickr-input"),w.input.removeAttribute("readonly"));["_showTimeInput","latestSelectedDateObj","_hideNextMonthArrow","_hidePrevMonthArrow","__hideNextMonthArrow","__hidePrevMonthArrow","isMobile","isOpen","selectedDateElem","minDateHasTime","maxDateHasTime","days","daysContainer","_input","_positionElement","innerContainer","rContainer","monthNav","todayDateElem","calendarContainer","weekdayContainer","prevMonthNav","nextMonthNav","monthsDropdownContainer","currentMonthElement","currentYearElement","navigationCurrentMonth","selectedDateElem","config"].forEach((function(e){try{delete w[e]}catch(e){}}))},w.isEnabled=ne,w.jumpToDate=j,w.updateValue=ye,w.open=function(e,n){void 0===n&&(n=w._positionElement);if(!0===w.isMobile){if(e){e.preventDefault();var t=g(e);t&&t.blur()}return void 0!==w.mobileInput&&(w.mobileInput.focus(),w.mobileInput.click()),void De("onOpen")}if(w._input.disabled||w.config.inline)return;var a=w.isOpen;w.isOpen=!0,a||(w.calendarContainer.classList.add("open"),w._input.classList.add("active"),De("onOpen"),de(n));!0===w.config.enableTime&&!0===w.config.noCalendar&&(!1!==w.config.allowInput||void 0!==e&&w.timeContainer.contains(e.relatedTarget)||setTimeout((function(){return w.hourElement.select()}),50))},w.redraw=ue,w.set=function(e,n){if(null!==e&&"object"==typeof e)for(var a in Object.assign(w.config,e),e)void 0!==ge[a]&&ge[a].forEach((function(e){return e()}));else w.config[e]=n,void 0!==ge[e]?ge[e].forEach((function(e){return e()})):t.indexOf(e)>-1&&(w.config[e]=c(n));w.redraw(),ye(!0)},w.setDate=function(e,n,t){void 0===n&&(n=!1);void 0===t&&(t=w.config.dateFormat);if(0!==e&&!e||e instanceof Array&&0===e.length)return w.clear(n);pe(e,t),w.latestSelectedDateObj=w.selectedDates[w.selectedDates.length-1],w.redraw(),j(void 0,n),F(),0===w.selectedDates.length&&w.clear(!1);ye(n),n&&De("onChange")},w.toggle=function(e){if(!0===w.isOpen)return w.close();w.open(e)};var ge={locale:[se,G],showMonths:[V,S,z],minDate:[j],maxDate:[j],positionElement:[ve],clickOpens:[function(){!0===w.config.clickOpens?(P(w._input,"focus",w.open),P(w._input,"click",w.open)):(w._input.removeEventListener("focus",w.open),w._input.removeEventListener("click",w.open))}]};function pe(e,n){var t=[];if(e instanceof Array)t=e.map((function(e){return w.parseDate(e,n)}));else if(e instanceof Date||"number"==typeof e)t=[w.parseDate(e,n)];else if("string"==typeof e)switch(w.config.mode){case"single":case"time":t=[w.parseDate(e,n)];break;case"multiple":t=e.split(w.config.conjunction).map((function(e){return w.parseDate(e,n)}));break;case"range":t=e.split(w.l10n.rangeSeparator).map((function(e){return w.parseDate(e,n)}))}else w.config.errorHandler(new Error("Invalid date supplied: "+JSON.stringify(e)));w.selectedDates=w.config.allowInvalidPreload?t:t.filter((function(e){return e instanceof Date&&ne(e,!1)})),"range"===w.config.mode&&w.selectedDates.sort((function(e,n){return e.getTime()-n.getTime()}))}function he(e){return e.slice().map((function(e){return"string"==typeof e||"number"==typeof e||e instanceof Date?w.parseDate(e,void 0,!0):e&&"object"==typeof e&&e.from&&e.to?{from:w.parseDate(e.from,void 0),to:w.parseDate(e.to,void 0)}:e})).filter((function(e){return e}))}function ve(){w._positionElement=w.config.positionElement||w._input}function De(e,n){if(void 0!==w.config){var t=w.config[e];if(void 0!==t&&t.length>0)for(var a=0;t[a]&&a<t.length;a++)t[a](w.selectedDates,w.input.value,w,n);"onChange"===e&&(w.input.dispatchEvent(we("change")),w.input.dispatchEvent(we("input")))}}function we(e){var n=document.createEvent("Event");return n.initEvent(e,!0,!0),n}function be(e){for(var n=0;n<w.selectedDates.length;n++){var t=w.selectedDates[n];if(t instanceof Date&&0===M(t,e))return""+n}return!1}function Ce(){w.config.noCalendar||w.isMobile||!w.monthNav||(w.yearElements.forEach((function(e,n){var t=new Date(w.currentYear,w.currentMonth,1);t.setMonth(w.currentMonth+n),w.config.showMonths>1||"static"===w.config.monthSelectorType?w.monthElements[n].textContent=h(t.getMonth(),w.config.shorthandCurrentMonth,w.l10n)+" ":w.monthsDropdownContainer.value=t.getMonth().toString(),e.value=t.getFullYear().toString()})),w._hidePrevMonthArrow=void 0!==w.config.minDate&&(w.currentYear===w.config.minDate.getFullYear()?w.currentMonth<=w.config.minDate.getMonth():w.currentYear<w.config.minDate.getFullYear()),w._hideNextMonthArrow=void 0!==w.config.maxDate&&(w.currentYear===w.config.maxDate.getFullYear()?w.currentMonth+1>w.config.maxDate.getMonth():w.currentYear>w.config.maxDate.getFullYear()))}function Me(e){var n=e||(w.config.altInput?w.config.altFormat:w.config.dateFormat);return w.selectedDates.map((function(e){return w.formatDate(e,n)})).filter((function(e,n,t){return"range"!==w.config.mode||w.config.enableTime||t.indexOf(e)===n})).join("range"!==w.config.mode?w.config.conjunction:w.l10n.rangeSeparator)}function ye(e){void 0===e&&(e=!0),void 0!==w.mobileInput&&w.mobileFormatStr&&(w.mobileInput.value=void 0!==w.latestSelectedDateObj?w.formatDate(w.latestSelectedDateObj,w.mobileFormatStr):""),w.input.value=Me(w.config.dateFormat),void 0!==w.altInput&&(w.altInput.value=Me(w.config.altFormat)),!1!==e&&De("onValueUpdate")}function xe(e){var n=g(e),t=w.prevMonthNav.contains(n),a=w.nextMonthNav.contains(n);t||a?Z(t?-1:1):w.yearElements.indexOf(n)>=0?n.select():n.classList.contains("arrowUp")?w.changeYear(w.currentYear+1):n.classList.contains("arrowDown")&&w.changeYear(w.currentYear-1)}return function(){w.element=w.input=p,w.isOpen=!1,function(){var n=["wrap","weekNumbers","allowInput","allowInvalidPreload","clickOpens","time_24hr","enableTime","noCalendar","altInput","shorthandCurrentMonth","inline","static","enableSeconds","disableMobile"],i=e(e({},JSON.parse(JSON.stringify(p.dataset||{}))),v),o={};w.config.parseDate=i.parseDate,w.config.formatDate=i.formatDate,Object.defineProperty(w.config,"enable",{get:function(){return w.config._enable},set:function(e){w.config._enable=he(e)}}),Object.defineProperty(w.config,"disable",{get:function(){return w.config._disable},set:function(e){w.config._disable=he(e)}});var r="time"===i.mode;if(!i.dateFormat&&(i.enableTime||r)){var l=I.defaultConfig.dateFormat||a.dateFormat;o.dateFormat=i.noCalendar||r?"H:i"+(i.enableSeconds?":S":""):l+" H:i"+(i.enableSeconds?":S":"")}if(i.altInput&&(i.enableTime||r)&&!i.altFormat){var s=I.defaultConfig.altFormat||a.altFormat;o.altFormat=i.noCalendar||r?"h:i"+(i.enableSeconds?":S K":" K"):s+" h:i"+(i.enableSeconds?":S":"")+" K"}Object.defineProperty(w.config,"minDate",{get:function(){return w.config._minDate},set:le("min")}),Object.defineProperty(w.config,"maxDate",{get:function(){return w.config._maxDate},set:le("max")});var d=function(e){return function(n){w.config["min"===e?"_minTime":"_maxTime"]=w.parseDate(n,"H:i:S")}};Object.defineProperty(w.config,"minTime",{get:function(){return w.config._minTime},set:d("min")}),Object.defineProperty(w.config,"maxTime",{get:function(){return w.config._maxTime},set:d("max")}),"time"===i.mode&&(w.config.noCalendar=!0,w.config.enableTime=!0);Object.assign(w.config,o,i);for(var u=0;u<n.length;u++)w.config[n[u]]=!0===w.config[n[u]]||"true"===w.config[n[u]];t.filter((function(e){return void 0!==w.config[e]})).forEach((function(e){w.config[e]=c(w.config[e]||[]).map(T)})),w.isMobile=!w.config.disableMobile&&!w.config.inline&&"single"===w.config.mode&&!w.config.disable.length&&!w.config.enable&&!w.config.weekNumbers&&/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);for(u=0;u<w.config.plugins.length;u++){var f=w.config.plugins[u](w)||{};for(var m in f)t.indexOf(m)>-1?w.config[m]=c(f[m]).map(T).concat(w.config[m]):void 0===i[m]&&(w.config[m]=f[m])}i.altInputClass||(w.config.altInputClass=ce().className+" "+w.config.altInputClass);De("onParseConfig")}(),se(),function(){if(w.input=ce(),!w.input)return void w.config.errorHandler(new Error("Invalid input element specified"));w.input._type=w.input.type,w.input.type="text",w.input.classList.add("flatpickr-input"),w._input=w.input,w.config.altInput&&(w.altInput=d(w.input.nodeName,w.config.altInputClass),w._input=w.altInput,w.altInput.placeholder=w.input.placeholder,w.altInput.disabled=w.input.disabled,w.altInput.required=w.input.required,w.altInput.tabIndex=w.input.tabIndex,w.altInput.type="text",w.input.setAttribute("type","hidden"),!w.config.static&&w.input.parentNode&&w.input.parentNode.insertBefore(w.altInput,w.input.nextSibling));w.config.allowInput||w._input.setAttribute("readonly","readonly");ve()}(),function(){w.selectedDates=[],w.now=w.parseDate(w.config.now)||new Date;var e=w.config.defaultDate||("INPUT"!==w.input.nodeName&&"TEXTAREA"!==w.input.nodeName||!w.input.placeholder||w.input.value!==w.input.placeholder?w.input.value:null);e&&pe(e,w.config.dateFormat);w._initialDate=w.selectedDates.length>0?w.selectedDates[0]:w.config.minDate&&w.config.minDate.getTime()>w.now.getTime()?w.config.minDate:w.config.maxDate&&w.config.maxDate.getTime()<w.now.getTime()?w.config.maxDate:w.now,w.currentYear=w._initialDate.getFullYear(),w.currentMonth=w._initialDate.getMonth(),w.selectedDates.length>0&&(w.latestSelectedDateObj=w.selectedDates[0]);void 0!==w.config.minTime&&(w.config.minTime=w.parseDate(w.config.minTime,"H:i"));void 0!==w.config.maxTime&&(w.config.maxTime=w.parseDate(w.config.maxTime,"H:i"));w.minDateHasTime=!!w.config.minDate&&(w.config.minDate.getHours()>0||w.config.minDate.getMinutes()>0||w.config.minDate.getSeconds()>0),w.maxDateHasTime=!!w.config.maxDate&&(w.config.maxDate.getHours()>0||w.config.maxDate.getMinutes()>0||w.config.maxDate.getSeconds()>0)}(),w.utils={getDaysInMonth:function(e,n){return void 0===e&&(e=w.currentMonth),void 0===n&&(n=w.currentYear),1===e&&(n%4==0&&n%100!=0||n%400==0)?29:w.l10n.daysInMonth[e]}},w.isMobile||function(){var e=window.document.createDocumentFragment();if(w.calendarContainer=d("div","flatpickr-calendar"),w.calendarContainer.tabIndex=-1,!w.config.noCalendar){if(e.appendChild((w.monthNav=d("div","flatpickr-months"),w.yearElements=[],w.monthElements=[],w.prevMonthNav=d("span","flatpickr-prev-month"),w.prevMonthNav.innerHTML=w.config.prevArrow,w.nextMonthNav=d("span","flatpickr-next-month"),w.nextMonthNav.innerHTML=w.config.nextArrow,V(),Object.defineProperty(w,"_hidePrevMonthArrow",{get:function(){return w.__hidePrevMonthArrow},set:function(e){w.__hidePrevMonthArrow!==e&&(s(w.prevMonthNav,"flatpickr-disabled",e),w.__hidePrevMonthArrow=e)}}),Object.defineProperty(w,"_hideNextMonthArrow",{get:function(){return w.__hideNextMonthArrow},set:function(e){w.__hideNextMonthArrow!==e&&(s(w.nextMonthNav,"flatpickr-disabled",e),w.__hideNextMonthArrow=e)}}),w.currentYearElement=w.yearElements[0],Ce(),w.monthNav)),w.innerContainer=d("div","flatpickr-innerContainer"),w.config.weekNumbers){var n=function(){w.calendarContainer.classList.add("hasWeeks");var e=d("div","flatpickr-weekwrapper");e.appendChild(d("span","flatpickr-weekday",w.l10n.weekAbbreviation));var n=d("div","flatpickr-weeks");return e.appendChild(n),{weekWrapper:e,weekNumbers:n}}(),t=n.weekWrapper,a=n.weekNumbers;w.innerContainer.appendChild(t),w.weekNumbers=a,w.weekWrapper=t}w.rContainer=d("div","flatpickr-rContainer"),w.rContainer.appendChild(z()),w.daysContainer||(w.daysContainer=d("div","flatpickr-days"),w.daysContainer.tabIndex=-1),U(),w.rContainer.appendChild(w.daysContainer),w.innerContainer.appendChild(w.rContainer),e.appendChild(w.innerContainer)}w.config.enableTime&&e.appendChild(function(){w.calendarContainer.classList.add("hasTime"),w.config.noCalendar&&w.calendarContainer.classList.add("noCalendar");var e=E(w.config);w.timeContainer=d("div","flatpickr-time"),w.timeContainer.tabIndex=-1;var n=d("span","flatpickr-time-separator",":"),t=m("flatpickr-hour",{"aria-label":w.l10n.hourAriaLabel});w.hourElement=t.getElementsByTagName("input")[0];var a=m("flatpickr-minute",{"aria-label":w.l10n.minuteAriaLabel});w.minuteElement=a.getElementsByTagName("input")[0],w.hourElement.tabIndex=w.minuteElement.tabIndex=-1,w.hourElement.value=o(w.latestSelectedDateObj?w.latestSelectedDateObj.getHours():w.config.time_24hr?e.hours:function(e){switch(e%24){case 0:case 12:return 12;default:return e%12}}(e.hours)),w.minuteElement.value=o(w.latestSelectedDateObj?w.latestSelectedDateObj.getMinutes():e.minutes),w.hourElement.setAttribute("step",w.config.hourIncrement.toString()),w.minuteElement.setAttribute("step",w.config.minuteIncrement.toString()),w.hourElement.setAttribute("min",w.config.time_24hr?"0":"1"),w.hourElement.setAttribute("max",w.config.time_24hr?"23":"12"),w.hourElement.setAttribute("maxlength","2"),w.minuteElement.setAttribute("min","0"),w.minuteElement.setAttribute("max","59"),w.minuteElement.setAttribute("maxlength","2"),w.timeContainer.appendChild(t),w.timeContainer.appendChild(n),w.timeContainer.appendChild(a),w.config.time_24hr&&w.timeContainer.classList.add("time24hr");if(w.config.enableSeconds){w.timeContainer.classList.add("hasSeconds");var i=m("flatpickr-second");w.secondElement=i.getElementsByTagName("input")[0],w.secondElement.value=o(w.latestSelectedDateObj?w.latestSelectedDateObj.getSeconds():e.seconds),w.secondElement.setAttribute("step",w.minuteElement.getAttribute("step")),w.secondElement.setAttribute("min","0"),w.secondElement.setAttribute("max","59"),w.secondElement.setAttribute("maxlength","2"),w.timeContainer.appendChild(d("span","flatpickr-time-separator",":")),w.timeContainer.appendChild(i)}w.config.time_24hr||(w.amPM=d("span","flatpickr-am-pm",w.l10n.amPM[r((w.latestSelectedDateObj?w.hourElement.value:w.config.defaultHour)>11)]),w.amPM.title=w.l10n.toggleTitle,w.amPM.tabIndex=-1,w.timeContainer.appendChild(w.amPM));return w.timeContainer}());s(w.calendarContainer,"rangeMode","range"===w.config.mode),s(w.calendarContainer,"animate",!0===w.config.animate),s(w.calendarContainer,"multiMonth",w.config.showMonths>1),w.calendarContainer.appendChild(e);var i=void 0!==w.config.appendTo&&void 0!==w.config.appendTo.nodeType;if((w.config.inline||w.config.static)&&(w.calendarContainer.classList.add(w.config.inline?"inline":"static"),w.config.inline&&(!i&&w.element.parentNode?w.element.parentNode.insertBefore(w.calendarContainer,w._input.nextSibling):void 0!==w.config.appendTo&&w.config.appendTo.appendChild(w.calendarContainer)),w.config.static)){var l=d("div","flatpickr-wrapper");w.element.parentNode&&w.element.parentNode.insertBefore(l,w.element),l.appendChild(w.element),w.altInput&&l.appendChild(w.altInput),l.appendChild(w.calendarContainer)}w.config.static||w.config.inline||(void 0!==w.config.appendTo?w.config.appendTo:window.document.body).appendChild(w.calendarContainer)}(),function(){w.config.wrap&&["open","close","toggle","clear"].forEach((function(e){Array.prototype.forEach.call(w.element.querySelectorAll("[data-"+e+"]"),(function(n){return P(n,"click",w[e])}))}));if(w.isMobile)return void function(){var e=w.config.enableTime?w.config.noCalendar?"time":"datetime-local":"date";w.mobileInput=d("input",w.input.className+" flatpickr-mobile"),w.mobileInput.tabIndex=1,w.mobileInput.type=e,w.mobileInput.disabled=w.input.disabled,w.mobileInput.required=w.input.required,w.mobileInput.placeholder=w.input.placeholder,w.mobileFormatStr="datetime-local"===e?"Y-m-d\\TH:i:S":"date"===e?"Y-m-d":"H:i:S",w.selectedDates.length>0&&(w.mobileInput.defaultValue=w.mobileInput.value=w.formatDate(w.selectedDates[0],w.mobileFormatStr));w.config.minDate&&(w.mobileInput.min=w.formatDate(w.config.minDate,"Y-m-d"));w.config.maxDate&&(w.mobileInput.max=w.formatDate(w.config.maxDate,"Y-m-d"));w.input.getAttribute("step")&&(w.mobileInput.step=String(w.input.getAttribute("step")));w.input.type="hidden",void 0!==w.altInput&&(w.altInput.type="hidden");try{w.input.parentNode&&w.input.parentNode.insertBefore(w.mobileInput,w.input.nextSibling)}catch(e){}P(w.mobileInput,"change",(function(e){w.setDate(g(e).value,!1,w.mobileFormatStr),De("onChange"),De("onClose")}))}();var e=l(re,50);w._debouncedChange=l(Y,300),w.daysContainer&&!/iPhone|iPad|iPod/i.test(navigator.userAgent)&&P(w.daysContainer,"mouseover",(function(e){"range"===w.config.mode&&oe(g(e))}));P(w._input,"keydown",ie),void 0!==w.calendarContainer&&P(w.calendarContainer,"keydown",ie);w.config.inline||w.config.static||P(window,"resize",e);void 0!==window.ontouchstart?P(window.document,"touchstart",X):P(window.document,"mousedown",X);P(window.document,"focus",X,{capture:!0}),!0===w.config.clickOpens&&(P(w._input,"focus",w.open),P(w._input,"click",w.open));void 0!==w.daysContainer&&(P(w.monthNav,"click",xe),P(w.monthNav,["keyup","increment"],N),P(w.daysContainer,"click",me));if(void 0!==w.timeContainer&&void 0!==w.minuteElement&&void 0!==w.hourElement){var n=function(e){return g(e).select()};P(w.timeContainer,["increment"],_),P(w.timeContainer,"blur",_,{capture:!0}),P(w.timeContainer,"click",H),P([w.hourElement,w.minuteElement],["focus","click"],n),void 0!==w.secondElement&&P(w.secondElement,"focus",(function(){return w.secondElement&&w.secondElement.select()})),void 0!==w.amPM&&P(w.amPM,"click",(function(e){_(e)}))}w.config.allowInput&&P(w._input,"blur",ae)}(),(w.selectedDates.length||w.config.noCalendar)&&(w.config.enableTime&&F(w.config.noCalendar?w.latestSelectedDateObj:void 0),ye(!1)),S();var n=/^((?!chrome|android).)*safari/i.test(navigator.userAgent);!w.isMobile&&n&&de(),De("onReady")}(),w}function T(e,n){for(var t=Array.prototype.slice.call(e).filter((function(e){return e instanceof HTMLElement})),a=[],i=0;i<t.length;i++){var o=t[i];try{if(null!==o.getAttribute("data-fp-omit"))continue;void 0!==o._flatpickr&&(o._flatpickr.destroy(),o._flatpickr=void 0),o._flatpickr=k(o,n||{}),a.push(o._flatpickr)}catch(e){console.error(e)}}return 1===a.length?a[0]:a}"undefined"!=typeof HTMLElement&&"undefined"!=typeof HTMLCollection&&"undefined"!=typeof NodeList&&(HTMLCollection.prototype.flatpickr=NodeList.prototype.flatpickr=function(e){return T(this,e)},HTMLElement.prototype.flatpickr=function(e){return T([this],e)});var I=function(e,n){return"string"==typeof e?T(window.document.querySelectorAll(e),n):e instanceof Node?T([e],n):T(e,n)};return I.defaultConfig={},I.l10ns={en:e({},i),default:e({},i)},I.localize=function(n){I.l10ns.default=e(e({},I.l10ns.default),n)},I.setDefaults=function(n){I.defaultConfig=e(e({},I.defaultConfig),n)},I.parseDate=C({}),I.formatDate=b({}),I.compareDates=M,"undefined"!=typeof jQuery&&void 0!==jQuery.fn&&(jQuery.fn.flatpickr=function(e){return T(this,e)}),Date.prototype.fp_incr=function(e){return new Date(this.getFullYear(),this.getMonth(),this.getDate()+("string"==typeof e?parseInt(e,10):e))},"undefined"!=typeof window&&(window.flatpickr=I),I}));
|
|
1 |
/* flatpickr v4.6.13,, @license MIT */
|
2 |
+
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=n():"function"==typeof define&&define.amd?define(n):(e="undefined"!=typeof globalThis?globalThis:e||self).flatpickr=n()}(this,(function(){"use strict";var e=function(){return(e=Object.assign||function(e){for(var n,t=1,a=arguments.length;t<a;t++)for(var i in n=arguments[t])Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i]);return e}).apply(this,arguments)};function n(){for(var e=0,n=0,t=arguments.length;n<t;n++)e+=arguments[n].length;var a=Array(e),i=0;for(n=0;n<t;n++)for(var o=arguments[n],r=0,l=o.length;r<l;r++,i++)a[i]=o[r];return a}var t=["onChange","onClose","onDayCreate","onDestroy","onKeyDown","onMonthChange","onOpen","onParseConfig","onReady","onValueUpdate","onYearChange","onPreCalendarPosition"],a={_disable:[],allowInput:!1,allowInvalidPreload:!1,altFormat:"F j, Y",altInput:!1,altInputClass:"form-control input",animate:"object"==typeof window&&-1===window.navigator.userAgent.indexOf("MSIE"),ariaDateFormat:"F j, Y",autoFillDefaultTime:!0,clickOpens:!0,closeOnSelect:!0,conjunction:", ",dateFormat:"Y-m-d",defaultHour:12,defaultMinute:0,defaultSeconds:0,disable:[],disableMobile:!1,enableSeconds:!1,enableTime:!1,errorHandler:function(e){return"undefined"!=typeof console&&console.warn(e)},getWeek:function(e){var n=new Date(e.getTime());n.setHours(0,0,0,0),n.setDate(n.getDate()+3-(n.getDay()+6)%7);var t=new Date(n.getFullYear(),0,4);return 1+Math.round(((n.getTime()-t.getTime())/864e5-3+(t.getDay()+6)%7)/7)},hourIncrement:1,ignoredFocusElements:[],inline:!1,locale:"default",minuteIncrement:5,mode:"single",monthSelectorType:"dropdown",nextArrow:"<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 17 17'><g></g><path d='M13.207 8.472l-7.854 7.854-0.707-0.707 7.146-7.146-7.146-7.148 0.707-0.707 7.854 7.854z' /></svg>",noCalendar:!1,now:new Date,onChange:[],onClose:[],onDayCreate:[],onDestroy:[],onKeyDown:[],onMonthChange:[],onOpen:[],onParseConfig:[],onReady:[],onValueUpdate:[],onYearChange:[],onPreCalendarPosition:[],plugins:[],position:"auto",positionElement:void 0,prevArrow:"<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 17 17'><g></g><path d='M5.207 8.471l7.146 7.147-0.707 0.707-7.853-7.854 7.854-7.853 0.707 0.707-7.147 7.146z' /></svg>",shorthandCurrentMonth:!1,showMonths:1,static:!1,time_24hr:!1,weekNumbers:!1,wrap:!1},i={weekdays:{shorthand:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],longhand:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},months:{shorthand:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],longhand:["January","February","March","April","May","June","July","August","September","October","November","December"]},daysInMonth:[31,28,31,30,31,30,31,31,30,31,30,31],firstDayOfWeek:0,ordinal:function(e){var n=e%100;if(n>3&&n<21)return"th";switch(n%10){case 1:return"st";case 2:return"nd";case 3:return"rd";default:return"th"}},rangeSeparator:" to ",weekAbbreviation:"Wk",scrollTitle:"Scroll to increment",toggleTitle:"Click to toggle",amPM:["AM","PM"],yearAriaLabel:"Year",monthAriaLabel:"Month",hourAriaLabel:"Hour",minuteAriaLabel:"Minute",time_24hr:!1},o=function(e,n){return void 0===n&&(n=2),("000"+e).slice(-1*n)},r=function(e){return!0===e?1:0};function l(e,n){var t;return function(){var a=this,i=arguments;clearTimeout(t),t=setTimeout((function(){return e.apply(a,i)}),n)}}var c=function(e){return e instanceof Array?e:[e]};function s(e,n,t){if(!0===t)return e.classList.add(n);e.classList.remove(n)}function d(e,n,t){var a=window.document.createElement(e);return n=n||"",t=t||"",a.className=n,void 0!==t&&(a.textContent=t),a}function u(e){for(;e.firstChild;)e.removeChild(e.firstChild)}function f(e,n){return n(e)?e:e.parentNode?f(e.parentNode,n):void 0}function m(e,n){var t=d("div","numInputWrapper"),a=d("input","numInput "+e),i=d("span","arrowUp"),o=d("span","arrowDown");if(-1===navigator.userAgent.indexOf("MSIE 9.0")?a.type="number":(a.type="text",a.pattern="\\d*"),void 0!==n)for(var r in n)a.setAttribute(r,n[r]);return t.appendChild(a),t.appendChild(i),t.appendChild(o),t}function g(e){try{return"function"==typeof e.composedPath?e.composedPath()[0]:e.target}catch(n){return e.target}}var p=function(){},h=function(e,n,t){return t.months[n?"shorthand":"longhand"][e]},v={D:p,F:function(e,n,t){e.setMonth(t.months.longhand.indexOf(n))},G:function(e,n){e.setHours((e.getHours()>=12?12:0)+parseFloat(n))},H:function(e,n){e.setHours(parseFloat(n))},J:function(e,n){e.setDate(parseFloat(n))},K:function(e,n,t){e.setHours(e.getHours()%12+12*r(new RegExp(t.amPM[1],"i").test(n)))},M:function(e,n,t){e.setMonth(t.months.shorthand.indexOf(n))},S:function(e,n){e.setSeconds(parseFloat(n))},U:function(e,n){return new Date(1e3*parseFloat(n))},W:function(e,n,t){var a=parseInt(n),i=new Date(e.getFullYear(),0,2+7*(a-1),0,0,0,0);return i.setDate(i.getDate()-i.getDay()+t.firstDayOfWeek),i},Y:function(e,n){e.setFullYear(parseFloat(n))},Z:function(e,n){return new Date(n)},d:function(e,n){e.setDate(parseFloat(n))},h:function(e,n){e.setHours((e.getHours()>=12?12:0)+parseFloat(n))},i:function(e,n){e.setMinutes(parseFloat(n))},j:function(e,n){e.setDate(parseFloat(n))},l:p,m:function(e,n){e.setMonth(parseFloat(n)-1)},n:function(e,n){e.setMonth(parseFloat(n)-1)},s:function(e,n){e.setSeconds(parseFloat(n))},u:function(e,n){return new Date(parseFloat(n))},w:p,y:function(e,n){e.setFullYear(2e3+parseFloat(n))}},D={D:"",F:"",G:"(\\d\\d|\\d)",H:"(\\d\\d|\\d)",J:"(\\d\\d|\\d)\\w+",K:"",M:"",S:"(\\d\\d|\\d)",U:"(.+)",W:"(\\d\\d|\\d)",Y:"(\\d{4})",Z:"(.+)",d:"(\\d\\d|\\d)",h:"(\\d\\d|\\d)",i:"(\\d\\d|\\d)",j:"(\\d\\d|\\d)",l:"",m:"(\\d\\d|\\d)",n:"(\\d\\d|\\d)",s:"(\\d\\d|\\d)",u:"(.+)",w:"(\\d\\d|\\d)",y:"(\\d{2})"},w={Z:function(e){return e.toISOString()},D:function(e,n,t){return n.weekdays.shorthand[w.w(e,n,t)]},F:function(e,n,t){return h(w.n(e,n,t)-1,!1,n)},G:function(e,n,t){return o(w.h(e,n,t))},H:function(e){return o(e.getHours())},J:function(e,n){return void 0!==n.ordinal?e.getDate()+n.ordinal(e.getDate()):e.getDate()},K:function(e,n){return n.amPM[r(e.getHours()>11)]},M:function(e,n){return h(e.getMonth(),!0,n)},S:function(e){return o(e.getSeconds())},U:function(e){return e.getTime()/1e3},W:function(e,n,t){return t.getWeek(e)},Y:function(e){return o(e.getFullYear(),4)},d:function(e){return o(e.getDate())},h:function(e){return e.getHours()%12?e.getHours()%12:12},i:function(e){return o(e.getMinutes())},j:function(e){return e.getDate()},l:function(e,n){return n.weekdays.longhand[e.getDay()]},m:function(e){return o(e.getMonth()+1)},n:function(e){return e.getMonth()+1},s:function(e){return e.getSeconds()},u:function(e){return e.getTime()},w:function(e){return e.getDay()},y:function(e){return String(e.getFullYear()).substring(2)}},b=function(e){var n=e.config,t=void 0===n?a:n,o=e.l10n,r=void 0===o?i:o,l=e.isMobile,c=void 0!==l&&l;return function(e,n,a){var i=a||r;return void 0===t.formatDate||c?n.split("").map((function(n,a,o){return w[n]&&"\\"!==o[a-1]?w[n](e,i,t):"\\"!==n?n:""})).join(""):t.formatDate(e,n,i)}},C=function(e){var n=e.config,t=void 0===n?a:n,o=e.l10n,r=void 0===o?i:o;return function(e,n,i,o){if(0===e||e){var l,c=o||r,s=e;if(e instanceof Date)l=new Date(e.getTime());else if("string"!=typeof e&&void 0!==e.toFixed)l=new Date(e);else if("string"==typeof e){var d=n||(t||a).dateFormat,u=String(e).trim();if("today"===u)l=new Date,i=!0;else if(t&&t.parseDate)l=t.parseDate(e,d);else if(/Z$/.test(u)||/GMT$/.test(u))l=new Date(e);else{for(var f=void 0,m=[],g=0,p=0,h="";g<d.length;g++){var w=d[g],b="\\"===w,C="\\"===d[g-1]||b;if(D[w]&&!C){h+=D[w];var M=new RegExp(h).exec(e);M&&(f=!0)&&m["Y"!==w?"push":"unshift"]({fn:v[w],val:M[++p]})}else b||(h+=".")}l=t&&t.noCalendar?new Date((new Date).setHours(0,0,0,0)):new Date((new Date).getFullYear(),0,1,0,0,0,0),m.forEach((function(e){var n=e.fn,t=e.val;return l=n(l,t,c)||l})),l=f?l:void 0}}if(l instanceof Date&&!isNaN(l.getTime()))return!0===i&&l.setHours(0,0,0,0),l;t.errorHandler(new Error("Invalid date provided: "+s))}}};function M(e,n,t){return void 0===t&&(t=!0),!1!==t?new Date(e.getTime()).setHours(0,0,0,0)-new Date(n.getTime()).setHours(0,0,0,0):e.getTime()-n.getTime()}var y=function(e,n,t){return 3600*e+60*n+t};function x(e){var n=e.defaultHour,t=e.defaultMinute,a=e.defaultSeconds;if(void 0!==e.minDate){var i=e.minDate.getHours(),o=e.minDate.getMinutes(),r=e.minDate.getSeconds();n<i&&(n=i),n===i&&t<o&&(t=o),n===i&&t===o&&a<r&&(a=e.minDate.getSeconds())}if(void 0!==e.maxDate){var l=e.maxDate.getHours(),c=e.maxDate.getMinutes();(n=Math.min(n,l))===l&&(t=Math.min(c,t)),n===l&&t===c&&(a=e.maxDate.getSeconds())}return{hours:n,minutes:t,seconds:a}}function E(p,v){var w={config:e(e({},a),T.defaultConfig),l10n:i};function E(){var e;return(null===(e=w.calendarContainer)||void 0===e?void 0:e.getRootNode()).activeElement||document.activeElement}function k(e){return e.bind(w)}function I(){var e=w.config;!1===e.weekNumbers&&1===e.showMonths||!0!==e.noCalendar&&window.requestAnimationFrame((function(){if(void 0!==w.calendarContainer&&(w.calendarContainer.style.visibility="hidden",w.calendarContainer.style.display="block"),void 0!==w.daysContainer){var n=(w.days.offsetWidth+1)*e.showMonths;w.daysContainer.style.width=n+"px",w.calendarContainer.style.width=n+(void 0!==w.weekWrapper?w.weekWrapper.offsetWidth:0)+"px",w.calendarContainer.style.removeProperty("visibility"),w.calendarContainer.style.removeProperty("display")}}))}function S(e){if(0===w.selectedDates.length){var n=void 0===w.config.minDate||M(new Date,w.config.minDate)>=0?new Date:new Date(w.config.minDate.getTime()),t=x(w.config);n.setHours(t.hours,t.minutes,t.seconds,n.getMilliseconds()),w.selectedDates=[n],w.latestSelectedDateObj=n}void 0!==e&&"blur"!==e.type&&function(e){e.preventDefault();var n="keydown"===e.type,t=g(e),a=t;void 0!==w.amPM&&t===w.amPM&&(w.amPM.textContent=w.l10n.amPM[r(w.amPM.textContent===w.l10n.amPM[0])]);var i=parseFloat(a.getAttribute("min")),l=parseFloat(a.getAttribute("max")),c=parseFloat(a.getAttribute("step")),s=parseInt(a.value,10),d=s+c*(e.delta||(n?38===e.which?1:-1:0));if(void 0!==a.value&&2===a.value.length){var u=a===w.hourElement,f=a===w.minuteElement;d<i?(d=l+d+r(!u)+(r(u)&&r(!w.amPM)),f&&H(void 0,-1,w.hourElement)):d>l&&(d=a===w.hourElement?d-l-r(!w.amPM):i,f&&H(void 0,1,w.hourElement)),w.amPM&&u&&(1===c?d+s===23:Math.abs(d-s)>c)&&(w.amPM.textContent=w.l10n.amPM[r(w.amPM.textContent===w.l10n.amPM[0])]),a.value=o(d)}}(e);var a=w._input.value;_(),Me(),w._input.value!==a&&w._debouncedChange()}function _(){if(void 0!==w.hourElement&&void 0!==w.minuteElement){var e,n,t=(parseInt(w.hourElement.value.slice(-2),10)||0)%24,a=(parseInt(w.minuteElement.value,10)||0)%60,i=void 0!==w.secondElement?(parseInt(w.secondElement.value,10)||0)%60:0;void 0!==w.amPM&&(e=t,n=w.amPM.textContent,t=e%12+12*r(n===w.l10n.amPM[1]));var o=void 0!==w.config.minTime||w.config.minDate&&w.minDateHasTime&&w.latestSelectedDateObj&&0===M(w.latestSelectedDateObj,w.config.minDate,!0),l=void 0!==w.config.maxTime||w.config.maxDate&&w.maxDateHasTime&&w.latestSelectedDateObj&&0===M(w.latestSelectedDateObj,w.config.maxDate,!0);if(void 0!==w.config.maxTime&&void 0!==w.config.minTime&&w.config.minTime>w.config.maxTime){var c=y(w.config.minTime.getHours(),w.config.minTime.getMinutes(),w.config.minTime.getSeconds()),s=y(w.config.maxTime.getHours(),w.config.maxTime.getMinutes(),w.config.maxTime.getSeconds()),d=y(t,a,i);if(d>s&&d<c){var u=function(e){var n=Math.floor(e/3600),t=(e-3600*n)/60;return[n,t,e-3600*n-60*t]}(c);t=u[0],a=u[1],i=u[2]}}else{if(l){var f=void 0!==w.config.maxTime?w.config.maxTime:w.config.maxDate;(t=Math.min(t,f.getHours()))===f.getHours()&&(a=Math.min(a,f.getMinutes())),a===f.getMinutes()&&(i=Math.min(i,f.getSeconds()))}if(o){var m=void 0!==w.config.minTime?w.config.minTime:w.config.minDate;(t=Math.max(t,m.getHours()))===m.getHours()&&a<m.getMinutes()&&(a=m.getMinutes()),a===m.getMinutes()&&(i=Math.max(i,m.getSeconds()))}}F(t,a,i)}}function O(e){var n=e||w.latestSelectedDateObj;n&&n instanceof Date&&F(n.getHours(),n.getMinutes(),n.getSeconds())}function F(e,n,t){void 0!==w.latestSelectedDateObj&&w.latestSelectedDateObj.setHours(e%24,n,t||0,0),w.hourElement&&w.minuteElement&&!w.isMobile&&(w.hourElement.value=o(w.config.time_24hr?e:(12+e)%12+12*r(e%12==0)),w.minuteElement.value=o(n),void 0!==w.amPM&&(w.amPM.textContent=w.l10n.amPM[r(e>=12)]),void 0!==w.secondElement&&(w.secondElement.value=o(t)))}function A(e){var n=g(e),t=parseInt(n.value)+(e.delta||0);(t/1e3>1||"Enter"===e.key&&!/[^\d]/.test(t.toString()))&&X(t)}function N(e,n,t,a){return n instanceof Array?n.forEach((function(n){return N(e,n,t,a)})):e instanceof Array?e.forEach((function(e){return N(e,n,t,a)})):(e.addEventListener(n,t,a),void w._handlers.push({remove:function(){return e.removeEventListener(n,t,a)}}))}function P(){ve("onChange")}function Y(e,n){var t=void 0!==e?w.parseDate(e):w.latestSelectedDateObj||(w.config.minDate&&w.config.minDate>w.now?w.config.minDate:w.config.maxDate&&w.config.maxDate<w.now?w.config.maxDate:w.now),a=w.currentYear,i=w.currentMonth;try{void 0!==t&&(w.currentYear=t.getFullYear(),w.currentMonth=t.getMonth())}catch(e){e.message="Invalid date supplied: "+t,w.config.errorHandler(e)}n&&w.currentYear!==a&&(ve("onYearChange"),U()),!n||w.currentYear===a&&w.currentMonth===i||ve("onMonthChange"),w.redraw()}function j(e){var n=g(e);~n.className.indexOf("arrow")&&H(e,n.classList.contains("arrowUp")?1:-1)}function H(e,n,t){var a=e&&g(e),i=t||a&&a.parentNode&&a.parentNode.firstChild,o=De("increment");o.delta=n,i&&i.dispatchEvent(o)}function L(e,n,t,a){var i=ee(n,!0),o=d("span",e,n.getDate().toString());return o.dateObj=n,o.$i=a,o.setAttribute("aria-label",w.formatDate(n,w.config.ariaDateFormat)),-1===e.indexOf("hidden")&&0===M(n,w.now)&&(w.todayDateElem=o,o.classList.add("today"),o.setAttribute("aria-current","date")),i?(o.tabIndex=-1,we(n)&&(o.classList.add("selected"),w.selectedDateElem=o,"range"===w.config.mode&&(s(o,"startRange",w.selectedDates[0]&&0===M(n,w.selectedDates[0],!0)),s(o,"endRange",w.selectedDates[1]&&0===M(n,w.selectedDates[1],!0)),"nextMonthDay"===e&&o.classList.add("inRange")))):o.classList.add("flatpickr-disabled"),"range"===w.config.mode&&function(e){return!("range"!==w.config.mode||w.selectedDates.length<2)&&M(e,w.selectedDates[0])>=0&&M(e,w.selectedDates[1])<=0}(n)&&!we(n)&&o.classList.add("inRange"),w.weekNumbers&&1===w.config.showMonths&&"prevMonthDay"!==e&&a%7==6&&w.weekNumbers.insertAdjacentHTML("beforeend","<span class='flatpickr-day'>"+w.config.getWeek(n)+"</span>"),ve("onDayCreate",o),o}function R(e){e.focus(),"range"===w.config.mode&&ie(e)}function W(e){for(var n=e>0?0:w.config.showMonths-1,t=e>0?w.config.showMonths:-1,a=n;a!=t;a+=e)for(var i=w.daysContainer.children[a],o=e>0?0:i.children.length-1,r=e>0?i.children.length:-1,l=o;l!=r;l+=e){var c=i.children[l];if(-1===c.className.indexOf("hidden")&&ee(c.dateObj))return c}}function B(e,n){var t=E(),a=ne(t||document.body),i=void 0!==e?e:a?t:void 0!==w.selectedDateElem&&ne(w.selectedDateElem)?w.selectedDateElem:void 0!==w.todayDateElem&&ne(w.todayDateElem)?w.todayDateElem:W(n>0?1:-1);void 0===i?w._input.focus():a?function(e,n){for(var t=-1===e.className.indexOf("Month")?e.dateObj.getMonth():w.currentMonth,a=n>0?w.config.showMonths:-1,i=n>0?1:-1,o=t-w.currentMonth;o!=a;o+=i)for(var r=w.daysContainer.children[o],l=t-w.currentMonth===o?e.$i+n:n<0?r.children.length-1:0,c=r.children.length,s=l;s>=0&&s<c&&s!=(n>0?c:-1);s+=i){var d=r.children[s];if(-1===d.className.indexOf("hidden")&&ee(d.dateObj)&&Math.abs(e.$i-s)>=Math.abs(n))return R(d)}w.changeMonth(i),B(W(i),0)}(i,n):R(i)}function J(e,n){for(var t=(new Date(e,n,1).getDay()-w.l10n.firstDayOfWeek+7)%7,a=w.utils.getDaysInMonth((n-1+12)%12,e),i=w.utils.getDaysInMonth(n,e),o=window.document.createDocumentFragment(),r=w.config.showMonths>1,l=r?"prevMonthDay hidden":"prevMonthDay",c=r?"nextMonthDay hidden":"nextMonthDay",s=a+1-t,u=0;s<=a;s++,u++)o.appendChild(L("flatpickr-day "+l,new Date(e,n-1,s),0,u));for(s=1;s<=i;s++,u++)o.appendChild(L("flatpickr-day",new Date(e,n,s),0,u));for(var f=i+1;f<=42-t&&(1===w.config.showMonths||u%7!=0);f++,u++)o.appendChild(L("flatpickr-day "+c,new Date(e,n+1,f%i),0,u));var m=d("div","dayContainer");return m.appendChild(o),m}function K(){if(void 0!==w.daysContainer){u(w.daysContainer),w.weekNumbers&&u(w.weekNumbers);for(var e=document.createDocumentFragment(),n=0;n<w.config.showMonths;n++){var t=new Date(w.currentYear,w.currentMonth,1);t.setMonth(w.currentMonth+n),e.appendChild(J(t.getFullYear(),t.getMonth()))}w.daysContainer.appendChild(e),w.days=w.daysContainer.firstChild,"range"===w.config.mode&&1===w.selectedDates.length&&ie()}}function U(){if(!(w.config.showMonths>1||"dropdown"!==w.config.monthSelectorType)){var e=function(e){return!(void 0!==w.config.minDate&&w.currentYear===w.config.minDate.getFullYear()&&e<w.config.minDate.getMonth()||void 0!==w.config.maxDate&&w.currentYear===w.config.maxDate.getFullYear()&&e>w.config.maxDate.getMonth())};w.monthsDropdownContainer.tabIndex=-1,w.monthsDropdownContainer.innerHTML="";for(var n=0;n<12;n++)if(e(n)){var t=d("option","flatpickr-monthDropdown-month");t.value=new Date(w.currentYear,n).getMonth().toString(),t.textContent=h(n,w.config.shorthandCurrentMonth,w.l10n),t.tabIndex=-1,w.currentMonth===n&&(t.selected=!0),w.monthsDropdownContainer.appendChild(t)}}}function $(){var e,n=d("div","flatpickr-month"),t=window.document.createDocumentFragment();w.config.showMonths>1||"static"===w.config.monthSelectorType?e=d("span","cur-month"):(w.monthsDropdownContainer=d("select","flatpickr-monthDropdown-months"),w.monthsDropdownContainer.setAttribute("aria-label",w.l10n.monthAriaLabel),N(w.monthsDropdownContainer,"change",(function(e){var n=g(e),t=parseInt(n.value,10);w.changeMonth(t-w.currentMonth),ve("onMonthChange")})),U(),e=w.monthsDropdownContainer);var a=m("cur-year",{tabindex:"-1"}),i=a.getElementsByTagName("input")[0];i.setAttribute("aria-label",w.l10n.yearAriaLabel),w.config.minDate&&i.setAttribute("min",w.config.minDate.getFullYear().toString()),w.config.maxDate&&(i.setAttribute("max",w.config.maxDate.getFullYear().toString()),i.disabled=!!w.config.minDate&&w.config.minDate.getFullYear()===w.config.maxDate.getFullYear());var o=d("div","flatpickr-current-month");return o.appendChild(e),o.appendChild(a),t.appendChild(o),n.appendChild(t),{container:n,yearElement:i,monthElement:e}}function q(){u(w.monthNav),w.monthNav.appendChild(w.prevMonthNav),w.config.showMonths&&(w.yearElements=[],w.monthElements=[]);for(var e=w.config.showMonths;e--;){var n=$();w.yearElements.push(n.yearElement),w.monthElements.push(n.monthElement),w.monthNav.appendChild(n.container)}w.monthNav.appendChild(w.nextMonthNav)}function V(){w.weekdayContainer?u(w.weekdayContainer):w.weekdayContainer=d("div","flatpickr-weekdays");for(var e=w.config.showMonths;e--;){var n=d("div","flatpickr-weekdaycontainer");w.weekdayContainer.appendChild(n)}return z(),w.weekdayContainer}function z(){if(w.weekdayContainer){var e=w.l10n.firstDayOfWeek,t=n(w.l10n.weekdays.shorthand);e>0&&e<t.length&&(t=n(t.splice(e,t.length),t.splice(0,e)));for(var a=w.config.showMonths;a--;)w.weekdayContainer.children[a].innerHTML="\n <span class='flatpickr-weekday'>\n "+t.join("</span><span class='flatpickr-weekday'>")+"\n </span>\n "}}function G(e,n){void 0===n&&(n=!0);var t=n?e:e-w.currentMonth;t<0&&!0===w._hidePrevMonthArrow||t>0&&!0===w._hideNextMonthArrow||(w.currentMonth+=t,(w.currentMonth<0||w.currentMonth>11)&&(w.currentYear+=w.currentMonth>11?1:-1,w.currentMonth=(w.currentMonth+12)%12,ve("onYearChange"),U()),K(),ve("onMonthChange"),be())}function Z(e){return w.calendarContainer.contains(e)}function Q(e){if(w.isOpen&&!w.config.inline){var n=g(e),t=Z(n),a=!(n===w.input||n===w.altInput||w.element.contains(n)||e.path&&e.path.indexOf&&(~e.path.indexOf(w.input)||~e.path.indexOf(w.altInput))||t||Z(e.relatedTarget)),i=!w.config.ignoredFocusElements.some((function(e){return e.contains(n)}));a&&i&&(w.config.allowInput&&w.setDate(w._input.value,!1,w.config.altInput?w.config.altFormat:w.config.dateFormat),void 0!==w.timeContainer&&void 0!==w.minuteElement&&void 0!==w.hourElement&&""!==w.input.value&&void 0!==w.input.value&&S(),w.close(),w.config&&"range"===w.config.mode&&1===w.selectedDates.length&&w.clear(!1))}}function X(e){if(!(!e||w.config.minDate&&e<w.config.minDate.getFullYear()||w.config.maxDate&&e>w.config.maxDate.getFullYear())){var n=e,t=w.currentYear!==n;w.currentYear=n||w.currentYear,w.config.maxDate&&w.currentYear===w.config.maxDate.getFullYear()?w.currentMonth=Math.min(w.config.maxDate.getMonth(),w.currentMonth):w.config.minDate&&w.currentYear===w.config.minDate.getFullYear()&&(w.currentMonth=Math.max(w.config.minDate.getMonth(),w.currentMonth)),t&&(w.redraw(),ve("onYearChange"),U())}}function ee(e,n){var t;void 0===n&&(n=!0);var a=w.parseDate(e,void 0,n);if(w.config.minDate&&a&&M(a,w.config.minDate,void 0!==n?n:!w.minDateHasTime)<0||w.config.maxDate&&a&&M(a,w.config.maxDate,void 0!==n?n:!w.maxDateHasTime)>0)return!1;if(!w.config.enable&&0===w.config.disable.length)return!0;if(void 0===a)return!1;for(var i=!!w.config.enable,o=null!==(t=w.config.enable)&&void 0!==t?t:w.config.disable,r=0,l=void 0;r<o.length;r++){if("function"==typeof(l=o[r])&&l(a))return i;if(l instanceof Date&&void 0!==a&&l.getTime()===a.getTime())return i;if("string"==typeof l){var c=w.parseDate(l,void 0,!0);return c&&c.getTime()===a.getTime()?i:!i}if("object"==typeof l&&void 0!==a&&l.from&&l.to&&a.getTime()>=l.from.getTime()&&a.getTime()<=l.to.getTime())return i}return!i}function ne(e){return void 0!==w.daysContainer&&-1===e.className.indexOf("hidden")&&-1===e.className.indexOf("flatpickr-disabled")&&w.daysContainer.contains(e)}function te(e){var n=e.target===w._input,t=w._input.value.trimEnd()!==Ce();!n||!t||e.relatedTarget&&Z(e.relatedTarget)||w.setDate(w._input.value,!0,e.target===w.altInput?w.config.altFormat:w.config.dateFormat)}function ae(e){var n=g(e),t=w.config.wrap?p.contains(n):n===w._input,a=w.config.allowInput,i=w.isOpen&&(!a||!t),o=w.config.inline&&t&&!a;if(13===e.keyCode&&t){if(a)return w.setDate(w._input.value,!0,n===w.altInput?w.config.altFormat:w.config.dateFormat),w.close(),n.blur();w.open()}else if(Z(n)||i||o){var r=!!w.timeContainer&&w.timeContainer.contains(n);switch(e.keyCode){case 13:r?(e.preventDefault(),S(),ue()):fe(e);break;case 27:e.preventDefault(),ue();break;case 8:case 46:t&&!w.config.allowInput&&(e.preventDefault(),w.clear());break;case 37:case 39:if(r||t)w.hourElement&&w.hourElement.focus();else{e.preventDefault();var l=E();if(void 0!==w.daysContainer&&(!1===a||l&&ne(l))){var c=39===e.keyCode?1:-1;e.ctrlKey?(e.stopPropagation(),G(c),B(W(1),0)):B(void 0,c)}}break;case 38:case 40:e.preventDefault();var s=40===e.keyCode?1:-1;w.daysContainer&&void 0!==n.$i||n===w.input||n===w.altInput?e.ctrlKey?(e.stopPropagation(),X(w.currentYear-s),B(W(1),0)):r||B(void 0,7*s):n===w.currentYearElement?X(w.currentYear-s):w.config.enableTime&&(!r&&w.hourElement&&w.hourElement.focus(),S(e),w._debouncedChange());break;case 9:if(r){var d=[w.hourElement,w.minuteElement,w.secondElement,w.amPM].concat(w.pluginElements).filter((function(e){return e})),u=d.indexOf(n);if(-1!==u){var f=d[u+(e.shiftKey?-1:1)];e.preventDefault(),(f||w._input).focus()}}else!w.config.noCalendar&&w.daysContainer&&w.daysContainer.contains(n)&&e.shiftKey&&(e.preventDefault(),w._input.focus())}}if(void 0!==w.amPM&&n===w.amPM)switch(e.key){case w.l10n.amPM[0].charAt(0):case w.l10n.amPM[0].charAt(0).toLowerCase():w.amPM.textContent=w.l10n.amPM[0],_(),Me();break;case w.l10n.amPM[1].charAt(0):case w.l10n.amPM[1].charAt(0).toLowerCase():w.amPM.textContent=w.l10n.amPM[1],_(),Me()}(t||Z(n))&&ve("onKeyDown",e)}function ie(e,n){if(void 0===n&&(n="flatpickr-day"),1===w.selectedDates.length&&(!e||e.classList.contains(n)&&!e.classList.contains("flatpickr-disabled"))){for(var t=e?e.dateObj.getTime():w.days.firstElementChild.dateObj.getTime(),a=w.parseDate(w.selectedDates[0],void 0,!0).getTime(),i=Math.min(t,w.selectedDates[0].getTime()),o=Math.max(t,w.selectedDates[0].getTime()),r=!1,l=0,c=0,s=i;s<o;s+=864e5)ee(new Date(s),!0)||(r=r||s>i&&s<o,s<a&&(!l||s>l)?l=s:s>a&&(!c||s<c)&&(c=s));Array.from(w.rContainer.querySelectorAll("*:nth-child(-n+"+w.config.showMonths+") > ."+n)).forEach((function(n){var i,o,s,d=n.dateObj.getTime(),u=l>0&&d<l||c>0&&d>c;if(u)return n.classList.add("notAllowed"),void["inRange","startRange","endRange"].forEach((function(e){n.classList.remove(e)}));r&&!u||(["startRange","inRange","endRange","notAllowed"].forEach((function(e){n.classList.remove(e)})),void 0!==e&&(e.classList.add(t<=w.selectedDates[0].getTime()?"startRange":"endRange"),a<t&&d===a?n.classList.add("startRange"):a>t&&d===a&&n.classList.add("endRange"),d>=l&&(0===c||d<=c)&&(o=a,s=t,(i=d)>Math.min(o,s)&&i<Math.max(o,s))&&n.classList.add("inRange")))}))}}function oe(){!w.isOpen||w.config.static||w.config.inline||se()}function re(e){return function(n){var t=w.config["_"+e+"Date"]=w.parseDate(n,w.config.dateFormat),a=w.config["_"+("min"===e?"max":"min")+"Date"];void 0!==t&&(w["min"===e?"minDateHasTime":"maxDateHasTime"]=t.getHours()>0||t.getMinutes()>0||t.getSeconds()>0),w.selectedDates&&(w.selectedDates=w.selectedDates.filter((function(e){return ee(e)})),w.selectedDates.length||"min"!==e||O(t),Me()),w.daysContainer&&(de(),void 0!==t?w.currentYearElement[e]=t.getFullYear().toString():w.currentYearElement.removeAttribute(e),w.currentYearElement.disabled=!!a&&void 0!==t&&a.getFullYear()===t.getFullYear())}}function le(){return w.config.wrap?p.querySelector("[data-input]"):p}function ce(){"object"!=typeof w.config.locale&&void 0===T.l10ns[w.config.locale]&&w.config.errorHandler(new Error("flatpickr: invalid locale "+w.config.locale)),w.l10n=e(e({},T.l10ns.default),"object"==typeof w.config.locale?w.config.locale:"default"!==w.config.locale?T.l10ns[w.config.locale]:void 0),D.D="("+w.l10n.weekdays.shorthand.join("|")+")",D.l="("+w.l10n.weekdays.longhand.join("|")+")",D.M="("+w.l10n.months.shorthand.join("|")+")",D.F="("+w.l10n.months.longhand.join("|")+")",D.K="("+w.l10n.amPM[0]+"|"+w.l10n.amPM[1]+"|"+w.l10n.amPM[0].toLowerCase()+"|"+w.l10n.amPM[1].toLowerCase()+")",void 0===e(e({},v),JSON.parse(JSON.stringify(p.dataset||{}))).time_24hr&&void 0===T.defaultConfig.time_24hr&&(w.config.time_24hr=w.l10n.time_24hr),w.formatDate=b(w),w.parseDate=C({config:w.config,l10n:w.l10n})}function se(e){if("function"!=typeof w.config.position){if(void 0!==w.calendarContainer){ve("onPreCalendarPosition");var n=e||w._positionElement,t=Array.prototype.reduce.call(w.calendarContainer.children,(function(e,n){return e+n.offsetHeight}),0),a=w.calendarContainer.offsetWidth,i=w.config.position.split(" "),o=i[0],r=i.length>1?i[1]:null,l=n.getBoundingClientRect(),c=window.innerHeight-l.bottom,d="above"===o||"below"!==o&&c<t&&l.top>t,u=window.pageYOffset+l.top+(d?-t-2:n.offsetHeight+2);if(s(w.calendarContainer,"arrowTop",!d),s(w.calendarContainer,"arrowBottom",d),!w.config.inline){var f=window.pageXOffset+l.left,m=!1,g=!1;"center"===r?(f-=(a-l.width)/2,m=!0):"right"===r&&(f-=a-l.width,g=!0),s(w.calendarContainer,"arrowLeft",!m&&!g),s(w.calendarContainer,"arrowCenter",m),s(w.calendarContainer,"arrowRight",g);var p=window.document.body.offsetWidth-(window.pageXOffset+l.right),h=f+a>window.document.body.offsetWidth,v=p+a>window.document.body.offsetWidth;if(s(w.calendarContainer,"rightMost",h),!w.config.static)if(w.calendarContainer.style.top=u+"px",h)if(v){var D=function(){for(var e=null,n=0;n<document.styleSheets.length;n++){var t=document.styleSheets[n];if(t.cssRules){try{t.cssRules}catch(e){continue}e=t;break}}return null!=e?e:(a=document.createElement("style"),document.head.appendChild(a),a.sheet);var a}();if(void 0===D)return;var b=window.document.body.offsetWidth,C=Math.max(0,b/2-a/2),M=D.cssRules.length,y="{left:"+l.left+"px;right:auto;}";s(w.calendarContainer,"rightMost",!1),s(w.calendarContainer,"centerMost",!0),D.insertRule(".flatpickr-calendar.centerMost:before,.flatpickr-calendar.centerMost:after"+y,M),w.calendarContainer.style.left=C+"px",w.calendarContainer.style.right="auto"}else w.calendarContainer.style.left="auto",w.calendarContainer.style.right=p+"px";else w.calendarContainer.style.left=f+"px",w.calendarContainer.style.right="auto"}}}else w.config.position(w,e)}function de(){w.config.noCalendar||w.isMobile||(U(),be(),K())}function ue(){w._input.focus(),-1!==window.navigator.userAgent.indexOf("MSIE")||void 0!==navigator.msMaxTouchPoints?setTimeout(w.close,0):w.close()}function fe(e){e.preventDefault(),e.stopPropagation();var n=f(g(e),(function(e){return e.classList&&e.classList.contains("flatpickr-day")&&!e.classList.contains("flatpickr-disabled")&&!e.classList.contains("notAllowed")}));if(void 0!==n){var t=n,a=w.latestSelectedDateObj=new Date(t.dateObj.getTime()),i=(a.getMonth()<w.currentMonth||a.getMonth()>w.currentMonth+w.config.showMonths-1)&&"range"!==w.config.mode;if(w.selectedDateElem=t,"single"===w.config.mode)w.selectedDates=[a];else if("multiple"===w.config.mode){var o=we(a);o?w.selectedDates.splice(parseInt(o),1):w.selectedDates.push(a)}else"range"===w.config.mode&&(2===w.selectedDates.length&&w.clear(!1,!1),w.latestSelectedDateObj=a,w.selectedDates.push(a),0!==M(a,w.selectedDates[0],!0)&&w.selectedDates.sort((function(e,n){return e.getTime()-n.getTime()})));if(_(),i){var r=w.currentYear!==a.getFullYear();w.currentYear=a.getFullYear(),w.currentMonth=a.getMonth(),r&&(ve("onYearChange"),U()),ve("onMonthChange")}if(be(),K(),Me(),i||"range"===w.config.mode||1!==w.config.showMonths?void 0!==w.selectedDateElem&&void 0===w.hourElement&&w.selectedDateElem&&w.selectedDateElem.focus():R(t),void 0!==w.hourElement&&void 0!==w.hourElement&&w.hourElement.focus(),w.config.closeOnSelect){var l="single"===w.config.mode&&!w.config.enableTime,c="range"===w.config.mode&&2===w.selectedDates.length&&!w.config.enableTime;(l||c)&&ue()}P()}}w.parseDate=C({config:w.config,l10n:w.l10n}),w._handlers=[],w.pluginElements=[],w.loadedPlugins=[],w._bind=N,w._setHoursFromDate=O,w._positionCalendar=se,w.changeMonth=G,w.changeYear=X,w.clear=function(e,n){if(void 0===e&&(e=!0),void 0===n&&(n=!0),w.input.value="",void 0!==w.altInput&&(w.altInput.value=""),void 0!==w.mobileInput&&(w.mobileInput.value=""),w.selectedDates=[],w.latestSelectedDateObj=void 0,!0===n&&(w.currentYear=w._initialDate.getFullYear(),w.currentMonth=w._initialDate.getMonth()),!0===w.config.enableTime){var t=x(w.config);F(t.hours,t.minutes,t.seconds)}w.redraw(),e&&ve("onChange")},w.close=function(){w.isOpen=!1,w.isMobile||(void 0!==w.calendarContainer&&w.calendarContainer.classList.remove("open"),void 0!==w._input&&w._input.classList.remove("active")),ve("onClose")},w.onMouseOver=ie,w._createElement=d,w.createDay=L,w.destroy=function(){void 0!==w.config&&ve("onDestroy");for(var e=w._handlers.length;e--;)w._handlers[e].remove();if(w._handlers=[],w.mobileInput)w.mobileInput.parentNode&&w.mobileInput.parentNode.removeChild(w.mobileInput),w.mobileInput=void 0;else if(w.calendarContainer&&w.calendarContainer.parentNode)if(w.config.static&&w.calendarContainer.parentNode){var n=w.calendarContainer.parentNode;if(n.lastChild&&n.removeChild(n.lastChild),n.parentNode){for(;n.firstChild;)n.parentNode.insertBefore(n.firstChild,n);n.parentNode.removeChild(n)}}else w.calendarContainer.parentNode.removeChild(w.calendarContainer);w.altInput&&(w.input.type="text",w.altInput.parentNode&&w.altInput.parentNode.removeChild(w.altInput),delete w.altInput),w.input&&(w.input.type=w.input._type,w.input.classList.remove("flatpickr-input"),w.input.removeAttribute("readonly")),
|
3 |
+
["_showTimeInput","latestSelectedDateObj","_hideNextMonthArrow","_hidePrevMonthArrow","__hideNextMonthArrow","__hidePrevMonthArrow","isMobile","isOpen","selectedDateElem","minDateHasTime","maxDateHasTime","days","daysContainer","_input","_positionElement","innerContainer","rContainer","monthNav","todayDateElem","calendarContainer","weekdayContainer","prevMonthNav","nextMonthNav","monthsDropdownContainer","currentMonthElement","currentYearElement","navigationCurrentMonth","selectedDateElem","config"].forEach((function(e){try{delete w[e]}catch(e){}}))},w.isEnabled=ee,w.jumpToDate=Y,w.updateValue=Me,w.open=function(e,n){if(void 0===n&&(n=w._positionElement),!0===w.isMobile){if(e){e.preventDefault();var t=g(e);t&&t.blur()}return void 0!==w.mobileInput&&(w.mobileInput.focus(),w.mobileInput.click()),void ve("onOpen")}if(!w._input.disabled&&!w.config.inline){var a=w.isOpen;w.isOpen=!0,a||(w.calendarContainer.classList.add("open"),w._input.classList.add("active"),ve("onOpen"),se(n)),!0===w.config.enableTime&&!0===w.config.noCalendar&&(!1!==w.config.allowInput||void 0!==e&&w.timeContainer.contains(e.relatedTarget)||setTimeout((function(){return w.hourElement.select()}),50))}},w.redraw=de,w.set=function(e,n){if(null!==e&&"object"==typeof e)for(var a in Object.assign(w.config,e),e)void 0!==me[a]&&me[a].forEach((function(e){return e()}));else w.config[e]=n,void 0!==me[e]?me[e].forEach((function(e){return e()})):t.indexOf(e)>-1&&(w.config[e]=c(n));w.redraw(),Me(!0)},w.setDate=function(e,n,t){if(void 0===n&&(n=!1),void 0===t&&(t=w.config.dateFormat),0!==e&&!e||e instanceof Array&&0===e.length)return w.clear(n);ge(e,t),w.latestSelectedDateObj=w.selectedDates[w.selectedDates.length-1],w.redraw(),Y(void 0,n),O(),0===w.selectedDates.length&&w.clear(!1),Me(n),n&&ve("onChange")},w.toggle=function(e){if(!0===w.isOpen)return w.close();w.open(e)};var me={locale:[ce,z],showMonths:[q,I,V],minDate:[Y],maxDate:[Y],positionElement:[he],clickOpens:[function(){!0===w.config.clickOpens?(N(w._input,"focus",w.open),N(w._input,"click",w.open)):(w._input.removeEventListener("focus",w.open),w._input.removeEventListener("click",w.open))}]};function ge(e,n){var t=[];if(e instanceof Array)t=e.map((function(e){return w.parseDate(e,n)}));else if(e instanceof Date||"number"==typeof e)t=[w.parseDate(e,n)];else if("string"==typeof e)switch(w.config.mode){case"single":case"time":t=[w.parseDate(e,n)];break;case"multiple":t=e.split(w.config.conjunction).map((function(e){return w.parseDate(e,n)}));break;case"range":t=e.split(w.l10n.rangeSeparator).map((function(e){return w.parseDate(e,n)}))}else w.config.errorHandler(new Error("Invalid date supplied: "+JSON.stringify(e)));w.selectedDates=w.config.allowInvalidPreload?t:t.filter((function(e){return e instanceof Date&&ee(e,!1)})),"range"===w.config.mode&&w.selectedDates.sort((function(e,n){return e.getTime()-n.getTime()}))}function pe(e){return e.slice().map((function(e){return"string"==typeof e||"number"==typeof e||e instanceof Date?w.parseDate(e,void 0,!0):e&&"object"==typeof e&&e.from&&e.to?{from:w.parseDate(e.from,void 0),to:w.parseDate(e.to,void 0)}:e})).filter((function(e){return e}))}function he(){w._positionElement=w.config.positionElement||w._input}function ve(e,n){if(void 0!==w.config){var t=w.config[e];if(void 0!==t&&t.length>0)for(var a=0;t[a]&&a<t.length;a++)t[a](w.selectedDates,w.input.value,w,n);"onChange"===e&&(w.input.dispatchEvent(De("change")),w.input.dispatchEvent(De("input")))}}function De(e){var n=document.createEvent("Event");return n.initEvent(e,!0,!0),n}function we(e){for(var n=0;n<w.selectedDates.length;n++){var t=w.selectedDates[n];if(t instanceof Date&&0===M(t,e))return""+n}return!1}function be(){w.config.noCalendar||w.isMobile||!w.monthNav||(w.yearElements.forEach((function(e,n){var t=new Date(w.currentYear,w.currentMonth,1);t.setMonth(w.currentMonth+n),w.config.showMonths>1||"static"===w.config.monthSelectorType?w.monthElements[n].textContent=h(t.getMonth(),w.config.shorthandCurrentMonth,w.l10n)+" ":w.monthsDropdownContainer.value=t.getMonth().toString(),e.value=t.getFullYear().toString()})),w._hidePrevMonthArrow=void 0!==w.config.minDate&&(w.currentYear===w.config.minDate.getFullYear()?w.currentMonth<=w.config.minDate.getMonth():w.currentYear<w.config.minDate.getFullYear()),w._hideNextMonthArrow=void 0!==w.config.maxDate&&(w.currentYear===w.config.maxDate.getFullYear()?w.currentMonth+1>w.config.maxDate.getMonth():w.currentYear>w.config.maxDate.getFullYear()))}function Ce(e){var n=e||(w.config.altInput?w.config.altFormat:w.config.dateFormat);return w.selectedDates.map((function(e){return w.formatDate(e,n)})).filter((function(e,n,t){return"range"!==w.config.mode||w.config.enableTime||t.indexOf(e)===n})).join("range"!==w.config.mode?w.config.conjunction:w.l10n.rangeSeparator)}function Me(e){void 0===e&&(e=!0),void 0!==w.mobileInput&&w.mobileFormatStr&&(w.mobileInput.value=void 0!==w.latestSelectedDateObj?w.formatDate(w.latestSelectedDateObj,w.mobileFormatStr):""),w.input.value=Ce(w.config.dateFormat),void 0!==w.altInput&&(w.altInput.value=Ce(w.config.altFormat)),!1!==e&&ve("onValueUpdate")}function ye(e){var n=g(e),t=w.prevMonthNav.contains(n),a=w.nextMonthNav.contains(n);t||a?G(t?-1:1):w.yearElements.indexOf(n)>=0?n.select():n.classList.contains("arrowUp")?w.changeYear(w.currentYear+1):n.classList.contains("arrowDown")&&w.changeYear(w.currentYear-1)}return function(){w.element=w.input=p,w.isOpen=!1,function(){var n=["wrap","weekNumbers","allowInput","allowInvalidPreload","clickOpens","time_24hr","enableTime","noCalendar","altInput","shorthandCurrentMonth","inline","static","enableSeconds","disableMobile"],i=e(e({},JSON.parse(JSON.stringify(p.dataset||{}))),v),o={};w.config.parseDate=i.parseDate,w.config.formatDate=i.formatDate,Object.defineProperty(w.config,"enable",{get:function(){return w.config._enable},set:function(e){w.config._enable=pe(e)}}),Object.defineProperty(w.config,"disable",{get:function(){return w.config._disable},set:function(e){w.config._disable=pe(e)}});var r="time"===i.mode;if(!i.dateFormat&&(i.enableTime||r)){var l=T.defaultConfig.dateFormat||a.dateFormat;o.dateFormat=i.noCalendar||r?"H:i"+(i.enableSeconds?":S":""):l+" H:i"+(i.enableSeconds?":S":"")}if(i.altInput&&(i.enableTime||r)&&!i.altFormat){var s=T.defaultConfig.altFormat||a.altFormat;o.altFormat=i.noCalendar||r?"h:i"+(i.enableSeconds?":S K":" K"):s+" h:i"+(i.enableSeconds?":S":"")+" K"}Object.defineProperty(w.config,"minDate",{get:function(){return w.config._minDate},set:re("min")}),Object.defineProperty(w.config,"maxDate",{get:function(){return w.config._maxDate},set:re("max")});var d=function(e){return function(n){w.config["min"===e?"_minTime":"_maxTime"]=w.parseDate(n,"H:i:S")}};Object.defineProperty(w.config,"minTime",{get:function(){return w.config._minTime},set:d("min")}),Object.defineProperty(w.config,"maxTime",{get:function(){return w.config._maxTime},set:d("max")}),"time"===i.mode&&(w.config.noCalendar=!0,w.config.enableTime=!0),Object.assign(w.config,o,i);for(var u=0;u<n.length;u++)w.config[n[u]]=!0===w.config[n[u]]||"true"===w.config[n[u]];for(t.filter((function(e){return void 0!==w.config[e]})).forEach((function(e){w.config[e]=c(w.config[e]||[]).map(k)})),w.isMobile=!w.config.disableMobile&&!w.config.inline&&"single"===w.config.mode&&!w.config.disable.length&&!w.config.enable&&!w.config.weekNumbers&&/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),u=0;u<w.config.plugins.length;u++){var f=w.config.plugins[u](w)||{};for(var m in f)t.indexOf(m)>-1?w.config[m]=c(f[m]).map(k).concat(w.config[m]):void 0===i[m]&&(w.config[m]=f[m])}i.altInputClass||(w.config.altInputClass=le().className+" "+w.config.altInputClass),ve("onParseConfig")}(),ce(),w.input=le(),w.input?(w.input._type=w.input.type,w.input.type="text",w.input.classList.add("flatpickr-input"),w._input=w.input,w.config.altInput&&(w.altInput=d(w.input.nodeName,w.config.altInputClass),w._input=w.altInput,w.altInput.placeholder=w.input.placeholder,w.altInput.disabled=w.input.disabled,w.altInput.required=w.input.required,w.altInput.tabIndex=w.input.tabIndex,w.altInput.type="text",w.input.setAttribute("type","hidden"),!w.config.static&&w.input.parentNode&&w.input.parentNode.insertBefore(w.altInput,w.input.nextSibling)),w.config.allowInput||w._input.setAttribute("readonly","readonly"),he()):w.config.errorHandler(new Error("Invalid input element specified")),function(){w.selectedDates=[],w.now=w.parseDate(w.config.now)||new Date;var e=w.config.defaultDate||("INPUT"!==w.input.nodeName&&"TEXTAREA"!==w.input.nodeName||!w.input.placeholder||w.input.value!==w.input.placeholder?w.input.value:null);e&&ge(e,w.config.dateFormat),w._initialDate=w.selectedDates.length>0?w.selectedDates[0]:w.config.minDate&&w.config.minDate.getTime()>w.now.getTime()?w.config.minDate:w.config.maxDate&&w.config.maxDate.getTime()<w.now.getTime()?w.config.maxDate:w.now,w.currentYear=w._initialDate.getFullYear(),w.currentMonth=w._initialDate.getMonth(),w.selectedDates.length>0&&(w.latestSelectedDateObj=w.selectedDates[0]),void 0!==w.config.minTime&&(w.config.minTime=w.parseDate(w.config.minTime,"H:i")),void 0!==w.config.maxTime&&(w.config.maxTime=w.parseDate(w.config.maxTime,"H:i")),w.minDateHasTime=!!w.config.minDate&&(w.config.minDate.getHours()>0||w.config.minDate.getMinutes()>0||w.config.minDate.getSeconds()>0),w.maxDateHasTime=!!w.config.maxDate&&(w.config.maxDate.getHours()>0||w.config.maxDate.getMinutes()>0||w.config.maxDate.getSeconds()>0)}(),w.utils={getDaysInMonth:function(e,n){return void 0===e&&(e=w.currentMonth),void 0===n&&(n=w.currentYear),1===e&&(n%4==0&&n%100!=0||n%400==0)?29:w.l10n.daysInMonth[e]}},w.isMobile||function(){var e=window.document.createDocumentFragment();if(w.calendarContainer=d("div","flatpickr-calendar"),w.calendarContainer.tabIndex=-1,!w.config.noCalendar){if(e.appendChild((w.monthNav=d("div","flatpickr-months"),w.yearElements=[],w.monthElements=[],w.prevMonthNav=d("span","flatpickr-prev-month"),w.prevMonthNav.innerHTML=w.config.prevArrow,w.nextMonthNav=d("span","flatpickr-next-month"),w.nextMonthNav.innerHTML=w.config.nextArrow,q(),Object.defineProperty(w,"_hidePrevMonthArrow",{get:function(){return w.__hidePrevMonthArrow},set:function(e){w.__hidePrevMonthArrow!==e&&(s(w.prevMonthNav,"flatpickr-disabled",e),w.__hidePrevMonthArrow=e)}}),Object.defineProperty(w,"_hideNextMonthArrow",{get:function(){return w.__hideNextMonthArrow},set:function(e){w.__hideNextMonthArrow!==e&&(s(w.nextMonthNav,"flatpickr-disabled",e),w.__hideNextMonthArrow=e)}}),w.currentYearElement=w.yearElements[0],be(),w.monthNav)),w.innerContainer=d("div","flatpickr-innerContainer"),w.config.weekNumbers){var n=function(){w.calendarContainer.classList.add("hasWeeks");var e=d("div","flatpickr-weekwrapper");e.appendChild(d("span","flatpickr-weekday",w.l10n.weekAbbreviation));var n=d("div","flatpickr-weeks");return e.appendChild(n),{weekWrapper:e,weekNumbers:n}}(),t=n.weekWrapper,a=n.weekNumbers;w.innerContainer.appendChild(t),w.weekNumbers=a,w.weekWrapper=t}w.rContainer=d("div","flatpickr-rContainer"),w.rContainer.appendChild(V()),w.daysContainer||(w.daysContainer=d("div","flatpickr-days"),w.daysContainer.tabIndex=-1),K(),w.rContainer.appendChild(w.daysContainer),w.innerContainer.appendChild(w.rContainer),e.appendChild(w.innerContainer)}w.config.enableTime&&e.appendChild(function(){w.calendarContainer.classList.add("hasTime"),w.config.noCalendar&&w.calendarContainer.classList.add("noCalendar");var e=x(w.config);w.timeContainer=d("div","flatpickr-time"),w.timeContainer.tabIndex=-1;var n=d("span","flatpickr-time-separator",":"),t=m("flatpickr-hour",{"aria-label":w.l10n.hourAriaLabel});w.hourElement=t.getElementsByTagName("input")[0];var a=m("flatpickr-minute",{"aria-label":w.l10n.minuteAriaLabel});if(w.minuteElement=a.getElementsByTagName("input")[0],w.hourElement.tabIndex=w.minuteElement.tabIndex=-1,w.hourElement.value=o(w.latestSelectedDateObj?w.latestSelectedDateObj.getHours():w.config.time_24hr?e.hours:function(e){switch(e%24){case 0:case 12:return 12;default:return e%12}}(e.hours)),w.minuteElement.value=o(w.latestSelectedDateObj?w.latestSelectedDateObj.getMinutes():e.minutes),w.hourElement.setAttribute("step",w.config.hourIncrement.toString()),w.minuteElement.setAttribute("step",w.config.minuteIncrement.toString()),w.hourElement.setAttribute("min",w.config.time_24hr?"0":"1"),w.hourElement.setAttribute("max",w.config.time_24hr?"23":"12"),w.hourElement.setAttribute("maxlength","2"),w.minuteElement.setAttribute("min","0"),w.minuteElement.setAttribute("max","59"),w.minuteElement.setAttribute("maxlength","2"),w.timeContainer.appendChild(t),w.timeContainer.appendChild(n),w.timeContainer.appendChild(a),w.config.time_24hr&&w.timeContainer.classList.add("time24hr"),w.config.enableSeconds){w.timeContainer.classList.add("hasSeconds");var i=m("flatpickr-second");w.secondElement=i.getElementsByTagName("input")[0],w.secondElement.value=o(w.latestSelectedDateObj?w.latestSelectedDateObj.getSeconds():e.seconds),w.secondElement.setAttribute("step",w.minuteElement.getAttribute("step")),w.secondElement.setAttribute("min","0"),w.secondElement.setAttribute("max","59"),w.secondElement.setAttribute("maxlength","2"),w.timeContainer.appendChild(d("span","flatpickr-time-separator",":")),w.timeContainer.appendChild(i)}return w.config.time_24hr||(w.amPM=d("span","flatpickr-am-pm",w.l10n.amPM[r((w.latestSelectedDateObj?w.hourElement.value:w.config.defaultHour)>11)]),w.amPM.title=w.l10n.toggleTitle,w.amPM.tabIndex=-1,w.timeContainer.appendChild(w.amPM)),w.timeContainer}()),s(w.calendarContainer,"rangeMode","range"===w.config.mode),s(w.calendarContainer,"animate",!0===w.config.animate),s(w.calendarContainer,"multiMonth",w.config.showMonths>1),w.calendarContainer.appendChild(e);var i=void 0!==w.config.appendTo&&void 0!==w.config.appendTo.nodeType;if((w.config.inline||w.config.static)&&(w.calendarContainer.classList.add(w.config.inline?"inline":"static"),w.config.inline&&(!i&&w.element.parentNode?w.element.parentNode.insertBefore(w.calendarContainer,w._input.nextSibling):void 0!==w.config.appendTo&&w.config.appendTo.appendChild(w.calendarContainer)),w.config.static)){var l=d("div","flatpickr-wrapper");w.element.parentNode&&w.element.parentNode.insertBefore(l,w.element),l.appendChild(w.element),w.altInput&&l.appendChild(w.altInput),l.appendChild(w.calendarContainer)}w.config.static||w.config.inline||(void 0!==w.config.appendTo?w.config.appendTo:window.document.body).appendChild(w.calendarContainer)}(),function(){if(w.config.wrap&&["open","close","toggle","clear"].forEach((function(e){Array.prototype.forEach.call(w.element.querySelectorAll("[data-"+e+"]"),(function(n){return N(n,"click",w[e])}))})),w.isMobile)!function(){var e=w.config.enableTime?w.config.noCalendar?"time":"datetime-local":"date";w.mobileInput=d("input",w.input.className+" flatpickr-mobile"),w.mobileInput.tabIndex=1,w.mobileInput.type=e,w.mobileInput.disabled=w.input.disabled,w.mobileInput.required=w.input.required,w.mobileInput.placeholder=w.input.placeholder,w.mobileFormatStr="datetime-local"===e?"Y-m-d\\TH:i:S":"date"===e?"Y-m-d":"H:i:S",w.selectedDates.length>0&&(w.mobileInput.defaultValue=w.mobileInput.value=w.formatDate(w.selectedDates[0],w.mobileFormatStr)),w.config.minDate&&(w.mobileInput.min=w.formatDate(w.config.minDate,"Y-m-d")),w.config.maxDate&&(w.mobileInput.max=w.formatDate(w.config.maxDate,"Y-m-d")),w.input.getAttribute("step")&&(w.mobileInput.step=String(w.input.getAttribute("step"))),w.input.type="hidden",void 0!==w.altInput&&(w.altInput.type="hidden");try{w.input.parentNode&&w.input.parentNode.insertBefore(w.mobileInput,w.input.nextSibling)}catch(e){}N(w.mobileInput,"change",(function(e){w.setDate(g(e).value,!1,w.mobileFormatStr),ve("onChange"),ve("onClose")}))}();else{var e=l(oe,50);w._debouncedChange=l(P,300),w.daysContainer&&!/iPhone|iPad|iPod/i.test(navigator.userAgent)&&N(w.daysContainer,"mouseover",(function(e){"range"===w.config.mode&&ie(g(e))})),N(w._input,"keydown",ae),void 0!==w.calendarContainer&&N(w.calendarContainer,"keydown",ae),w.config.inline||w.config.static||N(window,"resize",e),void 0!==window.ontouchstart?N(window.document,"touchstart",Q):N(window.document,"mousedown",Q),N(window.document,"focus",Q,{capture:!0}),!0===w.config.clickOpens&&(N(w._input,"focus",w.open),N(w._input,"click",w.open)),void 0!==w.daysContainer&&(N(w.monthNav,"click",ye),N(w.monthNav,["keyup","increment"],A),N(w.daysContainer,"click",fe)),void 0!==w.timeContainer&&void 0!==w.minuteElement&&void 0!==w.hourElement&&(N(w.timeContainer,["increment"],S),N(w.timeContainer,"blur",S,{capture:!0}),N(w.timeContainer,"click",j),N([w.hourElement,w.minuteElement],["focus","click"],(function(e){return g(e).select()})),void 0!==w.secondElement&&N(w.secondElement,"focus",(function(){return w.secondElement&&w.secondElement.select()})),void 0!==w.amPM&&N(w.amPM,"click",(function(e){S(e)}))),w.config.allowInput&&N(w._input,"blur",te)}}(),(w.selectedDates.length||w.config.noCalendar)&&(w.config.enableTime&&O(w.config.noCalendar?w.latestSelectedDateObj:void 0),Me(!1)),I();var n=/^((?!chrome|android).)*safari/i.test(navigator.userAgent);!w.isMobile&&n&&se(),ve("onReady")}(),w}function k(e,n){for(var t=Array.prototype.slice.call(e).filter((function(e){return e instanceof HTMLElement})),a=[],i=0;i<t.length;i++){var o=t[i];try{if(null!==o.getAttribute("data-fp-omit"))continue;void 0!==o._flatpickr&&(o._flatpickr.destroy(),o._flatpickr=void 0),o._flatpickr=E(o,n||{}),a.push(o._flatpickr)}catch(e){console.error(e)}}return 1===a.length?a[0]:a}"function"!=typeof Object.assign&&(Object.assign=function(e){for(var n=[],t=1;t<arguments.length;t++)n[t-1]=arguments[t];if(!e)throw TypeError("Cannot convert undefined or null to object");for(var a=function(n){n&&Object.keys(n).forEach((function(t){return e[t]=n[t]}))},i=0,o=n;i<o.length;i++){var r=o[i];a(r)}return e}),"undefined"!=typeof HTMLElement&&"undefined"!=typeof HTMLCollection&&"undefined"!=typeof NodeList&&(HTMLCollection.prototype.flatpickr=NodeList.prototype.flatpickr=function(e){return k(this,e)},HTMLElement.prototype.flatpickr=function(e){return k([this],e)});var T=function(e,n){return"string"==typeof e?k(window.document.querySelectorAll(e),n):e instanceof Node?k([e],n):k(e,n)};return T.defaultConfig={},T.l10ns={en:e({},i),default:e({},i)},T.localize=function(n){T.l10ns.default=e(e({},T.l10ns.default),n)},T.setDefaults=function(n){T.defaultConfig=e(e({},T.defaultConfig),n)},T.parseDate=C({}),T.formatDate=b({}),T.compareDates=M,"undefined"!=typeof jQuery&&void 0!==jQuery.fn&&(jQuery.fn.flatpickr=function(e){return k(this,e)}),Date.prototype.fp_incr=function(e){return new Date(this.getFullYear(),this.getMonth(),this.getDate()+("string"==typeof e?parseInt(e,10):e))},"undefined"!=typeof window&&(window.flatpickr=T),T}));
|
assets/js/builder/src/views/metabox.js
CHANGED
@@ -12,6 +12,7 @@ export default Backbone.View.extend({
|
|
12 |
|
13 |
$('.pp-color-field', this.$el).wpColorPicker();
|
14 |
$('.ppselect2', this.$el).select2();
|
|
|
15 |
this.tabify();
|
16 |
|
17 |
new jBox('Tooltip', {
|
12 |
|
13 |
$('.pp-color-field', this.$el).wpColorPicker();
|
14 |
$('.ppselect2', this.$el).select2();
|
15 |
+
|
16 |
this.tabify();
|
17 |
|
18 |
new jBox('Tooltip', {
|
changelog.txt
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
== Changelog ==
|
2 |
|
|
|
|
|
|
|
|
|
|
|
3 |
= 3.2.14 =
|
4 |
* Improve PHP 8 compatibility.
|
5 |
|
@@ -34,8 +39,8 @@
|
|
34 |
* Fixed bug with item dragging in the form builder.
|
35 |
* Added: Clear form after registration.
|
36 |
* Added action hook to email template.
|
37 |
-
* [Pro](https://profilepress.
|
38 |
-
* [Pro](https://profilepress.
|
39 |
|
40 |
= 3.2.7 =
|
41 |
* Fixed bug where redirect after login settings not getting cleared.
|
@@ -43,11 +48,11 @@
|
|
43 |
* Fixed bug where content restriction didn't work in some cases.
|
44 |
|
45 |
= 3.2.6 =
|
46 |
-
* [New content restriction shortcode](https://profilepress.
|
47 |
* Added content restriction to specific users.
|
48 |
|
49 |
= 3.2.5 =
|
50 |
-
* [Pro] [Two-Factor Authentication addon](https://profilepress.
|
51 |
* Fixed bug where member directory custom sort wasn't working.
|
52 |
* Fixed conflict with LearnDash Propanel.
|
53 |
* Fixed bug where value attribute of password-reset-submit wasn't working.
|
1 |
== Changelog ==
|
2 |
|
3 |
+
= 3.2.15 =
|
4 |
+
* Fixed bug where social icons where showing when disabled.
|
5 |
+
* Removed display name from sorted field options.
|
6 |
+
* Added filter to member directory filter fields.
|
7 |
+
|
8 |
= 3.2.14 =
|
9 |
* Improve PHP 8 compatibility.
|
10 |
|
39 |
* Fixed bug with item dragging in the form builder.
|
40 |
* Added: Clear form after registration.
|
41 |
* Added action hook to email template.
|
42 |
+
* [Pro](https://profilepress.com/addons/passwordless-login/) Added enabling/disabling of passwordless login per form.
|
43 |
+
* [Pro](https://profilepress.com/addons/woocommerce/) support for replacing the registration form in WooCommerce my account page
|
44 |
|
45 |
= 3.2.7 =
|
46 |
* Fixed bug where redirect after login settings not getting cleared.
|
48 |
* Fixed bug where content restriction didn't work in some cases.
|
49 |
|
50 |
= 3.2.6 =
|
51 |
+
* [New content restriction shortcode](https://profilepress.com/article/wordpress-content-restriction-shortcodes/?utm_source=wporg_listing&utm_medium=readme&utm_campaign=changelog).
|
52 |
* Added content restriction to specific users.
|
53 |
|
54 |
= 3.2.5 =
|
55 |
+
* [Pro] [Two-Factor Authentication addon](https://profilepress.com/addons/2fa/?utm_source=wporg_listing&utm_medium=readme&utm_campaign=changelog).
|
56 |
* Fixed bug where member directory custom sort wasn't working.
|
57 |
* Fixed conflict with LearnDash Propanel.
|
58 |
* Fixed bug where value attribute of password-reset-submit wasn't working.
|
deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php
CHANGED
@@ -103,7 +103,7 @@ class WP_User_Avatar_Admin
|
|
103 |
$content .= '</p>';
|
104 |
|
105 |
$content .= '<p>';
|
106 |
-
$content .= '<strong><a href="https://profilepress.
|
107 |
$content .= '</p>';
|
108 |
|
109 |
return $content;
|
103 |
$content .= '</p>';
|
104 |
|
105 |
$content .= '<p>';
|
106 |
+
$content .= '<strong><a href="https://profilepress.com/article/avatar-shortcode/?utm_source=wp_dashboard&utm_medium=ppress-settings-page&utm_campaign=profile-cover-photo" target="_blank">' . esc_html__('Learn more', 'wp-user-avatar') . '</a></strong>';
|
107 |
$content .= '</p>';
|
108 |
|
109 |
return $content;
|
deprecated/wp-user-avatar/includes/tinymce/editor_plugin.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
(function(){tinymce.create('tinymce.plugins.wpUserAvatar',{init:function(c,d){c.addCommand('mceWpUserAvatar',function(){c.windowManager.open({file:ajaxurl+'?action=wp_user_avatar_tinymce',width:500,height:360,inline:1},{plugin_url:d})});c.addButton('wpUserAvatar',{title:'Insert User Profile',cmd:'mceWpUserAvatar',image:d+'/../../images/wpua-20x20.png'});c.onNodeChange.add(function(a,b,n){b.setActive('wpUserAvatar',n.nodeName=='IMG')})},createControl:function(n,a){return null},getInfo:function(){return{longname:'Profile Picture — ProfilePress',author:'ProfilePress',authorurl:'https://profilepress.
|
1 |
+
(function(){tinymce.create('tinymce.plugins.wpUserAvatar',{init:function(c,d){c.addCommand('mceWpUserAvatar',function(){c.windowManager.open({file:ajaxurl+'?action=wp_user_avatar_tinymce',width:500,height:360,inline:1},{plugin_url:d})});c.addButton('wpUserAvatar',{title:'Insert User Profile',cmd:'mceWpUserAvatar',image:d+'/../../images/wpua-20x20.png'});c.onNodeChange.add(function(a,b,n){b.setActive('wpUserAvatar',n.nodeName=='IMG')})},createControl:function(n,a){return null},getInfo:function(){return{longname:'Profile Picture — ProfilePress',author:'ProfilePress',authorurl:'https://profilepress.com/',infourl:'https://profilepress.com/'}}});tinymce.PluginManager.add('wpUserAvatar',tinymce.plugins.wpUserAvatar)})();
|
languages/wp-user-avatar.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the same license as the ProfilePress package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: ProfilePress 3.2.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-user-avatar\n"
|
7 |
-
"POT-Creation-Date: 2022-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -12,83 +12,61 @@ msgstr ""
|
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
|
15 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:57
|
16 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:66
|
17 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:127
|
18 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:57
|
19 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:66
|
20 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:127
|
21 |
msgid "Profile & Cover Photo"
|
22 |
msgstr ""
|
23 |
|
24 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:77
|
25 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:77
|
26 |
msgid "Available Shortcodes"
|
27 |
msgstr ""
|
28 |
|
29 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:81
|
30 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/AbstractSettingsPage.php:211
|
31 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:81
|
32 |
-
#: src/Admin/SettingsPages/AbstractSettingsPage.php:
|
33 |
msgid "Check out MailOptin"
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:93
|
37 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:93
|
38 |
msgid "%s[avatar]%s displays a user's profile pictures."
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:100
|
42 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:100
|
43 |
-
msgid ""
|
44 |
-
"%s[avatar_upload]%s adds a standalone avatar uploader visible only to logged-"
|
45 |
-
"in users."
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:106
|
49 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:106
|
50 |
msgid "Learn more"
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:201
|
54 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:201
|
55 |
msgid "Mystery Man"
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:202
|
59 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:202
|
60 |
msgid "Blank"
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:203
|
64 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:203
|
65 |
msgid "Gravatar Logo"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:204
|
69 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:204
|
70 |
msgid "Identicon (Generated)"
|
71 |
msgstr ""
|
72 |
|
73 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:205
|
74 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:205
|
75 |
msgid "Wavatar (Generated)"
|
76 |
msgstr ""
|
77 |
|
78 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:206
|
79 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:206
|
80 |
msgid "MonsterID (Generated)"
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:207
|
84 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:207
|
85 |
msgid "Retro (Generated)"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:241
|
89 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:242
|
90 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/wpua-options-page.php:119
|
91 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/wpua-options-page.php:123
|
92 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:241
|
93 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:242
|
94 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:119
|
@@ -96,18 +74,11 @@ msgstr ""
|
|
96 |
msgid "Default Profile Picture"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:242
|
100 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:179
|
101 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:242
|
102 |
-
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:
|
103 |
msgid "Choose Image"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:243
|
107 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:79
|
108 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:283
|
109 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:98
|
110 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:117
|
111 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:243
|
112 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:79
|
113 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:283
|
@@ -116,190 +87,136 @@ msgstr ""
|
|
116 |
msgid "Remove"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:243
|
120 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:205
|
121 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:243
|
122 |
-
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:
|
123 |
msgid "Undo"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-shortcode.php:177
|
127 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-shortcode.php:177
|
128 |
msgid "Profile updated."
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-shortcode.php:202
|
132 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:113
|
133 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-shortcode.php:202
|
134 |
#: src/Themes/DragDrop/AbstractTheme.php:113
|
135 |
msgid "Update Profile"
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-widget.php:13
|
139 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-widget.php:13
|
140 |
msgid "Insert"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-widget.php:13
|
144 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:193
|
145 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-widget.php:13
|
146 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:193
|
147 |
msgid "[avatar_upload]"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-widget.php:14
|
151 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-widget.php:14
|
152 |
msgid "ProfilePress Avatar Upload"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-widget.php:56
|
156 |
-
#: build/wp-user-avatar/src/Widgets/Form.php:65
|
157 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:473
|
158 |
-
#: build/wp-user-avatar/src/Widgets/UserPanel.php:74
|
159 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-widget.php:56
|
160 |
#: src/Widgets/Form.php:65 src/Widgets/TabbedWidget.php:473
|
161 |
#: src/Widgets/UserPanel.php:74
|
162 |
msgid "Title:"
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-widget.php:60
|
166 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-widget.php:60
|
167 |
msgid "Description:"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar-widget.php:65
|
171 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-widget.php:65
|
172 |
msgid "Automatically add paragraphs"
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:43
|
176 |
-
#: build/wp-user-avatar/src/Classes/ImageUploader.php:41
|
177 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:43
|
178 |
#: src/Classes/ImageUploader.php:41
|
179 |
msgid "Cover Photo"
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:73
|
183 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:185
|
184 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:192
|
185 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:73
|
186 |
-
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:
|
187 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:192
|
188 |
msgid "Upload"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#:
|
192 |
-
#: build/wp-user-avatar/src/RegisterScripts.php:73
|
193 |
-
#: build/wp-user-avatar/src/RegisterScripts.php:128
|
194 |
-
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:145
|
195 |
#: src/RegisterScripts.php:73 src/RegisterScripts.php:128
|
196 |
msgid "Are you sure?"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#:
|
200 |
-
#: build/wp-user-avatar/src/RegisterScripts.php:74
|
201 |
-
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:146
|
202 |
#: src/RegisterScripts.php:74
|
203 |
msgid "Deleting..."
|
204 |
msgstr ""
|
205 |
|
206 |
-
#:
|
207 |
-
#: build/wp-user-avatar/src/RegisterScripts.php:75
|
208 |
-
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:147
|
209 |
#: src/RegisterScripts.php:75
|
210 |
msgid "An error occurred. Please try again."
|
211 |
msgstr ""
|
212 |
|
213 |
-
#:
|
214 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/wpua-options-page.php:38
|
215 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/wpua-options-page.php:70
|
216 |
-
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:188
|
217 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:38
|
218 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:70
|
219 |
msgid "Maximum upload file size: %d%s."
|
220 |
msgstr ""
|
221 |
|
222 |
-
#:
|
223 |
-
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:189
|
224 |
msgid "Allowed Files"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#:
|
228 |
-
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:189
|
229 |
msgid "<code>jpg jpeg png gif</code>"
|
230 |
msgstr ""
|
231 |
|
232 |
-
#:
|
233 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:139
|
234 |
-
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:195
|
235 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:139
|
236 |
msgid "Original Size"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#:
|
240 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:142
|
241 |
-
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:199
|
242 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:142
|
243 |
msgid "Thumbnail"
|
244 |
msgstr ""
|
245 |
|
246 |
-
#:
|
247 |
-
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:202
|
248 |
msgid "Remove Image"
|
249 |
msgstr ""
|
250 |
|
251 |
-
#:
|
252 |
-
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:252
|
253 |
msgid "This file is not an image. Please try another."
|
254 |
msgstr ""
|
255 |
|
256 |
-
#:
|
257 |
-
#:
|
258 |
-
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:256
|
259 |
-
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:283
|
260 |
msgid "Memory exceeded. Please try another smaller file."
|
261 |
msgstr ""
|
262 |
|
263 |
-
#:
|
264 |
-
|
265 |
-
msgid ""
|
266 |
-
"Unable to create directory %s. Is its parent directory writable by the "
|
267 |
-
"server?"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:18
|
271 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:18
|
272 |
msgid "Profile Picture — ProfilePress"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:120
|
276 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:120
|
277 |
msgid "Display Profile Picture"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:121
|
281 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/ProfilePicture.php:22
|
282 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:121
|
283 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/ProfilePicture.php:22
|
284 |
msgid "Upload Profile Picture"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:126
|
288 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:127
|
289 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:126
|
290 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:127
|
291 |
msgid "wp_user_avatar_user"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:126
|
295 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:126
|
296 |
msgid "User Name"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:136
|
300 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:137
|
301 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:149
|
302 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:183
|
303 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:136
|
304 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:137
|
305 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:149
|
@@ -307,170 +224,121 @@ msgstr ""
|
|
307 |
msgid "wp_user_avatar_size"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:136
|
311 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:148
|
312 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/EditProfile/ShowProfilePicture.php:30
|
313 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:136
|
314 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:148
|
315 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/EditProfile/ShowProfilePicture.php:30
|
316 |
msgid "Size"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:140
|
320 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:342
|
321 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:140
|
322 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:342
|
323 |
msgid "Large"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:141
|
327 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:341
|
328 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:141
|
329 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:341
|
330 |
msgid "Medium"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:143
|
334 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:143
|
335 |
msgid "Custom"
|
336 |
msgstr ""
|
337 |
|
338 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:147
|
339 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:147
|
340 |
msgid "wp_user_avatar_size_number_section"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:148
|
344 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:149
|
345 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:148
|
346 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:149
|
347 |
msgid "wp_user_avatar_size_number"
|
348 |
msgstr ""
|
349 |
|
350 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:153
|
351 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:154
|
352 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:153
|
353 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:154
|
354 |
msgid "wp_user_avatar_align"
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:153
|
358 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:153
|
359 |
msgid "Alignment"
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:156
|
363 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:416
|
364 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:156
|
365 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:416
|
366 |
msgid "Center"
|
367 |
msgstr ""
|
368 |
|
369 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:157
|
370 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:356
|
371 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:415
|
372 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:157
|
373 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:356
|
374 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:415
|
375 |
msgid "Left"
|
376 |
msgstr ""
|
377 |
|
378 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:158
|
379 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:357
|
380 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:417
|
381 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:158
|
382 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:357
|
383 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:417
|
384 |
msgid "Right"
|
385 |
msgstr ""
|
386 |
|
387 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:163
|
388 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:164
|
389 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:163
|
390 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:164
|
391 |
msgid "wp_user_avatar_link"
|
392 |
msgstr ""
|
393 |
|
394 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:163
|
395 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:163
|
396 |
msgid "Link To"
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:166
|
400 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:166
|
401 |
msgid "Image File"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:167
|
405 |
-
#: build/wp-user-avatar/src/ContentProtection/views/view.access-condition.php:125
|
406 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:167
|
407 |
#: src/ContentProtection/views/view.access-condition.php:125
|
408 |
msgid "Custom URL"
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:171
|
412 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:171
|
413 |
msgid "wp_user_avatar_link_external_section"
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:172
|
417 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:173
|
418 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:172
|
419 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:173
|
420 |
msgid "wp_user_avatar_link_external"
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:172
|
424 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:172
|
425 |
msgid "URL"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:177
|
429 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:178
|
430 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:177
|
431 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:178
|
432 |
msgid "wp_user_avatar_target"
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:178
|
436 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:178
|
437 |
msgid "Open link in a new window"
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:182
|
441 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:183
|
442 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:182
|
443 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:183
|
444 |
msgid "wp_user_avatar_caption"
|
445 |
msgstr ""
|
446 |
|
447 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:182
|
448 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:182
|
449 |
msgid "Caption"
|
450 |
msgstr ""
|
451 |
|
452 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:187
|
453 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:197
|
454 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:187
|
455 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:197
|
456 |
msgid "Insert into Post"
|
457 |
msgstr ""
|
458 |
|
459 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:191
|
460 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:192
|
461 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/tinymce/window.php:193
|
462 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:191
|
463 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:192
|
464 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:193
|
465 |
msgid "wp_user_avatar_upload"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/wpua-functions.php:65
|
469 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/wpua-functions.php:73
|
470 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/wpua-functions.php:78
|
471 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/wpua-functions.php:131
|
472 |
-
#: build/wp-user-avatar/src/Classes/ImageUploader.php:49
|
473 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/MyAccountTag.php:529
|
474 |
#: deprecated/wp-user-avatar/includes/wpua-functions.php:65
|
475 |
#: deprecated/wp-user-avatar/includes/wpua-functions.php:73
|
476 |
#: deprecated/wp-user-avatar/includes/wpua-functions.php:78
|
@@ -480,58 +348,40 @@ msgstr ""
|
|
480 |
msgid "Profile Picture"
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/wpua-functions.php:75
|
484 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/wpua-functions.php:81
|
485 |
#: deprecated/wp-user-avatar/includes/wpua-functions.php:75
|
486 |
#: deprecated/wp-user-avatar/includes/wpua-functions.php:81
|
487 |
msgid "Image"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/wpua-options-page.php:13
|
491 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:13
|
492 |
-
msgid ""
|
493 |
-
"Avatar is currently disabled. Kindly %senable it on \"Avatar Display\" "
|
494 |
-
"section%s."
|
495 |
msgstr ""
|
496 |
|
497 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/wpua-options-page.php:29
|
498 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:29
|
499 |
msgid "Cover Photo Maximum File Size"
|
500 |
msgstr ""
|
501 |
|
502 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/wpua-options-page.php:36
|
503 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/wpua-options-page.php:68
|
504 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:36
|
505 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:68
|
506 |
msgid "%s exceeds the maximum upload size for this site."
|
507 |
msgstr ""
|
508 |
|
509 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/wpua-options-page.php:47
|
510 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:47
|
511 |
msgid "Default Cover Photo"
|
512 |
msgstr ""
|
513 |
|
514 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/wpua-options-page.php:53
|
515 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:53
|
516 |
-
msgid ""
|
517 |
-
"Please make sure that the default cover is large enough (min. 1000px in "
|
518 |
-
"width) and respects the ratio you are using for cover photos."
|
519 |
msgstr ""
|
520 |
|
521 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/wpua-options-page.php:61
|
522 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:61
|
523 |
msgid "Profile Picture Maximum File Size"
|
524 |
msgstr ""
|
525 |
|
526 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/wpua-options-page.php:75
|
527 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:75
|
528 |
msgid "Resize avatars on upload"
|
529 |
msgstr ""
|
530 |
|
531 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/wpua-options-page.php:79
|
532 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:83
|
533 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:224
|
534 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:499
|
535 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:79
|
536 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:83
|
537 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:224
|
@@ -539,99 +389,68 @@ msgstr ""
|
|
539 |
msgid "Width"
|
540 |
msgstr ""
|
541 |
|
542 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/wpua-options-page.php:81
|
543 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:81
|
544 |
msgid "Height"
|
545 |
msgstr ""
|
546 |
|
547 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/wpua-options-page.php:85
|
548 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:85
|
549 |
msgid "Crop avatars to exact dimensions"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/wpua-options-page.php:94
|
553 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:94
|
554 |
msgid "Disable Gravatar"
|
555 |
msgstr ""
|
556 |
|
557 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/wpua-options-page.php:102
|
558 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:102
|
559 |
msgid "Disable Gravatar and use only local avatars"
|
560 |
msgstr ""
|
561 |
|
562 |
-
#: build/wp-user-avatar/deprecated/wp-user-avatar/includes/wpua-options-page.php:124
|
563 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:124
|
564 |
-
msgid ""
|
565 |
-
"For users without a custom avatar of their own, you can either display a "
|
566 |
-
"generic logo or a generated one based on their e-mail address."
|
567 |
msgstr ""
|
568 |
|
569 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/AbstractSettingsPage.php:26
|
570 |
#: src/Admin/SettingsPages/AbstractSettingsPage.php:26
|
571 |
msgid "ProfilePress - WordPress User Registration & Profile Plugin"
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/AbstractSettingsPage.php:67
|
575 |
#: src/Admin/SettingsPages/AbstractSettingsPage.php:67
|
576 |
msgid "Review"
|
577 |
msgstr ""
|
578 |
|
579 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/AbstractSettingsPage.php:71
|
580 |
#: src/Admin/SettingsPages/AbstractSettingsPage.php:71
|
581 |
msgid "Support"
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/AbstractSettingsPage.php:75
|
585 |
#: src/Admin/SettingsPages/AbstractSettingsPage.php:75
|
586 |
msgid "Pro Upgrade"
|
587 |
msgstr ""
|
588 |
|
589 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/AbstractSettingsPage.php:79
|
590 |
#: src/Admin/SettingsPages/AbstractSettingsPage.php:79
|
591 |
msgid "Docs"
|
592 |
msgstr ""
|
593 |
|
594 |
-
#:
|
595 |
-
#: src/Admin/SettingsPages/AbstractSettingsPage.php:207
|
596 |
msgid "Need Support?"
|
597 |
msgstr ""
|
598 |
|
599 |
-
#:
|
600 |
-
|
601 |
-
msgid ""
|
602 |
-
"Whether you need help or have a new feature request, let us know. %sRequest "
|
603 |
-
"Support%s"
|
604 |
msgstr ""
|
605 |
|
606 |
-
#:
|
607 |
-
|
608 |
-
msgid ""
|
609 |
-
"Detailed documentation is also available on the plugin website. %sView "
|
610 |
-
"Knowledge Base%s"
|
611 |
msgstr ""
|
612 |
|
613 |
-
#:
|
614 |
-
|
615 |
-
msgid ""
|
616 |
-
"If you are enjoying ProfilePress and find it useful, please consider leaving "
|
617 |
-
"a ★★★★★ review on WordPress.org. %sLeave a Review%s"
|
618 |
msgstr ""
|
619 |
|
620 |
-
#:
|
621 |
-
#: src/Admin/SettingsPages/AbstractSettingsPage.php:264
|
622 |
msgid "Use the coupon code %s10PERCENTOFF%s to save %s off MailOptin."
|
623 |
msgstr ""
|
624 |
|
625 |
-
#:
|
626 |
-
#:
|
627 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Metabox.php:162
|
628 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Metabox.php:223
|
629 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:292
|
630 |
-
#: build/wp-user-avatar/src/Functions/GlobalFunctions.php:1241
|
631 |
-
#: build/wp-user-avatar/src/Functions/GlobalFunctions.php:1269
|
632 |
-
#: build/wp-user-avatar/src/Functions/GlobalFunctions.php:1291
|
633 |
-
#: src/Admin/SettingsPages/AbstractSettingsPage.php:279
|
634 |
-
#: src/Admin/SettingsPages/AbstractSettingsPage.php:296
|
635 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:162
|
636 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:223
|
637 |
#: src/Admin/SettingsPages/GeneralSettings.php:292
|
@@ -641,252 +460,172 @@ msgstr ""
|
|
641 |
msgid "Select..."
|
642 |
msgstr ""
|
643 |
|
644 |
-
#:
|
645 |
-
#: src/Admin/SettingsPages/AbstractSettingsPage.php:314
|
646 |
msgid "Custom URL Here"
|
647 |
msgstr ""
|
648 |
|
649 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/AddNewForm.php:27
|
650 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MemberDirectories.php:40
|
651 |
#: src/Admin/SettingsPages/AddNewForm.php:27
|
652 |
#: src/Admin/SettingsPages/MemberDirectories.php:40
|
653 |
msgid "Add Member Directory"
|
654 |
msgstr ""
|
655 |
|
656 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/AddNewForm.php:47
|
657 |
#: src/Admin/SettingsPages/AddNewForm.php:47
|
658 |
msgid "Drag & Drop Builder"
|
659 |
msgstr ""
|
660 |
|
661 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/AddNewForm.php:48
|
662 |
#: src/Admin/SettingsPages/AddNewForm.php:48
|
663 |
-
msgid ""
|
664 |
-
"Create beautiful, responsive forms with easy to use drag & drop form builder."
|
665 |
msgstr ""
|
666 |
|
667 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/AddNewForm.php:51
|
668 |
#: src/Admin/SettingsPages/AddNewForm.php:51
|
669 |
msgid "Get Started"
|
670 |
msgstr ""
|
671 |
|
672 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/AddNewForm.php:61
|
673 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/AddNewForm.php:77
|
674 |
#: src/Admin/SettingsPages/AddNewForm.php:61
|
675 |
#: src/Admin/SettingsPages/AddNewForm.php:77
|
676 |
msgid "Shortcode Builder"
|
677 |
msgstr ""
|
678 |
|
679 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/AddNewForm.php:62
|
680 |
#: src/Admin/SettingsPages/AddNewForm.php:62
|
681 |
-
msgid ""
|
682 |
-
"Code your own from scratch with complete control and flexibility using "
|
683 |
-
"shortcodes."
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/AddNewForm.php:65
|
687 |
-
#: build/wp-user-avatar/src/Classes/AjaxHandler.php:116
|
688 |
#: src/Admin/SettingsPages/AddNewForm.php:65 src/Classes/AjaxHandler.php:116
|
689 |
msgid "Build Now"
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/AddNewForm.php:79
|
693 |
#: src/Admin/SettingsPages/AddNewForm.php:79
|
694 |
-
msgid ""
|
695 |
-
"Code your own from scratch with complete control and flexibility. %sLearn "
|
696 |
-
"more%s."
|
697 |
msgstr ""
|
698 |
|
699 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/AddNewForm.php:85
|
700 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/ExtensionsSettingsPage.php:122
|
701 |
#: src/Admin/SettingsPages/AddNewForm.php:85
|
702 |
#: src/Admin/SettingsPages/ExtensionsSettingsPage.php:122
|
703 |
msgid "Upgrade to Premium"
|
704 |
msgstr ""
|
705 |
|
706 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/AddNewForm.php:123
|
707 |
#: src/Admin/SettingsPages/AddNewForm.php:123
|
708 |
msgid "Back to Overview"
|
709 |
msgstr ""
|
710 |
|
711 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/AdminFooter.php:27
|
712 |
#: src/Admin/SettingsPages/AdminFooter.php:27
|
713 |
-
msgid ""
|
714 |
-
"Thank you for using <a href=\"%1$s\" target=\"_blank\">ProfilePress</a>! "
|
715 |
-
"Please <a href=\"%2$s\" target=\"_blank\">rate us ★★★★★</a> on <a href=\"%2$s"
|
716 |
-
"\" target=\"_blank\">WordPress.org</a> to help us spread the word."
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:169
|
720 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:169
|
721 |
msgid "Form title cannot empty"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:188
|
725 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:188
|
726 |
msgid "Changes saved"
|
727 |
msgstr ""
|
728 |
|
729 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1175
|
730 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1175
|
731 |
msgid "Select Icon"
|
732 |
msgstr ""
|
733 |
|
734 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1203
|
735 |
-
#: build/wp-user-avatar/src/Functions/GlobalFunctions.php:1294
|
736 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:202
|
737 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1203
|
738 |
#: src/Functions/GlobalFunctions.php:1294
|
739 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:202
|
740 |
msgid "Standard Fields"
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1204
|
744 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1204
|
745 |
msgid "Extra Fields"
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1206
|
749 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:55
|
750 |
-
#: build/wp-user-avatar/src/Functions/GlobalFunctions.php:1297
|
751 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:216
|
752 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1206
|
753 |
#: src/Classes/ExtensionManager.php:55 src/Functions/GlobalFunctions.php:1297
|
754 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:216
|
755 |
msgid "Custom Fields"
|
756 |
msgstr ""
|
757 |
|
758 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1207
|
759 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1207
|
760 |
msgid "WooCommerce Billing Address"
|
761 |
msgstr ""
|
762 |
|
763 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1208
|
764 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1208
|
765 |
msgid "WooCommerce Shipping Address"
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1231
|
769 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1231
|
770 |
msgid "No custom field available. %sClick here to create one%s."
|
771 |
msgstr ""
|
772 |
|
773 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1259
|
774 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1259
|
775 |
msgid "Enter title here"
|
776 |
msgstr ""
|
777 |
|
778 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1261
|
779 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1288
|
780 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/CustomizerTrait.php:11
|
781 |
-
#: build/wp-user-avatar/src/AdminBarDashboardAccess/include.settings-page.php:54
|
782 |
-
#: build/wp-user-avatar/src/AdminBarDashboardAccess/include.settings-page.php:109
|
783 |
-
#: build/wp-user-avatar/src/Functions/custom-settings-api.php:1078
|
784 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:1036
|
785 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1261
|
786 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1288
|
787 |
#: src/Admin/SettingsPages/EmailSettings/CustomizerTrait.php:11
|
788 |
#: src/AdminBarDashboardAccess/include.settings-page.php:54
|
789 |
#: src/AdminBarDashboardAccess/include.settings-page.php:109
|
790 |
#: src/Functions/custom-settings-api.php:1078
|
791 |
-
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:
|
792 |
msgid "Save Changes"
|
793 |
msgstr ""
|
794 |
|
795 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1266
|
796 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1266
|
797 |
-
msgid ""
|
798 |
-
"Copy this shortcode and paste it into your post, page, or text widget "
|
799 |
-
"content:"
|
800 |
msgstr ""
|
801 |
|
802 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1291
|
803 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1291
|
804 |
msgid "Delete Form"
|
805 |
msgstr ""
|
806 |
|
807 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1349
|
808 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1388
|
809 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1440
|
810 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1349
|
811 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1388
|
812 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1440
|
813 |
msgid "Success Message"
|
814 |
msgstr ""
|
815 |
|
816 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1355
|
817 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1355
|
818 |
msgid "New User Role"
|
819 |
msgstr ""
|
820 |
|
821 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1356
|
822 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1356
|
823 |
msgid "Role users registered through this form will be assigned."
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1363
|
827 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1363
|
828 |
msgid "Username Requirement"
|
829 |
msgstr ""
|
830 |
|
831 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1364
|
832 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1364
|
833 |
msgid "Check to disable username requirement"
|
834 |
msgstr ""
|
835 |
|
836 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1365
|
837 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1365
|
838 |
-
msgid ""
|
839 |
-
"Disable requirement for users to enter a username during registration. "
|
840 |
-
"Usernames will automatically be generated from their email addresses."
|
841 |
msgstr ""
|
842 |
|
843 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1372
|
844 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:178
|
845 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1372
|
846 |
#: src/Admin/SettingsPages/GeneralSettings.php:178
|
847 |
msgid "Registration Settings"
|
848 |
msgstr ""
|
849 |
|
850 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1395
|
851 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1395
|
852 |
msgid "Edit Profile Settings"
|
853 |
msgstr ""
|
854 |
|
855 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1413
|
856 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:85
|
857 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1413
|
858 |
#: src/Classes/ExtensionManager.php:85
|
859 |
msgid "Passwordless Login"
|
860 |
msgstr ""
|
861 |
|
862 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1414
|
863 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1414
|
864 |
msgid "Check to make this a passwordless login form."
|
865 |
msgstr ""
|
866 |
|
867 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1424
|
868 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:192
|
869 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1424
|
870 |
#: src/Admin/SettingsPages/GeneralSettings.php:192
|
871 |
msgid "Login Settings"
|
872 |
msgstr ""
|
873 |
|
874 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1447
|
875 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1447
|
876 |
msgid "Password Reset Settings"
|
877 |
msgstr ""
|
878 |
|
879 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1468
|
880 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:35
|
881 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Country.php:35
|
882 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Checkbox.php:50
|
883 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Radio.php:50
|
884 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Select.php:50
|
885 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Login/RememberLogin.php:35
|
886 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/RadioButtons.php:35
|
887 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/SelectDropdown.php:35
|
888 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/SelectRole.php:29
|
889 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:50
|
890 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1468
|
891 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:35
|
892 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Country.php:35
|
@@ -901,30 +640,22 @@ msgstr ""
|
|
901 |
msgid "Label"
|
902 |
msgstr ""
|
903 |
|
904 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1474
|
905 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1474
|
906 |
msgid "Processing Label"
|
907 |
msgstr ""
|
908 |
|
909 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1481
|
910 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1481
|
911 |
msgid "Submit Button"
|
912 |
msgstr ""
|
913 |
|
914 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1488
|
915 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1488
|
916 |
msgid "Appearance"
|
917 |
msgstr ""
|
918 |
|
919 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1495
|
920 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1495
|
921 |
msgid "Colors"
|
922 |
msgstr ""
|
923 |
|
924 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1523
|
925 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:533
|
926 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/Login/PerfectoLite.php:51
|
927 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/Registration/PerfectoLite.php:53
|
928 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1523
|
929 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:533
|
930 |
#: src/Themes/DragDrop/Login/PerfectoLite.php:51
|
@@ -932,21 +663,14 @@ msgstr ""
|
|
932 |
msgid "Text"
|
933 |
msgstr ""
|
934 |
|
935 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1524
|
936 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1524
|
937 |
msgid "Visual"
|
938 |
msgstr ""
|
939 |
|
940 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1525
|
941 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1525
|
942 |
msgid "Add Media"
|
943 |
msgstr ""
|
944 |
|
945 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/FieldBase.php:87
|
946 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:19
|
947 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:56
|
948 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:81
|
949 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:28
|
950 |
#: src/Admin/SettingsPages/DragDropBuilder/FieldBase.php:87
|
951 |
#: src/Admin/SettingsPages/GeneralSettings.php:19
|
952 |
#: src/Admin/SettingsPages/GeneralSettings.php:56
|
@@ -955,46 +679,30 @@ msgstr ""
|
|
955 |
msgid "General"
|
956 |
msgstr ""
|
957 |
|
958 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/FieldBase.php:88
|
959 |
#: src/Admin/SettingsPages/DragDropBuilder/FieldBase.php:88
|
960 |
msgid "Style"
|
961 |
msgstr ""
|
962 |
|
963 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/FieldBase.php:89
|
964 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/FieldBase.php:232
|
965 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:38
|
966 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:39
|
967 |
-
#: build/wp-user-avatar/src/Classes/Miscellaneous.php:17
|
968 |
#: src/Admin/SettingsPages/DragDropBuilder/FieldBase.php:89
|
969 |
#: src/Admin/SettingsPages/DragDropBuilder/FieldBase.php:232
|
970 |
#: src/Admin/SettingsPages/GeneralSettings.php:38
|
971 |
#: src/Admin/SettingsPages/GeneralSettings.php:39
|
972 |
-
#: src/Classes/Miscellaneous.php:
|
973 |
msgid "Settings"
|
974 |
msgstr ""
|
975 |
|
976 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/FieldBase.php:111
|
977 |
#: src/Admin/SettingsPages/DragDropBuilder/FieldBase.php:111
|
978 |
msgid "Edit Field"
|
979 |
msgstr ""
|
980 |
|
981 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/FieldBase.php:210
|
982 |
#: src/Admin/SettingsPages/DragDropBuilder/FieldBase.php:210
|
983 |
msgid "Cancel"
|
984 |
msgstr ""
|
985 |
|
986 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/FieldBase.php:213
|
987 |
#: src/Admin/SettingsPages/DragDropBuilder/FieldBase.php:213
|
988 |
msgid "Apply Changes"
|
989 |
msgstr ""
|
990 |
|
991 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/FieldBase.php:235
|
992 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/FormList.php:239
|
993 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/FormList.php:315
|
994 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:169
|
995 |
-
#: build/wp-user-avatar/src/ContentProtection/WPListTable.php:96
|
996 |
-
#: build/wp-user-avatar/src/ContentProtection/WPListTable.php:305
|
997 |
-
#: build/wp-user-avatar/src/ContentProtection/views/include.view-sidebar.php:12
|
998 |
#: src/Admin/SettingsPages/DragDropBuilder/FieldBase.php:235
|
999 |
#: src/Admin/SettingsPages/FormList.php:239
|
1000 |
#: src/Admin/SettingsPages/FormList.php:315
|
@@ -1005,16 +713,10 @@ msgstr ""
|
|
1005 |
msgid "Delete"
|
1006 |
msgstr ""
|
1007 |
|
1008 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/FieldBase.php:238
|
1009 |
#: src/Admin/SettingsPages/DragDropBuilder/FieldBase.php:238
|
1010 |
msgid "Clone"
|
1011 |
msgstr ""
|
1012 |
|
1013 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Bio.php:22
|
1014 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/Bio.php:22
|
1015 |
-
#: build/wp-user-avatar/src/Functions/GlobalFunctions.php:1281
|
1016 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:211
|
1017 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:189
|
1018 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Bio.php:22
|
1019 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/Bio.php:22
|
1020 |
#: src/Functions/GlobalFunctions.php:1281
|
@@ -1023,29 +725,6 @@ msgstr ""
|
|
1023 |
msgid "Biography"
|
1024 |
msgstr ""
|
1025 |
|
1026 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Bio.php:30
|
1027 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/CFPassword.php:40
|
1028 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/ConfirmEmail.php:30
|
1029 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/ConfirmPassword.php:30
|
1030 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Date.php:64
|
1031 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Date.php:50
|
1032 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Input.php:50
|
1033 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Password.php:50
|
1034 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DisplayName.php:30
|
1035 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Email.php:30
|
1036 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/FirstName.php:30
|
1037 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/LastName.php:30
|
1038 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Login/Password.php:30
|
1039 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Login/Userlogin.php:35
|
1040 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Nickname.php:30
|
1041 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Number.php:40
|
1042 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Password.php:30
|
1043 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/PasswordReset/Userlogin.php:35
|
1044 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/TextBox.php:40
|
1045 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Textarea.php:40
|
1046 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Username.php:30
|
1047 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Website.php:30
|
1048 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:436
|
1049 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Bio.php:30
|
1050 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CFPassword.php:40
|
1051 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/ConfirmEmail.php:30
|
@@ -1072,32 +751,6 @@ msgstr ""
|
|
1072 |
msgid "Placeholder"
|
1073 |
msgstr ""
|
1074 |
|
1075 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Bio.php:38
|
1076 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/CFPassword.php:48
|
1077 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:53
|
1078 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Country.php:47
|
1079 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/CoverImage.php:31
|
1080 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Date.php:71
|
1081 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Agreeable.php:61
|
1082 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Checkbox.php:65
|
1083 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Date.php:57
|
1084 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Input.php:58
|
1085 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Password.php:58
|
1086 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Radio.php:57
|
1087 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Select.php:58
|
1088 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DisplayName.php:38
|
1089 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/FirstName.php:38
|
1090 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/LastName.php:38
|
1091 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Nickname.php:38
|
1092 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Number.php:63
|
1093 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/ProfilePicture.php:31
|
1094 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/RadioButtons.php:53
|
1095 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/SelectDropdown.php:58
|
1096 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/SelectRole.php:41
|
1097 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/SingleCheckbox.php:47
|
1098 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/TextBox.php:48
|
1099 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Textarea.php:48
|
1100 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Website.php:38
|
1101 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Bio.php:38
|
1102 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CFPassword.php:48
|
1103 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:53
|
@@ -1127,32 +780,6 @@ msgstr ""
|
|
1127 |
msgid "Required"
|
1128 |
msgstr ""
|
1129 |
|
1130 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Bio.php:39
|
1131 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/CFPassword.php:49
|
1132 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:54
|
1133 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Country.php:48
|
1134 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/CoverImage.php:32
|
1135 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Date.php:72
|
1136 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Agreeable.php:62
|
1137 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Checkbox.php:66
|
1138 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Date.php:58
|
1139 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Input.php:59
|
1140 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Password.php:59
|
1141 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Radio.php:58
|
1142 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Select.php:59
|
1143 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DisplayName.php:39
|
1144 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/FirstName.php:39
|
1145 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/LastName.php:39
|
1146 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Nickname.php:39
|
1147 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Number.php:64
|
1148 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/ProfilePicture.php:32
|
1149 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/RadioButtons.php:54
|
1150 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/SelectDropdown.php:59
|
1151 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/SelectRole.php:42
|
1152 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/SingleCheckbox.php:48
|
1153 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/TextBox.php:49
|
1154 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Textarea.php:49
|
1155 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Website.php:39
|
1156 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Bio.php:39
|
1157 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CFPassword.php:49
|
1158 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:54
|
@@ -1182,44 +809,6 @@ msgstr ""
|
|
1182 |
msgid "Force users to fill out this field, otherwise it will be optional."
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Bio.php:45
|
1186 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/CFPassword.php:55
|
1187 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:60
|
1188 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/ConfirmEmail.php:37
|
1189 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/ConfirmPassword.php:37
|
1190 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Country.php:54
|
1191 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/CoverImage.php:38
|
1192 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Date.php:78
|
1193 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Agreeable.php:68
|
1194 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Checkbox.php:57
|
1195 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Date.php:64
|
1196 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Input.php:65
|
1197 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Password.php:65
|
1198 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Radio.php:64
|
1199 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Select.php:65
|
1200 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DisplayName.php:45
|
1201 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/EditProfile/ShowCoverImage.php:36
|
1202 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/EditProfile/ShowProfilePicture.php:41
|
1203 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Email.php:37
|
1204 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/FirstName.php:45
|
1205 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/LastName.php:45
|
1206 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Login/Password.php:37
|
1207 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Login/RememberLogin.php:42
|
1208 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Login/Userlogin.php:42
|
1209 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Nickname.php:45
|
1210 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Number.php:70
|
1211 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Password.php:36
|
1212 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/PasswordReset/Userlogin.php:42
|
1213 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/PasswordStrengthMeter.php:38
|
1214 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/ProfilePicture.php:38
|
1215 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/RadioButtons.php:60
|
1216 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/SelectDropdown.php:65
|
1217 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/SelectRole.php:48
|
1218 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/SingleCheckbox.php:54
|
1219 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/TextBox.php:55
|
1220 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Textarea.php:55
|
1221 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Username.php:36
|
1222 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Website.php:45
|
1223 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Bio.php:45
|
1224 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CFPassword.php:55
|
1225 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:60
|
@@ -1261,44 +850,6 @@ msgstr ""
|
|
1261 |
msgid "CSS Classes"
|
1262 |
msgstr ""
|
1263 |
|
1264 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Bio.php:47
|
1265 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/CFPassword.php:57
|
1266 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:62
|
1267 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/ConfirmEmail.php:39
|
1268 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/ConfirmPassword.php:39
|
1269 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Country.php:56
|
1270 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/CoverImage.php:40
|
1271 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Date.php:80
|
1272 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Agreeable.php:70
|
1273 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Checkbox.php:59
|
1274 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Date.php:66
|
1275 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Input.php:67
|
1276 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Password.php:67
|
1277 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Radio.php:66
|
1278 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Select.php:67
|
1279 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DisplayName.php:47
|
1280 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/EditProfile/ShowCoverImage.php:38
|
1281 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/EditProfile/ShowProfilePicture.php:43
|
1282 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Email.php:39
|
1283 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/FirstName.php:47
|
1284 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/LastName.php:47
|
1285 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Login/Password.php:39
|
1286 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Login/RememberLogin.php:44
|
1287 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Login/Userlogin.php:44
|
1288 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Nickname.php:47
|
1289 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Number.php:72
|
1290 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Password.php:38
|
1291 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/PasswordReset/Userlogin.php:44
|
1292 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/PasswordStrengthMeter.php:40
|
1293 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/ProfilePicture.php:40
|
1294 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/RadioButtons.php:62
|
1295 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/SelectDropdown.php:67
|
1296 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/SelectRole.php:50
|
1297 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/SingleCheckbox.php:56
|
1298 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/TextBox.php:57
|
1299 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Textarea.php:57
|
1300 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Username.php:38
|
1301 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Website.php:47
|
1302 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Bio.php:47
|
1303 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CFPassword.php:57
|
1304 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:62
|
@@ -1340,14 +891,6 @@ msgstr ""
|
|
1340 |
msgid "Enter the CSS class names you would like to add to this field."
|
1341 |
msgstr ""
|
1342 |
|
1343 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/CFPassword.php:22
|
1344 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Login/Password.php:22
|
1345 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Password.php:22
|
1346 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:162
|
1347 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:165
|
1348 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:205
|
1349 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:144
|
1350 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:172
|
1351 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CFPassword.php:22
|
1352 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Login/Password.php:22
|
1353 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Password.php:22
|
@@ -1358,16 +901,6 @@ msgstr ""
|
|
1358 |
msgid "Password"
|
1359 |
msgstr ""
|
1360 |
|
1361 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/CFPassword.php:35
|
1362 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:40
|
1363 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Country.php:39
|
1364 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Date.php:35
|
1365 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Number.php:35
|
1366 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/RadioButtons.php:40
|
1367 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/SelectDropdown.php:39
|
1368 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/SingleCheckbox.php:35
|
1369 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/TextBox.php:35
|
1370 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Textarea.php:35
|
1371 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CFPassword.php:35
|
1372 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:40
|
1373 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Country.php:39
|
@@ -1381,139 +914,93 @@ msgstr ""
|
|
1381 |
msgid "Field Key"
|
1382 |
msgstr ""
|
1383 |
|
1384 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:22
|
1385 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:22
|
1386 |
msgid "Checkbox List"
|
1387 |
msgstr ""
|
1388 |
|
1389 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:45
|
1390 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/RadioButtons.php:45
|
1391 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:45
|
1392 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/RadioButtons.php:45
|
1393 |
msgid "Choices"
|
1394 |
msgstr ""
|
1395 |
|
1396 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:47
|
1397 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/RadioButtons.php:47
|
1398 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/SelectDropdown.php:52
|
1399 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:47
|
1400 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/RadioButtons.php:47
|
1401 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/SelectDropdown.php:52
|
1402 |
-
msgid ""
|
1403 |
-
"Enter one choice per line. This will be the options available for user to "
|
1404 |
-
"select."
|
1405 |
msgstr ""
|
1406 |
|
1407 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/ConfirmEmail.php:22
|
1408 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:171
|
1409 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/ConfirmEmail.php:22
|
1410 |
#: src/Themes/DragDrop/AbstractTheme.php:171
|
1411 |
msgid "Confirm Email"
|
1412 |
msgstr ""
|
1413 |
|
1414 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/ConfirmPassword.php:22
|
1415 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:188
|
1416 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:168
|
1417 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/ConfirmPassword.php:22
|
1418 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:188
|
1419 |
#: src/Themes/DragDrop/AbstractTheme.php:168
|
1420 |
msgid "Confirm Password"
|
1421 |
msgstr ""
|
1422 |
|
1423 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Country.php:22
|
1424 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Country.php:22
|
1425 |
msgid "Country"
|
1426 |
msgstr ""
|
1427 |
|
1428 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/CoverImage.php:22
|
1429 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CoverImage.php:22
|
1430 |
msgid "Upload Cover Photo"
|
1431 |
msgstr ""
|
1432 |
|
1433 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Date.php:22
|
1434 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Date.php:22
|
1435 |
msgid "Date / Time"
|
1436 |
msgstr ""
|
1437 |
|
1438 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Date.php:40
|
1439 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Date.php:40
|
1440 |
msgid "Date/Time Format"
|
1441 |
msgstr ""
|
1442 |
|
1443 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Date.php:58
|
1444 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Date.php:59
|
1445 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Date.php:58
|
1446 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Date.php:59
|
1447 |
msgid "Only Time"
|
1448 |
msgstr ""
|
1449 |
|
1450 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Date.php:61
|
1451 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Date.php:61
|
1452 |
-
msgid ""
|
1453 |
-
"Select a date and time format that users will be able to choose a date in."
|
1454 |
msgstr ""
|
1455 |
|
1456 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Agreeable.php:50
|
1457 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Agreeable.php:50
|
1458 |
msgid "Checked by Default"
|
1459 |
msgstr ""
|
1460 |
|
1461 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Agreeable.php:52
|
1462 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Agreeable.php:52
|
1463 |
msgid "False"
|
1464 |
msgstr ""
|
1465 |
|
1466 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Agreeable.php:53
|
1467 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Agreeable.php:53
|
1468 |
msgid "True"
|
1469 |
msgstr ""
|
1470 |
|
1471 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/DisplayName.php:22
|
1472 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/DisplayName.php:22
|
1473 |
-
#: build/wp-user-avatar/src/Functions/GlobalFunctions.php:1279
|
1474 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:318
|
1475 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:208
|
1476 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:460
|
1477 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:180
|
1478 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php:115
|
1479 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:106
|
1480 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/DisplayName.php:22
|
1481 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/DisplayName.php:22
|
1482 |
#: src/Functions/GlobalFunctions.php:1279
|
1483 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:318
|
1484 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:208
|
1485 |
-
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:460
|
1486 |
#: src/Themes/DragDrop/AbstractTheme.php:180
|
1487 |
#: src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php:115
|
1488 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:106
|
1489 |
msgid "Display Name"
|
1490 |
msgstr ""
|
1491 |
|
1492 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/EditProfile/ShowCoverImage.php:22
|
1493 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/EditProfile/ShowCoverImage.php:22
|
1494 |
msgid "Show Cover Photo"
|
1495 |
msgstr ""
|
1496 |
|
1497 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/EditProfile/ShowCoverImage.php:30
|
1498 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/EditProfile/ShowProfilePicture.php:35
|
1499 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/EditProfile/ShowCoverImage.php:30
|
1500 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/EditProfile/ShowProfilePicture.php:35
|
1501 |
msgid "Alt Text"
|
1502 |
msgstr ""
|
1503 |
|
1504 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/EditProfile/ShowProfilePicture.php:22
|
1505 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/EditProfile/ShowProfilePicture.php:22
|
1506 |
msgid "Show Profile Picture"
|
1507 |
msgstr ""
|
1508 |
|
1509 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Email.php:22
|
1510 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/Email.php:22
|
1511 |
-
#: build/wp-user-avatar/src/Functions/GlobalFunctions.php:1280
|
1512 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:210
|
1513 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:206
|
1514 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:162
|
1515 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:221
|
1516 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:137
|
1517 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Email.php:22
|
1518 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/Email.php:22
|
1519 |
#: src/Functions/GlobalFunctions.php:1280
|
@@ -1524,74 +1011,46 @@ msgstr ""
|
|
1524 |
msgid "Email Address"
|
1525 |
msgstr ""
|
1526 |
|
1527 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/FirstName.php:22
|
1528 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/FirstName.php:22
|
1529 |
-
#: build/wp-user-avatar/src/Functions/GlobalFunctions.php:1276
|
1530 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:350
|
1531 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:209
|
1532 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:461
|
1533 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:183
|
1534 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:224
|
1535 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/FirstName.php:22
|
1536 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/FirstName.php:22
|
1537 |
#: src/Functions/GlobalFunctions.php:1276
|
1538 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:350
|
1539 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:209
|
1540 |
-
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:
|
1541 |
#: src/Themes/DragDrop/AbstractTheme.php:183
|
1542 |
#: src/Themes/DragDrop/AbstractTheme.php:224
|
1543 |
msgid "First Name"
|
1544 |
msgstr ""
|
1545 |
|
1546 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/HTML.php:22
|
1547 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/HTML.php:27
|
1548 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/HTML.php:22
|
1549 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/HTML.php:27
|
1550 |
msgid "Custom HTML"
|
1551 |
msgstr ""
|
1552 |
|
1553 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/HTML.php:35
|
1554 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/HTML.php:35
|
1555 |
msgid "Content"
|
1556 |
msgstr ""
|
1557 |
|
1558 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/LastName.php:22
|
1559 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/LastName.php:22
|
1560 |
-
#: build/wp-user-avatar/src/Functions/GlobalFunctions.php:1277
|
1561 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:383
|
1562 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:210
|
1563 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:462
|
1564 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:186
|
1565 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:227
|
1566 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/LastName.php:22
|
1567 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/LastName.php:22
|
1568 |
#: src/Functions/GlobalFunctions.php:1277
|
1569 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:383
|
1570 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:210
|
1571 |
-
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:
|
1572 |
#: src/Themes/DragDrop/AbstractTheme.php:186
|
1573 |
#: src/Themes/DragDrop/AbstractTheme.php:227
|
1574 |
msgid "Last Name"
|
1575 |
msgstr ""
|
1576 |
|
1577 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Login/RememberLogin.php:22
|
1578 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Login/RememberLogin.php:22
|
1579 |
msgid "Remember Login"
|
1580 |
msgstr ""
|
1581 |
|
1582 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Login/RememberLogin.php:27
|
1583 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:208
|
1584 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Login/RememberLogin.php:27
|
1585 |
#: src/Themes/DragDrop/AbstractTheme.php:208
|
1586 |
msgid "Remember Me"
|
1587 |
msgstr ""
|
1588 |
|
1589 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Login/Userlogin.php:22
|
1590 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/PasswordReset/Userlogin.php:22
|
1591 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/PasswordResetBuilder.php:35
|
1592 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:202
|
1593 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:213
|
1594 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:133
|
1595 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Login/Userlogin.php:22
|
1596 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/PasswordReset/Userlogin.php:22
|
1597 |
#: src/ShortcodeParser/Builder/PasswordResetBuilder.php:35
|
@@ -1600,21 +1059,11 @@ msgstr ""
|
|
1600 |
msgid "Username or Email"
|
1601 |
msgstr ""
|
1602 |
|
1603 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Login/Userlogin.php:27
|
1604 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/PasswordReset/Userlogin.php:27
|
1605 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Login/Userlogin.php:27
|
1606 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/PasswordReset/Userlogin.php:27
|
1607 |
msgid "User Login"
|
1608 |
msgstr ""
|
1609 |
|
1610 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Nickname.php:22
|
1611 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/Nickname.php:22
|
1612 |
-
#: build/wp-user-avatar/src/Functions/GlobalFunctions.php:1278
|
1613 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:286
|
1614 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:300
|
1615 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:138
|
1616 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:177
|
1617 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:107
|
1618 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Nickname.php:22
|
1619 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/Nickname.php:22
|
1620 |
#: src/Functions/GlobalFunctions.php:1278
|
@@ -1626,125 +1075,91 @@ msgstr ""
|
|
1626 |
msgid "Nickname"
|
1627 |
msgstr ""
|
1628 |
|
1629 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Number.php:22
|
1630 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Number.php:22
|
1631 |
msgid "Number"
|
1632 |
msgstr ""
|
1633 |
|
1634 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Number.php:47
|
1635 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Number.php:47
|
1636 |
msgid "Minimum Value"
|
1637 |
msgstr ""
|
1638 |
|
1639 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Number.php:49
|
1640 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Number.php:49
|
1641 |
msgid "Enter the minimum value allowed."
|
1642 |
msgstr ""
|
1643 |
|
1644 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Number.php:52
|
1645 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Number.php:52
|
1646 |
msgid "Maximum Value"
|
1647 |
msgstr ""
|
1648 |
|
1649 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Number.php:54
|
1650 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Number.php:54
|
1651 |
msgid "Enter the maximum value allowed."
|
1652 |
msgstr ""
|
1653 |
|
1654 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Number.php:57
|
1655 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Number.php:57
|
1656 |
msgid "Step Value"
|
1657 |
msgstr ""
|
1658 |
|
1659 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Number.php:59
|
1660 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Number.php:59
|
1661 |
msgid "Enter the number intervals."
|
1662 |
msgstr ""
|
1663 |
|
1664 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/PasswordStrengthMeter.php:22
|
1665 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/PasswordStrengthMeter.php:22
|
1666 |
msgid "Password Strength"
|
1667 |
msgstr ""
|
1668 |
|
1669 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/PasswordStrengthMeter.php:31
|
1670 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/PasswordStrengthMeter.php:31
|
1671 |
msgid "Enforce"
|
1672 |
msgstr ""
|
1673 |
|
1674 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/PasswordStrengthMeter.php:32
|
1675 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/PasswordStrengthMeter.php:32
|
1676 |
msgid "Prevent registration unless users entered password is strong."
|
1677 |
msgstr ""
|
1678 |
|
1679 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/RadioButtons.php:22
|
1680 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/RadioButtons.php:22
|
1681 |
msgid "Radio Buttons"
|
1682 |
msgstr ""
|
1683 |
|
1684 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/SelectDropdown.php:22
|
1685 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/SelectDropdown.php:22
|
1686 |
msgid "Dropdown"
|
1687 |
msgstr ""
|
1688 |
|
1689 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/SelectDropdown.php:44
|
1690 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/SelectDropdown.php:44
|
1691 |
msgid "Multiple Selection"
|
1692 |
msgstr ""
|
1693 |
|
1694 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/SelectDropdown.php:47
|
1695 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/SelectDropdown.php:47
|
1696 |
msgid "Check to allow multiple options to be selected."
|
1697 |
msgstr ""
|
1698 |
|
1699 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/SelectDropdown.php:50
|
1700 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/SelectRole.php:33
|
1701 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/SelectDropdown.php:50
|
1702 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/SelectRole.php:33
|
1703 |
msgid "Options"
|
1704 |
msgstr ""
|
1705 |
|
1706 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/SelectRole.php:21
|
1707 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/SelectRole.php:21
|
1708 |
msgid "Select Role"
|
1709 |
msgstr ""
|
1710 |
|
1711 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/SelectRole.php:35
|
1712 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/SelectRole.php:35
|
1713 |
msgid "Enter comma separated list of roles to include in the select dropdown."
|
1714 |
msgstr ""
|
1715 |
|
1716 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/SingleCheckbox.php:22
|
1717 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/SingleCheckbox.php:22
|
1718 |
msgid "Single Checkbox"
|
1719 |
msgstr ""
|
1720 |
|
1721 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/SingleCheckbox.php:40
|
1722 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/SingleCheckbox.php:40
|
1723 |
msgid "Checkbox Text"
|
1724 |
msgstr ""
|
1725 |
|
1726 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/TextBox.php:22
|
1727 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/TextBox.php:22
|
1728 |
msgid "Text Box"
|
1729 |
msgstr ""
|
1730 |
|
1731 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Textarea.php:22
|
1732 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Textarea.php:22
|
1733 |
msgid "Textarea"
|
1734 |
msgstr ""
|
1735 |
|
1736 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/Bio.php:30
|
1737 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/CustomField.php:40
|
1738 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/DisplayName.php:30
|
1739 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/Email.php:30
|
1740 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/FirstName.php:30
|
1741 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/LastName.php:30
|
1742 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/Nickname.php:30
|
1743 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/Username.php:30
|
1744 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/Website.php:30
|
1745 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/FormList.php:193
|
1746 |
-
#: build/wp-user-avatar/src/ContentProtection/WPListTable.php:28
|
1747 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:390
|
1748 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/Bio.php:30
|
1749 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/CustomField.php:40
|
1750 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/DisplayName.php:30
|
@@ -1760,79 +1175,54 @@ msgstr ""
|
|
1760 |
msgid "Title"
|
1761 |
msgstr ""
|
1762 |
|
1763 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/CustomField.php:22
|
1764 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/CustomField.php:30
|
1765 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/CustomField.php:22
|
1766 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/CustomField.php:30
|
1767 |
msgid "Custom Field"
|
1768 |
msgstr ""
|
1769 |
|
1770 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/CustomField.php:34
|
1771 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/CustomField.php:34
|
1772 |
-
msgid ""
|
1773 |
-
"Select a custom field. Only use the %1$sTitle%2$s and %1$sUser Meta / Field "
|
1774 |
-
"Key%2$s below if you don't have it %3$sdefined in ProfilePress%4$s."
|
1775 |
msgstr ""
|
1776 |
|
1777 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/CustomField.php:44
|
1778 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/CustomField.php:44
|
1779 |
msgid "User Meta / Field Key"
|
1780 |
msgstr ""
|
1781 |
|
1782 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/CustomField.php:46
|
1783 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/CustomField.php:46
|
1784 |
msgid "Enter a custom field or user meta key here."
|
1785 |
msgstr ""
|
1786 |
|
1787 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/DisplayName.php:34
|
1788 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/DisplayName.php:34
|
1789 |
msgid "Format"
|
1790 |
msgstr ""
|
1791 |
|
1792 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/DisplayName.php:37
|
1793 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/DisplayName.php:37
|
1794 |
msgid "Default Display Name"
|
1795 |
msgstr ""
|
1796 |
|
1797 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/DisplayName.php:38
|
1798 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:108
|
1799 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/DisplayName.php:38
|
1800 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:108
|
1801 |
msgid "First & Last Name"
|
1802 |
msgstr ""
|
1803 |
|
1804 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/DisplayName.php:39
|
1805 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:109
|
1806 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/DisplayName.php:39
|
1807 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:109
|
1808 |
msgid "Last & First Name"
|
1809 |
msgstr ""
|
1810 |
|
1811 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/DisplayName.php:40
|
1812 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/DisplayName.php:40
|
1813 |
msgid "First Name & First Initial of Last Name"
|
1814 |
msgstr ""
|
1815 |
|
1816 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/DisplayName.php:41
|
1817 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/DisplayName.php:41
|
1818 |
msgid "First Initial of First Name & Last Name"
|
1819 |
msgstr ""
|
1820 |
|
1821 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/Username.php:22
|
1822 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Username.php:22
|
1823 |
-
#: build/wp-user-avatar/src/Functions/GlobalFunctions.php:1275
|
1824 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:135
|
1825 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:463
|
1826 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:159
|
1827 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:218
|
1828 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:105
|
1829 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:130
|
1830 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:166
|
1831 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/Username.php:22
|
1832 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Username.php:22
|
1833 |
#: src/Functions/GlobalFunctions.php:1275
|
1834 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:135
|
1835 |
-
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:
|
1836 |
#: src/Themes/DragDrop/AbstractTheme.php:159
|
1837 |
#: src/Themes/DragDrop/AbstractTheme.php:218
|
1838 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:105
|
@@ -1840,15 +1230,6 @@ msgstr ""
|
|
1840 |
msgid "Username"
|
1841 |
msgstr ""
|
1842 |
|
1843 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/Website.php:22
|
1844 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Fields/Website.php:22
|
1845 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:253
|
1846 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:267
|
1847 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:148
|
1848 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:207
|
1849 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:174
|
1850 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:230
|
1851 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/MemberDirectoryListing.php:113
|
1852 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/Website.php:22
|
1853 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Website.php:22
|
1854 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:253
|
@@ -1861,187 +1242,143 @@ msgstr ""
|
|
1861 |
msgid "Website"
|
1862 |
msgstr ""
|
1863 |
|
1864 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Metabox.php:99
|
1865 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:99
|
1866 |
msgid "Upload Image"
|
1867 |
msgstr ""
|
1868 |
|
1869 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Metabox.php:224
|
1870 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:224
|
1871 |
msgid "Standard Fonts"
|
1872 |
msgstr ""
|
1873 |
|
1874 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Metabox.php:225
|
1875 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:225
|
1876 |
msgid "Arial"
|
1877 |
msgstr ""
|
1878 |
|
1879 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Metabox.php:226
|
1880 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:226
|
1881 |
msgid "Comic Sans MS"
|
1882 |
msgstr ""
|
1883 |
|
1884 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Metabox.php:227
|
1885 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:227
|
1886 |
msgid "Courier New"
|
1887 |
msgstr ""
|
1888 |
|
1889 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Metabox.php:228
|
1890 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:97
|
1891 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:228
|
1892 |
#: src/Functions/data/countries.php:97
|
1893 |
msgid "Georgia"
|
1894 |
msgstr ""
|
1895 |
|
1896 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Metabox.php:229
|
1897 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:229
|
1898 |
msgid "Helvetica"
|
1899 |
msgstr ""
|
1900 |
|
1901 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Metabox.php:230
|
1902 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:230
|
1903 |
msgid "Lucida"
|
1904 |
msgstr ""
|
1905 |
|
1906 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Metabox.php:231
|
1907 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:231
|
1908 |
msgid "Tahoma"
|
1909 |
msgstr ""
|
1910 |
|
1911 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Metabox.php:232
|
1912 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:232
|
1913 |
msgid "Times New Roman"
|
1914 |
msgstr ""
|
1915 |
|
1916 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Metabox.php:233
|
1917 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:233
|
1918 |
msgid "Trebuchet MS"
|
1919 |
msgstr ""
|
1920 |
|
1921 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Metabox.php:234
|
1922 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:234
|
1923 |
msgid "Verdana"
|
1924 |
msgstr ""
|
1925 |
|
1926 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Metabox.php:236
|
1927 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:236
|
1928 |
msgid "Google Fonts"
|
1929 |
msgstr ""
|
1930 |
|
1931 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Metabox.php:265
|
1932 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:265
|
1933 |
msgid "Form Settings"
|
1934 |
msgstr ""
|
1935 |
|
1936 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Metabox.php:268
|
1937 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:268
|
1938 |
msgid "User Profile Settings"
|
1939 |
msgstr ""
|
1940 |
|
1941 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/DragDropBuilder/Metabox.php:272
|
1942 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:272
|
1943 |
msgid "Directory Settings"
|
1944 |
msgstr ""
|
1945 |
|
1946 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/CustomizerTrait.php:14
|
1947 |
#: src/Admin/SettingsPages/EmailSettings/CustomizerTrait.php:14
|
1948 |
msgid "Saved"
|
1949 |
msgstr ""
|
1950 |
|
1951 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:43
|
1952 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/email-template-preview.php:11
|
1953 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:43
|
1954 |
#: src/Admin/SettingsPages/EmailSettings/email-template-preview.php:11
|
1955 |
msgid "ProfilePress Email Template"
|
1956 |
msgstr ""
|
1957 |
|
1958 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:125
|
1959 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:125
|
1960 |
-
msgid ""
|
1961 |
-
"The customizer allows you to design and preview ProfilePress default email "
|
1962 |
-
"template."
|
1963 |
msgstr ""
|
1964 |
|
1965 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:148
|
1966 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:148
|
1967 |
msgid "Body"
|
1968 |
msgstr ""
|
1969 |
|
1970 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:154
|
1971 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:154
|
1972 |
msgid "Header"
|
1973 |
msgstr ""
|
1974 |
|
1975 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:160
|
1976 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:160
|
1977 |
msgid "Footer"
|
1978 |
msgstr ""
|
1979 |
|
1980 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:174
|
1981 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:215
|
1982 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:174
|
1983 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:215
|
1984 |
msgid "© %s %s. All rights reserved."
|
1985 |
msgstr ""
|
1986 |
|
1987 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:229
|
1988 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:229
|
1989 |
msgid "Background Color"
|
1990 |
msgstr ""
|
1991 |
|
1992 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:240
|
1993 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:240
|
1994 |
msgid "Background Text Color"
|
1995 |
msgstr ""
|
1996 |
|
1997 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:250
|
1998 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:250
|
1999 |
msgid "Content Background Color"
|
2000 |
msgstr ""
|
2001 |
|
2002 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:261
|
2003 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:261
|
2004 |
msgid "Content Text Color"
|
2005 |
msgstr ""
|
2006 |
|
2007 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:272
|
2008 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:272
|
2009 |
msgid "Logo"
|
2010 |
msgstr ""
|
2011 |
|
2012 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:280
|
2013 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:285
|
2014 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:280
|
2015 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:285
|
2016 |
msgid "Select Logo"
|
2017 |
msgstr ""
|
2018 |
|
2019 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:281
|
2020 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:281
|
2021 |
msgid "Change Logo"
|
2022 |
msgstr ""
|
2023 |
|
2024 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:282
|
2025 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:276
|
2026 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:282
|
2027 |
#: src/ContentProtection/ContentConditions.php:276
|
2028 |
msgid "Default"
|
2029 |
msgstr ""
|
2030 |
|
2031 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:284
|
2032 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:284
|
2033 |
msgid "No logo selected"
|
2034 |
msgstr ""
|
2035 |
|
2036 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:286
|
2037 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:286
|
2038 |
msgid "Choose Logo"
|
2039 |
msgstr ""
|
2040 |
|
2041 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:293
|
2042 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:102
|
2043 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/Dixon.php:32
|
2044 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/Dixon.php:70
|
2045 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:293
|
2046 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:102
|
2047 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:32
|
@@ -2049,1024 +1386,738 @@ msgstr ""
|
|
2049 |
msgid "Header Text"
|
2050 |
msgstr ""
|
2051 |
|
2052 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:294
|
2053 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:294
|
2054 |
msgid "This is used when template logo is not set."
|
2055 |
msgstr ""
|
2056 |
|
2057 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:302
|
2058 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:302
|
2059 |
msgid "Footer Text"
|
2060 |
msgstr ""
|
2061 |
|
2062 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:28
|
2063 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:135
|
2064 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:57
|
2065 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:28
|
2066 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:135
|
2067 |
#: src/Admin/SettingsPages/GeneralSettings.php:57
|
2068 |
msgid "Emails"
|
2069 |
msgstr ""
|
2070 |
|
2071 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:71
|
2072 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:71
|
2073 |
msgid "Account Welcome Email"
|
2074 |
msgstr ""
|
2075 |
|
2076 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:72
|
2077 |
-
#: build/wp-user-avatar/src/Classes/WelcomeEmailAfterSignup.php:51
|
2078 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:72
|
2079 |
#: src/Classes/WelcomeEmailAfterSignup.php:51
|
2080 |
msgid "Welcome To %s"
|
2081 |
msgstr ""
|
2082 |
|
2083 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:74
|
2084 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:74
|
2085 |
msgid "Email that is sent to the user upon successful registration."
|
2086 |
msgstr ""
|
2087 |
|
2088 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:75
|
2089 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:93
|
2090 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:75
|
2091 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:93
|
2092 |
msgid "Users"
|
2093 |
msgstr ""
|
2094 |
|
2095 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:77
|
2096 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:77
|
2097 |
msgid "Username of the registered user."
|
2098 |
msgstr ""
|
2099 |
|
2100 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:78
|
2101 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:96
|
2102 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:78
|
2103 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:96
|
2104 |
msgid "Email address of the registered user."
|
2105 |
msgstr ""
|
2106 |
|
2107 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:79
|
2108 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:79
|
2109 |
msgid "Password of the registered user."
|
2110 |
msgstr ""
|
2111 |
|
2112 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:80
|
2113 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:97
|
2114 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:80
|
2115 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:97
|
2116 |
msgid "Website title or name."
|
2117 |
msgstr ""
|
2118 |
|
2119 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:81
|
2120 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:81
|
2121 |
msgid "First Name entered by user on registration."
|
2122 |
msgstr ""
|
2123 |
|
2124 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:82
|
2125 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:82
|
2126 |
msgid "Last Name entered by user on registration."
|
2127 |
msgstr ""
|
2128 |
|
2129 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:83
|
2130 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:98
|
2131 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:83
|
2132 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:98
|
2133 |
msgid "URL to reset password."
|
2134 |
msgstr ""
|
2135 |
|
2136 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:84
|
2137 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:84
|
2138 |
msgid "URL to login.."
|
2139 |
msgstr ""
|
2140 |
|
2141 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:89
|
2142 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:89
|
2143 |
msgid "Password Reset Email"
|
2144 |
msgstr ""
|
2145 |
|
2146 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:90
|
2147 |
-
#: build/wp-user-avatar/src/Classes/PasswordReset.php:24
|
2148 |
-
#: build/wp-user-avatar/src/RegisterActivation/Base.php:85
|
2149 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:90
|
2150 |
#: src/Classes/PasswordReset.php:24 src/RegisterActivation/Base.php:85
|
2151 |
msgid "[%s] Password Reset"
|
2152 |
msgstr ""
|
2153 |
|
2154 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:92
|
2155 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:92
|
2156 |
msgid "Email that is sent to the user upon password reset request."
|
2157 |
msgstr ""
|
2158 |
|
2159 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:95
|
2160 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:95
|
2161 |
msgid "Username of user."
|
2162 |
msgstr ""
|
2163 |
|
2164 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:103
|
2165 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:103
|
2166 |
msgid "New User Admin Notification"
|
2167 |
msgstr ""
|
2168 |
|
2169 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:104
|
2170 |
-
#: build/wp-user-avatar/src/Functions/GlobalFunctions.php:727
|
2171 |
-
#: build/wp-user-avatar/src/RegisterActivation/Base.php:89
|
2172 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:104
|
2173 |
#: src/Functions/GlobalFunctions.php:727 src/RegisterActivation/Base.php:89
|
2174 |
msgid "[%s] New User Registration"
|
2175 |
msgstr ""
|
2176 |
|
2177 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:106
|
2178 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:106
|
2179 |
msgid "Email that is sent to admins when there is a new user registration"
|
2180 |
msgstr ""
|
2181 |
|
2182 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:107
|
2183 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:107
|
2184 |
msgid "Administrators"
|
2185 |
msgstr ""
|
2186 |
|
2187 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:109
|
2188 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:109
|
2189 |
msgid "Username of the newly registered user."
|
2190 |
msgstr ""
|
2191 |
|
2192 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:110
|
2193 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:110
|
2194 |
msgid "Email address of the newly registered user."
|
2195 |
msgstr ""
|
2196 |
|
2197 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:111
|
2198 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:111
|
2199 |
msgid "First name of the newly registered user."
|
2200 |
msgstr ""
|
2201 |
|
2202 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:112
|
2203 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:112
|
2204 |
msgid "Last name of the newly registered user."
|
2205 |
msgstr ""
|
2206 |
|
2207 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:113
|
2208 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:113
|
2209 |
msgid "Website name or name."
|
2210 |
msgstr ""
|
2211 |
|
2212 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:115
|
2213 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:115
|
2214 |
msgid "Replace \"field_key\" with the %scustom field key%s or usermeta key."
|
2215 |
msgstr ""
|
2216 |
|
2217 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:140
|
2218 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:140
|
2219 |
msgid "Admin Email Address(es)"
|
2220 |
msgstr ""
|
2221 |
|
2222 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:141
|
2223 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:141
|
2224 |
-
msgid ""
|
2225 |
-
"The Email address to receive admin notifications. Use comma to separate "
|
2226 |
-
"multiple email addresses."
|
2227 |
msgstr ""
|
2228 |
|
2229 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:146
|
2230 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:146
|
2231 |
msgid "Sender Name"
|
2232 |
msgstr ""
|
2233 |
|
2234 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:147
|
2235 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:147
|
2236 |
-
msgid ""
|
2237 |
-
"The name to use as the sender of all ProfilePress emails. Preferably your "
|
2238 |
-
"website name."
|
2239 |
msgstr ""
|
2240 |
|
2241 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:153
|
2242 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:153
|
2243 |
msgid "Sender Email Address"
|
2244 |
msgstr ""
|
2245 |
|
2246 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:154
|
2247 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:154
|
2248 |
msgid "The email address to use as the sender of all ProfilePress emails."
|
2249 |
msgstr ""
|
2250 |
|
2251 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:160
|
2252 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:160
|
2253 |
msgid "HTML"
|
2254 |
msgstr ""
|
2255 |
|
2256 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:161
|
2257 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:161
|
2258 |
msgid "Plain Text"
|
2259 |
msgstr ""
|
2260 |
|
2261 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:164
|
2262 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:164
|
2263 |
msgid "Content Type"
|
2264 |
msgstr ""
|
2265 |
|
2266 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:165
|
2267 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:165
|
2268 |
-
msgid ""
|
2269 |
-
"Choose whether to send ProfilePress emails in HTML or plain text. HTML is "
|
2270 |
-
"recommended."
|
2271 |
msgstr ""
|
2272 |
|
2273 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:170
|
2274 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:170
|
2275 |
msgid "Default Template"
|
2276 |
msgstr ""
|
2277 |
|
2278 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:171
|
2279 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:171
|
2280 |
msgid "Custom Email Template"
|
2281 |
msgstr ""
|
2282 |
|
2283 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:174
|
2284 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:174
|
2285 |
msgid "Email Template"
|
2286 |
msgstr ""
|
2287 |
|
2288 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:175
|
2289 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:175
|
2290 |
-
msgid ""
|
2291 |
-
"Choose \"Custom Email Template\" if you want to code your own email template "
|
2292 |
-
"from scratch."
|
2293 |
msgstr ""
|
2294 |
|
2295 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:182
|
2296 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:182
|
2297 |
msgid "Customize Default Template"
|
2298 |
msgstr ""
|
2299 |
|
2300 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:225
|
2301 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:225
|
2302 |
msgid "Preview Email"
|
2303 |
msgstr ""
|
2304 |
|
2305 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:246
|
2306 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:246
|
2307 |
msgid "Enable Notification"
|
2308 |
msgstr ""
|
2309 |
|
2310 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:247
|
2311 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:370
|
2312 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:247
|
2313 |
#: src/Admin/SettingsPages/GeneralSettings.php:370
|
2314 |
msgid "Enable"
|
2315 |
msgstr ""
|
2316 |
|
2317 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:250
|
2318 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:250
|
2319 |
msgid "Check to enable this email notification."
|
2320 |
msgstr ""
|
2321 |
|
2322 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:255
|
2323 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:255
|
2324 |
msgid "Subject Line"
|
2325 |
msgstr ""
|
2326 |
|
2327 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:256
|
2328 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:256
|
2329 |
msgid "Enter the subject or title for the welcome message email."
|
2330 |
msgstr ""
|
2331 |
|
2332 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:261
|
2333 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:261
|
2334 |
msgid "Message Body"
|
2335 |
msgstr ""
|
2336 |
|
2337 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:304
|
2338 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:304
|
2339 |
msgid "Available placeholders for subject and message body"
|
2340 |
msgstr ""
|
2341 |
|
2342 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/WPListTable.php:23
|
2343 |
#: src/Admin/SettingsPages/EmailSettings/WPListTable.php:23
|
2344 |
msgid "No email available."
|
2345 |
msgstr ""
|
2346 |
|
2347 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/WPListTable.php:29
|
2348 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:169
|
2349 |
#: src/Admin/SettingsPages/EmailSettings/WPListTable.php:29
|
2350 |
#: src/Widgets/TabbedWidget.php:169
|
2351 |
msgid "Email"
|
2352 |
msgstr ""
|
2353 |
|
2354 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/EmailSettings/WPListTable.php:30
|
2355 |
#: src/Admin/SettingsPages/EmailSettings/WPListTable.php:30
|
2356 |
msgid "Recipient"
|
2357 |
msgstr ""
|
2358 |
|
2359 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/ExtensionsSettingsPage.php:39
|
2360 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/ExtensionsSettingsPage.php:51
|
2361 |
#: src/Admin/SettingsPages/ExtensionsSettingsPage.php:39
|
2362 |
#: src/Admin/SettingsPages/ExtensionsSettingsPage.php:51
|
2363 |
msgid "Addons"
|
2364 |
msgstr ""
|
2365 |
|
2366 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/ExtensionsSettingsPage.php:87
|
2367 |
#: src/Admin/SettingsPages/ExtensionsSettingsPage.php:87
|
2368 |
msgid "Activate All"
|
2369 |
msgstr ""
|
2370 |
|
2371 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/ExtensionsSettingsPage.php:90
|
2372 |
#: src/Admin/SettingsPages/ExtensionsSettingsPage.php:90
|
2373 |
msgid "Deactivate All"
|
2374 |
msgstr ""
|
2375 |
|
2376 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/ExtensionsSettingsPage.php:100
|
2377 |
#: src/Admin/SettingsPages/ExtensionsSettingsPage.php:100
|
2378 |
-
msgid ""
|
2379 |
-
"Upgrade to Premium to unlock extensions and other great features. As a "
|
2380 |
-
"valued ProfilePress Lite user, you will %1$sreceive 10%3$s off%2$s your "
|
2381 |
-
"purchase, automatically applied at checkout!"
|
2382 |
msgstr ""
|
2383 |
|
2384 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/ExtensionsSettingsPage.php:106
|
2385 |
#: src/Admin/SettingsPages/ExtensionsSettingsPage.php:106
|
2386 |
msgid "Upgrade Now"
|
2387 |
msgstr ""
|
2388 |
|
2389 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/ExtensionsSettingsPage.php:122
|
2390 |
#: src/Admin/SettingsPages/ExtensionsSettingsPage.php:122
|
2391 |
msgid "Upgrade Plan"
|
2392 |
msgstr ""
|
2393 |
|
2394 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/ExtensionsSettingsPage.php:137
|
2395 |
#: src/Admin/SettingsPages/ExtensionsSettingsPage.php:137
|
2396 |
msgid "Learn More"
|
2397 |
msgstr ""
|
2398 |
|
2399 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/ExtensionsSettingsPage.php:148
|
2400 |
#: src/Admin/SettingsPages/ExtensionsSettingsPage.php:148
|
2401 |
msgid "Unavailable: %s"
|
2402 |
msgstr ""
|
2403 |
|
2404 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/ExtensionsSettingsPage.php:153
|
2405 |
#: src/Admin/SettingsPages/ExtensionsSettingsPage.php:153
|
2406 |
msgid "Activated"
|
2407 |
msgstr ""
|
2408 |
|
2409 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/ExtensionsSettingsPage.php:153
|
2410 |
#: src/Admin/SettingsPages/ExtensionsSettingsPage.php:153
|
2411 |
msgid "Deactivated"
|
2412 |
msgstr ""
|
2413 |
|
2414 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/FormList.php:27
|
2415 |
#: src/Admin/SettingsPages/FormList.php:27
|
2416 |
msgid "form"
|
2417 |
msgstr ""
|
2418 |
|
2419 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/FormList.php:28
|
2420 |
#: src/Admin/SettingsPages/FormList.php:28
|
2421 |
msgid "forms"
|
2422 |
msgstr ""
|
2423 |
|
2424 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/FormList.php:178
|
2425 |
#: src/Admin/SettingsPages/FormList.php:178
|
2426 |
msgid "No form is currently available. %sConsider creating one%s"
|
2427 |
msgstr ""
|
2428 |
|
2429 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/FormList.php:194
|
2430 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/FormList.php:271
|
2431 |
#: src/Admin/SettingsPages/FormList.php:194
|
2432 |
#: src/Admin/SettingsPages/FormList.php:271
|
2433 |
msgid "Shortcode"
|
2434 |
msgstr ""
|
2435 |
|
2436 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/FormList.php:195
|
2437 |
#: src/Admin/SettingsPages/FormList.php:195
|
2438 |
msgid "Builder Type"
|
2439 |
msgstr ""
|
2440 |
|
2441 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/FormList.php:196
|
2442 |
#: src/Admin/SettingsPages/FormList.php:196
|
2443 |
msgid "Date"
|
2444 |
msgstr ""
|
2445 |
|
2446 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/FormList.php:238
|
2447 |
-
#: build/wp-user-avatar/src/ContentProtection/WPListTable.php:84
|
2448 |
#: src/Admin/SettingsPages/FormList.php:238
|
2449 |
#: src/ContentProtection/WPListTable.php:84
|
2450 |
msgid "Edit"
|
2451 |
msgstr ""
|
2452 |
|
2453 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/FormList.php:240
|
2454 |
-
#: build/wp-user-avatar/src/ContentProtection/WPListTable.php:85
|
2455 |
#: src/Admin/SettingsPages/FormList.php:240
|
2456 |
#: src/ContentProtection/WPListTable.php:85
|
2457 |
msgid "Duplicate"
|
2458 |
msgstr ""
|
2459 |
|
2460 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/FormList.php:242
|
2461 |
-
#: build/wp-user-avatar/src/Classes/FormPreviewHandler.php:45
|
2462 |
-
#: build/wp-user-avatar/src/Functions/custom-settings-api.php:857
|
2463 |
#: src/Admin/SettingsPages/FormList.php:242
|
2464 |
#: src/Classes/FormPreviewHandler.php:45
|
2465 |
#: src/Functions/custom-settings-api.php:857
|
2466 |
msgid "Preview"
|
2467 |
msgstr ""
|
2468 |
|
2469 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/FormList.php:273
|
2470 |
#: src/Admin/SettingsPages/FormList.php:273
|
2471 |
msgid "Drag & Drop"
|
2472 |
msgstr ""
|
2473 |
|
2474 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/Forms.php:47
|
2475 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/Forms.php:73
|
2476 |
#: src/Admin/SettingsPages/Forms.php:47 src/Admin/SettingsPages/Forms.php:73
|
2477 |
msgid "Forms & Profiles"
|
2478 |
msgstr ""
|
2479 |
|
2480 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/Forms.php:50
|
2481 |
#: src/Admin/SettingsPages/Forms.php:50
|
2482 |
msgid "Edit Form"
|
2483 |
msgstr ""
|
2484 |
|
2485 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/Forms.php:54
|
2486 |
#: src/Admin/SettingsPages/Forms.php:54
|
2487 |
msgid "Add Form"
|
2488 |
msgstr ""
|
2489 |
|
2490 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/Forms.php:58
|
2491 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/Forms.php:62
|
2492 |
#: src/Admin/SettingsPages/Forms.php:58 src/Admin/SettingsPages/Forms.php:62
|
2493 |
msgid "Edit Frontend Profile"
|
2494 |
msgstr ""
|
2495 |
|
2496 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/Forms.php:93
|
2497 |
#: src/Admin/SettingsPages/Forms.php:93
|
2498 |
-
msgid ""
|
2499 |
-
"Melange combines login, registration & password reset forms in a single form."
|
2500 |
msgstr ""
|
2501 |
|
2502 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/Forms.php:110
|
2503 |
#: src/Admin/SettingsPages/Forms.php:110
|
2504 |
msgid "Filter by Type"
|
2505 |
msgstr ""
|
2506 |
|
2507 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/Forms.php:114
|
2508 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:189
|
2509 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:305
|
2510 |
-
#: build/wp-user-avatar/src/Classes/AjaxHandler.php:54
|
2511 |
-
#: build/wp-user-avatar/src/NavigationMenuLinks/Backend.php:34
|
2512 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/GlobalShortcodes.php:237
|
2513 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:180
|
2514 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:113
|
2515 |
#: src/Admin/SettingsPages/Forms.php:114
|
2516 |
#: src/Admin/SettingsPages/GeneralSettings.php:189
|
2517 |
#: src/Admin/SettingsPages/GeneralSettings.php:305
|
2518 |
#: src/Classes/AjaxHandler.php:54 src/NavigationMenuLinks/Backend.php:34
|
2519 |
-
#: src/ShortcodeParser/Builder/GlobalShortcodes.php:
|
2520 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:180
|
2521 |
#: src/Widgets/TabbedWidget.php:113
|
2522 |
msgid "Login"
|
2523 |
msgstr ""
|
2524 |
|
2525 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/Forms.php:119
|
2526 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:175
|
2527 |
-
#: build/wp-user-avatar/src/Classes/AjaxHandler.php:59
|
2528 |
#: src/Admin/SettingsPages/Forms.php:119
|
2529 |
#: src/Admin/SettingsPages/GeneralSettings.php:175
|
2530 |
#: src/Classes/AjaxHandler.php:59
|
2531 |
msgid "Registration"
|
2532 |
msgstr ""
|
2533 |
|
2534 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/Forms.php:125
|
2535 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:315
|
2536 |
-
#: build/wp-user-avatar/src/Classes/AjaxHandler.php:64
|
2537 |
#: src/Admin/SettingsPages/Forms.php:125
|
2538 |
#: src/Admin/SettingsPages/GeneralSettings.php:315
|
2539 |
#: src/Classes/AjaxHandler.php:64
|
2540 |
msgid "Password Reset"
|
2541 |
msgstr ""
|
2542 |
|
2543 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/Forms.php:130
|
2544 |
-
#: build/wp-user-avatar/src/Classes/AjaxHandler.php:69
|
2545 |
-
#: build/wp-user-avatar/src/NavigationMenuLinks/Backend.php:32
|
2546 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/GlobalShortcodes.php:302
|
2547 |
#: src/Admin/SettingsPages/Forms.php:130 src/Classes/AjaxHandler.php:69
|
2548 |
#: src/NavigationMenuLinks/Backend.php:32
|
2549 |
-
#: src/ShortcodeParser/Builder/GlobalShortcodes.php:
|
2550 |
msgid "Edit Profile"
|
2551 |
msgstr ""
|
2552 |
|
2553 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/Forms.php:137
|
2554 |
-
#: build/wp-user-avatar/src/Classes/AjaxHandler.php:75
|
2555 |
#: src/Admin/SettingsPages/Forms.php:137 src/Classes/AjaxHandler.php:75
|
2556 |
msgid "Melange"
|
2557 |
msgstr ""
|
2558 |
|
2559 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/Forms.php:145
|
2560 |
-
#: build/wp-user-avatar/src/Classes/AjaxHandler.php:82
|
2561 |
#: src/Admin/SettingsPages/Forms.php:145 src/Classes/AjaxHandler.php:82
|
2562 |
msgid "User Profile"
|
2563 |
msgstr ""
|
2564 |
|
2565 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/Forms.php:177
|
2566 |
#: src/Admin/SettingsPages/Forms.php:177
|
2567 |
msgid "Forms"
|
2568 |
msgstr ""
|
2569 |
|
2570 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/Forms.php:219
|
2571 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MemberDirectories.php:114
|
2572 |
#: src/Admin/SettingsPages/Forms.php:219
|
2573 |
#: src/Admin/SettingsPages/MemberDirectories.php:114
|
2574 |
msgid "Live Preview"
|
2575 |
msgstr ""
|
2576 |
|
2577 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/Forms.php:299
|
2578 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MemberDirectories.php:211
|
2579 |
#: src/Admin/SettingsPages/Forms.php:299
|
2580 |
#: src/Admin/SettingsPages/MemberDirectories.php:211
|
2581 |
msgid "Add New"
|
2582 |
msgstr ""
|
2583 |
|
2584 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:61
|
2585 |
#: src/Admin/SettingsPages/GeneralSettings.php:61
|
2586 |
msgid "Integrations"
|
2587 |
msgstr ""
|
2588 |
|
2589 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:65
|
2590 |
#: src/Admin/SettingsPages/GeneralSettings.php:65
|
2591 |
msgid "Premium Addons"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:82
|
2595 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/ToolsSettingsPage.php:18
|
2596 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/ToolsSettingsPage.php:61
|
2597 |
#: src/Admin/SettingsPages/GeneralSettings.php:82
|
2598 |
#: src/Admin/SettingsPages/ToolsSettingsPage.php:18
|
2599 |
#: src/Admin/SettingsPages/ToolsSettingsPage.php:61
|
2600 |
msgid "Tools"
|
2601 |
msgstr ""
|
2602 |
|
2603 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:108
|
2604 |
#: src/Admin/SettingsPages/GeneralSettings.php:108
|
2605 |
msgid "My Account edit profile form (default)"
|
2606 |
msgstr ""
|
2607 |
|
2608 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:111
|
2609 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:293
|
2610 |
#: src/Admin/SettingsPages/GeneralSettings.php:111
|
2611 |
#: src/Admin/SettingsPages/GeneralSettings.php:293
|
2612 |
msgid "Currently viewed page"
|
2613 |
msgstr ""
|
2614 |
|
2615 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:112
|
2616 |
#: src/Admin/SettingsPages/GeneralSettings.php:112
|
2617 |
msgid "Previous/Referrer page (Pro feature)"
|
2618 |
msgstr ""
|
2619 |
|
2620 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:113
|
2621 |
#: src/Admin/SettingsPages/GeneralSettings.php:113
|
2622 |
msgid "WordPress Dashboard"
|
2623 |
msgstr ""
|
2624 |
|
2625 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:117
|
2626 |
#: src/Admin/SettingsPages/GeneralSettings.php:117
|
2627 |
msgid "Previous/Referrer page"
|
2628 |
msgstr ""
|
2629 |
|
2630 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:122
|
2631 |
#: src/Admin/SettingsPages/GeneralSettings.php:122
|
2632 |
msgid "Global"
|
2633 |
msgstr ""
|
2634 |
|
2635 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:125
|
2636 |
#: src/Admin/SettingsPages/GeneralSettings.php:125
|
2637 |
msgid "Global Settings"
|
2638 |
msgstr ""
|
2639 |
|
2640 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:128
|
2641 |
#: src/Admin/SettingsPages/GeneralSettings.php:128
|
2642 |
msgid "Password-reset Page"
|
2643 |
msgstr ""
|
2644 |
|
2645 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:131
|
2646 |
#: src/Admin/SettingsPages/GeneralSettings.php:131
|
2647 |
-
msgid ""
|
2648 |
-
"Select the page you wish to make WordPress default \"Lost Password page\". "
|
2649 |
-
"%3$s This should be the page that contains a %1$spassword reset form "
|
2650 |
-
"shortcode%2$s."
|
2651 |
msgstr ""
|
2652 |
|
2653 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:136
|
2654 |
#: src/Admin/SettingsPages/GeneralSettings.php:136
|
2655 |
msgid "Login Page"
|
2656 |
msgstr ""
|
2657 |
|
2658 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:139
|
2659 |
#: src/Admin/SettingsPages/GeneralSettings.php:139
|
2660 |
-
msgid ""
|
2661 |
-
"Select the page you wish to make WordPress default Login page. %3$s This "
|
2662 |
-
"should be the page that contains a %1$slogin form shortcode%2$s."
|
2663 |
msgstr ""
|
2664 |
|
2665 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:144
|
2666 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:391
|
2667 |
#: src/Admin/SettingsPages/GeneralSettings.php:144
|
2668 |
#: src/Admin/SettingsPages/GeneralSettings.php:391
|
2669 |
msgid "Registration Page"
|
2670 |
msgstr ""
|
2671 |
|
2672 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:147
|
2673 |
#: src/Admin/SettingsPages/GeneralSettings.php:147
|
2674 |
-
msgid ""
|
2675 |
-
"Select the page you wish to make WordPress default Registration page. %3$s "
|
2676 |
-
"This should be the page that contains a %1$sregistration form shortcode%2$s."
|
2677 |
msgstr ""
|
2678 |
|
2679 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:152
|
2680 |
#: src/Admin/SettingsPages/GeneralSettings.php:152
|
2681 |
msgid "My Account Page"
|
2682 |
msgstr ""
|
2683 |
|
2684 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:155
|
2685 |
#: src/Admin/SettingsPages/GeneralSettings.php:155
|
2686 |
-
msgid ""
|
2687 |
-
"Select a page that contains %3$s shortcode. You can also use an %1$sedit "
|
2688 |
-
"profile shortcode%2$s on the My Account page in case you want something "
|
2689 |
-
"custom."
|
2690 |
msgstr ""
|
2691 |
|
2692 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:160
|
2693 |
#: src/Admin/SettingsPages/GeneralSettings.php:160
|
2694 |
msgid "Disable Ajax Mode"
|
2695 |
msgstr ""
|
2696 |
|
2697 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:162
|
2698 |
#: src/Admin/SettingsPages/GeneralSettings.php:162
|
2699 |
msgid "Disable"
|
2700 |
msgstr ""
|
2701 |
|
2702 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:163
|
2703 |
#: src/Admin/SettingsPages/GeneralSettings.php:163
|
2704 |
-
msgid ""
|
2705 |
-
"Check this box to disable ajax behaviour(whereby forms do not require page "
|
2706 |
-
"reload when submitted) in forms."
|
2707 |
msgstr ""
|
2708 |
|
2709 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:168
|
2710 |
#: src/Admin/SettingsPages/GeneralSettings.php:168
|
2711 |
msgid "Remove Data on Uninstall"
|
2712 |
msgstr ""
|
2713 |
|
2714 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:170
|
2715 |
#: src/Admin/SettingsPages/GeneralSettings.php:170
|
2716 |
-
msgid ""
|
2717 |
-
"Check this box if you would like ProfilePress to completely remove all of "
|
2718 |
-
"its data when the plugin is deleted."
|
2719 |
msgstr ""
|
2720 |
|
2721 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:181
|
2722 |
#: src/Admin/SettingsPages/GeneralSettings.php:181
|
2723 |
msgid "Auto-login after registration"
|
2724 |
msgstr ""
|
2725 |
|
2726 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:182
|
2727 |
#: src/Admin/SettingsPages/GeneralSettings.php:182
|
2728 |
msgid "Enable auto-login"
|
2729 |
msgstr ""
|
2730 |
|
2731 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:184
|
2732 |
#: src/Admin/SettingsPages/GeneralSettings.php:184
|
2733 |
-
msgid ""
|
2734 |
-
"Check this option to automatically login users after successful registration."
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:196
|
2738 |
#: src/Admin/SettingsPages/GeneralSettings.php:196
|
2739 |
msgid "Email Address and Username (default)"
|
2740 |
msgstr ""
|
2741 |
|
2742 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:197
|
2743 |
#: src/Admin/SettingsPages/GeneralSettings.php:197
|
2744 |
msgid "Email Address Only"
|
2745 |
msgstr ""
|
2746 |
|
2747 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:198
|
2748 |
#: src/Admin/SettingsPages/GeneralSettings.php:198
|
2749 |
msgid "Username Only"
|
2750 |
msgstr ""
|
2751 |
|
2752 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:201
|
2753 |
#: src/Admin/SettingsPages/GeneralSettings.php:201
|
2754 |
msgid "Login with Email or Username"
|
2755 |
msgstr ""
|
2756 |
|
2757 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:202
|
2758 |
#: src/Admin/SettingsPages/GeneralSettings.php:202
|
2759 |
-
msgid ""
|
2760 |
-
"By default, WordPress allows users to log in using either an email address "
|
2761 |
-
"or username. This setting allows you to restrict logins to only accept email "
|
2762 |
-
"addresses or usernames."
|
2763 |
msgstr ""
|
2764 |
|
2765 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:207
|
2766 |
-
#: build/wp-user-avatar/src/RegisterActivation/Base.php:167
|
2767 |
#: src/Admin/SettingsPages/GeneralSettings.php:207
|
2768 |
#: src/RegisterActivation/Base.php:167
|
2769 |
msgid "My Account"
|
2770 |
msgstr ""
|
2771 |
|
2772 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:208
|
2773 |
#: src/Admin/SettingsPages/GeneralSettings.php:208
|
2774 |
msgid "My Account Settings"
|
2775 |
msgstr ""
|
2776 |
|
2777 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:212
|
2778 |
#: src/Admin/SettingsPages/GeneralSettings.php:212
|
2779 |
msgid "Redirect Default Edit Profile"
|
2780 |
msgstr ""
|
2781 |
|
2782 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:213
|
2783 |
-
#: build/wp-user-avatar/src/ContentProtection/WPListTable.php:93
|
2784 |
-
#: build/wp-user-avatar/src/Functions/custom-settings-api.php:1008
|
2785 |
#: src/Admin/SettingsPages/GeneralSettings.php:213
|
2786 |
#: src/ContentProtection/WPListTable.php:93
|
2787 |
#: src/Functions/custom-settings-api.php:1008
|
2788 |
msgid "Activate"
|
2789 |
msgstr ""
|
2790 |
|
2791 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:216
|
2792 |
#: src/Admin/SettingsPages/GeneralSettings.php:216
|
2793 |
-
msgid ""
|
2794 |
-
"Redirect <a target=\"_blank\" href=\"%s\">default WordPress profile</a> to "
|
2795 |
-
"My Account page."
|
2796 |
msgstr ""
|
2797 |
|
2798 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:223
|
2799 |
#: src/Admin/SettingsPages/GeneralSettings.php:223
|
2800 |
msgid "Edit Account Endpoint"
|
2801 |
msgstr ""
|
2802 |
|
2803 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:224
|
2804 |
#: src/Admin/SettingsPages/GeneralSettings.php:224
|
2805 |
msgid "Endpoint for the \"My Account → Account Details\" page."
|
2806 |
msgstr ""
|
2807 |
|
2808 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:229
|
2809 |
#: src/Admin/SettingsPages/GeneralSettings.php:229
|
2810 |
msgid "Change Password Endpoint"
|
2811 |
msgstr ""
|
2812 |
|
2813 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:230
|
2814 |
#: src/Admin/SettingsPages/GeneralSettings.php:230
|
2815 |
msgid "Endpoint for the \"My Account → Change Password\" page."
|
2816 |
msgstr ""
|
2817 |
|
2818 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:235
|
2819 |
#: src/Admin/SettingsPages/GeneralSettings.php:235
|
2820 |
msgid "Account Details Form"
|
2821 |
msgstr ""
|
2822 |
|
2823 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:236
|
2824 |
#: src/Admin/SettingsPages/GeneralSettings.php:236
|
2825 |
-
msgid ""
|
2826 |
-
"Do you want to replace the default form in \"My Account → Account Details\" "
|
2827 |
-
"page? select an Edit Profile form that will replace it."
|
2828 |
msgstr ""
|
2829 |
|
2830 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:240
|
2831 |
#: src/Admin/SettingsPages/GeneralSettings.php:240
|
2832 |
msgid "Frontend Profile"
|
2833 |
msgstr ""
|
2834 |
|
2835 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:241
|
2836 |
#: src/Admin/SettingsPages/GeneralSettings.php:241
|
2837 |
msgid "Frontend Profile Settings"
|
2838 |
msgstr ""
|
2839 |
|
2840 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:245
|
2841 |
#: src/Admin/SettingsPages/GeneralSettings.php:245
|
2842 |
msgid "Page with Profile Shortcode"
|
2843 |
msgstr ""
|
2844 |
|
2845 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:247
|
2846 |
#: src/Admin/SettingsPages/GeneralSettings.php:247
|
2847 |
-
msgid ""
|
2848 |
-
"Select the page that contains your <a href=\"%s\">Frontend user profile "
|
2849 |
-
"shortcode</a>."
|
2850 |
msgstr ""
|
2851 |
|
2852 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:252
|
2853 |
#: src/Admin/SettingsPages/GeneralSettings.php:252
|
2854 |
msgid "Profile Slug"
|
2855 |
msgstr ""
|
2856 |
|
2857 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:253
|
2858 |
#: src/Admin/SettingsPages/GeneralSettings.php:253
|
2859 |
-
msgid ""
|
2860 |
-
"Enter your preferred profile URL slug. Default to \"profile\" if empty. If "
|
2861 |
-
"slug is \"profile\", URL becomes %s where \"john\" is a user's username."
|
2862 |
msgstr ""
|
2863 |
|
2864 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:257
|
2865 |
#: src/Admin/SettingsPages/GeneralSettings.php:257
|
2866 |
msgid "Disable Guests from Viewing Profiles"
|
2867 |
msgstr ""
|
2868 |
|
2869 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:258
|
2870 |
#: src/Admin/SettingsPages/GeneralSettings.php:258
|
2871 |
-
msgid ""
|
2872 |
-
"Enable this option to stop disable guests or non-registered users from "
|
2873 |
-
"viewing users profiles."
|
2874 |
msgstr ""
|
2875 |
|
2876 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:263
|
2877 |
#: src/Admin/SettingsPages/GeneralSettings.php:263
|
2878 |
msgid "Disable Members from Viewing Profiles"
|
2879 |
msgstr ""
|
2880 |
|
2881 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:264
|
2882 |
#: src/Admin/SettingsPages/GeneralSettings.php:264
|
2883 |
-
msgid ""
|
2884 |
-
"Enable this option to stop members from viewing other users profiles. If "
|
2885 |
-
"enabled, users can only see their own profile."
|
2886 |
msgstr ""
|
2887 |
|
2888 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:269
|
2889 |
#: src/Admin/SettingsPages/GeneralSettings.php:269
|
2890 |
msgid "Comment Author URL to Profile"
|
2891 |
msgstr ""
|
2892 |
|
2893 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:270
|
2894 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:277
|
2895 |
#: src/Admin/SettingsPages/GeneralSettings.php:270
|
2896 |
#: src/Admin/SettingsPages/GeneralSettings.php:277
|
2897 |
msgid "Enable option"
|
2898 |
msgstr ""
|
2899 |
|
2900 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:272
|
2901 |
#: src/Admin/SettingsPages/GeneralSettings.php:272
|
2902 |
msgid "Change URL of comment authors to their ProfilePress front-end profile."
|
2903 |
msgstr ""
|
2904 |
|
2905 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:276
|
2906 |
#: src/Admin/SettingsPages/GeneralSettings.php:276
|
2907 |
msgid "Authors Page to Profile"
|
2908 |
msgstr ""
|
2909 |
|
2910 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:279
|
2911 |
#: src/Admin/SettingsPages/GeneralSettings.php:279
|
2912 |
msgid "Change and redirect authors pages %s to their front-end profiles %s."
|
2913 |
msgstr ""
|
2914 |
|
2915 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:284
|
2916 |
#: src/Admin/SettingsPages/GeneralSettings.php:284
|
2917 |
msgid "Redirection"
|
2918 |
msgstr ""
|
2919 |
|
2920 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:285
|
2921 |
#: src/Admin/SettingsPages/GeneralSettings.php:285
|
2922 |
msgid "Redirection Settings"
|
2923 |
msgstr ""
|
2924 |
|
2925 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:289
|
2926 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:224
|
2927 |
#: src/Admin/SettingsPages/GeneralSettings.php:289
|
2928 |
#: src/Widgets/TabbedWidget.php:224
|
2929 |
msgid "Log out"
|
2930 |
msgstr ""
|
2931 |
|
2932 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:298
|
2933 |
#: src/Admin/SettingsPages/GeneralSettings.php:298
|
2934 |
-
msgid ""
|
2935 |
-
"Select the page users will be redirected to after logout. To redirect to a "
|
2936 |
-
"custom URL instead of a selected page, enter the URL in input field directly "
|
2937 |
-
"above this description."
|
2938 |
msgstr ""
|
2939 |
|
2940 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:299
|
2941 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:309
|
2942 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:326
|
2943 |
#: src/Admin/SettingsPages/GeneralSettings.php:299
|
2944 |
#: src/Admin/SettingsPages/GeneralSettings.php:309
|
2945 |
#: src/Admin/SettingsPages/GeneralSettings.php:326
|
2946 |
msgid "Leave the \"custom URL\" field empty to fallback to the selected page."
|
2947 |
msgstr ""
|
2948 |
|
2949 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:308
|
2950 |
#: src/Admin/SettingsPages/GeneralSettings.php:308
|
2951 |
-
msgid ""
|
2952 |
-
"Select the page or custom URL users will be redirected to after login. To "
|
2953 |
-
"redirect to a custom URL instead of a selected page, enter the URL in input "
|
2954 |
-
"field directly above this description"
|
2955 |
msgstr ""
|
2956 |
|
2957 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:320
|
2958 |
#: src/Admin/SettingsPages/GeneralSettings.php:320
|
2959 |
msgid "Default.."
|
2960 |
msgstr ""
|
2961 |
|
2962 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:325
|
2963 |
#: src/Admin/SettingsPages/GeneralSettings.php:325
|
2964 |
-
msgid ""
|
2965 |
-
"Select the page or custom URL users will be redirected to after they "
|
2966 |
-
"successfully reset or change their password. To redirect to a custom URL "
|
2967 |
-
"instead of a selected page, enter the URL in input field directly above this "
|
2968 |
-
"description."
|
2969 |
msgstr ""
|
2970 |
|
2971 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:332
|
2972 |
-
#: build/wp-user-avatar/src/ContentProtection/WPListTable.php:30
|
2973 |
#: src/Admin/SettingsPages/GeneralSettings.php:332
|
2974 |
#: src/ContentProtection/WPListTable.php:30
|
2975 |
msgid "Access"
|
2976 |
msgstr ""
|
2977 |
|
2978 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:333
|
2979 |
#: src/Admin/SettingsPages/GeneralSettings.php:333
|
2980 |
msgid "Access Settings"
|
2981 |
msgstr ""
|
2982 |
|
2983 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:339
|
2984 |
#: src/Admin/SettingsPages/GeneralSettings.php:339
|
2985 |
-
msgid ""
|
2986 |
-
"%sNote:%s Access setting takes precedence over %sContent Protection rules%s."
|
2987 |
msgstr ""
|
2988 |
|
2989 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:345
|
2990 |
#: src/Admin/SettingsPages/GeneralSettings.php:345
|
2991 |
msgid "Global Site Access"
|
2992 |
msgstr ""
|
2993 |
|
2994 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:347
|
2995 |
#: src/Admin/SettingsPages/GeneralSettings.php:347
|
2996 |
msgid "Accessible to Everyone"
|
2997 |
msgstr ""
|
2998 |
|
2999 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:348
|
3000 |
#: src/Admin/SettingsPages/GeneralSettings.php:348
|
3001 |
msgid "Accessible to Logged-in Users"
|
3002 |
msgstr ""
|
3003 |
|
3004 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:353
|
3005 |
#: src/Admin/SettingsPages/GeneralSettings.php:353
|
3006 |
msgid "Redirect Page"
|
3007 |
msgstr ""
|
3008 |
|
3009 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:355
|
3010 |
#: src/Admin/SettingsPages/GeneralSettings.php:355
|
3011 |
-
msgid ""
|
3012 |
-
"Select the page or custom URL to redirect users that are not logged in to."
|
3013 |
msgstr ""
|
3014 |
|
3015 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:359
|
3016 |
#: src/Admin/SettingsPages/GeneralSettings.php:359
|
3017 |
msgid "Pages to Exclude"
|
3018 |
msgstr ""
|
3019 |
|
3020 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:365
|
3021 |
#: src/Admin/SettingsPages/GeneralSettings.php:365
|
3022 |
-
msgid ""
|
3023 |
-
"Select the pages to exclude beside the redirect page that will be accessible "
|
3024 |
-
"by everyone."
|
3025 |
msgstr ""
|
3026 |
|
3027 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:371
|
3028 |
#: src/Admin/SettingsPages/GeneralSettings.php:371
|
3029 |
msgid "Accessible Homepage"
|
3030 |
msgstr ""
|
3031 |
|
3032 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:372
|
3033 |
#: src/Admin/SettingsPages/GeneralSettings.php:372
|
3034 |
msgid "Check to allow homepage to be accessible by everyone."
|
3035 |
msgstr ""
|
3036 |
|
3037 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:376
|
3038 |
-
#: build/wp-user-avatar/src/ContentProtection/Frontend/PostContent.php:64
|
3039 |
#: src/Admin/SettingsPages/GeneralSettings.php:376
|
3040 |
#: src/ContentProtection/Frontend/PostContent.php:64
|
3041 |
msgid "You are unauthorized to view this page."
|
3042 |
msgstr ""
|
3043 |
|
3044 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:377
|
3045 |
#: src/Admin/SettingsPages/GeneralSettings.php:377
|
3046 |
msgid "Global Restricted Access Message"
|
3047 |
msgstr ""
|
3048 |
|
3049 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:378
|
3050 |
#: src/Admin/SettingsPages/GeneralSettings.php:378
|
3051 |
-
msgid ""
|
3052 |
-
"This is the message shown to users that do not have permission to view the "
|
3053 |
-
"content."
|
3054 |
msgstr ""
|
3055 |
|
3056 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:385
|
3057 |
#: src/Admin/SettingsPages/GeneralSettings.php:385
|
3058 |
msgid "BuddyPress"
|
3059 |
msgstr ""
|
3060 |
|
3061 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:386
|
3062 |
#: src/Admin/SettingsPages/GeneralSettings.php:386
|
3063 |
msgid "BuddyPress Settings"
|
3064 |
msgstr ""
|
3065 |
|
3066 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:392
|
3067 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:399
|
3068 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:406
|
3069 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:422
|
3070 |
#: src/Admin/SettingsPages/GeneralSettings.php:392
|
3071 |
#: src/Admin/SettingsPages/GeneralSettings.php:399
|
3072 |
#: src/Admin/SettingsPages/GeneralSettings.php:406
|
@@ -3074,1069 +2125,776 @@ msgstr ""
|
|
3074 |
msgid "Check to enable"
|
3075 |
msgstr ""
|
3076 |
|
3077 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:393
|
3078 |
#: src/Admin/SettingsPages/GeneralSettings.php:393
|
3079 |
msgid "Check to redirect BuddyPress registration page to your selected %s"
|
3080 |
msgstr ""
|
3081 |
|
3082 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:397
|
3083 |
#: src/Admin/SettingsPages/GeneralSettings.php:397
|
3084 |
msgid "Override Avatar"
|
3085 |
msgstr ""
|
3086 |
|
3087 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:400
|
3088 |
#: src/Admin/SettingsPages/GeneralSettings.php:400
|
3089 |
-
msgid ""
|
3090 |
-
"Check to override BuddyPress users uploaded avatars with that of "
|
3091 |
-
"ProfilePress."
|
3092 |
msgstr ""
|
3093 |
|
3094 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:405
|
3095 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:421
|
3096 |
#: src/Admin/SettingsPages/GeneralSettings.php:405
|
3097 |
#: src/Admin/SettingsPages/GeneralSettings.php:421
|
3098 |
msgid "Override Profile URL"
|
3099 |
msgstr ""
|
3100 |
|
3101 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:407
|
3102 |
#: src/Admin/SettingsPages/GeneralSettings.php:407
|
3103 |
-
msgid ""
|
3104 |
-
"Check to change the profile URL of BuddyPress users to ProfilePress front-"
|
3105 |
-
"end profile."
|
3106 |
msgstr ""
|
3107 |
|
3108 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:415
|
3109 |
#: src/Admin/SettingsPages/GeneralSettings.php:415
|
3110 |
msgid "bbPress"
|
3111 |
msgstr ""
|
3112 |
|
3113 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:416
|
3114 |
#: src/Admin/SettingsPages/GeneralSettings.php:416
|
3115 |
msgid "bbPress Settings"
|
3116 |
msgstr ""
|
3117 |
|
3118 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/GeneralSettings.php:423
|
3119 |
#: src/Admin/SettingsPages/GeneralSettings.php:423
|
3120 |
msgid "Check to change bbPress profile URL to ProfilePress front-end profile."
|
3121 |
msgstr ""
|
3122 |
|
3123 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/IDUserColumn.php:20
|
3124 |
#: src/Admin/SettingsPages/IDUserColumn.php:20
|
3125 |
msgid "ID"
|
3126 |
msgstr ""
|
3127 |
|
3128 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:51
|
3129 |
#: src/Admin/SettingsPages/MailOptin.php:51
|
3130 |
msgid "There was an error while performing your request."
|
3131 |
msgstr ""
|
3132 |
|
3133 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:63
|
3134 |
#: src/Admin/SettingsPages/MailOptin.php:63
|
3135 |
msgid "Could not install plugin. Please download and install manually."
|
3136 |
msgstr ""
|
3137 |
|
3138 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:63
|
3139 |
#: src/Admin/SettingsPages/MailOptin.php:63
|
3140 |
-
msgid ""
|
3141 |
-
"Could not install addon. Please download from wpforms.com and install "
|
3142 |
-
"manually."
|
3143 |
msgstr ""
|
3144 |
|
3145 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:131
|
3146 |
#: src/Admin/SettingsPages/MailOptin.php:131
|
3147 |
msgid "Plugin installed."
|
3148 |
msgstr ""
|
3149 |
|
3150 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:131
|
3151 |
#: src/Admin/SettingsPages/MailOptin.php:131
|
3152 |
msgid "Addon installed."
|
3153 |
msgstr ""
|
3154 |
|
3155 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:141
|
3156 |
#: src/Admin/SettingsPages/MailOptin.php:141
|
3157 |
msgid "Plugin installed & activated."
|
3158 |
msgstr ""
|
3159 |
|
3160 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:141
|
3161 |
#: src/Admin/SettingsPages/MailOptin.php:141
|
3162 |
msgid "Addon installed & activated."
|
3163 |
msgstr ""
|
3164 |
|
3165 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:157
|
3166 |
#: src/Admin/SettingsPages/MailOptin.php:157
|
3167 |
msgid "Plugin activation is disabled for you on this site."
|
3168 |
msgstr ""
|
3169 |
|
3170 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:166
|
3171 |
#: src/Admin/SettingsPages/MailOptin.php:166
|
3172 |
msgid "Plugin activated."
|
3173 |
msgstr ""
|
3174 |
|
3175 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:170
|
3176 |
#: src/Admin/SettingsPages/MailOptin.php:170
|
3177 |
msgid "Could not activate plugin. Please activate from the Plugins page."
|
3178 |
msgstr ""
|
3179 |
|
3180 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:178
|
3181 |
#: src/Admin/SettingsPages/MailOptin.php:178
|
3182 |
msgid "Popups & Optins"
|
3183 |
msgstr ""
|
3184 |
|
3185 |
#. translators: %s - Lite plugin download URL.
|
3186 |
-
|
3187 |
#: src/Admin/SettingsPages/MailOptin.php:209
|
3188 |
-
msgid ""
|
3189 |
-
"Could not install plugin. Please <a href=\"%s\">download</a> and install "
|
3190 |
-
"manually."
|
3191 |
msgstr ""
|
3192 |
|
3193 |
#. translators: %s - Lite plugin download URL.
|
3194 |
-
|
3195 |
#: src/Admin/SettingsPages/MailOptin.php:221
|
3196 |
-
msgid ""
|
3197 |
-
"Could not activate plugin. Please activate from the <a href=\"%s\">Plugins "
|
3198 |
-
"page</a>."
|
3199 |
msgstr ""
|
3200 |
|
3201 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:232
|
3202 |
#: src/Admin/SettingsPages/MailOptin.php:232
|
3203 |
msgid "Installing..."
|
3204 |
msgstr ""
|
3205 |
|
3206 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:233
|
3207 |
#: src/Admin/SettingsPages/MailOptin.php:233
|
3208 |
msgid "Activating..."
|
3209 |
msgstr ""
|
3210 |
|
3211 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:234
|
3212 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:596
|
3213 |
#: src/Admin/SettingsPages/MailOptin.php:234
|
3214 |
#: src/Admin/SettingsPages/MailOptin.php:596
|
3215 |
msgid "MailOptin Installed & Activated"
|
3216 |
msgstr ""
|
3217 |
|
3218 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:235
|
3219 |
#: src/Admin/SettingsPages/MailOptin.php:235
|
3220 |
msgid "Install Now"
|
3221 |
msgstr ""
|
3222 |
|
3223 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:236
|
3224 |
#: src/Admin/SettingsPages/MailOptin.php:236
|
3225 |
msgid "Activate Now"
|
3226 |
msgstr ""
|
3227 |
|
3228 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:237
|
3229 |
#: src/Admin/SettingsPages/MailOptin.php:237
|
3230 |
msgid "Download Now"
|
3231 |
msgstr ""
|
3232 |
|
3233 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:238
|
3234 |
#: src/Admin/SettingsPages/MailOptin.php:238
|
3235 |
msgid "Go to Plugins page"
|
3236 |
msgstr ""
|
3237 |
|
3238 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:243
|
3239 |
#: src/Admin/SettingsPages/MailOptin.php:243
|
3240 |
msgid "Go to MailOptin Settings"
|
3241 |
msgstr ""
|
3242 |
|
3243 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:472
|
3244 |
#: src/Admin/SettingsPages/MailOptin.php:472
|
3245 |
msgid "ProfilePress ♥ MailOptin"
|
3246 |
msgstr ""
|
3247 |
|
3248 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:473
|
3249 |
#: src/Admin/SettingsPages/MailOptin.php:473
|
3250 |
msgid "#1 Popup, Optin Forms & Marketing Automation Plugin"
|
3251 |
msgstr ""
|
3252 |
|
3253 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:474
|
3254 |
#: src/Admin/SettingsPages/MailOptin.php:474
|
3255 |
-
msgid ""
|
3256 |
-
"MailOptin lets you create popups and newsletter opt-in forms that integrates "
|
3257 |
-
"with Mailchimp, Aweber, Constant Contact, Active Campaign & more."
|
3258 |
msgstr ""
|
3259 |
|
3260 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:497
|
3261 |
#: src/Admin/SettingsPages/MailOptin.php:497
|
3262 |
msgid "MailOptin screenshot"
|
3263 |
msgstr ""
|
3264 |
|
3265 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:498
|
3266 |
#: src/Admin/SettingsPages/MailOptin.php:498
|
3267 |
-
msgid ""
|
3268 |
-
"Automatically notify your subscribers every time you publish a new post."
|
3269 |
msgstr ""
|
3270 |
|
3271 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:499
|
3272 |
#: src/Admin/SettingsPages/MailOptin.php:499
|
3273 |
-
msgid ""
|
3274 |
-
"Keep your subscribers engaged with daily, weekly and monthly email digest of "
|
3275 |
-
"published posts."
|
3276 |
msgstr ""
|
3277 |
|
3278 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:500
|
3279 |
#: src/Admin/SettingsPages/MailOptin.php:500
|
3280 |
-
msgid ""
|
3281 |
-
"Different types of opt-in form including Popup, notification bar, inline, "
|
3282 |
-
"scroll box, slide ins, sidebar forms."
|
3283 |
msgstr ""
|
3284 |
|
3285 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:501
|
3286 |
#: src/Admin/SettingsPages/MailOptin.php:501
|
3287 |
-
msgid ""
|
3288 |
-
"Page-level targeting and optin triggers to build hyper segmented email list."
|
3289 |
msgstr ""
|
3290 |
|
3291 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:502
|
3292 |
#: src/Admin/SettingsPages/MailOptin.php:502
|
3293 |
-
msgid ""
|
3294 |
-
"Analytics with actionable reporting & insights to improve your lead-"
|
3295 |
-
"generation strategy."
|
3296 |
msgstr ""
|
3297 |
|
3298 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:530
|
3299 |
#: src/Admin/SettingsPages/MailOptin.php:530
|
3300 |
msgid "Step 1"
|
3301 |
msgstr ""
|
3302 |
|
3303 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:531
|
3304 |
#: src/Admin/SettingsPages/MailOptin.php:531
|
3305 |
msgid "Install and Activate MailOptin"
|
3306 |
msgstr ""
|
3307 |
|
3308 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:532
|
3309 |
#: src/Admin/SettingsPages/MailOptin.php:532
|
3310 |
msgid "Install MailOptin from the WordPress.org plugin repository."
|
3311 |
msgstr ""
|
3312 |
|
3313 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:565
|
3314 |
#: src/Admin/SettingsPages/MailOptin.php:565
|
3315 |
msgid "Step 2"
|
3316 |
msgstr ""
|
3317 |
|
3318 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:566
|
3319 |
#: src/Admin/SettingsPages/MailOptin.php:566
|
3320 |
msgid "Set Up MailOptin"
|
3321 |
msgstr ""
|
3322 |
|
3323 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:567
|
3324 |
#: src/Admin/SettingsPages/MailOptin.php:567
|
3325 |
msgid "Configure and create your first optin form."
|
3326 |
msgstr ""
|
3327 |
|
3328 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:588
|
3329 |
#: src/Admin/SettingsPages/MailOptin.php:588
|
3330 |
msgid "Install MailOptin"
|
3331 |
msgstr ""
|
3332 |
|
3333 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:596
|
3334 |
#: src/Admin/SettingsPages/MailOptin.php:596
|
3335 |
msgid "Activate MailOptin"
|
3336 |
msgstr ""
|
3337 |
|
3338 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:614
|
3339 |
#: src/Admin/SettingsPages/MailOptin.php:614
|
3340 |
msgid "Start Setup"
|
3341 |
msgstr ""
|
3342 |
|
3343 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:620
|
3344 |
#: src/Admin/SettingsPages/MailOptin.php:620
|
3345 |
msgid "Go to MailOptin settings"
|
3346 |
msgstr ""
|
3347 |
|
3348 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:641
|
3349 |
#: src/Admin/SettingsPages/MailOptin.php:641
|
3350 |
msgid "You do not have permission."
|
3351 |
msgstr ""
|
3352 |
|
3353 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MailOptin.php:651
|
3354 |
#: src/Admin/SettingsPages/MailOptin.php:651
|
3355 |
msgid "Plugin unavailable."
|
3356 |
msgstr ""
|
3357 |
|
3358 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MemberDirectories.php:37
|
3359 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MemberDirectories.php:55
|
3360 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MemberDirectories.php:91
|
3361 |
#: src/Admin/SettingsPages/MemberDirectories.php:37
|
3362 |
#: src/Admin/SettingsPages/MemberDirectories.php:55
|
3363 |
#: src/Admin/SettingsPages/MemberDirectories.php:91
|
3364 |
msgid "Member Directories"
|
3365 |
msgstr ""
|
3366 |
|
3367 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MemberDirectories.php:44
|
3368 |
#: src/Admin/SettingsPages/MemberDirectories.php:44
|
3369 |
msgid "Edit Member Directory"
|
3370 |
msgstr ""
|
3371 |
|
3372 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/MembersDirectoryList.php:10
|
3373 |
#: src/Admin/SettingsPages/MembersDirectoryList.php:10
|
3374 |
msgid "No members directory is currently available. %sConsider creating one%s"
|
3375 |
msgstr ""
|
3376 |
|
3377 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/ToolsSettingsPage.php:41
|
3378 |
#: src/Admin/SettingsPages/ToolsSettingsPage.php:41
|
3379 |
msgid "Logs"
|
3380 |
msgstr ""
|
3381 |
|
3382 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/ToolsSettingsPage.php:44
|
3383 |
#: src/Admin/SettingsPages/ToolsSettingsPage.php:44
|
3384 |
msgid "Debug Error Log"
|
3385 |
msgstr ""
|
3386 |
|
3387 |
-
#: build/wp-user-avatar/src/Admin/SettingsPages/ToolsSettingsPage.php:54
|
3388 |
#: src/Admin/SettingsPages/ToolsSettingsPage.php:54
|
3389 |
msgid "Delete Log"
|
3390 |
msgstr ""
|
3391 |
|
3392 |
-
#: build/wp-user-avatar/src/AdminBarDashboardAccess/Init.php:32
|
3393 |
#: src/AdminBarDashboardAccess/Init.php:32
|
3394 |
msgid "Admin Bar & Dashboard"
|
3395 |
msgstr ""
|
3396 |
|
3397 |
-
#: build/wp-user-avatar/src/AdminBarDashboardAccess/Init.php:41
|
3398 |
-
#: build/wp-user-avatar/src/AdminBarDashboardAccess/Init.php:58
|
3399 |
#: src/AdminBarDashboardAccess/Init.php:41
|
3400 |
#: src/AdminBarDashboardAccess/Init.php:58
|
3401 |
msgid "Admin Bar & Dashboard Access"
|
3402 |
msgstr ""
|
3403 |
|
3404 |
-
#: build/wp-user-avatar/src/AdminBarDashboardAccess/include.settings-page.php:19
|
3405 |
#: src/AdminBarDashboardAccess/include.settings-page.php:19
|
3406 |
msgid "Admin Bar Visibility Control"
|
3407 |
msgstr ""
|
3408 |
|
3409 |
-
#: build/wp-user-avatar/src/AdminBarDashboardAccess/include.settings-page.php:26
|
3410 |
#: src/AdminBarDashboardAccess/include.settings-page.php:26
|
3411 |
msgid "Disable Admin Bar"
|
3412 |
msgstr ""
|
3413 |
|
3414 |
-
#: build/wp-user-avatar/src/AdminBarDashboardAccess/include.settings-page.php:31
|
3415 |
#: src/AdminBarDashboardAccess/include.settings-page.php:31
|
3416 |
msgid "Check to disable admin bar."
|
3417 |
msgstr ""
|
3418 |
|
3419 |
-
#: build/wp-user-avatar/src/AdminBarDashboardAccess/include.settings-page.php:37
|
3420 |
#: src/AdminBarDashboardAccess/include.settings-page.php:37
|
3421 |
msgid "Admin Bar Control"
|
3422 |
msgstr ""
|
3423 |
|
3424 |
-
#: build/wp-user-avatar/src/AdminBarDashboardAccess/include.settings-page.php:47
|
3425 |
#: src/AdminBarDashboardAccess/include.settings-page.php:47
|
3426 |
-
msgid ""
|
3427 |
-
"Select the user roles that the admin bar will be disabled for. It will be "
|
3428 |
-
"disabled for everyone except admins if none is checked."
|
3429 |
msgstr ""
|
3430 |
|
3431 |
-
#: build/wp-user-avatar/src/AdminBarDashboardAccess/include.settings-page.php:63
|
3432 |
-
#: build/wp-user-avatar/src/AdminBarDashboardAccess/include.settings-page.php:81
|
3433 |
#: src/AdminBarDashboardAccess/include.settings-page.php:63
|
3434 |
#: src/AdminBarDashboardAccess/include.settings-page.php:81
|
3435 |
msgid "Dashboard Access Control"
|
3436 |
msgstr ""
|
3437 |
|
3438 |
-
#: build/wp-user-avatar/src/AdminBarDashboardAccess/include.settings-page.php:70
|
3439 |
#: src/AdminBarDashboardAccess/include.settings-page.php:70
|
3440 |
msgid "Disable Dashboard Access"
|
3441 |
msgstr ""
|
3442 |
|
3443 |
-
#: build/wp-user-avatar/src/AdminBarDashboardAccess/include.settings-page.php:75
|
3444 |
#: src/AdminBarDashboardAccess/include.settings-page.php:75
|
3445 |
msgid "Check to disable dashboard access for everyone."
|
3446 |
msgstr ""
|
3447 |
|
3448 |
-
#: build/wp-user-avatar/src/AdminBarDashboardAccess/include.settings-page.php:91
|
3449 |
#: src/AdminBarDashboardAccess/include.settings-page.php:91
|
3450 |
-
msgid ""
|
3451 |
-
"Select the user roles that dashboard access will be disabled for. It will be "
|
3452 |
-
"disabled for everyone except admins if none is checked."
|
3453 |
msgstr ""
|
3454 |
|
3455 |
-
#: build/wp-user-avatar/src/AdminBarDashboardAccess/include.settings-page.php:97
|
3456 |
#: src/AdminBarDashboardAccess/include.settings-page.php:97
|
3457 |
msgid "Dashboard Redirect URL"
|
3458 |
msgstr ""
|
3459 |
|
3460 |
-
#: build/wp-user-avatar/src/AdminBarDashboardAccess/include.settings-page.php:102
|
3461 |
#: src/AdminBarDashboardAccess/include.settings-page.php:102
|
3462 |
-
msgid ""
|
3463 |
-
"Enter URL to redirect users to without dashboard access. If empty, users "
|
3464 |
-
"will be redirected to website homepage."
|
3465 |
msgstr ""
|
3466 |
|
3467 |
-
#: build/wp-user-avatar/src/Classes/AdminNotices.php:100
|
3468 |
#: src/Classes/AdminNotices.php:100
|
3469 |
-
msgid ""
|
3470 |
-
"Hey, I noticed you have been using ProfilePress for at least 7 days now - "
|
3471 |
-
"that's awesome! Could you please do us a BIG favor and give it a %1$s5-star "
|
3472 |
-
"rating on WordPress?%2$s This will help us spread the word and boost our "
|
3473 |
-
"motivation - thanks!"
|
3474 |
msgstr ""
|
3475 |
|
3476 |
-
#: build/wp-user-avatar/src/Classes/AdminNotices.php:104
|
3477 |
#: src/Classes/AdminNotices.php:104
|
3478 |
msgid "Sure! I'd love to give a review"
|
3479 |
msgstr ""
|
3480 |
|
3481 |
-
#: build/wp-user-avatar/src/Classes/AdminNotices.php:106
|
3482 |
#: src/Classes/AdminNotices.php:106
|
3483 |
msgid "Dismiss Forever"
|
3484 |
msgstr ""
|
3485 |
|
3486 |
-
#: build/wp-user-avatar/src/Classes/AdminNotices.php:125
|
3487 |
#: src/Classes/AdminNotices.php:125
|
3488 |
msgid "Change Permalink Structure"
|
3489 |
msgstr ""
|
3490 |
|
3491 |
-
#: build/wp-user-avatar/src/Classes/AdminNotices.php:129
|
3492 |
#: src/Classes/AdminNotices.php:129
|
3493 |
-
msgid ""
|
3494 |
-
"Your site permalink structure is currently set to <code>Plain</code>. This "
|
3495 |
-
"setting is not compatible with ProfilePress. Change your permalink structure "
|
3496 |
-
"to any other setting to avoid issues. We recommend <code>Post name</code>.</"
|
3497 |
-
"p><p>%s"
|
3498 |
msgstr ""
|
3499 |
|
3500 |
-
#: build/wp-user-avatar/src/Classes/AdminNotices.php:151
|
3501 |
#: src/Classes/AdminNotices.php:151
|
3502 |
-
msgid ""
|
3503 |
-
"Important news! %1$sWP User Avatar%2$s is now %1$sProfilePress%2$s. We added "
|
3504 |
-
"new features such as member directories, frontend user registration & login "
|
3505 |
-
"forms, user profile, content protection and more. %3$sCheck Them Out%5$s | "
|
3506 |
-
"%4$sDismiss Notice%5$s"
|
3507 |
msgstr ""
|
3508 |
|
3509 |
-
#: build/wp-user-avatar/src/Classes/AdminNotices.php:170
|
3510 |
#: src/Classes/AdminNotices.php:170
|
3511 |
-
msgid ""
|
3512 |
-
"ProfilePress needs to create several pages (User Profiles, My Account, "
|
3513 |
-
"Registration, Login, Password Reset, Member Directory) to function correctly."
|
3514 |
msgstr ""
|
3515 |
|
3516 |
-
#: build/wp-user-avatar/src/Classes/AdminNotices.php:173
|
3517 |
#: src/Classes/AdminNotices.php:173
|
3518 |
msgid "Create Pages"
|
3519 |
msgstr ""
|
3520 |
|
3521 |
-
#: build/wp-user-avatar/src/Classes/AdminNotices.php:173
|
3522 |
#: src/Classes/AdminNotices.php:173
|
3523 |
msgid "No Thanks"
|
3524 |
msgstr ""
|
3525 |
|
3526 |
-
#: build/wp-user-avatar/src/Classes/AdminNotices.php:201
|
3527 |
#: src/Classes/AdminNotices.php:201
|
3528 |
-
msgid ""
|
3529 |
-
"User registration currently disabled. To enable, Go to <a href=\"%1$s"
|
3530 |
-
"\">Settings -> General</a>, and under Membership, check \"Anyone can register"
|
3531 |
-
"\""
|
3532 |
msgstr ""
|
3533 |
|
3534 |
-
#: build/wp-user-avatar/src/Classes/AjaxHandler.php:45
|
3535 |
#: src/Classes/AjaxHandler.php:45
|
3536 |
-
msgid ""
|
3537 |
-
"Melange is a way to combine login, registration & password reset forms in a "
|
3538 |
-
"single form."
|
3539 |
msgstr ""
|
3540 |
|
3541 |
-
#: build/wp-user-avatar/src/Classes/AjaxHandler.php:49
|
3542 |
#: src/Classes/AjaxHandler.php:49
|
3543 |
msgid "Select Form Type"
|
3544 |
msgstr ""
|
3545 |
|
3546 |
-
#: build/wp-user-avatar/src/Classes/AjaxHandler.php:50
|
3547 |
#: src/Classes/AjaxHandler.php:50
|
3548 |
msgid "Loading..."
|
3549 |
msgstr ""
|
3550 |
|
3551 |
-
#: build/wp-user-avatar/src/Classes/AjaxHandler.php:101
|
3552 |
#: src/Classes/AjaxHandler.php:101
|
3553 |
msgid "Create from Scratch"
|
3554 |
msgstr ""
|
3555 |
|
3556 |
-
#: build/wp-user-avatar/src/Classes/AjaxHandler.php:107
|
3557 |
#: src/Classes/AjaxHandler.php:107
|
3558 |
msgid "Do it Yourself"
|
3559 |
msgstr ""
|
3560 |
|
3561 |
-
#: build/wp-user-avatar/src/Classes/AjaxHandler.php:110
|
3562 |
#: src/Classes/AjaxHandler.php:110
|
3563 |
msgid "Get Started Creating Your Own Form"
|
3564 |
msgstr ""
|
3565 |
|
3566 |
-
#: build/wp-user-avatar/src/Classes/AjaxHandler.php:151
|
3567 |
#: src/Classes/AjaxHandler.php:151
|
3568 |
msgid "Select this template"
|
3569 |
msgstr ""
|
3570 |
|
3571 |
-
#: build/wp-user-avatar/src/Classes/AjaxHandler.php:152
|
3572 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:274
|
3573 |
#: src/Classes/AjaxHandler.php:152
|
3574 |
#: src/ContentProtection/ContentConditions.php:274
|
3575 |
msgid "Select Template"
|
3576 |
msgstr ""
|
3577 |
|
3578 |
-
#: build/wp-user-avatar/src/Classes/AjaxHandler.php:161
|
3579 |
#: src/Classes/AjaxHandler.php:161
|
3580 |
msgid "Enter a Name"
|
3581 |
msgstr ""
|
3582 |
|
3583 |
-
#: build/wp-user-avatar/src/Classes/AjaxHandler.php:217
|
3584 |
-
#: build/wp-user-avatar/src/Classes/AjaxHandler.php:240
|
3585 |
-
#: build/wp-user-avatar/src/Classes/PasswordReset.php:360
|
3586 |
#: src/Classes/AjaxHandler.php:217 src/Classes/AjaxHandler.php:240
|
3587 |
#: src/Classes/PasswordReset.php:360
|
3588 |
msgid "Unexpected error. Please try again."
|
3589 |
msgstr ""
|
3590 |
|
3591 |
-
#: build/wp-user-avatar/src/Classes/AjaxHandler.php:249
|
3592 |
#: src/Classes/AjaxHandler.php:249
|
3593 |
msgid "Form with similar name exist already."
|
3594 |
msgstr ""
|
3595 |
|
3596 |
-
#: build/wp-user-avatar/src/Classes/AjaxHandler.php:532
|
3597 |
#: src/Classes/AjaxHandler.php:532
|
3598 |
msgid "Security validation failed. Try again"
|
3599 |
msgstr ""
|
3600 |
|
3601 |
-
#: build/wp-user-avatar/src/Classes/EditUserProfile.php:28
|
3602 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/email-notifications.tmpl.php:18
|
3603 |
#: src/Classes/EditUserProfile.php:28
|
3604 |
#: src/ShortcodeParser/MyAccount/email-notifications.tmpl.php:18
|
3605 |
msgid "Account was updated successfully."
|
3606 |
msgstr ""
|
3607 |
|
3608 |
-
#: build/wp-user-avatar/src/Classes/EditUserProfile.php:124
|
3609 |
#: src/Classes/EditUserProfile.php:124
|
3610 |
msgid "Email address is invalid. Please try again"
|
3611 |
msgstr ""
|
3612 |
|
3613 |
-
#: build/wp-user-avatar/src/Classes/EditUserProfile.php:128
|
3614 |
#: src/Classes/EditUserProfile.php:128
|
3615 |
msgid "Email address confirmation is invalid. Please try again"
|
3616 |
msgstr ""
|
3617 |
|
3618 |
-
#: build/wp-user-avatar/src/Classes/EditUserProfile.php:132
|
3619 |
#: src/Classes/EditUserProfile.php:132
|
3620 |
msgid "Email addresses do not match. Please try again"
|
3621 |
msgstr ""
|
3622 |
|
3623 |
-
#: build/wp-user-avatar/src/Classes/EditUserProfile.php:141
|
3624 |
-
#: build/wp-user-avatar/src/Classes/EditUserProfile.php:150
|
3625 |
#: src/Classes/EditUserProfile.php:141 src/Classes/EditUserProfile.php:150
|
3626 |
msgid "Password do not match. Please try again."
|
3627 |
msgstr ""
|
3628 |
|
3629 |
-
#: build/wp-user-avatar/src/Classes/EditUserProfile.php:146
|
3630 |
#: src/Classes/EditUserProfile.php:146
|
3631 |
msgid "Password is empty or do not match. Please try again."
|
3632 |
msgstr ""
|
3633 |
|
3634 |
-
#: build/wp-user-avatar/src/Classes/EditUserProfile.php:322
|
3635 |
#: src/Classes/EditUserProfile.php:322
|
3636 |
msgid "Something unexpected happened. Please try again"
|
3637 |
msgstr ""
|
3638 |
|
3639 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:57
|
3640 |
#: src/Classes/ExtensionManager.php:57
|
3641 |
-
msgid ""
|
3642 |
-
"Collect unlimited additional information from users besides the standard "
|
3643 |
-
"profile data."
|
3644 |
msgstr ""
|
3645 |
|
3646 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:61
|
3647 |
#: src/Classes/ExtensionManager.php:61
|
3648 |
msgid "Email Confirmation"
|
3649 |
msgstr ""
|
3650 |
|
3651 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:63
|
3652 |
#: src/Classes/ExtensionManager.php:63
|
3653 |
-
msgid ""
|
3654 |
-
"Ensure newly registered users confirm their email addresses before they can "
|
3655 |
-
"log in."
|
3656 |
msgstr ""
|
3657 |
|
3658 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:67
|
3659 |
#: src/Classes/ExtensionManager.php:67
|
3660 |
msgid "Two-Factor Authentication (2FA)"
|
3661 |
msgstr ""
|
3662 |
|
3663 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:69
|
3664 |
#: src/Classes/ExtensionManager.php:69
|
3665 |
-
msgid ""
|
3666 |
-
"Adds an additional layer of security to users accounts by requiring more "
|
3667 |
-
"than just a password to log in."
|
3668 |
msgstr ""
|
3669 |
|
3670 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:73
|
3671 |
#: src/Classes/ExtensionManager.php:73
|
3672 |
msgid "User Moderation"
|
3673 |
msgstr ""
|
3674 |
|
3675 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:75
|
3676 |
#: src/Classes/ExtensionManager.php:75
|
3677 |
-
msgid ""
|
3678 |
-
"Decide whether to approve newly registered users or not. You can also block "
|
3679 |
-
"and unblock users at any time."
|
3680 |
msgstr ""
|
3681 |
|
3682 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:79
|
3683 |
#: src/Classes/ExtensionManager.php:79
|
3684 |
msgid "Social Login"
|
3685 |
msgstr ""
|
3686 |
|
3687 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:81
|
3688 |
#: src/Classes/ExtensionManager.php:81
|
3689 |
-
msgid ""
|
3690 |
-
"Let users easily register/login to your site using their social network "
|
3691 |
-
"accounts (Facebook, Twitter, Google, LinkedIn, GitHub, VK)."
|
3692 |
msgstr ""
|
3693 |
|
3694 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:87
|
3695 |
#: src/Classes/ExtensionManager.php:87
|
3696 |
-
msgid ""
|
3697 |
-
"Let users log in to your website via a one-time URL sent to their email "
|
3698 |
-
"addresses."
|
3699 |
msgstr ""
|
3700 |
|
3701 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:91
|
3702 |
#: src/Classes/ExtensionManager.php:91
|
3703 |
msgid "Google reCAPTCHA"
|
3704 |
msgstr ""
|
3705 |
|
3706 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:93
|
3707 |
#: src/Classes/ExtensionManager.php:93
|
3708 |
msgid "Protect your forms against spam and bot attacks."
|
3709 |
msgstr ""
|
3710 |
|
3711 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:97
|
3712 |
#: src/Classes/ExtensionManager.php:97
|
3713 |
msgid "Join BuddyPress Groups"
|
3714 |
msgstr ""
|
3715 |
|
3716 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:99
|
3717 |
#: src/Classes/ExtensionManager.php:99
|
3718 |
msgid "Let users select the BuddyPress groups to join during registration."
|
3719 |
msgstr ""
|
3720 |
|
3721 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:102
|
3722 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:111
|
3723 |
#: src/Classes/ExtensionManager.php:102 src/Classes/ExtensionManager.php:111
|
3724 |
msgid "BuddyPress plugin is not active"
|
3725 |
msgstr ""
|
3726 |
|
3727 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:106
|
3728 |
#: src/Classes/ExtensionManager.php:106
|
3729 |
msgid "BuddyPress Profile Sync"
|
3730 |
msgstr ""
|
3731 |
|
3732 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:108
|
3733 |
#: src/Classes/ExtensionManager.php:108
|
3734 |
-
msgid ""
|
3735 |
-
"It provides a 2-way synchronization between WordPress profile fields and "
|
3736 |
-
"BuddyPress extended profile."
|
3737 |
msgstr ""
|
3738 |
|
3739 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:115
|
3740 |
#: src/Classes/ExtensionManager.php:115
|
3741 |
msgid "Site Creation"
|
3742 |
msgstr ""
|
3743 |
|
3744 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:117
|
3745 |
#: src/Classes/ExtensionManager.php:117
|
3746 |
-
msgid ""
|
3747 |
-
"Allow users to create new sites on a multisite network via a registration "
|
3748 |
-
"form powered by ProfilePress."
|
3749 |
msgstr ""
|
3750 |
|
3751 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:120
|
3752 |
#: src/Classes/ExtensionManager.php:120
|
3753 |
msgid "This is not a multisite installation"
|
3754 |
msgstr ""
|
3755 |
|
3756 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:124
|
3757 |
#: src/Classes/ExtensionManager.php:124
|
3758 |
msgid "WooCommerce"
|
3759 |
msgstr ""
|
3760 |
|
3761 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:126
|
3762 |
#: src/Classes/ExtensionManager.php:126
|
3763 |
-
msgid ""
|
3764 |
-
"It allows you to manage WooCommerce billing and shipping fields, replaces "
|
3765 |
-
"WooCommerce login and edit account forms in checkout and “My Account” pages "
|
3766 |
-
"with that of ProfilePress."
|
3767 |
msgstr ""
|
3768 |
|
3769 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:129
|
3770 |
#: src/Classes/ExtensionManager.php:129
|
3771 |
msgid "WooCommerce is not active"
|
3772 |
msgstr ""
|
3773 |
|
3774 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:133
|
3775 |
#: src/Classes/ExtensionManager.php:133
|
3776 |
msgid "Mailchimp"
|
3777 |
msgstr ""
|
3778 |
|
3779 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:135
|
3780 |
#: src/Classes/ExtensionManager.php:135
|
3781 |
-
msgid ""
|
3782 |
-
"Subscribe members to your Mailchimp audiences when they register and "
|
3783 |
-
"automatically sync profile changes with Mailchimp."
|
3784 |
msgstr ""
|
3785 |
|
3786 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:139
|
3787 |
#: src/Classes/ExtensionManager.php:139
|
3788 |
msgid "Campaign Monitor"
|
3789 |
msgstr ""
|
3790 |
|
3791 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:141
|
3792 |
#: src/Classes/ExtensionManager.php:141
|
3793 |
-
msgid ""
|
3794 |
-
"Subscribe members to your Campaign Monitor lists when they register and "
|
3795 |
-
"automatically sync profile changes with Campaign Monitor."
|
3796 |
msgstr ""
|
3797 |
|
3798 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:145
|
3799 |
#: src/Classes/ExtensionManager.php:145
|
3800 |
msgid "Akismet"
|
3801 |
msgstr ""
|
3802 |
|
3803 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:147
|
3804 |
#: src/Classes/ExtensionManager.php:147
|
3805 |
-
msgid ""
|
3806 |
-
"Block spam and bot user registrations with Akismet and keep your membership "
|
3807 |
-
"site safe and secured."
|
3808 |
msgstr ""
|
3809 |
|
3810 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:151
|
3811 |
#: src/Classes/ExtensionManager.php:151
|
3812 |
msgid "Polylang"
|
3813 |
msgstr ""
|
3814 |
|
3815 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:153
|
3816 |
#: src/Classes/ExtensionManager.php:153
|
3817 |
-
msgid ""
|
3818 |
-
"It allows you to build multilingual login, registration, password reset and "
|
3819 |
-
"edit profile forms."
|
3820 |
msgstr ""
|
3821 |
|
3822 |
-
#: build/wp-user-avatar/src/Classes/ExtensionManager.php:156
|
3823 |
#: src/Classes/ExtensionManager.php:156
|
3824 |
msgid "Polylang plugin is not active"
|
3825 |
msgstr ""
|
3826 |
|
3827 |
-
#: build/wp-user-avatar/src/Classes/FileUploader.php:60
|
3828 |
#: src/Classes/FileUploader.php:60
|
3829 |
msgid "Unexpected error with file upload, Please try again."
|
3830 |
msgstr ""
|
3831 |
|
3832 |
-
#: build/wp-user-avatar/src/Classes/FileUploader.php:76
|
3833 |
#: src/Classes/FileUploader.php:76
|
3834 |
msgid "Uploaded file is greater than the allowed sized of %s"
|
3835 |
msgstr ""
|
3836 |
|
3837 |
-
#: build/wp-user-avatar/src/Classes/FileUploader.php:99
|
3838 |
#: src/Classes/FileUploader.php:99
|
3839 |
msgid "appears to be of an invalid file format. Please try again."
|
3840 |
msgstr ""
|
3841 |
|
3842 |
-
#: build/wp-user-avatar/src/Classes/FileUploader.php:130
|
3843 |
#: src/Classes/FileUploader.php:130
|
3844 |
msgid "Unable to save %s, please try again."
|
3845 |
msgstr ""
|
3846 |
|
3847 |
-
#: build/wp-user-avatar/src/Classes/FileUploader.php:157
|
3848 |
#: src/Classes/FileUploader.php:157
|
3849 |
msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
|
3850 |
msgstr ""
|
3851 |
|
3852 |
-
#: build/wp-user-avatar/src/Classes/FileUploader.php:160
|
3853 |
#: src/Classes/FileUploader.php:160
|
3854 |
-
msgid ""
|
3855 |
-
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
|
3856 |
-
"the HTML form"
|
3857 |
msgstr ""
|
3858 |
|
3859 |
-
#: build/wp-user-avatar/src/Classes/FileUploader.php:163
|
3860 |
#: src/Classes/FileUploader.php:163
|
3861 |
msgid "The uploaded file was only partially uploaded"
|
3862 |
msgstr ""
|
3863 |
|
3864 |
-
#: build/wp-user-avatar/src/Classes/FileUploader.php:166
|
3865 |
#: src/Classes/FileUploader.php:166
|
3866 |
msgid "No file was uploaded"
|
3867 |
msgstr ""
|
3868 |
|
3869 |
-
#: build/wp-user-avatar/src/Classes/FileUploader.php:169
|
3870 |
#: src/Classes/FileUploader.php:169
|
3871 |
msgid "Missing a temporary folder"
|
3872 |
msgstr ""
|
3873 |
|
3874 |
-
#: build/wp-user-avatar/src/Classes/FileUploader.php:172
|
3875 |
#: src/Classes/FileUploader.php:172
|
3876 |
msgid "Failed to write file to disk"
|
3877 |
msgstr ""
|
3878 |
|
3879 |
-
#: build/wp-user-avatar/src/Classes/FileUploader.php:175
|
3880 |
#: src/Classes/FileUploader.php:175
|
3881 |
msgid "File upload stopped by extension"
|
3882 |
msgstr ""
|
3883 |
|
3884 |
-
#: build/wp-user-avatar/src/Classes/FormPreviewHandler.php:53
|
3885 |
#: src/Classes/FormPreviewHandler.php:53
|
3886 |
msgid "You must be logged in to preview a form."
|
3887 |
msgstr ""
|
3888 |
|
3889 |
-
#: build/wp-user-avatar/src/Classes/FormRepository.php:166
|
3890 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:124
|
3891 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:87
|
3892 |
#: src/Classes/FormRepository.php:166 src/Themes/DragDrop/AbstractTheme.php:124
|
3893 |
#: src/Widgets/TabbedWidget.php:87
|
3894 |
msgid "Processing"
|
3895 |
msgstr ""
|
3896 |
|
3897 |
-
#:
|
3898 |
-
#: build/wp-user-avatar/src/Classes/GDPR.php:62
|
3899 |
-
#: build/wp-user-avatar/src/Classes/GDPR.php:108 src/Classes/GDPR.php:19
|
3900 |
-
#: src/Classes/GDPR.php:62 src/Classes/GDPR.php:108
|
3901 |
msgid "User Extra Information"
|
3902 |
msgstr ""
|
3903 |
|
3904 |
-
#: build/wp-user-avatar/src/Classes/ImageUploader.php:32
|
3905 |
#: src/Classes/ImageUploader.php:32
|
3906 |
msgid "Unexpected error with image upload, Please try again."
|
3907 |
msgstr ""
|
3908 |
|
3909 |
-
#: build/wp-user-avatar/src/Classes/ImageUploader.php:35
|
3910 |
#: src/Classes/ImageUploader.php:35
|
3911 |
msgid "Uploaded image"
|
3912 |
msgstr ""
|
3913 |
|
3914 |
-
#: build/wp-user-avatar/src/Classes/ImageUploader.php:63
|
3915 |
#: src/Classes/ImageUploader.php:63
|
3916 |
msgid "%s is greater than the allowed sized of %s"
|
3917 |
msgstr ""
|
3918 |
|
3919 |
-
#: build/wp-user-avatar/src/Classes/ImageUploader.php:83
|
3920 |
#: src/Classes/ImageUploader.php:83
|
3921 |
msgid "Uploaded file is not an image."
|
3922 |
msgstr ""
|
3923 |
|
3924 |
-
#: build/wp-user-avatar/src/Classes/ImageUploader.php:119
|
3925 |
#: src/Classes/ImageUploader.php:119
|
3926 |
msgid "Unable to save file, please try again."
|
3927 |
msgstr ""
|
3928 |
|
3929 |
-
#: build/wp-user-avatar/src/Classes/PasswordReset.php:100
|
3930 |
#: src/Classes/PasswordReset.php:100
|
3931 |
msgid "<strong>ERROR</strong>: Password reset email is disabled."
|
3932 |
msgstr ""
|
3933 |
|
3934 |
-
#: build/wp-user-avatar/src/Classes/PasswordReset.php:106
|
3935 |
#: src/Classes/PasswordReset.php:106
|
3936 |
msgid "<strong>ERROR</strong>: Enter a username or e-mail address."
|
3937 |
msgstr ""
|
3938 |
|
3939 |
-
#: build/wp-user-avatar/src/Classes/PasswordReset.php:112
|
3940 |
#: src/Classes/PasswordReset.php:112
|
3941 |
-
msgid ""
|
3942 |
-
"<strong>ERROR</strong>: There is no user registered with that email address."
|
3943 |
msgstr ""
|
3944 |
|
3945 |
-
#: build/wp-user-avatar/src/Classes/PasswordReset.php:120
|
3946 |
#: src/Classes/PasswordReset.php:120
|
3947 |
msgid "<strong>ERROR</strong>: Invalid username or e-mail."
|
3948 |
msgstr ""
|
3949 |
|
3950 |
-
#: build/wp-user-avatar/src/Classes/PasswordReset.php:206
|
3951 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:118
|
3952 |
#: src/Classes/PasswordReset.php:206 src/Themes/DragDrop/AbstractTheme.php:118
|
3953 |
msgid "Check your email for further instruction."
|
3954 |
msgstr ""
|
3955 |
|
3956 |
-
#: build/wp-user-avatar/src/Classes/PasswordReset.php:338
|
3957 |
#: src/Classes/PasswordReset.php:338
|
3958 |
msgid "Sorry, that key appears to be invalid."
|
3959 |
msgstr ""
|
3960 |
|
3961 |
-
#: build/wp-user-avatar/src/Classes/PasswordReset.php:341
|
3962 |
-
#: build/wp-user-avatar/src/ShortcodeParser/FormProcessor.php:75
|
3963 |
#: src/Classes/PasswordReset.php:341 src/ShortcodeParser/FormProcessor.php:75
|
3964 |
msgid "Passwords do not match."
|
3965 |
msgstr ""
|
3966 |
|
3967 |
-
#: build/wp-user-avatar/src/Classes/PasswordReset.php:344
|
3968 |
#: src/Classes/PasswordReset.php:344
|
3969 |
msgid "Please enter your password."
|
3970 |
msgstr ""
|
3971 |
|
3972 |
-
#: build/wp-user-avatar/src/Classes/PasswordReset.php:347
|
3973 |
#: src/Classes/PasswordReset.php:347
|
3974 |
msgid "Sorry, that key does not appear to be valid."
|
3975 |
msgstr ""
|
3976 |
|
3977 |
-
#: build/wp-user-avatar/src/Classes/PasswordReset.php:350
|
3978 |
#: src/Classes/PasswordReset.php:350
|
3979 |
msgid "Password is not strong enough."
|
3980 |
msgstr ""
|
3981 |
|
3982 |
-
#: build/wp-user-avatar/src/Classes/PasswordReset.php:353
|
3983 |
#: src/Classes/PasswordReset.php:353
|
3984 |
msgid "You have successfully changed your password"
|
3985 |
msgstr ""
|
3986 |
|
3987 |
-
#: build/wp-user-avatar/src/Classes/PasswordReset.php:356
|
3988 |
#: src/Classes/PasswordReset.php:356
|
3989 |
msgid "Log in"
|
3990 |
msgstr ""
|
3991 |
|
3992 |
-
#: build/wp-user-avatar/src/Classes/RegistrationAuth.php:222
|
3993 |
#: src/Classes/RegistrationAuth.php:222
|
3994 |
msgid "%s field is required"
|
3995 |
msgstr ""
|
3996 |
|
3997 |
-
#: build/wp-user-avatar/src/Classes/RegistrationAuth.php:231
|
3998 |
#: src/Classes/RegistrationAuth.php:231
|
3999 |
-
msgid ""
|
4000 |
-
"<strong>ERROR</strong>: This username is invalid because it uses illegal "
|
4001 |
-
"characters. Please enter a valid username."
|
4002 |
msgstr ""
|
4003 |
|
4004 |
-
#: build/wp-user-avatar/src/Classes/RegistrationAuth.php:235
|
4005 |
#: src/Classes/RegistrationAuth.php:235
|
4006 |
msgid "Email address is not valid"
|
4007 |
msgstr ""
|
4008 |
|
4009 |
-
#: build/wp-user-avatar/src/Classes/RegistrationAuth.php:239
|
4010 |
#: src/Classes/RegistrationAuth.php:239
|
4011 |
msgid "Passwords do not match"
|
4012 |
msgstr ""
|
4013 |
|
4014 |
-
#: build/wp-user-avatar/src/Classes/RegistrationAuth.php:243
|
4015 |
#: src/Classes/RegistrationAuth.php:243
|
4016 |
msgid "Email addresses do not match"
|
4017 |
msgstr ""
|
4018 |
|
4019 |
-
#: build/wp-user-avatar/src/Classes/RegistrationAuth.php:247
|
4020 |
#: src/Classes/RegistrationAuth.php:247
|
4021 |
msgid "Password is not strong"
|
4022 |
msgstr ""
|
4023 |
|
4024 |
-
#: build/wp-user-avatar/src/Classes/RegistrationAuth.php:413
|
4025 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:110
|
4026 |
#: src/Classes/RegistrationAuth.php:413
|
4027 |
#: src/Themes/DragDrop/AbstractTheme.php:110
|
4028 |
msgid "Registration successful."
|
4029 |
msgstr ""
|
4030 |
|
4031 |
-
#: build/wp-user-avatar/src/Classes/UserSignupLocationListingPage.php:21
|
4032 |
#: src/Classes/UserSignupLocationListingPage.php:21
|
4033 |
msgid "Registered Via"
|
4034 |
msgstr ""
|
4035 |
|
4036 |
-
#: build/wp-user-avatar/src/Classes/UserSignupLocationListingPage.php:43
|
4037 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:284
|
4038 |
#: src/Classes/UserSignupLocationListingPage.php:43
|
4039 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:284
|
4040 |
msgid "Facebook"
|
4041 |
msgstr ""
|
4042 |
|
4043 |
-
#: build/wp-user-avatar/src/Classes/UserSignupLocationListingPage.php:47
|
4044 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:285
|
4045 |
#: src/Classes/UserSignupLocationListingPage.php:47
|
4046 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:285
|
4047 |
msgid "Twitter"
|
4048 |
msgstr ""
|
4049 |
|
4050 |
-
#: build/wp-user-avatar/src/Classes/UserSignupLocationListingPage.php:51
|
4051 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:286
|
4052 |
#: src/Classes/UserSignupLocationListingPage.php:51
|
4053 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:286
|
4054 |
msgid "Google"
|
4055 |
msgstr ""
|
4056 |
|
4057 |
-
#: build/wp-user-avatar/src/Classes/UserSignupLocationListingPage.php:55
|
4058 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:287
|
4059 |
#: src/Classes/UserSignupLocationListingPage.php:55
|
4060 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:287
|
4061 |
msgid "LinkedIn"
|
4062 |
msgstr ""
|
4063 |
|
4064 |
-
#: build/wp-user-avatar/src/Classes/UserSignupLocationListingPage.php:59
|
4065 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:288
|
4066 |
#: src/Classes/UserSignupLocationListingPage.php:59
|
4067 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:288
|
4068 |
msgid "GitHub"
|
4069 |
msgstr ""
|
4070 |
|
4071 |
-
#: build/wp-user-avatar/src/Classes/UserSignupLocationListingPage.php:63
|
4072 |
#: src/Classes/UserSignupLocationListingPage.php:63
|
4073 |
msgid "Vkontakte"
|
4074 |
msgstr ""
|
4075 |
|
4076 |
-
#: build/wp-user-avatar/src/Classes/UserSignupLocationListingPage.php:66
|
4077 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:16
|
4078 |
#: src/Classes/UserSignupLocationListingPage.php:66
|
4079 |
#: src/Widgets/TabbedWidget.php:16
|
4080 |
msgid "ProfilePress Tabbed Widget"
|
4081 |
msgstr ""
|
4082 |
|
4083 |
-
#: build/wp-user-avatar/src/Classes/UsernameEmailRestrictLogin.php:24
|
4084 |
#: src/Classes/UsernameEmailRestrictLogin.php:24
|
4085 |
msgid "<strong>ERROR</strong>: Invalid email address or incorrect password."
|
4086 |
msgstr ""
|
4087 |
|
4088 |
-
#: build/wp-user-avatar/src/Classes/UsernameEmailRestrictLogin.php:25
|
4089 |
#: src/Classes/UsernameEmailRestrictLogin.php:25
|
4090 |
msgid "<strong>ERROR</strong>: Invalid username or incorrect password."
|
4091 |
msgstr ""
|
4092 |
|
4093 |
-
#: build/wp-user-avatar/src/Classes/WelcomeEmailAfterSignup.php:37
|
4094 |
#: src/Classes/WelcomeEmailAfterSignup.php:37
|
4095 |
msgid "[Your Password]"
|
4096 |
msgstr ""
|
4097 |
|
4098 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:111
|
4099 |
#: src/ContentProtection/ContentConditions.php:111
|
4100 |
msgid "or"
|
4101 |
msgstr ""
|
4102 |
|
4103 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:114
|
4104 |
#: src/ContentProtection/ContentConditions.php:114
|
4105 |
msgid "Select a condition"
|
4106 |
msgstr ""
|
4107 |
|
4108 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:146
|
4109 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:151
|
4110 |
#: src/ContentProtection/ContentConditions.php:146
|
4111 |
#: src/ContentProtection/ContentConditions.php:151
|
4112 |
msgid "AND"
|
4113 |
msgstr ""
|
4114 |
|
4115 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:174
|
4116 |
#: src/ContentProtection/ContentConditions.php:174
|
4117 |
msgid "OR"
|
4118 |
msgstr ""
|
4119 |
|
4120 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:216
|
4121 |
#: src/ContentProtection/ContentConditions.php:216
|
4122 |
msgid "%s Archive Page"
|
4123 |
msgstr ""
|
4124 |
|
4125 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:223
|
4126 |
#: src/ContentProtection/ContentConditions.php:223
|
4127 |
msgid "All %s"
|
4128 |
msgstr ""
|
4129 |
|
4130 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:230
|
4131 |
#: src/ContentProtection/ContentConditions.php:230
|
4132 |
msgid "Selected %s"
|
4133 |
msgstr ""
|
4134 |
|
4135 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:232
|
4136 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:245
|
4137 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:257
|
4138 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:331
|
4139 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:367
|
4140 |
#: src/ContentProtection/ContentConditions.php:232
|
4141 |
#: src/ContentProtection/ContentConditions.php:245
|
4142 |
#: src/ContentProtection/ContentConditions.php:257
|
@@ -4145,1740 +2903,1370 @@ msgstr ""
|
|
4145 |
msgid "Select %s"
|
4146 |
msgstr ""
|
4147 |
|
4148 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:242
|
4149 |
#: src/ContentProtection/ContentConditions.php:242
|
4150 |
msgid "Child %s of"
|
4151 |
msgstr ""
|
4152 |
|
4153 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:243
|
4154 |
#: src/ContentProtection/ContentConditions.php:243
|
4155 |
msgid "Child of Selected %s"
|
4156 |
msgstr ""
|
4157 |
|
4158 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:254
|
4159 |
#: src/ContentProtection/ContentConditions.php:254
|
4160 |
msgid "Parent %s of"
|
4161 |
msgstr ""
|
4162 |
|
4163 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:255
|
4164 |
#: src/ContentProtection/ContentConditions.php:255
|
4165 |
msgid "Parent of Selected %s"
|
4166 |
msgstr ""
|
4167 |
|
4168 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:270
|
4169 |
#: src/ContentProtection/ContentConditions.php:270
|
4170 |
msgid "Template"
|
4171 |
msgstr ""
|
4172 |
|
4173 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:271
|
4174 |
#: src/ContentProtection/ContentConditions.php:271
|
4175 |
msgid "%s with Template"
|
4176 |
msgstr ""
|
4177 |
|
4178 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:285
|
4179 |
#: src/ContentProtection/ContentConditions.php:285
|
4180 |
msgid "Home or Front Page"
|
4181 |
msgstr ""
|
4182 |
|
4183 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:291
|
4184 |
#: src/ContentProtection/ContentConditions.php:291
|
4185 |
msgid "Blog or Posts Page"
|
4186 |
msgstr ""
|
4187 |
|
4188 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:297
|
4189 |
#: src/ContentProtection/ContentConditions.php:297
|
4190 |
msgid "Search Result Page"
|
4191 |
msgstr ""
|
4192 |
|
4193 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:303
|
4194 |
#: src/ContentProtection/ContentConditions.php:303
|
4195 |
msgid "404 Error Page"
|
4196 |
msgstr ""
|
4197 |
|
4198 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:329
|
4199 |
#: src/ContentProtection/ContentConditions.php:329
|
4200 |
msgid "%1$s with %2$s"
|
4201 |
msgstr ""
|
4202 |
|
4203 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:353
|
4204 |
#: src/ContentProtection/ContentConditions.php:353
|
4205 |
msgid "%s (%s)"
|
4206 |
msgstr ""
|
4207 |
|
4208 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:357
|
4209 |
#: src/ContentProtection/ContentConditions.php:357
|
4210 |
msgid "All %s Archive Pages"
|
4211 |
msgstr ""
|
4212 |
|
4213 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:358
|
4214 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:364
|
4215 |
#: src/ContentProtection/ContentConditions.php:358
|
4216 |
#: src/ContentProtection/ContentConditions.php:364
|
4217 |
msgid "%s Archive"
|
4218 |
msgstr ""
|
4219 |
|
4220 |
-
#: build/wp-user-avatar/src/ContentProtection/ContentConditions.php:365
|
4221 |
#: src/ContentProtection/ContentConditions.php:365
|
4222 |
msgid "Selected %s Archive Pages"
|
4223 |
msgstr ""
|
4224 |
|
4225 |
-
#: build/wp-user-avatar/src/ContentProtection/SettingsPage.php:42
|
4226 |
-
#: build/wp-user-avatar/src/ContentProtection/SettingsPage.php:60
|
4227 |
#: src/ContentProtection/SettingsPage.php:42
|
4228 |
#: src/ContentProtection/SettingsPage.php:60
|
4229 |
msgid "Content Protection"
|
4230 |
msgstr ""
|
4231 |
|
4232 |
-
#: build/wp-user-avatar/src/ContentProtection/SettingsPage.php:45
|
4233 |
#: src/ContentProtection/SettingsPage.php:45
|
4234 |
msgid "Edit Protection Rule"
|
4235 |
msgstr ""
|
4236 |
|
4237 |
-
#: build/wp-user-avatar/src/ContentProtection/SettingsPage.php:49
|
4238 |
#: src/ContentProtection/SettingsPage.php:49
|
4239 |
msgid "Add Protection Rule"
|
4240 |
msgstr ""
|
4241 |
|
4242 |
-
#: build/wp-user-avatar/src/ContentProtection/SettingsPage.php:81
|
4243 |
#: src/ContentProtection/SettingsPage.php:81
|
4244 |
msgid "Protection Rules"
|
4245 |
msgstr ""
|
4246 |
|
4247 |
-
#: build/wp-user-avatar/src/ContentProtection/SettingsPage.php:126
|
4248 |
#: src/ContentProtection/SettingsPage.php:126
|
4249 |
msgid "Title cannot be empty."
|
4250 |
msgstr ""
|
4251 |
|
4252 |
-
#: build/wp-user-avatar/src/ContentProtection/SettingsPage.php:160
|
4253 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:114
|
4254 |
#: src/ContentProtection/SettingsPage.php:160
|
4255 |
#: src/Themes/DragDrop/AbstractTheme.php:114
|
4256 |
msgid "Changes saved."
|
4257 |
msgstr ""
|
4258 |
|
4259 |
-
#: build/wp-user-avatar/src/ContentProtection/SettingsPage.php:181
|
4260 |
#: src/ContentProtection/SettingsPage.php:181
|
4261 |
msgid "Add a Protection Rule"
|
4262 |
msgstr ""
|
4263 |
|
4264 |
-
#: build/wp-user-avatar/src/ContentProtection/WPListTable.php:21
|
4265 |
#: src/ContentProtection/WPListTable.php:21
|
4266 |
msgid "No protection rule found."
|
4267 |
msgstr ""
|
4268 |
|
4269 |
-
#: build/wp-user-avatar/src/ContentProtection/WPListTable.php:29
|
4270 |
#: src/ContentProtection/WPListTable.php:29
|
4271 |
msgid "Protected Contents"
|
4272 |
msgstr ""
|
4273 |
|
4274 |
-
#: build/wp-user-avatar/src/ContentProtection/WPListTable.php:89
|
4275 |
#: src/ContentProtection/WPListTable.php:89
|
4276 |
msgid "Deactivate"
|
4277 |
msgstr ""
|
4278 |
|
4279 |
-
#: build/wp-user-avatar/src/ContentProtection/WPListTable.php:196
|
4280 |
-
#: build/wp-user-avatar/src/ContentProtection/views/view.access-condition.php:24
|
4281 |
#: src/ContentProtection/WPListTable.php:196
|
4282 |
#: src/ContentProtection/views/view.access-condition.php:24
|
4283 |
msgid "Everyone"
|
4284 |
msgstr ""
|
4285 |
|
4286 |
-
#: build/wp-user-avatar/src/ContentProtection/WPListTable.php:199
|
4287 |
-
#: build/wp-user-avatar/src/ContentProtection/views/view.access-condition.php:25
|
4288 |
#: src/ContentProtection/WPListTable.php:199
|
4289 |
#: src/ContentProtection/views/view.access-condition.php:25
|
4290 |
msgid "Logged in users"
|
4291 |
msgstr ""
|
4292 |
|
4293 |
-
#: build/wp-user-avatar/src/ContentProtection/WPListTable.php:202
|
4294 |
-
#: build/wp-user-avatar/src/ContentProtection/views/view.access-condition.php:26
|
4295 |
#: src/ContentProtection/WPListTable.php:202
|
4296 |
#: src/ContentProtection/views/view.access-condition.php:26
|
4297 |
msgid "Logged out users"
|
4298 |
msgstr ""
|
4299 |
|
4300 |
-
#: build/wp-user-avatar/src/ContentProtection/views/include.shortcode-doc-sidebar.php:5
|
4301 |
#: src/ContentProtection/views/include.shortcode-doc-sidebar.php:5
|
4302 |
-
msgid ""
|
4303 |
-
"To restrict contents in a post or page, we provide the below shortcode. "
|
4304 |
-
"%sLearn more%s"
|
4305 |
msgstr ""
|
4306 |
|
4307 |
-
#: build/wp-user-avatar/src/ContentProtection/views/include.shortcode-doc-sidebar.php:11
|
4308 |
#: src/ContentProtection/views/include.shortcode-doc-sidebar.php:11
|
4309 |
msgid "Content to restrict will go here"
|
4310 |
msgstr ""
|
4311 |
|
4312 |
-
#: build/wp-user-avatar/src/ContentProtection/views/include.view-sidebar.php:18
|
4313 |
#: src/ContentProtection/views/include.view-sidebar.php:18
|
4314 |
msgid "Save Rule"
|
4315 |
msgstr ""
|
4316 |
|
4317 |
-
#: build/wp-user-avatar/src/ContentProtection/views/include.view.php:16
|
4318 |
#: src/ContentProtection/views/include.view.php:16
|
4319 |
msgid "Content to Protect"
|
4320 |
msgstr ""
|
4321 |
|
4322 |
-
#: build/wp-user-avatar/src/ContentProtection/views/include.view.php:27
|
4323 |
#: src/ContentProtection/views/include.view.php:27
|
4324 |
msgid "Access Condition"
|
4325 |
msgstr ""
|
4326 |
|
4327 |
-
#: build/wp-user-avatar/src/ContentProtection/views/include.view.php:38
|
4328 |
#: src/ContentProtection/views/include.view.php:38
|
4329 |
msgid "Publish"
|
4330 |
msgstr ""
|
4331 |
|
4332 |
-
#: build/wp-user-avatar/src/ContentProtection/views/include.view.php:50
|
4333 |
#: src/ContentProtection/views/include.view.php:50
|
4334 |
msgid "Restrict Content Shortcode"
|
4335 |
msgstr ""
|
4336 |
|
4337 |
-
#: build/wp-user-avatar/src/ContentProtection/views/include.view.php:79
|
4338 |
#: src/ContentProtection/views/include.view.php:79
|
4339 |
msgid "Add title"
|
4340 |
msgstr ""
|
4341 |
|
4342 |
-
#: build/wp-user-avatar/src/ContentProtection/views/view.access-condition.php:20
|
4343 |
#: src/ContentProtection/views/view.access-condition.php:20
|
4344 |
msgid "Who can access the content?"
|
4345 |
msgstr ""
|
4346 |
|
4347 |
-
#: build/wp-user-avatar/src/ContentProtection/views/view.access-condition.php:32
|
4348 |
#: src/ContentProtection/views/view.access-condition.php:32
|
4349 |
msgid "Select roles that can access content"
|
4350 |
msgstr ""
|
4351 |
|
4352 |
-
#: build/wp-user-avatar/src/ContentProtection/views/view.access-condition.php:47
|
4353 |
#: src/ContentProtection/views/view.access-condition.php:47
|
4354 |
msgid "Select specific users that can access content"
|
4355 |
msgstr ""
|
4356 |
|
4357 |
-
#: build/wp-user-avatar/src/ContentProtection/views/view.access-condition.php:62
|
4358 |
#: src/ContentProtection/views/view.access-condition.php:62
|
4359 |
msgid "What happens when users without access tries to view content?"
|
4360 |
msgstr ""
|
4361 |
|
4362 |
-
#: build/wp-user-avatar/src/ContentProtection/views/view.access-condition.php:67
|
4363 |
#: src/ContentProtection/views/view.access-condition.php:67
|
4364 |
msgid "Show access restricted message"
|
4365 |
msgstr ""
|
4366 |
|
4367 |
-
#: build/wp-user-avatar/src/ContentProtection/views/view.access-condition.php:68
|
4368 |
#: src/ContentProtection/views/view.access-condition.php:68
|
4369 |
msgid "Redirect user"
|
4370 |
msgstr ""
|
4371 |
|
4372 |
-
#: build/wp-user-avatar/src/ContentProtection/views/view.access-condition.php:75
|
4373 |
#: src/ContentProtection/views/view.access-condition.php:75
|
4374 |
msgid "Message to show to unauthorized users"
|
4375 |
msgstr ""
|
4376 |
|
4377 |
-
#: build/wp-user-avatar/src/ContentProtection/views/view.access-condition.php:80
|
4378 |
#: src/ContentProtection/views/view.access-condition.php:80
|
4379 |
msgid "Global Restrict Access Message"
|
4380 |
msgstr ""
|
4381 |
|
4382 |
-
#: build/wp-user-avatar/src/ContentProtection/views/view.access-condition.php:81
|
4383 |
#: src/ContentProtection/views/view.access-condition.php:81
|
4384 |
msgid "Custom message"
|
4385 |
msgstr ""
|
4386 |
|
4387 |
-
#: build/wp-user-avatar/src/ContentProtection/views/view.access-condition.php:82
|
4388 |
#: src/ContentProtection/views/view.access-condition.php:82
|
4389 |
msgid "Post Excerpt"
|
4390 |
msgstr ""
|
4391 |
|
4392 |
-
#: build/wp-user-avatar/src/ContentProtection/views/view.access-condition.php:83
|
4393 |
#: src/ContentProtection/views/view.access-condition.php:83
|
4394 |
msgid "Post Excerpt + Global Restrict Access Message"
|
4395 |
msgstr ""
|
4396 |
|
4397 |
-
#: build/wp-user-avatar/src/ContentProtection/views/view.access-condition.php:84
|
4398 |
#: src/ContentProtection/views/view.access-condition.php:84
|
4399 |
msgid "Post Excerpt + Custom Message"
|
4400 |
msgstr ""
|
4401 |
|
4402 |
-
#: build/wp-user-avatar/src/ContentProtection/views/view.access-condition.php:88
|
4403 |
#: src/ContentProtection/views/view.access-condition.php:88
|
4404 |
msgid "Note that Global Restrict Access Message can be %scustomized here%s."
|
4405 |
msgstr ""
|
4406 |
|
4407 |
-
#: build/wp-user-avatar/src/ContentProtection/views/view.access-condition.php:97
|
4408 |
#: src/ContentProtection/views/view.access-condition.php:97
|
4409 |
msgid "Custom Restricted Message"
|
4410 |
msgstr ""
|
4411 |
|
4412 |
-
#: build/wp-user-avatar/src/ContentProtection/views/view.access-condition.php:119
|
4413 |
#: src/ContentProtection/views/view.access-condition.php:119
|
4414 |
msgid "Where should users be redirected to?"
|
4415 |
msgstr ""
|
4416 |
|
4417 |
-
#: build/wp-user-avatar/src/ContentProtection/views/view.access-condition.php:124
|
4418 |
#: src/ContentProtection/views/view.access-condition.php:124
|
4419 |
msgid "Login page"
|
4420 |
msgstr ""
|
4421 |
|
4422 |
-
#: build/wp-user-avatar/src/ContentProtection/views/view.access-condition.php:132
|
4423 |
#: src/ContentProtection/views/view.access-condition.php:132
|
4424 |
msgid "Redirect URL"
|
4425 |
msgstr ""
|
4426 |
|
4427 |
#. translators: %s: User login.
|
4428 |
-
|
4429 |
#: src/Functions/GlobalFunctions.php:797
|
4430 |
msgid "Username: %s"
|
4431 |
msgstr ""
|
4432 |
|
4433 |
-
#: build/wp-user-avatar/src/Functions/GlobalFunctions.php:798
|
4434 |
#: src/Functions/GlobalFunctions.php:798
|
4435 |
msgid "To set your password, visit the following address:"
|
4436 |
msgstr ""
|
4437 |
|
4438 |
#. translators: Login details notification email subject. %s: Site title.
|
4439 |
-
|
4440 |
#: src/Functions/GlobalFunctions.php:806
|
4441 |
msgid "[%s] Login Details"
|
4442 |
msgstr ""
|
4443 |
|
4444 |
-
#: build/wp-user-avatar/src/Functions/GlobalFunctions.php:1104
|
4445 |
#: src/Functions/GlobalFunctions.php:1104
|
4446 |
-
msgid ""
|
4447 |
-
"It must be unique for each field, not a reserve text, in lowercase letters "
|
4448 |
-
"only with an underscore ( _ ) separating words e.g job_title"
|
4449 |
msgstr ""
|
4450 |
|
4451 |
-
#: build/wp-user-avatar/src/Functions/GlobalFunctions.php:1225
|
4452 |
#: src/Functions/GlobalFunctions.php:1225
|
4453 |
msgid "%s (WooCommerce Billing Address)"
|
4454 |
msgstr ""
|
4455 |
|
4456 |
-
#: build/wp-user-avatar/src/Functions/GlobalFunctions.php:1229
|
4457 |
#: src/Functions/GlobalFunctions.php:1229
|
4458 |
msgid "%s (WooCommerce Shipping Address)"
|
4459 |
msgstr ""
|
4460 |
|
4461 |
-
#: build/wp-user-avatar/src/Functions/GlobalFunctions.php:1273
|
4462 |
#: src/Functions/GlobalFunctions.php:1273
|
4463 |
msgid "First and Last Names"
|
4464 |
msgstr ""
|
4465 |
|
4466 |
-
#: build/wp-user-avatar/src/Functions/GlobalFunctions.php:1274
|
4467 |
#: src/Functions/GlobalFunctions.php:1274
|
4468 |
msgid "Last and First Names"
|
4469 |
msgstr ""
|
4470 |
|
4471 |
-
#: build/wp-user-avatar/src/Functions/GlobalFunctions.php:1282
|
4472 |
#: src/Functions/GlobalFunctions.php:1282
|
4473 |
msgid "Registration Date"
|
4474 |
msgstr ""
|
4475 |
|
4476 |
-
#:
|
4477 |
-
#: src/Functions/GlobalFunctions.php:1399
|
4478 |
msgid "There was an problem while verifying your file."
|
4479 |
msgstr ""
|
4480 |
|
4481 |
-
#:
|
4482 |
-
#: src/Functions/GlobalFunctions.php:1404
|
4483 |
msgid "Sorry, this file extension is not permitted for security reasons."
|
4484 |
msgstr ""
|
4485 |
|
4486 |
-
#:
|
4487 |
-
#: src/Functions/GlobalFunctions.php:1408
|
4488 |
msgid "Sorry, this file type is not permitted for security reasons."
|
4489 |
msgstr ""
|
4490 |
|
4491 |
-
#:
|
4492 |
-
#:
|
4493 |
-
#: src/Functions/GlobalFunctions.php:1412
|
4494 |
-
#: src/Functions/GlobalFunctions.php:1416
|
4495 |
msgid "Error: The file you uploaded is not accepted on our website."
|
4496 |
msgstr ""
|
4497 |
|
4498 |
-
#: build/wp-user-avatar/src/Functions/PPressBFnote.php:68
|
4499 |
#: src/Functions/PPressBFnote.php:68
|
4500 |
-
msgid ""
|
4501 |
-
"%1$sHuge Black Friday Sale%2$s: Get 25%% off your ProfilePress plugin "
|
4502 |
-
"upgrade today with the coupon %3$sBFCM2021%4$s"
|
4503 |
msgstr ""
|
4504 |
|
4505 |
-
#: build/wp-user-avatar/src/Functions/PPressBFnote.php:77
|
4506 |
#: src/Functions/PPressBFnote.php:77
|
4507 |
msgid "Save 25% Now!"
|
4508 |
msgstr ""
|
4509 |
|
4510 |
-
#: build/wp-user-avatar/src/Functions/PPressBFnote.php:85
|
4511 |
#: src/Functions/PPressBFnote.php:85
|
4512 |
msgid "Dismiss this notice"
|
4513 |
msgstr ""
|
4514 |
|
4515 |
-
#: build/wp-user-avatar/src/Functions/custom-settings-api.php:856
|
4516 |
#: src/Functions/custom-settings-api.php:856
|
4517 |
msgid "Code"
|
4518 |
msgstr ""
|
4519 |
|
4520 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:14
|
4521 |
#: src/Functions/data/countries.php:14
|
4522 |
msgid "Afghanistan"
|
4523 |
msgstr ""
|
4524 |
|
4525 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:15
|
4526 |
#: src/Functions/data/countries.php:15
|
4527 |
msgid "Åland Islands"
|
4528 |
msgstr ""
|
4529 |
|
4530 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:16
|
4531 |
#: src/Functions/data/countries.php:16
|
4532 |
msgid "Albania"
|
4533 |
msgstr ""
|
4534 |
|
4535 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:17
|
4536 |
#: src/Functions/data/countries.php:17
|
4537 |
msgid "Algeria"
|
4538 |
msgstr ""
|
4539 |
|
4540 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:18
|
4541 |
#: src/Functions/data/countries.php:18
|
4542 |
msgid "American Samoa"
|
4543 |
msgstr ""
|
4544 |
|
4545 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:19
|
4546 |
#: src/Functions/data/countries.php:19
|
4547 |
msgid "Andorra"
|
4548 |
msgstr ""
|
4549 |
|
4550 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:20
|
4551 |
#: src/Functions/data/countries.php:20
|
4552 |
msgid "Angola"
|
4553 |
msgstr ""
|
4554 |
|
4555 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:21
|
4556 |
#: src/Functions/data/countries.php:21
|
4557 |
msgid "Anguilla"
|
4558 |
msgstr ""
|
4559 |
|
4560 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:22
|
4561 |
#: src/Functions/data/countries.php:22
|
4562 |
msgid "Antarctica"
|
4563 |
msgstr ""
|
4564 |
|
4565 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:23
|
4566 |
#: src/Functions/data/countries.php:23
|
4567 |
msgid "Antigua and Barbuda"
|
4568 |
msgstr ""
|
4569 |
|
4570 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:24
|
4571 |
#: src/Functions/data/countries.php:24
|
4572 |
msgid "Argentina"
|
4573 |
msgstr ""
|
4574 |
|
4575 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:25
|
4576 |
#: src/Functions/data/countries.php:25
|
4577 |
msgid "Armenia"
|
4578 |
msgstr ""
|
4579 |
|
4580 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:26
|
4581 |
#: src/Functions/data/countries.php:26
|
4582 |
msgid "Aruba"
|
4583 |
msgstr ""
|
4584 |
|
4585 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:27
|
4586 |
#: src/Functions/data/countries.php:27
|
4587 |
msgid "Australia"
|
4588 |
msgstr ""
|
4589 |
|
4590 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:28
|
4591 |
#: src/Functions/data/countries.php:28
|
4592 |
msgid "Austria"
|
4593 |
msgstr ""
|
4594 |
|
4595 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:29
|
4596 |
#: src/Functions/data/countries.php:29
|
4597 |
msgid "Azerbaijan"
|
4598 |
msgstr ""
|
4599 |
|
4600 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:30
|
4601 |
#: src/Functions/data/countries.php:30
|
4602 |
msgid "Bahamas"
|
4603 |
msgstr ""
|
4604 |
|
4605 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:31
|
4606 |
#: src/Functions/data/countries.php:31
|
4607 |
msgid "Bahrain"
|
4608 |
msgstr ""
|
4609 |
|
4610 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:32
|
4611 |
#: src/Functions/data/countries.php:32
|
4612 |
msgid "Bangladesh"
|
4613 |
msgstr ""
|
4614 |
|
4615 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:33
|
4616 |
#: src/Functions/data/countries.php:33
|
4617 |
msgid "Barbados"
|
4618 |
msgstr ""
|
4619 |
|
4620 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:34
|
4621 |
#: src/Functions/data/countries.php:34
|
4622 |
msgid "Belarus"
|
4623 |
msgstr ""
|
4624 |
|
4625 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:35
|
4626 |
#: src/Functions/data/countries.php:35
|
4627 |
msgid "Belgium"
|
4628 |
msgstr ""
|
4629 |
|
4630 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:36
|
4631 |
#: src/Functions/data/countries.php:36
|
4632 |
msgid "Belau"
|
4633 |
msgstr ""
|
4634 |
|
4635 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:37
|
4636 |
#: src/Functions/data/countries.php:37
|
4637 |
msgid "Belize"
|
4638 |
msgstr ""
|
4639 |
|
4640 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:38
|
4641 |
#: src/Functions/data/countries.php:38
|
4642 |
msgid "Benin"
|
4643 |
msgstr ""
|
4644 |
|
4645 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:39
|
4646 |
#: src/Functions/data/countries.php:39
|
4647 |
msgid "Bermuda"
|
4648 |
msgstr ""
|
4649 |
|
4650 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:40
|
4651 |
#: src/Functions/data/countries.php:40
|
4652 |
msgid "Bhutan"
|
4653 |
msgstr ""
|
4654 |
|
4655 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:41
|
4656 |
#: src/Functions/data/countries.php:41
|
4657 |
msgid "Bolivia"
|
4658 |
msgstr ""
|
4659 |
|
4660 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:42
|
4661 |
#: src/Functions/data/countries.php:42
|
4662 |
msgid "Bonaire, Saint Eustatius and Saba"
|
4663 |
msgstr ""
|
4664 |
|
4665 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:43
|
4666 |
#: src/Functions/data/countries.php:43
|
4667 |
msgid "Bosnia and Herzegovina"
|
4668 |
msgstr ""
|
4669 |
|
4670 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:44
|
4671 |
#: src/Functions/data/countries.php:44
|
4672 |
msgid "Botswana"
|
4673 |
msgstr ""
|
4674 |
|
4675 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:45
|
4676 |
#: src/Functions/data/countries.php:45
|
4677 |
msgid "Bouvet Island"
|
4678 |
msgstr ""
|
4679 |
|
4680 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:46
|
4681 |
#: src/Functions/data/countries.php:46
|
4682 |
msgid "Brazil"
|
4683 |
msgstr ""
|
4684 |
|
4685 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:47
|
4686 |
#: src/Functions/data/countries.php:47
|
4687 |
msgid "British Indian Ocean Territory"
|
4688 |
msgstr ""
|
4689 |
|
4690 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:48
|
4691 |
#: src/Functions/data/countries.php:48
|
4692 |
msgid "British Virgin Islands"
|
4693 |
msgstr ""
|
4694 |
|
4695 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:49
|
4696 |
#: src/Functions/data/countries.php:49
|
4697 |
msgid "Brunei"
|
4698 |
msgstr ""
|
4699 |
|
4700 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:50
|
4701 |
#: src/Functions/data/countries.php:50
|
4702 |
msgid "Bulgaria"
|
4703 |
msgstr ""
|
4704 |
|
4705 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:51
|
4706 |
#: src/Functions/data/countries.php:51
|
4707 |
msgid "Burkina Faso"
|
4708 |
msgstr ""
|
4709 |
|
4710 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:52
|
4711 |
#: src/Functions/data/countries.php:52
|
4712 |
msgid "Burundi"
|
4713 |
msgstr ""
|
4714 |
|
4715 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:53
|
4716 |
#: src/Functions/data/countries.php:53
|
4717 |
msgid "Cambodia"
|
4718 |
msgstr ""
|
4719 |
|
4720 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:54
|
4721 |
#: src/Functions/data/countries.php:54
|
4722 |
msgid "Cameroon"
|
4723 |
msgstr ""
|
4724 |
|
4725 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:55
|
4726 |
#: src/Functions/data/countries.php:55
|
4727 |
msgid "Canada"
|
4728 |
msgstr ""
|
4729 |
|
4730 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:56
|
4731 |
#: src/Functions/data/countries.php:56
|
4732 |
msgid "Cape Verde"
|
4733 |
msgstr ""
|
4734 |
|
4735 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:57
|
4736 |
#: src/Functions/data/countries.php:57
|
4737 |
msgid "Cayman Islands"
|
4738 |
msgstr ""
|
4739 |
|
4740 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:58
|
4741 |
#: src/Functions/data/countries.php:58
|
4742 |
msgid "Central African Republic"
|
4743 |
msgstr ""
|
4744 |
|
4745 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:59
|
4746 |
#: src/Functions/data/countries.php:59
|
4747 |
msgid "Chad"
|
4748 |
msgstr ""
|
4749 |
|
4750 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:60
|
4751 |
#: src/Functions/data/countries.php:60
|
4752 |
msgid "Chile"
|
4753 |
msgstr ""
|
4754 |
|
4755 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:61
|
4756 |
#: src/Functions/data/countries.php:61
|
4757 |
msgid "China"
|
4758 |
msgstr ""
|
4759 |
|
4760 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:62
|
4761 |
#: src/Functions/data/countries.php:62
|
4762 |
msgid "Christmas Island"
|
4763 |
msgstr ""
|
4764 |
|
4765 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:63
|
4766 |
#: src/Functions/data/countries.php:63
|
4767 |
msgid "Cocos (Keeling) Islands"
|
4768 |
msgstr ""
|
4769 |
|
4770 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:64
|
4771 |
#: src/Functions/data/countries.php:64
|
4772 |
msgid "Colombia"
|
4773 |
msgstr ""
|
4774 |
|
4775 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:65
|
4776 |
#: src/Functions/data/countries.php:65
|
4777 |
msgid "Comoros"
|
4778 |
msgstr ""
|
4779 |
|
4780 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:66
|
4781 |
#: src/Functions/data/countries.php:66
|
4782 |
msgid "Congo (Brazzaville)"
|
4783 |
msgstr ""
|
4784 |
|
4785 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:67
|
4786 |
#: src/Functions/data/countries.php:67
|
4787 |
msgid "Congo (Kinshasa)"
|
4788 |
msgstr ""
|
4789 |
|
4790 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:68
|
4791 |
#: src/Functions/data/countries.php:68
|
4792 |
msgid "Cook Islands"
|
4793 |
msgstr ""
|
4794 |
|
4795 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:69
|
4796 |
#: src/Functions/data/countries.php:69
|
4797 |
msgid "Costa Rica"
|
4798 |
msgstr ""
|
4799 |
|
4800 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:70
|
4801 |
#: src/Functions/data/countries.php:70
|
4802 |
msgid "Croatia"
|
4803 |
msgstr ""
|
4804 |
|
4805 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:71
|
4806 |
#: src/Functions/data/countries.php:71
|
4807 |
msgid "Cuba"
|
4808 |
msgstr ""
|
4809 |
|
4810 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:72
|
4811 |
#: src/Functions/data/countries.php:72
|
4812 |
msgid "Curaçao"
|
4813 |
msgstr ""
|
4814 |
|
4815 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:73
|
4816 |
#: src/Functions/data/countries.php:73
|
4817 |
msgid "Cyprus"
|
4818 |
msgstr ""
|
4819 |
|
4820 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:74
|
4821 |
#: src/Functions/data/countries.php:74
|
4822 |
msgid "Czech Republic"
|
4823 |
msgstr ""
|
4824 |
|
4825 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:75
|
4826 |
#: src/Functions/data/countries.php:75
|
4827 |
msgid "Denmark"
|
4828 |
msgstr ""
|
4829 |
|
4830 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:76
|
4831 |
#: src/Functions/data/countries.php:76
|
4832 |
msgid "Djibouti"
|
4833 |
msgstr ""
|
4834 |
|
4835 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:77
|
4836 |
#: src/Functions/data/countries.php:77
|
4837 |
msgid "Dominica"
|
4838 |
msgstr ""
|
4839 |
|
4840 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:78
|
4841 |
#: src/Functions/data/countries.php:78
|
4842 |
msgid "Dominican Republic"
|
4843 |
msgstr ""
|
4844 |
|
4845 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:79
|
4846 |
#: src/Functions/data/countries.php:79
|
4847 |
msgid "Ecuador"
|
4848 |
msgstr ""
|
4849 |
|
4850 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:80
|
4851 |
#: src/Functions/data/countries.php:80
|
4852 |
msgid "Egypt"
|
4853 |
msgstr ""
|
4854 |
|
4855 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:81
|
4856 |
#: src/Functions/data/countries.php:81
|
4857 |
msgid "El Salvador"
|
4858 |
msgstr ""
|
4859 |
|
4860 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:82
|
4861 |
#: src/Functions/data/countries.php:82
|
4862 |
msgid "Equatorial Guinea"
|
4863 |
msgstr ""
|
4864 |
|
4865 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:83
|
4866 |
#: src/Functions/data/countries.php:83
|
4867 |
msgid "Eritrea"
|
4868 |
msgstr ""
|
4869 |
|
4870 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:84
|
4871 |
#: src/Functions/data/countries.php:84
|
4872 |
msgid "Estonia"
|
4873 |
msgstr ""
|
4874 |
|
4875 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:85
|
4876 |
#: src/Functions/data/countries.php:85
|
4877 |
msgid "Eswatini"
|
4878 |
msgstr ""
|
4879 |
|
4880 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:86
|
4881 |
#: src/Functions/data/countries.php:86
|
4882 |
msgid "Ethiopia"
|
4883 |
msgstr ""
|
4884 |
|
4885 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:87
|
4886 |
#: src/Functions/data/countries.php:87
|
4887 |
msgid "Falkland Islands"
|
4888 |
msgstr ""
|
4889 |
|
4890 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:88
|
4891 |
#: src/Functions/data/countries.php:88
|
4892 |
msgid "Faroe Islands"
|
4893 |
msgstr ""
|
4894 |
|
4895 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:89
|
4896 |
#: src/Functions/data/countries.php:89
|
4897 |
msgid "Fiji"
|
4898 |
msgstr ""
|
4899 |
|
4900 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:90
|
4901 |
#: src/Functions/data/countries.php:90
|
4902 |
msgid "Finland"
|
4903 |
msgstr ""
|
4904 |
|
4905 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:91
|
4906 |
#: src/Functions/data/countries.php:91
|
4907 |
msgid "France"
|
4908 |
msgstr ""
|
4909 |
|
4910 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:92
|
4911 |
#: src/Functions/data/countries.php:92
|
4912 |
msgid "French Guiana"
|
4913 |
msgstr ""
|
4914 |
|
4915 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:93
|
4916 |
#: src/Functions/data/countries.php:93
|
4917 |
msgid "French Polynesia"
|
4918 |
msgstr ""
|
4919 |
|
4920 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:94
|
4921 |
#: src/Functions/data/countries.php:94
|
4922 |
msgid "French Southern Territories"
|
4923 |
msgstr ""
|
4924 |
|
4925 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:95
|
4926 |
#: src/Functions/data/countries.php:95
|
4927 |
msgid "Gabon"
|
4928 |
msgstr ""
|
4929 |
|
4930 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:96
|
4931 |
#: src/Functions/data/countries.php:96
|
4932 |
msgid "Gambia"
|
4933 |
msgstr ""
|
4934 |
|
4935 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:98
|
4936 |
#: src/Functions/data/countries.php:98
|
4937 |
msgid "Germany"
|
4938 |
msgstr ""
|
4939 |
|
4940 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:99
|
4941 |
#: src/Functions/data/countries.php:99
|
4942 |
msgid "Ghana"
|
4943 |
msgstr ""
|
4944 |
|
4945 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:100
|
4946 |
#: src/Functions/data/countries.php:100
|
4947 |
msgid "Gibraltar"
|
4948 |
msgstr ""
|
4949 |
|
4950 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:101
|
4951 |
#: src/Functions/data/countries.php:101
|
4952 |
msgid "Greece"
|
4953 |
msgstr ""
|
4954 |
|
4955 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:102
|
4956 |
#: src/Functions/data/countries.php:102
|
4957 |
msgid "Greenland"
|
4958 |
msgstr ""
|
4959 |
|
4960 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:103
|
4961 |
#: src/Functions/data/countries.php:103
|
4962 |
msgid "Grenada"
|
4963 |
msgstr ""
|
4964 |
|
4965 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:104
|
4966 |
#: src/Functions/data/countries.php:104
|
4967 |
msgid "Guadeloupe"
|
4968 |
msgstr ""
|
4969 |
|
4970 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:105
|
4971 |
#: src/Functions/data/countries.php:105
|
4972 |
msgid "Guam"
|
4973 |
msgstr ""
|
4974 |
|
4975 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:106
|
4976 |
#: src/Functions/data/countries.php:106
|
4977 |
msgid "Guatemala"
|
4978 |
msgstr ""
|
4979 |
|
4980 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:107
|
4981 |
#: src/Functions/data/countries.php:107
|
4982 |
msgid "Guernsey"
|
4983 |
msgstr ""
|
4984 |
|
4985 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:108
|
4986 |
#: src/Functions/data/countries.php:108
|
4987 |
msgid "Guinea"
|
4988 |
msgstr ""
|
4989 |
|
4990 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:109
|
4991 |
#: src/Functions/data/countries.php:109
|
4992 |
msgid "Guinea-Bissau"
|
4993 |
msgstr ""
|
4994 |
|
4995 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:110
|
4996 |
#: src/Functions/data/countries.php:110
|
4997 |
msgid "Guyana"
|
4998 |
msgstr ""
|
4999 |
|
5000 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:111
|
5001 |
#: src/Functions/data/countries.php:111
|
5002 |
msgid "Haiti"
|
5003 |
msgstr ""
|
5004 |
|
5005 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:112
|
5006 |
#: src/Functions/data/countries.php:112
|
5007 |
msgid "Heard Island and McDonald Islands"
|
5008 |
msgstr ""
|
5009 |
|
5010 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:113
|
5011 |
#: src/Functions/data/countries.php:113
|
5012 |
msgid "Honduras"
|
5013 |
msgstr ""
|
5014 |
|
5015 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:114
|
5016 |
#: src/Functions/data/countries.php:114
|
5017 |
msgid "Hong Kong"
|
5018 |
msgstr ""
|
5019 |
|
5020 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:115
|
5021 |
#: src/Functions/data/countries.php:115
|
5022 |
msgid "Hungary"
|
5023 |
msgstr ""
|
5024 |
|
5025 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:116
|
5026 |
#: src/Functions/data/countries.php:116
|
5027 |
msgid "Iceland"
|
5028 |
msgstr ""
|
5029 |
|
5030 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:117
|
5031 |
#: src/Functions/data/countries.php:117
|
5032 |
msgid "India"
|
5033 |
msgstr ""
|
5034 |
|
5035 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:118
|
5036 |
#: src/Functions/data/countries.php:118
|
5037 |
msgid "Indonesia"
|
5038 |
msgstr ""
|
5039 |
|
5040 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:119
|
5041 |
#: src/Functions/data/countries.php:119
|
5042 |
msgid "Iran"
|
5043 |
msgstr ""
|
5044 |
|
5045 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:120
|
5046 |
#: src/Functions/data/countries.php:120
|
5047 |
msgid "Iraq"
|
5048 |
msgstr ""
|
5049 |
|
5050 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:121
|
5051 |
#: src/Functions/data/countries.php:121
|
5052 |
msgid "Republic of Ireland"
|
5053 |
msgstr ""
|
5054 |
|
5055 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:122
|
5056 |
#: src/Functions/data/countries.php:122
|
5057 |
msgid "Isle of Man"
|
5058 |
msgstr ""
|
5059 |
|
5060 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:123
|
5061 |
#: src/Functions/data/countries.php:123
|
5062 |
msgid "Israel"
|
5063 |
msgstr ""
|
5064 |
|
5065 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:124
|
5066 |
#: src/Functions/data/countries.php:124
|
5067 |
msgid "Italy"
|
5068 |
msgstr ""
|
5069 |
|
5070 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:125
|
5071 |
#: src/Functions/data/countries.php:125
|
5072 |
msgid "Ivory Coast"
|
5073 |
msgstr ""
|
5074 |
|
5075 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:126
|
5076 |
#: src/Functions/data/countries.php:126
|
5077 |
msgid "Jamaica"
|
5078 |
msgstr ""
|
5079 |
|
5080 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:127
|
5081 |
#: src/Functions/data/countries.php:127
|
5082 |
msgid "Japan"
|
5083 |
msgstr ""
|
5084 |
|
5085 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:128
|
5086 |
#: src/Functions/data/countries.php:128
|
5087 |
msgid "Jersey"
|
5088 |
msgstr ""
|
5089 |
|
5090 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:129
|
5091 |
#: src/Functions/data/countries.php:129
|
5092 |
msgid "Jordan"
|
5093 |
msgstr ""
|
5094 |
|
5095 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:130
|
5096 |
#: src/Functions/data/countries.php:130
|
5097 |
msgid "Kazakhstan"
|
5098 |
msgstr ""
|
5099 |
|
5100 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:131
|
5101 |
#: src/Functions/data/countries.php:131
|
5102 |
msgid "Kenya"
|
5103 |
msgstr ""
|
5104 |
|
5105 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:132
|
5106 |
#: src/Functions/data/countries.php:132
|
5107 |
msgid "Kiribati"
|
5108 |
msgstr ""
|
5109 |
|
5110 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:133
|
5111 |
#: src/Functions/data/countries.php:133
|
5112 |
msgid "Kuwait"
|
5113 |
msgstr ""
|
5114 |
|
5115 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:134
|
5116 |
#: src/Functions/data/countries.php:134
|
5117 |
msgid "Kyrgyzstan"
|
5118 |
msgstr ""
|
5119 |
|
5120 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:135
|
5121 |
#: src/Functions/data/countries.php:135
|
5122 |
msgid "Laos"
|
5123 |
msgstr ""
|
5124 |
|
5125 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:136
|
5126 |
#: src/Functions/data/countries.php:136
|
5127 |
msgid "Latvia"
|
5128 |
msgstr ""
|
5129 |
|
5130 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:137
|
5131 |
#: src/Functions/data/countries.php:137
|
5132 |
msgid "Lebanon"
|
5133 |
msgstr ""
|
5134 |
|
5135 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:138
|
5136 |
#: src/Functions/data/countries.php:138
|
5137 |
msgid "Lesotho"
|
5138 |
msgstr ""
|
5139 |
|
5140 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:139
|
5141 |
#: src/Functions/data/countries.php:139
|
5142 |
msgid "Liberia"
|
5143 |
msgstr ""
|
5144 |
|
5145 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:140
|
5146 |
#: src/Functions/data/countries.php:140
|
5147 |
msgid "Libya"
|
5148 |
msgstr ""
|
5149 |
|
5150 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:141
|
5151 |
#: src/Functions/data/countries.php:141
|
5152 |
msgid "Liechtenstein"
|
5153 |
msgstr ""
|
5154 |
|
5155 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:142
|
5156 |
#: src/Functions/data/countries.php:142
|
5157 |
msgid "Lithuania"
|
5158 |
msgstr ""
|
5159 |
|
5160 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:143
|
5161 |
#: src/Functions/data/countries.php:143
|
5162 |
msgid "Luxembourg"
|
5163 |
msgstr ""
|
5164 |
|
5165 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:144
|
5166 |
#: src/Functions/data/countries.php:144
|
5167 |
msgid "Macao S.A.R., China"
|
5168 |
msgstr ""
|
5169 |
|
5170 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:145
|
5171 |
#: src/Functions/data/countries.php:145
|
5172 |
msgid "Macedonia"
|
5173 |
msgstr ""
|
5174 |
|
5175 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:146
|
5176 |
#: src/Functions/data/countries.php:146
|
5177 |
msgid "Madagascar"
|
5178 |
msgstr ""
|
5179 |
|
5180 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:147
|
5181 |
#: src/Functions/data/countries.php:147
|
5182 |
msgid "Malawi"
|
5183 |
msgstr ""
|
5184 |
|
5185 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:148
|
5186 |
#: src/Functions/data/countries.php:148
|
5187 |
msgid "Malaysia"
|
5188 |
msgstr ""
|
5189 |
|
5190 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:149
|
5191 |
#: src/Functions/data/countries.php:149
|
5192 |
msgid "Maldives"
|
5193 |
msgstr ""
|
5194 |
|
5195 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:150
|
5196 |
#: src/Functions/data/countries.php:150
|
5197 |
msgid "Mali"
|
5198 |
msgstr ""
|
5199 |
|
5200 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:151
|
5201 |
#: src/Functions/data/countries.php:151
|
5202 |
msgid "Malta"
|
5203 |
msgstr ""
|
5204 |
|
5205 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:152
|
5206 |
#: src/Functions/data/countries.php:152
|
5207 |
msgid "Marshall Islands"
|
5208 |
msgstr ""
|
5209 |
|
5210 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:153
|
5211 |
#: src/Functions/data/countries.php:153
|
5212 |
msgid "Martinique"
|
5213 |
msgstr ""
|
5214 |
|
5215 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:154
|
5216 |
#: src/Functions/data/countries.php:154
|
5217 |
msgid "Mauritania"
|
5218 |
msgstr ""
|
5219 |
|
5220 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:155
|
5221 |
#: src/Functions/data/countries.php:155
|
5222 |
msgid "Mauritius"
|
5223 |
msgstr ""
|
5224 |
|
5225 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:156
|
5226 |
#: src/Functions/data/countries.php:156
|
5227 |
msgid "Mayotte"
|
5228 |
msgstr ""
|
5229 |
|
5230 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:157
|
5231 |
#: src/Functions/data/countries.php:157
|
5232 |
msgid "Mexico"
|
5233 |
msgstr ""
|
5234 |
|
5235 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:158
|
5236 |
#: src/Functions/data/countries.php:158
|
5237 |
msgid "Micronesia"
|
5238 |
msgstr ""
|
5239 |
|
5240 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:159
|
5241 |
#: src/Functions/data/countries.php:159
|
5242 |
msgid "Moldova"
|
5243 |
msgstr ""
|
5244 |
|
5245 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:160
|
5246 |
#: src/Functions/data/countries.php:160
|
5247 |
msgid "Monaco"
|
5248 |
msgstr ""
|
5249 |
|
5250 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:161
|
5251 |
#: src/Functions/data/countries.php:161
|
5252 |
msgid "Mongolia"
|
5253 |
msgstr ""
|
5254 |
|
5255 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:162
|
5256 |
#: src/Functions/data/countries.php:162
|
5257 |
msgid "Montenegro"
|
5258 |
msgstr ""
|
5259 |
|
5260 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:163
|
5261 |
#: src/Functions/data/countries.php:163
|
5262 |
msgid "Montserrat"
|
5263 |
msgstr ""
|
5264 |
|
5265 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:164
|
5266 |
#: src/Functions/data/countries.php:164
|
5267 |
msgid "Morocco"
|
5268 |
msgstr ""
|
5269 |
|
5270 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:165
|
5271 |
#: src/Functions/data/countries.php:165
|
5272 |
msgid "Mozambique"
|
5273 |
msgstr ""
|
5274 |
|
5275 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:166
|
5276 |
#: src/Functions/data/countries.php:166
|
5277 |
msgid "Myanmar"
|
5278 |
msgstr ""
|
5279 |
|
5280 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:167
|
5281 |
#: src/Functions/data/countries.php:167
|
5282 |
msgid "Namibia"
|
5283 |
msgstr ""
|
5284 |
|
5285 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:168
|
5286 |
#: src/Functions/data/countries.php:168
|
5287 |
msgid "Nauru"
|
5288 |
msgstr ""
|
5289 |
|
5290 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:169
|
5291 |
#: src/Functions/data/countries.php:169
|
5292 |
msgid "Nepal"
|
5293 |
msgstr ""
|
5294 |
|
5295 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:170
|
5296 |
#: src/Functions/data/countries.php:170
|
5297 |
msgid "Netherlands"
|
5298 |
msgstr ""
|
5299 |
|
5300 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:171
|
5301 |
#: src/Functions/data/countries.php:171
|
5302 |
msgid "New Caledonia"
|
5303 |
msgstr ""
|
5304 |
|
5305 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:172
|
5306 |
#: src/Functions/data/countries.php:172
|
5307 |
msgid "New Zealand"
|
5308 |
msgstr ""
|
5309 |
|
5310 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:173
|
5311 |
#: src/Functions/data/countries.php:173
|
5312 |
msgid "Nicaragua"
|
5313 |
msgstr ""
|
5314 |
|
5315 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:174
|
5316 |
#: src/Functions/data/countries.php:174
|
5317 |
msgid "Niger"
|
5318 |
msgstr ""
|
5319 |
|
5320 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:175
|
5321 |
#: src/Functions/data/countries.php:175
|
5322 |
msgid "Nigeria"
|
5323 |
msgstr ""
|
5324 |
|
5325 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:176
|
5326 |
#: src/Functions/data/countries.php:176
|
5327 |
msgid "Niue"
|
5328 |
msgstr ""
|
5329 |
|
5330 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:177
|
5331 |
#: src/Functions/data/countries.php:177
|
5332 |
msgid "Norfolk Island"
|
5333 |
msgstr ""
|
5334 |
|
5335 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:178
|
5336 |
#: src/Functions/data/countries.php:178
|
5337 |
msgid "Northern Mariana Islands"
|
5338 |
msgstr ""
|
5339 |
|
5340 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:179
|
5341 |
#: src/Functions/data/countries.php:179
|
5342 |
msgid "North Korea"
|
5343 |
msgstr ""
|
5344 |
|
5345 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:180
|
5346 |
#: src/Functions/data/countries.php:180
|
5347 |
msgid "Norway"
|
5348 |
msgstr ""
|
5349 |
|
5350 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:181
|
5351 |
#: src/Functions/data/countries.php:181
|
5352 |
msgid "Oman"
|
5353 |
msgstr ""
|
5354 |
|
5355 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:182
|
5356 |
#: src/Functions/data/countries.php:182
|
5357 |
msgid "Pakistan"
|
5358 |
msgstr ""
|
5359 |
|
5360 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:183
|
5361 |
#: src/Functions/data/countries.php:183
|
5362 |
msgid "Palestinian Territory"
|
5363 |
msgstr ""
|
5364 |
|
5365 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:184
|
5366 |
#: src/Functions/data/countries.php:184
|
5367 |
msgid "Panama"
|
5368 |
msgstr ""
|
5369 |
|
5370 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:185
|
5371 |
#: src/Functions/data/countries.php:185
|
5372 |
msgid "Papua New Guinea"
|
5373 |
msgstr ""
|
5374 |
|
5375 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:186
|
5376 |
#: src/Functions/data/countries.php:186
|
5377 |
msgid "Paraguay"
|
5378 |
msgstr ""
|
5379 |
|
5380 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:187
|
5381 |
#: src/Functions/data/countries.php:187
|
5382 |
msgid "Peru"
|
5383 |
msgstr ""
|
5384 |
|
5385 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:188
|
5386 |
#: src/Functions/data/countries.php:188
|
5387 |
msgid "Philippines"
|
5388 |
msgstr ""
|
5389 |
|
5390 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:189
|
5391 |
#: src/Functions/data/countries.php:189
|
5392 |
msgid "Pitcairn"
|
5393 |
msgstr ""
|
5394 |
|
5395 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:190
|
5396 |
#: src/Functions/data/countries.php:190
|
5397 |
msgid "Poland"
|
5398 |
msgstr ""
|
5399 |
|
5400 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:191
|
5401 |
#: src/Functions/data/countries.php:191
|
5402 |
msgid "Portugal"
|
5403 |
msgstr ""
|
5404 |
|
5405 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:192
|
5406 |
#: src/Functions/data/countries.php:192
|
5407 |
msgid "Puerto Rico"
|
5408 |
msgstr ""
|
5409 |
|
5410 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:193
|
5411 |
#: src/Functions/data/countries.php:193
|
5412 |
msgid "Qatar"
|
5413 |
msgstr ""
|
5414 |
|
5415 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:194
|
5416 |
#: src/Functions/data/countries.php:194
|
5417 |
msgid "Reunion"
|
5418 |
msgstr ""
|
5419 |
|
5420 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:195
|
5421 |
#: src/Functions/data/countries.php:195
|
5422 |
msgid "Romania"
|
5423 |
msgstr ""
|
5424 |
|
5425 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:196
|
5426 |
#: src/Functions/data/countries.php:196
|
5427 |
msgid "Russia"
|
5428 |
msgstr ""
|
5429 |
|
5430 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:197
|
5431 |
#: src/Functions/data/countries.php:197
|
5432 |
msgid "Rwanda"
|
5433 |
msgstr ""
|
5434 |
|
5435 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:198
|
5436 |
#: src/Functions/data/countries.php:198
|
5437 |
msgid "Saint Barthélemy"
|
5438 |
msgstr ""
|
5439 |
|
5440 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:199
|
5441 |
#: src/Functions/data/countries.php:199
|
5442 |
msgid "Saint Helena"
|
5443 |
msgstr ""
|
5444 |
|
5445 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:200
|
5446 |
#: src/Functions/data/countries.php:200
|
5447 |
msgid "Saint Kitts and Nevis"
|
5448 |
msgstr ""
|
5449 |
|
5450 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:201
|
5451 |
#: src/Functions/data/countries.php:201
|
5452 |
msgid "Saint Lucia"
|
5453 |
msgstr ""
|
5454 |
|
5455 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:202
|
5456 |
#: src/Functions/data/countries.php:202
|
5457 |
msgid "Saint Martin (French part)"
|
5458 |
msgstr ""
|
5459 |
|
5460 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:203
|
5461 |
#: src/Functions/data/countries.php:203
|
5462 |
msgid "Saint Martin (Dutch part)"
|
5463 |
msgstr ""
|
5464 |
|
5465 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:204
|
5466 |
#: src/Functions/data/countries.php:204
|
5467 |
msgid "Saint Pierre and Miquelon"
|
5468 |
msgstr ""
|
5469 |
|
5470 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:205
|
5471 |
#: src/Functions/data/countries.php:205
|
5472 |
msgid "Saint Vincent and the Grenadines"
|
5473 |
msgstr ""
|
5474 |
|
5475 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:206
|
5476 |
#: src/Functions/data/countries.php:206
|
5477 |
msgid "San Marino"
|
5478 |
msgstr ""
|
5479 |
|
5480 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:207
|
5481 |
#: src/Functions/data/countries.php:207
|
5482 |
msgid "São Tomé and Príncipe"
|
5483 |
msgstr ""
|
5484 |
|
5485 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:208
|
5486 |
#: src/Functions/data/countries.php:208
|
5487 |
msgid "Saudi Arabia"
|
5488 |
msgstr ""
|
5489 |
|
5490 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:209
|
5491 |
#: src/Functions/data/countries.php:209
|
5492 |
msgid "Senegal"
|
5493 |
msgstr ""
|
5494 |
|
5495 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:210
|
5496 |
#: src/Functions/data/countries.php:210
|
5497 |
msgid "Serbia"
|
5498 |
msgstr ""
|
5499 |
|
5500 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:211
|
5501 |
#: src/Functions/data/countries.php:211
|
5502 |
msgid "Seychelles"
|
5503 |
msgstr ""
|
5504 |
|
5505 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:212
|
5506 |
#: src/Functions/data/countries.php:212
|
5507 |
msgid "Sierra Leone"
|
5508 |
msgstr ""
|
5509 |
|
5510 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:213
|
5511 |
#: src/Functions/data/countries.php:213
|
5512 |
msgid "Singapore"
|
5513 |
msgstr ""
|
5514 |
|
5515 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:214
|
5516 |
#: src/Functions/data/countries.php:214
|
5517 |
msgid "Slovakia"
|
5518 |
msgstr ""
|
5519 |
|
5520 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:215
|
5521 |
#: src/Functions/data/countries.php:215
|
5522 |
msgid "Slovenia"
|
5523 |
msgstr ""
|
5524 |
|
5525 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:216
|
5526 |
#: src/Functions/data/countries.php:216
|
5527 |
msgid "Solomon Islands"
|
5528 |
msgstr ""
|
5529 |
|
5530 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:217
|
5531 |
#: src/Functions/data/countries.php:217
|
5532 |
msgid "Somalia"
|
5533 |
msgstr ""
|
5534 |
|
5535 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:218
|
5536 |
#: src/Functions/data/countries.php:218
|
5537 |
msgid "South Africa"
|
5538 |
msgstr ""
|
5539 |
|
5540 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:219
|
5541 |
#: src/Functions/data/countries.php:219
|
5542 |
msgid "South Georgia/Sandwich Islands"
|
5543 |
msgstr ""
|
5544 |
|
5545 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:220
|
5546 |
#: src/Functions/data/countries.php:220
|
5547 |
msgid "South Korea"
|
5548 |
msgstr ""
|
5549 |
|
5550 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:221
|
5551 |
#: src/Functions/data/countries.php:221
|
5552 |
msgid "South Sudan"
|
5553 |
msgstr ""
|
5554 |
|
5555 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:222
|
5556 |
#: src/Functions/data/countries.php:222
|
5557 |
msgid "Spain"
|
5558 |
msgstr ""
|
5559 |
|
5560 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:223
|
5561 |
#: src/Functions/data/countries.php:223
|
5562 |
msgid "Sri Lanka"
|
5563 |
msgstr ""
|
5564 |
|
5565 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:224
|
5566 |
#: src/Functions/data/countries.php:224
|
5567 |
msgid "Sudan"
|
5568 |
msgstr ""
|
5569 |
|
5570 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:225
|
5571 |
#: src/Functions/data/countries.php:225
|
5572 |
msgid "Suriname"
|
5573 |
msgstr ""
|
5574 |
|
5575 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:226
|
5576 |
#: src/Functions/data/countries.php:226
|
5577 |
msgid "Svalbard and Jan Mayen"
|
5578 |
msgstr ""
|
5579 |
|
5580 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:227
|
5581 |
#: src/Functions/data/countries.php:227
|
5582 |
msgid "Swaziland"
|
5583 |
msgstr ""
|
5584 |
|
5585 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:228
|
5586 |
#: src/Functions/data/countries.php:228
|
5587 |
msgid "Sweden"
|
5588 |
msgstr ""
|
5589 |
|
5590 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:229
|
5591 |
#: src/Functions/data/countries.php:229
|
5592 |
msgid "Switzerland"
|
5593 |
msgstr ""
|
5594 |
|
5595 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:230
|
5596 |
#: src/Functions/data/countries.php:230
|
5597 |
msgid "Syria"
|
5598 |
msgstr ""
|
5599 |
|
5600 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:231
|
5601 |
#: src/Functions/data/countries.php:231
|
5602 |
msgid "Taiwan"
|
5603 |
msgstr ""
|
5604 |
|
5605 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:232
|
5606 |
#: src/Functions/data/countries.php:232
|
5607 |
msgid "Tajikistan"
|
5608 |
msgstr ""
|
5609 |
|
5610 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:233
|
5611 |
#: src/Functions/data/countries.php:233
|
5612 |
msgid "Tanzania"
|
5613 |
msgstr ""
|
5614 |
|
5615 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:234
|
5616 |
#: src/Functions/data/countries.php:234
|
5617 |
msgid "Thailand"
|
5618 |
msgstr ""
|
5619 |
|
5620 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:235
|
5621 |
#: src/Functions/data/countries.php:235
|
5622 |
msgid "Timor-Leste"
|
5623 |
msgstr ""
|
5624 |
|
5625 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:236
|
5626 |
#: src/Functions/data/countries.php:236
|
5627 |
msgid "Togo"
|
5628 |
msgstr ""
|
5629 |
|
5630 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:237
|
5631 |
#: src/Functions/data/countries.php:237
|
5632 |
msgid "Tokelau"
|
5633 |
msgstr ""
|
5634 |
|
5635 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:238
|
5636 |
#: src/Functions/data/countries.php:238
|
5637 |
msgid "Tonga"
|
5638 |
msgstr ""
|
5639 |
|
5640 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:239
|
5641 |
#: src/Functions/data/countries.php:239
|
5642 |
msgid "Trinidad and Tobago"
|
5643 |
msgstr ""
|
5644 |
|
5645 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:240
|
5646 |
#: src/Functions/data/countries.php:240
|
5647 |
msgid "Tunisia"
|
5648 |
msgstr ""
|
5649 |
|
5650 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:241
|
5651 |
#: src/Functions/data/countries.php:241
|
5652 |
msgid "Turkey"
|
5653 |
msgstr ""
|
5654 |
|
5655 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:242
|
5656 |
#: src/Functions/data/countries.php:242
|
5657 |
msgid "Turkmenistan"
|
5658 |
msgstr ""
|
5659 |
|
5660 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:243
|
5661 |
#: src/Functions/data/countries.php:243
|
5662 |
msgid "Turks and Caicos Islands"
|
5663 |
msgstr ""
|
5664 |
|
5665 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:244
|
5666 |
#: src/Functions/data/countries.php:244
|
5667 |
msgid "Tuvalu"
|
5668 |
msgstr ""
|
5669 |
|
5670 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:245
|
5671 |
#: src/Functions/data/countries.php:245
|
5672 |
msgid "Uganda"
|
5673 |
msgstr ""
|
5674 |
|
5675 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:246
|
5676 |
#: src/Functions/data/countries.php:246
|
5677 |
msgid "Ukraine"
|
5678 |
msgstr ""
|
5679 |
|
5680 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:247
|
5681 |
#: src/Functions/data/countries.php:247
|
5682 |
msgid "United Arab Emirates"
|
5683 |
msgstr ""
|
5684 |
|
5685 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:248
|
5686 |
#: src/Functions/data/countries.php:248
|
5687 |
msgid "United Kingdom (UK)"
|
5688 |
msgstr ""
|
5689 |
|
5690 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:249
|
5691 |
#: src/Functions/data/countries.php:249
|
5692 |
msgid "United States (US)"
|
5693 |
msgstr ""
|
5694 |
|
5695 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:250
|
5696 |
#: src/Functions/data/countries.php:250
|
5697 |
msgid "United States (US) Minor Outlying Islands"
|
5698 |
msgstr ""
|
5699 |
|
5700 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:251
|
5701 |
#: src/Functions/data/countries.php:251
|
5702 |
msgid "United States (US) Virgin Islands"
|
5703 |
msgstr ""
|
5704 |
|
5705 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:252
|
5706 |
#: src/Functions/data/countries.php:252
|
5707 |
msgid "Uruguay"
|
5708 |
msgstr ""
|
5709 |
|
5710 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:253
|
5711 |
#: src/Functions/data/countries.php:253
|
5712 |
msgid "Uzbekistan"
|
5713 |
msgstr ""
|
5714 |
|
5715 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:254
|
5716 |
#: src/Functions/data/countries.php:254
|
5717 |
msgid "Vanuatu"
|
5718 |
msgstr ""
|
5719 |
|
5720 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:255
|
5721 |
#: src/Functions/data/countries.php:255
|
5722 |
msgid "Vatican"
|
5723 |
msgstr ""
|
5724 |
|
5725 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:256
|
5726 |
#: src/Functions/data/countries.php:256
|
5727 |
msgid "Venezuela"
|
5728 |
msgstr ""
|
5729 |
|
5730 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:257
|
5731 |
#: src/Functions/data/countries.php:257
|
5732 |
msgid "Vietnam"
|
5733 |
msgstr ""
|
5734 |
|
5735 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:258
|
5736 |
#: src/Functions/data/countries.php:258
|
5737 |
msgid "Wallis and Futuna"
|
5738 |
msgstr ""
|
5739 |
|
5740 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:259
|
5741 |
#: src/Functions/data/countries.php:259
|
5742 |
msgid "Western Sahara"
|
5743 |
msgstr ""
|
5744 |
|
5745 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:260
|
5746 |
#: src/Functions/data/countries.php:260
|
5747 |
msgid "Samoa"
|
5748 |
msgstr ""
|
5749 |
|
5750 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:261
|
5751 |
#: src/Functions/data/countries.php:261
|
5752 |
msgid "Yemen"
|
5753 |
msgstr ""
|
5754 |
|
5755 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:262
|
5756 |
#: src/Functions/data/countries.php:262
|
5757 |
msgid "Zambia"
|
5758 |
msgstr ""
|
5759 |
|
5760 |
-
#: build/wp-user-avatar/src/Functions/data/countries.php:263
|
5761 |
#: src/Functions/data/countries.php:263
|
5762 |
msgid "Zimbabwe"
|
5763 |
msgstr ""
|
5764 |
|
5765 |
-
#: build/wp-user-avatar/src/NavigationMenuLinks/Backend.php:29
|
5766 |
-
#: build/wp-user-avatar/src/RegisterActivation/Base.php:155
|
5767 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/LoginFormBuilder.php:166
|
5768 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:104
|
5769 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:88
|
5770 |
#: src/NavigationMenuLinks/Backend.php:29 src/RegisterActivation/Base.php:155
|
5771 |
#: src/ShortcodeParser/Builder/LoginFormBuilder.php:166
|
5772 |
#: src/Themes/DragDrop/AbstractTheme.php:104 src/Widgets/TabbedWidget.php:88
|
5773 |
msgid "Log In"
|
5774 |
msgstr ""
|
5775 |
|
5776 |
-
#: build/wp-user-avatar/src/NavigationMenuLinks/Backend.php:30
|
5777 |
-
#: build/wp-user-avatar/src/NavigationMenuLinks/Backend.php:34
|
5778 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/GlobalShortcodes.php:271
|
5779 |
-
#: build/wp-user-avatar/src/Widgets/UserPanel.php:30
|
5780 |
-
#: build/wp-user-avatar/src/Widgets/UserPanel.php:71
|
5781 |
#: src/NavigationMenuLinks/Backend.php:30
|
5782 |
#: src/NavigationMenuLinks/Backend.php:34
|
5783 |
-
#: src/ShortcodeParser/Builder/GlobalShortcodes.php:
|
5784 |
#: src/Widgets/UserPanel.php:30 src/Widgets/UserPanel.php:71
|
5785 |
msgid "Log Out"
|
5786 |
msgstr ""
|
5787 |
|
5788 |
-
#: build/wp-user-avatar/src/NavigationMenuLinks/Backend.php:31
|
5789 |
-
#: build/wp-user-avatar/src/RegisterActivation/Base.php:159
|
5790 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:1033
|
5791 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/GlobalShortcodes.php:174
|
5792 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:89
|
5793 |
#: src/NavigationMenuLinks/Backend.php:31 src/RegisterActivation/Base.php:159
|
5794 |
-
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:
|
5795 |
-
#: src/ShortcodeParser/Builder/GlobalShortcodes.php:
|
5796 |
#: src/Widgets/TabbedWidget.php:89
|
5797 |
msgid "Sign Up"
|
5798 |
msgstr ""
|
5799 |
|
5800 |
-
#: build/wp-user-avatar/src/NavigationMenuLinks/Backend.php:33
|
5801 |
-
#: build/wp-user-avatar/src/RegisterActivation/Base.php:172
|
5802 |
#: src/NavigationMenuLinks/Backend.php:33 src/RegisterActivation/Base.php:172
|
5803 |
msgid "My Profile"
|
5804 |
msgstr ""
|
5805 |
|
5806 |
-
#: build/wp-user-avatar/src/NavigationMenuLinks/Backend.php:46
|
5807 |
-
#: build/wp-user-avatar/src/NavigationMenuLinks/Backend.php:89
|
5808 |
#: src/NavigationMenuLinks/Backend.php:46
|
5809 |
#: src/NavigationMenuLinks/Backend.php:89
|
5810 |
msgid "ProfilePress Links"
|
5811 |
msgstr ""
|
5812 |
|
5813 |
-
#: build/wp-user-avatar/src/NavigationMenuLinks/Backend.php:47
|
5814 |
-
#: build/wp-user-avatar/src/NavigationMenuLinks/Backend.php:78
|
5815 |
-
#: build/wp-user-avatar/src/NavigationMenuLinks/Backend.php:146
|
5816 |
#: src/NavigationMenuLinks/Backend.php:47
|
5817 |
#: src/NavigationMenuLinks/Backend.php:78
|
5818 |
#: src/NavigationMenuLinks/Backend.php:146
|
5819 |
msgid "ProfilePress Link"
|
5820 |
msgstr ""
|
5821 |
|
5822 |
-
#: build/wp-user-avatar/src/NavigationMenuLinks/Backend.php:119
|
5823 |
#: src/NavigationMenuLinks/Backend.php:119
|
5824 |
msgid "Add to Menu"
|
5825 |
msgstr ""
|
5826 |
|
5827 |
-
#: build/wp-user-avatar/src/RegisterActivation/Base.php:102
|
5828 |
#: src/RegisterActivation/Base.php:102
|
5829 |
msgid "Default Registration"
|
5830 |
msgstr ""
|
5831 |
|
5832 |
-
#: build/wp-user-avatar/src/RegisterActivation/Base.php:109
|
5833 |
#: src/RegisterActivation/Base.php:109
|
5834 |
msgid "Default Login"
|
5835 |
msgstr ""
|
5836 |
|
5837 |
-
#: build/wp-user-avatar/src/RegisterActivation/Base.php:116
|
5838 |
#: src/RegisterActivation/Base.php:116
|
5839 |
msgid "Default Password Reset"
|
5840 |
msgstr ""
|
5841 |
|
5842 |
-
#: build/wp-user-avatar/src/RegisterActivation/Base.php:123
|
5843 |
#: src/RegisterActivation/Base.php:123
|
5844 |
msgid "Default Edit Profile"
|
5845 |
msgstr ""
|
5846 |
|
5847 |
-
#: build/wp-user-avatar/src/RegisterActivation/Base.php:130
|
5848 |
#: src/RegisterActivation/Base.php:130
|
5849 |
msgid "Default User Profile"
|
5850 |
msgstr ""
|
5851 |
|
5852 |
-
#: build/wp-user-avatar/src/RegisterActivation/Base.php:137
|
5853 |
#: src/RegisterActivation/Base.php:137
|
5854 |
msgid "Default Member Directory"
|
5855 |
msgstr ""
|
5856 |
|
5857 |
-
#: build/wp-user-avatar/src/RegisterActivation/Base.php:144
|
5858 |
#: src/RegisterActivation/Base.php:144
|
5859 |
msgid "Lucid Tab Widget"
|
5860 |
msgstr ""
|
5861 |
|
5862 |
-
#: build/wp-user-avatar/src/RegisterActivation/Base.php:163
|
5863 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/GlobalShortcodes.php:206
|
5864 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:117
|
5865 |
#: src/RegisterActivation/Base.php:163
|
5866 |
-
#: src/ShortcodeParser/Builder/GlobalShortcodes.php:
|
5867 |
#: src/Themes/DragDrop/AbstractTheme.php:117
|
5868 |
msgid "Reset Password"
|
5869 |
msgstr ""
|
5870 |
|
5871 |
-
#: build/wp-user-avatar/src/RegisterActivation/Base.php:176
|
5872 |
#: src/RegisterActivation/Base.php:176
|
5873 |
msgid "Member Directory"
|
5874 |
msgstr ""
|
5875 |
|
5876 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/EditProfileBuilder.php:86
|
5877 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/EditProfileBuilder.php:99
|
5878 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/PasswordResetBuilder.php:220
|
5879 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/PasswordResetBuilder.php:232
|
5880 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/RegistrationFormBuilder.php:141
|
5881 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/RegistrationFormBuilder.php:154
|
5882 |
#: src/ShortcodeParser/Builder/EditProfileBuilder.php:86
|
5883 |
#: src/ShortcodeParser/Builder/EditProfileBuilder.php:99
|
5884 |
#: src/ShortcodeParser/Builder/PasswordResetBuilder.php:220
|
@@ -5888,27 +4276,18 @@ msgstr ""
|
|
5888 |
msgid "Strength indicator"
|
5889 |
msgstr ""
|
5890 |
|
5891 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/EditProfileBuilder.php:87
|
5892 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/PasswordResetBuilder.php:221
|
5893 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/RegistrationFormBuilder.php:142
|
5894 |
#: src/ShortcodeParser/Builder/EditProfileBuilder.php:87
|
5895 |
#: src/ShortcodeParser/Builder/PasswordResetBuilder.php:221
|
5896 |
#: src/ShortcodeParser/Builder/RegistrationFormBuilder.php:142
|
5897 |
msgid "Very weak"
|
5898 |
msgstr ""
|
5899 |
|
5900 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/EditProfileBuilder.php:88
|
5901 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/PasswordResetBuilder.php:222
|
5902 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/RegistrationFormBuilder.php:143
|
5903 |
#: src/ShortcodeParser/Builder/EditProfileBuilder.php:88
|
5904 |
#: src/ShortcodeParser/Builder/PasswordResetBuilder.php:222
|
5905 |
#: src/ShortcodeParser/Builder/RegistrationFormBuilder.php:143
|
5906 |
msgid "Weak"
|
5907 |
msgstr ""
|
5908 |
|
5909 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/EditProfileBuilder.php:89
|
5910 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/PasswordResetBuilder.php:223
|
5911 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/RegistrationFormBuilder.php:144
|
5912 |
#: src/ShortcodeParser/Builder/EditProfileBuilder.php:89
|
5913 |
#: src/ShortcodeParser/Builder/PasswordResetBuilder.php:223
|
5914 |
#: src/ShortcodeParser/Builder/RegistrationFormBuilder.php:144
|
@@ -5916,80 +4295,53 @@ msgctxt "password strength"
|
|
5916 |
msgid "Medium"
|
5917 |
msgstr ""
|
5918 |
|
5919 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/EditProfileBuilder.php:90
|
5920 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/PasswordResetBuilder.php:224
|
5921 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/RegistrationFormBuilder.php:145
|
5922 |
#: src/ShortcodeParser/Builder/EditProfileBuilder.php:90
|
5923 |
#: src/ShortcodeParser/Builder/PasswordResetBuilder.php:224
|
5924 |
#: src/ShortcodeParser/Builder/RegistrationFormBuilder.php:145
|
5925 |
msgid "Strong"
|
5926 |
msgstr ""
|
5927 |
|
5928 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/EditProfileBuilder.php:91
|
5929 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/PasswordResetBuilder.php:225
|
5930 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/RegistrationFormBuilder.php:146
|
5931 |
#: src/ShortcodeParser/Builder/EditProfileBuilder.php:91
|
5932 |
#: src/ShortcodeParser/Builder/PasswordResetBuilder.php:225
|
5933 |
#: src/ShortcodeParser/Builder/RegistrationFormBuilder.php:146
|
5934 |
msgid "Mismatch"
|
5935 |
msgstr ""
|
5936 |
|
5937 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:234
|
5938 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:234
|
5939 |
msgid "Confirm Email Address"
|
5940 |
msgstr ""
|
5941 |
|
5942 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:332
|
5943 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:332
|
5944 |
msgid "Display name"
|
5945 |
msgstr ""
|
5946 |
|
5947 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:364
|
5948 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:128
|
5949 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:364
|
5950 |
#: src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:128
|
5951 |
msgid "First name"
|
5952 |
msgstr ""
|
5953 |
|
5954 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:397
|
5955 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:133
|
5956 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:397
|
5957 |
#: src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:133
|
5958 |
msgid "Last name"
|
5959 |
msgstr ""
|
5960 |
|
5961 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:413
|
5962 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:413
|
5963 |
msgid "Biographical Info"
|
5964 |
msgstr ""
|
5965 |
|
5966 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:429
|
5967 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:429
|
5968 |
msgid "Bio description"
|
5969 |
msgstr ""
|
5970 |
|
5971 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:450
|
5972 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:108
|
5973 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:450
|
5974 |
#: src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:108
|
5975 |
msgid "Profile picture"
|
5976 |
msgstr ""
|
5977 |
|
5978 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:471
|
5979 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:471
|
5980 |
msgid "Cover photo"
|
5981 |
msgstr ""
|
5982 |
|
5983 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:490
|
5984 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:547
|
5985 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:637
|
5986 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:681
|
5987 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:707
|
5988 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:774
|
5989 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:830
|
5990 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:889
|
5991 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:940
|
5992 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FrontendProfileBuilder.php:346
|
5993 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:490
|
5994 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:547
|
5995 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:637
|
@@ -5997,412 +4349,308 @@ msgstr ""
|
|
5997 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:707
|
5998 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:774
|
5999 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:830
|
6000 |
-
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:
|
6001 |
-
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:
|
6002 |
#: src/ShortcodeParser/Builder/FrontendProfileBuilder.php:346
|
6003 |
msgid "Field key is missing"
|
6004 |
msgstr ""
|
6005 |
|
6006 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:564
|
6007 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:564
|
6008 |
msgid "Select country"
|
6009 |
msgstr ""
|
6010 |
|
6011 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:711
|
6012 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:711
|
6013 |
msgid "No dropdown option found."
|
6014 |
msgstr ""
|
6015 |
|
6016 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:780
|
6017 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:780
|
6018 |
msgid "No radio choice found."
|
6019 |
msgstr ""
|
6020 |
|
6021 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:835
|
6022 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:835
|
6023 |
msgid "No checkbox choice found."
|
6024 |
msgstr ""
|
6025 |
|
6026 |
-
#:
|
6027 |
-
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:948
|
6028 |
msgid "custom field not defined"
|
6029 |
msgstr ""
|
6030 |
|
6031 |
-
#:
|
6032 |
-
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:1102
|
6033 |
msgid "Delete Avatar"
|
6034 |
msgstr ""
|
6035 |
|
6036 |
-
#:
|
6037 |
-
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:1138
|
6038 |
msgid "Delete Cover Photo"
|
6039 |
msgstr ""
|
6040 |
|
6041 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FrontendProfileBuilder.php:109
|
6042 |
#: src/ShortcodeParser/Builder/FrontendProfileBuilder.php:109
|
6043 |
msgid "This user has not created any post."
|
6044 |
msgstr ""
|
6045 |
|
6046 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FrontendProfileBuilder.php:112
|
6047 |
#: src/ShortcodeParser/Builder/FrontendProfileBuilder.php:112
|
6048 |
msgid "You have not created any post."
|
6049 |
msgstr ""
|
6050 |
|
6051 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FrontendProfileBuilder.php:171
|
6052 |
#: src/ShortcodeParser/Builder/FrontendProfileBuilder.php:171
|
6053 |
msgid "This user has not made any comment."
|
6054 |
msgstr ""
|
6055 |
|
6056 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FrontendProfileBuilder.php:174
|
6057 |
#: src/ShortcodeParser/Builder/FrontendProfileBuilder.php:174
|
6058 |
msgid "You have not made any comment."
|
6059 |
msgstr ""
|
6060 |
|
6061 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/FrontendProfileBuilder.php:661
|
6062 |
#: src/ShortcodeParser/Builder/FrontendProfileBuilder.php:661
|
6063 |
msgid "No post written yet."
|
6064 |
msgstr ""
|
6065 |
|
6066 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/PasswordResetBuilder.php:106
|
6067 |
-
#: build/wp-user-avatar/src/ShortcodeParser/Builder/PasswordResetBuilder.php:344
|
6068 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:90
|
6069 |
#: src/ShortcodeParser/Builder/PasswordResetBuilder.php:106
|
6070 |
#: src/ShortcodeParser/Builder/PasswordResetBuilder.php:344
|
6071 |
#: src/Widgets/TabbedWidget.php:90
|
6072 |
msgid "Get New Password"
|
6073 |
msgstr ""
|
6074 |
|
6075 |
-
#: build/wp-user-avatar/src/ShortcodeParser/EditProfileTag.php:78
|
6076 |
-
#: build/wp-user-avatar/src/ShortcodeParser/LoginFormTag.php:75
|
6077 |
-
#: build/wp-user-avatar/src/ShortcodeParser/PasswordResetTag.php:77
|
6078 |
-
#: build/wp-user-avatar/src/ShortcodeParser/RegistrationFormTag.php:79
|
6079 |
#: src/ShortcodeParser/EditProfileTag.php:78
|
6080 |
#: src/ShortcodeParser/LoginFormTag.php:75
|
6081 |
#: src/ShortcodeParser/PasswordResetTag.php:77
|
6082 |
#: src/ShortcodeParser/RegistrationFormTag.php:79
|
6083 |
-
msgid ""
|
6084 |
-
"Form class not found. Please check if this ProfilePress form actually exist."
|
6085 |
msgstr ""
|
6086 |
|
6087 |
-
#: build/wp-user-avatar/src/ShortcodeParser/FormProcessor.php:95
|
6088 |
#: src/ShortcodeParser/FormProcessor.php:95
|
6089 |
msgid "The password you entered is incorrect."
|
6090 |
msgstr ""
|
6091 |
|
6092 |
-
#: build/wp-user-avatar/src/ShortcodeParser/FormProcessor.php:191
|
6093 |
#: src/ShortcodeParser/FormProcessor.php:191
|
6094 |
msgid "Authentication failed. Please try again"
|
6095 |
msgstr ""
|
6096 |
|
6097 |
-
#: build/wp-user-avatar/src/ShortcodeParser/FrontendProfileTag.php:88
|
6098 |
#: src/ShortcodeParser/FrontendProfileTag.php:88
|
6099 |
-
msgid ""
|
6100 |
-
"This content is available to members only. Please <a href=\"%1$s\">login</a> "
|
6101 |
-
"or <a href=\"%2$s\">register</a> to view this area."
|
6102 |
msgstr ""
|
6103 |
|
6104 |
-
#: build/wp-user-avatar/src/ShortcodeParser/FrontendProfileTag.php:95
|
6105 |
#: src/ShortcodeParser/FrontendProfileTag.php:95
|
6106 |
msgid "You are not authorized to access this area."
|
6107 |
msgstr ""
|
6108 |
|
6109 |
-
#: build/wp-user-avatar/src/ShortcodeParser/FrontendProfileTag.php:133
|
6110 |
#: src/ShortcodeParser/FrontendProfileTag.php:133
|
6111 |
-
msgid ""
|
6112 |
-
"Form class not found. Please check if this user profile actually exist in "
|
6113 |
-
"ProfilePress."
|
6114 |
msgstr ""
|
6115 |
|
6116 |
-
#: build/wp-user-avatar/src/ShortcodeParser/FrontendProfileTag.php:198
|
6117 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/Dixon.php:121
|
6118 |
#: src/ShortcodeParser/FrontendProfileTag.php:198
|
6119 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:121
|
6120 |
msgid "Profile"
|
6121 |
msgstr ""
|
6122 |
|
6123 |
-
#: build/wp-user-avatar/src/ShortcodeParser/LoginFormTag.php:54
|
6124 |
#: src/ShortcodeParser/LoginFormTag.php:54
|
6125 |
msgid "You are already logged in."
|
6126 |
msgstr ""
|
6127 |
|
6128 |
-
#:
|
6129 |
-
#: src/ShortcodeParser/MemberDirectoryTag.php:46
|
6130 |
msgid "No member directory ID specified."
|
6131 |
msgstr ""
|
6132 |
|
6133 |
-
#:
|
6134 |
-
|
6135 |
-
msgid ""
|
6136 |
-
"Member directory class not found. Please check it actually exist in "
|
6137 |
-
"ProfilePress."
|
6138 |
msgstr ""
|
6139 |
|
6140 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/MyAccountTag.php:52
|
6141 |
#: src/ShortcodeParser/MyAccount/MyAccountTag.php:52
|
6142 |
msgid "Dashboard"
|
6143 |
msgstr ""
|
6144 |
|
6145 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/MyAccountTag.php:57
|
6146 |
#: src/ShortcodeParser/MyAccount/MyAccountTag.php:57
|
6147 |
msgid "Account Details"
|
6148 |
msgstr ""
|
6149 |
|
6150 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/MyAccountTag.php:64
|
6151 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/change-password.tmpl.php:25
|
6152 |
#: src/ShortcodeParser/MyAccount/MyAccountTag.php:64
|
6153 |
#: src/ShortcodeParser/MyAccount/change-password.tmpl.php:25
|
6154 |
msgid "Change Password"
|
6155 |
msgstr ""
|
6156 |
|
6157 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/MyAccountTag.php:71
|
6158 |
#: src/ShortcodeParser/MyAccount/MyAccountTag.php:71
|
6159 |
msgid "Logout"
|
6160 |
msgstr ""
|
6161 |
|
6162 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/MyAccountTag.php:80
|
6163 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/email-notifications.tmpl.php:14
|
6164 |
#: src/ShortcodeParser/MyAccount/MyAccountTag.php:80
|
6165 |
#: src/ShortcodeParser/MyAccount/email-notifications.tmpl.php:14
|
6166 |
msgid "Email Notifications"
|
6167 |
msgstr ""
|
6168 |
|
6169 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/MyAccountTag.php:91
|
6170 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/account-settings.tmpl.php:17
|
6171 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:32
|
6172 |
#: src/ShortcodeParser/MyAccount/MyAccountTag.php:91
|
6173 |
#: src/ShortcodeParser/MyAccount/account-settings.tmpl.php:17
|
6174 |
#: src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:32
|
6175 |
msgid "Account Settings"
|
6176 |
msgstr ""
|
6177 |
|
6178 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/MyAccountTag.php:528
|
6179 |
#: src/ShortcodeParser/MyAccount/MyAccountTag.php:528
|
6180 |
msgid "Cover Photo (min. width: 1000px)"
|
6181 |
msgstr ""
|
6182 |
|
6183 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/change-password.tmpl.php:9
|
6184 |
#: src/ShortcodeParser/MyAccount/change-password.tmpl.php:9
|
6185 |
msgid "Password successfully updated."
|
6186 |
msgstr ""
|
6187 |
|
6188 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/change-password.tmpl.php:32
|
6189 |
#: src/ShortcodeParser/MyAccount/change-password.tmpl.php:32
|
6190 |
msgid "Current password"
|
6191 |
msgstr ""
|
6192 |
|
6193 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/change-password.tmpl.php:38
|
6194 |
-
#: build/wp-user-avatar/src/ShortcodeParser/PasswordResetTag.php:101
|
6195 |
#: src/ShortcodeParser/MyAccount/change-password.tmpl.php:38
|
6196 |
#: src/ShortcodeParser/PasswordResetTag.php:101
|
6197 |
msgid "New password"
|
6198 |
msgstr ""
|
6199 |
|
6200 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/change-password.tmpl.php:44
|
6201 |
#: src/ShortcodeParser/MyAccount/change-password.tmpl.php:44
|
6202 |
msgid "Confirm new password"
|
6203 |
msgstr ""
|
6204 |
|
6205 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/change-password.tmpl.php:50
|
6206 |
#: src/ShortcodeParser/MyAccount/change-password.tmpl.php:50
|
6207 |
msgid "Change password"
|
6208 |
msgstr ""
|
6209 |
|
6210 |
#. translators: 1: user display name 2: logout url
|
6211 |
-
|
6212 |
#: src/ShortcodeParser/MyAccount/dashboard.tmpl.php:16
|
6213 |
msgid "Hello %1$s (not %1$s? <a href=\"%2$s\">Log out</a>)"
|
6214 |
msgstr ""
|
6215 |
|
6216 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/dashboard.tmpl.php:26
|
6217 |
#: src/ShortcodeParser/MyAccount/dashboard.tmpl.php:26
|
6218 |
-
msgid ""
|
6219 |
-
"From your account dashboard you can <a href=\"%1$s\">change your password</"
|
6220 |
-
"a> and <a href=\"%2$s\">edit your account details</a>."
|
6221 |
msgstr ""
|
6222 |
|
6223 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:86
|
6224 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:107
|
6225 |
#: src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:86
|
6226 |
#: src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:107
|
6227 |
msgid "Browse"
|
6228 |
msgstr ""
|
6229 |
|
6230 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:87
|
6231 |
#: src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:87
|
6232 |
msgid "Cover photo (min. width: 1000px)"
|
6233 |
msgstr ""
|
6234 |
|
6235 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:123
|
6236 |
#: src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:123
|
6237 |
msgid "Email address"
|
6238 |
msgstr ""
|
6239 |
|
6240 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:143
|
6241 |
#: src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:143
|
6242 |
msgid "Display name publicly as"
|
6243 |
msgstr ""
|
6244 |
|
6245 |
-
#: build/wp-user-avatar/src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:153
|
6246 |
#: src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:153
|
6247 |
msgid "About yourself"
|
6248 |
msgstr ""
|
6249 |
|
6250 |
-
#: build/wp-user-avatar/src/ShortcodeParser/PasswordResetTag.php:100
|
6251 |
#: src/ShortcodeParser/PasswordResetTag.php:100
|
6252 |
msgid "Enter your new password below"
|
6253 |
msgstr ""
|
6254 |
|
6255 |
-
#: build/wp-user-avatar/src/ShortcodeParser/PasswordResetTag.php:104
|
6256 |
#: src/ShortcodeParser/PasswordResetTag.php:104
|
6257 |
msgid "Re-enter new password"
|
6258 |
msgstr ""
|
6259 |
|
6260 |
-
#: build/wp-user-avatar/src/ShortcodeParser/PasswordResetTag.php:107
|
6261 |
#: src/ShortcodeParser/PasswordResetTag.php:107
|
6262 |
msgid "Save"
|
6263 |
msgstr ""
|
6264 |
|
6265 |
-
#: build/wp-user-avatar/src/ShortcodeParser/RegistrationFormTag.php:51
|
6266 |
#: src/ShortcodeParser/RegistrationFormTag.php:51
|
6267 |
msgid "You are already registered."
|
6268 |
msgstr ""
|
6269 |
|
6270 |
-
#: build/wp-user-avatar/src/ShortcodeParser/RegistrationFormTag.php:74
|
6271 |
#: src/ShortcodeParser/RegistrationFormTag.php:74
|
6272 |
msgid "Registration is disabled in this site."
|
6273 |
msgstr ""
|
6274 |
|
6275 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:69
|
6276 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:409
|
6277 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:69
|
6278 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:409
|
6279 |
msgid "Description"
|
6280 |
msgstr ""
|
6281 |
|
6282 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:85
|
6283 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:85
|
6284 |
msgid "Full"
|
6285 |
msgstr ""
|
6286 |
|
6287 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:86
|
6288 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:86
|
6289 |
msgid "Half"
|
6290 |
msgstr ""
|
6291 |
|
6292 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:87
|
6293 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:87
|
6294 |
msgid "One Third"
|
6295 |
msgstr ""
|
6296 |
|
6297 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:95
|
6298 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:350
|
6299 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:95
|
6300 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:350
|
6301 |
msgid "Icon"
|
6302 |
msgstr ""
|
6303 |
|
6304 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:104
|
6305 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:104
|
6306 |
msgid "Enable Password Visibility Icon"
|
6307 |
msgstr ""
|
6308 |
|
6309 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:105
|
6310 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:105
|
6311 |
-
msgid ""
|
6312 |
-
"Check to enable visibility icon which when clicked, hides or shows a "
|
6313 |
-
"password."
|
6314 |
msgstr ""
|
6315 |
|
6316 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:113
|
6317 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:113
|
6318 |
msgid "Label Display"
|
6319 |
msgstr ""
|
6320 |
|
6321 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:115
|
6322 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:115
|
6323 |
msgid "Above"
|
6324 |
msgstr ""
|
6325 |
|
6326 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:116
|
6327 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:116
|
6328 |
msgid "Inside"
|
6329 |
msgstr ""
|
6330 |
|
6331 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:123
|
6332 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:123
|
6333 |
msgid "Description Appearance"
|
6334 |
msgstr ""
|
6335 |
|
6336 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:125
|
6337 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:205
|
6338 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:125
|
6339 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:205
|
6340 |
msgid "Standard"
|
6341 |
msgstr ""
|
6342 |
|
6343 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:126
|
6344 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:126
|
6345 |
msgid "Reveal on Focus"
|
6346 |
msgstr ""
|
6347 |
|
6348 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:127
|
6349 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:127
|
6350 |
msgid "Tooltip"
|
6351 |
msgstr ""
|
6352 |
|
6353 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:156
|
6354 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/Registration/PerfectoLite.php:78
|
6355 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:156
|
6356 |
#: src/Themes/DragDrop/Registration/PerfectoLite.php:78
|
6357 |
msgid "Create an Account"
|
6358 |
msgstr ""
|
6359 |
|
6360 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:160
|
6361 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/Login/PerfectoLite.php:76
|
6362 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:160
|
6363 |
#: src/Themes/DragDrop/Login/PerfectoLite.php:76
|
6364 |
msgid "Sign in to Your Account"
|
6365 |
msgstr ""
|
6366 |
|
6367 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:163
|
6368 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:163
|
6369 |
msgid "Reset Your Password"
|
6370 |
msgstr ""
|
6371 |
|
6372 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:166
|
6373 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:166
|
6374 |
msgid "Edit Your Profile"
|
6375 |
msgstr ""
|
6376 |
|
6377 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:178
|
6378 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:178
|
6379 |
msgid "Lost your password?"
|
6380 |
msgstr ""
|
6381 |
|
6382 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:179
|
6383 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:109
|
6384 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:116
|
6385 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:179
|
6386 |
#: src/Themes/DragDrop/AbstractTheme.php:109 src/Widgets/TabbedWidget.php:116
|
6387 |
msgid "Register"
|
6388 |
msgstr ""
|
6389 |
|
6390 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:182
|
6391 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:182
|
6392 |
msgid "Have an account? Login"
|
6393 |
msgstr ""
|
6394 |
|
6395 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:186
|
6396 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:186
|
6397 |
msgid "Return to Login"
|
6398 |
msgstr ""
|
6399 |
|
6400 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:231
|
6401 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:374
|
6402 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:521
|
6403 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/Login/PerfectoLite.php:41
|
6404 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/Registration/PerfectoLite.php:43
|
6405 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/Dixon.php:60
|
6406 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:231
|
6407 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:374
|
6408 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:521
|
@@ -6412,882 +4660,686 @@ msgstr ""
|
|
6412 |
msgid "Background"
|
6413 |
msgstr ""
|
6414 |
|
6415 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:238
|
6416 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:238
|
6417 |
msgid "Font Family"
|
6418 |
msgstr ""
|
6419 |
|
6420 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:245
|
6421 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/Login/PerfectoLite.php:28
|
6422 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/Registration/PerfectoLite.php:30
|
6423 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:245
|
6424 |
#: src/Themes/DragDrop/Login/PerfectoLite.php:28
|
6425 |
#: src/Themes/DragDrop/Registration/PerfectoLite.php:30
|
6426 |
msgid "Headline"
|
6427 |
msgstr ""
|
6428 |
|
6429 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:253
|
6430 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:253
|
6431 |
msgid "Forgot Password Label"
|
6432 |
msgstr ""
|
6433 |
|
6434 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:263
|
6435 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:263
|
6436 |
msgid "Sign Up Label"
|
6437 |
msgstr ""
|
6438 |
|
6439 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:273
|
6440 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:273
|
6441 |
msgid "Login Label"
|
6442 |
msgstr ""
|
6443 |
|
6444 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:289
|
6445 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:289
|
6446 |
msgid "VK.com"
|
6447 |
msgstr ""
|
6448 |
|
6449 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:291
|
6450 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:291
|
6451 |
msgid "Social Login Buttons"
|
6452 |
msgstr ""
|
6453 |
|
6454 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:299
|
6455 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:299
|
6456 |
msgid "Remove Form Frame"
|
6457 |
msgstr ""
|
6458 |
|
6459 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:300
|
6460 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:300
|
6461 |
msgid "Check to remove"
|
6462 |
msgstr ""
|
6463 |
|
6464 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:307
|
6465 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:307
|
6466 |
msgid "Hide Required %s"
|
6467 |
msgstr ""
|
6468 |
|
6469 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:308
|
6470 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/Dixon.php:110
|
6471 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:308
|
6472 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:110
|
6473 |
msgid "Check to hide"
|
6474 |
msgstr ""
|
6475 |
|
6476 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:321
|
6477 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:321
|
6478 |
msgid "Field & Styling"
|
6479 |
msgstr ""
|
6480 |
|
6481 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:326
|
6482 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:483
|
6483 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:326
|
6484 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:483
|
6485 |
msgid "Round"
|
6486 |
msgstr ""
|
6487 |
|
6488 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:327
|
6489 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:484
|
6490 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:327
|
6491 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:484
|
6492 |
msgid "Square"
|
6493 |
msgstr ""
|
6494 |
|
6495 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:328
|
6496 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:485
|
6497 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:328
|
6498 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:485
|
6499 |
msgid "Pill"
|
6500 |
msgstr ""
|
6501 |
|
6502 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:329
|
6503 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:329
|
6504 |
msgid "Material"
|
6505 |
msgstr ""
|
6506 |
|
6507 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:330
|
6508 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:330
|
6509 |
msgid "Flat"
|
6510 |
msgstr ""
|
6511 |
|
6512 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:333
|
6513 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:488
|
6514 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:333
|
6515 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:488
|
6516 |
msgid "Layout"
|
6517 |
msgstr ""
|
6518 |
|
6519 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:340
|
6520 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:340
|
6521 |
msgid "Small"
|
6522 |
msgstr ""
|
6523 |
|
6524 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:344
|
6525 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:344
|
6526 |
msgid "Field Size"
|
6527 |
msgstr ""
|
6528 |
|
6529 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:345
|
6530 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:345
|
6531 |
msgid "Select the size (in height) of input and textarea form fields."
|
6532 |
msgstr ""
|
6533 |
|
6534 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:359
|
6535 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:359
|
6536 |
msgid "Icon Alignment"
|
6537 |
msgstr ""
|
6538 |
|
6539 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:364
|
6540 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:364
|
6541 |
msgid "Border"
|
6542 |
msgstr ""
|
6543 |
|
6544 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:369
|
6545 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:369
|
6546 |
msgid "Border on Focus"
|
6547 |
msgstr ""
|
6548 |
|
6549 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:379
|
6550 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:527
|
6551 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:379
|
6552 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:527
|
6553 |
msgid "Background on Focus"
|
6554 |
msgstr ""
|
6555 |
|
6556 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:386
|
6557 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:386
|
6558 |
msgid "Labels & Text"
|
6559 |
msgstr ""
|
6560 |
|
6561 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:395
|
6562 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:395
|
6563 |
msgid "Title Font Size (px)"
|
6564 |
msgstr ""
|
6565 |
|
6566 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:401
|
6567 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:512
|
6568 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:401
|
6569 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:512
|
6570 |
msgid "Normal"
|
6571 |
msgstr ""
|
6572 |
|
6573 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:402
|
6574 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:513
|
6575 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:402
|
6576 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:513
|
6577 |
msgid "Bold"
|
6578 |
msgstr ""
|
6579 |
|
6580 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:404
|
6581 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:404
|
6582 |
msgid "Title Font Weight"
|
6583 |
msgstr ""
|
6584 |
|
6585 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:419
|
6586 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:419
|
6587 |
msgid "Description Alignment"
|
6588 |
msgstr ""
|
6589 |
|
6590 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:424
|
6591 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:424
|
6592 |
msgid "Value / Text Font Size"
|
6593 |
msgstr ""
|
6594 |
|
6595 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:425
|
6596 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:425
|
6597 |
msgid "Font size in pixel (px) of field values and text on form."
|
6598 |
msgstr ""
|
6599 |
|
6600 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:430
|
6601 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:430
|
6602 |
msgid "Value / Text"
|
6603 |
msgstr ""
|
6604 |
|
6605 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:431
|
6606 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:431
|
6607 |
msgid "Color of the value of a field and text on the form."
|
6608 |
msgstr ""
|
6609 |
|
6610 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:447
|
6611 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:447
|
6612 |
msgid "Name"
|
6613 |
msgstr ""
|
6614 |
|
6615 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:466
|
6616 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:466
|
6617 |
msgid "Submit"
|
6618 |
msgstr ""
|
6619 |
|
6620 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:495
|
6621 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:495
|
6622 |
msgid "Auto (Default)"
|
6623 |
msgstr ""
|
6624 |
|
6625 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:496
|
6626 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:496
|
6627 |
msgid "Wide"
|
6628 |
msgstr ""
|
6629 |
|
6630 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:497
|
6631 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:497
|
6632 |
msgid "Full Stretched Width"
|
6633 |
msgstr ""
|
6634 |
|
6635 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:505
|
6636 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:505
|
6637 |
msgid "Font Size (px)"
|
6638 |
msgstr ""
|
6639 |
|
6640 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:515
|
6641 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:515
|
6642 |
msgid "Font Weight"
|
6643 |
msgstr ""
|
6644 |
|
6645 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractBuildScratch.php:539
|
6646 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:539
|
6647 |
msgid "Text Focused"
|
6648 |
msgstr ""
|
6649 |
|
6650 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:123
|
6651 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:123
|
6652 |
msgid "%s Members"
|
6653 |
msgstr ""
|
6654 |
|
6655 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:124
|
6656 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:124
|
6657 |
msgid "%s Member"
|
6658 |
msgstr ""
|
6659 |
|
6660 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:125
|
6661 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:125
|
6662 |
msgid "We could not find any user that matches your search criteria"
|
6663 |
msgstr ""
|
6664 |
|
6665 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:142
|
6666 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:142
|
6667 |
msgid "User Roles to Display"
|
6668 |
msgstr ""
|
6669 |
|
6670 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:143
|
6671 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:143
|
6672 |
-
msgid ""
|
6673 |
-
"If you do not want to show all members, select the user roles to appear in "
|
6674 |
-
"this directory."
|
6675 |
msgstr ""
|
6676 |
|
6677 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:151
|
6678 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:159
|
6679 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:151
|
6680 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:159
|
6681 |
msgid "Example: 1, 6, 32"
|
6682 |
msgstr ""
|
6683 |
|
6684 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:152
|
6685 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:152
|
6686 |
msgid "Comma Separated List of Users ID to Only Show"
|
6687 |
msgstr ""
|
6688 |
|
6689 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:160
|
6690 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:160
|
6691 |
msgid "Comma Separated List of Users ID to Exclude"
|
6692 |
msgstr ""
|
6693 |
|
6694 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:173
|
6695 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:173
|
6696 |
msgid "Search & Filter Fields Text"
|
6697 |
msgstr ""
|
6698 |
|
6699 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:178
|
6700 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:178
|
6701 |
msgid "Search & Filter Fields Border"
|
6702 |
msgstr ""
|
6703 |
|
6704 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:183
|
6705 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:183
|
6706 |
msgid "Pagination Links"
|
6707 |
msgstr ""
|
6708 |
|
6709 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:188
|
6710 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:188
|
6711 |
msgid "Pagination Active Link Color"
|
6712 |
msgstr ""
|
6713 |
|
6714 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:193
|
6715 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:193
|
6716 |
msgid "Pagination Active Link Background"
|
6717 |
msgstr ""
|
6718 |
|
6719 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:222
|
6720 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:222
|
6721 |
msgid "Sorting"
|
6722 |
msgstr ""
|
6723 |
|
6724 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:225
|
6725 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:225
|
6726 |
msgid "Default Sorting method"
|
6727 |
msgstr ""
|
6728 |
|
6729 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:231
|
6730 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:231
|
6731 |
msgid "Enable custom sorting"
|
6732 |
msgstr ""
|
6733 |
|
6734 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:236
|
6735 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:236
|
6736 |
msgid "Sorting Method Fields"
|
6737 |
msgstr ""
|
6738 |
|
6739 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:239
|
6740 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:239
|
6741 |
msgid "Fields to show in sorting dropdown menu"
|
6742 |
msgstr ""
|
6743 |
|
6744 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:244
|
6745 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:825
|
6746 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:244
|
6747 |
-
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:
|
6748 |
msgid "Search"
|
6749 |
msgstr ""
|
6750 |
|
6751 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:247
|
6752 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:247
|
6753 |
msgid "Display Search Form"
|
6754 |
msgstr ""
|
6755 |
|
6756 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:252
|
6757 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:252
|
6758 |
msgid "Search Fields"
|
6759 |
msgstr ""
|
6760 |
|
6761 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:255
|
6762 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:255
|
6763 |
msgid "Select fields to search in."
|
6764 |
msgstr ""
|
6765 |
|
6766 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:264
|
6767 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:264
|
6768 |
msgid "Enable Filters"
|
6769 |
msgstr ""
|
6770 |
|
6771 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:266
|
6772 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:266
|
6773 |
msgid "If enabled, users will be able to filter members in this directory"
|
6774 |
msgstr ""
|
6775 |
|
6776 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:271
|
6777 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:271
|
6778 |
msgid "Filter Fields"
|
6779 |
msgstr ""
|
6780 |
|
6781 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:278
|
6782 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:278
|
6783 |
-
msgid ""
|
6784 |
-
"Select custom fields that members can be filtered by. Only Select, Checkbox, "
|
6785 |
-
"Radio, Country and Date/Time fields are supported."
|
6786 |
msgstr ""
|
6787 |
|
6788 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:289
|
6789 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:289
|
6790 |
-
msgid ""
|
6791 |
-
"%sUpgrade to ProfilePress premium%s if you don't have the custom field addon "
|
6792 |
-
"so you can enable search and filtering by custom fields."
|
6793 |
msgstr ""
|
6794 |
|
6795 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:296
|
6796 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:296
|
6797 |
msgid "Result & Pagination"
|
6798 |
msgstr ""
|
6799 |
|
6800 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:299
|
6801 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:299
|
6802 |
msgid "Show Results Only After a Search"
|
6803 |
msgstr ""
|
6804 |
|
6805 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:301
|
6806 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:301
|
6807 |
msgid "Enable to only show members after a search is performed"
|
6808 |
msgstr ""
|
6809 |
|
6810 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:305
|
6811 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:305
|
6812 |
msgid "Number of Members per Page"
|
6813 |
msgstr ""
|
6814 |
|
6815 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:310
|
6816 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:310
|
6817 |
msgid "Results Text"
|
6818 |
msgstr ""
|
6819 |
|
6820 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:315
|
6821 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:315
|
6822 |
msgid "Single Result Text"
|
6823 |
msgstr ""
|
6824 |
|
6825 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:320
|
6826 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:320
|
6827 |
msgid "No Result Text"
|
6828 |
msgstr ""
|
6829 |
|
6830 |
-
#:
|
6831 |
-
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:458
|
6832 |
msgid "Newest Users First"
|
6833 |
msgstr ""
|
6834 |
|
6835 |
-
#:
|
6836 |
-
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:459
|
6837 |
msgid "Oldest Users First"
|
6838 |
msgstr ""
|
6839 |
|
6840 |
-
#:
|
6841 |
-
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:692
|
6842 |
msgid "Sort by"
|
6843 |
msgstr ""
|
6844 |
|
6845 |
-
#:
|
6846 |
-
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:729
|
6847 |
msgid "More Filters"
|
6848 |
msgstr ""
|
6849 |
|
6850 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/AbstractTheme.php:233
|
6851 |
#: src/Themes/DragDrop/AbstractTheme.php:233
|
6852 |
msgid "Bio"
|
6853 |
msgstr ""
|
6854 |
|
6855 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/Login/PerfectoLite.php:46
|
6856 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/Registration/PerfectoLite.php:48
|
6857 |
#: src/Themes/DragDrop/Login/PerfectoLite.php:46
|
6858 |
#: src/Themes/DragDrop/Registration/PerfectoLite.php:48
|
6859 |
msgid "Form Border"
|
6860 |
msgstr ""
|
6861 |
|
6862 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/Login/PerfectoLite.php:56
|
6863 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/Registration/PerfectoLite.php:58
|
6864 |
#: src/Themes/DragDrop/Login/PerfectoLite.php:56
|
6865 |
#: src/Themes/DragDrop/Registration/PerfectoLite.php:58
|
6866 |
msgid "Field Placeholder"
|
6867 |
msgstr ""
|
6868 |
|
6869 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/Login/PerfectoLite.php:61
|
6870 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/Registration/PerfectoLite.php:63
|
6871 |
#: src/Themes/DragDrop/Login/PerfectoLite.php:61
|
6872 |
#: src/Themes/DragDrop/Registration/PerfectoLite.php:63
|
6873 |
msgid "Button Background"
|
6874 |
msgstr ""
|
6875 |
|
6876 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/Login/PerfectoLite.php:66
|
6877 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/Registration/PerfectoLite.php:68
|
6878 |
#: src/Themes/DragDrop/Login/PerfectoLite.php:66
|
6879 |
#: src/Themes/DragDrop/Registration/PerfectoLite.php:68
|
6880 |
msgid "Button Text"
|
6881 |
msgstr ""
|
6882 |
|
6883 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php:46
|
6884 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/MemberDirectory/Gerbera.php:44
|
6885 |
#: src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php:46
|
6886 |
#: src/Themes/DragDrop/MemberDirectory/Gerbera.php:44
|
6887 |
msgid "Enable Profile Picture"
|
6888 |
msgstr ""
|
6889 |
|
6890 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php:53
|
6891 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:82
|
6892 |
#: src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php:53
|
6893 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:82
|
6894 |
msgid "Enable Cover Photo"
|
6895 |
msgstr ""
|
6896 |
|
6897 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php:62
|
6898 |
#: src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php:62
|
6899 |
msgid "Enable Social Connect Icons"
|
6900 |
msgstr ""
|
6901 |
|
6902 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php:72
|
6903 |
#: src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php:72
|
6904 |
-
msgid ""
|
6905 |
-
"%sUpgrade to ProfilePress premium%s if you don't have the custom field addon "
|
6906 |
-
"to display social profile icons of users."
|
6907 |
msgstr ""
|
6908 |
|
6909 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php:100
|
6910 |
#: src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php:100
|
6911 |
msgid "Card Background"
|
6912 |
msgstr ""
|
6913 |
|
6914 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php:105
|
6915 |
#: src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php:105
|
6916 |
msgid "Card Border"
|
6917 |
msgstr ""
|
6918 |
|
6919 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php:110
|
6920 |
#: src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php:110
|
6921 |
msgid "Card Text"
|
6922 |
msgstr ""
|
6923 |
|
6924 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php:120
|
6925 |
#: src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php:120
|
6926 |
msgid "Profile Picture Border"
|
6927 |
msgstr ""
|
6928 |
|
6929 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:66
|
6930 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:66
|
6931 |
msgid "Profile Maximum Width"
|
6932 |
msgstr ""
|
6933 |
|
6934 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:67
|
6935 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:67
|
6936 |
msgid "The maximum width of the profile template."
|
6937 |
msgstr ""
|
6938 |
|
6939 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:74
|
6940 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:74
|
6941 |
msgid "Profile Area Maximum Width"
|
6942 |
msgstr ""
|
6943 |
|
6944 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:75
|
6945 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:75
|
6946 |
msgid "The maximum width of the profile area inside profile below the header."
|
6947 |
msgstr ""
|
6948 |
|
6949 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:89
|
6950 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:89
|
6951 |
msgid "Profile Cover Ratio"
|
6952 |
msgstr ""
|
6953 |
|
6954 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:95
|
6955 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:95
|
6956 |
msgid "Choose an aspect ratio of the profile cover photo."
|
6957 |
msgstr ""
|
6958 |
|
6959 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:104
|
6960 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:104
|
6961 |
msgid "Hide"
|
6962 |
msgstr ""
|
6963 |
|
6964 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:110
|
6965 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:110
|
6966 |
msgid "First Name Only"
|
6967 |
msgstr ""
|
6968 |
|
6969 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:112
|
6970 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:112
|
6971 |
-
msgid ""
|
6972 |
-
"What to use as display name in profile header. Select \"Hide\" to hide it "
|
6973 |
-
"from showing."
|
6974 |
msgstr ""
|
6975 |
|
6976 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:121
|
6977 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:121
|
6978 |
msgid "Show Social Links in Header"
|
6979 |
msgstr ""
|
6980 |
|
6981 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:132
|
6982 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:132
|
6983 |
-
msgid ""
|
6984 |
-
"%sUpgrade to ProfilePress premium%s if you don't have the custom field addon "
|
6985 |
-
"to display users social profiles."
|
6986 |
msgstr ""
|
6987 |
|
6988 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:141
|
6989 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:141
|
6990 |
msgid "Show Bio in Header"
|
6991 |
msgstr ""
|
6992 |
|
6993 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:148
|
6994 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:148
|
6995 |
msgid "Fields to Show in User Meta"
|
6996 |
msgstr ""
|
6997 |
|
6998 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:156
|
6999 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:156
|
7000 |
msgid "Profile Menu Tabs"
|
7001 |
msgstr ""
|
7002 |
|
7003 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:174
|
7004 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:174
|
7005 |
msgid "Header Name"
|
7006 |
msgstr ""
|
7007 |
|
7008 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:179
|
7009 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:179
|
7010 |
msgid "Body Text"
|
7011 |
msgstr ""
|
7012 |
|
7013 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:184
|
7014 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:184
|
7015 |
msgid "Menu Background"
|
7016 |
msgstr ""
|
7017 |
|
7018 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:189
|
7019 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:189
|
7020 |
msgid "Menu Tab Text"
|
7021 |
msgstr ""
|
7022 |
|
7023 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:194
|
7024 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:194
|
7025 |
msgid "Active Menu Tab Background"
|
7026 |
msgstr ""
|
7027 |
|
7028 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:231
|
7029 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:231
|
7030 |
msgid "About"
|
7031 |
msgstr ""
|
7032 |
|
7033 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:235
|
7034 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:235
|
7035 |
msgid "Posts"
|
7036 |
msgstr ""
|
7037 |
|
7038 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:239
|
7039 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:239
|
7040 |
msgid "Comments"
|
7041 |
msgstr ""
|
7042 |
|
7043 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:309
|
7044 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:309
|
7045 |
-
msgid ""
|
7046 |
-
"Your profile is looking a little empty. Why not <a href=\"%s\">add some "
|
7047 |
-
"information</a>?"
|
7048 |
msgstr ""
|
7049 |
|
7050 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:349
|
7051 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:349
|
7052 |
msgid "See More Posts"
|
7053 |
msgstr ""
|
7054 |
|
7055 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:380
|
7056 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:380
|
7057 |
msgid "See More Comments"
|
7058 |
msgstr ""
|
7059 |
|
7060 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php:424
|
7061 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:221
|
7062 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:424
|
7063 |
#: src/Widgets/TabbedWidget.php:221
|
7064 |
msgid "Edit your profile"
|
7065 |
msgstr ""
|
7066 |
|
7067 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/Dixon.php:40
|
7068 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:40
|
7069 |
msgid "Header Byline"
|
7070 |
msgstr ""
|
7071 |
|
7072 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/Dixon.php:47
|
7073 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:47
|
7074 |
msgid "Profile Header Text"
|
7075 |
msgstr ""
|
7076 |
|
7077 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/Dixon.php:65
|
7078 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:65
|
7079 |
msgid "Header Background"
|
7080 |
msgstr ""
|
7081 |
|
7082 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/Dixon.php:75
|
7083 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:75
|
7084 |
msgid "Text Underline"
|
7085 |
msgstr ""
|
7086 |
|
7087 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/Dixon.php:80
|
7088 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:80
|
7089 |
msgid "Avatar Border"
|
7090 |
msgstr ""
|
7091 |
|
7092 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/Dixon.php:85
|
7093 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:85
|
7094 |
msgid "Profile Info Border"
|
7095 |
msgstr ""
|
7096 |
|
7097 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/Dixon.php:90
|
7098 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:90
|
7099 |
msgid "Profile Info Background"
|
7100 |
msgstr ""
|
7101 |
|
7102 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/Dixon.php:95
|
7103 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:95
|
7104 |
msgid "Profile Info Text"
|
7105 |
msgstr ""
|
7106 |
|
7107 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/Dixon.php:105
|
7108 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:105
|
7109 |
msgid "Social Links"
|
7110 |
msgstr ""
|
7111 |
|
7112 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/Dixon.php:109
|
7113 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:109
|
7114 |
msgid "Hide Social Links"
|
7115 |
msgstr ""
|
7116 |
|
7117 |
-
#: build/wp-user-avatar/src/Themes/DragDrop/UserProfile/Dixon.php:122
|
7118 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:122
|
7119 |
msgid "PROFILE DETAILS"
|
7120 |
msgstr ""
|
7121 |
|
7122 |
-
#:
|
7123 |
msgid "ProfilePress Form"
|
7124 |
msgstr ""
|
7125 |
|
7126 |
-
#:
|
7127 |
msgid "Easily add your ProfilePress forms to widget areas."
|
7128 |
msgstr ""
|
7129 |
|
7130 |
-
#:
|
7131 |
msgid "Select Form"
|
7132 |
msgstr ""
|
7133 |
|
7134 |
-
#:
|
7135 |
msgid "Login Form"
|
7136 |
msgstr ""
|
7137 |
|
7138 |
-
#:
|
7139 |
msgid "Registration Form"
|
7140 |
msgstr ""
|
7141 |
|
7142 |
-
#:
|
7143 |
msgid "Password Reset Form"
|
7144 |
msgstr ""
|
7145 |
|
7146 |
-
#:
|
7147 |
msgid "Edit Profile Form"
|
7148 |
msgstr ""
|
7149 |
|
7150 |
-
#:
|
7151 |
msgid "Melange Form"
|
7152 |
msgstr ""
|
7153 |
|
7154 |
-
#:
|
7155 |
msgid "Hide when a user is logged in:"
|
7156 |
msgstr ""
|
7157 |
|
7158 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:18
|
7159 |
#: src/Widgets/TabbedWidget.php:18
|
7160 |
msgid "A tabbed login, registration and lost password widget"
|
7161 |
msgstr ""
|
7162 |
|
7163 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:119
|
7164 |
#: src/Widgets/TabbedWidget.php:119
|
7165 |
msgid "Forgot?"
|
7166 |
msgstr ""
|
7167 |
|
7168 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:191
|
7169 |
#: src/Widgets/TabbedWidget.php:191
|
7170 |
msgid "Username or E-mail:"
|
7171 |
msgstr ""
|
7172 |
|
7173 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:218
|
7174 |
-
#: build/wp-user-avatar/src/Widgets/UserPanel.php:50
|
7175 |
#: src/Widgets/TabbedWidget.php:218 src/Widgets/UserPanel.php:50
|
7176 |
msgid "Welcome %s"
|
7177 |
msgstr ""
|
7178 |
|
7179 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:238
|
7180 |
#: src/Widgets/TabbedWidget.php:238
|
7181 |
msgid "Login / Sign up"
|
7182 |
msgstr ""
|
7183 |
|
7184 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:244
|
7185 |
#: src/Widgets/TabbedWidget.php:244
|
7186 |
msgid "Have an account?"
|
7187 |
msgstr ""
|
7188 |
|
7189 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:250
|
7190 |
#: src/Widgets/TabbedWidget.php:250
|
7191 |
msgid "Don't have an account?"
|
7192 |
msgstr ""
|
7193 |
|
7194 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:256
|
7195 |
#: src/Widgets/TabbedWidget.php:256
|
7196 |
msgid "Forgot Password?"
|
7197 |
msgstr ""
|
7198 |
|
7199 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:479
|
7200 |
#: src/Widgets/TabbedWidget.php:479
|
7201 |
msgid "Login text:"
|
7202 |
msgstr ""
|
7203 |
|
7204 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:484
|
7205 |
#: src/Widgets/TabbedWidget.php:484
|
7206 |
msgid "Registration text:"
|
7207 |
msgstr ""
|
7208 |
|
7209 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:489
|
7210 |
#: src/Widgets/TabbedWidget.php:489
|
7211 |
msgid "Lost-password text:"
|
7212 |
msgstr ""
|
7213 |
|
7214 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:495
|
7215 |
#: src/Widgets/TabbedWidget.php:495
|
7216 |
msgid "Automatically login user after successful registration"
|
7217 |
msgstr ""
|
7218 |
|
7219 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidget.php:501
|
7220 |
#: src/Widgets/TabbedWidget.php:501
|
7221 |
msgid "Widget CSS:"
|
7222 |
msgstr ""
|
7223 |
|
7224 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidgetDependency.php:29
|
7225 |
#: src/Widgets/TabbedWidgetDependency.php:29
|
7226 |
msgid "Unable to log in. Please try again"
|
7227 |
msgstr ""
|
7228 |
|
7229 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidgetDependency.php:47
|
7230 |
#: src/Widgets/TabbedWidgetDependency.php:47
|
7231 |
msgid "Check your email for further instructions."
|
7232 |
msgstr ""
|
7233 |
|
7234 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidgetDependency.php:54
|
7235 |
#: src/Widgets/TabbedWidgetDependency.php:54
|
7236 |
msgid "Unexpected error, please try again"
|
7237 |
msgstr ""
|
7238 |
|
7239 |
-
#: build/wp-user-avatar/src/Widgets/TabbedWidgetDependency.php:108
|
7240 |
#: src/Widgets/TabbedWidgetDependency.php:108
|
7241 |
msgid "Required form field is missing"
|
7242 |
msgstr ""
|
7243 |
|
7244 |
-
#: build/wp-user-avatar/src/Widgets/UserPanel.php:11
|
7245 |
#: src/Widgets/UserPanel.php:11
|
7246 |
msgid "ProfilePress User Panel"
|
7247 |
msgstr ""
|
7248 |
|
7249 |
-
#: build/wp-user-avatar/src/Widgets/UserPanel.php:13
|
7250 |
#: src/Widgets/UserPanel.php:13
|
7251 |
-
msgid ""
|
7252 |
-
"Display currently logged in user's avatar and links to logout and edit the "
|
7253 |
-
"profile."
|
7254 |
msgstr ""
|
7255 |
|
7256 |
-
#: build/wp-user-avatar/src/Widgets/UserPanel.php:29
|
7257 |
-
#: build/wp-user-avatar/src/Widgets/UserPanel.php:70
|
7258 |
#: src/Widgets/UserPanel.php:29 src/Widgets/UserPanel.php:70
|
7259 |
msgid "Edit your Profile"
|
7260 |
msgstr ""
|
7261 |
|
7262 |
-
#: build/wp-user-avatar/src/Widgets/UserPanel.php:68
|
7263 |
#: src/Widgets/UserPanel.php:68
|
7264 |
msgid "User Panel"
|
7265 |
msgstr ""
|
7266 |
|
7267 |
-
#: build/wp-user-avatar/src/Widgets/UserPanel.php:80
|
7268 |
#: src/Widgets/UserPanel.php:80
|
7269 |
msgid "Check to remove user profile picture from panel."
|
7270 |
msgstr ""
|
7271 |
|
7272 |
-
#: build/wp-user-avatar/src/Widgets/UserPanel.php:84
|
7273 |
#: src/Widgets/UserPanel.php:84
|
7274 |
msgid "Label for \"edit profile\" link:"
|
7275 |
msgstr ""
|
7276 |
|
7277 |
-
#: build/wp-user-avatar/src/Widgets/UserPanel.php:89
|
7278 |
#: src/Widgets/UserPanel.php:89
|
7279 |
msgid "Label for logout link:"
|
7280 |
msgstr ""
|
7281 |
-
|
7282 |
#. Plugin Name of the plugin/theme
|
7283 |
msgid "ProfilePress"
|
7284 |
msgstr ""
|
7285 |
|
7286 |
-
#. #-#-#-#-# wp-user-avatar.pot (ProfilePress 3.2.10) #-#-#-#-#
|
7287 |
#. Plugin URI of the plugin/theme
|
7288 |
-
|
7289 |
-
#. Author URI of the plugin/theme
|
7290 |
-
msgid "https://profilepress.net"
|
7291 |
msgstr ""
|
7292 |
|
7293 |
#. Description of the plugin/theme
|
@@ -7297,3 +5349,7 @@ msgstr ""
|
|
7297 |
#. Author of the plugin/theme
|
7298 |
msgid "ProfilePress Team"
|
7299 |
msgstr ""
|
|
|
|
|
|
|
|
2 |
# This file is distributed under the same license as the ProfilePress package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: ProfilePress 3.2.15\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-user-avatar\n"
|
7 |
+
"POT-Creation-Date: 2022-06-28 06:49:37+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
|
|
|
|
|
|
|
15 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:57
|
16 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:66
|
17 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:127
|
18 |
msgid "Profile & Cover Photo"
|
19 |
msgstr ""
|
20 |
|
|
|
21 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:77
|
22 |
msgid "Available Shortcodes"
|
23 |
msgstr ""
|
24 |
|
|
|
|
|
25 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:81
|
26 |
+
#: src/Admin/SettingsPages/AbstractSettingsPage.php:207
|
27 |
msgid "Check out MailOptin"
|
28 |
msgstr ""
|
29 |
|
|
|
30 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:93
|
31 |
msgid "%s[avatar]%s displays a user's profile pictures."
|
32 |
msgstr ""
|
33 |
|
|
|
34 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:100
|
35 |
+
msgid "%s[avatar_upload]%s adds a standalone avatar uploader visible only to logged-in users."
|
|
|
|
|
36 |
msgstr ""
|
37 |
|
|
|
38 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:106
|
39 |
msgid "Learn more"
|
40 |
msgstr ""
|
41 |
|
|
|
42 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:201
|
43 |
msgid "Mystery Man"
|
44 |
msgstr ""
|
45 |
|
|
|
46 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:202
|
47 |
msgid "Blank"
|
48 |
msgstr ""
|
49 |
|
|
|
50 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:203
|
51 |
msgid "Gravatar Logo"
|
52 |
msgstr ""
|
53 |
|
|
|
54 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:204
|
55 |
msgid "Identicon (Generated)"
|
56 |
msgstr ""
|
57 |
|
|
|
58 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:205
|
59 |
msgid "Wavatar (Generated)"
|
60 |
msgstr ""
|
61 |
|
|
|
62 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:206
|
63 |
msgid "MonsterID (Generated)"
|
64 |
msgstr ""
|
65 |
|
|
|
66 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:207
|
67 |
msgid "Retro (Generated)"
|
68 |
msgstr ""
|
69 |
|
|
|
|
|
|
|
|
|
70 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:241
|
71 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:242
|
72 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:119
|
74 |
msgid "Default Profile Picture"
|
75 |
msgstr ""
|
76 |
|
|
|
|
|
77 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:242
|
78 |
+
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:180
|
79 |
msgid "Choose Image"
|
80 |
msgstr ""
|
81 |
|
|
|
|
|
|
|
|
|
|
|
82 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:243
|
83 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:79
|
84 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:283
|
87 |
msgid "Remove"
|
88 |
msgstr ""
|
89 |
|
|
|
|
|
90 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-admin.php:243
|
91 |
+
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:206
|
92 |
msgid "Undo"
|
93 |
msgstr ""
|
94 |
|
|
|
95 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-shortcode.php:177
|
96 |
msgid "Profile updated."
|
97 |
msgstr ""
|
98 |
|
|
|
|
|
99 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-shortcode.php:202
|
100 |
#: src/Themes/DragDrop/AbstractTheme.php:113
|
101 |
msgid "Update Profile"
|
102 |
msgstr ""
|
103 |
|
|
|
104 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-widget.php:13
|
105 |
msgid "Insert"
|
106 |
msgstr ""
|
107 |
|
|
|
|
|
108 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-widget.php:13
|
109 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:193
|
110 |
msgid "[avatar_upload]"
|
111 |
msgstr ""
|
112 |
|
|
|
113 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-widget.php:14
|
114 |
msgid "ProfilePress Avatar Upload"
|
115 |
msgstr ""
|
116 |
|
|
|
|
|
|
|
|
|
117 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-widget.php:56
|
118 |
#: src/Widgets/Form.php:65 src/Widgets/TabbedWidget.php:473
|
119 |
#: src/Widgets/UserPanel.php:74
|
120 |
msgid "Title:"
|
121 |
msgstr ""
|
122 |
|
|
|
123 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-widget.php:60
|
124 |
msgid "Description:"
|
125 |
msgstr ""
|
126 |
|
|
|
127 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar-widget.php:65
|
128 |
msgid "Automatically add paragraphs"
|
129 |
msgstr ""
|
130 |
|
|
|
|
|
131 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:43
|
132 |
#: src/Classes/ImageUploader.php:41
|
133 |
msgid "Cover Photo"
|
134 |
msgstr ""
|
135 |
|
|
|
|
|
|
|
136 |
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:73
|
137 |
+
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:186
|
138 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:192
|
139 |
msgid "Upload"
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:146
|
|
|
|
|
|
|
143 |
#: src/RegisterScripts.php:73 src/RegisterScripts.php:128
|
144 |
msgid "Are you sure?"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:147
|
|
|
|
|
148 |
#: src/RegisterScripts.php:74
|
149 |
msgid "Deleting..."
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:148
|
|
|
|
|
153 |
#: src/RegisterScripts.php:75
|
154 |
msgid "An error occurred. Please try again."
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:189
|
|
|
|
|
|
|
158 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:38
|
159 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:70
|
160 |
msgid "Maximum upload file size: %d%s."
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:190
|
|
|
164 |
msgid "Allowed Files"
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:190
|
|
|
168 |
msgid "<code>jpg jpeg png gif</code>"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:196
|
|
|
|
|
172 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:139
|
173 |
msgid "Original Size"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:200
|
|
|
|
|
177 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:142
|
178 |
msgid "Thumbnail"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:203
|
|
|
182 |
msgid "Remove Image"
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:253
|
|
|
186 |
msgid "This file is not an image. Please try another."
|
187 |
msgstr ""
|
188 |
|
189 |
+
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:257
|
190 |
+
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:284
|
|
|
|
|
191 |
msgid "Memory exceeded. Please try another smaller file."
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: deprecated/wp-user-avatar/includes/class-wp-user-avatar.php:261
|
195 |
+
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
|
|
|
|
|
|
196 |
msgstr ""
|
197 |
|
|
|
198 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:18
|
199 |
msgid "Profile Picture — ProfilePress"
|
200 |
msgstr ""
|
201 |
|
|
|
202 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:120
|
203 |
msgid "Display Profile Picture"
|
204 |
msgstr ""
|
205 |
|
|
|
|
|
206 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:121
|
207 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/ProfilePicture.php:22
|
208 |
msgid "Upload Profile Picture"
|
209 |
msgstr ""
|
210 |
|
|
|
|
|
211 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:126
|
212 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:127
|
213 |
msgid "wp_user_avatar_user"
|
214 |
msgstr ""
|
215 |
|
|
|
216 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:126
|
217 |
msgid "User Name"
|
218 |
msgstr ""
|
219 |
|
|
|
|
|
|
|
|
|
220 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:136
|
221 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:137
|
222 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:149
|
224 |
msgid "wp_user_avatar_size"
|
225 |
msgstr ""
|
226 |
|
|
|
|
|
|
|
227 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:136
|
228 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:148
|
229 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/EditProfile/ShowProfilePicture.php:30
|
230 |
msgid "Size"
|
231 |
msgstr ""
|
232 |
|
|
|
|
|
233 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:140
|
234 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:342
|
235 |
msgid "Large"
|
236 |
msgstr ""
|
237 |
|
|
|
|
|
238 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:141
|
239 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:341
|
240 |
msgid "Medium"
|
241 |
msgstr ""
|
242 |
|
|
|
243 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:143
|
244 |
msgid "Custom"
|
245 |
msgstr ""
|
246 |
|
|
|
247 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:147
|
248 |
msgid "wp_user_avatar_size_number_section"
|
249 |
msgstr ""
|
250 |
|
|
|
|
|
251 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:148
|
252 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:149
|
253 |
msgid "wp_user_avatar_size_number"
|
254 |
msgstr ""
|
255 |
|
|
|
|
|
256 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:153
|
257 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:154
|
258 |
msgid "wp_user_avatar_align"
|
259 |
msgstr ""
|
260 |
|
|
|
261 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:153
|
262 |
msgid "Alignment"
|
263 |
msgstr ""
|
264 |
|
|
|
|
|
265 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:156
|
266 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:416
|
267 |
msgid "Center"
|
268 |
msgstr ""
|
269 |
|
|
|
|
|
|
|
270 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:157
|
271 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:356
|
272 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:415
|
273 |
msgid "Left"
|
274 |
msgstr ""
|
275 |
|
|
|
|
|
|
|
276 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:158
|
277 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:357
|
278 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:417
|
279 |
msgid "Right"
|
280 |
msgstr ""
|
281 |
|
|
|
|
|
282 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:163
|
283 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:164
|
284 |
msgid "wp_user_avatar_link"
|
285 |
msgstr ""
|
286 |
|
|
|
287 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:163
|
288 |
msgid "Link To"
|
289 |
msgstr ""
|
290 |
|
|
|
291 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:166
|
292 |
msgid "Image File"
|
293 |
msgstr ""
|
294 |
|
|
|
|
|
295 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:167
|
296 |
#: src/ContentProtection/views/view.access-condition.php:125
|
297 |
msgid "Custom URL"
|
298 |
msgstr ""
|
299 |
|
|
|
300 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:171
|
301 |
msgid "wp_user_avatar_link_external_section"
|
302 |
msgstr ""
|
303 |
|
|
|
|
|
304 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:172
|
305 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:173
|
306 |
msgid "wp_user_avatar_link_external"
|
307 |
msgstr ""
|
308 |
|
|
|
309 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:172
|
310 |
msgid "URL"
|
311 |
msgstr ""
|
312 |
|
|
|
|
|
313 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:177
|
314 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:178
|
315 |
msgid "wp_user_avatar_target"
|
316 |
msgstr ""
|
317 |
|
|
|
318 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:178
|
319 |
msgid "Open link in a new window"
|
320 |
msgstr ""
|
321 |
|
|
|
|
|
322 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:182
|
323 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:183
|
324 |
msgid "wp_user_avatar_caption"
|
325 |
msgstr ""
|
326 |
|
|
|
327 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:182
|
328 |
msgid "Caption"
|
329 |
msgstr ""
|
330 |
|
|
|
|
|
331 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:187
|
332 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:197
|
333 |
msgid "Insert into Post"
|
334 |
msgstr ""
|
335 |
|
|
|
|
|
|
|
336 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:191
|
337 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:192
|
338 |
#: deprecated/wp-user-avatar/includes/tinymce/window.php:193
|
339 |
msgid "wp_user_avatar_upload"
|
340 |
msgstr ""
|
341 |
|
|
|
|
|
|
|
|
|
|
|
|
|
342 |
#: deprecated/wp-user-avatar/includes/wpua-functions.php:65
|
343 |
#: deprecated/wp-user-avatar/includes/wpua-functions.php:73
|
344 |
#: deprecated/wp-user-avatar/includes/wpua-functions.php:78
|
348 |
msgid "Profile Picture"
|
349 |
msgstr ""
|
350 |
|
|
|
|
|
351 |
#: deprecated/wp-user-avatar/includes/wpua-functions.php:75
|
352 |
#: deprecated/wp-user-avatar/includes/wpua-functions.php:81
|
353 |
msgid "Image"
|
354 |
msgstr ""
|
355 |
|
|
|
356 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:13
|
357 |
+
msgid "Avatar is currently disabled. Kindly %senable it on \"Avatar Display\" section%s."
|
|
|
|
|
358 |
msgstr ""
|
359 |
|
|
|
360 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:29
|
361 |
msgid "Cover Photo Maximum File Size"
|
362 |
msgstr ""
|
363 |
|
|
|
|
|
364 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:36
|
365 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:68
|
366 |
msgid "%s exceeds the maximum upload size for this site."
|
367 |
msgstr ""
|
368 |
|
|
|
369 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:47
|
370 |
msgid "Default Cover Photo"
|
371 |
msgstr ""
|
372 |
|
|
|
373 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:53
|
374 |
+
msgid "Please make sure that the default cover is large enough (min. 1000px in width) and respects the ratio you are using for cover photos."
|
|
|
|
|
375 |
msgstr ""
|
376 |
|
|
|
377 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:61
|
378 |
msgid "Profile Picture Maximum File Size"
|
379 |
msgstr ""
|
380 |
|
|
|
381 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:75
|
382 |
msgid "Resize avatars on upload"
|
383 |
msgstr ""
|
384 |
|
|
|
|
|
|
|
|
|
385 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:79
|
386 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:83
|
387 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:224
|
389 |
msgid "Width"
|
390 |
msgstr ""
|
391 |
|
|
|
392 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:81
|
393 |
msgid "Height"
|
394 |
msgstr ""
|
395 |
|
|
|
396 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:85
|
397 |
msgid "Crop avatars to exact dimensions"
|
398 |
msgstr ""
|
399 |
|
|
|
400 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:94
|
401 |
msgid "Disable Gravatar"
|
402 |
msgstr ""
|
403 |
|
|
|
404 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:102
|
405 |
msgid "Disable Gravatar and use only local avatars"
|
406 |
msgstr ""
|
407 |
|
|
|
408 |
#: deprecated/wp-user-avatar/includes/wpua-options-page.php:124
|
409 |
+
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."
|
|
|
|
|
410 |
msgstr ""
|
411 |
|
|
|
412 |
#: src/Admin/SettingsPages/AbstractSettingsPage.php:26
|
413 |
msgid "ProfilePress - WordPress User Registration & Profile Plugin"
|
414 |
msgstr ""
|
415 |
|
|
|
416 |
#: src/Admin/SettingsPages/AbstractSettingsPage.php:67
|
417 |
msgid "Review"
|
418 |
msgstr ""
|
419 |
|
|
|
420 |
#: src/Admin/SettingsPages/AbstractSettingsPage.php:71
|
421 |
msgid "Support"
|
422 |
msgstr ""
|
423 |
|
|
|
424 |
#: src/Admin/SettingsPages/AbstractSettingsPage.php:75
|
425 |
msgid "Pro Upgrade"
|
426 |
msgstr ""
|
427 |
|
|
|
428 |
#: src/Admin/SettingsPages/AbstractSettingsPage.php:79
|
429 |
msgid "Docs"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: src/Admin/SettingsPages/AbstractSettingsPage.php:203
|
|
|
433 |
msgid "Need Support?"
|
434 |
msgstr ""
|
435 |
|
436 |
+
#: src/Admin/SettingsPages/AbstractSettingsPage.php:232
|
437 |
+
msgid "Whether you need help or have a new feature request, let us know. %sRequest Support%s"
|
|
|
|
|
|
|
438 |
msgstr ""
|
439 |
|
440 |
+
#: src/Admin/SettingsPages/AbstractSettingsPage.php:240
|
441 |
+
msgid "Detailed documentation is also available on the plugin website. %sView Knowledge Base%s"
|
|
|
|
|
|
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: src/Admin/SettingsPages/AbstractSettingsPage.php:248
|
445 |
+
msgid "If you are enjoying ProfilePress and find it useful, please consider leaving a ★★★★★ review on WordPress.org. %sLeave a Review%s"
|
|
|
|
|
|
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: src/Admin/SettingsPages/AbstractSettingsPage.php:260
|
|
|
449 |
msgid "Use the coupon code %s10PERCENTOFF%s to save %s off MailOptin."
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: src/Admin/SettingsPages/AbstractSettingsPage.php:275
|
453 |
+
#: src/Admin/SettingsPages/AbstractSettingsPage.php:292
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
454 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:162
|
455 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:223
|
456 |
#: src/Admin/SettingsPages/GeneralSettings.php:292
|
460 |
msgid "Select..."
|
461 |
msgstr ""
|
462 |
|
463 |
+
#: src/Admin/SettingsPages/AbstractSettingsPage.php:310
|
|
|
464 |
msgid "Custom URL Here"
|
465 |
msgstr ""
|
466 |
|
|
|
|
|
467 |
#: src/Admin/SettingsPages/AddNewForm.php:27
|
468 |
#: src/Admin/SettingsPages/MemberDirectories.php:40
|
469 |
msgid "Add Member Directory"
|
470 |
msgstr ""
|
471 |
|
|
|
472 |
#: src/Admin/SettingsPages/AddNewForm.php:47
|
473 |
msgid "Drag & Drop Builder"
|
474 |
msgstr ""
|
475 |
|
|
|
476 |
#: src/Admin/SettingsPages/AddNewForm.php:48
|
477 |
+
msgid "Create beautiful, responsive forms with easy to use drag & drop form builder."
|
|
|
478 |
msgstr ""
|
479 |
|
|
|
480 |
#: src/Admin/SettingsPages/AddNewForm.php:51
|
481 |
msgid "Get Started"
|
482 |
msgstr ""
|
483 |
|
|
|
|
|
484 |
#: src/Admin/SettingsPages/AddNewForm.php:61
|
485 |
#: src/Admin/SettingsPages/AddNewForm.php:77
|
486 |
msgid "Shortcode Builder"
|
487 |
msgstr ""
|
488 |
|
|
|
489 |
#: src/Admin/SettingsPages/AddNewForm.php:62
|
490 |
+
msgid "Code your own from scratch with complete control and flexibility using shortcodes."
|
|
|
|
|
491 |
msgstr ""
|
492 |
|
|
|
|
|
493 |
#: src/Admin/SettingsPages/AddNewForm.php:65 src/Classes/AjaxHandler.php:116
|
494 |
msgid "Build Now"
|
495 |
msgstr ""
|
496 |
|
|
|
497 |
#: src/Admin/SettingsPages/AddNewForm.php:79
|
498 |
+
msgid "Code your own from scratch with complete control and flexibility. %sLearn more%s."
|
|
|
|
|
499 |
msgstr ""
|
500 |
|
|
|
|
|
501 |
#: src/Admin/SettingsPages/AddNewForm.php:85
|
502 |
#: src/Admin/SettingsPages/ExtensionsSettingsPage.php:122
|
503 |
msgid "Upgrade to Premium"
|
504 |
msgstr ""
|
505 |
|
|
|
506 |
#: src/Admin/SettingsPages/AddNewForm.php:123
|
507 |
msgid "Back to Overview"
|
508 |
msgstr ""
|
509 |
|
|
|
510 |
#: src/Admin/SettingsPages/AdminFooter.php:27
|
511 |
+
msgid "Thank you for using <a href=\"%1$s\" target=\"_blank\">ProfilePress</a>! Please <a href=\"%2$s\" target=\"_blank\">rate us ★★★★★</a> on <a href=\"%2$s\" target=\"_blank\">WordPress.org</a> to help us spread the word."
|
|
|
|
|
|
|
512 |
msgstr ""
|
513 |
|
|
|
514 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:169
|
515 |
msgid "Form title cannot empty"
|
516 |
msgstr ""
|
517 |
|
|
|
518 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:188
|
519 |
msgid "Changes saved"
|
520 |
msgstr ""
|
521 |
|
|
|
522 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1175
|
523 |
msgid "Select Icon"
|
524 |
msgstr ""
|
525 |
|
|
|
|
|
|
|
526 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1203
|
527 |
#: src/Functions/GlobalFunctions.php:1294
|
528 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:202
|
529 |
msgid "Standard Fields"
|
530 |
msgstr ""
|
531 |
|
|
|
532 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1204
|
533 |
msgid "Extra Fields"
|
534 |
msgstr ""
|
535 |
|
|
|
|
|
|
|
|
|
536 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1206
|
537 |
#: src/Classes/ExtensionManager.php:55 src/Functions/GlobalFunctions.php:1297
|
538 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:216
|
539 |
msgid "Custom Fields"
|
540 |
msgstr ""
|
541 |
|
|
|
542 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1207
|
543 |
msgid "WooCommerce Billing Address"
|
544 |
msgstr ""
|
545 |
|
|
|
546 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1208
|
547 |
msgid "WooCommerce Shipping Address"
|
548 |
msgstr ""
|
549 |
|
|
|
550 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1231
|
551 |
msgid "No custom field available. %sClick here to create one%s."
|
552 |
msgstr ""
|
553 |
|
|
|
554 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1259
|
555 |
msgid "Enter title here"
|
556 |
msgstr ""
|
557 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
558 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1261
|
559 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1288
|
560 |
#: src/Admin/SettingsPages/EmailSettings/CustomizerTrait.php:11
|
561 |
#: src/AdminBarDashboardAccess/include.settings-page.php:54
|
562 |
#: src/AdminBarDashboardAccess/include.settings-page.php:109
|
563 |
#: src/Functions/custom-settings-api.php:1078
|
564 |
+
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:1038
|
565 |
msgid "Save Changes"
|
566 |
msgstr ""
|
567 |
|
|
|
568 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1266
|
569 |
+
msgid "Copy this shortcode and paste it into your post, page, or text widget content:"
|
|
|
|
|
570 |
msgstr ""
|
571 |
|
|
|
572 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1291
|
573 |
msgid "Delete Form"
|
574 |
msgstr ""
|
575 |
|
|
|
|
|
|
|
576 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1349
|
577 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1388
|
578 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1440
|
579 |
msgid "Success Message"
|
580 |
msgstr ""
|
581 |
|
|
|
582 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1355
|
583 |
msgid "New User Role"
|
584 |
msgstr ""
|
585 |
|
|
|
586 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1356
|
587 |
msgid "Role users registered through this form will be assigned."
|
588 |
msgstr ""
|
589 |
|
|
|
590 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1363
|
591 |
msgid "Username Requirement"
|
592 |
msgstr ""
|
593 |
|
|
|
594 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1364
|
595 |
msgid "Check to disable username requirement"
|
596 |
msgstr ""
|
597 |
|
|
|
598 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1365
|
599 |
+
msgid "Disable requirement for users to enter a username during registration. Usernames will automatically be generated from their email addresses."
|
|
|
|
|
600 |
msgstr ""
|
601 |
|
|
|
|
|
602 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1372
|
603 |
#: src/Admin/SettingsPages/GeneralSettings.php:178
|
604 |
msgid "Registration Settings"
|
605 |
msgstr ""
|
606 |
|
|
|
607 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1395
|
608 |
msgid "Edit Profile Settings"
|
609 |
msgstr ""
|
610 |
|
|
|
|
|
611 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1413
|
612 |
#: src/Classes/ExtensionManager.php:85
|
613 |
msgid "Passwordless Login"
|
614 |
msgstr ""
|
615 |
|
|
|
616 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1414
|
617 |
msgid "Check to make this a passwordless login form."
|
618 |
msgstr ""
|
619 |
|
|
|
|
|
620 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1424
|
621 |
#: src/Admin/SettingsPages/GeneralSettings.php:192
|
622 |
msgid "Login Settings"
|
623 |
msgstr ""
|
624 |
|
|
|
625 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1447
|
626 |
msgid "Password Reset Settings"
|
627 |
msgstr ""
|
628 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
629 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1468
|
630 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:35
|
631 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Country.php:35
|
640 |
msgid "Label"
|
641 |
msgstr ""
|
642 |
|
|
|
643 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1474
|
644 |
msgid "Processing Label"
|
645 |
msgstr ""
|
646 |
|
|
|
647 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1481
|
648 |
msgid "Submit Button"
|
649 |
msgstr ""
|
650 |
|
|
|
651 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1488
|
652 |
msgid "Appearance"
|
653 |
msgstr ""
|
654 |
|
|
|
655 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1495
|
656 |
msgid "Colors"
|
657 |
msgstr ""
|
658 |
|
|
|
|
|
|
|
|
|
659 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1523
|
660 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:533
|
661 |
#: src/Themes/DragDrop/Login/PerfectoLite.php:51
|
663 |
msgid "Text"
|
664 |
msgstr ""
|
665 |
|
|
|
666 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1524
|
667 |
msgid "Visual"
|
668 |
msgstr ""
|
669 |
|
|
|
670 |
#: src/Admin/SettingsPages/DragDropBuilder/DragDropBuilder.php:1525
|
671 |
msgid "Add Media"
|
672 |
msgstr ""
|
673 |
|
|
|
|
|
|
|
|
|
|
|
674 |
#: src/Admin/SettingsPages/DragDropBuilder/FieldBase.php:87
|
675 |
#: src/Admin/SettingsPages/GeneralSettings.php:19
|
676 |
#: src/Admin/SettingsPages/GeneralSettings.php:56
|
679 |
msgid "General"
|
680 |
msgstr ""
|
681 |
|
|
|
682 |
#: src/Admin/SettingsPages/DragDropBuilder/FieldBase.php:88
|
683 |
msgid "Style"
|
684 |
msgstr ""
|
685 |
|
|
|
|
|
|
|
|
|
|
|
686 |
#: src/Admin/SettingsPages/DragDropBuilder/FieldBase.php:89
|
687 |
#: src/Admin/SettingsPages/DragDropBuilder/FieldBase.php:232
|
688 |
#: src/Admin/SettingsPages/GeneralSettings.php:38
|
689 |
#: src/Admin/SettingsPages/GeneralSettings.php:39
|
690 |
+
#: src/Classes/Miscellaneous.php:20
|
691 |
msgid "Settings"
|
692 |
msgstr ""
|
693 |
|
|
|
694 |
#: src/Admin/SettingsPages/DragDropBuilder/FieldBase.php:111
|
695 |
msgid "Edit Field"
|
696 |
msgstr ""
|
697 |
|
|
|
698 |
#: src/Admin/SettingsPages/DragDropBuilder/FieldBase.php:210
|
699 |
msgid "Cancel"
|
700 |
msgstr ""
|
701 |
|
|
|
702 |
#: src/Admin/SettingsPages/DragDropBuilder/FieldBase.php:213
|
703 |
msgid "Apply Changes"
|
704 |
msgstr ""
|
705 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
706 |
#: src/Admin/SettingsPages/DragDropBuilder/FieldBase.php:235
|
707 |
#: src/Admin/SettingsPages/FormList.php:239
|
708 |
#: src/Admin/SettingsPages/FormList.php:315
|
713 |
msgid "Delete"
|
714 |
msgstr ""
|
715 |
|
|
|
716 |
#: src/Admin/SettingsPages/DragDropBuilder/FieldBase.php:238
|
717 |
msgid "Clone"
|
718 |
msgstr ""
|
719 |
|
|
|
|
|
|
|
|
|
|
|
720 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Bio.php:22
|
721 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/Bio.php:22
|
722 |
#: src/Functions/GlobalFunctions.php:1281
|
725 |
msgid "Biography"
|
726 |
msgstr ""
|
727 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
728 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Bio.php:30
|
729 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CFPassword.php:40
|
730 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/ConfirmEmail.php:30
|
751 |
msgid "Placeholder"
|
752 |
msgstr ""
|
753 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
754 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Bio.php:38
|
755 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CFPassword.php:48
|
756 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:53
|
780 |
msgid "Required"
|
781 |
msgstr ""
|
782 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
783 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Bio.php:39
|
784 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CFPassword.php:49
|
785 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:54
|
809 |
msgid "Force users to fill out this field, otherwise it will be optional."
|
810 |
msgstr ""
|
811 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
812 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Bio.php:45
|
813 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CFPassword.php:55
|
814 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:60
|
850 |
msgid "CSS Classes"
|
851 |
msgstr ""
|
852 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
853 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Bio.php:47
|
854 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CFPassword.php:57
|
855 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:62
|
891 |
msgid "Enter the CSS class names you would like to add to this field."
|
892 |
msgstr ""
|
893 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
894 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CFPassword.php:22
|
895 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Login/Password.php:22
|
896 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Password.php:22
|
901 |
msgid "Password"
|
902 |
msgstr ""
|
903 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
904 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CFPassword.php:35
|
905 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:40
|
906 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Country.php:39
|
914 |
msgid "Field Key"
|
915 |
msgstr ""
|
916 |
|
|
|
917 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:22
|
918 |
msgid "Checkbox List"
|
919 |
msgstr ""
|
920 |
|
|
|
|
|
921 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:45
|
922 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/RadioButtons.php:45
|
923 |
msgid "Choices"
|
924 |
msgstr ""
|
925 |
|
|
|
|
|
|
|
926 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CheckboxList.php:47
|
927 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/RadioButtons.php:47
|
928 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/SelectDropdown.php:52
|
929 |
+
msgid "Enter one choice per line. This will be the options available for user to select."
|
|
|
|
|
930 |
msgstr ""
|
931 |
|
|
|
|
|
932 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/ConfirmEmail.php:22
|
933 |
#: src/Themes/DragDrop/AbstractTheme.php:171
|
934 |
msgid "Confirm Email"
|
935 |
msgstr ""
|
936 |
|
|
|
|
|
|
|
937 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/ConfirmPassword.php:22
|
938 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:188
|
939 |
#: src/Themes/DragDrop/AbstractTheme.php:168
|
940 |
msgid "Confirm Password"
|
941 |
msgstr ""
|
942 |
|
|
|
943 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Country.php:22
|
944 |
msgid "Country"
|
945 |
msgstr ""
|
946 |
|
|
|
947 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/CoverImage.php:22
|
948 |
msgid "Upload Cover Photo"
|
949 |
msgstr ""
|
950 |
|
|
|
951 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Date.php:22
|
952 |
msgid "Date / Time"
|
953 |
msgstr ""
|
954 |
|
|
|
955 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Date.php:40
|
956 |
msgid "Date/Time Format"
|
957 |
msgstr ""
|
958 |
|
|
|
|
|
959 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Date.php:58
|
960 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Date.php:59
|
961 |
msgid "Only Time"
|
962 |
msgstr ""
|
963 |
|
|
|
964 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Date.php:61
|
965 |
+
msgid "Select a date and time format that users will be able to choose a date in."
|
|
|
966 |
msgstr ""
|
967 |
|
|
|
968 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Agreeable.php:50
|
969 |
msgid "Checked by Default"
|
970 |
msgstr ""
|
971 |
|
|
|
972 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Agreeable.php:52
|
973 |
msgid "False"
|
974 |
msgstr ""
|
975 |
|
|
|
976 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/DefinedFieldTypes/Agreeable.php:53
|
977 |
msgid "True"
|
978 |
msgstr ""
|
979 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
980 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/DisplayName.php:22
|
981 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/DisplayName.php:22
|
982 |
#: src/Functions/GlobalFunctions.php:1279
|
983 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:318
|
984 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:208
|
|
|
985 |
#: src/Themes/DragDrop/AbstractTheme.php:180
|
986 |
#: src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php:115
|
987 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:106
|
988 |
msgid "Display Name"
|
989 |
msgstr ""
|
990 |
|
|
|
991 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/EditProfile/ShowCoverImage.php:22
|
992 |
msgid "Show Cover Photo"
|
993 |
msgstr ""
|
994 |
|
|
|
|
|
995 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/EditProfile/ShowCoverImage.php:30
|
996 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/EditProfile/ShowProfilePicture.php:35
|
997 |
msgid "Alt Text"
|
998 |
msgstr ""
|
999 |
|
|
|
1000 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/EditProfile/ShowProfilePicture.php:22
|
1001 |
msgid "Show Profile Picture"
|
1002 |
msgstr ""
|
1003 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1004 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Email.php:22
|
1005 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/Email.php:22
|
1006 |
#: src/Functions/GlobalFunctions.php:1280
|
1011 |
msgid "Email Address"
|
1012 |
msgstr ""
|
1013 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1014 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/FirstName.php:22
|
1015 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/FirstName.php:22
|
1016 |
#: src/Functions/GlobalFunctions.php:1276
|
1017 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:350
|
1018 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:209
|
1019 |
+
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:477
|
1020 |
#: src/Themes/DragDrop/AbstractTheme.php:183
|
1021 |
#: src/Themes/DragDrop/AbstractTheme.php:224
|
1022 |
msgid "First Name"
|
1023 |
msgstr ""
|
1024 |
|
|
|
|
|
1025 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/HTML.php:22
|
1026 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/HTML.php:27
|
1027 |
msgid "Custom HTML"
|
1028 |
msgstr ""
|
1029 |
|
|
|
1030 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/HTML.php:35
|
1031 |
msgid "Content"
|
1032 |
msgstr ""
|
1033 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1034 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/LastName.php:22
|
1035 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/LastName.php:22
|
1036 |
#: src/Functions/GlobalFunctions.php:1277
|
1037 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:383
|
1038 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:210
|
1039 |
+
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:478
|
1040 |
#: src/Themes/DragDrop/AbstractTheme.php:186
|
1041 |
#: src/Themes/DragDrop/AbstractTheme.php:227
|
1042 |
msgid "Last Name"
|
1043 |
msgstr ""
|
1044 |
|
|
|
1045 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Login/RememberLogin.php:22
|
1046 |
msgid "Remember Login"
|
1047 |
msgstr ""
|
1048 |
|
|
|
|
|
1049 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Login/RememberLogin.php:27
|
1050 |
#: src/Themes/DragDrop/AbstractTheme.php:208
|
1051 |
msgid "Remember Me"
|
1052 |
msgstr ""
|
1053 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1054 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Login/Userlogin.php:22
|
1055 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/PasswordReset/Userlogin.php:22
|
1056 |
#: src/ShortcodeParser/Builder/PasswordResetBuilder.php:35
|
1059 |
msgid "Username or Email"
|
1060 |
msgstr ""
|
1061 |
|
|
|
|
|
1062 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Login/Userlogin.php:27
|
1063 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/PasswordReset/Userlogin.php:27
|
1064 |
msgid "User Login"
|
1065 |
msgstr ""
|
1066 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1067 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Nickname.php:22
|
1068 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/Nickname.php:22
|
1069 |
#: src/Functions/GlobalFunctions.php:1278
|
1075 |
msgid "Nickname"
|
1076 |
msgstr ""
|
1077 |
|
|
|
1078 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Number.php:22
|
1079 |
msgid "Number"
|
1080 |
msgstr ""
|
1081 |
|
|
|
1082 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Number.php:47
|
1083 |
msgid "Minimum Value"
|
1084 |
msgstr ""
|
1085 |
|
|
|
1086 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Number.php:49
|
1087 |
msgid "Enter the minimum value allowed."
|
1088 |
msgstr ""
|
1089 |
|
|
|
1090 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Number.php:52
|
1091 |
msgid "Maximum Value"
|
1092 |
msgstr ""
|
1093 |
|
|
|
1094 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Number.php:54
|
1095 |
msgid "Enter the maximum value allowed."
|
1096 |
msgstr ""
|
1097 |
|
|
|
1098 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Number.php:57
|
1099 |
msgid "Step Value"
|
1100 |
msgstr ""
|
1101 |
|
|
|
1102 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Number.php:59
|
1103 |
msgid "Enter the number intervals."
|
1104 |
msgstr ""
|
1105 |
|
|
|
1106 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/PasswordStrengthMeter.php:22
|
1107 |
msgid "Password Strength"
|
1108 |
msgstr ""
|
1109 |
|
|
|
1110 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/PasswordStrengthMeter.php:31
|
1111 |
msgid "Enforce"
|
1112 |
msgstr ""
|
1113 |
|
|
|
1114 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/PasswordStrengthMeter.php:32
|
1115 |
msgid "Prevent registration unless users entered password is strong."
|
1116 |
msgstr ""
|
1117 |
|
|
|
1118 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/RadioButtons.php:22
|
1119 |
msgid "Radio Buttons"
|
1120 |
msgstr ""
|
1121 |
|
|
|
1122 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/SelectDropdown.php:22
|
1123 |
msgid "Dropdown"
|
1124 |
msgstr ""
|
1125 |
|
|
|
1126 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/SelectDropdown.php:44
|
1127 |
msgid "Multiple Selection"
|
1128 |
msgstr ""
|
1129 |
|
|
|
1130 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/SelectDropdown.php:47
|
1131 |
msgid "Check to allow multiple options to be selected."
|
1132 |
msgstr ""
|
1133 |
|
|
|
|
|
1134 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/SelectDropdown.php:50
|
1135 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/SelectRole.php:33
|
1136 |
msgid "Options"
|
1137 |
msgstr ""
|
1138 |
|
|
|
1139 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/SelectRole.php:21
|
1140 |
msgid "Select Role"
|
1141 |
msgstr ""
|
1142 |
|
|
|
1143 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/SelectRole.php:35
|
1144 |
msgid "Enter comma separated list of roles to include in the select dropdown."
|
1145 |
msgstr ""
|
1146 |
|
|
|
1147 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/SingleCheckbox.php:22
|
1148 |
msgid "Single Checkbox"
|
1149 |
msgstr ""
|
1150 |
|
|
|
1151 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/SingleCheckbox.php:40
|
1152 |
msgid "Checkbox Text"
|
1153 |
msgstr ""
|
1154 |
|
|
|
1155 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/TextBox.php:22
|
1156 |
msgid "Text Box"
|
1157 |
msgstr ""
|
1158 |
|
|
|
1159 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Textarea.php:22
|
1160 |
msgid "Textarea"
|
1161 |
msgstr ""
|
1162 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1163 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/Bio.php:30
|
1164 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/CustomField.php:40
|
1165 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/DisplayName.php:30
|
1175 |
msgid "Title"
|
1176 |
msgstr ""
|
1177 |
|
|
|
|
|
1178 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/CustomField.php:22
|
1179 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/CustomField.php:30
|
1180 |
msgid "Custom Field"
|
1181 |
msgstr ""
|
1182 |
|
|
|
1183 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/CustomField.php:34
|
1184 |
+
msgid "Select a custom field. Only use the %1$sTitle%2$s and %1$sUser Meta / Field Key%2$s below if you don't have it %3$sdefined in ProfilePress%4$s."
|
|
|
|
|
1185 |
msgstr ""
|
1186 |
|
|
|
1187 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/CustomField.php:44
|
1188 |
msgid "User Meta / Field Key"
|
1189 |
msgstr ""
|
1190 |
|
|
|
1191 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/CustomField.php:46
|
1192 |
msgid "Enter a custom field or user meta key here."
|
1193 |
msgstr ""
|
1194 |
|
|
|
1195 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/DisplayName.php:34
|
1196 |
msgid "Format"
|
1197 |
msgstr ""
|
1198 |
|
|
|
1199 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/DisplayName.php:37
|
1200 |
msgid "Default Display Name"
|
1201 |
msgstr ""
|
1202 |
|
|
|
|
|
1203 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/DisplayName.php:38
|
1204 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:108
|
1205 |
msgid "First & Last Name"
|
1206 |
msgstr ""
|
1207 |
|
|
|
|
|
1208 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/DisplayName.php:39
|
1209 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:109
|
1210 |
msgid "Last & First Name"
|
1211 |
msgstr ""
|
1212 |
|
|
|
1213 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/DisplayName.php:40
|
1214 |
msgid "First Name & First Initial of Last Name"
|
1215 |
msgstr ""
|
1216 |
|
|
|
1217 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/DisplayName.php:41
|
1218 |
msgid "First Initial of First Name & Last Name"
|
1219 |
msgstr ""
|
1220 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1221 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/Username.php:22
|
1222 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Username.php:22
|
1223 |
#: src/Functions/GlobalFunctions.php:1275
|
1224 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:135
|
1225 |
+
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:479
|
1226 |
#: src/Themes/DragDrop/AbstractTheme.php:159
|
1227 |
#: src/Themes/DragDrop/AbstractTheme.php:218
|
1228 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:105
|
1230 |
msgid "Username"
|
1231 |
msgstr ""
|
1232 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1233 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/UserProfile/Website.php:22
|
1234 |
#: src/Admin/SettingsPages/DragDropBuilder/Fields/Website.php:22
|
1235 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:253
|
1242 |
msgid "Website"
|
1243 |
msgstr ""
|
1244 |
|
|
|
1245 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:99
|
1246 |
msgid "Upload Image"
|
1247 |
msgstr ""
|
1248 |
|
|
|
1249 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:224
|
1250 |
msgid "Standard Fonts"
|
1251 |
msgstr ""
|
1252 |
|
|
|
1253 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:225
|
1254 |
msgid "Arial"
|
1255 |
msgstr ""
|
1256 |
|
|
|
1257 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:226
|
1258 |
msgid "Comic Sans MS"
|
1259 |
msgstr ""
|
1260 |
|
|
|
1261 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:227
|
1262 |
msgid "Courier New"
|
1263 |
msgstr ""
|
1264 |
|
|
|
|
|
1265 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:228
|
1266 |
#: src/Functions/data/countries.php:97
|
1267 |
msgid "Georgia"
|
1268 |
msgstr ""
|
1269 |
|
|
|
1270 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:229
|
1271 |
msgid "Helvetica"
|
1272 |
msgstr ""
|
1273 |
|
|
|
1274 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:230
|
1275 |
msgid "Lucida"
|
1276 |
msgstr ""
|
1277 |
|
|
|
1278 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:231
|
1279 |
msgid "Tahoma"
|
1280 |
msgstr ""
|
1281 |
|
|
|
1282 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:232
|
1283 |
msgid "Times New Roman"
|
1284 |
msgstr ""
|
1285 |
|
|
|
1286 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:233
|
1287 |
msgid "Trebuchet MS"
|
1288 |
msgstr ""
|
1289 |
|
|
|
1290 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:234
|
1291 |
msgid "Verdana"
|
1292 |
msgstr ""
|
1293 |
|
|
|
1294 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:236
|
1295 |
msgid "Google Fonts"
|
1296 |
msgstr ""
|
1297 |
|
|
|
1298 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:265
|
1299 |
msgid "Form Settings"
|
1300 |
msgstr ""
|
1301 |
|
|
|
1302 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:268
|
1303 |
msgid "User Profile Settings"
|
1304 |
msgstr ""
|
1305 |
|
|
|
1306 |
#: src/Admin/SettingsPages/DragDropBuilder/Metabox.php:272
|
1307 |
msgid "Directory Settings"
|
1308 |
msgstr ""
|
1309 |
|
|
|
1310 |
#: src/Admin/SettingsPages/EmailSettings/CustomizerTrait.php:14
|
1311 |
msgid "Saved"
|
1312 |
msgstr ""
|
1313 |
|
|
|
|
|
1314 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:43
|
1315 |
#: src/Admin/SettingsPages/EmailSettings/email-template-preview.php:11
|
1316 |
msgid "ProfilePress Email Template"
|
1317 |
msgstr ""
|
1318 |
|
|
|
1319 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:125
|
1320 |
+
msgid "The customizer allows you to design and preview ProfilePress default email template."
|
|
|
|
|
1321 |
msgstr ""
|
1322 |
|
|
|
1323 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:148
|
1324 |
msgid "Body"
|
1325 |
msgstr ""
|
1326 |
|
|
|
1327 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:154
|
1328 |
msgid "Header"
|
1329 |
msgstr ""
|
1330 |
|
|
|
1331 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:160
|
1332 |
msgid "Footer"
|
1333 |
msgstr ""
|
1334 |
|
|
|
|
|
1335 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:174
|
1336 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:215
|
1337 |
msgid "© %s %s. All rights reserved."
|
1338 |
msgstr ""
|
1339 |
|
|
|
1340 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:229
|
1341 |
msgid "Background Color"
|
1342 |
msgstr ""
|
1343 |
|
|
|
1344 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:240
|
1345 |
msgid "Background Text Color"
|
1346 |
msgstr ""
|
1347 |
|
|
|
1348 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:250
|
1349 |
msgid "Content Background Color"
|
1350 |
msgstr ""
|
1351 |
|
|
|
1352 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:261
|
1353 |
msgid "Content Text Color"
|
1354 |
msgstr ""
|
1355 |
|
|
|
1356 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:272
|
1357 |
msgid "Logo"
|
1358 |
msgstr ""
|
1359 |
|
|
|
|
|
1360 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:280
|
1361 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:285
|
1362 |
msgid "Select Logo"
|
1363 |
msgstr ""
|
1364 |
|
|
|
1365 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:281
|
1366 |
msgid "Change Logo"
|
1367 |
msgstr ""
|
1368 |
|
|
|
|
|
1369 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:282
|
1370 |
#: src/ContentProtection/ContentConditions.php:276
|
1371 |
msgid "Default"
|
1372 |
msgstr ""
|
1373 |
|
|
|
1374 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:284
|
1375 |
msgid "No logo selected"
|
1376 |
msgstr ""
|
1377 |
|
|
|
1378 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:286
|
1379 |
msgid "Choose Logo"
|
1380 |
msgstr ""
|
1381 |
|
|
|
|
|
|
|
|
|
1382 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:293
|
1383 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:102
|
1384 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:32
|
1386 |
msgid "Header Text"
|
1387 |
msgstr ""
|
1388 |
|
|
|
1389 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:294
|
1390 |
msgid "This is used when template logo is not set."
|
1391 |
msgstr ""
|
1392 |
|
|
|
1393 |
#: src/Admin/SettingsPages/EmailSettings/DefaultTemplateCustomizer.php:302
|
1394 |
msgid "Footer Text"
|
1395 |
msgstr ""
|
1396 |
|
|
|
|
|
|
|
1397 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:28
|
1398 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:135
|
1399 |
#: src/Admin/SettingsPages/GeneralSettings.php:57
|
1400 |
msgid "Emails"
|
1401 |
msgstr ""
|
1402 |
|
|
|
1403 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:71
|
1404 |
msgid "Account Welcome Email"
|
1405 |
msgstr ""
|
1406 |
|
|
|
|
|
1407 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:72
|
1408 |
#: src/Classes/WelcomeEmailAfterSignup.php:51
|
1409 |
msgid "Welcome To %s"
|
1410 |
msgstr ""
|
1411 |
|
|
|
1412 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:74
|
1413 |
msgid "Email that is sent to the user upon successful registration."
|
1414 |
msgstr ""
|
1415 |
|
|
|
|
|
1416 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:75
|
1417 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:93
|
1418 |
msgid "Users"
|
1419 |
msgstr ""
|
1420 |
|
|
|
1421 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:77
|
1422 |
msgid "Username of the registered user."
|
1423 |
msgstr ""
|
1424 |
|
|
|
|
|
1425 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:78
|
1426 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:96
|
1427 |
msgid "Email address of the registered user."
|
1428 |
msgstr ""
|
1429 |
|
|
|
1430 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:79
|
1431 |
msgid "Password of the registered user."
|
1432 |
msgstr ""
|
1433 |
|
|
|
|
|
1434 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:80
|
1435 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:97
|
1436 |
msgid "Website title or name."
|
1437 |
msgstr ""
|
1438 |
|
|
|
1439 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:81
|
1440 |
msgid "First Name entered by user on registration."
|
1441 |
msgstr ""
|
1442 |
|
|
|
1443 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:82
|
1444 |
msgid "Last Name entered by user on registration."
|
1445 |
msgstr ""
|
1446 |
|
|
|
|
|
1447 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:83
|
1448 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:98
|
1449 |
msgid "URL to reset password."
|
1450 |
msgstr ""
|
1451 |
|
|
|
1452 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:84
|
1453 |
msgid "URL to login.."
|
1454 |
msgstr ""
|
1455 |
|
|
|
1456 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:89
|
1457 |
msgid "Password Reset Email"
|
1458 |
msgstr ""
|
1459 |
|
|
|
|
|
|
|
1460 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:90
|
1461 |
#: src/Classes/PasswordReset.php:24 src/RegisterActivation/Base.php:85
|
1462 |
msgid "[%s] Password Reset"
|
1463 |
msgstr ""
|
1464 |
|
|
|
1465 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:92
|
1466 |
msgid "Email that is sent to the user upon password reset request."
|
1467 |
msgstr ""
|
1468 |
|
|
|
1469 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:95
|
1470 |
msgid "Username of user."
|
1471 |
msgstr ""
|
1472 |
|
|
|
1473 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:103
|
1474 |
msgid "New User Admin Notification"
|
1475 |
msgstr ""
|
1476 |
|
|
|
|
|
|
|
1477 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:104
|
1478 |
#: src/Functions/GlobalFunctions.php:727 src/RegisterActivation/Base.php:89
|
1479 |
msgid "[%s] New User Registration"
|
1480 |
msgstr ""
|
1481 |
|
|
|
1482 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:106
|
1483 |
msgid "Email that is sent to admins when there is a new user registration"
|
1484 |
msgstr ""
|
1485 |
|
|
|
1486 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:107
|
1487 |
msgid "Administrators"
|
1488 |
msgstr ""
|
1489 |
|
|
|
1490 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:109
|
1491 |
msgid "Username of the newly registered user."
|
1492 |
msgstr ""
|
1493 |
|
|
|
1494 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:110
|
1495 |
msgid "Email address of the newly registered user."
|
1496 |
msgstr ""
|
1497 |
|
|
|
1498 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:111
|
1499 |
msgid "First name of the newly registered user."
|
1500 |
msgstr ""
|
1501 |
|
|
|
1502 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:112
|
1503 |
msgid "Last name of the newly registered user."
|
1504 |
msgstr ""
|
1505 |
|
|
|
1506 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:113
|
1507 |
msgid "Website name or name."
|
1508 |
msgstr ""
|
1509 |
|
|
|
1510 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:115
|
1511 |
msgid "Replace \"field_key\" with the %scustom field key%s or usermeta key."
|
1512 |
msgstr ""
|
1513 |
|
|
|
1514 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:140
|
1515 |
msgid "Admin Email Address(es)"
|
1516 |
msgstr ""
|
1517 |
|
|
|
1518 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:141
|
1519 |
+
msgid "The Email address to receive admin notifications. Use comma to separate multiple email addresses."
|
|
|
|
|
1520 |
msgstr ""
|
1521 |
|
|
|
1522 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:146
|
1523 |
msgid "Sender Name"
|
1524 |
msgstr ""
|
1525 |
|
|
|
1526 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:147
|
1527 |
+
msgid "The name to use as the sender of all ProfilePress emails. Preferably your website name."
|
|
|
|
|
1528 |
msgstr ""
|
1529 |
|
|
|
1530 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:153
|
1531 |
msgid "Sender Email Address"
|
1532 |
msgstr ""
|
1533 |
|
|
|
1534 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:154
|
1535 |
msgid "The email address to use as the sender of all ProfilePress emails."
|
1536 |
msgstr ""
|
1537 |
|
|
|
1538 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:160
|
1539 |
msgid "HTML"
|
1540 |
msgstr ""
|
1541 |
|
|
|
1542 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:161
|
1543 |
msgid "Plain Text"
|
1544 |
msgstr ""
|
1545 |
|
|
|
1546 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:164
|
1547 |
msgid "Content Type"
|
1548 |
msgstr ""
|
1549 |
|
|
|
1550 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:165
|
1551 |
+
msgid "Choose whether to send ProfilePress emails in HTML or plain text. HTML is recommended."
|
|
|
|
|
1552 |
msgstr ""
|
1553 |
|
|
|
1554 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:170
|
1555 |
msgid "Default Template"
|
1556 |
msgstr ""
|
1557 |
|
|
|
1558 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:171
|
1559 |
msgid "Custom Email Template"
|
1560 |
msgstr ""
|
1561 |
|
|
|
1562 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:174
|
1563 |
msgid "Email Template"
|
1564 |
msgstr ""
|
1565 |
|
|
|
1566 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:175
|
1567 |
+
msgid "Choose \"Custom Email Template\" if you want to code your own email template from scratch."
|
|
|
|
|
1568 |
msgstr ""
|
1569 |
|
|
|
1570 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:182
|
1571 |
msgid "Customize Default Template"
|
1572 |
msgstr ""
|
1573 |
|
|
|
1574 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:225
|
1575 |
msgid "Preview Email"
|
1576 |
msgstr ""
|
1577 |
|
|
|
1578 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:246
|
1579 |
msgid "Enable Notification"
|
1580 |
msgstr ""
|
1581 |
|
|
|
|
|
1582 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:247
|
1583 |
#: src/Admin/SettingsPages/GeneralSettings.php:370
|
1584 |
msgid "Enable"
|
1585 |
msgstr ""
|
1586 |
|
|
|
1587 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:250
|
1588 |
msgid "Check to enable this email notification."
|
1589 |
msgstr ""
|
1590 |
|
|
|
1591 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:255
|
1592 |
msgid "Subject Line"
|
1593 |
msgstr ""
|
1594 |
|
|
|
1595 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:256
|
1596 |
msgid "Enter the subject or title for the welcome message email."
|
1597 |
msgstr ""
|
1598 |
|
|
|
1599 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:261
|
1600 |
msgid "Message Body"
|
1601 |
msgstr ""
|
1602 |
|
|
|
1603 |
#: src/Admin/SettingsPages/EmailSettings/EmailSettingsPage.php:304
|
1604 |
msgid "Available placeholders for subject and message body"
|
1605 |
msgstr ""
|
1606 |
|
|
|
1607 |
#: src/Admin/SettingsPages/EmailSettings/WPListTable.php:23
|
1608 |
msgid "No email available."
|
1609 |
msgstr ""
|
1610 |
|
|
|
|
|
1611 |
#: src/Admin/SettingsPages/EmailSettings/WPListTable.php:29
|
1612 |
#: src/Widgets/TabbedWidget.php:169
|
1613 |
msgid "Email"
|
1614 |
msgstr ""
|
1615 |
|
|
|
1616 |
#: src/Admin/SettingsPages/EmailSettings/WPListTable.php:30
|
1617 |
msgid "Recipient"
|
1618 |
msgstr ""
|
1619 |
|
|
|
|
|
1620 |
#: src/Admin/SettingsPages/ExtensionsSettingsPage.php:39
|
1621 |
#: src/Admin/SettingsPages/ExtensionsSettingsPage.php:51
|
1622 |
msgid "Addons"
|
1623 |
msgstr ""
|
1624 |
|
|
|
1625 |
#: src/Admin/SettingsPages/ExtensionsSettingsPage.php:87
|
1626 |
msgid "Activate All"
|
1627 |
msgstr ""
|
1628 |
|
|
|
1629 |
#: src/Admin/SettingsPages/ExtensionsSettingsPage.php:90
|
1630 |
msgid "Deactivate All"
|
1631 |
msgstr ""
|
1632 |
|
|
|
1633 |
#: src/Admin/SettingsPages/ExtensionsSettingsPage.php:100
|
1634 |
+
msgid "Upgrade to Premium to unlock extensions and other great features. As a valued ProfilePress Lite user, you will %1$sreceive 10%3$s off%2$s your purchase, automatically applied at checkout!"
|
|
|
|
|
|
|
1635 |
msgstr ""
|
1636 |
|
|
|
1637 |
#: src/Admin/SettingsPages/ExtensionsSettingsPage.php:106
|
1638 |
msgid "Upgrade Now"
|
1639 |
msgstr ""
|
1640 |
|
|
|
1641 |
#: src/Admin/SettingsPages/ExtensionsSettingsPage.php:122
|
1642 |
msgid "Upgrade Plan"
|
1643 |
msgstr ""
|
1644 |
|
|
|
1645 |
#: src/Admin/SettingsPages/ExtensionsSettingsPage.php:137
|
1646 |
msgid "Learn More"
|
1647 |
msgstr ""
|
1648 |
|
|
|
1649 |
#: src/Admin/SettingsPages/ExtensionsSettingsPage.php:148
|
1650 |
msgid "Unavailable: %s"
|
1651 |
msgstr ""
|
1652 |
|
|
|
1653 |
#: src/Admin/SettingsPages/ExtensionsSettingsPage.php:153
|
1654 |
msgid "Activated"
|
1655 |
msgstr ""
|
1656 |
|
|
|
1657 |
#: src/Admin/SettingsPages/ExtensionsSettingsPage.php:153
|
1658 |
msgid "Deactivated"
|
1659 |
msgstr ""
|
1660 |
|
|
|
1661 |
#: src/Admin/SettingsPages/FormList.php:27
|
1662 |
msgid "form"
|
1663 |
msgstr ""
|
1664 |
|
|
|
1665 |
#: src/Admin/SettingsPages/FormList.php:28
|
1666 |
msgid "forms"
|
1667 |
msgstr ""
|
1668 |
|
|
|
1669 |
#: src/Admin/SettingsPages/FormList.php:178
|
1670 |
msgid "No form is currently available. %sConsider creating one%s"
|
1671 |
msgstr ""
|
1672 |
|
|
|
|
|
1673 |
#: src/Admin/SettingsPages/FormList.php:194
|
1674 |
#: src/Admin/SettingsPages/FormList.php:271
|
1675 |
msgid "Shortcode"
|
1676 |
msgstr ""
|
1677 |
|
|
|
1678 |
#: src/Admin/SettingsPages/FormList.php:195
|
1679 |
msgid "Builder Type"
|
1680 |
msgstr ""
|
1681 |
|
|
|
1682 |
#: src/Admin/SettingsPages/FormList.php:196
|
1683 |
msgid "Date"
|
1684 |
msgstr ""
|
1685 |
|
|
|
|
|
1686 |
#: src/Admin/SettingsPages/FormList.php:238
|
1687 |
#: src/ContentProtection/WPListTable.php:84
|
1688 |
msgid "Edit"
|
1689 |
msgstr ""
|
1690 |
|
|
|
|
|
1691 |
#: src/Admin/SettingsPages/FormList.php:240
|
1692 |
#: src/ContentProtection/WPListTable.php:85
|
1693 |
msgid "Duplicate"
|
1694 |
msgstr ""
|
1695 |
|
|
|
|
|
|
|
1696 |
#: src/Admin/SettingsPages/FormList.php:242
|
1697 |
#: src/Classes/FormPreviewHandler.php:45
|
1698 |
#: src/Functions/custom-settings-api.php:857
|
1699 |
msgid "Preview"
|
1700 |
msgstr ""
|
1701 |
|
|
|
1702 |
#: src/Admin/SettingsPages/FormList.php:273
|
1703 |
msgid "Drag & Drop"
|
1704 |
msgstr ""
|
1705 |
|
|
|
|
|
1706 |
#: src/Admin/SettingsPages/Forms.php:47 src/Admin/SettingsPages/Forms.php:73
|
1707 |
msgid "Forms & Profiles"
|
1708 |
msgstr ""
|
1709 |
|
|
|
1710 |
#: src/Admin/SettingsPages/Forms.php:50
|
1711 |
msgid "Edit Form"
|
1712 |
msgstr ""
|
1713 |
|
|
|
1714 |
#: src/Admin/SettingsPages/Forms.php:54
|
1715 |
msgid "Add Form"
|
1716 |
msgstr ""
|
1717 |
|
|
|
|
|
1718 |
#: src/Admin/SettingsPages/Forms.php:58 src/Admin/SettingsPages/Forms.php:62
|
1719 |
msgid "Edit Frontend Profile"
|
1720 |
msgstr ""
|
1721 |
|
|
|
1722 |
#: src/Admin/SettingsPages/Forms.php:93
|
1723 |
+
msgid "Melange combines login, registration & password reset forms in a single form."
|
|
|
1724 |
msgstr ""
|
1725 |
|
|
|
1726 |
#: src/Admin/SettingsPages/Forms.php:110
|
1727 |
msgid "Filter by Type"
|
1728 |
msgstr ""
|
1729 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1730 |
#: src/Admin/SettingsPages/Forms.php:114
|
1731 |
#: src/Admin/SettingsPages/GeneralSettings.php:189
|
1732 |
#: src/Admin/SettingsPages/GeneralSettings.php:305
|
1733 |
#: src/Classes/AjaxHandler.php:54 src/NavigationMenuLinks/Backend.php:34
|
1734 |
+
#: src/ShortcodeParser/Builder/GlobalShortcodes.php:243
|
1735 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:180
|
1736 |
#: src/Widgets/TabbedWidget.php:113
|
1737 |
msgid "Login"
|
1738 |
msgstr ""
|
1739 |
|
|
|
|
|
|
|
1740 |
#: src/Admin/SettingsPages/Forms.php:119
|
1741 |
#: src/Admin/SettingsPages/GeneralSettings.php:175
|
1742 |
#: src/Classes/AjaxHandler.php:59
|
1743 |
msgid "Registration"
|
1744 |
msgstr ""
|
1745 |
|
|
|
|
|
|
|
1746 |
#: src/Admin/SettingsPages/Forms.php:125
|
1747 |
#: src/Admin/SettingsPages/GeneralSettings.php:315
|
1748 |
#: src/Classes/AjaxHandler.php:64
|
1749 |
msgid "Password Reset"
|
1750 |
msgstr ""
|
1751 |
|
|
|
|
|
|
|
|
|
1752 |
#: src/Admin/SettingsPages/Forms.php:130 src/Classes/AjaxHandler.php:69
|
1753 |
#: src/NavigationMenuLinks/Backend.php:32
|
1754 |
+
#: src/ShortcodeParser/Builder/GlobalShortcodes.php:308
|
1755 |
msgid "Edit Profile"
|
1756 |
msgstr ""
|
1757 |
|
|
|
|
|
1758 |
#: src/Admin/SettingsPages/Forms.php:137 src/Classes/AjaxHandler.php:75
|
1759 |
msgid "Melange"
|
1760 |
msgstr ""
|
1761 |
|
|
|
|
|
1762 |
#: src/Admin/SettingsPages/Forms.php:145 src/Classes/AjaxHandler.php:82
|
1763 |
msgid "User Profile"
|
1764 |
msgstr ""
|
1765 |
|
|
|
1766 |
#: src/Admin/SettingsPages/Forms.php:177
|
1767 |
msgid "Forms"
|
1768 |
msgstr ""
|
1769 |
|
|
|
|
|
1770 |
#: src/Admin/SettingsPages/Forms.php:219
|
1771 |
#: src/Admin/SettingsPages/MemberDirectories.php:114
|
1772 |
msgid "Live Preview"
|
1773 |
msgstr ""
|
1774 |
|
|
|
|
|
1775 |
#: src/Admin/SettingsPages/Forms.php:299
|
1776 |
#: src/Admin/SettingsPages/MemberDirectories.php:211
|
1777 |
msgid "Add New"
|
1778 |
msgstr ""
|
1779 |
|
|
|
1780 |
#: src/Admin/SettingsPages/GeneralSettings.php:61
|
1781 |
msgid "Integrations"
|
1782 |
msgstr ""
|
1783 |
|
|
|
1784 |
#: src/Admin/SettingsPages/GeneralSettings.php:65
|
1785 |
msgid "Premium Addons"
|
1786 |
msgstr ""
|
1787 |
|
|
|
|
|
|
|
1788 |
#: src/Admin/SettingsPages/GeneralSettings.php:82
|
1789 |
#: src/Admin/SettingsPages/ToolsSettingsPage.php:18
|
1790 |
#: src/Admin/SettingsPages/ToolsSettingsPage.php:61
|
1791 |
msgid "Tools"
|
1792 |
msgstr ""
|
1793 |
|
|
|
1794 |
#: src/Admin/SettingsPages/GeneralSettings.php:108
|
1795 |
msgid "My Account edit profile form (default)"
|
1796 |
msgstr ""
|
1797 |
|
|
|
|
|
1798 |
#: src/Admin/SettingsPages/GeneralSettings.php:111
|
1799 |
#: src/Admin/SettingsPages/GeneralSettings.php:293
|
1800 |
msgid "Currently viewed page"
|
1801 |
msgstr ""
|
1802 |
|
|
|
1803 |
#: src/Admin/SettingsPages/GeneralSettings.php:112
|
1804 |
msgid "Previous/Referrer page (Pro feature)"
|
1805 |
msgstr ""
|
1806 |
|
|
|
1807 |
#: src/Admin/SettingsPages/GeneralSettings.php:113
|
1808 |
msgid "WordPress Dashboard"
|
1809 |
msgstr ""
|
1810 |
|
|
|
1811 |
#: src/Admin/SettingsPages/GeneralSettings.php:117
|
1812 |
msgid "Previous/Referrer page"
|
1813 |
msgstr ""
|
1814 |
|
|
|
1815 |
#: src/Admin/SettingsPages/GeneralSettings.php:122
|
1816 |
msgid "Global"
|
1817 |
msgstr ""
|
1818 |
|
|
|
1819 |
#: src/Admin/SettingsPages/GeneralSettings.php:125
|
1820 |
msgid "Global Settings"
|
1821 |
msgstr ""
|
1822 |
|
|
|
1823 |
#: src/Admin/SettingsPages/GeneralSettings.php:128
|
1824 |
msgid "Password-reset Page"
|
1825 |
msgstr ""
|
1826 |
|
|
|
1827 |
#: src/Admin/SettingsPages/GeneralSettings.php:131
|
1828 |
+
msgid "Select the page you wish to make WordPress default \"Lost Password page\". %3$s This should be the page that contains a %1$spassword reset form shortcode%2$s."
|
|
|
|
|
|
|
1829 |
msgstr ""
|
1830 |
|
|
|
1831 |
#: src/Admin/SettingsPages/GeneralSettings.php:136
|
1832 |
msgid "Login Page"
|
1833 |
msgstr ""
|
1834 |
|
|
|
1835 |
#: src/Admin/SettingsPages/GeneralSettings.php:139
|
1836 |
+
msgid "Select the page you wish to make WordPress default Login page. %3$s This should be the page that contains a %1$slogin form shortcode%2$s."
|
|
|
|
|
1837 |
msgstr ""
|
1838 |
|
|
|
|
|
1839 |
#: src/Admin/SettingsPages/GeneralSettings.php:144
|
1840 |
#: src/Admin/SettingsPages/GeneralSettings.php:391
|
1841 |
msgid "Registration Page"
|
1842 |
msgstr ""
|
1843 |
|
|
|
1844 |
#: src/Admin/SettingsPages/GeneralSettings.php:147
|
1845 |
+
msgid "Select the page you wish to make WordPress default Registration page. %3$s This should be the page that contains a %1$sregistration form shortcode%2$s."
|
|
|
|
|
1846 |
msgstr ""
|
1847 |
|
|
|
1848 |
#: src/Admin/SettingsPages/GeneralSettings.php:152
|
1849 |
msgid "My Account Page"
|
1850 |
msgstr ""
|
1851 |
|
|
|
1852 |
#: src/Admin/SettingsPages/GeneralSettings.php:155
|
1853 |
+
msgid "Select a page that contains %3$s shortcode. You can also use an %1$sedit profile shortcode%2$s on the My Account page in case you want something custom."
|
|
|
|
|
|
|
1854 |
msgstr ""
|
1855 |
|
|
|
1856 |
#: src/Admin/SettingsPages/GeneralSettings.php:160
|
1857 |
msgid "Disable Ajax Mode"
|
1858 |
msgstr ""
|
1859 |
|
|
|
1860 |
#: src/Admin/SettingsPages/GeneralSettings.php:162
|
1861 |
msgid "Disable"
|
1862 |
msgstr ""
|
1863 |
|
|
|
1864 |
#: src/Admin/SettingsPages/GeneralSettings.php:163
|
1865 |
+
msgid "Check this box to disable ajax behaviour(whereby forms do not require page reload when submitted) in forms."
|
|
|
|
|
1866 |
msgstr ""
|
1867 |
|
|
|
1868 |
#: src/Admin/SettingsPages/GeneralSettings.php:168
|
1869 |
msgid "Remove Data on Uninstall"
|
1870 |
msgstr ""
|
1871 |
|
|
|
1872 |
#: src/Admin/SettingsPages/GeneralSettings.php:170
|
1873 |
+
msgid "Check this box if you would like ProfilePress to completely remove all of its data when the plugin is deleted."
|
|
|
|
|
1874 |
msgstr ""
|
1875 |
|
|
|
1876 |
#: src/Admin/SettingsPages/GeneralSettings.php:181
|
1877 |
msgid "Auto-login after registration"
|
1878 |
msgstr ""
|
1879 |
|
|
|
1880 |
#: src/Admin/SettingsPages/GeneralSettings.php:182
|
1881 |
msgid "Enable auto-login"
|
1882 |
msgstr ""
|
1883 |
|
|
|
1884 |
#: src/Admin/SettingsPages/GeneralSettings.php:184
|
1885 |
+
msgid "Check this option to automatically login users after successful registration."
|
|
|
1886 |
msgstr ""
|
1887 |
|
|
|
1888 |
#: src/Admin/SettingsPages/GeneralSettings.php:196
|
1889 |
msgid "Email Address and Username (default)"
|
1890 |
msgstr ""
|
1891 |
|
|
|
1892 |
#: src/Admin/SettingsPages/GeneralSettings.php:197
|
1893 |
msgid "Email Address Only"
|
1894 |
msgstr ""
|
1895 |
|
|
|
1896 |
#: src/Admin/SettingsPages/GeneralSettings.php:198
|
1897 |
msgid "Username Only"
|
1898 |
msgstr ""
|
1899 |
|
|
|
1900 |
#: src/Admin/SettingsPages/GeneralSettings.php:201
|
1901 |
msgid "Login with Email or Username"
|
1902 |
msgstr ""
|
1903 |
|
|
|
1904 |
#: src/Admin/SettingsPages/GeneralSettings.php:202
|
1905 |
+
msgid "By default, WordPress allows users to log in using either an email address or username. This setting allows you to restrict logins to only accept email addresses or usernames."
|
|
|
|
|
|
|
1906 |
msgstr ""
|
1907 |
|
|
|
|
|
1908 |
#: src/Admin/SettingsPages/GeneralSettings.php:207
|
1909 |
#: src/RegisterActivation/Base.php:167
|
1910 |
msgid "My Account"
|
1911 |
msgstr ""
|
1912 |
|
|
|
1913 |
#: src/Admin/SettingsPages/GeneralSettings.php:208
|
1914 |
msgid "My Account Settings"
|
1915 |
msgstr ""
|
1916 |
|
|
|
1917 |
#: src/Admin/SettingsPages/GeneralSettings.php:212
|
1918 |
msgid "Redirect Default Edit Profile"
|
1919 |
msgstr ""
|
1920 |
|
|
|
|
|
|
|
1921 |
#: src/Admin/SettingsPages/GeneralSettings.php:213
|
1922 |
#: src/ContentProtection/WPListTable.php:93
|
1923 |
#: src/Functions/custom-settings-api.php:1008
|
1924 |
msgid "Activate"
|
1925 |
msgstr ""
|
1926 |
|
|
|
1927 |
#: src/Admin/SettingsPages/GeneralSettings.php:216
|
1928 |
+
msgid "Redirect <a target=\"_blank\" href=\"%s\">default WordPress profile</a> to My Account page."
|
|
|
|
|
1929 |
msgstr ""
|
1930 |
|
|
|
1931 |
#: src/Admin/SettingsPages/GeneralSettings.php:223
|
1932 |
msgid "Edit Account Endpoint"
|
1933 |
msgstr ""
|
1934 |
|
|
|
1935 |
#: src/Admin/SettingsPages/GeneralSettings.php:224
|
1936 |
msgid "Endpoint for the \"My Account → Account Details\" page."
|
1937 |
msgstr ""
|
1938 |
|
|
|
1939 |
#: src/Admin/SettingsPages/GeneralSettings.php:229
|
1940 |
msgid "Change Password Endpoint"
|
1941 |
msgstr ""
|
1942 |
|
|
|
1943 |
#: src/Admin/SettingsPages/GeneralSettings.php:230
|
1944 |
msgid "Endpoint for the \"My Account → Change Password\" page."
|
1945 |
msgstr ""
|
1946 |
|
|
|
1947 |
#: src/Admin/SettingsPages/GeneralSettings.php:235
|
1948 |
msgid "Account Details Form"
|
1949 |
msgstr ""
|
1950 |
|
|
|
1951 |
#: src/Admin/SettingsPages/GeneralSettings.php:236
|
1952 |
+
msgid "Do you want to replace the default form in \"My Account → Account Details\" page? select an Edit Profile form that will replace it."
|
|
|
|
|
1953 |
msgstr ""
|
1954 |
|
|
|
1955 |
#: src/Admin/SettingsPages/GeneralSettings.php:240
|
1956 |
msgid "Frontend Profile"
|
1957 |
msgstr ""
|
1958 |
|
|
|
1959 |
#: src/Admin/SettingsPages/GeneralSettings.php:241
|
1960 |
msgid "Frontend Profile Settings"
|
1961 |
msgstr ""
|
1962 |
|
|
|
1963 |
#: src/Admin/SettingsPages/GeneralSettings.php:245
|
1964 |
msgid "Page with Profile Shortcode"
|
1965 |
msgstr ""
|
1966 |
|
|
|
1967 |
#: src/Admin/SettingsPages/GeneralSettings.php:247
|
1968 |
+
msgid "Select the page that contains your <a href=\"%s\">Frontend user profile shortcode</a>."
|
|
|
|
|
1969 |
msgstr ""
|
1970 |
|
|
|
1971 |
#: src/Admin/SettingsPages/GeneralSettings.php:252
|
1972 |
msgid "Profile Slug"
|
1973 |
msgstr ""
|
1974 |
|
|
|
1975 |
#: src/Admin/SettingsPages/GeneralSettings.php:253
|
1976 |
+
msgid "Enter your preferred profile URL slug. Default to \"profile\" if empty. If slug is \"profile\", URL becomes %s where \"john\" is a user's username."
|
|
|
|
|
1977 |
msgstr ""
|
1978 |
|
|
|
1979 |
#: src/Admin/SettingsPages/GeneralSettings.php:257
|
1980 |
msgid "Disable Guests from Viewing Profiles"
|
1981 |
msgstr ""
|
1982 |
|
|
|
1983 |
#: src/Admin/SettingsPages/GeneralSettings.php:258
|
1984 |
+
msgid "Enable this option to stop disable guests or non-registered users from viewing users profiles."
|
|
|
|
|
1985 |
msgstr ""
|
1986 |
|
|
|
1987 |
#: src/Admin/SettingsPages/GeneralSettings.php:263
|
1988 |
msgid "Disable Members from Viewing Profiles"
|
1989 |
msgstr ""
|
1990 |
|
|
|
1991 |
#: src/Admin/SettingsPages/GeneralSettings.php:264
|
1992 |
+
msgid "Enable this option to stop members from viewing other users profiles. If enabled, users can only see their own profile."
|
|
|
|
|
1993 |
msgstr ""
|
1994 |
|
|
|
1995 |
#: src/Admin/SettingsPages/GeneralSettings.php:269
|
1996 |
msgid "Comment Author URL to Profile"
|
1997 |
msgstr ""
|
1998 |
|
|
|
|
|
1999 |
#: src/Admin/SettingsPages/GeneralSettings.php:270
|
2000 |
#: src/Admin/SettingsPages/GeneralSettings.php:277
|
2001 |
msgid "Enable option"
|
2002 |
msgstr ""
|
2003 |
|
|
|
2004 |
#: src/Admin/SettingsPages/GeneralSettings.php:272
|
2005 |
msgid "Change URL of comment authors to their ProfilePress front-end profile."
|
2006 |
msgstr ""
|
2007 |
|
|
|
2008 |
#: src/Admin/SettingsPages/GeneralSettings.php:276
|
2009 |
msgid "Authors Page to Profile"
|
2010 |
msgstr ""
|
2011 |
|
|
|
2012 |
#: src/Admin/SettingsPages/GeneralSettings.php:279
|
2013 |
msgid "Change and redirect authors pages %s to their front-end profiles %s."
|
2014 |
msgstr ""
|
2015 |
|
|
|
2016 |
#: src/Admin/SettingsPages/GeneralSettings.php:284
|
2017 |
msgid "Redirection"
|
2018 |
msgstr ""
|
2019 |
|
|
|
2020 |
#: src/Admin/SettingsPages/GeneralSettings.php:285
|
2021 |
msgid "Redirection Settings"
|
2022 |
msgstr ""
|
2023 |
|
|
|
|
|
2024 |
#: src/Admin/SettingsPages/GeneralSettings.php:289
|
2025 |
#: src/Widgets/TabbedWidget.php:224
|
2026 |
msgid "Log out"
|
2027 |
msgstr ""
|
2028 |
|
|
|
2029 |
#: src/Admin/SettingsPages/GeneralSettings.php:298
|
2030 |
+
msgid "Select the page users will be redirected to after logout. To redirect to a custom URL instead of a selected page, enter the URL in input field directly above this description."
|
|
|
|
|
|
|
2031 |
msgstr ""
|
2032 |
|
|
|
|
|
|
|
2033 |
#: src/Admin/SettingsPages/GeneralSettings.php:299
|
2034 |
#: src/Admin/SettingsPages/GeneralSettings.php:309
|
2035 |
#: src/Admin/SettingsPages/GeneralSettings.php:326
|
2036 |
msgid "Leave the \"custom URL\" field empty to fallback to the selected page."
|
2037 |
msgstr ""
|
2038 |
|
|
|
2039 |
#: src/Admin/SettingsPages/GeneralSettings.php:308
|
2040 |
+
msgid "Select the page or custom URL users will be redirected to after login. To redirect to a custom URL instead of a selected page, enter the URL in input field directly above this description"
|
|
|
|
|
|
|
2041 |
msgstr ""
|
2042 |
|
|
|
2043 |
#: src/Admin/SettingsPages/GeneralSettings.php:320
|
2044 |
msgid "Default.."
|
2045 |
msgstr ""
|
2046 |
|
|
|
2047 |
#: src/Admin/SettingsPages/GeneralSettings.php:325
|
2048 |
+
msgid "Select the page or custom URL users will be redirected to after they successfully reset or change their password. To redirect to a custom URL instead of a selected page, enter the URL in input field directly above this description."
|
|
|
|
|
|
|
|
|
2049 |
msgstr ""
|
2050 |
|
|
|
|
|
2051 |
#: src/Admin/SettingsPages/GeneralSettings.php:332
|
2052 |
#: src/ContentProtection/WPListTable.php:30
|
2053 |
msgid "Access"
|
2054 |
msgstr ""
|
2055 |
|
|
|
2056 |
#: src/Admin/SettingsPages/GeneralSettings.php:333
|
2057 |
msgid "Access Settings"
|
2058 |
msgstr ""
|
2059 |
|
|
|
2060 |
#: src/Admin/SettingsPages/GeneralSettings.php:339
|
2061 |
+
msgid "%sNote:%s Access setting takes precedence over %sContent Protection rules%s."
|
|
|
2062 |
msgstr ""
|
2063 |
|
|
|
2064 |
#: src/Admin/SettingsPages/GeneralSettings.php:345
|
2065 |
msgid "Global Site Access"
|
2066 |
msgstr ""
|
2067 |
|
|
|
2068 |
#: src/Admin/SettingsPages/GeneralSettings.php:347
|
2069 |
msgid "Accessible to Everyone"
|
2070 |
msgstr ""
|
2071 |
|
|
|
2072 |
#: src/Admin/SettingsPages/GeneralSettings.php:348
|
2073 |
msgid "Accessible to Logged-in Users"
|
2074 |
msgstr ""
|
2075 |
|
|
|
2076 |
#: src/Admin/SettingsPages/GeneralSettings.php:353
|
2077 |
msgid "Redirect Page"
|
2078 |
msgstr ""
|
2079 |
|
|
|
2080 |
#: src/Admin/SettingsPages/GeneralSettings.php:355
|
2081 |
+
msgid "Select the page or custom URL to redirect users that are not logged in to."
|
|
|
2082 |
msgstr ""
|
2083 |
|
|
|
2084 |
#: src/Admin/SettingsPages/GeneralSettings.php:359
|
2085 |
msgid "Pages to Exclude"
|
2086 |
msgstr ""
|
2087 |
|
|
|
2088 |
#: src/Admin/SettingsPages/GeneralSettings.php:365
|
2089 |
+
msgid "Select the pages to exclude beside the redirect page that will be accessible by everyone."
|
|
|
|
|
2090 |
msgstr ""
|
2091 |
|
|
|
2092 |
#: src/Admin/SettingsPages/GeneralSettings.php:371
|
2093 |
msgid "Accessible Homepage"
|
2094 |
msgstr ""
|
2095 |
|
|
|
2096 |
#: src/Admin/SettingsPages/GeneralSettings.php:372
|
2097 |
msgid "Check to allow homepage to be accessible by everyone."
|
2098 |
msgstr ""
|
2099 |
|
|
|
|
|
2100 |
#: src/Admin/SettingsPages/GeneralSettings.php:376
|
2101 |
#: src/ContentProtection/Frontend/PostContent.php:64
|
2102 |
msgid "You are unauthorized to view this page."
|
2103 |
msgstr ""
|
2104 |
|
|
|
2105 |
#: src/Admin/SettingsPages/GeneralSettings.php:377
|
2106 |
msgid "Global Restricted Access Message"
|
2107 |
msgstr ""
|
2108 |
|
|
|
2109 |
#: src/Admin/SettingsPages/GeneralSettings.php:378
|
2110 |
+
msgid "This is the message shown to users that do not have permission to view the content."
|
|
|
|
|
2111 |
msgstr ""
|
2112 |
|
|
|
2113 |
#: src/Admin/SettingsPages/GeneralSettings.php:385
|
2114 |
msgid "BuddyPress"
|
2115 |
msgstr ""
|
2116 |
|
|
|
2117 |
#: src/Admin/SettingsPages/GeneralSettings.php:386
|
2118 |
msgid "BuddyPress Settings"
|
2119 |
msgstr ""
|
2120 |
|
|
|
|
|
|
|
|
|
2121 |
#: src/Admin/SettingsPages/GeneralSettings.php:392
|
2122 |
#: src/Admin/SettingsPages/GeneralSettings.php:399
|
2123 |
#: src/Admin/SettingsPages/GeneralSettings.php:406
|
2125 |
msgid "Check to enable"
|
2126 |
msgstr ""
|
2127 |
|
|
|
2128 |
#: src/Admin/SettingsPages/GeneralSettings.php:393
|
2129 |
msgid "Check to redirect BuddyPress registration page to your selected %s"
|
2130 |
msgstr ""
|
2131 |
|
|
|
2132 |
#: src/Admin/SettingsPages/GeneralSettings.php:397
|
2133 |
msgid "Override Avatar"
|
2134 |
msgstr ""
|
2135 |
|
|
|
2136 |
#: src/Admin/SettingsPages/GeneralSettings.php:400
|
2137 |
+
msgid "Check to override BuddyPress users uploaded avatars with that of ProfilePress."
|
|
|
|
|
2138 |
msgstr ""
|
2139 |
|
|
|
|
|
2140 |
#: src/Admin/SettingsPages/GeneralSettings.php:405
|
2141 |
#: src/Admin/SettingsPages/GeneralSettings.php:421
|
2142 |
msgid "Override Profile URL"
|
2143 |
msgstr ""
|
2144 |
|
|
|
2145 |
#: src/Admin/SettingsPages/GeneralSettings.php:407
|
2146 |
+
msgid "Check to change the profile URL of BuddyPress users to ProfilePress front-end profile."
|
|
|
|
|
2147 |
msgstr ""
|
2148 |
|
|
|
2149 |
#: src/Admin/SettingsPages/GeneralSettings.php:415
|
2150 |
msgid "bbPress"
|
2151 |
msgstr ""
|
2152 |
|
|
|
2153 |
#: src/Admin/SettingsPages/GeneralSettings.php:416
|
2154 |
msgid "bbPress Settings"
|
2155 |
msgstr ""
|
2156 |
|
|
|
2157 |
#: src/Admin/SettingsPages/GeneralSettings.php:423
|
2158 |
msgid "Check to change bbPress profile URL to ProfilePress front-end profile."
|
2159 |
msgstr ""
|
2160 |
|
|
|
2161 |
#: src/Admin/SettingsPages/IDUserColumn.php:20
|
2162 |
msgid "ID"
|
2163 |
msgstr ""
|
2164 |
|
|
|
2165 |
#: src/Admin/SettingsPages/MailOptin.php:51
|
2166 |
msgid "There was an error while performing your request."
|
2167 |
msgstr ""
|
2168 |
|
|
|
2169 |
#: src/Admin/SettingsPages/MailOptin.php:63
|
2170 |
msgid "Could not install plugin. Please download and install manually."
|
2171 |
msgstr ""
|
2172 |
|
|
|
2173 |
#: src/Admin/SettingsPages/MailOptin.php:63
|
2174 |
+
msgid "Could not install addon. Please download from wpforms.com and install manually."
|
|
|
|
|
2175 |
msgstr ""
|
2176 |
|
|
|
2177 |
#: src/Admin/SettingsPages/MailOptin.php:131
|
2178 |
msgid "Plugin installed."
|
2179 |
msgstr ""
|
2180 |
|
|
|
2181 |
#: src/Admin/SettingsPages/MailOptin.php:131
|
2182 |
msgid "Addon installed."
|
2183 |
msgstr ""
|
2184 |
|
|
|
2185 |
#: src/Admin/SettingsPages/MailOptin.php:141
|
2186 |
msgid "Plugin installed & activated."
|
2187 |
msgstr ""
|
2188 |
|
|
|
2189 |
#: src/Admin/SettingsPages/MailOptin.php:141
|
2190 |
msgid "Addon installed & activated."
|
2191 |
msgstr ""
|
2192 |
|
|
|
2193 |
#: src/Admin/SettingsPages/MailOptin.php:157
|
2194 |
msgid "Plugin activation is disabled for you on this site."
|
2195 |
msgstr ""
|
2196 |
|
|
|
2197 |
#: src/Admin/SettingsPages/MailOptin.php:166
|
2198 |
msgid "Plugin activated."
|
2199 |
msgstr ""
|
2200 |
|
|
|
2201 |
#: src/Admin/SettingsPages/MailOptin.php:170
|
2202 |
msgid "Could not activate plugin. Please activate from the Plugins page."
|
2203 |
msgstr ""
|
2204 |
|
|
|
2205 |
#: src/Admin/SettingsPages/MailOptin.php:178
|
2206 |
msgid "Popups & Optins"
|
2207 |
msgstr ""
|
2208 |
|
2209 |
#. translators: %s - Lite plugin download URL.
|
2210 |
+
|
2211 |
#: src/Admin/SettingsPages/MailOptin.php:209
|
2212 |
+
msgid "Could not install plugin. Please <a href=\"%s\">download</a> and install manually."
|
|
|
|
|
2213 |
msgstr ""
|
2214 |
|
2215 |
#. translators: %s - Lite plugin download URL.
|
2216 |
+
|
2217 |
#: src/Admin/SettingsPages/MailOptin.php:221
|
2218 |
+
msgid "Could not activate plugin. Please activate from the <a href=\"%s\">Plugins page</a>."
|
|
|
|
|
2219 |
msgstr ""
|
2220 |
|
|
|
2221 |
#: src/Admin/SettingsPages/MailOptin.php:232
|
2222 |
msgid "Installing..."
|
2223 |
msgstr ""
|
2224 |
|
|
|
2225 |
#: src/Admin/SettingsPages/MailOptin.php:233
|
2226 |
msgid "Activating..."
|
2227 |
msgstr ""
|
2228 |
|
|
|
|
|
2229 |
#: src/Admin/SettingsPages/MailOptin.php:234
|
2230 |
#: src/Admin/SettingsPages/MailOptin.php:596
|
2231 |
msgid "MailOptin Installed & Activated"
|
2232 |
msgstr ""
|
2233 |
|
|
|
2234 |
#: src/Admin/SettingsPages/MailOptin.php:235
|
2235 |
msgid "Install Now"
|
2236 |
msgstr ""
|
2237 |
|
|
|
2238 |
#: src/Admin/SettingsPages/MailOptin.php:236
|
2239 |
msgid "Activate Now"
|
2240 |
msgstr ""
|
2241 |
|
|
|
2242 |
#: src/Admin/SettingsPages/MailOptin.php:237
|
2243 |
msgid "Download Now"
|
2244 |
msgstr ""
|
2245 |
|
|
|
2246 |
#: src/Admin/SettingsPages/MailOptin.php:238
|
2247 |
msgid "Go to Plugins page"
|
2248 |
msgstr ""
|
2249 |
|
|
|
2250 |
#: src/Admin/SettingsPages/MailOptin.php:243
|
2251 |
msgid "Go to MailOptin Settings"
|
2252 |
msgstr ""
|
2253 |
|
|
|
2254 |
#: src/Admin/SettingsPages/MailOptin.php:472
|
2255 |
msgid "ProfilePress ♥ MailOptin"
|
2256 |
msgstr ""
|
2257 |
|
|
|
2258 |
#: src/Admin/SettingsPages/MailOptin.php:473
|
2259 |
msgid "#1 Popup, Optin Forms & Marketing Automation Plugin"
|
2260 |
msgstr ""
|
2261 |
|
|
|
2262 |
#: src/Admin/SettingsPages/MailOptin.php:474
|
2263 |
+
msgid "MailOptin lets you create popups and newsletter opt-in forms that integrates with Mailchimp, Aweber, Constant Contact, Active Campaign & more."
|
|
|
|
|
2264 |
msgstr ""
|
2265 |
|
|
|
2266 |
#: src/Admin/SettingsPages/MailOptin.php:497
|
2267 |
msgid "MailOptin screenshot"
|
2268 |
msgstr ""
|
2269 |
|
|
|
2270 |
#: src/Admin/SettingsPages/MailOptin.php:498
|
2271 |
+
msgid "Automatically notify your subscribers every time you publish a new post."
|
|
|
2272 |
msgstr ""
|
2273 |
|
|
|
2274 |
#: src/Admin/SettingsPages/MailOptin.php:499
|
2275 |
+
msgid "Keep your subscribers engaged with daily, weekly and monthly email digest of published posts."
|
|
|
|
|
2276 |
msgstr ""
|
2277 |
|
|
|
2278 |
#: src/Admin/SettingsPages/MailOptin.php:500
|
2279 |
+
msgid "Different types of opt-in form including Popup, notification bar, inline, scroll box, slide ins, sidebar forms."
|
|
|
|
|
2280 |
msgstr ""
|
2281 |
|
|
|
2282 |
#: src/Admin/SettingsPages/MailOptin.php:501
|
2283 |
+
msgid "Page-level targeting and optin triggers to build hyper segmented email list."
|
|
|
2284 |
msgstr ""
|
2285 |
|
|
|
2286 |
#: src/Admin/SettingsPages/MailOptin.php:502
|
2287 |
+
msgid "Analytics with actionable reporting & insights to improve your lead-generation strategy."
|
|
|
|
|
2288 |
msgstr ""
|
2289 |
|
|
|
2290 |
#: src/Admin/SettingsPages/MailOptin.php:530
|
2291 |
msgid "Step 1"
|
2292 |
msgstr ""
|
2293 |
|
|
|
2294 |
#: src/Admin/SettingsPages/MailOptin.php:531
|
2295 |
msgid "Install and Activate MailOptin"
|
2296 |
msgstr ""
|
2297 |
|
|
|
2298 |
#: src/Admin/SettingsPages/MailOptin.php:532
|
2299 |
msgid "Install MailOptin from the WordPress.org plugin repository."
|
2300 |
msgstr ""
|
2301 |
|
|
|
2302 |
#: src/Admin/SettingsPages/MailOptin.php:565
|
2303 |
msgid "Step 2"
|
2304 |
msgstr ""
|
2305 |
|
|
|
2306 |
#: src/Admin/SettingsPages/MailOptin.php:566
|
2307 |
msgid "Set Up MailOptin"
|
2308 |
msgstr ""
|
2309 |
|
|
|
2310 |
#: src/Admin/SettingsPages/MailOptin.php:567
|
2311 |
msgid "Configure and create your first optin form."
|
2312 |
msgstr ""
|
2313 |
|
|
|
2314 |
#: src/Admin/SettingsPages/MailOptin.php:588
|
2315 |
msgid "Install MailOptin"
|
2316 |
msgstr ""
|
2317 |
|
|
|
2318 |
#: src/Admin/SettingsPages/MailOptin.php:596
|
2319 |
msgid "Activate MailOptin"
|
2320 |
msgstr ""
|
2321 |
|
|
|
2322 |
#: src/Admin/SettingsPages/MailOptin.php:614
|
2323 |
msgid "Start Setup"
|
2324 |
msgstr ""
|
2325 |
|
|
|
2326 |
#: src/Admin/SettingsPages/MailOptin.php:620
|
2327 |
msgid "Go to MailOptin settings"
|
2328 |
msgstr ""
|
2329 |
|
|
|
2330 |
#: src/Admin/SettingsPages/MailOptin.php:641
|
2331 |
msgid "You do not have permission."
|
2332 |
msgstr ""
|
2333 |
|
|
|
2334 |
#: src/Admin/SettingsPages/MailOptin.php:651
|
2335 |
msgid "Plugin unavailable."
|
2336 |
msgstr ""
|
2337 |
|
|
|
|
|
|
|
2338 |
#: src/Admin/SettingsPages/MemberDirectories.php:37
|
2339 |
#: src/Admin/SettingsPages/MemberDirectories.php:55
|
2340 |
#: src/Admin/SettingsPages/MemberDirectories.php:91
|
2341 |
msgid "Member Directories"
|
2342 |
msgstr ""
|
2343 |
|
|
|
2344 |
#: src/Admin/SettingsPages/MemberDirectories.php:44
|
2345 |
msgid "Edit Member Directory"
|
2346 |
msgstr ""
|
2347 |
|
|
|
2348 |
#: src/Admin/SettingsPages/MembersDirectoryList.php:10
|
2349 |
msgid "No members directory is currently available. %sConsider creating one%s"
|
2350 |
msgstr ""
|
2351 |
|
|
|
2352 |
#: src/Admin/SettingsPages/ToolsSettingsPage.php:41
|
2353 |
msgid "Logs"
|
2354 |
msgstr ""
|
2355 |
|
|
|
2356 |
#: src/Admin/SettingsPages/ToolsSettingsPage.php:44
|
2357 |
msgid "Debug Error Log"
|
2358 |
msgstr ""
|
2359 |
|
|
|
2360 |
#: src/Admin/SettingsPages/ToolsSettingsPage.php:54
|
2361 |
msgid "Delete Log"
|
2362 |
msgstr ""
|
2363 |
|
|
|
2364 |
#: src/AdminBarDashboardAccess/Init.php:32
|
2365 |
msgid "Admin Bar & Dashboard"
|
2366 |
msgstr ""
|
2367 |
|
|
|
|
|
2368 |
#: src/AdminBarDashboardAccess/Init.php:41
|
2369 |
#: src/AdminBarDashboardAccess/Init.php:58
|
2370 |
msgid "Admin Bar & Dashboard Access"
|
2371 |
msgstr ""
|
2372 |
|
|
|
2373 |
#: src/AdminBarDashboardAccess/include.settings-page.php:19
|
2374 |
msgid "Admin Bar Visibility Control"
|
2375 |
msgstr ""
|
2376 |
|
|
|
2377 |
#: src/AdminBarDashboardAccess/include.settings-page.php:26
|
2378 |
msgid "Disable Admin Bar"
|
2379 |
msgstr ""
|
2380 |
|
|
|
2381 |
#: src/AdminBarDashboardAccess/include.settings-page.php:31
|
2382 |
msgid "Check to disable admin bar."
|
2383 |
msgstr ""
|
2384 |
|
|
|
2385 |
#: src/AdminBarDashboardAccess/include.settings-page.php:37
|
2386 |
msgid "Admin Bar Control"
|
2387 |
msgstr ""
|
2388 |
|
|
|
2389 |
#: src/AdminBarDashboardAccess/include.settings-page.php:47
|
2390 |
+
msgid "Select the user roles that the admin bar will be disabled for. It will be disabled for everyone except admins if none is checked."
|
|
|
|
|
2391 |
msgstr ""
|
2392 |
|
|
|
|
|
2393 |
#: src/AdminBarDashboardAccess/include.settings-page.php:63
|
2394 |
#: src/AdminBarDashboardAccess/include.settings-page.php:81
|
2395 |
msgid "Dashboard Access Control"
|
2396 |
msgstr ""
|
2397 |
|
|
|
2398 |
#: src/AdminBarDashboardAccess/include.settings-page.php:70
|
2399 |
msgid "Disable Dashboard Access"
|
2400 |
msgstr ""
|
2401 |
|
|
|
2402 |
#: src/AdminBarDashboardAccess/include.settings-page.php:75
|
2403 |
msgid "Check to disable dashboard access for everyone."
|
2404 |
msgstr ""
|
2405 |
|
|
|
2406 |
#: src/AdminBarDashboardAccess/include.settings-page.php:91
|
2407 |
+
msgid "Select the user roles that dashboard access will be disabled for. It will be disabled for everyone except admins if none is checked."
|
|
|
|
|
2408 |
msgstr ""
|
2409 |
|
|
|
2410 |
#: src/AdminBarDashboardAccess/include.settings-page.php:97
|
2411 |
msgid "Dashboard Redirect URL"
|
2412 |
msgstr ""
|
2413 |
|
|
|
2414 |
#: src/AdminBarDashboardAccess/include.settings-page.php:102
|
2415 |
+
msgid "Enter URL to redirect users to without dashboard access. If empty, users will be redirected to website homepage."
|
|
|
|
|
2416 |
msgstr ""
|
2417 |
|
|
|
2418 |
#: src/Classes/AdminNotices.php:100
|
2419 |
+
msgid "Hey, I noticed you have been using ProfilePress for at least 7 days now - that's awesome! Could you please do us a BIG favor and give it a %1$s5-star rating on WordPress?%2$s This will help us spread the word and boost our motivation - thanks!"
|
|
|
|
|
|
|
|
|
2420 |
msgstr ""
|
2421 |
|
|
|
2422 |
#: src/Classes/AdminNotices.php:104
|
2423 |
msgid "Sure! I'd love to give a review"
|
2424 |
msgstr ""
|
2425 |
|
|
|
2426 |
#: src/Classes/AdminNotices.php:106
|
2427 |
msgid "Dismiss Forever"
|
2428 |
msgstr ""
|
2429 |
|
|
|
2430 |
#: src/Classes/AdminNotices.php:125
|
2431 |
msgid "Change Permalink Structure"
|
2432 |
msgstr ""
|
2433 |
|
|
|
2434 |
#: src/Classes/AdminNotices.php:129
|
2435 |
+
msgid "Your site permalink structure is currently set to <code>Plain</code>. This setting is not compatible with ProfilePress. Change your permalink structure to any other setting to avoid issues. We recommend <code>Post name</code>.</p><p>%s"
|
|
|
|
|
|
|
|
|
2436 |
msgstr ""
|
2437 |
|
|
|
2438 |
#: src/Classes/AdminNotices.php:151
|
2439 |
+
msgid "Important news! %1$sWP User Avatar%2$s is now %1$sProfilePress%2$s. We added new features such as member directories, frontend user registration & login forms, user profile, content protection and more. %3$sCheck Them Out%5$s | %4$sDismiss Notice%5$s"
|
|
|
|
|
|
|
|
|
2440 |
msgstr ""
|
2441 |
|
|
|
2442 |
#: src/Classes/AdminNotices.php:170
|
2443 |
+
msgid "ProfilePress needs to create several pages (User Profiles, My Account, Registration, Login, Password Reset, Member Directory) to function correctly."
|
|
|
|
|
2444 |
msgstr ""
|
2445 |
|
|
|
2446 |
#: src/Classes/AdminNotices.php:173
|
2447 |
msgid "Create Pages"
|
2448 |
msgstr ""
|
2449 |
|
|
|
2450 |
#: src/Classes/AdminNotices.php:173
|
2451 |
msgid "No Thanks"
|
2452 |
msgstr ""
|
2453 |
|
|
|
2454 |
#: src/Classes/AdminNotices.php:201
|
2455 |
+
msgid "User registration currently disabled. To enable, Go to <a href=\"%1$s\">Settings -> General</a>, and under Membership, check \"Anyone can register\""
|
|
|
|
|
|
|
2456 |
msgstr ""
|
2457 |
|
|
|
2458 |
#: src/Classes/AjaxHandler.php:45
|
2459 |
+
msgid "Melange is a way to combine login, registration & password reset forms in a single form."
|
|
|
|
|
2460 |
msgstr ""
|
2461 |
|
|
|
2462 |
#: src/Classes/AjaxHandler.php:49
|
2463 |
msgid "Select Form Type"
|
2464 |
msgstr ""
|
2465 |
|
|
|
2466 |
#: src/Classes/AjaxHandler.php:50
|
2467 |
msgid "Loading..."
|
2468 |
msgstr ""
|
2469 |
|
|
|
2470 |
#: src/Classes/AjaxHandler.php:101
|
2471 |
msgid "Create from Scratch"
|
2472 |
msgstr ""
|
2473 |
|
|
|
2474 |
#: src/Classes/AjaxHandler.php:107
|
2475 |
msgid "Do it Yourself"
|
2476 |
msgstr ""
|
2477 |
|
|
|
2478 |
#: src/Classes/AjaxHandler.php:110
|
2479 |
msgid "Get Started Creating Your Own Form"
|
2480 |
msgstr ""
|
2481 |
|
|
|
2482 |
#: src/Classes/AjaxHandler.php:151
|
2483 |
msgid "Select this template"
|
2484 |
msgstr ""
|
2485 |
|
|
|
|
|
2486 |
#: src/Classes/AjaxHandler.php:152
|
2487 |
#: src/ContentProtection/ContentConditions.php:274
|
2488 |
msgid "Select Template"
|
2489 |
msgstr ""
|
2490 |
|
|
|
2491 |
#: src/Classes/AjaxHandler.php:161
|
2492 |
msgid "Enter a Name"
|
2493 |
msgstr ""
|
2494 |
|
|
|
|
|
|
|
2495 |
#: src/Classes/AjaxHandler.php:217 src/Classes/AjaxHandler.php:240
|
2496 |
#: src/Classes/PasswordReset.php:360
|
2497 |
msgid "Unexpected error. Please try again."
|
2498 |
msgstr ""
|
2499 |
|
|
|
2500 |
#: src/Classes/AjaxHandler.php:249
|
2501 |
msgid "Form with similar name exist already."
|
2502 |
msgstr ""
|
2503 |
|
|
|
2504 |
#: src/Classes/AjaxHandler.php:532
|
2505 |
msgid "Security validation failed. Try again"
|
2506 |
msgstr ""
|
2507 |
|
|
|
|
|
2508 |
#: src/Classes/EditUserProfile.php:28
|
2509 |
#: src/ShortcodeParser/MyAccount/email-notifications.tmpl.php:18
|
2510 |
msgid "Account was updated successfully."
|
2511 |
msgstr ""
|
2512 |
|
|
|
2513 |
#: src/Classes/EditUserProfile.php:124
|
2514 |
msgid "Email address is invalid. Please try again"
|
2515 |
msgstr ""
|
2516 |
|
|
|
2517 |
#: src/Classes/EditUserProfile.php:128
|
2518 |
msgid "Email address confirmation is invalid. Please try again"
|
2519 |
msgstr ""
|
2520 |
|
|
|
2521 |
#: src/Classes/EditUserProfile.php:132
|
2522 |
msgid "Email addresses do not match. Please try again"
|
2523 |
msgstr ""
|
2524 |
|
|
|
|
|
2525 |
#: src/Classes/EditUserProfile.php:141 src/Classes/EditUserProfile.php:150
|
2526 |
msgid "Password do not match. Please try again."
|
2527 |
msgstr ""
|
2528 |
|
|
|
2529 |
#: src/Classes/EditUserProfile.php:146
|
2530 |
msgid "Password is empty or do not match. Please try again."
|
2531 |
msgstr ""
|
2532 |
|
|
|
2533 |
#: src/Classes/EditUserProfile.php:322
|
2534 |
msgid "Something unexpected happened. Please try again"
|
2535 |
msgstr ""
|
2536 |
|
|
|
2537 |
#: src/Classes/ExtensionManager.php:57
|
2538 |
+
msgid "Collect unlimited additional information from users besides the standard profile data."
|
|
|
|
|
2539 |
msgstr ""
|
2540 |
|
|
|
2541 |
#: src/Classes/ExtensionManager.php:61
|
2542 |
msgid "Email Confirmation"
|
2543 |
msgstr ""
|
2544 |
|
|
|
2545 |
#: src/Classes/ExtensionManager.php:63
|
2546 |
+
msgid "Ensure newly registered users confirm their email addresses before they can log in."
|
|
|
|
|
2547 |
msgstr ""
|
2548 |
|
|
|
2549 |
#: src/Classes/ExtensionManager.php:67
|
2550 |
msgid "Two-Factor Authentication (2FA)"
|
2551 |
msgstr ""
|
2552 |
|
|
|
2553 |
#: src/Classes/ExtensionManager.php:69
|
2554 |
+
msgid "Adds an additional layer of security to users accounts by requiring more than just a password to log in."
|
|
|
|
|
2555 |
msgstr ""
|
2556 |
|
|
|
2557 |
#: src/Classes/ExtensionManager.php:73
|
2558 |
msgid "User Moderation"
|
2559 |
msgstr ""
|
2560 |
|
|
|
2561 |
#: src/Classes/ExtensionManager.php:75
|
2562 |
+
msgid "Decide whether to approve newly registered users or not. You can also block and unblock users at any time."
|
|
|
|
|
2563 |
msgstr ""
|
2564 |
|
|
|
2565 |
#: src/Classes/ExtensionManager.php:79
|
2566 |
msgid "Social Login"
|
2567 |
msgstr ""
|
2568 |
|
|
|
2569 |
#: src/Classes/ExtensionManager.php:81
|
2570 |
+
msgid "Let users easily register/login to your site using their social network accounts (Facebook, Twitter, Google, LinkedIn, GitHub, VK)."
|
|
|
|
|
2571 |
msgstr ""
|
2572 |
|
|
|
2573 |
#: src/Classes/ExtensionManager.php:87
|
2574 |
+
msgid "Let users log in to your website via a one-time URL sent to their email addresses."
|
|
|
|
|
2575 |
msgstr ""
|
2576 |
|
|
|
2577 |
#: src/Classes/ExtensionManager.php:91
|
2578 |
msgid "Google reCAPTCHA"
|
2579 |
msgstr ""
|
2580 |
|
|
|
2581 |
#: src/Classes/ExtensionManager.php:93
|
2582 |
msgid "Protect your forms against spam and bot attacks."
|
2583 |
msgstr ""
|
2584 |
|
|
|
2585 |
#: src/Classes/ExtensionManager.php:97
|
2586 |
msgid "Join BuddyPress Groups"
|
2587 |
msgstr ""
|
2588 |
|
|
|
2589 |
#: src/Classes/ExtensionManager.php:99
|
2590 |
msgid "Let users select the BuddyPress groups to join during registration."
|
2591 |
msgstr ""
|
2592 |
|
|
|
|
|
2593 |
#: src/Classes/ExtensionManager.php:102 src/Classes/ExtensionManager.php:111
|
2594 |
msgid "BuddyPress plugin is not active"
|
2595 |
msgstr ""
|
2596 |
|
|
|
2597 |
#: src/Classes/ExtensionManager.php:106
|
2598 |
msgid "BuddyPress Profile Sync"
|
2599 |
msgstr ""
|
2600 |
|
|
|
2601 |
#: src/Classes/ExtensionManager.php:108
|
2602 |
+
msgid "It provides a 2-way synchronization between WordPress profile fields and BuddyPress extended profile."
|
|
|
|
|
2603 |
msgstr ""
|
2604 |
|
|
|
2605 |
#: src/Classes/ExtensionManager.php:115
|
2606 |
msgid "Site Creation"
|
2607 |
msgstr ""
|
2608 |
|
|
|
2609 |
#: src/Classes/ExtensionManager.php:117
|
2610 |
+
msgid "Allow users to create new sites on a multisite network via a registration form powered by ProfilePress."
|
|
|
|
|
2611 |
msgstr ""
|
2612 |
|
|
|
2613 |
#: src/Classes/ExtensionManager.php:120
|
2614 |
msgid "This is not a multisite installation"
|
2615 |
msgstr ""
|
2616 |
|
|
|
2617 |
#: src/Classes/ExtensionManager.php:124
|
2618 |
msgid "WooCommerce"
|
2619 |
msgstr ""
|
2620 |
|
|
|
2621 |
#: src/Classes/ExtensionManager.php:126
|
2622 |
+
msgid "It allows you to manage WooCommerce billing and shipping fields, replaces WooCommerce login and edit account forms in checkout and “My Account” pages with that of ProfilePress."
|
|
|
|
|
|
|
2623 |
msgstr ""
|
2624 |
|
|
|
2625 |
#: src/Classes/ExtensionManager.php:129
|
2626 |
msgid "WooCommerce is not active"
|
2627 |
msgstr ""
|
2628 |
|
|
|
2629 |
#: src/Classes/ExtensionManager.php:133
|
2630 |
msgid "Mailchimp"
|
2631 |
msgstr ""
|
2632 |
|
|
|
2633 |
#: src/Classes/ExtensionManager.php:135
|
2634 |
+
msgid "Subscribe members to your Mailchimp audiences when they register and automatically sync profile changes with Mailchimp."
|
|
|
|
|
2635 |
msgstr ""
|
2636 |
|
|
|
2637 |
#: src/Classes/ExtensionManager.php:139
|
2638 |
msgid "Campaign Monitor"
|
2639 |
msgstr ""
|
2640 |
|
|
|
2641 |
#: src/Classes/ExtensionManager.php:141
|
2642 |
+
msgid "Subscribe members to your Campaign Monitor lists when they register and automatically sync profile changes with Campaign Monitor."
|
|
|
|
|
2643 |
msgstr ""
|
2644 |
|
|
|
2645 |
#: src/Classes/ExtensionManager.php:145
|
2646 |
msgid "Akismet"
|
2647 |
msgstr ""
|
2648 |
|
|
|
2649 |
#: src/Classes/ExtensionManager.php:147
|
2650 |
+
msgid "Block spam and bot user registrations with Akismet and keep your membership site safe and secured."
|
|
|
|
|
2651 |
msgstr ""
|
2652 |
|
|
|
2653 |
#: src/Classes/ExtensionManager.php:151
|
2654 |
msgid "Polylang"
|
2655 |
msgstr ""
|
2656 |
|
|
|
2657 |
#: src/Classes/ExtensionManager.php:153
|
2658 |
+
msgid "It allows you to build multilingual login, registration, password reset and edit profile forms."
|
|
|
|
|
2659 |
msgstr ""
|
2660 |
|
|
|
2661 |
#: src/Classes/ExtensionManager.php:156
|
2662 |
msgid "Polylang plugin is not active"
|
2663 |
msgstr ""
|
2664 |
|
|
|
2665 |
#: src/Classes/FileUploader.php:60
|
2666 |
msgid "Unexpected error with file upload, Please try again."
|
2667 |
msgstr ""
|
2668 |
|
|
|
2669 |
#: src/Classes/FileUploader.php:76
|
2670 |
msgid "Uploaded file is greater than the allowed sized of %s"
|
2671 |
msgstr ""
|
2672 |
|
|
|
2673 |
#: src/Classes/FileUploader.php:99
|
2674 |
msgid "appears to be of an invalid file format. Please try again."
|
2675 |
msgstr ""
|
2676 |
|
|
|
2677 |
#: src/Classes/FileUploader.php:130
|
2678 |
msgid "Unable to save %s, please try again."
|
2679 |
msgstr ""
|
2680 |
|
|
|
2681 |
#: src/Classes/FileUploader.php:157
|
2682 |
msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
|
2683 |
msgstr ""
|
2684 |
|
|
|
2685 |
#: src/Classes/FileUploader.php:160
|
2686 |
+
msgid "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form"
|
|
|
|
|
2687 |
msgstr ""
|
2688 |
|
|
|
2689 |
#: src/Classes/FileUploader.php:163
|
2690 |
msgid "The uploaded file was only partially uploaded"
|
2691 |
msgstr ""
|
2692 |
|
|
|
2693 |
#: src/Classes/FileUploader.php:166
|
2694 |
msgid "No file was uploaded"
|
2695 |
msgstr ""
|
2696 |
|
|
|
2697 |
#: src/Classes/FileUploader.php:169
|
2698 |
msgid "Missing a temporary folder"
|
2699 |
msgstr ""
|
2700 |
|
|
|
2701 |
#: src/Classes/FileUploader.php:172
|
2702 |
msgid "Failed to write file to disk"
|
2703 |
msgstr ""
|
2704 |
|
|
|
2705 |
#: src/Classes/FileUploader.php:175
|
2706 |
msgid "File upload stopped by extension"
|
2707 |
msgstr ""
|
2708 |
|
|
|
2709 |
#: src/Classes/FormPreviewHandler.php:53
|
2710 |
msgid "You must be logged in to preview a form."
|
2711 |
msgstr ""
|
2712 |
|
|
|
|
|
|
|
2713 |
#: src/Classes/FormRepository.php:166 src/Themes/DragDrop/AbstractTheme.php:124
|
2714 |
#: src/Widgets/TabbedWidget.php:87
|
2715 |
msgid "Processing"
|
2716 |
msgstr ""
|
2717 |
|
2718 |
+
#: src/Classes/GDPR.php:19 src/Classes/GDPR.php:62 src/Classes/GDPR.php:108
|
|
|
|
|
|
|
2719 |
msgid "User Extra Information"
|
2720 |
msgstr ""
|
2721 |
|
|
|
2722 |
#: src/Classes/ImageUploader.php:32
|
2723 |
msgid "Unexpected error with image upload, Please try again."
|
2724 |
msgstr ""
|
2725 |
|
|
|
2726 |
#: src/Classes/ImageUploader.php:35
|
2727 |
msgid "Uploaded image"
|
2728 |
msgstr ""
|
2729 |
|
|
|
2730 |
#: src/Classes/ImageUploader.php:63
|
2731 |
msgid "%s is greater than the allowed sized of %s"
|
2732 |
msgstr ""
|
2733 |
|
|
|
2734 |
#: src/Classes/ImageUploader.php:83
|
2735 |
msgid "Uploaded file is not an image."
|
2736 |
msgstr ""
|
2737 |
|
|
|
2738 |
#: src/Classes/ImageUploader.php:119
|
2739 |
msgid "Unable to save file, please try again."
|
2740 |
msgstr ""
|
2741 |
|
|
|
2742 |
#: src/Classes/PasswordReset.php:100
|
2743 |
msgid "<strong>ERROR</strong>: Password reset email is disabled."
|
2744 |
msgstr ""
|
2745 |
|
|
|
2746 |
#: src/Classes/PasswordReset.php:106
|
2747 |
msgid "<strong>ERROR</strong>: Enter a username or e-mail address."
|
2748 |
msgstr ""
|
2749 |
|
|
|
2750 |
#: src/Classes/PasswordReset.php:112
|
2751 |
+
msgid "<strong>ERROR</strong>: There is no user registered with that email address."
|
|
|
2752 |
msgstr ""
|
2753 |
|
|
|
2754 |
#: src/Classes/PasswordReset.php:120
|
2755 |
msgid "<strong>ERROR</strong>: Invalid username or e-mail."
|
2756 |
msgstr ""
|
2757 |
|
|
|
|
|
2758 |
#: src/Classes/PasswordReset.php:206 src/Themes/DragDrop/AbstractTheme.php:118
|
2759 |
msgid "Check your email for further instruction."
|
2760 |
msgstr ""
|
2761 |
|
|
|
2762 |
#: src/Classes/PasswordReset.php:338
|
2763 |
msgid "Sorry, that key appears to be invalid."
|
2764 |
msgstr ""
|
2765 |
|
|
|
|
|
2766 |
#: src/Classes/PasswordReset.php:341 src/ShortcodeParser/FormProcessor.php:75
|
2767 |
msgid "Passwords do not match."
|
2768 |
msgstr ""
|
2769 |
|
|
|
2770 |
#: src/Classes/PasswordReset.php:344
|
2771 |
msgid "Please enter your password."
|
2772 |
msgstr ""
|
2773 |
|
|
|
2774 |
#: src/Classes/PasswordReset.php:347
|
2775 |
msgid "Sorry, that key does not appear to be valid."
|
2776 |
msgstr ""
|
2777 |
|
|
|
2778 |
#: src/Classes/PasswordReset.php:350
|
2779 |
msgid "Password is not strong enough."
|
2780 |
msgstr ""
|
2781 |
|
|
|
2782 |
#: src/Classes/PasswordReset.php:353
|
2783 |
msgid "You have successfully changed your password"
|
2784 |
msgstr ""
|
2785 |
|
|
|
2786 |
#: src/Classes/PasswordReset.php:356
|
2787 |
msgid "Log in"
|
2788 |
msgstr ""
|
2789 |
|
|
|
2790 |
#: src/Classes/RegistrationAuth.php:222
|
2791 |
msgid "%s field is required"
|
2792 |
msgstr ""
|
2793 |
|
|
|
2794 |
#: src/Classes/RegistrationAuth.php:231
|
2795 |
+
msgid "<strong>ERROR</strong>: This username is invalid because it uses illegal characters. Please enter a valid username."
|
|
|
|
|
2796 |
msgstr ""
|
2797 |
|
|
|
2798 |
#: src/Classes/RegistrationAuth.php:235
|
2799 |
msgid "Email address is not valid"
|
2800 |
msgstr ""
|
2801 |
|
|
|
2802 |
#: src/Classes/RegistrationAuth.php:239
|
2803 |
msgid "Passwords do not match"
|
2804 |
msgstr ""
|
2805 |
|
|
|
2806 |
#: src/Classes/RegistrationAuth.php:243
|
2807 |
msgid "Email addresses do not match"
|
2808 |
msgstr ""
|
2809 |
|
|
|
2810 |
#: src/Classes/RegistrationAuth.php:247
|
2811 |
msgid "Password is not strong"
|
2812 |
msgstr ""
|
2813 |
|
|
|
|
|
2814 |
#: src/Classes/RegistrationAuth.php:413
|
2815 |
#: src/Themes/DragDrop/AbstractTheme.php:110
|
2816 |
msgid "Registration successful."
|
2817 |
msgstr ""
|
2818 |
|
|
|
2819 |
#: src/Classes/UserSignupLocationListingPage.php:21
|
2820 |
msgid "Registered Via"
|
2821 |
msgstr ""
|
2822 |
|
|
|
|
|
2823 |
#: src/Classes/UserSignupLocationListingPage.php:43
|
2824 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:284
|
2825 |
msgid "Facebook"
|
2826 |
msgstr ""
|
2827 |
|
|
|
|
|
2828 |
#: src/Classes/UserSignupLocationListingPage.php:47
|
2829 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:285
|
2830 |
msgid "Twitter"
|
2831 |
msgstr ""
|
2832 |
|
|
|
|
|
2833 |
#: src/Classes/UserSignupLocationListingPage.php:51
|
2834 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:286
|
2835 |
msgid "Google"
|
2836 |
msgstr ""
|
2837 |
|
|
|
|
|
2838 |
#: src/Classes/UserSignupLocationListingPage.php:55
|
2839 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:287
|
2840 |
msgid "LinkedIn"
|
2841 |
msgstr ""
|
2842 |
|
|
|
|
|
2843 |
#: src/Classes/UserSignupLocationListingPage.php:59
|
2844 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:288
|
2845 |
msgid "GitHub"
|
2846 |
msgstr ""
|
2847 |
|
|
|
2848 |
#: src/Classes/UserSignupLocationListingPage.php:63
|
2849 |
msgid "Vkontakte"
|
2850 |
msgstr ""
|
2851 |
|
|
|
|
|
2852 |
#: src/Classes/UserSignupLocationListingPage.php:66
|
2853 |
#: src/Widgets/TabbedWidget.php:16
|
2854 |
msgid "ProfilePress Tabbed Widget"
|
2855 |
msgstr ""
|
2856 |
|
|
|
2857 |
#: src/Classes/UsernameEmailRestrictLogin.php:24
|
2858 |
msgid "<strong>ERROR</strong>: Invalid email address or incorrect password."
|
2859 |
msgstr ""
|
2860 |
|
|
|
2861 |
#: src/Classes/UsernameEmailRestrictLogin.php:25
|
2862 |
msgid "<strong>ERROR</strong>: Invalid username or incorrect password."
|
2863 |
msgstr ""
|
2864 |
|
|
|
2865 |
#: src/Classes/WelcomeEmailAfterSignup.php:37
|
2866 |
msgid "[Your Password]"
|
2867 |
msgstr ""
|
2868 |
|
|
|
2869 |
#: src/ContentProtection/ContentConditions.php:111
|
2870 |
msgid "or"
|
2871 |
msgstr ""
|
2872 |
|
|
|
2873 |
#: src/ContentProtection/ContentConditions.php:114
|
2874 |
msgid "Select a condition"
|
2875 |
msgstr ""
|
2876 |
|
|
|
|
|
2877 |
#: src/ContentProtection/ContentConditions.php:146
|
2878 |
#: src/ContentProtection/ContentConditions.php:151
|
2879 |
msgid "AND"
|
2880 |
msgstr ""
|
2881 |
|
|
|
2882 |
#: src/ContentProtection/ContentConditions.php:174
|
2883 |
msgid "OR"
|
2884 |
msgstr ""
|
2885 |
|
|
|
2886 |
#: src/ContentProtection/ContentConditions.php:216
|
2887 |
msgid "%s Archive Page"
|
2888 |
msgstr ""
|
2889 |
|
|
|
2890 |
#: src/ContentProtection/ContentConditions.php:223
|
2891 |
msgid "All %s"
|
2892 |
msgstr ""
|
2893 |
|
|
|
2894 |
#: src/ContentProtection/ContentConditions.php:230
|
2895 |
msgid "Selected %s"
|
2896 |
msgstr ""
|
2897 |
|
|
|
|
|
|
|
|
|
|
|
2898 |
#: src/ContentProtection/ContentConditions.php:232
|
2899 |
#: src/ContentProtection/ContentConditions.php:245
|
2900 |
#: src/ContentProtection/ContentConditions.php:257
|
2903 |
msgid "Select %s"
|
2904 |
msgstr ""
|
2905 |
|
|
|
2906 |
#: src/ContentProtection/ContentConditions.php:242
|
2907 |
msgid "Child %s of"
|
2908 |
msgstr ""
|
2909 |
|
|
|
2910 |
#: src/ContentProtection/ContentConditions.php:243
|
2911 |
msgid "Child of Selected %s"
|
2912 |
msgstr ""
|
2913 |
|
|
|
2914 |
#: src/ContentProtection/ContentConditions.php:254
|
2915 |
msgid "Parent %s of"
|
2916 |
msgstr ""
|
2917 |
|
|
|
2918 |
#: src/ContentProtection/ContentConditions.php:255
|
2919 |
msgid "Parent of Selected %s"
|
2920 |
msgstr ""
|
2921 |
|
|
|
2922 |
#: src/ContentProtection/ContentConditions.php:270
|
2923 |
msgid "Template"
|
2924 |
msgstr ""
|
2925 |
|
|
|
2926 |
#: src/ContentProtection/ContentConditions.php:271
|
2927 |
msgid "%s with Template"
|
2928 |
msgstr ""
|
2929 |
|
|
|
2930 |
#: src/ContentProtection/ContentConditions.php:285
|
2931 |
msgid "Home or Front Page"
|
2932 |
msgstr ""
|
2933 |
|
|
|
2934 |
#: src/ContentProtection/ContentConditions.php:291
|
2935 |
msgid "Blog or Posts Page"
|
2936 |
msgstr ""
|
2937 |
|
|
|
2938 |
#: src/ContentProtection/ContentConditions.php:297
|
2939 |
msgid "Search Result Page"
|
2940 |
msgstr ""
|
2941 |
|
|
|
2942 |
#: src/ContentProtection/ContentConditions.php:303
|
2943 |
msgid "404 Error Page"
|
2944 |
msgstr ""
|
2945 |
|
|
|
2946 |
#: src/ContentProtection/ContentConditions.php:329
|
2947 |
msgid "%1$s with %2$s"
|
2948 |
msgstr ""
|
2949 |
|
|
|
2950 |
#: src/ContentProtection/ContentConditions.php:353
|
2951 |
msgid "%s (%s)"
|
2952 |
msgstr ""
|
2953 |
|
|
|
2954 |
#: src/ContentProtection/ContentConditions.php:357
|
2955 |
msgid "All %s Archive Pages"
|
2956 |
msgstr ""
|
2957 |
|
|
|
|
|
2958 |
#: src/ContentProtection/ContentConditions.php:358
|
2959 |
#: src/ContentProtection/ContentConditions.php:364
|
2960 |
msgid "%s Archive"
|
2961 |
msgstr ""
|
2962 |
|
|
|
2963 |
#: src/ContentProtection/ContentConditions.php:365
|
2964 |
msgid "Selected %s Archive Pages"
|
2965 |
msgstr ""
|
2966 |
|
|
|
|
|
2967 |
#: src/ContentProtection/SettingsPage.php:42
|
2968 |
#: src/ContentProtection/SettingsPage.php:60
|
2969 |
msgid "Content Protection"
|
2970 |
msgstr ""
|
2971 |
|
|
|
2972 |
#: src/ContentProtection/SettingsPage.php:45
|
2973 |
msgid "Edit Protection Rule"
|
2974 |
msgstr ""
|
2975 |
|
|
|
2976 |
#: src/ContentProtection/SettingsPage.php:49
|
2977 |
msgid "Add Protection Rule"
|
2978 |
msgstr ""
|
2979 |
|
|
|
2980 |
#: src/ContentProtection/SettingsPage.php:81
|
2981 |
msgid "Protection Rules"
|
2982 |
msgstr ""
|
2983 |
|
|
|
2984 |
#: src/ContentProtection/SettingsPage.php:126
|
2985 |
msgid "Title cannot be empty."
|
2986 |
msgstr ""
|
2987 |
|
|
|
|
|
2988 |
#: src/ContentProtection/SettingsPage.php:160
|
2989 |
#: src/Themes/DragDrop/AbstractTheme.php:114
|
2990 |
msgid "Changes saved."
|
2991 |
msgstr ""
|
2992 |
|
|
|
2993 |
#: src/ContentProtection/SettingsPage.php:181
|
2994 |
msgid "Add a Protection Rule"
|
2995 |
msgstr ""
|
2996 |
|
|
|
2997 |
#: src/ContentProtection/WPListTable.php:21
|
2998 |
msgid "No protection rule found."
|
2999 |
msgstr ""
|
3000 |
|
|
|
3001 |
#: src/ContentProtection/WPListTable.php:29
|
3002 |
msgid "Protected Contents"
|
3003 |
msgstr ""
|
3004 |
|
|
|
3005 |
#: src/ContentProtection/WPListTable.php:89
|
3006 |
msgid "Deactivate"
|
3007 |
msgstr ""
|
3008 |
|
|
|
|
|
3009 |
#: src/ContentProtection/WPListTable.php:196
|
3010 |
#: src/ContentProtection/views/view.access-condition.php:24
|
3011 |
msgid "Everyone"
|
3012 |
msgstr ""
|
3013 |
|
|
|
|
|
3014 |
#: src/ContentProtection/WPListTable.php:199
|
3015 |
#: src/ContentProtection/views/view.access-condition.php:25
|
3016 |
msgid "Logged in users"
|
3017 |
msgstr ""
|
3018 |
|
|
|
|
|
3019 |
#: src/ContentProtection/WPListTable.php:202
|
3020 |
#: src/ContentProtection/views/view.access-condition.php:26
|
3021 |
msgid "Logged out users"
|
3022 |
msgstr ""
|
3023 |
|
|
|
3024 |
#: src/ContentProtection/views/include.shortcode-doc-sidebar.php:5
|
3025 |
+
msgid "To restrict contents in a post or page, we provide the below shortcode. %sLearn more%s"
|
|
|
|
|
3026 |
msgstr ""
|
3027 |
|
|
|
3028 |
#: src/ContentProtection/views/include.shortcode-doc-sidebar.php:11
|
3029 |
msgid "Content to restrict will go here"
|
3030 |
msgstr ""
|
3031 |
|
|
|
3032 |
#: src/ContentProtection/views/include.view-sidebar.php:18
|
3033 |
msgid "Save Rule"
|
3034 |
msgstr ""
|
3035 |
|
|
|
3036 |
#: src/ContentProtection/views/include.view.php:16
|
3037 |
msgid "Content to Protect"
|
3038 |
msgstr ""
|
3039 |
|
|
|
3040 |
#: src/ContentProtection/views/include.view.php:27
|
3041 |
msgid "Access Condition"
|
3042 |
msgstr ""
|
3043 |
|
|
|
3044 |
#: src/ContentProtection/views/include.view.php:38
|
3045 |
msgid "Publish"
|
3046 |
msgstr ""
|
3047 |
|
|
|
3048 |
#: src/ContentProtection/views/include.view.php:50
|
3049 |
msgid "Restrict Content Shortcode"
|
3050 |
msgstr ""
|
3051 |
|
|
|
3052 |
#: src/ContentProtection/views/include.view.php:79
|
3053 |
msgid "Add title"
|
3054 |
msgstr ""
|
3055 |
|
|
|
3056 |
#: src/ContentProtection/views/view.access-condition.php:20
|
3057 |
msgid "Who can access the content?"
|
3058 |
msgstr ""
|
3059 |
|
|
|
3060 |
#: src/ContentProtection/views/view.access-condition.php:32
|
3061 |
msgid "Select roles that can access content"
|
3062 |
msgstr ""
|
3063 |
|
|
|
3064 |
#: src/ContentProtection/views/view.access-condition.php:47
|
3065 |
msgid "Select specific users that can access content"
|
3066 |
msgstr ""
|
3067 |
|
|
|
3068 |
#: src/ContentProtection/views/view.access-condition.php:62
|
3069 |
msgid "What happens when users without access tries to view content?"
|
3070 |
msgstr ""
|
3071 |
|
|
|
3072 |
#: src/ContentProtection/views/view.access-condition.php:67
|
3073 |
msgid "Show access restricted message"
|
3074 |
msgstr ""
|
3075 |
|
|
|
3076 |
#: src/ContentProtection/views/view.access-condition.php:68
|
3077 |
msgid "Redirect user"
|
3078 |
msgstr ""
|
3079 |
|
|
|
3080 |
#: src/ContentProtection/views/view.access-condition.php:75
|
3081 |
msgid "Message to show to unauthorized users"
|
3082 |
msgstr ""
|
3083 |
|
|
|
3084 |
#: src/ContentProtection/views/view.access-condition.php:80
|
3085 |
msgid "Global Restrict Access Message"
|
3086 |
msgstr ""
|
3087 |
|
|
|
3088 |
#: src/ContentProtection/views/view.access-condition.php:81
|
3089 |
msgid "Custom message"
|
3090 |
msgstr ""
|
3091 |
|
|
|
3092 |
#: src/ContentProtection/views/view.access-condition.php:82
|
3093 |
msgid "Post Excerpt"
|
3094 |
msgstr ""
|
3095 |
|
|
|
3096 |
#: src/ContentProtection/views/view.access-condition.php:83
|
3097 |
msgid "Post Excerpt + Global Restrict Access Message"
|
3098 |
msgstr ""
|
3099 |
|
|
|
3100 |
#: src/ContentProtection/views/view.access-condition.php:84
|
3101 |
msgid "Post Excerpt + Custom Message"
|
3102 |
msgstr ""
|
3103 |
|
|
|
3104 |
#: src/ContentProtection/views/view.access-condition.php:88
|
3105 |
msgid "Note that Global Restrict Access Message can be %scustomized here%s."
|
3106 |
msgstr ""
|
3107 |
|
|
|
3108 |
#: src/ContentProtection/views/view.access-condition.php:97
|
3109 |
msgid "Custom Restricted Message"
|
3110 |
msgstr ""
|
3111 |
|
|
|
3112 |
#: src/ContentProtection/views/view.access-condition.php:119
|
3113 |
msgid "Where should users be redirected to?"
|
3114 |
msgstr ""
|
3115 |
|
|
|
3116 |
#: src/ContentProtection/views/view.access-condition.php:124
|
3117 |
msgid "Login page"
|
3118 |
msgstr ""
|
3119 |
|
|
|
3120 |
#: src/ContentProtection/views/view.access-condition.php:132
|
3121 |
msgid "Redirect URL"
|
3122 |
msgstr ""
|
3123 |
|
3124 |
#. translators: %s: User login.
|
3125 |
+
|
3126 |
#: src/Functions/GlobalFunctions.php:797
|
3127 |
msgid "Username: %s"
|
3128 |
msgstr ""
|
3129 |
|
|
|
3130 |
#: src/Functions/GlobalFunctions.php:798
|
3131 |
msgid "To set your password, visit the following address:"
|
3132 |
msgstr ""
|
3133 |
|
3134 |
#. translators: Login details notification email subject. %s: Site title.
|
3135 |
+
|
3136 |
#: src/Functions/GlobalFunctions.php:806
|
3137 |
msgid "[%s] Login Details"
|
3138 |
msgstr ""
|
3139 |
|
|
|
3140 |
#: src/Functions/GlobalFunctions.php:1104
|
3141 |
+
msgid "It must be unique for each field, not a reserve text, in lowercase letters only with an underscore ( _ ) separating words e.g job_title"
|
|
|
|
|
3142 |
msgstr ""
|
3143 |
|
|
|
3144 |
#: src/Functions/GlobalFunctions.php:1225
|
3145 |
msgid "%s (WooCommerce Billing Address)"
|
3146 |
msgstr ""
|
3147 |
|
|
|
3148 |
#: src/Functions/GlobalFunctions.php:1229
|
3149 |
msgid "%s (WooCommerce Shipping Address)"
|
3150 |
msgstr ""
|
3151 |
|
|
|
3152 |
#: src/Functions/GlobalFunctions.php:1273
|
3153 |
msgid "First and Last Names"
|
3154 |
msgstr ""
|
3155 |
|
|
|
3156 |
#: src/Functions/GlobalFunctions.php:1274
|
3157 |
msgid "Last and First Names"
|
3158 |
msgstr ""
|
3159 |
|
|
|
3160 |
#: src/Functions/GlobalFunctions.php:1282
|
3161 |
msgid "Registration Date"
|
3162 |
msgstr ""
|
3163 |
|
3164 |
+
#: src/Functions/GlobalFunctions.php:1400
|
|
|
3165 |
msgid "There was an problem while verifying your file."
|
3166 |
msgstr ""
|
3167 |
|
3168 |
+
#: src/Functions/GlobalFunctions.php:1405
|
|
|
3169 |
msgid "Sorry, this file extension is not permitted for security reasons."
|
3170 |
msgstr ""
|
3171 |
|
3172 |
+
#: src/Functions/GlobalFunctions.php:1409
|
|
|
3173 |
msgid "Sorry, this file type is not permitted for security reasons."
|
3174 |
msgstr ""
|
3175 |
|
3176 |
+
#: src/Functions/GlobalFunctions.php:1413
|
3177 |
+
#: src/Functions/GlobalFunctions.php:1417
|
|
|
|
|
3178 |
msgid "Error: The file you uploaded is not accepted on our website."
|
3179 |
msgstr ""
|
3180 |
|
|
|
3181 |
#: src/Functions/PPressBFnote.php:68
|
3182 |
+
msgid "%1$sHuge Black Friday Sale%2$s: Get 25%% off your ProfilePress plugin upgrade today with the coupon %3$sBFCM2021%4$s"
|
|
|
|
|
3183 |
msgstr ""
|
3184 |
|
|
|
3185 |
#: src/Functions/PPressBFnote.php:77
|
3186 |
msgid "Save 25% Now!"
|
3187 |
msgstr ""
|
3188 |
|
|
|
3189 |
#: src/Functions/PPressBFnote.php:85
|
3190 |
msgid "Dismiss this notice"
|
3191 |
msgstr ""
|
3192 |
|
|
|
3193 |
#: src/Functions/custom-settings-api.php:856
|
3194 |
msgid "Code"
|
3195 |
msgstr ""
|
3196 |
|
|
|
3197 |
#: src/Functions/data/countries.php:14
|
3198 |
msgid "Afghanistan"
|
3199 |
msgstr ""
|
3200 |
|
|
|
3201 |
#: src/Functions/data/countries.php:15
|
3202 |
msgid "Åland Islands"
|
3203 |
msgstr ""
|
3204 |
|
|
|
3205 |
#: src/Functions/data/countries.php:16
|
3206 |
msgid "Albania"
|
3207 |
msgstr ""
|
3208 |
|
|
|
3209 |
#: src/Functions/data/countries.php:17
|
3210 |
msgid "Algeria"
|
3211 |
msgstr ""
|
3212 |
|
|
|
3213 |
#: src/Functions/data/countries.php:18
|
3214 |
msgid "American Samoa"
|
3215 |
msgstr ""
|
3216 |
|
|
|
3217 |
#: src/Functions/data/countries.php:19
|
3218 |
msgid "Andorra"
|
3219 |
msgstr ""
|
3220 |
|
|
|
3221 |
#: src/Functions/data/countries.php:20
|
3222 |
msgid "Angola"
|
3223 |
msgstr ""
|
3224 |
|
|
|
3225 |
#: src/Functions/data/countries.php:21
|
3226 |
msgid "Anguilla"
|
3227 |
msgstr ""
|
3228 |
|
|
|
3229 |
#: src/Functions/data/countries.php:22
|
3230 |
msgid "Antarctica"
|
3231 |
msgstr ""
|
3232 |
|
|
|
3233 |
#: src/Functions/data/countries.php:23
|
3234 |
msgid "Antigua and Barbuda"
|
3235 |
msgstr ""
|
3236 |
|
|
|
3237 |
#: src/Functions/data/countries.php:24
|
3238 |
msgid "Argentina"
|
3239 |
msgstr ""
|
3240 |
|
|
|
3241 |
#: src/Functions/data/countries.php:25
|
3242 |
msgid "Armenia"
|
3243 |
msgstr ""
|
3244 |
|
|
|
3245 |
#: src/Functions/data/countries.php:26
|
3246 |
msgid "Aruba"
|
3247 |
msgstr ""
|
3248 |
|
|
|
3249 |
#: src/Functions/data/countries.php:27
|
3250 |
msgid "Australia"
|
3251 |
msgstr ""
|
3252 |
|
|
|
3253 |
#: src/Functions/data/countries.php:28
|
3254 |
msgid "Austria"
|
3255 |
msgstr ""
|
3256 |
|
|
|
3257 |
#: src/Functions/data/countries.php:29
|
3258 |
msgid "Azerbaijan"
|
3259 |
msgstr ""
|
3260 |
|
|
|
3261 |
#: src/Functions/data/countries.php:30
|
3262 |
msgid "Bahamas"
|
3263 |
msgstr ""
|
3264 |
|
|
|
3265 |
#: src/Functions/data/countries.php:31
|
3266 |
msgid "Bahrain"
|
3267 |
msgstr ""
|
3268 |
|
|
|
3269 |
#: src/Functions/data/countries.php:32
|
3270 |
msgid "Bangladesh"
|
3271 |
msgstr ""
|
3272 |
|
|
|
3273 |
#: src/Functions/data/countries.php:33
|
3274 |
msgid "Barbados"
|
3275 |
msgstr ""
|
3276 |
|
|
|
3277 |
#: src/Functions/data/countries.php:34
|
3278 |
msgid "Belarus"
|
3279 |
msgstr ""
|
3280 |
|
|
|
3281 |
#: src/Functions/data/countries.php:35
|
3282 |
msgid "Belgium"
|
3283 |
msgstr ""
|
3284 |
|
|
|
3285 |
#: src/Functions/data/countries.php:36
|
3286 |
msgid "Belau"
|
3287 |
msgstr ""
|
3288 |
|
|
|
3289 |
#: src/Functions/data/countries.php:37
|
3290 |
msgid "Belize"
|
3291 |
msgstr ""
|
3292 |
|
|
|
3293 |
#: src/Functions/data/countries.php:38
|
3294 |
msgid "Benin"
|
3295 |
msgstr ""
|
3296 |
|
|
|
3297 |
#: src/Functions/data/countries.php:39
|
3298 |
msgid "Bermuda"
|
3299 |
msgstr ""
|
3300 |
|
|
|
3301 |
#: src/Functions/data/countries.php:40
|
3302 |
msgid "Bhutan"
|
3303 |
msgstr ""
|
3304 |
|
|
|
3305 |
#: src/Functions/data/countries.php:41
|
3306 |
msgid "Bolivia"
|
3307 |
msgstr ""
|
3308 |
|
|
|
3309 |
#: src/Functions/data/countries.php:42
|
3310 |
msgid "Bonaire, Saint Eustatius and Saba"
|
3311 |
msgstr ""
|
3312 |
|
|
|
3313 |
#: src/Functions/data/countries.php:43
|
3314 |
msgid "Bosnia and Herzegovina"
|
3315 |
msgstr ""
|
3316 |
|
|
|
3317 |
#: src/Functions/data/countries.php:44
|
3318 |
msgid "Botswana"
|
3319 |
msgstr ""
|
3320 |
|
|
|
3321 |
#: src/Functions/data/countries.php:45
|
3322 |
msgid "Bouvet Island"
|
3323 |
msgstr ""
|
3324 |
|
|
|
3325 |
#: src/Functions/data/countries.php:46
|
3326 |
msgid "Brazil"
|
3327 |
msgstr ""
|
3328 |
|
|
|
3329 |
#: src/Functions/data/countries.php:47
|
3330 |
msgid "British Indian Ocean Territory"
|
3331 |
msgstr ""
|
3332 |
|
|
|
3333 |
#: src/Functions/data/countries.php:48
|
3334 |
msgid "British Virgin Islands"
|
3335 |
msgstr ""
|
3336 |
|
|
|
3337 |
#: src/Functions/data/countries.php:49
|
3338 |
msgid "Brunei"
|
3339 |
msgstr ""
|
3340 |
|
|
|
3341 |
#: src/Functions/data/countries.php:50
|
3342 |
msgid "Bulgaria"
|
3343 |
msgstr ""
|
3344 |
|
|
|
3345 |
#: src/Functions/data/countries.php:51
|
3346 |
msgid "Burkina Faso"
|
3347 |
msgstr ""
|
3348 |
|
|
|
3349 |
#: src/Functions/data/countries.php:52
|
3350 |
msgid "Burundi"
|
3351 |
msgstr ""
|
3352 |
|
|
|
3353 |
#: src/Functions/data/countries.php:53
|
3354 |
msgid "Cambodia"
|
3355 |
msgstr ""
|
3356 |
|
|
|
3357 |
#: src/Functions/data/countries.php:54
|
3358 |
msgid "Cameroon"
|
3359 |
msgstr ""
|
3360 |
|
|
|
3361 |
#: src/Functions/data/countries.php:55
|
3362 |
msgid "Canada"
|
3363 |
msgstr ""
|
3364 |
|
|
|
3365 |
#: src/Functions/data/countries.php:56
|
3366 |
msgid "Cape Verde"
|
3367 |
msgstr ""
|
3368 |
|
|
|
3369 |
#: src/Functions/data/countries.php:57
|
3370 |
msgid "Cayman Islands"
|
3371 |
msgstr ""
|
3372 |
|
|
|
3373 |
#: src/Functions/data/countries.php:58
|
3374 |
msgid "Central African Republic"
|
3375 |
msgstr ""
|
3376 |
|
|
|
3377 |
#: src/Functions/data/countries.php:59
|
3378 |
msgid "Chad"
|
3379 |
msgstr ""
|
3380 |
|
|
|
3381 |
#: src/Functions/data/countries.php:60
|
3382 |
msgid "Chile"
|
3383 |
msgstr ""
|
3384 |
|
|
|
3385 |
#: src/Functions/data/countries.php:61
|
3386 |
msgid "China"
|
3387 |
msgstr ""
|
3388 |
|
|
|
3389 |
#: src/Functions/data/countries.php:62
|
3390 |
msgid "Christmas Island"
|
3391 |
msgstr ""
|
3392 |
|
|
|
3393 |
#: src/Functions/data/countries.php:63
|
3394 |
msgid "Cocos (Keeling) Islands"
|
3395 |
msgstr ""
|
3396 |
|
|
|
3397 |
#: src/Functions/data/countries.php:64
|
3398 |
msgid "Colombia"
|
3399 |
msgstr ""
|
3400 |
|
|
|
3401 |
#: src/Functions/data/countries.php:65
|
3402 |
msgid "Comoros"
|
3403 |
msgstr ""
|
3404 |
|
|
|
3405 |
#: src/Functions/data/countries.php:66
|
3406 |
msgid "Congo (Brazzaville)"
|
3407 |
msgstr ""
|
3408 |
|
|
|
3409 |
#: src/Functions/data/countries.php:67
|
3410 |
msgid "Congo (Kinshasa)"
|
3411 |
msgstr ""
|
3412 |
|
|
|
3413 |
#: src/Functions/data/countries.php:68
|
3414 |
msgid "Cook Islands"
|
3415 |
msgstr ""
|
3416 |
|
|
|
3417 |
#: src/Functions/data/countries.php:69
|
3418 |
msgid "Costa Rica"
|
3419 |
msgstr ""
|
3420 |
|
|
|
3421 |
#: src/Functions/data/countries.php:70
|
3422 |
msgid "Croatia"
|
3423 |
msgstr ""
|
3424 |
|
|
|
3425 |
#: src/Functions/data/countries.php:71
|
3426 |
msgid "Cuba"
|
3427 |
msgstr ""
|
3428 |
|
|
|
3429 |
#: src/Functions/data/countries.php:72
|
3430 |
msgid "Curaçao"
|
3431 |
msgstr ""
|
3432 |
|
|
|
3433 |
#: src/Functions/data/countries.php:73
|
3434 |
msgid "Cyprus"
|
3435 |
msgstr ""
|
3436 |
|
|
|
3437 |
#: src/Functions/data/countries.php:74
|
3438 |
msgid "Czech Republic"
|
3439 |
msgstr ""
|
3440 |
|
|
|
3441 |
#: src/Functions/data/countries.php:75
|
3442 |
msgid "Denmark"
|
3443 |
msgstr ""
|
3444 |
|
|
|
3445 |
#: src/Functions/data/countries.php:76
|
3446 |
msgid "Djibouti"
|
3447 |
msgstr ""
|
3448 |
|
|
|
3449 |
#: src/Functions/data/countries.php:77
|
3450 |
msgid "Dominica"
|
3451 |
msgstr ""
|
3452 |
|
|
|
3453 |
#: src/Functions/data/countries.php:78
|
3454 |
msgid "Dominican Republic"
|
3455 |
msgstr ""
|
3456 |
|
|
|
3457 |
#: src/Functions/data/countries.php:79
|
3458 |
msgid "Ecuador"
|
3459 |
msgstr ""
|
3460 |
|
|
|
3461 |
#: src/Functions/data/countries.php:80
|
3462 |
msgid "Egypt"
|
3463 |
msgstr ""
|
3464 |
|
|
|
3465 |
#: src/Functions/data/countries.php:81
|
3466 |
msgid "El Salvador"
|
3467 |
msgstr ""
|
3468 |
|
|
|
3469 |
#: src/Functions/data/countries.php:82
|
3470 |
msgid "Equatorial Guinea"
|
3471 |
msgstr ""
|
3472 |
|
|
|
3473 |
#: src/Functions/data/countries.php:83
|
3474 |
msgid "Eritrea"
|
3475 |
msgstr ""
|
3476 |
|
|
|
3477 |
#: src/Functions/data/countries.php:84
|
3478 |
msgid "Estonia"
|
3479 |
msgstr ""
|
3480 |
|
|
|
3481 |
#: src/Functions/data/countries.php:85
|
3482 |
msgid "Eswatini"
|
3483 |
msgstr ""
|
3484 |
|
|
|
3485 |
#: src/Functions/data/countries.php:86
|
3486 |
msgid "Ethiopia"
|
3487 |
msgstr ""
|
3488 |
|
|
|
3489 |
#: src/Functions/data/countries.php:87
|
3490 |
msgid "Falkland Islands"
|
3491 |
msgstr ""
|
3492 |
|
|
|
3493 |
#: src/Functions/data/countries.php:88
|
3494 |
msgid "Faroe Islands"
|
3495 |
msgstr ""
|
3496 |
|
|
|
3497 |
#: src/Functions/data/countries.php:89
|
3498 |
msgid "Fiji"
|
3499 |
msgstr ""
|
3500 |
|
|
|
3501 |
#: src/Functions/data/countries.php:90
|
3502 |
msgid "Finland"
|
3503 |
msgstr ""
|
3504 |
|
|
|
3505 |
#: src/Functions/data/countries.php:91
|
3506 |
msgid "France"
|
3507 |
msgstr ""
|
3508 |
|
|
|
3509 |
#: src/Functions/data/countries.php:92
|
3510 |
msgid "French Guiana"
|
3511 |
msgstr ""
|
3512 |
|
|
|
3513 |
#: src/Functions/data/countries.php:93
|
3514 |
msgid "French Polynesia"
|
3515 |
msgstr ""
|
3516 |
|
|
|
3517 |
#: src/Functions/data/countries.php:94
|
3518 |
msgid "French Southern Territories"
|
3519 |
msgstr ""
|
3520 |
|
|
|
3521 |
#: src/Functions/data/countries.php:95
|
3522 |
msgid "Gabon"
|
3523 |
msgstr ""
|
3524 |
|
|
|
3525 |
#: src/Functions/data/countries.php:96
|
3526 |
msgid "Gambia"
|
3527 |
msgstr ""
|
3528 |
|
|
|
3529 |
#: src/Functions/data/countries.php:98
|
3530 |
msgid "Germany"
|
3531 |
msgstr ""
|
3532 |
|
|
|
3533 |
#: src/Functions/data/countries.php:99
|
3534 |
msgid "Ghana"
|
3535 |
msgstr ""
|
3536 |
|
|
|
3537 |
#: src/Functions/data/countries.php:100
|
3538 |
msgid "Gibraltar"
|
3539 |
msgstr ""
|
3540 |
|
|
|
3541 |
#: src/Functions/data/countries.php:101
|
3542 |
msgid "Greece"
|
3543 |
msgstr ""
|
3544 |
|
|
|
3545 |
#: src/Functions/data/countries.php:102
|
3546 |
msgid "Greenland"
|
3547 |
msgstr ""
|
3548 |
|
|
|
3549 |
#: src/Functions/data/countries.php:103
|
3550 |
msgid "Grenada"
|
3551 |
msgstr ""
|
3552 |
|
|
|
3553 |
#: src/Functions/data/countries.php:104
|
3554 |
msgid "Guadeloupe"
|
3555 |
msgstr ""
|
3556 |
|
|
|
3557 |
#: src/Functions/data/countries.php:105
|
3558 |
msgid "Guam"
|
3559 |
msgstr ""
|
3560 |
|
|
|
3561 |
#: src/Functions/data/countries.php:106
|
3562 |
msgid "Guatemala"
|
3563 |
msgstr ""
|
3564 |
|
|
|
3565 |
#: src/Functions/data/countries.php:107
|
3566 |
msgid "Guernsey"
|
3567 |
msgstr ""
|
3568 |
|
|
|
3569 |
#: src/Functions/data/countries.php:108
|
3570 |
msgid "Guinea"
|
3571 |
msgstr ""
|
3572 |
|
|
|
3573 |
#: src/Functions/data/countries.php:109
|
3574 |
msgid "Guinea-Bissau"
|
3575 |
msgstr ""
|
3576 |
|
|
|
3577 |
#: src/Functions/data/countries.php:110
|
3578 |
msgid "Guyana"
|
3579 |
msgstr ""
|
3580 |
|
|
|
3581 |
#: src/Functions/data/countries.php:111
|
3582 |
msgid "Haiti"
|
3583 |
msgstr ""
|
3584 |
|
|
|
3585 |
#: src/Functions/data/countries.php:112
|
3586 |
msgid "Heard Island and McDonald Islands"
|
3587 |
msgstr ""
|
3588 |
|
|
|
3589 |
#: src/Functions/data/countries.php:113
|
3590 |
msgid "Honduras"
|
3591 |
msgstr ""
|
3592 |
|
|
|
3593 |
#: src/Functions/data/countries.php:114
|
3594 |
msgid "Hong Kong"
|
3595 |
msgstr ""
|
3596 |
|
|
|
3597 |
#: src/Functions/data/countries.php:115
|
3598 |
msgid "Hungary"
|
3599 |
msgstr ""
|
3600 |
|
|
|
3601 |
#: src/Functions/data/countries.php:116
|
3602 |
msgid "Iceland"
|
3603 |
msgstr ""
|
3604 |
|
|
|
3605 |
#: src/Functions/data/countries.php:117
|
3606 |
msgid "India"
|
3607 |
msgstr ""
|
3608 |
|
|
|
3609 |
#: src/Functions/data/countries.php:118
|
3610 |
msgid "Indonesia"
|
3611 |
msgstr ""
|
3612 |
|
|
|
3613 |
#: src/Functions/data/countries.php:119
|
3614 |
msgid "Iran"
|
3615 |
msgstr ""
|
3616 |
|
|
|
3617 |
#: src/Functions/data/countries.php:120
|
3618 |
msgid "Iraq"
|
3619 |
msgstr ""
|
3620 |
|
|
|
3621 |
#: src/Functions/data/countries.php:121
|
3622 |
msgid "Republic of Ireland"
|
3623 |
msgstr ""
|
3624 |
|
|
|
3625 |
#: src/Functions/data/countries.php:122
|
3626 |
msgid "Isle of Man"
|
3627 |
msgstr ""
|
3628 |
|
|
|
3629 |
#: src/Functions/data/countries.php:123
|
3630 |
msgid "Israel"
|
3631 |
msgstr ""
|
3632 |
|
|
|
3633 |
#: src/Functions/data/countries.php:124
|
3634 |
msgid "Italy"
|
3635 |
msgstr ""
|
3636 |
|
|
|
3637 |
#: src/Functions/data/countries.php:125
|
3638 |
msgid "Ivory Coast"
|
3639 |
msgstr ""
|
3640 |
|
|
|
3641 |
#: src/Functions/data/countries.php:126
|
3642 |
msgid "Jamaica"
|
3643 |
msgstr ""
|
3644 |
|
|
|
3645 |
#: src/Functions/data/countries.php:127
|
3646 |
msgid "Japan"
|
3647 |
msgstr ""
|
3648 |
|
|
|
3649 |
#: src/Functions/data/countries.php:128
|
3650 |
msgid "Jersey"
|
3651 |
msgstr ""
|
3652 |
|
|
|
3653 |
#: src/Functions/data/countries.php:129
|
3654 |
msgid "Jordan"
|
3655 |
msgstr ""
|
3656 |
|
|
|
3657 |
#: src/Functions/data/countries.php:130
|
3658 |
msgid "Kazakhstan"
|
3659 |
msgstr ""
|
3660 |
|
|
|
3661 |
#: src/Functions/data/countries.php:131
|
3662 |
msgid "Kenya"
|
3663 |
msgstr ""
|
3664 |
|
|
|
3665 |
#: src/Functions/data/countries.php:132
|
3666 |
msgid "Kiribati"
|
3667 |
msgstr ""
|
3668 |
|
|
|
3669 |
#: src/Functions/data/countries.php:133
|
3670 |
msgid "Kuwait"
|
3671 |
msgstr ""
|
3672 |
|
|
|
3673 |
#: src/Functions/data/countries.php:134
|
3674 |
msgid "Kyrgyzstan"
|
3675 |
msgstr ""
|
3676 |
|
|
|
3677 |
#: src/Functions/data/countries.php:135
|
3678 |
msgid "Laos"
|
3679 |
msgstr ""
|
3680 |
|
|
|
3681 |
#: src/Functions/data/countries.php:136
|
3682 |
msgid "Latvia"
|
3683 |
msgstr ""
|
3684 |
|
|
|
3685 |
#: src/Functions/data/countries.php:137
|
3686 |
msgid "Lebanon"
|
3687 |
msgstr ""
|
3688 |
|
|
|
3689 |
#: src/Functions/data/countries.php:138
|
3690 |
msgid "Lesotho"
|
3691 |
msgstr ""
|
3692 |
|
|
|
3693 |
#: src/Functions/data/countries.php:139
|
3694 |
msgid "Liberia"
|
3695 |
msgstr ""
|
3696 |
|
|
|
3697 |
#: src/Functions/data/countries.php:140
|
3698 |
msgid "Libya"
|
3699 |
msgstr ""
|
3700 |
|
|
|
3701 |
#: src/Functions/data/countries.php:141
|
3702 |
msgid "Liechtenstein"
|
3703 |
msgstr ""
|
3704 |
|
|
|
3705 |
#: src/Functions/data/countries.php:142
|
3706 |
msgid "Lithuania"
|
3707 |
msgstr ""
|
3708 |
|
|
|
3709 |
#: src/Functions/data/countries.php:143
|
3710 |
msgid "Luxembourg"
|
3711 |
msgstr ""
|
3712 |
|
|
|
3713 |
#: src/Functions/data/countries.php:144
|
3714 |
msgid "Macao S.A.R., China"
|
3715 |
msgstr ""
|
3716 |
|
|
|
3717 |
#: src/Functions/data/countries.php:145
|
3718 |
msgid "Macedonia"
|
3719 |
msgstr ""
|
3720 |
|
|
|
3721 |
#: src/Functions/data/countries.php:146
|
3722 |
msgid "Madagascar"
|
3723 |
msgstr ""
|
3724 |
|
|
|
3725 |
#: src/Functions/data/countries.php:147
|
3726 |
msgid "Malawi"
|
3727 |
msgstr ""
|
3728 |
|
|
|
3729 |
#: src/Functions/data/countries.php:148
|
3730 |
msgid "Malaysia"
|
3731 |
msgstr ""
|
3732 |
|
|
|
3733 |
#: src/Functions/data/countries.php:149
|
3734 |
msgid "Maldives"
|
3735 |
msgstr ""
|
3736 |
|
|
|
3737 |
#: src/Functions/data/countries.php:150
|
3738 |
msgid "Mali"
|
3739 |
msgstr ""
|
3740 |
|
|
|
3741 |
#: src/Functions/data/countries.php:151
|
3742 |
msgid "Malta"
|
3743 |
msgstr ""
|
3744 |
|
|
|
3745 |
#: src/Functions/data/countries.php:152
|
3746 |
msgid "Marshall Islands"
|
3747 |
msgstr ""
|
3748 |
|
|
|
3749 |
#: src/Functions/data/countries.php:153
|
3750 |
msgid "Martinique"
|
3751 |
msgstr ""
|
3752 |
|
|
|
3753 |
#: src/Functions/data/countries.php:154
|
3754 |
msgid "Mauritania"
|
3755 |
msgstr ""
|
3756 |
|
|
|
3757 |
#: src/Functions/data/countries.php:155
|
3758 |
msgid "Mauritius"
|
3759 |
msgstr ""
|
3760 |
|
|
|
3761 |
#: src/Functions/data/countries.php:156
|
3762 |
msgid "Mayotte"
|
3763 |
msgstr ""
|
3764 |
|
|
|
3765 |
#: src/Functions/data/countries.php:157
|
3766 |
msgid "Mexico"
|
3767 |
msgstr ""
|
3768 |
|
|
|
3769 |
#: src/Functions/data/countries.php:158
|
3770 |
msgid "Micronesia"
|
3771 |
msgstr ""
|
3772 |
|
|
|
3773 |
#: src/Functions/data/countries.php:159
|
3774 |
msgid "Moldova"
|
3775 |
msgstr ""
|
3776 |
|
|
|
3777 |
#: src/Functions/data/countries.php:160
|
3778 |
msgid "Monaco"
|
3779 |
msgstr ""
|
3780 |
|
|
|
3781 |
#: src/Functions/data/countries.php:161
|
3782 |
msgid "Mongolia"
|
3783 |
msgstr ""
|
3784 |
|
|
|
3785 |
#: src/Functions/data/countries.php:162
|
3786 |
msgid "Montenegro"
|
3787 |
msgstr ""
|
3788 |
|
|
|
3789 |
#: src/Functions/data/countries.php:163
|
3790 |
msgid "Montserrat"
|
3791 |
msgstr ""
|
3792 |
|
|
|
3793 |
#: src/Functions/data/countries.php:164
|
3794 |
msgid "Morocco"
|
3795 |
msgstr ""
|
3796 |
|
|
|
3797 |
#: src/Functions/data/countries.php:165
|
3798 |
msgid "Mozambique"
|
3799 |
msgstr ""
|
3800 |
|
|
|
3801 |
#: src/Functions/data/countries.php:166
|
3802 |
msgid "Myanmar"
|
3803 |
msgstr ""
|
3804 |
|
|
|
3805 |
#: src/Functions/data/countries.php:167
|
3806 |
msgid "Namibia"
|
3807 |
msgstr ""
|
3808 |
|
|
|
3809 |
#: src/Functions/data/countries.php:168
|
3810 |
msgid "Nauru"
|
3811 |
msgstr ""
|
3812 |
|
|
|
3813 |
#: src/Functions/data/countries.php:169
|
3814 |
msgid "Nepal"
|
3815 |
msgstr ""
|
3816 |
|
|
|
3817 |
#: src/Functions/data/countries.php:170
|
3818 |
msgid "Netherlands"
|
3819 |
msgstr ""
|
3820 |
|
|
|
3821 |
#: src/Functions/data/countries.php:171
|
3822 |
msgid "New Caledonia"
|
3823 |
msgstr ""
|
3824 |
|
|
|
3825 |
#: src/Functions/data/countries.php:172
|
3826 |
msgid "New Zealand"
|
3827 |
msgstr ""
|
3828 |
|
|
|
3829 |
#: src/Functions/data/countries.php:173
|
3830 |
msgid "Nicaragua"
|
3831 |
msgstr ""
|
3832 |
|
|
|
3833 |
#: src/Functions/data/countries.php:174
|
3834 |
msgid "Niger"
|
3835 |
msgstr ""
|
3836 |
|
|
|
3837 |
#: src/Functions/data/countries.php:175
|
3838 |
msgid "Nigeria"
|
3839 |
msgstr ""
|
3840 |
|
|
|
3841 |
#: src/Functions/data/countries.php:176
|
3842 |
msgid "Niue"
|
3843 |
msgstr ""
|
3844 |
|
|
|
3845 |
#: src/Functions/data/countries.php:177
|
3846 |
msgid "Norfolk Island"
|
3847 |
msgstr ""
|
3848 |
|
|
|
3849 |
#: src/Functions/data/countries.php:178
|
3850 |
msgid "Northern Mariana Islands"
|
3851 |
msgstr ""
|
3852 |
|
|
|
3853 |
#: src/Functions/data/countries.php:179
|
3854 |
msgid "North Korea"
|
3855 |
msgstr ""
|
3856 |
|
|
|
3857 |
#: src/Functions/data/countries.php:180
|
3858 |
msgid "Norway"
|
3859 |
msgstr ""
|
3860 |
|
|
|
3861 |
#: src/Functions/data/countries.php:181
|
3862 |
msgid "Oman"
|
3863 |
msgstr ""
|
3864 |
|
|
|
3865 |
#: src/Functions/data/countries.php:182
|
3866 |
msgid "Pakistan"
|
3867 |
msgstr ""
|
3868 |
|
|
|
3869 |
#: src/Functions/data/countries.php:183
|
3870 |
msgid "Palestinian Territory"
|
3871 |
msgstr ""
|
3872 |
|
|
|
3873 |
#: src/Functions/data/countries.php:184
|
3874 |
msgid "Panama"
|
3875 |
msgstr ""
|
3876 |
|
|
|
3877 |
#: src/Functions/data/countries.php:185
|
3878 |
msgid "Papua New Guinea"
|
3879 |
msgstr ""
|
3880 |
|
|
|
3881 |
#: src/Functions/data/countries.php:186
|
3882 |
msgid "Paraguay"
|
3883 |
msgstr ""
|
3884 |
|
|
|
3885 |
#: src/Functions/data/countries.php:187
|
3886 |
msgid "Peru"
|
3887 |
msgstr ""
|
3888 |
|
|
|
3889 |
#: src/Functions/data/countries.php:188
|
3890 |
msgid "Philippines"
|
3891 |
msgstr ""
|
3892 |
|
|
|
3893 |
#: src/Functions/data/countries.php:189
|
3894 |
msgid "Pitcairn"
|
3895 |
msgstr ""
|
3896 |
|
|
|
3897 |
#: src/Functions/data/countries.php:190
|
3898 |
msgid "Poland"
|
3899 |
msgstr ""
|
3900 |
|
|
|
3901 |
#: src/Functions/data/countries.php:191
|
3902 |
msgid "Portugal"
|
3903 |
msgstr ""
|
3904 |
|
|
|
3905 |
#: src/Functions/data/countries.php:192
|
3906 |
msgid "Puerto Rico"
|
3907 |
msgstr ""
|
3908 |
|
|
|
3909 |
#: src/Functions/data/countries.php:193
|
3910 |
msgid "Qatar"
|
3911 |
msgstr ""
|
3912 |
|
|
|
3913 |
#: src/Functions/data/countries.php:194
|
3914 |
msgid "Reunion"
|
3915 |
msgstr ""
|
3916 |
|
|
|
3917 |
#: src/Functions/data/countries.php:195
|
3918 |
msgid "Romania"
|
3919 |
msgstr ""
|
3920 |
|
|
|
3921 |
#: src/Functions/data/countries.php:196
|
3922 |
msgid "Russia"
|
3923 |
msgstr ""
|
3924 |
|
|
|
3925 |
#: src/Functions/data/countries.php:197
|
3926 |
msgid "Rwanda"
|
3927 |
msgstr ""
|
3928 |
|
|
|
3929 |
#: src/Functions/data/countries.php:198
|
3930 |
msgid "Saint Barthélemy"
|
3931 |
msgstr ""
|
3932 |
|
|
|
3933 |
#: src/Functions/data/countries.php:199
|
3934 |
msgid "Saint Helena"
|
3935 |
msgstr ""
|
3936 |
|
|
|
3937 |
#: src/Functions/data/countries.php:200
|
3938 |
msgid "Saint Kitts and Nevis"
|
3939 |
msgstr ""
|
3940 |
|
|
|
3941 |
#: src/Functions/data/countries.php:201
|
3942 |
msgid "Saint Lucia"
|
3943 |
msgstr ""
|
3944 |
|
|
|
3945 |
#: src/Functions/data/countries.php:202
|
3946 |
msgid "Saint Martin (French part)"
|
3947 |
msgstr ""
|
3948 |
|
|
|
3949 |
#: src/Functions/data/countries.php:203
|
3950 |
msgid "Saint Martin (Dutch part)"
|
3951 |
msgstr ""
|
3952 |
|
|
|
3953 |
#: src/Functions/data/countries.php:204
|
3954 |
msgid "Saint Pierre and Miquelon"
|
3955 |
msgstr ""
|
3956 |
|
|
|
3957 |
#: src/Functions/data/countries.php:205
|
3958 |
msgid "Saint Vincent and the Grenadines"
|
3959 |
msgstr ""
|
3960 |
|
|
|
3961 |
#: src/Functions/data/countries.php:206
|
3962 |
msgid "San Marino"
|
3963 |
msgstr ""
|
3964 |
|
|
|
3965 |
#: src/Functions/data/countries.php:207
|
3966 |
msgid "São Tomé and Príncipe"
|
3967 |
msgstr ""
|
3968 |
|
|
|
3969 |
#: src/Functions/data/countries.php:208
|
3970 |
msgid "Saudi Arabia"
|
3971 |
msgstr ""
|
3972 |
|
|
|
3973 |
#: src/Functions/data/countries.php:209
|
3974 |
msgid "Senegal"
|
3975 |
msgstr ""
|
3976 |
|
|
|
3977 |
#: src/Functions/data/countries.php:210
|
3978 |
msgid "Serbia"
|
3979 |
msgstr ""
|
3980 |
|
|
|
3981 |
#: src/Functions/data/countries.php:211
|
3982 |
msgid "Seychelles"
|
3983 |
msgstr ""
|
3984 |
|
|
|
3985 |
#: src/Functions/data/countries.php:212
|
3986 |
msgid "Sierra Leone"
|
3987 |
msgstr ""
|
3988 |
|
|
|
3989 |
#: src/Functions/data/countries.php:213
|
3990 |
msgid "Singapore"
|
3991 |
msgstr ""
|
3992 |
|
|
|
3993 |
#: src/Functions/data/countries.php:214
|
3994 |
msgid "Slovakia"
|
3995 |
msgstr ""
|
3996 |
|
|
|
3997 |
#: src/Functions/data/countries.php:215
|
3998 |
msgid "Slovenia"
|
3999 |
msgstr ""
|
4000 |
|
|
|
4001 |
#: src/Functions/data/countries.php:216
|
4002 |
msgid "Solomon Islands"
|
4003 |
msgstr ""
|
4004 |
|
|
|
4005 |
#: src/Functions/data/countries.php:217
|
4006 |
msgid "Somalia"
|
4007 |
msgstr ""
|
4008 |
|
|
|
4009 |
#: src/Functions/data/countries.php:218
|
4010 |
msgid "South Africa"
|
4011 |
msgstr ""
|
4012 |
|
|
|
4013 |
#: src/Functions/data/countries.php:219
|
4014 |
msgid "South Georgia/Sandwich Islands"
|
4015 |
msgstr ""
|
4016 |
|
|
|
4017 |
#: src/Functions/data/countries.php:220
|
4018 |
msgid "South Korea"
|
4019 |
msgstr ""
|
4020 |
|
|
|
4021 |
#: src/Functions/data/countries.php:221
|
4022 |
msgid "South Sudan"
|
4023 |
msgstr ""
|
4024 |
|
|
|
4025 |
#: src/Functions/data/countries.php:222
|
4026 |
msgid "Spain"
|
4027 |
msgstr ""
|
4028 |
|
|
|
4029 |
#: src/Functions/data/countries.php:223
|
4030 |
msgid "Sri Lanka"
|
4031 |
msgstr ""
|
4032 |
|
|
|
4033 |
#: src/Functions/data/countries.php:224
|
4034 |
msgid "Sudan"
|
4035 |
msgstr ""
|
4036 |
|
|
|
4037 |
#: src/Functions/data/countries.php:225
|
4038 |
msgid "Suriname"
|
4039 |
msgstr ""
|
4040 |
|
|
|
4041 |
#: src/Functions/data/countries.php:226
|
4042 |
msgid "Svalbard and Jan Mayen"
|
4043 |
msgstr ""
|
4044 |
|
|
|
4045 |
#: src/Functions/data/countries.php:227
|
4046 |
msgid "Swaziland"
|
4047 |
msgstr ""
|
4048 |
|
|
|
4049 |
#: src/Functions/data/countries.php:228
|
4050 |
msgid "Sweden"
|
4051 |
msgstr ""
|
4052 |
|
|
|
4053 |
#: src/Functions/data/countries.php:229
|
4054 |
msgid "Switzerland"
|
4055 |
msgstr ""
|
4056 |
|
|
|
4057 |
#: src/Functions/data/countries.php:230
|
4058 |
msgid "Syria"
|
4059 |
msgstr ""
|
4060 |
|
|
|
4061 |
#: src/Functions/data/countries.php:231
|
4062 |
msgid "Taiwan"
|
4063 |
msgstr ""
|
4064 |
|
|
|
4065 |
#: src/Functions/data/countries.php:232
|
4066 |
msgid "Tajikistan"
|
4067 |
msgstr ""
|
4068 |
|
|
|
4069 |
#: src/Functions/data/countries.php:233
|
4070 |
msgid "Tanzania"
|
4071 |
msgstr ""
|
4072 |
|
|
|
4073 |
#: src/Functions/data/countries.php:234
|
4074 |
msgid "Thailand"
|
4075 |
msgstr ""
|
4076 |
|
|
|
4077 |
#: src/Functions/data/countries.php:235
|
4078 |
msgid "Timor-Leste"
|
4079 |
msgstr ""
|
4080 |
|
|
|
4081 |
#: src/Functions/data/countries.php:236
|
4082 |
msgid "Togo"
|
4083 |
msgstr ""
|
4084 |
|
|
|
4085 |
#: src/Functions/data/countries.php:237
|
4086 |
msgid "Tokelau"
|
4087 |
msgstr ""
|
4088 |
|
|
|
4089 |
#: src/Functions/data/countries.php:238
|
4090 |
msgid "Tonga"
|
4091 |
msgstr ""
|
4092 |
|
|
|
4093 |
#: src/Functions/data/countries.php:239
|
4094 |
msgid "Trinidad and Tobago"
|
4095 |
msgstr ""
|
4096 |
|
|
|
4097 |
#: src/Functions/data/countries.php:240
|
4098 |
msgid "Tunisia"
|
4099 |
msgstr ""
|
4100 |
|
|
|
4101 |
#: src/Functions/data/countries.php:241
|
4102 |
msgid "Turkey"
|
4103 |
msgstr ""
|
4104 |
|
|
|
4105 |
#: src/Functions/data/countries.php:242
|
4106 |
msgid "Turkmenistan"
|
4107 |
msgstr ""
|
4108 |
|
|
|
4109 |
#: src/Functions/data/countries.php:243
|
4110 |
msgid "Turks and Caicos Islands"
|
4111 |
msgstr ""
|
4112 |
|
|
|
4113 |
#: src/Functions/data/countries.php:244
|
4114 |
msgid "Tuvalu"
|
4115 |
msgstr ""
|
4116 |
|
|
|
4117 |
#: src/Functions/data/countries.php:245
|
4118 |
msgid "Uganda"
|
4119 |
msgstr ""
|
4120 |
|
|
|
4121 |
#: src/Functions/data/countries.php:246
|
4122 |
msgid "Ukraine"
|
4123 |
msgstr ""
|
4124 |
|
|
|
4125 |
#: src/Functions/data/countries.php:247
|
4126 |
msgid "United Arab Emirates"
|
4127 |
msgstr ""
|
4128 |
|
|
|
4129 |
#: src/Functions/data/countries.php:248
|
4130 |
msgid "United Kingdom (UK)"
|
4131 |
msgstr ""
|
4132 |
|
|
|
4133 |
#: src/Functions/data/countries.php:249
|
4134 |
msgid "United States (US)"
|
4135 |
msgstr ""
|
4136 |
|
|
|
4137 |
#: src/Functions/data/countries.php:250
|
4138 |
msgid "United States (US) Minor Outlying Islands"
|
4139 |
msgstr ""
|
4140 |
|
|
|
4141 |
#: src/Functions/data/countries.php:251
|
4142 |
msgid "United States (US) Virgin Islands"
|
4143 |
msgstr ""
|
4144 |
|
|
|
4145 |
#: src/Functions/data/countries.php:252
|
4146 |
msgid "Uruguay"
|
4147 |
msgstr ""
|
4148 |
|
|
|
4149 |
#: src/Functions/data/countries.php:253
|
4150 |
msgid "Uzbekistan"
|
4151 |
msgstr ""
|
4152 |
|
|
|
4153 |
#: src/Functions/data/countries.php:254
|
4154 |
msgid "Vanuatu"
|
4155 |
msgstr ""
|
4156 |
|
|
|
4157 |
#: src/Functions/data/countries.php:255
|
4158 |
msgid "Vatican"
|
4159 |
msgstr ""
|
4160 |
|
|
|
4161 |
#: src/Functions/data/countries.php:256
|
4162 |
msgid "Venezuela"
|
4163 |
msgstr ""
|
4164 |
|
|
|
4165 |
#: src/Functions/data/countries.php:257
|
4166 |
msgid "Vietnam"
|
4167 |
msgstr ""
|
4168 |
|
|
|
4169 |
#: src/Functions/data/countries.php:258
|
4170 |
msgid "Wallis and Futuna"
|
4171 |
msgstr ""
|
4172 |
|
|
|
4173 |
#: src/Functions/data/countries.php:259
|
4174 |
msgid "Western Sahara"
|
4175 |
msgstr ""
|
4176 |
|
|
|
4177 |
#: src/Functions/data/countries.php:260
|
4178 |
msgid "Samoa"
|
4179 |
msgstr ""
|
4180 |
|
|
|
4181 |
#: src/Functions/data/countries.php:261
|
4182 |
msgid "Yemen"
|
4183 |
msgstr ""
|
4184 |
|
|
|
4185 |
#: src/Functions/data/countries.php:262
|
4186 |
msgid "Zambia"
|
4187 |
msgstr ""
|
4188 |
|
|
|
4189 |
#: src/Functions/data/countries.php:263
|
4190 |
msgid "Zimbabwe"
|
4191 |
msgstr ""
|
4192 |
|
|
|
|
|
|
|
|
|
|
|
4193 |
#: src/NavigationMenuLinks/Backend.php:29 src/RegisterActivation/Base.php:155
|
4194 |
#: src/ShortcodeParser/Builder/LoginFormBuilder.php:166
|
4195 |
#: src/Themes/DragDrop/AbstractTheme.php:104 src/Widgets/TabbedWidget.php:88
|
4196 |
msgid "Log In"
|
4197 |
msgstr ""
|
4198 |
|
|
|
|
|
|
|
|
|
|
|
4199 |
#: src/NavigationMenuLinks/Backend.php:30
|
4200 |
#: src/NavigationMenuLinks/Backend.php:34
|
4201 |
+
#: src/ShortcodeParser/Builder/GlobalShortcodes.php:277
|
4202 |
#: src/Widgets/UserPanel.php:30 src/Widgets/UserPanel.php:71
|
4203 |
msgid "Log Out"
|
4204 |
msgstr ""
|
4205 |
|
|
|
|
|
|
|
|
|
|
|
4206 |
#: src/NavigationMenuLinks/Backend.php:31 src/RegisterActivation/Base.php:159
|
4207 |
+
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:1035
|
4208 |
+
#: src/ShortcodeParser/Builder/GlobalShortcodes.php:180
|
4209 |
#: src/Widgets/TabbedWidget.php:89
|
4210 |
msgid "Sign Up"
|
4211 |
msgstr ""
|
4212 |
|
|
|
|
|
4213 |
#: src/NavigationMenuLinks/Backend.php:33 src/RegisterActivation/Base.php:172
|
4214 |
msgid "My Profile"
|
4215 |
msgstr ""
|
4216 |
|
|
|
|
|
4217 |
#: src/NavigationMenuLinks/Backend.php:46
|
4218 |
#: src/NavigationMenuLinks/Backend.php:89
|
4219 |
msgid "ProfilePress Links"
|
4220 |
msgstr ""
|
4221 |
|
|
|
|
|
|
|
4222 |
#: src/NavigationMenuLinks/Backend.php:47
|
4223 |
#: src/NavigationMenuLinks/Backend.php:78
|
4224 |
#: src/NavigationMenuLinks/Backend.php:146
|
4225 |
msgid "ProfilePress Link"
|
4226 |
msgstr ""
|
4227 |
|
|
|
4228 |
#: src/NavigationMenuLinks/Backend.php:119
|
4229 |
msgid "Add to Menu"
|
4230 |
msgstr ""
|
4231 |
|
|
|
4232 |
#: src/RegisterActivation/Base.php:102
|
4233 |
msgid "Default Registration"
|
4234 |
msgstr ""
|
4235 |
|
|
|
4236 |
#: src/RegisterActivation/Base.php:109
|
4237 |
msgid "Default Login"
|
4238 |
msgstr ""
|
4239 |
|
|
|
4240 |
#: src/RegisterActivation/Base.php:116
|
4241 |
msgid "Default Password Reset"
|
4242 |
msgstr ""
|
4243 |
|
|
|
4244 |
#: src/RegisterActivation/Base.php:123
|
4245 |
msgid "Default Edit Profile"
|
4246 |
msgstr ""
|
4247 |
|
|
|
4248 |
#: src/RegisterActivation/Base.php:130
|
4249 |
msgid "Default User Profile"
|
4250 |
msgstr ""
|
4251 |
|
|
|
4252 |
#: src/RegisterActivation/Base.php:137
|
4253 |
msgid "Default Member Directory"
|
4254 |
msgstr ""
|
4255 |
|
|
|
4256 |
#: src/RegisterActivation/Base.php:144
|
4257 |
msgid "Lucid Tab Widget"
|
4258 |
msgstr ""
|
4259 |
|
|
|
|
|
|
|
4260 |
#: src/RegisterActivation/Base.php:163
|
4261 |
+
#: src/ShortcodeParser/Builder/GlobalShortcodes.php:212
|
4262 |
#: src/Themes/DragDrop/AbstractTheme.php:117
|
4263 |
msgid "Reset Password"
|
4264 |
msgstr ""
|
4265 |
|
|
|
4266 |
#: src/RegisterActivation/Base.php:176
|
4267 |
msgid "Member Directory"
|
4268 |
msgstr ""
|
4269 |
|
|
|
|
|
|
|
|
|
|
|
|
|
4270 |
#: src/ShortcodeParser/Builder/EditProfileBuilder.php:86
|
4271 |
#: src/ShortcodeParser/Builder/EditProfileBuilder.php:99
|
4272 |
#: src/ShortcodeParser/Builder/PasswordResetBuilder.php:220
|
4276 |
msgid "Strength indicator"
|
4277 |
msgstr ""
|
4278 |
|
|
|
|
|
|
|
4279 |
#: src/ShortcodeParser/Builder/EditProfileBuilder.php:87
|
4280 |
#: src/ShortcodeParser/Builder/PasswordResetBuilder.php:221
|
4281 |
#: src/ShortcodeParser/Builder/RegistrationFormBuilder.php:142
|
4282 |
msgid "Very weak"
|
4283 |
msgstr ""
|
4284 |
|
|
|
|
|
|
|
4285 |
#: src/ShortcodeParser/Builder/EditProfileBuilder.php:88
|
4286 |
#: src/ShortcodeParser/Builder/PasswordResetBuilder.php:222
|
4287 |
#: src/ShortcodeParser/Builder/RegistrationFormBuilder.php:143
|
4288 |
msgid "Weak"
|
4289 |
msgstr ""
|
4290 |
|
|
|
|
|
|
|
4291 |
#: src/ShortcodeParser/Builder/EditProfileBuilder.php:89
|
4292 |
#: src/ShortcodeParser/Builder/PasswordResetBuilder.php:223
|
4293 |
#: src/ShortcodeParser/Builder/RegistrationFormBuilder.php:144
|
4295 |
msgid "Medium"
|
4296 |
msgstr ""
|
4297 |
|
|
|
|
|
|
|
4298 |
#: src/ShortcodeParser/Builder/EditProfileBuilder.php:90
|
4299 |
#: src/ShortcodeParser/Builder/PasswordResetBuilder.php:224
|
4300 |
#: src/ShortcodeParser/Builder/RegistrationFormBuilder.php:145
|
4301 |
msgid "Strong"
|
4302 |
msgstr ""
|
4303 |
|
|
|
|
|
|
|
4304 |
#: src/ShortcodeParser/Builder/EditProfileBuilder.php:91
|
4305 |
#: src/ShortcodeParser/Builder/PasswordResetBuilder.php:225
|
4306 |
#: src/ShortcodeParser/Builder/RegistrationFormBuilder.php:146
|
4307 |
msgid "Mismatch"
|
4308 |
msgstr ""
|
4309 |
|
|
|
4310 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:234
|
4311 |
msgid "Confirm Email Address"
|
4312 |
msgstr ""
|
4313 |
|
|
|
4314 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:332
|
4315 |
msgid "Display name"
|
4316 |
msgstr ""
|
4317 |
|
|
|
|
|
4318 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:364
|
4319 |
#: src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:128
|
4320 |
msgid "First name"
|
4321 |
msgstr ""
|
4322 |
|
|
|
|
|
4323 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:397
|
4324 |
#: src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:133
|
4325 |
msgid "Last name"
|
4326 |
msgstr ""
|
4327 |
|
|
|
4328 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:413
|
4329 |
msgid "Biographical Info"
|
4330 |
msgstr ""
|
4331 |
|
|
|
4332 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:429
|
4333 |
msgid "Bio description"
|
4334 |
msgstr ""
|
4335 |
|
|
|
|
|
4336 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:450
|
4337 |
#: src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:108
|
4338 |
msgid "Profile picture"
|
4339 |
msgstr ""
|
4340 |
|
|
|
4341 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:471
|
4342 |
msgid "Cover photo"
|
4343 |
msgstr ""
|
4344 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4345 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:490
|
4346 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:547
|
4347 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:637
|
4349 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:707
|
4350 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:774
|
4351 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:830
|
4352 |
+
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:891
|
4353 |
+
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:942
|
4354 |
#: src/ShortcodeParser/Builder/FrontendProfileBuilder.php:346
|
4355 |
msgid "Field key is missing"
|
4356 |
msgstr ""
|
4357 |
|
|
|
4358 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:564
|
4359 |
msgid "Select country"
|
4360 |
msgstr ""
|
4361 |
|
|
|
4362 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:711
|
4363 |
msgid "No dropdown option found."
|
4364 |
msgstr ""
|
4365 |
|
|
|
4366 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:780
|
4367 |
msgid "No radio choice found."
|
4368 |
msgstr ""
|
4369 |
|
|
|
4370 |
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:835
|
4371 |
msgid "No checkbox choice found."
|
4372 |
msgstr ""
|
4373 |
|
4374 |
+
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:950
|
|
|
4375 |
msgid "custom field not defined"
|
4376 |
msgstr ""
|
4377 |
|
4378 |
+
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:1104
|
|
|
4379 |
msgid "Delete Avatar"
|
4380 |
msgstr ""
|
4381 |
|
4382 |
+
#: src/ShortcodeParser/Builder/FieldsShortcodeCallback.php:1140
|
|
|
4383 |
msgid "Delete Cover Photo"
|
4384 |
msgstr ""
|
4385 |
|
|
|
4386 |
#: src/ShortcodeParser/Builder/FrontendProfileBuilder.php:109
|
4387 |
msgid "This user has not created any post."
|
4388 |
msgstr ""
|
4389 |
|
|
|
4390 |
#: src/ShortcodeParser/Builder/FrontendProfileBuilder.php:112
|
4391 |
msgid "You have not created any post."
|
4392 |
msgstr ""
|
4393 |
|
|
|
4394 |
#: src/ShortcodeParser/Builder/FrontendProfileBuilder.php:171
|
4395 |
msgid "This user has not made any comment."
|
4396 |
msgstr ""
|
4397 |
|
|
|
4398 |
#: src/ShortcodeParser/Builder/FrontendProfileBuilder.php:174
|
4399 |
msgid "You have not made any comment."
|
4400 |
msgstr ""
|
4401 |
|
|
|
4402 |
#: src/ShortcodeParser/Builder/FrontendProfileBuilder.php:661
|
4403 |
msgid "No post written yet."
|
4404 |
msgstr ""
|
4405 |
|
|
|
|
|
|
|
4406 |
#: src/ShortcodeParser/Builder/PasswordResetBuilder.php:106
|
4407 |
#: src/ShortcodeParser/Builder/PasswordResetBuilder.php:344
|
4408 |
#: src/Widgets/TabbedWidget.php:90
|
4409 |
msgid "Get New Password"
|
4410 |
msgstr ""
|
4411 |
|
|
|
|
|
|
|
|
|
4412 |
#: src/ShortcodeParser/EditProfileTag.php:78
|
4413 |
#: src/ShortcodeParser/LoginFormTag.php:75
|
4414 |
#: src/ShortcodeParser/PasswordResetTag.php:77
|
4415 |
#: src/ShortcodeParser/RegistrationFormTag.php:79
|
4416 |
+
msgid "Form class not found. Please check if this ProfilePress form actually exist."
|
|
|
4417 |
msgstr ""
|
4418 |
|
|
|
4419 |
#: src/ShortcodeParser/FormProcessor.php:95
|
4420 |
msgid "The password you entered is incorrect."
|
4421 |
msgstr ""
|
4422 |
|
|
|
4423 |
#: src/ShortcodeParser/FormProcessor.php:191
|
4424 |
msgid "Authentication failed. Please try again"
|
4425 |
msgstr ""
|
4426 |
|
|
|
4427 |
#: src/ShortcodeParser/FrontendProfileTag.php:88
|
4428 |
+
msgid "This content is available to members only. Please <a href=\"%1$s\">login</a> or <a href=\"%2$s\">register</a> to view this area."
|
|
|
|
|
4429 |
msgstr ""
|
4430 |
|
|
|
4431 |
#: src/ShortcodeParser/FrontendProfileTag.php:95
|
4432 |
msgid "You are not authorized to access this area."
|
4433 |
msgstr ""
|
4434 |
|
|
|
4435 |
#: src/ShortcodeParser/FrontendProfileTag.php:133
|
4436 |
+
msgid "Form class not found. Please check if this user profile actually exist in ProfilePress."
|
|
|
|
|
4437 |
msgstr ""
|
4438 |
|
|
|
|
|
4439 |
#: src/ShortcodeParser/FrontendProfileTag.php:198
|
4440 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:121
|
4441 |
msgid "Profile"
|
4442 |
msgstr ""
|
4443 |
|
|
|
4444 |
#: src/ShortcodeParser/LoginFormTag.php:54
|
4445 |
msgid "You are already logged in."
|
4446 |
msgstr ""
|
4447 |
|
4448 |
+
#: src/ShortcodeParser/MemberDirectoryTag.php:50
|
|
|
4449 |
msgid "No member directory ID specified."
|
4450 |
msgstr ""
|
4451 |
|
4452 |
+
#: src/ShortcodeParser/MemberDirectoryTag.php:71
|
4453 |
+
msgid "Member directory class not found. Please check it actually exist in ProfilePress."
|
|
|
|
|
|
|
4454 |
msgstr ""
|
4455 |
|
|
|
4456 |
#: src/ShortcodeParser/MyAccount/MyAccountTag.php:52
|
4457 |
msgid "Dashboard"
|
4458 |
msgstr ""
|
4459 |
|
|
|
4460 |
#: src/ShortcodeParser/MyAccount/MyAccountTag.php:57
|
4461 |
msgid "Account Details"
|
4462 |
msgstr ""
|
4463 |
|
|
|
|
|
4464 |
#: src/ShortcodeParser/MyAccount/MyAccountTag.php:64
|
4465 |
#: src/ShortcodeParser/MyAccount/change-password.tmpl.php:25
|
4466 |
msgid "Change Password"
|
4467 |
msgstr ""
|
4468 |
|
|
|
4469 |
#: src/ShortcodeParser/MyAccount/MyAccountTag.php:71
|
4470 |
msgid "Logout"
|
4471 |
msgstr ""
|
4472 |
|
|
|
|
|
4473 |
#: src/ShortcodeParser/MyAccount/MyAccountTag.php:80
|
4474 |
#: src/ShortcodeParser/MyAccount/email-notifications.tmpl.php:14
|
4475 |
msgid "Email Notifications"
|
4476 |
msgstr ""
|
4477 |
|
|
|
|
|
|
|
4478 |
#: src/ShortcodeParser/MyAccount/MyAccountTag.php:91
|
4479 |
#: src/ShortcodeParser/MyAccount/account-settings.tmpl.php:17
|
4480 |
#: src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:32
|
4481 |
msgid "Account Settings"
|
4482 |
msgstr ""
|
4483 |
|
|
|
4484 |
#: src/ShortcodeParser/MyAccount/MyAccountTag.php:528
|
4485 |
msgid "Cover Photo (min. width: 1000px)"
|
4486 |
msgstr ""
|
4487 |
|
|
|
4488 |
#: src/ShortcodeParser/MyAccount/change-password.tmpl.php:9
|
4489 |
msgid "Password successfully updated."
|
4490 |
msgstr ""
|
4491 |
|
|
|
4492 |
#: src/ShortcodeParser/MyAccount/change-password.tmpl.php:32
|
4493 |
msgid "Current password"
|
4494 |
msgstr ""
|
4495 |
|
|
|
|
|
4496 |
#: src/ShortcodeParser/MyAccount/change-password.tmpl.php:38
|
4497 |
#: src/ShortcodeParser/PasswordResetTag.php:101
|
4498 |
msgid "New password"
|
4499 |
msgstr ""
|
4500 |
|
|
|
4501 |
#: src/ShortcodeParser/MyAccount/change-password.tmpl.php:44
|
4502 |
msgid "Confirm new password"
|
4503 |
msgstr ""
|
4504 |
|
|
|
4505 |
#: src/ShortcodeParser/MyAccount/change-password.tmpl.php:50
|
4506 |
msgid "Change password"
|
4507 |
msgstr ""
|
4508 |
|
4509 |
#. translators: 1: user display name 2: logout url
|
4510 |
+
|
4511 |
#: src/ShortcodeParser/MyAccount/dashboard.tmpl.php:16
|
4512 |
msgid "Hello %1$s (not %1$s? <a href=\"%2$s\">Log out</a>)"
|
4513 |
msgstr ""
|
4514 |
|
|
|
4515 |
#: src/ShortcodeParser/MyAccount/dashboard.tmpl.php:26
|
4516 |
+
msgid "From your account dashboard you can <a href=\"%1$s\">change your password</a> and <a href=\"%2$s\">edit your account details</a>."
|
|
|
|
|
4517 |
msgstr ""
|
4518 |
|
|
|
|
|
4519 |
#: src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:86
|
4520 |
#: src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:107
|
4521 |
msgid "Browse"
|
4522 |
msgstr ""
|
4523 |
|
|
|
4524 |
#: src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:87
|
4525 |
msgid "Cover photo (min. width: 1000px)"
|
4526 |
msgstr ""
|
4527 |
|
|
|
4528 |
#: src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:123
|
4529 |
msgid "Email address"
|
4530 |
msgstr ""
|
4531 |
|
|
|
4532 |
#: src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:143
|
4533 |
msgid "Display name publicly as"
|
4534 |
msgstr ""
|
4535 |
|
|
|
4536 |
#: src/ShortcodeParser/MyAccount/edit-profile.tmpl.php:153
|
4537 |
msgid "About yourself"
|
4538 |
msgstr ""
|
4539 |
|
|
|
4540 |
#: src/ShortcodeParser/PasswordResetTag.php:100
|
4541 |
msgid "Enter your new password below"
|
4542 |
msgstr ""
|
4543 |
|
|
|
4544 |
#: src/ShortcodeParser/PasswordResetTag.php:104
|
4545 |
msgid "Re-enter new password"
|
4546 |
msgstr ""
|
4547 |
|
|
|
4548 |
#: src/ShortcodeParser/PasswordResetTag.php:107
|
4549 |
msgid "Save"
|
4550 |
msgstr ""
|
4551 |
|
|
|
4552 |
#: src/ShortcodeParser/RegistrationFormTag.php:51
|
4553 |
msgid "You are already registered."
|
4554 |
msgstr ""
|
4555 |
|
|
|
4556 |
#: src/ShortcodeParser/RegistrationFormTag.php:74
|
4557 |
msgid "Registration is disabled in this site."
|
4558 |
msgstr ""
|
4559 |
|
|
|
|
|
4560 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:69
|
4561 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:409
|
4562 |
msgid "Description"
|
4563 |
msgstr ""
|
4564 |
|
|
|
4565 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:85
|
4566 |
msgid "Full"
|
4567 |
msgstr ""
|
4568 |
|
|
|
4569 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:86
|
4570 |
msgid "Half"
|
4571 |
msgstr ""
|
4572 |
|
|
|
4573 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:87
|
4574 |
msgid "One Third"
|
4575 |
msgstr ""
|
4576 |
|
|
|
|
|
4577 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:95
|
4578 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:350
|
4579 |
msgid "Icon"
|
4580 |
msgstr ""
|
4581 |
|
|
|
4582 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:104
|
4583 |
msgid "Enable Password Visibility Icon"
|
4584 |
msgstr ""
|
4585 |
|
|
|
4586 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:105
|
4587 |
+
msgid "Check to enable visibility icon which when clicked, hides or shows a password."
|
|
|
|
|
4588 |
msgstr ""
|
4589 |
|
|
|
4590 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:113
|
4591 |
msgid "Label Display"
|
4592 |
msgstr ""
|
4593 |
|
|
|
4594 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:115
|
4595 |
msgid "Above"
|
4596 |
msgstr ""
|
4597 |
|
|
|
4598 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:116
|
4599 |
msgid "Inside"
|
4600 |
msgstr ""
|
4601 |
|
|
|
4602 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:123
|
4603 |
msgid "Description Appearance"
|
4604 |
msgstr ""
|
4605 |
|
|
|
|
|
4606 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:125
|
4607 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:205
|
4608 |
msgid "Standard"
|
4609 |
msgstr ""
|
4610 |
|
|
|
4611 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:126
|
4612 |
msgid "Reveal on Focus"
|
4613 |
msgstr ""
|
4614 |
|
|
|
4615 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:127
|
4616 |
msgid "Tooltip"
|
4617 |
msgstr ""
|
4618 |
|
|
|
|
|
4619 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:156
|
4620 |
#: src/Themes/DragDrop/Registration/PerfectoLite.php:78
|
4621 |
msgid "Create an Account"
|
4622 |
msgstr ""
|
4623 |
|
|
|
|
|
4624 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:160
|
4625 |
#: src/Themes/DragDrop/Login/PerfectoLite.php:76
|
4626 |
msgid "Sign in to Your Account"
|
4627 |
msgstr ""
|
4628 |
|
|
|
4629 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:163
|
4630 |
msgid "Reset Your Password"
|
4631 |
msgstr ""
|
4632 |
|
|
|
4633 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:166
|
4634 |
msgid "Edit Your Profile"
|
4635 |
msgstr ""
|
4636 |
|
|
|
4637 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:178
|
4638 |
msgid "Lost your password?"
|
4639 |
msgstr ""
|
4640 |
|
|
|
|
|
|
|
4641 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:179
|
4642 |
#: src/Themes/DragDrop/AbstractTheme.php:109 src/Widgets/TabbedWidget.php:116
|
4643 |
msgid "Register"
|
4644 |
msgstr ""
|
4645 |
|
|
|
4646 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:182
|
4647 |
msgid "Have an account? Login"
|
4648 |
msgstr ""
|
4649 |
|
|
|
4650 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:186
|
4651 |
msgid "Return to Login"
|
4652 |
msgstr ""
|
4653 |
|
|
|
|
|
|
|
|
|
|
|
|
|
4654 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:231
|
4655 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:374
|
4656 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:521
|
4660 |
msgid "Background"
|
4661 |
msgstr ""
|
4662 |
|
|
|
4663 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:238
|
4664 |
msgid "Font Family"
|
4665 |
msgstr ""
|
4666 |
|
|
|
|
|
|
|
4667 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:245
|
4668 |
#: src/Themes/DragDrop/Login/PerfectoLite.php:28
|
4669 |
#: src/Themes/DragDrop/Registration/PerfectoLite.php:30
|
4670 |
msgid "Headline"
|
4671 |
msgstr ""
|
4672 |
|
|
|
4673 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:253
|
4674 |
msgid "Forgot Password Label"
|
4675 |
msgstr ""
|
4676 |
|
|
|
4677 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:263
|
4678 |
msgid "Sign Up Label"
|
4679 |
msgstr ""
|
4680 |
|
|
|
4681 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:273
|
4682 |
msgid "Login Label"
|
4683 |
msgstr ""
|
4684 |
|
|
|
4685 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:289
|
4686 |
msgid "VK.com"
|
4687 |
msgstr ""
|
4688 |
|
|
|
4689 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:291
|
4690 |
msgid "Social Login Buttons"
|
4691 |
msgstr ""
|
4692 |
|
|
|
4693 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:299
|
4694 |
msgid "Remove Form Frame"
|
4695 |
msgstr ""
|
4696 |
|
|
|
4697 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:300
|
4698 |
msgid "Check to remove"
|
4699 |
msgstr ""
|
4700 |
|
|
|
4701 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:307
|
4702 |
msgid "Hide Required %s"
|
4703 |
msgstr ""
|
4704 |
|
|
|
|
|
4705 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:308
|
4706 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:110
|
4707 |
msgid "Check to hide"
|
4708 |
msgstr ""
|
4709 |
|
|
|
4710 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:321
|
4711 |
msgid "Field & Styling"
|
4712 |
msgstr ""
|
4713 |
|
|
|
|
|
4714 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:326
|
4715 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:483
|
4716 |
msgid "Round"
|
4717 |
msgstr ""
|
4718 |
|
|
|
|
|
4719 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:327
|
4720 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:484
|
4721 |
msgid "Square"
|
4722 |
msgstr ""
|
4723 |
|
|
|
|
|
4724 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:328
|
4725 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:485
|
4726 |
msgid "Pill"
|
4727 |
msgstr ""
|
4728 |
|
|
|
4729 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:329
|
4730 |
msgid "Material"
|
4731 |
msgstr ""
|
4732 |
|
|
|
4733 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:330
|
4734 |
msgid "Flat"
|
4735 |
msgstr ""
|
4736 |
|
|
|
|
|
4737 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:333
|
4738 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:488
|
4739 |
msgid "Layout"
|
4740 |
msgstr ""
|
4741 |
|
|
|
4742 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:340
|
4743 |
msgid "Small"
|
4744 |
msgstr ""
|
4745 |
|
|
|
4746 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:344
|
4747 |
msgid "Field Size"
|
4748 |
msgstr ""
|
4749 |
|
|
|
4750 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:345
|
4751 |
msgid "Select the size (in height) of input and textarea form fields."
|
4752 |
msgstr ""
|
4753 |
|
|
|
4754 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:359
|
4755 |
msgid "Icon Alignment"
|
4756 |
msgstr ""
|
4757 |
|
|
|
4758 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:364
|
4759 |
msgid "Border"
|
4760 |
msgstr ""
|
4761 |
|
|
|
4762 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:369
|
4763 |
msgid "Border on Focus"
|
4764 |
msgstr ""
|
4765 |
|
|
|
|
|
4766 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:379
|
4767 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:527
|
4768 |
msgid "Background on Focus"
|
4769 |
msgstr ""
|
4770 |
|
|
|
4771 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:386
|
4772 |
msgid "Labels & Text"
|
4773 |
msgstr ""
|
4774 |
|
|
|
4775 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:395
|
4776 |
msgid "Title Font Size (px)"
|
4777 |
msgstr ""
|
4778 |
|
|
|
|
|
4779 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:401
|
4780 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:512
|
4781 |
msgid "Normal"
|
4782 |
msgstr ""
|
4783 |
|
|
|
|
|
4784 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:402
|
4785 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:513
|
4786 |
msgid "Bold"
|
4787 |
msgstr ""
|
4788 |
|
|
|
4789 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:404
|
4790 |
msgid "Title Font Weight"
|
4791 |
msgstr ""
|
4792 |
|
|
|
4793 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:419
|
4794 |
msgid "Description Alignment"
|
4795 |
msgstr ""
|
4796 |
|
|
|
4797 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:424
|
4798 |
msgid "Value / Text Font Size"
|
4799 |
msgstr ""
|
4800 |
|
|
|
4801 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:425
|
4802 |
msgid "Font size in pixel (px) of field values and text on form."
|
4803 |
msgstr ""
|
4804 |
|
|
|
4805 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:430
|
4806 |
msgid "Value / Text"
|
4807 |
msgstr ""
|
4808 |
|
|
|
4809 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:431
|
4810 |
msgid "Color of the value of a field and text on the form."
|
4811 |
msgstr ""
|
4812 |
|
|
|
4813 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:447
|
4814 |
msgid "Name"
|
4815 |
msgstr ""
|
4816 |
|
|
|
4817 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:466
|
4818 |
msgid "Submit"
|
4819 |
msgstr ""
|
4820 |
|
|
|
4821 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:495
|
4822 |
msgid "Auto (Default)"
|
4823 |
msgstr ""
|
4824 |
|
|
|
4825 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:496
|
4826 |
msgid "Wide"
|
4827 |
msgstr ""
|
4828 |
|
|
|
4829 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:497
|
4830 |
msgid "Full Stretched Width"
|
4831 |
msgstr ""
|
4832 |
|
|
|
4833 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:505
|
4834 |
msgid "Font Size (px)"
|
4835 |
msgstr ""
|
4836 |
|
|
|
4837 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:515
|
4838 |
msgid "Font Weight"
|
4839 |
msgstr ""
|
4840 |
|
|
|
4841 |
#: src/Themes/DragDrop/AbstractBuildScratch.php:539
|
4842 |
msgid "Text Focused"
|
4843 |
msgstr ""
|
4844 |
|
|
|
4845 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:123
|
4846 |
msgid "%s Members"
|
4847 |
msgstr ""
|
4848 |
|
|
|
4849 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:124
|
4850 |
msgid "%s Member"
|
4851 |
msgstr ""
|
4852 |
|
|
|
4853 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:125
|
4854 |
msgid "We could not find any user that matches your search criteria"
|
4855 |
msgstr ""
|
4856 |
|
|
|
4857 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:142
|
4858 |
msgid "User Roles to Display"
|
4859 |
msgstr ""
|
4860 |
|
|
|
4861 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:143
|
4862 |
+
msgid "If you do not want to show all members, select the user roles to appear in this directory."
|
|
|
|
|
4863 |
msgstr ""
|
4864 |
|
|
|
|
|
4865 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:151
|
4866 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:159
|
4867 |
msgid "Example: 1, 6, 32"
|
4868 |
msgstr ""
|
4869 |
|
|
|
4870 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:152
|
4871 |
msgid "Comma Separated List of Users ID to Only Show"
|
4872 |
msgstr ""
|
4873 |
|
|
|
4874 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:160
|
4875 |
msgid "Comma Separated List of Users ID to Exclude"
|
4876 |
msgstr ""
|
4877 |
|
|
|
4878 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:173
|
4879 |
msgid "Search & Filter Fields Text"
|
4880 |
msgstr ""
|
4881 |
|
|
|
4882 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:178
|
4883 |
msgid "Search & Filter Fields Border"
|
4884 |
msgstr ""
|
4885 |
|
|
|
4886 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:183
|
4887 |
msgid "Pagination Links"
|
4888 |
msgstr ""
|
4889 |
|
|
|
4890 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:188
|
4891 |
msgid "Pagination Active Link Color"
|
4892 |
msgstr ""
|
4893 |
|
|
|
4894 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:193
|
4895 |
msgid "Pagination Active Link Background"
|
4896 |
msgstr ""
|
4897 |
|
|
|
4898 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:222
|
4899 |
msgid "Sorting"
|
4900 |
msgstr ""
|
4901 |
|
|
|
4902 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:225
|
4903 |
msgid "Default Sorting method"
|
4904 |
msgstr ""
|
4905 |
|
|
|
4906 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:231
|
4907 |
msgid "Enable custom sorting"
|
4908 |
msgstr ""
|
4909 |
|
|
|
4910 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:236
|
4911 |
msgid "Sorting Method Fields"
|
4912 |
msgstr ""
|
4913 |
|
|
|
4914 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:239
|
4915 |
msgid "Fields to show in sorting dropdown menu"
|
4916 |
msgstr ""
|
4917 |
|
|
|
|
|
4918 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:244
|
4919 |
+
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:838
|
4920 |
msgid "Search"
|
4921 |
msgstr ""
|
4922 |
|
|
|
4923 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:247
|
4924 |
msgid "Display Search Form"
|
4925 |
msgstr ""
|
4926 |
|
|
|
4927 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:252
|
4928 |
msgid "Search Fields"
|
4929 |
msgstr ""
|
4930 |
|
|
|
4931 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:255
|
4932 |
msgid "Select fields to search in."
|
4933 |
msgstr ""
|
4934 |
|
|
|
4935 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:264
|
4936 |
msgid "Enable Filters"
|
4937 |
msgstr ""
|
4938 |
|
|
|
4939 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:266
|
4940 |
msgid "If enabled, users will be able to filter members in this directory"
|
4941 |
msgstr ""
|
4942 |
|
|
|
4943 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:271
|
4944 |
msgid "Filter Fields"
|
4945 |
msgstr ""
|
4946 |
|
|
|
4947 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:278
|
4948 |
+
msgid "Select custom fields that members can be filtered by. Only Select, Checkbox, Radio, Country and Date/Time fields are supported."
|
|
|
|
|
4949 |
msgstr ""
|
4950 |
|
|
|
4951 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:289
|
4952 |
+
msgid "%sUpgrade to ProfilePress premium%s if you don't have the custom field addon so you can enable search and filtering by custom fields."
|
|
|
|
|
4953 |
msgstr ""
|
4954 |
|
|
|
4955 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:296
|
4956 |
msgid "Result & Pagination"
|
4957 |
msgstr ""
|
4958 |
|
|
|
4959 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:299
|
4960 |
msgid "Show Results Only After a Search"
|
4961 |
msgstr ""
|
4962 |
|
|
|
4963 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:301
|
4964 |
msgid "Enable to only show members after a search is performed"
|
4965 |
msgstr ""
|
4966 |
|
|
|
4967 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:305
|
4968 |
msgid "Number of Members per Page"
|
4969 |
msgstr ""
|
4970 |
|
|
|
4971 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:310
|
4972 |
msgid "Results Text"
|
4973 |
msgstr ""
|
4974 |
|
|
|
4975 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:315
|
4976 |
msgid "Single Result Text"
|
4977 |
msgstr ""
|
4978 |
|
|
|
4979 |
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:320
|
4980 |
msgid "No Result Text"
|
4981 |
msgstr ""
|
4982 |
|
4983 |
+
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:475
|
|
|
4984 |
msgid "Newest Users First"
|
4985 |
msgstr ""
|
4986 |
|
4987 |
+
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:476
|
|
|
4988 |
msgid "Oldest Users First"
|
4989 |
msgstr ""
|
4990 |
|
4991 |
+
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:705
|
|
|
4992 |
msgid "Sort by"
|
4993 |
msgstr ""
|
4994 |
|
4995 |
+
#: src/Themes/DragDrop/AbstractMemberDirectoryTheme.php:742
|
|
|
4996 |
msgid "More Filters"
|
4997 |
msgstr ""
|
4998 |
|
|
|
4999 |
#: src/Themes/DragDrop/AbstractTheme.php:233
|
5000 |
msgid "Bio"
|
5001 |
msgstr ""
|
5002 |
|
|
|
|
|
5003 |
#: src/Themes/DragDrop/Login/PerfectoLite.php:46
|
5004 |
#: src/Themes/DragDrop/Registration/PerfectoLite.php:48
|
5005 |
msgid "Form Border"
|
5006 |
msgstr ""
|
5007 |
|
|
|
|
|
5008 |
#: src/Themes/DragDrop/Login/PerfectoLite.php:56
|
5009 |
#: src/Themes/DragDrop/Registration/PerfectoLite.php:58
|
5010 |
msgid "Field Placeholder"
|
5011 |
msgstr ""
|
5012 |
|
|
|
|
|
5013 |
#: src/Themes/DragDrop/Login/PerfectoLite.php:61
|
5014 |
#: src/Themes/DragDrop/Registration/PerfectoLite.php:63
|
5015 |
msgid "Button Background"
|
5016 |
msgstr ""
|
5017 |
|
|
|
|
|
5018 |
#: src/Themes/DragDrop/Login/PerfectoLite.php:66
|
5019 |
#: src/Themes/DragDrop/Registration/PerfectoLite.php:68
|
5020 |
msgid "Button Text"
|
5021 |
msgstr ""
|
5022 |
|
|
|
|
|
5023 |
#: src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php:46
|
5024 |
#: src/Themes/DragDrop/MemberDirectory/Gerbera.php:44
|
5025 |
msgid "Enable Profile Picture"
|
5026 |
msgstr ""
|
5027 |
|
|
|
|
|
5028 |
#: src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php:53
|
5029 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:82
|
5030 |
msgid "Enable Cover Photo"
|
5031 |
msgstr ""
|
5032 |
|
|
|
5033 |
#: src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php:62
|
5034 |
msgid "Enable Social Connect Icons"
|
5035 |
msgstr ""
|
5036 |
|
|
|
5037 |
#: src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php:72
|
5038 |
+
msgid "%sUpgrade to ProfilePress premium%s if you don't have the custom field addon to display social profile icons of users."
|
|
|
|
|
5039 |
msgstr ""
|
5040 |
|
|
|
5041 |
#: src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php:100
|
5042 |
msgid "Card Background"
|
5043 |
msgstr ""
|
5044 |
|
|
|
5045 |
#: src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php:105
|
5046 |
msgid "Card Border"
|
5047 |
msgstr ""
|
5048 |
|
|
|
5049 |
#: src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php:110
|
5050 |
msgid "Card Text"
|
5051 |
msgstr ""
|
5052 |
|
|
|
5053 |
#: src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php:120
|
5054 |
msgid "Profile Picture Border"
|
5055 |
msgstr ""
|
5056 |
|
|
|
5057 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:66
|
5058 |
msgid "Profile Maximum Width"
|
5059 |
msgstr ""
|
5060 |
|
|
|
5061 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:67
|
5062 |
msgid "The maximum width of the profile template."
|
5063 |
msgstr ""
|
5064 |
|
|
|
5065 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:74
|
5066 |
msgid "Profile Area Maximum Width"
|
5067 |
msgstr ""
|
5068 |
|
|
|
5069 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:75
|
5070 |
msgid "The maximum width of the profile area inside profile below the header."
|
5071 |
msgstr ""
|
5072 |
|
|
|
5073 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:89
|
5074 |
msgid "Profile Cover Ratio"
|
5075 |
msgstr ""
|
5076 |
|
|
|
5077 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:95
|
5078 |
msgid "Choose an aspect ratio of the profile cover photo."
|
5079 |
msgstr ""
|
5080 |
|
|
|
5081 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:104
|
5082 |
msgid "Hide"
|
5083 |
msgstr ""
|
5084 |
|
|
|
5085 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:110
|
5086 |
msgid "First Name Only"
|
5087 |
msgstr ""
|
5088 |
|
|
|
5089 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:112
|
5090 |
+
msgid "What to use as display name in profile header. Select \"Hide\" to hide it from showing."
|
|
|
|
|
5091 |
msgstr ""
|
5092 |
|
|
|
5093 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:121
|
5094 |
msgid "Show Social Links in Header"
|
5095 |
msgstr ""
|
5096 |
|
|
|
5097 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:132
|
5098 |
+
msgid "%sUpgrade to ProfilePress premium%s if you don't have the custom field addon to display users social profiles."
|
|
|
|
|
5099 |
msgstr ""
|
5100 |
|
|
|
5101 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:141
|
5102 |
msgid "Show Bio in Header"
|
5103 |
msgstr ""
|
5104 |
|
|
|
5105 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:148
|
5106 |
msgid "Fields to Show in User Meta"
|
5107 |
msgstr ""
|
5108 |
|
|
|
5109 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:156
|
5110 |
msgid "Profile Menu Tabs"
|
5111 |
msgstr ""
|
5112 |
|
|
|
5113 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:174
|
5114 |
msgid "Header Name"
|
5115 |
msgstr ""
|
5116 |
|
|
|
5117 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:179
|
5118 |
msgid "Body Text"
|
5119 |
msgstr ""
|
5120 |
|
|
|
5121 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:184
|
5122 |
msgid "Menu Background"
|
5123 |
msgstr ""
|
5124 |
|
|
|
5125 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:189
|
5126 |
msgid "Menu Tab Text"
|
5127 |
msgstr ""
|
5128 |
|
|
|
5129 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:194
|
5130 |
msgid "Active Menu Tab Background"
|
5131 |
msgstr ""
|
5132 |
|
|
|
5133 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:231
|
5134 |
msgid "About"
|
5135 |
msgstr ""
|
5136 |
|
|
|
5137 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:235
|
5138 |
msgid "Posts"
|
5139 |
msgstr ""
|
5140 |
|
|
|
5141 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:239
|
5142 |
msgid "Comments"
|
5143 |
msgstr ""
|
5144 |
|
|
|
5145 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:309
|
5146 |
+
msgid "Your profile is looking a little empty. Why not <a href=\"%s\">add some information</a>?"
|
|
|
|
|
5147 |
msgstr ""
|
5148 |
|
|
|
5149 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:349
|
5150 |
msgid "See More Posts"
|
5151 |
msgstr ""
|
5152 |
|
|
|
5153 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:380
|
5154 |
msgid "See More Comments"
|
5155 |
msgstr ""
|
5156 |
|
|
|
|
|
5157 |
#: src/Themes/DragDrop/UserProfile/DefaultTemplate.php:424
|
5158 |
#: src/Widgets/TabbedWidget.php:221
|
5159 |
msgid "Edit your profile"
|
5160 |
msgstr ""
|
5161 |
|
|
|
5162 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:40
|
5163 |
msgid "Header Byline"
|
5164 |
msgstr ""
|
5165 |
|
|
|
5166 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:47
|
5167 |
msgid "Profile Header Text"
|
5168 |
msgstr ""
|
5169 |
|
|
|
5170 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:65
|
5171 |
msgid "Header Background"
|
5172 |
msgstr ""
|
5173 |
|
|
|
5174 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:75
|
5175 |
msgid "Text Underline"
|
5176 |
msgstr ""
|
5177 |
|
|
|
5178 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:80
|
5179 |
msgid "Avatar Border"
|
5180 |
msgstr ""
|
5181 |
|
|
|
5182 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:85
|
5183 |
msgid "Profile Info Border"
|
5184 |
msgstr ""
|
5185 |
|
|
|
5186 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:90
|
5187 |
msgid "Profile Info Background"
|
5188 |
msgstr ""
|
5189 |
|
|
|
5190 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:95
|
5191 |
msgid "Profile Info Text"
|
5192 |
msgstr ""
|
5193 |
|
|
|
5194 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:105
|
5195 |
msgid "Social Links"
|
5196 |
msgstr ""
|
5197 |
|
|
|
5198 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:109
|
5199 |
msgid "Hide Social Links"
|
5200 |
msgstr ""
|
5201 |
|
|
|
5202 |
#: src/Themes/DragDrop/UserProfile/Dixon.php:122
|
5203 |
msgid "PROFILE DETAILS"
|
5204 |
msgstr ""
|
5205 |
|
5206 |
+
#: src/Widgets/Form.php:14
|
5207 |
msgid "ProfilePress Form"
|
5208 |
msgstr ""
|
5209 |
|
5210 |
+
#: src/Widgets/Form.php:15
|
5211 |
msgid "Easily add your ProfilePress forms to widget areas."
|
5212 |
msgstr ""
|
5213 |
|
5214 |
+
#: src/Widgets/Form.php:70
|
5215 |
msgid "Select Form"
|
5216 |
msgstr ""
|
5217 |
|
5218 |
+
#: src/Widgets/Form.php:74
|
5219 |
msgid "Login Form"
|
5220 |
msgstr ""
|
5221 |
|
5222 |
+
#: src/Widgets/Form.php:87
|
5223 |
msgid "Registration Form"
|
5224 |
msgstr ""
|
5225 |
|
5226 |
+
#: src/Widgets/Form.php:100
|
5227 |
msgid "Password Reset Form"
|
5228 |
msgstr ""
|
5229 |
|
5230 |
+
#: src/Widgets/Form.php:113
|
5231 |
msgid "Edit Profile Form"
|
5232 |
msgstr ""
|
5233 |
|
5234 |
+
#: src/Widgets/Form.php:126
|
5235 |
msgid "Melange Form"
|
5236 |
msgstr ""
|
5237 |
|
5238 |
+
#: src/Widgets/Form.php:141
|
5239 |
msgid "Hide when a user is logged in:"
|
5240 |
msgstr ""
|
5241 |
|
|
|
5242 |
#: src/Widgets/TabbedWidget.php:18
|
5243 |
msgid "A tabbed login, registration and lost password widget"
|
5244 |
msgstr ""
|
5245 |
|
|
|
5246 |
#: src/Widgets/TabbedWidget.php:119
|
5247 |
msgid "Forgot?"
|
5248 |
msgstr ""
|
5249 |
|
|
|
5250 |
#: src/Widgets/TabbedWidget.php:191
|
5251 |
msgid "Username or E-mail:"
|
5252 |
msgstr ""
|
5253 |
|
|
|
|
|
5254 |
#: src/Widgets/TabbedWidget.php:218 src/Widgets/UserPanel.php:50
|
5255 |
msgid "Welcome %s"
|
5256 |
msgstr ""
|
5257 |
|
|
|
5258 |
#: src/Widgets/TabbedWidget.php:238
|
5259 |
msgid "Login / Sign up"
|
5260 |
msgstr ""
|
5261 |
|
|
|
5262 |
#: src/Widgets/TabbedWidget.php:244
|
5263 |
msgid "Have an account?"
|
5264 |
msgstr ""
|
5265 |
|
|
|
5266 |
#: src/Widgets/TabbedWidget.php:250
|
5267 |
msgid "Don't have an account?"
|
5268 |
msgstr ""
|
5269 |
|
|
|
5270 |
#: src/Widgets/TabbedWidget.php:256
|
5271 |
msgid "Forgot Password?"
|
5272 |
msgstr ""
|
5273 |
|
|
|
5274 |
#: src/Widgets/TabbedWidget.php:479
|
5275 |
msgid "Login text:"
|
5276 |
msgstr ""
|
5277 |
|
|
|
5278 |
#: src/Widgets/TabbedWidget.php:484
|
5279 |
msgid "Registration text:"
|
5280 |
msgstr ""
|
5281 |
|
|
|
5282 |
#: src/Widgets/TabbedWidget.php:489
|
5283 |
msgid "Lost-password text:"
|
5284 |
msgstr ""
|
5285 |
|
|
|
5286 |
#: src/Widgets/TabbedWidget.php:495
|
5287 |
msgid "Automatically login user after successful registration"
|
5288 |
msgstr ""
|
5289 |
|
|
|
5290 |
#: src/Widgets/TabbedWidget.php:501
|
5291 |
msgid "Widget CSS:"
|
5292 |
msgstr ""
|
5293 |
|
|
|
5294 |
#: src/Widgets/TabbedWidgetDependency.php:29
|
5295 |
msgid "Unable to log in. Please try again"
|
5296 |
msgstr ""
|
5297 |
|
|
|
5298 |
#: src/Widgets/TabbedWidgetDependency.php:47
|
5299 |
msgid "Check your email for further instructions."
|
5300 |
msgstr ""
|
5301 |
|
|
|
5302 |
#: src/Widgets/TabbedWidgetDependency.php:54
|
5303 |
msgid "Unexpected error, please try again"
|
5304 |
msgstr ""
|
5305 |
|
|
|
5306 |
#: src/Widgets/TabbedWidgetDependency.php:108
|
5307 |
msgid "Required form field is missing"
|
5308 |
msgstr ""
|
5309 |
|
|
|
5310 |
#: src/Widgets/UserPanel.php:11
|
5311 |
msgid "ProfilePress User Panel"
|
5312 |
msgstr ""
|
5313 |
|
|
|
5314 |
#: src/Widgets/UserPanel.php:13
|
5315 |
+
msgid "Display currently logged in user's avatar and links to logout and edit the profile."
|
|
|
|
|
5316 |
msgstr ""
|
5317 |
|
|
|
|
|
5318 |
#: src/Widgets/UserPanel.php:29 src/Widgets/UserPanel.php:70
|
5319 |
msgid "Edit your Profile"
|
5320 |
msgstr ""
|
5321 |
|
|
|
5322 |
#: src/Widgets/UserPanel.php:68
|
5323 |
msgid "User Panel"
|
5324 |
msgstr ""
|
5325 |
|
|
|
5326 |
#: src/Widgets/UserPanel.php:80
|
5327 |
msgid "Check to remove user profile picture from panel."
|
5328 |
msgstr ""
|
5329 |
|
|
|
5330 |
#: src/Widgets/UserPanel.php:84
|
5331 |
msgid "Label for \"edit profile\" link:"
|
5332 |
msgstr ""
|
5333 |
|
|
|
5334 |
#: src/Widgets/UserPanel.php:89
|
5335 |
msgid "Label for logout link:"
|
5336 |
msgstr ""
|
|
|
5337 |
#. Plugin Name of the plugin/theme
|
5338 |
msgid "ProfilePress"
|
5339 |
msgstr ""
|
5340 |
|
|
|
5341 |
#. Plugin URI of the plugin/theme
|
5342 |
+
msgid "https://profilepress.com"
|
|
|
|
|
5343 |
msgstr ""
|
5344 |
|
5345 |
#. Description of the plugin/theme
|
5349 |
#. Author of the plugin/theme
|
5350 |
msgid "ProfilePress Team"
|
5351 |
msgstr ""
|
5352 |
+
|
5353 |
+
#. Author URI of the plugin/theme
|
5354 |
+
msgid "https://profilepress.com"
|
5355 |
+
msgstr ""
|
readme.txt
CHANGED
@@ -1,158 +1,163 @@
|
|
1 |
-
=== WordPress Membership, User Registration, Login Form, User Profile & Restrict Content – ProfilePress ===
|
2 |
-
Contributors: properfraction, collizo4sky
|
3 |
-
Donate link: https://profilepress.
|
4 |
-
Tags: membership, user registration, user profile, registration form, login form, 2fa, two-factor authenticator, login, registration, password reset, members, users, profile, front-end profile, edit profile, avatar, profile picture
|
5 |
-
Requires at least: 4.7
|
6 |
-
Requires PHP: 7.1.0
|
7 |
-
Tested up to: 6.0
|
8 |
-
Stable tag: 3.2.
|
9 |
-
License: GPLv2 or later
|
10 |
-
|
11 |
-
Modern membership plugin
|
12 |
-
|
13 |
-
== Description ==
|
14 |
-
|
15 |
-
= Modern Membership, User Registration, Profile & Login Form Plugin =
|
16 |
-
|
17 |
-
[ProfilePress](https://profilepress.
|
18 |
-
|
19 |
-
Our Drag-and-Drop form builder makes building forms easy. It is the perfect solution for creating online communities and membership sites where users can register or signup to become members.
|
20 |
-
|
21 |
-
[Website](https://profilepress.
|
22 |
-
|
23 |
-
### Excellent Features of ProfilePress
|
24 |
-
|
25 |
-
= Custom Frontend Forms =
|
26 |
-
|
27 |
-
Create amazing login, user registration, password reset and edit profile forms with our drag-and-drop and advanced builders. Your members will never have to see your WordPress admin panel. Everything is handled on the frontend.
|
28 |
-
|
29 |
-
* **User Registration Forms** – Let users signup via a custom registration form.
|
30 |
-
* **Login & Password Reset Forms** – Allow users to log in and reset their passwords.
|
31 |
-
* **User Dashboard** – My Account page and edit profile forms for users to manage their profile details and account settings.
|
32 |
-
* **Automatic
|
33 |
-
* Add login, logout, register and profile links to your website navigation menu that will change based on whether the user is logged in or not.
|
34 |
-
|
35 |
-
= User Profiles & Member Directories =
|
36 |
-
|
37 |
-
Add beautiful user profiles to your site that display the profile picture and information of your users. And create searchable and filterable member directories allowing users to find each other.
|
38 |
-
|
39 |
-
We also provide shortcodes to display users avatars and allow users to upload their profile pictures from the front-end of your site.
|
40 |
-
|
41 |
-
= Advanced and Drag-and-Drop Form Builder =
|
42 |
-
|
43 |
-
We took the pain out of creating user profiles, member directories, forms with our intuitive drag-and-drop builder.
|
44 |
-
|
45 |
-
We also provide an advanced form builder that gives you the flexibility to build any type of form. With knowledge of HTML, you code the form in combination with our expressive shortcodes, make it pretty with CSS and we handle the rest.
|
46 |
-
|
47 |
-
= Customisable Pre-Built Templates =
|
48 |
-
|
49 |
-
Never start from scratch again. ProfilePress comes with several beautiful, customizable pre-built templates for user profile, member directory and forms to help you save even more time.
|
50 |
-
|
51 |
-
= Access & Content Restriction =
|
52 |
-
|
53 |
-
ProfilePress gives you fine-grained control over what content your users can see based on your [protection rules](https://profilepress.
|
54 |
-
|
55 |
-
ProfilePress also lets you:
|
56 |
-
|
57 |
-
* Disable the admin bar and restrict access to the WordPress dashboard based on user roles.
|
58 |
-
* Redirect the WordPress default login page (wp-login.php) to your custom login, registration page and password reset pages.
|
59 |
-
|
60 |
-
= Email Customizer =
|
61 |
-
|
62 |
-
Customize the email templates for each email that can be sent to users and administrators. You also have the flexibility of changing the sender name and email address as well as activate and deactivate the email type that can be sent.
|
63 |
-
|
64 |
-
### Powerful Premium Addons
|
65 |
-
|
66 |
-
Extend the capabilities of ProfilePress with our powerful addons.
|
67 |
-
|
68 |
-
* [Custom Fields](https://profilepress.
|
69 |
-
* [Email Confirmation](https://profilepress.
|
70 |
-
* [User Moderation](https://profilepress.
|
71 |
-
* [Social Login](https://profilepress.
|
72 |
-
* [Two-Factor Authentication (2FA)](https://profilepress.
|
73 |
-
* [Passwordless Login](https://profilepress.
|
74 |
-
* [WooCommerce](https://profilepress.
|
75 |
-
* [Google reCAPTCHA](https://profilepress.
|
76 |
-
* [Site Creation](https://profilepress.
|
77 |
-
* [Mailchimp](https://profilepress.
|
78 |
-
* [Campaign Monitor](https://profilepress.
|
79 |
-
* [BuddyPress Profile Sync](https://profilepress.
|
80 |
-
* [Join BuddyPress Groups](https://profilepress.
|
81 |
-
* [Akismet](https://profilepress.
|
82 |
-
* [Polylang](https://profilepress.
|
83 |
-
|
84 |
-
= What's Next =
|
85 |
-
|
86 |
-
If you like this plugin, then consider checking out our other products:
|
87 |
-
|
88 |
-
* <a href="https://mailoptin.io/" title="MailOptin">MailOptin</a> - Create popups and optin forms for capturing email newsletter subscribers. Integrates with Mailchimp, ConvertKit, Infusionsoft, ActiveCampaign, Campaign Monitor, Constant Contact & more.
|
89 |
-
|
90 |
-
== Installation ==
|
91 |
-
|
92 |
-
Installing ProfilePress is just like any other WordPress plugin.
|
93 |
-
|
94 |
-
Navigate to your WordPress “Plugins” page, inside of your WordPress dashboard, and follow these instructions:
|
95 |
-
|
96 |
-
1. In the search field enter **ProfilePress**. Click "Search Plugins", or hit Enter.
|
97 |
-
1. Select **ProfilePress** and click either "Details" or "Install Now".
|
98 |
-
1. Once installed, click "Activate".
|
99 |
-
|
100 |
-
== Frequently Asked Questions ==
|
101 |
-
|
102 |
-
= Do I need to have coding skills to use ProfilePress? =
|
103 |
-
|
104 |
-
No. You can create and manage your forms, user profiles and member directories without any coding knowledge (Intuitive form & email template builder).
|
105 |
-
|
106 |
-
== Screenshots ==
|
107 |
-
|
108 |
-
1. Frontend User Profile
|
109 |
-
2. Member Directory
|
110 |
-
3. User Registration Form
|
111 |
-
4. Custom Login Form
|
112 |
-
5. Drag and Drop Form builder
|
113 |
-
6. Email Customizer and Settings
|
114 |
-
7. My Account Page
|
115 |
-
8. Content Protection
|
116 |
-
9. WP User Avatar and Cover Image Settings
|
117 |
-
10. Admin Bar and Dashboard Access
|
118 |
-
|
119 |
-
== Changelog ==
|
120 |
-
|
121 |
-
= 3.2.
|
122 |
-
*
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
* Fixed bug
|
131 |
-
|
132 |
-
|
133 |
-
* Fixed
|
134 |
-
*
|
135 |
-
*
|
136 |
-
*
|
137 |
-
|
138 |
-
|
139 |
-
*
|
140 |
-
*
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
* Fixed
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
*
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
* Fixed bug
|
153 |
-
*
|
154 |
-
|
155 |
-
|
156 |
-
*
|
157 |
-
|
158 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
=== WordPress Membership, User Registration, Login Form, User Profile & Restrict Content Plugin – ProfilePress ===
|
2 |
+
Contributors: properfraction, collizo4sky
|
3 |
+
Donate link: https://profilepress.com/pricing/
|
4 |
+
Tags: membership, user registration, user profile, registration form, login form, 2fa, two-factor authenticator, login, registration, password reset, members, users, profile, front-end profile, edit profile, avatar, profile picture
|
5 |
+
Requires at least: 4.7
|
6 |
+
Requires PHP: 7.1.0
|
7 |
+
Tested up to: 6.0
|
8 |
+
Stable tag: 3.2.15
|
9 |
+
License: GPLv2 or later
|
10 |
+
|
11 |
+
Modern membership plugin: restrict content, user registration, front-end login form, customizable user profile & member directory.
|
12 |
+
|
13 |
+
== Description ==
|
14 |
+
|
15 |
+
= Modern Membership, User Registration, Profile & Login Form Plugin =
|
16 |
+
|
17 |
+
[ProfilePress](https://profilepress.com/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) (formerly WP User Avatar) is a lightweight membership plugin that lets you create beautiful user profiles, member directories and frontend user registration form, login form, password reset and editing profile information. It also allows you to restrict content and control user access.
|
18 |
+
|
19 |
+
Our Drag-and-Drop form builder makes building forms easy. It is the perfect solution for creating online communities and membership sites where users can register or signup to become members.
|
20 |
+
|
21 |
+
[Website](https://profilepress.com/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) | [Addons](https://profilepress.com/addons/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) | [Documentation](https://profilepress.com/docs/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) | [Support](https://profilepress.com/support/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion)
|
22 |
+
|
23 |
+
### Excellent Features of ProfilePress
|
24 |
+
|
25 |
+
= Custom Frontend Forms =
|
26 |
+
|
27 |
+
Create amazing login, user registration, password reset and edit profile forms with our drag-and-drop and advanced builders. Your members will never have to see your WordPress admin panel. Everything is handled on the frontend.
|
28 |
+
|
29 |
+
* **User Registration Forms** – Let users signup via a custom registration form.
|
30 |
+
* **Login & Password Reset Forms** – Allow users to log in and reset their passwords.
|
31 |
+
* **User Dashboard** – My Account page and edit profile forms for users to manage their profile details and account settings.
|
32 |
+
* **Automatic Registration & Login Redirect** – Auto login users after they register and redirect them after they sign in, log out and reset their passwords.
|
33 |
+
* Add login, logout, register and profile links to your website navigation menu that will change based on whether the user is logged in or not.
|
34 |
+
|
35 |
+
= User Profiles & Member Directories =
|
36 |
+
|
37 |
+
Add beautiful user profiles to your site that display the profile picture and information of your users. And create searchable and filterable member directories allowing users to find each other.
|
38 |
+
|
39 |
+
We also provide shortcodes to display users avatars and allow users to upload their profile pictures from the front-end of your site.
|
40 |
+
|
41 |
+
= Advanced and Drag-and-Drop Form Builder =
|
42 |
+
|
43 |
+
We took the pain out of creating user profiles, member directories, forms with our intuitive drag-and-drop builder.
|
44 |
+
|
45 |
+
We also provide an advanced form builder that gives you the flexibility to build any type of form. With knowledge of HTML, you code the form in combination with our expressive shortcodes, make it pretty with CSS and we handle the rest.
|
46 |
+
|
47 |
+
= Customisable Pre-Built Templates =
|
48 |
+
|
49 |
+
Never start from scratch again. ProfilePress comes with several beautiful, customizable pre-built templates for user profile, member directory and forms to help you save even more time.
|
50 |
+
|
51 |
+
= Access & Content Restriction =
|
52 |
+
|
53 |
+
ProfilePress gives you fine-grained control over what content your users can see based on your [protection rules](https://profilepress.com/article/adding-content-protection-rules/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) and [shortcodes](https://profilepress.com/article/wordpress-content-restriction-shortcodes/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion). You can restrict content including pages, child pages, posts, custom post types, categories, tags and custom taxonomies based on their user roles, usernames, email address, and logged-in status.
|
54 |
+
|
55 |
+
ProfilePress also lets you:
|
56 |
+
|
57 |
+
* Disable the admin bar and restrict access to the WordPress dashboard based on user roles.
|
58 |
+
* Redirect the WordPress default login page (wp-login.php) to your custom login, registration page and password reset pages.
|
59 |
+
|
60 |
+
= Email Customizer =
|
61 |
+
|
62 |
+
Customize the email templates for each email that can be sent to users and administrators. You also have the flexibility of changing the sender name and email address as well as activate and deactivate the email type that can be sent.
|
63 |
+
|
64 |
+
### Powerful Premium Addons
|
65 |
+
|
66 |
+
Extend the capabilities of ProfilePress with our powerful addons.
|
67 |
+
|
68 |
+
* [Custom Fields](https://profilepress.com/addons/custom-fields/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) – Collect additional information from users besides the standard profile data.
|
69 |
+
* [Email Confirmation](https://profilepress.com/addons/email-confirmation/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) – Ensure registered users confirm their email addresses before they can log in.
|
70 |
+
* [User Moderation](https://profilepress.com/addons/user-moderation/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) – Decide whether to approve newly registered users or not. You can also block and unblock users at any time.
|
71 |
+
* [Social Login](https://profilepress.com/addons/social-login/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) – Let users register & login to your site via Facebook, Twitter, Google, LinkedIn, GitHub and VK.
|
72 |
+
* [Two-Factor Authentication (2FA)](https://profilepress.com/addons/2fa/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) – Adds an additional layer of security to users accounts by requiring more than just a password to log in.
|
73 |
+
* [Passwordless Login](https://profilepress.com/addons/passwordless-login/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) – Let users log in to your site via a one-time URL sent to their email addresses.
|
74 |
+
* [WooCommerce](https://profilepress.com/addons/woocommerce/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) – Manage WooCommerce billing and shipping fields, replace WooCommerce login and edit account forms in checkout and “My Account” pages with that of ProfilePress.
|
75 |
+
* [Google reCAPTCHA](https://profilepress.com/addons/recaptcha/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) – Protect your forms against spam and bot attacks.
|
76 |
+
* [Site Creation](https://profilepress.com/addons/site-creation/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) – Allow users to create new sites on a multisite network via a registration form powered by ProfilePress.
|
77 |
+
* [Mailchimp](https://profilepress.com/addons/mailchimp/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) – Subscribe members to your Mailchimp audiences when they register and automatically sync profile changes with Mailchimp.
|
78 |
+
* [Campaign Monitor](https://profilepress.com/addons/campaign-monitor/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) – Subscribe members to your Campaign Monitor lists when they register and automatically sync profile changes with Campaign Monitor.
|
79 |
+
* [BuddyPress Profile Sync](https://profilepress.com/addons/buddypress-profile-sync/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) – This addon provides 2-way synchronization between WordPress profile fields and BuddyPress extended profile.
|
80 |
+
* [Join BuddyPress Groups](https://profilepress.com/addons/join-buddypress-groups/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) – Let users select the BuddyPress groups to join during registration.
|
81 |
+
* [Akismet](https://profilepress.com/addons/akismet/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) – Block spam and bot user registrations with Akismet and keep your membership site safe and secured.
|
82 |
+
* [Polylang](https://profilepress.com/addons/polylang/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) – Build multilingual login, registration, password reset and edit profile forms.
|
83 |
+
|
84 |
+
= What's Next =
|
85 |
+
|
86 |
+
If you like this plugin, then consider checking out our other products:
|
87 |
+
|
88 |
+
* <a href="https://mailoptin.io/" title="MailOptin">MailOptin</a> - Create popups and optin forms for capturing email newsletter subscribers. Integrates with Mailchimp, ConvertKit, Infusionsoft, ActiveCampaign, Campaign Monitor, Constant Contact & more.
|
89 |
+
|
90 |
+
== Installation ==
|
91 |
+
|
92 |
+
Installing ProfilePress is just like any other WordPress plugin.
|
93 |
+
|
94 |
+
Navigate to your WordPress “Plugins” page, inside of your WordPress dashboard, and follow these instructions:
|
95 |
+
|
96 |
+
1. In the search field enter **ProfilePress**. Click "Search Plugins", or hit Enter.
|
97 |
+
1. Select **ProfilePress** and click either "Details" or "Install Now".
|
98 |
+
1. Once installed, click "Activate".
|
99 |
+
|
100 |
+
== Frequently Asked Questions ==
|
101 |
+
|
102 |
+
= Do I need to have coding skills to use ProfilePress? =
|
103 |
+
|
104 |
+
No. You can create and manage your forms, user profiles and member directories without any coding knowledge (Intuitive form & email template builder).
|
105 |
+
|
106 |
+
== Screenshots ==
|
107 |
+
|
108 |
+
1. Frontend User Profile
|
109 |
+
2. Member Directory
|
110 |
+
3. User Registration Form
|
111 |
+
4. Custom Login Form
|
112 |
+
5. Drag and Drop Form builder
|
113 |
+
6. Email Customizer and Settings
|
114 |
+
7. My Account Page
|
115 |
+
8. Content Protection
|
116 |
+
9. WP User Avatar and Cover Image Settings
|
117 |
+
10. Admin Bar and Dashboard Access
|
118 |
+
|
119 |
+
== Changelog ==
|
120 |
+
|
121 |
+
= 3.2.15 =
|
122 |
+
* Fixed bug where social icons where showing when disabled.
|
123 |
+
* Removed display name from sorted field options.
|
124 |
+
* Added filter to member directory filter fields.
|
125 |
+
|
126 |
+
= 3.2.14 =
|
127 |
+
* Improve PHP 8 compatibility.
|
128 |
+
|
129 |
+
= 3.2.13 =
|
130 |
+
* Fixed bug where custom html texts where scribbled.
|
131 |
+
|
132 |
+
= 3.2.12 =
|
133 |
+
* Fixed user roles not recognized during member directory search.
|
134 |
+
* Fixed fatal error caused by empty member directory search field.
|
135 |
+
* Fixed bug with shortcodes not working in custom html.
|
136 |
+
* Fixed conflict where media uploader was not working for other plugins.
|
137 |
+
* Fixed Buddypress signup page override not working.
|
138 |
+
* Fixed My Account page visitor redirect bug.
|
139 |
+
* Improvement: scroll to member directory section after search.
|
140 |
+
* Improved ajax login process.
|
141 |
+
* Added Slim SEO compatibility.
|
142 |
+
|
143 |
+
= 3.2.11 =
|
144 |
+
* Fixed PHP Fatal error: Uncaught Error: Call to a member function wpua_get_default_avatar_url() on null
|
145 |
+
* Upgrade jbox and flatpickr libs.
|
146 |
+
|
147 |
+
= 3.2.10 =
|
148 |
+
* Added noncache to temporary redirects.
|
149 |
+
* Fixed fatal error caused by user avatar functions.
|
150 |
+
|
151 |
+
= 3.2.9 =
|
152 |
+
* Fixed bug where reset password enforcement not working.
|
153 |
+
* Made sure select2 is only loaded where needed in admin screens.
|
154 |
+
|
155 |
+
= 3.2.8 =
|
156 |
+
* Fixed bug with content restriction shortcode not working correctly.
|
157 |
+
* Fixed bug with item dragging in the form builder.
|
158 |
+
* Added: Clear form after registration.
|
159 |
+
* Added action hook to email template.
|
160 |
+
* [Pro](https://profilepress.com/addons/passwordless-login/) Added enabling/disabling of passwordless login per form.
|
161 |
+
* [Pro](https://profilepress.com/addons/woocommerce/) support for replacing the registration form in WooCommerce my account page
|
162 |
+
|
163 |
+
See the [changelog file](https://plugins.svn.wordpress.org/wp-user-avatar/trunk/changelog.txt) for full change log information.
|
src/Admin/SettingsPages/AbstractSettingsPage.php
CHANGED
@@ -67,15 +67,15 @@ abstract class AbstractSettingsPage
|
|
67 |
<span class="dashicons dashicons-star-filled"></span> <?= __('Review', 'wp-user-avatar'); ?>
|
68 |
</a></span>
|
69 |
<?php if (ExtensionManager::is_premium()) : ?>
|
70 |
-
<span><a rel="noopener" href="https://profilepress.
|
71 |
<span class="dashicons dashicons-admin-users"></span> <?= __('Support', 'wp-user-avatar'); ?>
|
72 |
</a></span>
|
73 |
<?php else : ?>
|
74 |
-
<span><a class="ppress-active" rel="noopener" href="https://profilepress.
|
75 |
<span class="dashicons dashicons-info"></span> <?= __('Pro Upgrade', 'wp-user-avatar'); ?>
|
76 |
</a></span>
|
77 |
<?php endif; ?>
|
78 |
-
<span><a rel="noopener" href="https://profilepress.
|
79 |
<span class="dashicons dashicons-book"></span> <?= __('Docs', 'wp-user-avatar'); ?>
|
80 |
</a></span>
|
81 |
</div>
|
@@ -225,7 +225,7 @@ abstract class AbstractSettingsPage
|
|
225 |
$support_url = 'https://wordpress.org/support/plugin/wp-user-avatar/';
|
226 |
|
227 |
if (ExtensionManager::is_premium()) {
|
228 |
-
$support_url = 'https://profilepress.
|
229 |
}
|
230 |
|
231 |
$content .= sprintf(
|
@@ -238,7 +238,7 @@ abstract class AbstractSettingsPage
|
|
238 |
$content .= '<p>';
|
239 |
$content .= sprintf(
|
240 |
esc_html__('Detailed documentation is also available on the plugin website. %sView Knowledge Base%s', 'wp-user-avatar'),
|
241 |
-
'<a class="ppress-link" href="https://profilepress.
|
242 |
);
|
243 |
|
244 |
$content .= '</p>';
|
67 |
<span class="dashicons dashicons-star-filled"></span> <?= __('Review', 'wp-user-avatar'); ?>
|
68 |
</a></span>
|
69 |
<?php if (ExtensionManager::is_premium()) : ?>
|
70 |
+
<span><a rel="noopener" href="https://profilepress.com/submit-ticket/" target="_blank">
|
71 |
<span class="dashicons dashicons-admin-users"></span> <?= __('Support', 'wp-user-avatar'); ?>
|
72 |
</a></span>
|
73 |
<?php else : ?>
|
74 |
+
<span><a class="ppress-active" rel="noopener" href="https://profilepress.com/pricing/?utm_source=wp_dashboard&utm_medium=upgrade&utm_campaign=ppress_header_topright_menu" target="_blank">
|
75 |
<span class="dashicons dashicons-info"></span> <?= __('Pro Upgrade', 'wp-user-avatar'); ?>
|
76 |
</a></span>
|
77 |
<?php endif; ?>
|
78 |
+
<span><a rel="noopener" href="https://profilepress.com/docs/" target="_blank">
|
79 |
<span class="dashicons dashicons-book"></span> <?= __('Docs', 'wp-user-avatar'); ?>
|
80 |
</a></span>
|
81 |
</div>
|
225 |
$support_url = 'https://wordpress.org/support/plugin/wp-user-avatar/';
|
226 |
|
227 |
if (ExtensionManager::is_premium()) {
|
228 |
+
$support_url = 'https://profilepress.com/submit-ticket/';
|
229 |
}
|
230 |
|
231 |
$content .= sprintf(
|
238 |
$content .= '<p>';
|
239 |
$content .= sprintf(
|
240 |
esc_html__('Detailed documentation is also available on the plugin website. %sView Knowledge Base%s', 'wp-user-avatar'),
|
241 |
+
'<a class="ppress-link" href="https://profilepress.com/docs/" target="_blank">', $link_icon . '</a>'
|
242 |
);
|
243 |
|
244 |
$content .= '</p>';
|
src/Admin/SettingsPages/AddNewForm.php
CHANGED
@@ -68,7 +68,7 @@ class AddNewForm
|
|
68 |
|
69 |
<?php if ( ! class_exists('ProfilePress\Libsodium\Libsodium')) : ?>
|
70 |
<div class="pp-hald-first">
|
71 |
-
<a target="_blank" href='https://profilepress.
|
72 |
<div class="pp-half-meta-inner">
|
73 |
<div class="pp-half-first-thumb responsive-image">
|
74 |
<img src="<?= PPRESS_ASSETS_URL; ?>/images/admin/shortcode-builder-icon.png">
|
@@ -77,7 +77,7 @@ class AddNewForm
|
|
77 |
<h2><?php _e('Shortcode Builder', 'wp-user-avatar'); ?></h2>
|
78 |
<p><?php printf(
|
79 |
__('Code your own from scratch with complete control and flexibility. %sLearn more%s.', 'wp-user-avatar'),
|
80 |
-
'<a style="color:#2271b1;text-decoration:underline" target="_blank" href="https://profilepress.
|
81 |
); ?>
|
82 |
</p>
|
83 |
</div>
|
68 |
|
69 |
<?php if ( ! class_exists('ProfilePress\Libsodium\Libsodium')) : ?>
|
70 |
<div class="pp-hald-first">
|
71 |
+
<a target="_blank" href='https://profilepress.com/pricing/?utm_source=wp_dashboard&utm_medium=upgrade&utm_campaign=shortcode_builder_upsell'>
|
72 |
<div class="pp-half-meta-inner">
|
73 |
<div class="pp-half-first-thumb responsive-image">
|
74 |
<img src="<?= PPRESS_ASSETS_URL; ?>/images/admin/shortcode-builder-icon.png">
|
77 |
<h2><?php _e('Shortcode Builder', 'wp-user-avatar'); ?></h2>
|
78 |
<p><?php printf(
|
79 |
__('Code your own from scratch with complete control and flexibility. %sLearn more%s.', 'wp-user-avatar'),
|
80 |
+
'<a style="color:#2271b1;text-decoration:underline" target="_blank" href="https://profilepress.com/article/drag-drop-advanced-shortcode-builders/?utm_source=wp_dashboard&utm_medium=upgrade&utm_campaign=shortcode_builder_upsell_learnmore">', '</a>'
|
81 |
); ?>
|
82 |
</p>
|
83 |
</div>
|
src/Admin/SettingsPages/AdminFooter.php
CHANGED
@@ -25,7 +25,7 @@ class AdminFooter
|
|
25 |
{
|
26 |
if (ppress_is_admin_page()) {
|
27 |
$rate_text = sprintf(__('Thank you for using <a href="%1$s" target="_blank">ProfilePress</a>! Please <a href="%2$s" target="_blank">rate us ★★★★★</a> on <a href="%2$s" target="_blank">WordPress.org</a> to help us spread the word.', 'wp-user-avatar'),
|
28 |
-
'https://profilepress.
|
29 |
'https://wordpress.org/support/view/plugin-reviews/wp-user-avatar?filter=5#postform'
|
30 |
);
|
31 |
|
25 |
{
|
26 |
if (ppress_is_admin_page()) {
|
27 |
$rate_text = sprintf(__('Thank you for using <a href="%1$s" target="_blank">ProfilePress</a>! Please <a href="%2$s" target="_blank">rate us ★★★★★</a> on <a href="%2$s" target="_blank">WordPress.org</a> to help us spread the word.', 'wp-user-avatar'),
|
28 |
+
'https://profilepress.com',
|
29 |
'https://wordpress.org/support/view/plugin-reviews/wp-user-avatar?filter=5#postform'
|
30 |
);
|
31 |
|
src/Admin/SettingsPages/ExtensionsSettingsPage.php
CHANGED
@@ -102,7 +102,7 @@ class ExtensionsSettingsPage extends AbstractSettingsPage
|
|
102 |
) ?>
|
103 |
</span>
|
104 |
<div class="ppress-extensions-upsell-button">
|
105 |
-
<a target="_blank" href="https://profilepress.
|
106 |
<?= esc_html__('Upgrade Now', 'wp-user-avatar') ?>
|
107 |
</a>
|
108 |
</div>
|
@@ -114,7 +114,7 @@ class ExtensionsSettingsPage extends AbstractSettingsPage
|
|
114 |
<?php foreach (EM::available_extensions() as $id => $extension) :
|
115 |
$name = sprintf('%s[%s]', EM::DB_OPTION_NAME, $id);
|
116 |
$extension_class = ppress_var(EM::class_map(), $id);
|
117 |
-
$upgrade_url = "https://profilepress.
|
118 |
if ( ! EM::is_premium()) {
|
119 |
$upgrade_url = add_query_arg('discount', '10PPOFF', $upgrade_url);
|
120 |
}
|
102 |
) ?>
|
103 |
</span>
|
104 |
<div class="ppress-extensions-upsell-button">
|
105 |
+
<a target="_blank" href="https://profilepress.com/pricing/?discount=10PPOFF&utm_source=liteplugin&utm_medium=extension-page&utm_campaign=notice&utm_content=upsell" class="button-primary">
|
106 |
<?= esc_html__('Upgrade Now', 'wp-user-avatar') ?>
|
107 |
</a>
|
108 |
</div>
|
114 |
<?php foreach (EM::available_extensions() as $id => $extension) :
|
115 |
$name = sprintf('%s[%s]', EM::DB_OPTION_NAME, $id);
|
116 |
$extension_class = ppress_var(EM::class_map(), $id);
|
117 |
+
$upgrade_url = "https://profilepress.com/pricing/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=extension-upgrade&utm_content=$id";
|
118 |
if ( ! EM::is_premium()) {
|
119 |
$upgrade_url = add_query_arg('discount', '10PPOFF', $upgrade_url);
|
120 |
}
|
src/Base.php
CHANGED
@@ -92,6 +92,7 @@ class Base
|
|
92 |
const cif_vk = 'vk';
|
93 |
const cif_instagram = 'instagram';
|
94 |
const cif_github = 'github';
|
|
|
95 |
|
96 |
public function __construct()
|
97 |
{
|
@@ -280,4 +281,4 @@ class Base
|
|
280 |
|
281 |
return $instance;
|
282 |
}
|
283 |
-
}
|
92 |
const cif_vk = 'vk';
|
93 |
const cif_instagram = 'instagram';
|
94 |
const cif_github = 'github';
|
95 |
+
const cif_pinterest = 'pinterest';
|
96 |
|
97 |
public function __construct()
|
98 |
{
|
281 |
|
282 |
return $instance;
|
283 |
}
|
284 |
+
}
|
src/Classes/AjaxHandler.php
CHANGED
@@ -126,7 +126,7 @@ class AjaxHandler
|
|
126 |
$theme_class = esc_attr($theme['theme_class']);
|
127 |
$theme_type = esc_attr($theme['theme_type']);
|
128 |
|
129 |
-
$upgrade_url = 'https://profilepress.
|
130 |
|
131 |
/** @todo add preview support of templates */
|
132 |
|
126 |
$theme_class = esc_attr($theme['theme_class']);
|
127 |
$theme_type = esc_attr($theme['theme_type']);
|
128 |
|
129 |
+
$upgrade_url = 'https://profilepress.com/pricing/?utm_source=wp_dashboard&utm_medium=upgrade&utm_campaign=premium_template';
|
130 |
|
131 |
/** @todo add preview support of templates */
|
132 |
|
src/Classes/ExtensionManager.php
CHANGED
@@ -53,49 +53,49 @@ class ExtensionManager
|
|
53 |
return apply_filters('ppress_available_extensions', [
|
54 |
self::CUSTOM_FIELDS => [
|
55 |
'title' => esc_html__('Custom Fields', 'wp-user-avatar'),
|
56 |
-
'url' => 'https://profilepress.
|
57 |
'description' => esc_html__('Collect unlimited additional information from users besides the standard profile data.', 'wp-user-avatar'),
|
58 |
'icon' => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M567.938 243.908L462.25 85.374A48.003 48.003 0 0 0 422.311 64H153.689a48 48 0 0 0-39.938 21.374L8.062 243.908A47.994 47.994 0 0 0 0 270.533V400c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V270.533a47.994 47.994 0 0 0-8.062-26.625zM162.252 128h251.497l85.333 128H376l-32 64H232l-32-64H76.918l85.334-128z"></path></svg>'
|
59 |
],
|
60 |
self::EMAIL_CONFIRMATION => [
|
61 |
'title' => esc_html__('Email Confirmation', 'wp-user-avatar'),
|
62 |
-
'url' => 'https://profilepress.
|
63 |
'description' => esc_html__('Ensure newly registered users confirm their email addresses before they can log in.', 'wp-user-avatar'),
|
64 |
'icon' => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M567.938 243.908L462.25 85.374A48.003 48.003 0 0 0 422.311 64H153.689a48 48 0 0 0-39.938 21.374L8.062 243.908A47.994 47.994 0 0 0 0 270.533V400c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V270.533a47.994 47.994 0 0 0-8.062-26.625zM162.252 128h251.497l85.333 128H376l-32 64H232l-32-64H76.918l85.334-128z"></path></svg>'
|
65 |
],
|
66 |
self::TWOFA => [
|
67 |
'title' => esc_html__('Two-Factor Authentication (2FA)', 'wp-user-avatar'),
|
68 |
-
'url' => 'https://profilepress.
|
69 |
'description' => esc_html__('Adds an additional layer of security to users accounts by requiring more than just a password to log in.', 'wp-user-avatar'),
|
70 |
'icon' => '<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABmJLR0QA/wD/AP+gvaeTAAACPElEQVRoge3Zz4tNYRzH8dcMIk0pViI1TZqIQn6NmR0rLPz6A6wsrGZsxJZkRU2zslLKRjOsbGQhaiwQSZkUsiPSRH6UsHjO7R63e++ce+4591y3865v5+n58X2eT8/v81BSUlLyP9GXstxynMJuLM2oLT/xEJfwLSOfTVkcVfgnJ5uN6sidIzmKqNihVhuVRvnGWHgWV1P4qMdxjEThTbjVSuE0QuJl5nAlhY96jKgKabld/Rk1onDynlR7sT1h3s2x8ChON8k7g1fxiLyFHMR4inL7ImvEnBoh5dBKwXNhlUvLUaxqlNhJIXcx0Ub5nZoI6ZmhVYSQPmzFiljcALZhUSxuLdYndVqEkCk8wQtBzDI8xWPVU8IevMZLHEvitAgho9F3DQaxGkNR3Fj03YUlQvvGJKCTk73CWVzAPTwTDokXsR/nojzXhH1kAJNJnBYh5HZkcc5EVuEjDrTitFy1uo1OChlXvTjdFJbhE/gq2WVrSzPnRcwRwop1X3UFa5uihOzI2mHeQ+u8sEcMReF6XMcGTMfiJmPl6tmdWid598inyMS+Fd7jpHBJgi+xtM/Czp6YolatG8IPhpmFMial03Pkg9AL0wtlbJVOCnkg/EqqHWKZ0Ekhj/J03jM7e1490u/fi1OcefzOusK8hKzDmwZpg3ibdYU9M7R6RkheQ+sdVjZIm8+jwjRCfsXCw8JRPAuGG9SRG4d14UNPGrry6a2dx9AJ4WEmq8fQH4KIy/iekc+SkpKSLuUvcZyz9d129/cAAAAASUVORK5CYII="/>'
|
71 |
],
|
72 |
self::USER_MODERATION => [
|
73 |
'title' => esc_html__('User Moderation', 'wp-user-avatar'),
|
74 |
-
'url' => 'https://profilepress.
|
75 |
'description' => esc_html__('Decide whether to approve newly registered users or not. You can also block and unblock users at any time.', 'wp-user-avatar'),
|
76 |
'icon' => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="currentColor" d="M622.3 271.1l-115.2-45c-4.1-1.6-12.6-3.7-22.2 0l-115.2 45c-10.7 4.2-17.7 14-17.7 24.9 0 111.6 68.7 188.8 132.9 213.9 9.6 3.7 18 1.6 22.2 0C558.4 489.9 640 420.5 640 296c0-10.9-7-20.7-17.7-24.9zM496 462.4V273.3l95.5 37.3c-5.6 87.1-60.9 135.4-95.5 151.8zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm96 40c0-2.5.8-4.8 1.1-7.2-2.5-.1-4.9-.8-7.5-.8h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c6.8 0 13.3-1.5 19.2-4-54-42.9-99.2-116.7-99.2-212z"></path></svg>'
|
77 |
],
|
78 |
self::SOCIAL_LOGIN => [
|
79 |
'title' => esc_html__('Social Login', 'wp-user-avatar'),
|
80 |
-
'url' => 'https://profilepress.
|
81 |
'description' => esc_html__('Let users easily register/login to your site using their social network accounts (Facebook, Twitter, Google, LinkedIn, GitHub, VK).', 'wp-user-avatar'),
|
82 |
'icon' => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="currentColor" d="M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z"></path></svg>'
|
83 |
],
|
84 |
self::PASSWORDLESS_LOGIN => [
|
85 |
'title' => esc_html__('Passwordless Login', 'wp-user-avatar'),
|
86 |
-
'url' => 'https://profilepress.
|
87 |
'description' => esc_html__('Let users log in to your website via a one-time URL sent to their email addresses.', 'wp-user-avatar'),
|
88 |
'icon' => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M416 448h-84c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h84c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32h-84c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h84c53 0 96 43 96 96v192c0 53-43 96-96 96zm-47-201L201 79c-15-15-41-4.5-41 17v96H24c-13.3 0-24 10.7-24 24v96c0 13.3 10.7 24 24 24h136v96c0 21.5 26 32 41 17l168-168c9.3-9.4 9.3-24.6 0-34z"></path></svg>'
|
89 |
],
|
90 |
self::RECAPTCHA => [
|
91 |
'title' => esc_html__('Google reCAPTCHA', 'wp-user-avatar'),
|
92 |
-
'url' => 'https://profilepress.
|
93 |
'description' => esc_html__('Protect your forms against spam and bot attacks.', 'wp-user-avatar'),
|
94 |
'icon' => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M224,192a16,16,0,1,0,16,16A16,16,0,0,0,224,192ZM466.5,83.68l-192-80A57.4,57.4,0,0,0,256.05,0a57.4,57.4,0,0,0-18.46,3.67l-192,80A47.93,47.93,0,0,0,16,128C16,326.5,130.5,463.72,237.5,508.32a48.09,48.09,0,0,0,36.91,0C360.09,472.61,496,349.3,496,128A48,48,0,0,0,466.5,83.68ZM384,256H371.88c-28.51,0-42.79,34.47-22.63,54.63l8.58,8.57a16,16,0,1,1-22.63,22.63l-8.57-8.58C306.47,313.09,272,327.37,272,355.88V368a16,16,0,0,1-32,0V355.88c0-28.51-34.47-42.79-54.63-22.63l-8.57,8.58a16,16,0,0,1-22.63-22.63l8.58-8.57c20.16-20.16,5.88-54.63-22.63-54.63H128a16,16,0,0,1,0-32h12.12c28.51,0,42.79-34.47,22.63-54.63l-8.58-8.57a16,16,0,0,1,22.63-22.63l8.57,8.58c20.16,20.16,54.63,5.88,54.63-22.63V112a16,16,0,0,1,32,0v12.12c0,28.51,34.47,42.79,54.63,22.63l8.57-8.58a16,16,0,0,1,22.63,22.63l-8.58,8.57C329.09,189.53,343.37,224,371.88,224H384a16,16,0,0,1,0,32Zm-96,0a16,16,0,1,0,16,16A16,16,0,0,0,288,256Z"></path></svg>'
|
95 |
],
|
96 |
self::JOIN_BUDDYPRESS_GROUPS => [
|
97 |
'title' => esc_html__('Join BuddyPress Groups', 'wp-user-avatar'),
|
98 |
-
'url' => 'https://profilepress.
|
99 |
'description' => esc_html__('Let users select the BuddyPress groups to join during registration.', 'wp-user-avatar'),
|
100 |
'icon' => '<span class="dashicons dashicons-buddicons-buddypress-logo"></span>',
|
101 |
'is_available' => function () {
|
@@ -104,7 +104,7 @@ class ExtensionManager
|
|
104 |
],
|
105 |
self::BUDDYPRESS_SYNC => [
|
106 |
'title' => esc_html__('BuddyPress Profile Sync', 'wp-user-avatar'),
|
107 |
-
'url' => 'https://profilepress.
|
108 |
'description' => esc_html__('It provides a 2-way synchronization between WordPress profile fields and BuddyPress extended profile.', 'wp-user-avatar'),
|
109 |
'icon' => '<span class="dashicons dashicons-buddicons-buddypress-logo"></span>',
|
110 |
'is_available' => function () {
|
@@ -113,7 +113,7 @@ class ExtensionManager
|
|
113 |
],
|
114 |
self::MULTISITE => [
|
115 |
'title' => esc_html__('Site Creation', 'wp-user-avatar'),
|
116 |
-
'url' => 'https://profilepress.
|
117 |
'description' => esc_html__('Allow users to create new sites on a multisite network via a registration form powered by ProfilePress.', 'wp-user-avatar'),
|
118 |
'icon' => '<span class="dashicons dashicons-networking"></span>',
|
119 |
'is_available' => function () {
|
@@ -122,7 +122,7 @@ class ExtensionManager
|
|
122 |
],
|
123 |
self::WOOCOMMERCE => [
|
124 |
'title' => esc_html__('WooCommerce', 'wp-user-avatar'),
|
125 |
-
'url' => 'https://profilepress.
|
126 |
'description' => esc_html__('It allows you to manage WooCommerce billing and shipping fields, replaces WooCommerce login and edit account forms in checkout and “My Account” pages with that of ProfilePress.', 'wp-user-avatar'),
|
127 |
'icon' => '<span class="dashicons dashicons-cart"></span>',
|
128 |
'is_available' => function () {
|
@@ -131,25 +131,25 @@ class ExtensionManager
|
|
131 |
],
|
132 |
self::MAILCHIMP => [
|
133 |
'title' => esc_html__('Mailchimp', 'wp-user-avatar'),
|
134 |
-
'url' => 'https://profilepress.
|
135 |
'description' => esc_html__('Subscribe members to your Mailchimp audiences when they register and automatically sync profile changes with Mailchimp.', 'wp-user-avatar'),
|
136 |
'icon' => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M330.61 243.52a36.15 36.15 0 0 1 9.3 0c1.66-3.83 1.95-10.43.45-17.61-2.23-10.67-5.25-17.14-11.48-16.13s-6.47 8.74-4.24 19.42c1.26 6 3.49 11.14 6 14.32zM277.05 252c4.47 2 7.2 3.26 8.28 2.13 1.89-1.94-3.48-9.39-12.12-13.09a31.44 31.44 0 0 0-30.61 3.68c-3 2.18-5.81 5.22-5.41 7.06.85 3.74 10-2.71 22.6-3.48 7-.44 12.8 1.75 17.26 3.71zm-9 5.13c-9.07 1.42-15 6.53-13.47 10.1.9.34 1.17.81 5.21-.81a37 37 0 0 1 18.72-1.95c2.92.34 4.31.52 4.94-.49 1.46-2.22-5.71-8-15.39-6.85zm54.17 17.1c3.38-6.87-10.9-13.93-14.3-7s10.92 13.88 14.32 6.97zm15.66-20.47c-7.66-.13-7.95 15.8-.26 15.93s7.98-15.81.28-15.96zm-218.79 78.9c-1.32.31-6 1.45-8.47-2.35-5.2-8 11.11-20.38 3-35.77-9.1-17.47-27.82-13.54-35.05-5.54-8.71 9.6-8.72 23.54-5 24.08 4.27.57 4.08-6.47 7.38-11.63a12.83 12.83 0 0 1 17.85-3.72c11.59 7.59 1.37 17.76 2.28 28.62 1.39 16.68 18.42 16.37 21.58 9a2.08 2.08 0 0 0-.2-2.33c.03.89.68-1.3-3.35-.39zm299.72-17.07c-3.35-11.73-2.57-9.22-6.78-20.52 2.45-3.67 15.29-24-3.07-43.25-10.4-10.92-33.9-16.54-41.1-18.54-1.5-11.39 4.65-58.7-21.52-83 20.79-21.55 33.76-45.29 33.73-65.65-.06-39.16-48.15-51-107.42-26.47l-12.55 5.33c-.06-.05-22.71-22.27-23.05-22.57C169.5-18-41.77 216.81 25.78 273.85l14.76 12.51a72.49 72.49 0 0 0-4.1 33.5c3.36 33.4 36 60.42 67.53 60.38 57.73 133.06 267.9 133.28 322.29 3 1.74-4.47 9.11-24.61 9.11-42.38s-10.09-25.27-16.53-25.27zm-316 48.16c-22.82-.61-47.46-21.15-49.91-45.51-6.17-61.31 74.26-75.27 84-12.33 4.54 29.64-4.67 58.49-34.12 57.81zM84.3 249.55C69.14 252.5 55.78 261.09 47.6 273c-4.88-4.07-14-12-15.59-15-13.01-24.85 14.24-73 33.3-100.21C112.42 90.56 186.19 39.68 220.36 48.91c5.55 1.57 23.94 22.89 23.94 22.89s-34.15 18.94-65.8 45.35c-42.66 32.85-74.89 80.59-94.2 132.4zM323.18 350.7s-35.74 5.3-69.51-7.07c6.21-20.16 27 6.1 96.4-13.81 15.29-4.38 35.37-13 51-25.35a102.85 102.85 0 0 1 7.12 24.28c3.66-.66 14.25-.52 11.44 18.1-3.29 19.87-11.73 36-25.93 50.84A106.86 106.86 0 0 1 362.55 421a132.45 132.45 0 0 1-20.34 8.58c-53.51 17.48-108.3-1.74-126-43a66.33 66.33 0 0 1-3.55-9.74c-7.53-27.2-1.14-59.83 18.84-80.37 1.23-1.31 2.48-2.85 2.48-4.79a8.45 8.45 0 0 0-1.92-4.54c-7-10.13-31.19-27.4-26.33-60.83 3.5-24 24.49-40.91 44.07-39.91l5 .29c8.48.5 15.89 1.59 22.88 1.88 11.69.5 22.2-1.19 34.64-11.56 4.2-3.5 7.57-6.54 13.26-7.51a17.45 17.45 0 0 1 13.6 2.24c10 6.64 11.4 22.73 11.92 34.49.29 6.72 1.1 23 1.38 27.63.63 10.67 3.43 12.17 9.11 14 3.19 1.05 6.15 1.83 10.51 3.06 13.21 3.71 21 7.48 26 12.31a16.38 16.38 0 0 1 4.74 9.29c1.56 11.37-8.82 25.4-36.31 38.16-46.71 21.68-93.68 14.45-100.48 13.68-20.15-2.71-31.63 23.32-19.55 41.15 22.64 33.41 122.4 20 151.37-21.35.69-1 .12-1.59-.73-1-41.77 28.58-97.06 38.21-128.46 26-4.77-1.85-14.73-6.44-15.94-16.67 43.6 13.49 71 .74 71 .74s2.03-2.79-.56-2.53zm-68.47-5.7zm-83.4-187.5c16.74-19.35 37.36-36.18 55.83-45.63a.73.73 0 0 1 1 1c-1.46 2.66-4.29 8.34-5.19 12.65a.75.75 0 0 0 1.16.79c11.49-7.83 31.48-16.22 49-17.3a.77.77 0 0 1 .52 1.38 41.86 41.86 0 0 0-7.71 7.74.75.75 0 0 0 .59 1.19c12.31.09 29.66 4.4 41 10.74.76.43.22 1.91-.64 1.72-69.55-15.94-123.08 18.53-134.5 26.83a.76.76 0 0 1-1-1.12z"></path></svg>'
|
137 |
],
|
138 |
self::CAMPAIGN_MONITOR => [
|
139 |
'title' => esc_html__('Campaign Monitor', 'wp-user-avatar'),
|
140 |
-
'url' => 'https://profilepress.
|
141 |
'description' => esc_html__('Subscribe members to your Campaign Monitor lists when they register and automatically sync profile changes with Campaign Monitor.', 'wp-user-avatar'),
|
142 |
'icon' => '<span class="dashicons dashicons-email"></span>'
|
143 |
],
|
144 |
self::AKISMET => [
|
145 |
'title' => esc_html__('Akismet', 'wp-user-avatar'),
|
146 |
-
'url' => 'https://profilepress.
|
147 |
'description' => esc_html__('Block spam and bot user registrations with Akismet and keep your membership site safe and secured.', 'wp-user-avatar'),
|
148 |
'icon' => '<span class="dashicons dashicons-shield"></span>'
|
149 |
],
|
150 |
self::POLYLANG => [
|
151 |
'title' => esc_html__('Polylang', 'wp-user-avatar'),
|
152 |
-
'url' => 'https://profilepress.
|
153 |
'description' => esc_html__('It allows you to build multilingual login, registration, password reset and edit profile forms.', 'wp-user-avatar'),
|
154 |
'icon' => '<span class="dashicons dashicons-flag"></span>',
|
155 |
'is_available' => function () {
|
53 |
return apply_filters('ppress_available_extensions', [
|
54 |
self::CUSTOM_FIELDS => [
|
55 |
'title' => esc_html__('Custom Fields', 'wp-user-avatar'),
|
56 |
+
'url' => 'https://profilepress.com/addons/custom-fields/?utm_source=liteplugin&utm_medium=extension-page&utm_campaign=learn-more',
|
57 |
'description' => esc_html__('Collect unlimited additional information from users besides the standard profile data.', 'wp-user-avatar'),
|
58 |
'icon' => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M567.938 243.908L462.25 85.374A48.003 48.003 0 0 0 422.311 64H153.689a48 48 0 0 0-39.938 21.374L8.062 243.908A47.994 47.994 0 0 0 0 270.533V400c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V270.533a47.994 47.994 0 0 0-8.062-26.625zM162.252 128h251.497l85.333 128H376l-32 64H232l-32-64H76.918l85.334-128z"></path></svg>'
|
59 |
],
|
60 |
self::EMAIL_CONFIRMATION => [
|
61 |
'title' => esc_html__('Email Confirmation', 'wp-user-avatar'),
|
62 |
+
'url' => 'https://profilepress.com/addons/email-confirmation/?utm_source=liteplugin&utm_medium=extension-page&utm_campaign=learn-more',
|
63 |
'description' => esc_html__('Ensure newly registered users confirm their email addresses before they can log in.', 'wp-user-avatar'),
|
64 |
'icon' => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M567.938 243.908L462.25 85.374A48.003 48.003 0 0 0 422.311 64H153.689a48 48 0 0 0-39.938 21.374L8.062 243.908A47.994 47.994 0 0 0 0 270.533V400c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V270.533a47.994 47.994 0 0 0-8.062-26.625zM162.252 128h251.497l85.333 128H376l-32 64H232l-32-64H76.918l85.334-128z"></path></svg>'
|
65 |
],
|
66 |
self::TWOFA => [
|
67 |
'title' => esc_html__('Two-Factor Authentication (2FA)', 'wp-user-avatar'),
|
68 |
+
'url' => 'https://profilepress.com/addons/2fa/?utm_source=liteplugin&utm_medium=extension-page&utm_campaign=learn-more',
|
69 |
'description' => esc_html__('Adds an additional layer of security to users accounts by requiring more than just a password to log in.', 'wp-user-avatar'),
|
70 |
'icon' => '<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABmJLR0QA/wD/AP+gvaeTAAACPElEQVRoge3Zz4tNYRzH8dcMIk0pViI1TZqIQn6NmR0rLPz6A6wsrGZsxJZkRU2zslLKRjOsbGQhaiwQSZkUsiPSRH6UsHjO7R63e++ce+4591y3865v5+n58X2eT8/v81BSUlLyP9GXstxynMJuLM2oLT/xEJfwLSOfTVkcVfgnJ5uN6sidIzmKqNihVhuVRvnGWHgWV1P4qMdxjEThTbjVSuE0QuJl5nAlhY96jKgKabld/Rk1onDynlR7sT1h3s2x8ChON8k7g1fxiLyFHMR4inL7ImvEnBoh5dBKwXNhlUvLUaxqlNhJIXcx0Ub5nZoI6ZmhVYSQPmzFiljcALZhUSxuLdYndVqEkCk8wQtBzDI8xWPVU8IevMZLHEvitAgho9F3DQaxGkNR3Fj03YUlQvvGJKCTk73CWVzAPTwTDokXsR/nojzXhH1kAJNJnBYh5HZkcc5EVuEjDrTitFy1uo1OChlXvTjdFJbhE/gq2WVrSzPnRcwRwop1X3UFa5uihOzI2mHeQ+u8sEcMReF6XMcGTMfiJmPl6tmdWid598inyMS+Fd7jpHBJgi+xtM/Czp6YolatG8IPhpmFMial03Pkg9AL0wtlbJVOCnkg/EqqHWKZ0Ekhj/J03jM7e1490u/fi1OcefzOusK8hKzDmwZpg3ibdYU9M7R6RkheQ+sdVjZIm8+jwjRCfsXCw8JRPAuGG9SRG4d14UNPGrry6a2dx9AJ4WEmq8fQH4KIy/iekc+SkpKSLuUvcZyz9d129/cAAAAASUVORK5CYII="/>'
|
71 |
],
|
72 |
self::USER_MODERATION => [
|
73 |
'title' => esc_html__('User Moderation', 'wp-user-avatar'),
|
74 |
+
'url' => 'https://profilepress.com/addons/user-moderation/?utm_source=liteplugin&utm_medium=extension-page&utm_campaign=learn-more',
|
75 |
'description' => esc_html__('Decide whether to approve newly registered users or not. You can also block and unblock users at any time.', 'wp-user-avatar'),
|
76 |
'icon' => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="currentColor" d="M622.3 271.1l-115.2-45c-4.1-1.6-12.6-3.7-22.2 0l-115.2 45c-10.7 4.2-17.7 14-17.7 24.9 0 111.6 68.7 188.8 132.9 213.9 9.6 3.7 18 1.6 22.2 0C558.4 489.9 640 420.5 640 296c0-10.9-7-20.7-17.7-24.9zM496 462.4V273.3l95.5 37.3c-5.6 87.1-60.9 135.4-95.5 151.8zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm96 40c0-2.5.8-4.8 1.1-7.2-2.5-.1-4.9-.8-7.5-.8h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c6.8 0 13.3-1.5 19.2-4-54-42.9-99.2-116.7-99.2-212z"></path></svg>'
|
77 |
],
|
78 |
self::SOCIAL_LOGIN => [
|
79 |
'title' => esc_html__('Social Login', 'wp-user-avatar'),
|
80 |
+
'url' => 'https://profilepress.com/addons/social-login/?utm_source=liteplugin&utm_medium=extension-page&utm_campaign=learn-more',
|
81 |
'description' => esc_html__('Let users easily register/login to your site using their social network accounts (Facebook, Twitter, Google, LinkedIn, GitHub, VK).', 'wp-user-avatar'),
|
82 |
'icon' => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="currentColor" d="M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z"></path></svg>'
|
83 |
],
|
84 |
self::PASSWORDLESS_LOGIN => [
|
85 |
'title' => esc_html__('Passwordless Login', 'wp-user-avatar'),
|
86 |
+
'url' => 'https://profilepress.com/addons/passwordless-login/?utm_source=liteplugin&utm_medium=extension-page&utm_campaign=learn-more',
|
87 |
'description' => esc_html__('Let users log in to your website via a one-time URL sent to their email addresses.', 'wp-user-avatar'),
|
88 |
'icon' => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M416 448h-84c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h84c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32h-84c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h84c53 0 96 43 96 96v192c0 53-43 96-96 96zm-47-201L201 79c-15-15-41-4.5-41 17v96H24c-13.3 0-24 10.7-24 24v96c0 13.3 10.7 24 24 24h136v96c0 21.5 26 32 41 17l168-168c9.3-9.4 9.3-24.6 0-34z"></path></svg>'
|
89 |
],
|
90 |
self::RECAPTCHA => [
|
91 |
'title' => esc_html__('Google reCAPTCHA', 'wp-user-avatar'),
|
92 |
+
'url' => 'https://profilepress.com/addons/recaptcha/?utm_source=liteplugin&utm_medium=extension-page&utm_campaign=learn-more',
|
93 |
'description' => esc_html__('Protect your forms against spam and bot attacks.', 'wp-user-avatar'),
|
94 |
'icon' => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M224,192a16,16,0,1,0,16,16A16,16,0,0,0,224,192ZM466.5,83.68l-192-80A57.4,57.4,0,0,0,256.05,0a57.4,57.4,0,0,0-18.46,3.67l-192,80A47.93,47.93,0,0,0,16,128C16,326.5,130.5,463.72,237.5,508.32a48.09,48.09,0,0,0,36.91,0C360.09,472.61,496,349.3,496,128A48,48,0,0,0,466.5,83.68ZM384,256H371.88c-28.51,0-42.79,34.47-22.63,54.63l8.58,8.57a16,16,0,1,1-22.63,22.63l-8.57-8.58C306.47,313.09,272,327.37,272,355.88V368a16,16,0,0,1-32,0V355.88c0-28.51-34.47-42.79-54.63-22.63l-8.57,8.58a16,16,0,0,1-22.63-22.63l8.58-8.57c20.16-20.16,5.88-54.63-22.63-54.63H128a16,16,0,0,1,0-32h12.12c28.51,0,42.79-34.47,22.63-54.63l-8.58-8.57a16,16,0,0,1,22.63-22.63l8.57,8.58c20.16,20.16,54.63,5.88,54.63-22.63V112a16,16,0,0,1,32,0v12.12c0,28.51,34.47,42.79,54.63,22.63l8.57-8.58a16,16,0,0,1,22.63,22.63l-8.58,8.57C329.09,189.53,343.37,224,371.88,224H384a16,16,0,0,1,0,32Zm-96,0a16,16,0,1,0,16,16A16,16,0,0,0,288,256Z"></path></svg>'
|
95 |
],
|
96 |
self::JOIN_BUDDYPRESS_GROUPS => [
|
97 |
'title' => esc_html__('Join BuddyPress Groups', 'wp-user-avatar'),
|
98 |
+
'url' => 'https://profilepress.com/addons/join-buddypress-groups/?utm_source=liteplugin&utm_medium=extension-page&utm_campaign=learn-more',
|
99 |
'description' => esc_html__('Let users select the BuddyPress groups to join during registration.', 'wp-user-avatar'),
|
100 |
'icon' => '<span class="dashicons dashicons-buddicons-buddypress-logo"></span>',
|
101 |
'is_available' => function () {
|
104 |
],
|
105 |
self::BUDDYPRESS_SYNC => [
|
106 |
'title' => esc_html__('BuddyPress Profile Sync', 'wp-user-avatar'),
|
107 |
+
'url' => 'https://profilepress.com/addons/buddypress-profile-sync/?utm_source=liteplugin&utm_medium=extension-page&utm_campaign=learn-more',
|
108 |
'description' => esc_html__('It provides a 2-way synchronization between WordPress profile fields and BuddyPress extended profile.', 'wp-user-avatar'),
|
109 |
'icon' => '<span class="dashicons dashicons-buddicons-buddypress-logo"></span>',
|
110 |
'is_available' => function () {
|
113 |
],
|
114 |
self::MULTISITE => [
|
115 |
'title' => esc_html__('Site Creation', 'wp-user-avatar'),
|
116 |
+
'url' => 'https://profilepress.com/addons/site-creation/?utm_source=liteplugin&utm_medium=extension-page&utm_campaign=learn-more',
|
117 |
'description' => esc_html__('Allow users to create new sites on a multisite network via a registration form powered by ProfilePress.', 'wp-user-avatar'),
|
118 |
'icon' => '<span class="dashicons dashicons-networking"></span>',
|
119 |
'is_available' => function () {
|
122 |
],
|
123 |
self::WOOCOMMERCE => [
|
124 |
'title' => esc_html__('WooCommerce', 'wp-user-avatar'),
|
125 |
+
'url' => 'https://profilepress.com/addons/woocommerce/?utm_source=liteplugin&utm_medium=extension-page&utm_campaign=learn-more',
|
126 |
'description' => esc_html__('It allows you to manage WooCommerce billing and shipping fields, replaces WooCommerce login and edit account forms in checkout and “My Account” pages with that of ProfilePress.', 'wp-user-avatar'),
|
127 |
'icon' => '<span class="dashicons dashicons-cart"></span>',
|
128 |
'is_available' => function () {
|
131 |
],
|
132 |
self::MAILCHIMP => [
|
133 |
'title' => esc_html__('Mailchimp', 'wp-user-avatar'),
|
134 |
+
'url' => 'https://profilepress.com/addons/mailchimp/?utm_source=liteplugin&utm_medium=extension-page&utm_campaign=learn-more',
|
135 |
'description' => esc_html__('Subscribe members to your Mailchimp audiences when they register and automatically sync profile changes with Mailchimp.', 'wp-user-avatar'),
|
136 |
'icon' => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M330.61 243.52a36.15 36.15 0 0 1 9.3 0c1.66-3.83 1.95-10.43.45-17.61-2.23-10.67-5.25-17.14-11.48-16.13s-6.47 8.74-4.24 19.42c1.26 6 3.49 11.14 6 14.32zM277.05 252c4.47 2 7.2 3.26 8.28 2.13 1.89-1.94-3.48-9.39-12.12-13.09a31.44 31.44 0 0 0-30.61 3.68c-3 2.18-5.81 5.22-5.41 7.06.85 3.74 10-2.71 22.6-3.48 7-.44 12.8 1.75 17.26 3.71zm-9 5.13c-9.07 1.42-15 6.53-13.47 10.1.9.34 1.17.81 5.21-.81a37 37 0 0 1 18.72-1.95c2.92.34 4.31.52 4.94-.49 1.46-2.22-5.71-8-15.39-6.85zm54.17 17.1c3.38-6.87-10.9-13.93-14.3-7s10.92 13.88 14.32 6.97zm15.66-20.47c-7.66-.13-7.95 15.8-.26 15.93s7.98-15.81.28-15.96zm-218.79 78.9c-1.32.31-6 1.45-8.47-2.35-5.2-8 11.11-20.38 3-35.77-9.1-17.47-27.82-13.54-35.05-5.54-8.71 9.6-8.72 23.54-5 24.08 4.27.57 4.08-6.47 7.38-11.63a12.83 12.83 0 0 1 17.85-3.72c11.59 7.59 1.37 17.76 2.28 28.62 1.39 16.68 18.42 16.37 21.58 9a2.08 2.08 0 0 0-.2-2.33c.03.89.68-1.3-3.35-.39zm299.72-17.07c-3.35-11.73-2.57-9.22-6.78-20.52 2.45-3.67 15.29-24-3.07-43.25-10.4-10.92-33.9-16.54-41.1-18.54-1.5-11.39 4.65-58.7-21.52-83 20.79-21.55 33.76-45.29 33.73-65.65-.06-39.16-48.15-51-107.42-26.47l-12.55 5.33c-.06-.05-22.71-22.27-23.05-22.57C169.5-18-41.77 216.81 25.78 273.85l14.76 12.51a72.49 72.49 0 0 0-4.1 33.5c3.36 33.4 36 60.42 67.53 60.38 57.73 133.06 267.9 133.28 322.29 3 1.74-4.47 9.11-24.61 9.11-42.38s-10.09-25.27-16.53-25.27zm-316 48.16c-22.82-.61-47.46-21.15-49.91-45.51-6.17-61.31 74.26-75.27 84-12.33 4.54 29.64-4.67 58.49-34.12 57.81zM84.3 249.55C69.14 252.5 55.78 261.09 47.6 273c-4.88-4.07-14-12-15.59-15-13.01-24.85 14.24-73 33.3-100.21C112.42 90.56 186.19 39.68 220.36 48.91c5.55 1.57 23.94 22.89 23.94 22.89s-34.15 18.94-65.8 45.35c-42.66 32.85-74.89 80.59-94.2 132.4zM323.18 350.7s-35.74 5.3-69.51-7.07c6.21-20.16 27 6.1 96.4-13.81 15.29-4.38 35.37-13 51-25.35a102.85 102.85 0 0 1 7.12 24.28c3.66-.66 14.25-.52 11.44 18.1-3.29 19.87-11.73 36-25.93 50.84A106.86 106.86 0 0 1 362.55 421a132.45 132.45 0 0 1-20.34 8.58c-53.51 17.48-108.3-1.74-126-43a66.33 66.33 0 0 1-3.55-9.74c-7.53-27.2-1.14-59.83 18.84-80.37 1.23-1.31 2.48-2.85 2.48-4.79a8.45 8.45 0 0 0-1.92-4.54c-7-10.13-31.19-27.4-26.33-60.83 3.5-24 24.49-40.91 44.07-39.91l5 .29c8.48.5 15.89 1.59 22.88 1.88 11.69.5 22.2-1.19 34.64-11.56 4.2-3.5 7.57-6.54 13.26-7.51a17.45 17.45 0 0 1 13.6 2.24c10 6.64 11.4 22.73 11.92 34.49.29 6.72 1.1 23 1.38 27.63.63 10.67 3.43 12.17 9.11 14 3.19 1.05 6.15 1.83 10.51 3.06 13.21 3.71 21 7.48 26 12.31a16.38 16.38 0 0 1 4.74 9.29c1.56 11.37-8.82 25.4-36.31 38.16-46.71 21.68-93.68 14.45-100.48 13.68-20.15-2.71-31.63 23.32-19.55 41.15 22.64 33.41 122.4 20 151.37-21.35.69-1 .12-1.59-.73-1-41.77 28.58-97.06 38.21-128.46 26-4.77-1.85-14.73-6.44-15.94-16.67 43.6 13.49 71 .74 71 .74s2.03-2.79-.56-2.53zm-68.47-5.7zm-83.4-187.5c16.74-19.35 37.36-36.18 55.83-45.63a.73.73 0 0 1 1 1c-1.46 2.66-4.29 8.34-5.19 12.65a.75.75 0 0 0 1.16.79c11.49-7.83 31.48-16.22 49-17.3a.77.77 0 0 1 .52 1.38 41.86 41.86 0 0 0-7.71 7.74.75.75 0 0 0 .59 1.19c12.31.09 29.66 4.4 41 10.74.76.43.22 1.91-.64 1.72-69.55-15.94-123.08 18.53-134.5 26.83a.76.76 0 0 1-1-1.12z"></path></svg>'
|
137 |
],
|
138 |
self::CAMPAIGN_MONITOR => [
|
139 |
'title' => esc_html__('Campaign Monitor', 'wp-user-avatar'),
|
140 |
+
'url' => 'https://profilepress.com/addons/campaign-monitor/?utm_source=liteplugin&utm_medium=extension-page&utm_campaign=learn-more',
|
141 |
'description' => esc_html__('Subscribe members to your Campaign Monitor lists when they register and automatically sync profile changes with Campaign Monitor.', 'wp-user-avatar'),
|
142 |
'icon' => '<span class="dashicons dashicons-email"></span>'
|
143 |
],
|
144 |
self::AKISMET => [
|
145 |
'title' => esc_html__('Akismet', 'wp-user-avatar'),
|
146 |
+
'url' => 'https://profilepress.com/addons/akismet/?utm_source=liteplugin&utm_medium=extension-page&utm_campaign=learn-more',
|
147 |
'description' => esc_html__('Block spam and bot user registrations with Akismet and keep your membership site safe and secured.', 'wp-user-avatar'),
|
148 |
'icon' => '<span class="dashicons dashicons-shield"></span>'
|
149 |
],
|
150 |
self::POLYLANG => [
|
151 |
'title' => esc_html__('Polylang', 'wp-user-avatar'),
|
152 |
+
'url' => 'https://profilepress.com/addons/polylang/?utm_source=liteplugin&utm_medium=extension-page&utm_campaign=learn-more',
|
153 |
'description' => esc_html__('It allows you to build multilingual login, registration, password reset and edit profile forms.', 'wp-user-avatar'),
|
154 |
'icon' => '<span class="dashicons dashicons-flag"></span>',
|
155 |
'is_available' => function () {
|
src/ContentProtection/views/include.shortcode-doc-sidebar.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<?php
|
4 |
printf(
|
5 |
esc_html__('To restrict contents in a post or page, we provide the below shortcode. %sLearn more%s', 'wp-user-avatar'),
|
6 |
-
'<a target="_blank" href="https://profilepress.
|
7 |
); ?>
|
8 |
</p>
|
9 |
<div style="padding:5px;margin: 0 1px;background: #f0f0f1;background: rgba(0,0,0,.07);">
|
3 |
<?php
|
4 |
printf(
|
5 |
esc_html__('To restrict contents in a post or page, we provide the below shortcode. %sLearn more%s', 'wp-user-avatar'),
|
6 |
+
'<a target="_blank" href="https://profilepress.com/article/wordpress-content-restriction-shortcodes/">', '</a>'
|
7 |
); ?>
|
8 |
</p>
|
9 |
<div style="padding:5px;margin: 0 1px;background: #f0f0f1;background: rgba(0,0,0,.07);">
|
src/Functions/GlobalFunctions.php
CHANGED
@@ -1350,6 +1350,7 @@ function ppress_social_network_fields()
|
|
1350 |
Base::cif_youtube => 'YouTube',
|
1351 |
Base::cif_instagram => 'Instagram',
|
1352 |
Base::cif_github => 'GitHub',
|
|
|
1353 |
]);
|
1354 |
}
|
1355 |
|
@@ -1458,8 +1459,9 @@ function ppress_clean($var)
|
|
1458 |
|
1459 |
/**
|
1460 |
* @param $s
|
1461 |
-
*
|
1462 |
* @return bool
|
|
|
1463 |
*/
|
1464 |
function ppress_is_base64($s)
|
1465 |
{
|
@@ -1474,4 +1476,4 @@ function ppress_is_base64($s)
|
|
1474 |
if (base64_encode($decoded) != $s) return false;
|
1475 |
|
1476 |
return true;
|
1477 |
-
}
|
1350 |
Base::cif_youtube => 'YouTube',
|
1351 |
Base::cif_instagram => 'Instagram',
|
1352 |
Base::cif_github => 'GitHub',
|
1353 |
+
Base::cif_pinterest => 'Pinterest',
|
1354 |
]);
|
1355 |
}
|
1356 |
|
1459 |
|
1460 |
/**
|
1461 |
* @param $s
|
1462 |
+
*
|
1463 |
* @return bool
|
1464 |
+
* @see https://stackoverflow.com/a/23810738/2648410
|
1465 |
*/
|
1466 |
function ppress_is_base64($s)
|
1467 |
{
|
1476 |
if (base64_encode($decoded) != $s) return false;
|
1477 |
|
1478 |
return true;
|
1479 |
+
}
|
src/Functions/PPressBFnote.php
CHANGED
@@ -57,7 +57,7 @@ if ( ! class_exists('\PPressBFnote')) {
|
|
57 |
);
|
58 |
$this->notice_css();
|
59 |
|
60 |
-
$bf_url = 'https://profilepress.
|
61 |
|
62 |
?>
|
63 |
<div class="ppressbfnote-admin-notice notice notice-success">
|
57 |
);
|
58 |
$this->notice_css();
|
59 |
|
60 |
+
$bf_url = 'https://profilepress.com/pricing/?utm_source=wp-admin&utm_medium=admin-notice&utm_id=bf2021'
|
61 |
|
62 |
?>
|
63 |
<div class="ppressbfnote-admin-notice notice notice-success">
|
src/ShortcodeParser/Builder/FieldsShortcodeCallback.php
CHANGED
@@ -835,6 +835,8 @@ class FieldsShortcodeCallback
|
|
835 |
return esc_html__('No checkbox choice found.', 'wp-user-avatar');
|
836 |
}
|
837 |
|
|
|
|
|
838 |
$attributes = $this->field_attributes('ignore_value', $this->valid_field_atts(ppress_normalize_attributes($atts)));
|
839 |
|
840 |
$checkbox_tag_key = "{$key}[]";
|
835 |
return esc_html__('No checkbox choice found.', 'wp-user-avatar');
|
836 |
}
|
837 |
|
838 |
+
$atts['required'] = 'false';
|
839 |
+
|
840 |
$attributes = $this->field_attributes('ignore_value', $this->valid_field_atts(ppress_normalize_attributes($atts)));
|
841 |
|
842 |
$checkbox_tag_key = "{$key}[]";
|
src/ShortcodeParser/EditProfileTag.php
CHANGED
@@ -47,7 +47,7 @@ class EditProfileTag extends FormProcessor
|
|
47 |
|
48 |
$response = apply_filters('ppress_edit_profile_status', $response, $id);
|
49 |
|
50 |
-
$attribution_start = apply_filters('ppress_hide_attribution', '<!-- This form was created and powered by ProfilePress WordPress plugin - https://profilepress.
|
51 |
$attribution_end = apply_filters('ppress_hide_attribution', "\r\n" . '<!-- / ProfilePress WordPress plugin. -->' . "\r\n");
|
52 |
$css = self::get_edit_profile_css($id);
|
53 |
|
47 |
|
48 |
$response = apply_filters('ppress_edit_profile_status', $response, $id);
|
49 |
|
50 |
+
$attribution_start = apply_filters('ppress_hide_attribution', '<!-- This form was created and powered by ProfilePress WordPress plugin - https://profilepress.com -->' . "\r\n");
|
51 |
$attribution_end = apply_filters('ppress_hide_attribution', "\r\n" . '<!-- / ProfilePress WordPress plugin. -->' . "\r\n");
|
52 |
$css = self::get_edit_profile_css($id);
|
53 |
|
src/ShortcodeParser/FrontendProfileTag.php
CHANGED
@@ -110,7 +110,7 @@ class FrontendProfileTag
|
|
110 |
|
111 |
do_action('ppress_frond_end_profile_id', $id);
|
112 |
|
113 |
-
$attribution_start = apply_filters('ppress_hide_attribution', '<!-- This WordPress front-end profile is built and powered by ProfilePress WordPress plugin - https://profilepress.
|
114 |
$attribution_end = apply_filters('ppress_hide_attribution', "\r\n" . '<!-- / ProfilePress WordPress plugin. -->' . "\r\n");
|
115 |
$css = self::get_user_profile_css($id);
|
116 |
|
110 |
|
111 |
do_action('ppress_frond_end_profile_id', $id);
|
112 |
|
113 |
+
$attribution_start = apply_filters('ppress_hide_attribution', '<!-- This WordPress front-end profile is built and powered by ProfilePress WordPress plugin - https://profilepress.com -->' . "\r\n");
|
114 |
$attribution_end = apply_filters('ppress_hide_attribution', "\r\n" . '<!-- / ProfilePress WordPress plugin. -->' . "\r\n");
|
115 |
$css = self::get_user_profile_css($id);
|
116 |
|
src/ShortcodeParser/LoginFormTag.php
CHANGED
@@ -33,7 +33,7 @@ class LoginFormTag extends FormProcessor
|
|
33 |
$login_error = ! empty($login_error) ? $login_error : apply_filters('ppress_login_error_output', '');
|
34 |
$login_error = apply_filters('ppress_login_error', $login_error, $id);
|
35 |
|
36 |
-
$attribution_start = apply_filters('ppress_hide_attribution', '<!-- This form was created and powered by ProfilePress WordPress plugin - https://profilepress.
|
37 |
$attribution_end = apply_filters('ppress_hide_attribution', "\r\n" . '<!-- / ProfilePress WordPress plugin. -->' . "\r\n");
|
38 |
|
39 |
$css = $this->get_login_css($id);
|
33 |
$login_error = ! empty($login_error) ? $login_error : apply_filters('ppress_login_error_output', '');
|
34 |
$login_error = apply_filters('ppress_login_error', $login_error, $id);
|
35 |
|
36 |
+
$attribution_start = apply_filters('ppress_hide_attribution', '<!-- This form was created and powered by ProfilePress WordPress plugin - https://profilepress.com -->' . "\r\n");
|
37 |
$attribution_end = apply_filters('ppress_hide_attribution', "\r\n" . '<!-- / ProfilePress WordPress plugin. -->' . "\r\n");
|
38 |
|
39 |
$css = $this->get_login_css($id);
|
src/ShortcodeParser/MelangeTag.php
CHANGED
@@ -61,7 +61,7 @@ class MelangeTag extends FormProcessor
|
|
61 |
// pp_login_error_output is used by modules eg email confirmation to output custom login notices.
|
62 |
if (empty($response)) $response = apply_filters('ppress_login_error_output', '');
|
63 |
|
64 |
-
$attribution_start = apply_filters('ppress_hide_attribution', '<!-- This (Melange) form was created and powered by ProfilePress WordPress plugin - https://profilepress.
|
65 |
$attribution_end = apply_filters('ppress_hide_attribution', "\r\n" . '<!-- / ProfilePress WordPress plugin. -->' . "\r\n");
|
66 |
|
67 |
$css = self::get_melange_css($id);
|
61 |
// pp_login_error_output is used by modules eg email confirmation to output custom login notices.
|
62 |
if (empty($response)) $response = apply_filters('ppress_login_error_output', '');
|
63 |
|
64 |
+
$attribution_start = apply_filters('ppress_hide_attribution', '<!-- This (Melange) form was created and powered by ProfilePress WordPress plugin - https://profilepress.com -->' . "\r\n");
|
65 |
$attribution_end = apply_filters('ppress_hide_attribution', "\r\n" . '<!-- / ProfilePress WordPress plugin. -->' . "\r\n");
|
66 |
|
67 |
$css = self::get_melange_css($id);
|
src/ShortcodeParser/MemberDirectoryTag.php
CHANGED
@@ -51,7 +51,7 @@ class MemberDirectoryTag
|
|
51 |
|
52 |
$id = absint($atts['id']);
|
53 |
|
54 |
-
$attribution_start = apply_filters('ppress_hide_attribution', '<!-- This WordPress member directory is built and powered by ProfilePress WordPress plugin - https://profilepress.
|
55 |
$attribution_end = apply_filters('ppress_hide_attribution', "\r\n" . '<!-- / ProfilePress WordPress plugin. -->' . "\r\n");
|
56 |
$css = self::directory_css($id);
|
57 |
|
51 |
|
52 |
$id = absint($atts['id']);
|
53 |
|
54 |
+
$attribution_start = apply_filters('ppress_hide_attribution', '<!-- This WordPress member directory is built and powered by ProfilePress WordPress plugin - https://profilepress.com -->' . "\r\n");
|
55 |
$attribution_end = apply_filters('ppress_hide_attribution', "\r\n" . '<!-- / ProfilePress WordPress plugin. -->' . "\r\n");
|
56 |
$css = self::directory_css($id);
|
57 |
|
src/ShortcodeParser/PasswordResetTag.php
CHANGED
@@ -38,7 +38,7 @@ class PasswordResetTag extends FormProcessor
|
|
38 |
|
39 |
$password_reset_status = apply_filters('ppress_password_reset_notice', $password_reset_status, $id);
|
40 |
|
41 |
-
$attribution_start = apply_filters('ppress_hide_attribution', '<!-- This form was created and powered by ProfilePress WordPress plugin - https://profilepress.
|
42 |
$attribution_end = apply_filters('ppress_hide_attribution', "\r\n" . '<!-- / ProfilePress WordPress plugin. -->' . "\r\n");
|
43 |
|
44 |
$password_reset_css = self::get_password_reset_css($id);
|
38 |
|
39 |
$password_reset_status = apply_filters('ppress_password_reset_notice', $password_reset_status, $id);
|
40 |
|
41 |
+
$attribution_start = apply_filters('ppress_hide_attribution', '<!-- This form was created and powered by ProfilePress WordPress plugin - https://profilepress.com -->' . "\r\n");
|
42 |
$attribution_end = apply_filters('ppress_hide_attribution', "\r\n" . '<!-- / ProfilePress WordPress plugin. -->' . "\r\n");
|
43 |
|
44 |
$password_reset_css = self::get_password_reset_css($id);
|
src/ShortcodeParser/RegistrationFormTag.php
CHANGED
@@ -30,7 +30,7 @@ class RegistrationFormTag extends FormProcessor
|
|
30 |
|
31 |
$registration_status = apply_filters('ppress_registration_status', $registration_status, $id, $redirect);
|
32 |
|
33 |
-
$attribution_start = apply_filters('ppress_hide_attribution', '<!-- This form was created and powered by ProfilePress WordPress plugin - https://profilepress.
|
34 |
$attribution_end = apply_filters('ppress_hide_attribution', "\r\n" . '<!-- / ProfilePress WordPress plugin. -->' . "\r\n");
|
35 |
|
36 |
$css = self::get_registration_css($id);
|
30 |
|
31 |
$registration_status = apply_filters('ppress_registration_status', $registration_status, $id, $redirect);
|
32 |
|
33 |
+
$attribution_start = apply_filters('ppress_hide_attribution', '<!-- This form was created and powered by ProfilePress WordPress plugin - https://profilepress.com -->' . "\r\n");
|
34 |
$attribution_end = apply_filters('ppress_hide_attribution', "\r\n" . '<!-- / ProfilePress WordPress plugin. -->' . "\r\n");
|
35 |
|
36 |
$css = self::get_registration_css($id);
|
src/Themes/DragDrop/AbstractMemberDirectoryTheme.php
CHANGED
@@ -280,7 +280,7 @@ abstract class AbstractMemberDirectoryTheme extends AbstractTheme
|
|
280 |
}
|
281 |
|
282 |
if ( ! EM::is_enabled(EM::CUSTOM_FIELDS)) {
|
283 |
-
$upgrade_url = 'https://profilepress.
|
284 |
$new_settings['ppress_md_search'][] = [
|
285 |
'id' => 'ppress_md_search_filter_upsell',
|
286 |
'label' => '',
|
@@ -472,12 +472,11 @@ abstract class AbstractMemberDirectoryTheme extends AbstractTheme
|
|
472 |
public function md_standard_sort_fields()
|
473 |
{
|
474 |
return [
|
475 |
-
'newest'
|
476 |
-
'oldest'
|
477 |
-
'
|
478 |
-
'
|
479 |
-
'
|
480 |
-
'username' => esc_html__('Username', 'wp-user-avatar')
|
481 |
];
|
482 |
}
|
483 |
|
@@ -730,9 +729,9 @@ abstract class AbstractMemberDirectoryTheme extends AbstractTheme
|
|
730 |
{
|
731 |
$filter_enabled = $this->get_meta('ppress_md_enable_filters') == 'true';
|
732 |
|
733 |
-
$filter_fields = array_filter($this->get_meta('ppress_md_filter_fields'), function ($item) {
|
734 |
return ! empty($item);
|
735 |
-
});
|
736 |
|
737 |
if ( ! $filter_enabled || empty($filter_fields)) return;
|
738 |
|
280 |
}
|
281 |
|
282 |
if ( ! EM::is_enabled(EM::CUSTOM_FIELDS)) {
|
283 |
+
$upgrade_url = 'https://profilepress.com/pricing/?utm_source=wp_dashboard&utm_medium=upgrade&utm_campaign=md_custom_field_upsell';
|
284 |
$new_settings['ppress_md_search'][] = [
|
285 |
'id' => 'ppress_md_search_filter_upsell',
|
286 |
'label' => '',
|
472 |
public function md_standard_sort_fields()
|
473 |
{
|
474 |
return [
|
475 |
+
'newest' => esc_html__('Newest Users First', 'wp-user-avatar'),
|
476 |
+
'oldest' => esc_html__('Oldest Users First', 'wp-user-avatar'),
|
477 |
+
'first-name' => esc_html__('First Name', 'wp-user-avatar'),
|
478 |
+
'last-name' => esc_html__('Last Name', 'wp-user-avatar'),
|
479 |
+
'username' => esc_html__('Username', 'wp-user-avatar')
|
|
|
480 |
];
|
481 |
}
|
482 |
|
729 |
{
|
730 |
$filter_enabled = $this->get_meta('ppress_md_enable_filters') == 'true';
|
731 |
|
732 |
+
$filter_fields = apply_filters('ppress_member_directory_filter_fields', array_filter($this->get_meta('ppress_md_filter_fields'), function ($item) {
|
733 |
return ! empty($item);
|
734 |
+
}), $this->form_id, $this);
|
735 |
|
736 |
if ( ! $filter_enabled || empty($filter_fields)) return;
|
737 |
|
src/Themes/DragDrop/AbstractTheme.php
CHANGED
@@ -327,6 +327,7 @@ abstract class AbstractTheme implements ThemeInterface
|
|
327 |
$instagram_url = $this->get_profile_field(Base::cif_instagram, true);
|
328 |
$youtube_url = $this->get_profile_field(Base::cif_youtube, true);
|
329 |
$vk_url = $this->get_profile_field(Base::cif_vk, true);
|
|
|
330 |
|
331 |
if (
|
332 |
empty($facebook_url) &&
|
@@ -335,9 +336,12 @@ abstract class AbstractTheme implements ThemeInterface
|
|
335 |
empty($github_url) &&
|
336 |
empty($instagram_url) &&
|
337 |
empty($youtube_url) &&
|
|
|
338 |
empty($vk_url)) {
|
339 |
return false;
|
340 |
}
|
|
|
|
|
341 |
?>
|
342 |
<div class="ppress-pf-profile-connect">
|
343 |
|
@@ -394,6 +398,13 @@ abstract class AbstractTheme implements ThemeInterface
|
|
394 |
</svg>
|
395 |
</a>
|
396 |
<?php endif; ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
397 |
|
398 |
<?php if ( ! empty($youtube_url)) : ?>
|
399 |
<a href="<?= $youtube_url ?>" target="_blank" class="ppress-pf-social-icon dpf-youtube">
|
@@ -426,9 +437,10 @@ abstract class AbstractTheme implements ThemeInterface
|
|
426 |
</svg>
|
427 |
</a>
|
428 |
<?php endif; ?>
|
429 |
-
|
430 |
</div>
|
431 |
<?php
|
|
|
|
|
432 |
}
|
433 |
|
434 |
public static function get_instance($form_id, $form_type)
|
@@ -444,4 +456,4 @@ abstract class AbstractTheme implements ThemeInterface
|
|
444 |
|
445 |
return $instance[$cache_key];
|
446 |
}
|
447 |
-
}
|
327 |
$instagram_url = $this->get_profile_field(Base::cif_instagram, true);
|
328 |
$youtube_url = $this->get_profile_field(Base::cif_youtube, true);
|
329 |
$vk_url = $this->get_profile_field(Base::cif_vk, true);
|
330 |
+
$pinterest_url = $this->get_profile_field(Base::cif_pinterest, true);
|
331 |
|
332 |
if (
|
333 |
empty($facebook_url) &&
|
336 |
empty($github_url) &&
|
337 |
empty($instagram_url) &&
|
338 |
empty($youtube_url) &&
|
339 |
+
empty($pinterest_url) &&
|
340 |
empty($vk_url)) {
|
341 |
return false;
|
342 |
}
|
343 |
+
|
344 |
+
ob_start();
|
345 |
?>
|
346 |
<div class="ppress-pf-profile-connect">
|
347 |
|
398 |
</svg>
|
399 |
</a>
|
400 |
<?php endif; ?>
|
401 |
+
|
402 |
+
<?php if ( ! empty($pinterest_url)) : ?>
|
403 |
+
<a href="<?= $pinterest_url ?>" target="_blank" class="ppress-pf-social-icon dpf-pinterest">
|
404 |
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="35px" xml:space="preserve">
|
405 |
+
<circle cx="24" cy="24" r="20" fill="#E60023"/><path fill="#FFF" d="M24.4439087,11.4161377c-8.6323242,0-13.2153931,5.7946167-13.2153931,12.1030884 c0,2.9338379,1.5615234,6.5853882,4.0599976,7.7484131c0.378418,0.1762085,0.581543,0.1000366,0.668457-0.2669067 c0.0668945-0.2784424,0.4038086-1.6369019,0.5553589-2.2684326c0.0484619-0.2015381,0.0246582-0.3746338-0.1384277-0.5731201 c-0.8269653-1.0030518-1.4884644-2.8461304-1.4884644-4.5645752c0-4.4115601,3.3399658-8.6799927,9.0299683-8.6799927 c4.9130859,0,8.3530884,3.3484497,8.3530884,8.1369019c0,5.4099731-2.7322998,9.1584473-6.2869263,9.1584473 c-1.9630737,0-3.4330444-1.6238403-2.9615479-3.6153564c0.5654297-2.3769531,1.6569214-4.9415283,1.6569214-6.6584473 c0-1.5354004-0.8230591-2.8169556-2.5299683-2.8169556c-2.006958,0-3.6184692,2.0753784-3.6184692,4.8569336 c0,1.7700195,0.5984497,2.9684448,0.5984497,2.9684448s-1.9822998,8.3815308-2.3453979,9.9415283 c-0.4019775,1.72229-0.2453003,4.1416016-0.0713501,5.7233887l0,0c0.4511108,0.1768799,0.9024048,0.3537598,1.3687744,0.4981079l0,0 c0.8168945-1.3278198,2.0349731-3.5056763,2.4864502-5.2422485c0.2438354-0.9361572,1.2468872-4.7546387,1.2468872-4.7546387 c0.6515503,1.2438965,2.5561523,2.296936,4.5831299,2.296936c6.0314941,0,10.378418-5.546936,10.378418-12.4400024 C36.7738647,16.3591919,31.3823242,11.4161377,24.4439087,11.4161377z"/></svg>
|
406 |
+
</a>
|
407 |
+
<?php endif; ?>
|
408 |
|
409 |
<?php if ( ! empty($youtube_url)) : ?>
|
410 |
<a href="<?= $youtube_url ?>" target="_blank" class="ppress-pf-social-icon dpf-youtube">
|
437 |
</svg>
|
438 |
</a>
|
439 |
<?php endif; ?>
|
|
|
440 |
</div>
|
441 |
<?php
|
442 |
+
|
443 |
+
return ob_get_clean();
|
444 |
}
|
445 |
|
446 |
public static function get_instance($form_id, $form_type)
|
456 |
|
457 |
return $instance[$cache_key];
|
458 |
}
|
459 |
+
}
|
src/Themes/DragDrop/MemberDirectory/DefaultTemplate.php
CHANGED
@@ -63,7 +63,7 @@ class DefaultTemplate extends AbstractMemberDirectoryTheme
|
|
63 |
'priority' => 30
|
64 |
];
|
65 |
} else {
|
66 |
-
$upgrade_url = 'https://profilepress.
|
67 |
$settings[] = [
|
68 |
'id' => 'ppress_md_default_social_icons_upsell',
|
69 |
'label' => '',
|
@@ -184,11 +184,11 @@ class DefaultTemplate extends AbstractMemberDirectoryTheme
|
|
184 |
<div class="ppmd-member-card">
|
185 |
<?php echo $this->directory_listing($user->ID)->forge()->output(); ?>
|
186 |
|
187 |
-
<?php if ($social_icons_enabled && $social_profile_icons !== false) : ?>
|
188 |
<div class="ppress-md-member-meta-main">
|
189 |
<div class="ppress-md-member-meta">
|
190 |
<div class="ppress-md-member-connect">
|
191 |
-
<?php $
|
192 |
</div>
|
193 |
</div>
|
194 |
</div>
|
63 |
'priority' => 30
|
64 |
];
|
65 |
} else {
|
66 |
+
$upgrade_url = 'https://profilepress.com/pricing/?utm_source=wp_dashboard&utm_medium=upgrade&utm_campaign=md_social_connect_icons';
|
67 |
$settings[] = [
|
68 |
'id' => 'ppress_md_default_social_icons_upsell',
|
69 |
'label' => '',
|
184 |
<div class="ppmd-member-card">
|
185 |
<?php echo $this->directory_listing($user->ID)->forge()->output(); ?>
|
186 |
|
187 |
+
<?php if ($social_icons_enabled === true && $social_profile_icons !== false) : ?>
|
188 |
<div class="ppress-md-member-meta-main">
|
189 |
<div class="ppress-md-member-meta">
|
190 |
<div class="ppress-md-member-connect">
|
191 |
+
<?php echo $social_profile_icons ?>
|
192 |
</div>
|
193 |
</div>
|
194 |
</div>
|
src/Themes/DragDrop/UserProfile/DefaultTemplate.php
CHANGED
@@ -123,7 +123,7 @@ class DefaultTemplate extends AbstractTheme
|
|
123 |
];
|
124 |
} else {
|
125 |
|
126 |
-
$upgrade_url = 'https://profilepress.
|
127 |
$settings[] = [
|
128 |
'id' => 'ppress_dpf_profile_social_link_upsell',
|
129 |
'label' => '',
|
@@ -220,7 +220,7 @@ class DefaultTemplate extends AbstractTheme
|
|
220 |
{
|
221 |
if ($this->get_meta('ppress_dpf_profile_show_social_links') !== 'true') return;
|
222 |
|
223 |
-
$this->social_profile_icons();
|
224 |
}
|
225 |
|
226 |
public function profile_tabs()
|
123 |
];
|
124 |
} else {
|
125 |
|
126 |
+
$upgrade_url = 'https://profilepress.com/pricing/?utm_source=wp_dashboard&utm_medium=upgrade&utm_campaign=default_profile_social_link';
|
127 |
$settings[] = [
|
128 |
'id' => 'ppress_dpf_profile_social_link_upsell',
|
129 |
'label' => '',
|
220 |
{
|
221 |
if ($this->get_meta('ppress_dpf_profile_show_social_links') !== 'true') return;
|
222 |
|
223 |
+
echo $this->social_profile_icons();
|
224 |
}
|
225 |
|
226 |
public function profile_tabs()
|
src/eu-vat-rates.json
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
{"AT":20,"BE":21,"BG":20,"HR":25,"CY":19,"CZ":21,"DK":25,"EE":20,"FI":24,"FR":20,"DE":19,"GR":24,"HU":27,"IE":23,"IT":22,"LV":21,"LT":21,"LU":17,"MT":18,"NL":21,"PL":23,"PT":23,"RO":19,"SK":20,"SI":22,"ES":21,"SE":25,"GB":20}
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit83c239f73953f902fd203ac8c88fa4b3::getLoader();
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -24,15 +24,15 @@ class ComposerAutoloaderInit7293e7c5a3887486ccaccfe89b316e30
|
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
-
spl_autoload_register(array('
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
29 |
-
spl_autoload_unregister(array('
|
30 |
|
31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
32 |
if ($useStaticLoader) {
|
33 |
require __DIR__ . '/autoload_static.php';
|
34 |
|
35 |
-
call_user_func(\Composer\Autoload\
|
36 |
} else {
|
37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
foreach ($map as $namespace => $path) {
|
@@ -53,19 +53,19 @@ class ComposerAutoloaderInit7293e7c5a3887486ccaccfe89b316e30
|
|
53 |
$loader->register(true);
|
54 |
|
55 |
if ($useStaticLoader) {
|
56 |
-
$includeFiles = Composer\Autoload\
|
57 |
} else {
|
58 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
59 |
}
|
60 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
61 |
-
|
62 |
}
|
63 |
|
64 |
return $loader;
|
65 |
}
|
66 |
}
|
67 |
|
68 |
-
function
|
69 |
{
|
70 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
71 |
require $file;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit83c239f73953f902fd203ac8c88fa4b3
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInit83c239f73953f902fd203ac8c88fa4b3', 'loadClassLoader'), true, true);
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit83c239f73953f902fd203ac8c88fa4b3', 'loadClassLoader'));
|
30 |
|
31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
32 |
if ($useStaticLoader) {
|
33 |
require __DIR__ . '/autoload_static.php';
|
34 |
|
35 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit83c239f73953f902fd203ac8c88fa4b3::getInitializer($loader));
|
36 |
} else {
|
37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
foreach ($map as $namespace => $path) {
|
53 |
$loader->register(true);
|
54 |
|
55 |
if ($useStaticLoader) {
|
56 |
+
$includeFiles = Composer\Autoload\ComposerStaticInit83c239f73953f902fd203ac8c88fa4b3::$files;
|
57 |
} else {
|
58 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
59 |
}
|
60 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
61 |
+
composerRequire83c239f73953f902fd203ac8c88fa4b3($fileIdentifier, $file);
|
62 |
}
|
63 |
|
64 |
return $loader;
|
65 |
}
|
66 |
}
|
67 |
|
68 |
+
function composerRequire83c239f73953f902fd203ac8c88fa4b3($fileIdentifier, $file)
|
69 |
{
|
70 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
71 |
require $file;
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'fda73876e8be17735f680f484cec1679' => __DIR__ . '/../..' . '/src/Functions/custom-settings-api.php',
|
@@ -298,9 +298,9 @@ class ComposerStaticInit7293e7c5a3887486ccaccfe89b316e30
|
|
298 |
public static function getInitializer(ClassLoader $loader)
|
299 |
{
|
300 |
return \Closure::bind(function () use ($loader) {
|
301 |
-
$loader->prefixLengthsPsr4 =
|
302 |
-
$loader->prefixDirsPsr4 =
|
303 |
-
$loader->classMap =
|
304 |
|
305 |
}, null, ClassLoader::class);
|
306 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit83c239f73953f902fd203ac8c88fa4b3
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'fda73876e8be17735f680f484cec1679' => __DIR__ . '/../..' . '/src/Functions/custom-settings-api.php',
|
298 |
public static function getInitializer(ClassLoader $loader)
|
299 |
{
|
300 |
return \Closure::bind(function () use ($loader) {
|
301 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit83c239f73953f902fd203ac8c88fa4b3::$prefixLengthsPsr4;
|
302 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit83c239f73953f902fd203ac8c88fa4b3::$prefixDirsPsr4;
|
303 |
+
$loader->classMap = ComposerStaticInit83c239f73953f902fd203ac8c88fa4b3::$classMap;
|
304 |
|
305 |
}, null, ClassLoader::class);
|
306 |
}
|
vendor/composer/installed.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
'type' => 'library',
|
6 |
'install_path' => __DIR__ . '/../../',
|
7 |
'aliases' => array(),
|
8 |
-
'reference' => '
|
9 |
'name' => '__root__',
|
10 |
'dev' => false,
|
11 |
),
|
@@ -16,7 +16,7 @@
|
|
16 |
'type' => 'library',
|
17 |
'install_path' => __DIR__ . '/../../',
|
18 |
'aliases' => array(),
|
19 |
-
'reference' => '
|
20 |
'dev_requirement' => false,
|
21 |
),
|
22 |
'barryvdh/composer-cleanup-plugin' => array(
|
5 |
'type' => 'library',
|
6 |
'install_path' => __DIR__ . '/../../',
|
7 |
'aliases' => array(),
|
8 |
+
'reference' => '879e973e849b8179cdd93e766cf066e96ad5abba',
|
9 |
'name' => '__root__',
|
10 |
'dev' => false,
|
11 |
),
|
16 |
'type' => 'library',
|
17 |
'install_path' => __DIR__ . '/../../',
|
18 |
'aliases' => array(),
|
19 |
+
'reference' => '879e973e849b8179cdd93e766cf066e96ad5abba',
|
20 |
'dev_requirement' => false,
|
21 |
),
|
22 |
'barryvdh/composer-cleanup-plugin' => array(
|
wp-user-avatar.php
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: ProfilePress
|
4 |
-
* Plugin URI: https://profilepress.
|
5 |
* Description: The modern WordPress membership and user profile plugin.
|
6 |
-
* Version: 3.2.
|
7 |
* Author: ProfilePress Team
|
8 |
-
* Author URI: https://profilepress.
|
9 |
* Text Domain: wp-user-avatar
|
10 |
* Domain Path: /languages
|
11 |
*
|
@@ -14,7 +14,7 @@
|
|
14 |
defined('ABSPATH') or die("No script kiddies please!");
|
15 |
|
16 |
define('PROFILEPRESS_SYSTEM_FILE_PATH', __FILE__);
|
17 |
-
define('PPRESS_VERSION_NUMBER', '3.2.
|
18 |
|
19 |
require __DIR__ . '/vendor/autoload.php';
|
20 |
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: ProfilePress
|
4 |
+
* Plugin URI: https://profilepress.com
|
5 |
* Description: The modern WordPress membership and user profile plugin.
|
6 |
+
* Version: 3.2.15
|
7 |
* Author: ProfilePress Team
|
8 |
+
* Author URI: https://profilepress.com
|
9 |
* Text Domain: wp-user-avatar
|
10 |
* Domain Path: /languages
|
11 |
*
|
14 |
defined('ABSPATH') or die("No script kiddies please!");
|
15 |
|
16 |
define('PROFILEPRESS_SYSTEM_FILE_PATH', __FILE__);
|
17 |
+
define('PPRESS_VERSION_NUMBER', '3.2.15');
|
18 |
|
19 |
require __DIR__ . '/vendor/autoload.php';
|
20 |
|