Plugin Directory

Changeset 3189643


Ignore:
Timestamp:
11/15/2024 02:46:25 PM (17 months ago)
Author:
strangerstudios
Message:

Updating tested up to and screenshots

Location:
basic-user-avatars
Files:
21 added
1 deleted
21 edited

Legend:

Unmodified
Added
Removed
  • basic-user-avatars/trunk/init.php

    r3025709 r3189643  
    44 * Plugin URI:  https://wordpress.org/plugins/basic-user-avatars/
    55 * Description: Add an avatar upload field on frontend pages and Edit Profile screen so users can add a custom profile picture.
    6  * Version:     1.0.8
    7  * Author:      Stranger Studios
    8  * Author URI:  https://www.strangerstudios.com/
     6 * Version:     1.0.9
     7 * Author:      Contributors
    98 * Text Domain: basic-user-avatars
    109 * Domain Path: /languages
     
    3231 * along with Basic User Avatars. If not, see <http://www.gnu.org/licenses/>.
    3332 *
    34  * @author     Stranger Studios
    35  * @version    1.0.5
    3633 * @package    JA_BasicLocalAvatars
    37  * @copyright  Copyright (c) 2015, Jared Atchison, 2020 Stranger Studios
    38  * @link       https://www.strangerstudios.com/
    3934 * @license    http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    4035 */
     
    371366                    add_action( 'user_profile_update_errors', function( $error = 'avatar_error' ){
    372367                        // No error let's bail.
    373                         // if ( empty( $avatar['error'] ) ) {
    374                         // return;
    375                         // }
     368                        if ( empty( $avatar['error'] ) ) {
     369                            return;
     370                        }
    376371
    377372                        "<strong>".esc_html__("There was an error uploading the avatar:","basic-user-avatars")."</strong> ". esc_attr( $avatar['error'] );
  • basic-user-avatars/trunk/languages/basic-user-avatars-ca.po

    r3025700 r3189643  
    1 # Copyright (C) 2024 Stranger Studios
     1# Copyright (C) 2024 Contributors
    22# This file is distributed under the same license as the Basic User Avatars plugin.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Basic User Avatars 1.0.8\n"
    6 "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
    7 "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
    8 "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
     5"Project-Id-Version: Basic User Avatars 1.0.9\n"
     6"Report-Msgid-Bugs-To: TBD\n"
     7"Last-Translator: TBD\n"
     8"Language-Team: TBD\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-01-23T12:05:51+00:00\n"
     12"POT-Creation-Date: 2024-11-15T14:39:21+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    14 "X-Generator: WP-CLI 2.9.0\n"
     14"X-Generator: WP-CLI 2.11.0\n"
    1515"X-Domain: basic-user-avatars\n"
    1616
    1717#: init.php:98
    1818#: init.php:100
     19#: init.php:95
    1920msgid "Local Avatar Permissions"
    2021msgstr "Permisos dels avatars locals"
     
    3233#: init.php:288
    3334#: init.php:460
     35#: init.php:283
     36#: init.php:455
    3437msgid "Avatar"
    3538msgstr "Avatar"
     
    3841#: init.php:283
    3942#: init.php:291
     43#: init.php:286
    4044msgid "Upload Avatar"
    4145msgstr "Penja l’avatar"
     
    5054#: init.php:425
    5155#: init.php:473
     56#: init.php:301
     57#: init.php:420
     58#: init.php:468
    5259msgid "No local avatar is set. Use the upload field to add a local avatar."
    5360msgstr "No s’ha definit cap avatar local. Useu el camp de penjar un avatar local per afegir-ne un."
     
    6269#: init.php:427
    6370#: init.php:475
     71#: init.php:303
     72#: init.php:422
     73#: init.php:470
    6474msgid "Delete local avatar"
    6575msgstr "Esborra l’avatar local"
     
    7484#: init.php:428
    7585#: init.php:476
     86#: init.php:304
     87#: init.php:423
     88#: init.php:471
    7689msgid "Replace the local avatar by uploading a new avatar, or erase the local avatar (falling back to a gravatar) by checking the delete option."
    7790msgstr "Reemplaça l’avatar local en penjar-ne un de nou, o elimina’l (torna a gravatar) en fer clic a l’opció d’esborrar"
     
    8699#: init.php:435
    87100#: init.php:481
     101#: init.php:309
     102#: init.php:430
     103#: init.php:476
    88104msgid "No local avatar is set. Set up your avatar at Gravatar.com."
    89105msgstr "No s’ha definit cap avatar local. Definiu-ne un a Gravatar.com"
     
    98114#: init.php:437
    99115#: init.php:483
     116#: init.php:311
     117#: init.php:432
     118#: init.php:478
    100119msgid "You do not have media management permissions. To change your local avatar, contact the site administrator."
    101120msgstr "No teniu permisos per gestionar els mèdia. Per canviar l’avatar local, contacteu amb l’administrador."
     
    104123#: init.php:418
    105124#: init.php:431
     125#: init.php:426
    106126msgid "Update Avatar"
    107127msgstr "Actualitza l’avatar"
     
    109129#. Plugin Name of the plugin/theme
    110130#. Plugin Name of the plugin
     131#: init.php
    111132msgid "Basic User Avatars"
    112133msgstr "Basic User Avatars"
     
    129150
    130151#. Plugin URI of the plugin
     152#: init.php
    131153msgid "https://wordpress.org/plugins/basic-user-avatars/"
    132154msgstr ""
    133155
    134156#. Description of the plugin
     157#: init.php
    135158msgid "Add an avatar upload field on frontend pages and Edit Profile screen so users can add a custom profile picture."
    136159msgstr ""
     
    146169#: init.php:359
    147170#: init.php:367
     171#: init.php:362
    148172msgid "Please upload a valid image file for the avatar."
    149173msgstr ""
     
    151175#: init.php:364
    152176#: init.php:377
     177#: init.php:372
    153178msgid "There was an error uploading the avatar:"
    154179msgstr ""
     180
     181#. Author of the plugin
     182#: init.php
     183msgid "Contributors"
     184msgstr ""
  • basic-user-avatars/trunk/languages/basic-user-avatars-de_DE.po

    r3025700 r3189643  
    1 # Copyright (C) 2024 Stranger Studios
     1# Copyright (C) 2024 Contributors
    22# This file is distributed under the same license as the Basic User Avatars plugin.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Basic User Avatars 1.0.8\n"
    6 "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
    7 "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
    8 "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
     5"Project-Id-Version: Basic User Avatars 1.0.9\n"
     6"Report-Msgid-Bugs-To: TBD\n"
     7"Last-Translator: TBD\n"
     8"Language-Team: TBD\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-01-23T12:05:51+00:00\n"
     12"POT-Creation-Date: 2024-11-15T14:39:21+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    14 "X-Generator: WP-CLI 2.9.0\n"
     14"X-Generator: WP-CLI 2.11.0\n"
    1515"X-Domain: basic-user-avatars\n"
    1616
    1717#: init.php:98
    1818#: init.php:100
     19#: init.php:95
    1920msgid "Local Avatar Permissions"
    2021msgstr "lokale Avatar Berechtigungen"
     
    3233#: init.php:288
    3334#: init.php:460
     35#: init.php:283
     36#: init.php:455
    3437msgid "Avatar"
    3538msgstr "Avatar"
     
    3841#: init.php:283
    3942#: init.php:291
     43#: init.php:286
    4044msgid "Upload Avatar"
    4145msgstr "Avatar hochladen"
     
    5054#: init.php:425
    5155#: init.php:473
     56#: init.php:301
     57#: init.php:420
     58#: init.php:468
    5259msgid "No local avatar is set. Use the upload field to add a local avatar."
    5360msgstr "Es ist kein lokaler Avatar festgelegt. Verwende das Upload-Feld, um einen lokalen Avatar hinzuzufügen."
     
    6269#: init.php:427
    6370#: init.php:475
     71#: init.php:303
     72#: init.php:422
     73#: init.php:470
    6474msgid "Delete local avatar"
    6575msgstr "Avatar löschen"
     
    7484#: init.php:428
    7585#: init.php:476
     86#: init.php:304
     87#: init.php:423
     88#: init.php:471
    7689msgid "Replace the local avatar by uploading a new avatar, or erase the local avatar (falling back to a gravatar) by checking the delete option."
    7790msgstr "Ersetzen den lokalen Avatar durch Hochladen eines neuen Avatars oder lösche den lokalen Avatar (es wird dann auf Gravatar zurückgegriffen), indem du die Löschoption aktivierst."
     
    8699#: init.php:435
    87100#: init.php:481
     101#: init.php:309
     102#: init.php:430
     103#: init.php:476
    88104msgid "No local avatar is set. Set up your avatar at Gravatar.com."
    89105msgstr "Es ist kein lokaler Avatar festgelegt. Richte deinen Avatar bei Gravatar.com ein."
     
    98114#: init.php:437
    99115#: init.php:483
     116#: init.php:311
     117#: init.php:432
     118#: init.php:478
    100119msgid "You do not have media management permissions. To change your local avatar, contact the site administrator."
    101120msgstr "Du hast keine Medienverwaltungsberechtigungen. Wende dich an den Seiten-Administrator, um deinen Avatar zu ändern."
     
    104123#: init.php:418
    105124#: init.php:431
     125#: init.php:426
    106126msgid "Update Avatar"
    107127msgstr "Avatar aktualisieren"
     
    109129#. Plugin Name of the plugin/theme
    110130#. Plugin Name of the plugin
     131#: init.php
    111132msgid "Basic User Avatars"
    112133msgstr "basic User Avatar"
     
    129150
    130151#. Plugin URI of the plugin
     152#: init.php
    131153msgid "https://wordpress.org/plugins/basic-user-avatars/"
    132154msgstr ""
    133155
    134156#. Description of the plugin
     157#: init.php
    135158msgid "Add an avatar upload field on frontend pages and Edit Profile screen so users can add a custom profile picture."
    136159msgstr ""
     
    146169#: init.php:359
    147170#: init.php:367
     171#: init.php:362
    148172msgid "Please upload a valid image file for the avatar."
    149173msgstr ""
     
    151175#: init.php:364
    152176#: init.php:377
     177#: init.php:372
    153178msgid "There was an error uploading the avatar:"
    154179msgstr ""
     180
     181#. Author of the plugin
     182#: init.php
     183msgid "Contributors"
     184msgstr ""
  • basic-user-avatars/trunk/languages/basic-user-avatars-es_ES.po

    r3025700 r3189643  
    1 # Copyright (C) 2024 Stranger Studios
     1# Copyright (C) 2024 Contributors
    22# This file is distributed under the same license as the Basic User Avatars plugin.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Basic User Avatars 1.0.8\n"
    6 "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
    7 "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
    8 "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
     5"Project-Id-Version: Basic User Avatars 1.0.9\n"
     6"Report-Msgid-Bugs-To: TBD\n"
     7"Last-Translator: TBD\n"
     8"Language-Team: TBD\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-01-23T12:05:52+00:00\n"
     12"POT-Creation-Date: 2024-11-15T14:39:22+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    14 "X-Generator: WP-CLI 2.9.0\n"
     14"X-Generator: WP-CLI 2.11.0\n"
    1515"X-Domain: basic-user-avatars\n"
    1616
    1717#: init.php:98
    1818#: init.php:100
     19#: init.php:95
    1920msgid "Local Avatar Permissions"
    2021msgstr "Permisos del Avatar Local"
     
    3233#: init.php:288
    3334#: init.php:460
     35#: init.php:283
     36#: init.php:455
    3437msgid "Avatar"
    3538msgstr "Avatar"
     
    3841#: init.php:283
    3942#: init.php:291
     43#: init.php:286
    4044msgid "Upload Avatar"
    4145msgstr "Subir Avatar"
     
    5054#: init.php:425
    5155#: init.php:473
     56#: init.php:301
     57#: init.php:420
     58#: init.php:468
    5259msgid "No local avatar is set. Use the upload field to add a local avatar."
    5360msgstr "Ningún avatar establecido. Utiliza el campo de subida de archivos para añadir un avatar."
     
    6269#: init.php:427
    6370#: init.php:475
     71#: init.php:303
     72#: init.php:422
     73#: init.php:470
    6474msgid "Delete local avatar"
    6575msgstr "Eliminar avatar local"
     
    7484#: init.php:428
    7585#: init.php:476
     86#: init.php:304
     87#: init.php:423
     88#: init.php:471
    7689msgid "Replace the local avatar by uploading a new avatar, or erase the local avatar (falling back to a gravatar) by checking the delete option."
    7790msgstr "Reemplaza el avalar local subiendo un nuevo avatar o borrando el avatar local (en su lugar se utilizará la imagen de Gravatar) seleccionando la opción eliminar."
     
    8699#: init.php:435
    87100#: init.php:481
     101#: init.php:309
     102#: init.php:430
     103#: init.php:476
    88104msgid "No local avatar is set. Set up your avatar at Gravatar.com."
    89105msgstr "No se ha configurado ningún avatar. Configura tu avatar en Gravatar.com."
     
    98114#: init.php:437
    99115#: init.php:483
     116#: init.php:311
     117#: init.php:432
     118#: init.php:478
    100119msgid "You do not have media management permissions. To change your local avatar, contact the site administrator."
    101120msgstr "No tienes los permisos necesarios para trabajar con medios. Para cambiar tu avatar contacta con el administrador del sitio."
     
    104123#: init.php:418
    105124#: init.php:431
     125#: init.php:426
    106126msgid "Update Avatar"
    107127msgstr "Actualizar Avatar"
     
    109129#. Plugin Name of the plugin/theme
    110130#. Plugin Name of the plugin
     131#: init.php
    111132msgid "Basic User Avatars"
    112133msgstr "Basic User Avatars"
     
    129150
    130151#. Plugin URI of the plugin
     152#: init.php
    131153msgid "https://wordpress.org/plugins/basic-user-avatars/"
    132154msgstr ""
    133155
    134156#. Description of the plugin
     157#: init.php
    135158msgid "Add an avatar upload field on frontend pages and Edit Profile screen so users can add a custom profile picture."
    136159msgstr ""
     
    146169#: init.php:359
    147170#: init.php:367
     171#: init.php:362
    148172msgid "Please upload a valid image file for the avatar."
    149173msgstr ""
     
    151175#: init.php:364
    152176#: init.php:377
     177#: init.php:372
    153178msgid "There was an error uploading the avatar:"
    154179msgstr ""
     180
     181#. Author of the plugin
     182#: init.php
     183msgid "Contributors"
     184msgstr ""
  • basic-user-avatars/trunk/languages/basic-user-avatars-fi.po

    r3025700 r3189643  
    1 # Copyright (C) 2024 Stranger Studios
     1# Copyright (C) 2024 Contributors
    22# This file is distributed under the same license as the Basic User Avatars plugin.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Basic User Avatars 1.0.8\n"
    6 "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
    7 "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
    8 "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
     5"Project-Id-Version: Basic User Avatars 1.0.9\n"
     6"Report-Msgid-Bugs-To: TBD\n"
     7"Last-Translator: TBD\n"
     8"Language-Team: TBD\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-01-23T12:05:52+00:00\n"
     12"POT-Creation-Date: 2024-11-15T14:39:22+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    14 "X-Generator: WP-CLI 2.9.0\n"
     14"X-Generator: WP-CLI 2.11.0\n"
    1515"X-Domain: basic-user-avatars\n"
    1616
    1717#: init.php:98
    1818#: init.php:100
     19#: init.php:95
    1920msgid "Local Avatar Permissions"
    2021msgstr "Paikallisten avatarien käyttöoikeudet"
     
    3233#: init.php:288
    3334#: init.php:460
     35#: init.php:283
     36#: init.php:455
    3437msgid "Avatar"
    3538msgstr "Avatar"
     
    3841#: init.php:283
    3942#: init.php:291
     43#: init.php:286
    4044msgid "Upload Avatar"
    4145msgstr "Lataa avatar"
     
    5054#: init.php:425
    5155#: init.php:473
     56#: init.php:301
     57#: init.php:420
     58#: init.php:468
    5259msgid "No local avatar is set. Use the upload field to add a local avatar."
    5360msgstr "Paikallista avataria ei ole asetettu. Käytä latauskenttää lisätäksesi paikallisen avatarin."
     
    6269#: init.php:427
    6370#: init.php:475
     71#: init.php:303
     72#: init.php:422
     73#: init.php:470
    6474msgid "Delete local avatar"
    6575msgstr "Poista paikallinen avatar"
     
    7484#: init.php:428
    7585#: init.php:476
     86#: init.php:304
     87#: init.php:423
     88#: init.php:471
    7689msgid "Replace the local avatar by uploading a new avatar, or erase the local avatar (falling back to a gravatar) by checking the delete option."
    7790msgstr "Vaihda paikallinen avatar lataamalla uusi avatar, tai poista paikallinen avatar (palaa takaisin gravatariin) valitsemalla poista-vaihtoehto."
     
    8699#: init.php:435
    87100#: init.php:481
     101#: init.php:309
     102#: init.php:430
     103#: init.php:476
    88104msgid "No local avatar is set. Set up your avatar at Gravatar.com."
    89105msgstr "Paikallista avataria ei ole asetettu. Määritä avatarisi osoitteessa Gravatar.com."
     
    98114#: init.php:437
    99115#: init.php:483
     116#: init.php:311
     117#: init.php:432
     118#: init.php:478
    100119msgid "You do not have media management permissions. To change your local avatar, contact the site administrator."
    101120msgstr "Sinulla ei ole mediahallintaoikeuksia. Jos haluat vaihtaa paikallisen avatarin, ota yhteyttä sivuston ylläpitäjään."
     
    104123#: init.php:418
    105124#: init.php:431
     125#: init.php:426
    106126msgid "Update Avatar"
    107127msgstr "Päivitä avatar"
     
    109129#. Plugin Name of the plugin/theme
    110130#. Plugin Name of the plugin
     131#: init.php
    111132msgid "Basic User Avatars"
    112133msgstr "Basic User Avatars"
     
    129150
    130151#. Plugin URI of the plugin
     152#: init.php
    131153msgid "https://wordpress.org/plugins/basic-user-avatars/"
    132154msgstr ""
    133155
    134156#. Description of the plugin
     157#: init.php
    135158msgid "Add an avatar upload field on frontend pages and Edit Profile screen so users can add a custom profile picture."
    136159msgstr ""
     
    146169#: init.php:359
    147170#: init.php:367
     171#: init.php:362
    148172msgid "Please upload a valid image file for the avatar."
    149173msgstr ""
     
    151175#: init.php:364
    152176#: init.php:377
     177#: init.php:372
    153178msgid "There was an error uploading the avatar:"
    154179msgstr ""
     180
     181#. Author of the plugin
     182#: init.php
     183msgid "Contributors"
     184msgstr ""
  • basic-user-avatars/trunk/languages/basic-user-avatars-it_IT.po

    r3025700 r3189643  
    1 # Copyright (C) 2024 Stranger Studios
     1# Copyright (C) 2024 Contributors
    22# This file is distributed under the same license as the Basic User Avatars plugin.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Basic User Avatars 1.0.8\n"
    6 "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
    7 "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
    8 "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
     5"Project-Id-Version: Basic User Avatars 1.0.9\n"
     6"Report-Msgid-Bugs-To: TBD\n"
     7"Last-Translator: TBD\n"
     8"Language-Team: TBD\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-01-23T12:05:52+00:00\n"
     12"POT-Creation-Date: 2024-11-15T14:39:22+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    14 "X-Generator: WP-CLI 2.9.0\n"
     14"X-Generator: WP-CLI 2.11.0\n"
    1515"X-Domain: basic-user-avatars\n"
    1616
    1717#: init.php:98
    1818#: init.php:100
     19#: init.php:95
    1920msgid "Local Avatar Permissions"
    2021msgstr "Local Avatar Permessi"
     
    3233#: init.php:288
    3334#: init.php:460
     35#: init.php:283
     36#: init.php:455
    3437msgid "Avatar"
    3538msgstr "Avatar"
     
    3841#: init.php:283
    3942#: init.php:291
     43#: init.php:286
    4044msgid "Upload Avatar"
    4145msgstr "Carica Avatar"
     
    5054#: init.php:425
    5155#: init.php:473
     56#: init.php:301
     57#: init.php:420
     58#: init.php:468
    5259msgid "No local avatar is set. Use the upload field to add a local avatar."
    5360msgstr "Non è impostato alcun avatar locale. Usa il campo di caricamento per aggiungere un avatar locale."
     
    6269#: init.php:427
    6370#: init.php:475
     71#: init.php:303
     72#: init.php:422
     73#: init.php:470
    6474msgid "Delete local avatar"
    6575msgstr "Elimina avatar locale"
     
    7484#: init.php:428
    7585#: init.php:476
     86#: init.php:304
     87#: init.php:423
     88#: init.php:471
    7689msgid "Replace the local avatar by uploading a new avatar, or erase the local avatar (falling back to a gravatar) by checking the delete option."
    7790msgstr "Sostituisci l'avatar locale caricando un nuovo avatar, oppure cancella l'avatar locale (tornando a un gravatar) selezionando l'opzione di eliminazione."
     
    8699#: init.php:435
    87100#: init.php:481
     101#: init.php:309
     102#: init.php:430
     103#: init.php:476
    88104msgid "No local avatar is set. Set up your avatar at Gravatar.com."
    89105msgstr "Nessun avatar locale impostato. Imposta il tuo avatar su Gravatar.com."
     
    98114#: init.php:437
    99115#: init.php:483
     116#: init.php:311
     117#: init.php:432
     118#: init.php:478
    100119msgid "You do not have media management permissions. To change your local avatar, contact the site administrator."
    101120msgstr "Non si dispone delle autorizzazioni di gestione dei media. Per modificare l'avatar locale, contattare l'amministratore del sito."
     
    104123#: init.php:418
    105124#: init.php:431
     125#: init.php:426
    106126msgid "Update Avatar"
    107127msgstr "Aggiorna Avatar"
     
    109129#. Plugin Name of the plugin/theme
    110130#. Plugin Name of the plugin
     131#: init.php
    111132msgid "Basic User Avatars"
    112133msgstr "Basic User Avatars"
     
    129150
    130151#. Plugin URI of the plugin
     152#: init.php
    131153msgid "https://wordpress.org/plugins/basic-user-avatars/"
    132154msgstr ""
    133155
    134156#. Description of the plugin
     157#: init.php
    135158msgid "Add an avatar upload field on frontend pages and Edit Profile screen so users can add a custom profile picture."
    136159msgstr ""
     
    146169#: init.php:359
    147170#: init.php:367
     171#: init.php:362
    148172msgid "Please upload a valid image file for the avatar."
    149173msgstr ""
     
    151175#: init.php:364
    152176#: init.php:377
     177#: init.php:372
    153178msgid "There was an error uploading the avatar:"
    154179msgstr ""
     180
     181#. Author of the plugin
     182#: init.php
     183msgid "Contributors"
     184msgstr ""
  • basic-user-avatars/trunk/languages/basic-user-avatars-pt_BR.po

    r3025700 r3189643  
    1 # Copyright (C) 2024 Stranger Studios
     1# Copyright (C) 2024 Contributors
    22# This file is distributed under the same license as the Basic User Avatars plugin.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Basic User Avatars 1.0.8\n"
    6 "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
    7 "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
    8 "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
     5"Project-Id-Version: Basic User Avatars 1.0.9\n"
     6"Report-Msgid-Bugs-To: TBD\n"
     7"Last-Translator: TBD\n"
     8"Language-Team: TBD\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-01-23T12:05:52+00:00\n"
     12"POT-Creation-Date: 2024-11-15T14:39:22+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    14 "X-Generator: WP-CLI 2.9.0\n"
     14"X-Generator: WP-CLI 2.11.0\n"
    1515"X-Domain: basic-user-avatars\n"
    1616
    1717#: init.php:98
    1818#: init.php:100
     19#: init.php:95
    1920msgid "Local Avatar Permissions"
    2021msgstr "Permissões de Avatar Local"
     
    3233#: init.php:288
    3334#: init.php:460
     35#: init.php:283
     36#: init.php:455
    3437msgid "Avatar"
    3538msgstr "Avatar"
     
    3841#: init.php:283
    3942#: init.php:291
     43#: init.php:286
    4044msgid "Upload Avatar"
    4145msgstr "Carregar Avatar"
     
    5054#: init.php:425
    5155#: init.php:473
     56#: init.php:301
     57#: init.php:420
     58#: init.php:468
    5259msgid "No local avatar is set. Use the upload field to add a local avatar."
    5360msgstr "Nenhum avatar local definido. Use o campo de upload para adicionar um avatar local."
     
    6269#: init.php:427
    6370#: init.php:475
     71#: init.php:303
     72#: init.php:422
     73#: init.php:470
    6474msgid "Delete local avatar"
    6575msgstr "Deletar avatar local"
     
    7484#: init.php:428
    7585#: init.php:476
     86#: init.php:304
     87#: init.php:423
     88#: init.php:471
    7689msgid "Replace the local avatar by uploading a new avatar, or erase the local avatar (falling back to a gravatar) by checking the delete option."
    7790msgstr "Substitua o avatar local fazendo upload de um novo avatar, ou deletando o avatar local (caindo no uso do gravatar) marcando a opção de deletar."
     
    8699#: init.php:435
    87100#: init.php:481
     101#: init.php:309
     102#: init.php:430
     103#: init.php:476
    88104msgid "No local avatar is set. Set up your avatar at Gravatar.com."
    89105msgstr "Nenhum avatar local definido. Defina o seu avatar em Gravatar.com."
     
    98114#: init.php:437
    99115#: init.php:483
     116#: init.php:311
     117#: init.php:432
     118#: init.php:478
    100119msgid "You do not have media management permissions. To change your local avatar, contact the site administrator."
    101120msgstr "Você não possui permissões de gerenciamento de mídia. Para alterar o seu avatar local, entre em contato com o administrador do site."
     
    104123#: init.php:418
    105124#: init.php:431
     125#: init.php:426
    106126msgid "Update Avatar"
    107127msgstr "Atualizar Avatar"
     
    109129#. Plugin Name of the plugin/theme
    110130#. Plugin Name of the plugin
     131#: init.php
    111132msgid "Basic User Avatars"
    112133msgstr "Basic User Avatars"
     
    129150
    130151#. Plugin URI of the plugin
     152#: init.php
    131153msgid "https://wordpress.org/plugins/basic-user-avatars/"
    132154msgstr ""
    133155
    134156#. Description of the plugin
     157#: init.php
    135158msgid "Add an avatar upload field on frontend pages and Edit Profile screen so users can add a custom profile picture."
    136159msgstr ""
     
    146169#: init.php:359
    147170#: init.php:367
     171#: init.php:362
    148172msgid "Please upload a valid image file for the avatar."
    149173msgstr ""
     
    151175#: init.php:364
    152176#: init.php:377
     177#: init.php:372
    153178msgid "There was an error uploading the avatar:"
    154179msgstr ""
     180
     181#. Author of the plugin
     182#: init.php
     183msgid "Contributors"
     184msgstr ""
  • basic-user-avatars/trunk/languages/basic-user-avatars-sv_SE.po

    r3025700 r3189643  
    1 # Copyright (C) 2024 Stranger Studios
     1# Copyright (C) 2024 Contributors
    22# This file is distributed under the same license as the Basic User Avatars plugin.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Basic User Avatars 1.0.8\n"
    6 "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
    7 "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
    8 "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
     5"Project-Id-Version: Basic User Avatars 1.0.9\n"
     6"Report-Msgid-Bugs-To: TBD\n"
     7"Last-Translator: TBD\n"
     8"Language-Team: TBD\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-01-23T12:05:52+00:00\n"
     12"POT-Creation-Date: 2024-11-15T14:39:22+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    14 "X-Generator: WP-CLI 2.9.0\n"
     14"X-Generator: WP-CLI 2.11.0\n"
    1515"X-Domain: basic-user-avatars\n"
    1616
    1717#: init.php:98
    1818#: init.php:100
     19#: init.php:95
    1920msgid "Local Avatar Permissions"
    2021msgstr "Rättigheter för lokala avatarer"
     
    3233#: init.php:288
    3334#: init.php:460
     35#: init.php:283
     36#: init.php:455
    3437msgid "Avatar"
    3538msgstr "Avatar"
     
    3841#: init.php:283
    3942#: init.php:291
     43#: init.php:286
    4044msgid "Upload Avatar"
    4145msgstr "Ladda upp avatar"
     
    5054#: init.php:425
    5155#: init.php:473
     56#: init.php:301
     57#: init.php:420
     58#: init.php:468
    5259msgid "No local avatar is set. Use the upload field to add a local avatar."
    5360msgstr "Ingen lokal avatar är inställd. Använd uppladdningsfältet för att lägga till en lokal avatar."
     
    6269#: init.php:427
    6370#: init.php:475
     71#: init.php:303
     72#: init.php:422
     73#: init.php:470
    6474msgid "Delete local avatar"
    6575msgstr "Radera lokal avatar"
     
    7484#: init.php:428
    7585#: init.php:476
     86#: init.php:304
     87#: init.php:423
     88#: init.php:471
    7689msgid "Replace the local avatar by uploading a new avatar, or erase the local avatar (falling back to a gravatar) by checking the delete option."
    7790msgstr "Byt den lokala avataren genom att ladda upp en ny avatar, eller radera den lokala avataren (återgår tillbaka till en Gravatar) genom att markera alternativet radera."
     
    8699#: init.php:435
    87100#: init.php:481
     101#: init.php:309
     102#: init.php:430
     103#: init.php:476
    88104msgid "No local avatar is set. Set up your avatar at Gravatar.com."
    89105msgstr "Ingen lokal avatar är inställd. Ställ in din avatar på Gravatar.com."
     
    98114#: init.php:437
    99115#: init.php:483
     116#: init.php:311
     117#: init.php:432
     118#: init.php:478
    100119msgid "You do not have media management permissions. To change your local avatar, contact the site administrator."
    101120msgstr "Du har inte mediehanteringsbehörigheter. Om du vill ändra din lokala avatar, kontakta administratören."
     
    104123#: init.php:418
    105124#: init.php:431
     125#: init.php:426
    106126msgid "Update Avatar"
    107127msgstr "Uppdatera avataren"
     
    109129#. Plugin Name of the plugin/theme
    110130#. Plugin Name of the plugin
     131#: init.php
    111132msgid "Basic User Avatars"
    112133msgstr "Basic User Avatars"
     
    129150
    130151#. Plugin URI of the plugin
     152#: init.php
    131153msgid "https://wordpress.org/plugins/basic-user-avatars/"
    132154msgstr ""
    133155
    134156#. Description of the plugin
     157#: init.php
    135158msgid "Add an avatar upload field on frontend pages and Edit Profile screen so users can add a custom profile picture."
    136159msgstr ""
     
    146169#: init.php:359
    147170#: init.php:367
     171#: init.php:362
    148172msgid "Please upload a valid image file for the avatar."
    149173msgstr ""
     
    151175#: init.php:364
    152176#: init.php:377
     177#: init.php:372
    153178msgid "There was an error uploading the avatar:"
    154179msgstr ""
     180
     181#. Author of the plugin
     182#: init.php
     183msgid "Contributors"
     184msgstr ""
  • basic-user-avatars/trunk/languages/basic-user-avatars.po

    r3025700 r3189643  
    1 # Copyright (C) 2024 Stranger Studios
     1# Copyright (C) 2024 Contributors
    22# This file is distributed under the same license as the Basic User Avatars plugin.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Basic User Avatars 1.0.8\n"
    6 "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
    7 "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
    8 "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
     5"Project-Id-Version: Basic User Avatars 1.0.9\n"
     6"Report-Msgid-Bugs-To: TBD\n"
     7"Last-Translator: TBD\n"
     8"Language-Team: TBD\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-01-23T12:05:51+00:00\n"
     12"POT-Creation-Date: 2024-11-15T14:39:21+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    14 "X-Generator: WP-CLI 2.9.0\n"
     14"X-Generator: WP-CLI 2.11.0\n"
    1515"X-Domain: basic-user-avatars\n"
    1616
    1717#. Plugin Name of the plugin
     18#: init.php
    1819msgid "Basic User Avatars"
    1920msgstr ""
    2021
    2122#. Plugin URI of the plugin
     23#: init.php
    2224msgid "https://wordpress.org/plugins/basic-user-avatars/"
    2325msgstr ""
    2426
    2527#. Description of the plugin
     28#: init.php
    2629msgid "Add an avatar upload field on frontend pages and Edit Profile screen so users can add a custom profile picture."
    2730msgstr ""
     
    3639
    3740#: init.php:100
     41#: init.php:95
    3842msgid "Local Avatar Permissions"
    3943msgstr ""
     
    4145#: init.php:114
    4246#: init.php:117
     47#: init.php:112
    4348msgid "Only allow users with file upload capabilities to upload local avatars (Authors and above)"
    4449msgstr ""
     
    4853#: init.php:288
    4954#: init.php:460
     55#: init.php:283
     56#: init.php:455
    5057msgid "Avatar"
    5158msgstr ""
     
    5360#: init.php:283
    5461#: init.php:291
     62#: init.php:286
    5563msgid "Upload Avatar"
    5664msgstr ""
     
    6270#: init.php:425
    6371#: init.php:473
     72#: init.php:301
     73#: init.php:420
     74#: init.php:468
    6475msgid "No local avatar is set. Use the upload field to add a local avatar."
    6576msgstr ""
     
    7182#: init.php:427
    7283#: init.php:475
     84#: init.php:303
     85#: init.php:422
     86#: init.php:470
    7387msgid "Delete local avatar"
    7488msgstr ""
     
    8094#: init.php:428
    8195#: init.php:476
     96#: init.php:304
     97#: init.php:423
     98#: init.php:471
    8299msgid "Replace the local avatar by uploading a new avatar, or erase the local avatar (falling back to a gravatar) by checking the delete option."
    83100msgstr ""
     
    89106#: init.php:435
    90107#: init.php:481
     108#: init.php:309
     109#: init.php:430
     110#: init.php:476
    91111msgid "No local avatar is set. Set up your avatar at Gravatar.com."
    92112msgstr ""
     
    98118#: init.php:437
    99119#: init.php:483
     120#: init.php:311
     121#: init.php:432
     122#: init.php:478
    100123msgid "You do not have media management permissions. To change your local avatar, contact the site administrator."
    101124msgstr ""
     
    103126#: init.php:359
    104127#: init.php:367
     128#: init.php:362
    105129msgid "Please upload a valid image file for the avatar."
    106130msgstr ""
     
    108132#: init.php:364
    109133#: init.php:377
     134#: init.php:372
    110135msgid "There was an error uploading the avatar:"
    111136msgstr ""
     
    113138#: init.php:418
    114139#: init.php:431
     140#: init.php:426
    115141msgid "Update Avatar"
    116142msgstr ""
     143
     144#. Author of the plugin
     145#: init.php
     146msgid "Contributors"
     147msgstr ""
  • basic-user-avatars/trunk/languages/basic-user-avatars.pot

    r3025700 r3189643  
    1 # Copyright (C) 2024 Stranger Studios
     1# Copyright (C) 2024 Contributors
    22# This file is distributed under the same license as the Basic User Avatars plugin.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Basic User Avatars 1.0.8\n"
    6 "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"
    7 "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"
    8 "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"
     5"Project-Id-Version: Basic User Avatars 1.0.9\n"
     6"Report-Msgid-Bugs-To: TBD\n"
     7"Last-Translator: TBD\n"
     8"Language-Team: TBD\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-01-23T12:05:51+00:00\n"
     12"POT-Creation-Date: 2024-11-15T14:39:21+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    14 "X-Generator: WP-CLI 2.9.0\n"
     14"X-Generator: WP-CLI 2.11.0\n"
    1515"X-Domain: basic-user-avatars\n"
    1616
    1717#. Plugin Name of the plugin
     18#: init.php
    1819msgid "Basic User Avatars"
    1920msgstr ""
    2021
    2122#. Plugin URI of the plugin
     23#: init.php
    2224msgid "https://wordpress.org/plugins/basic-user-avatars/"
    2325msgstr ""
    2426
    2527#. Description of the plugin
     28#: init.php
    2629msgid "Add an avatar upload field on frontend pages and Edit Profile screen so users can add a custom profile picture."
    2730msgstr ""
    2831
    2932#. Author of the plugin
    30 msgid "Stranger Studios"
     33#: init.php
     34msgid "Contributors"
    3135msgstr ""
    3236
    33 #. Author URI of the plugin
    34 msgid "https://www.strangerstudios.com/"
    35 msgstr ""
    36 
    37 #: init.php:100
     37#: init.php:95
    3838msgid "Local Avatar Permissions"
    3939msgstr ""
    4040
    41 #: init.php:117
     41#: init.php:112
    4242msgid "Only allow users with file upload capabilities to upload local avatars (Authors and above)"
    4343msgstr ""
    4444
    45 #: init.php:288
    46 #: init.php:460
     45#: init.php:283
     46#: init.php:455
    4747msgid "Avatar"
    4848msgstr ""
    4949
    50 #: init.php:291
     50#: init.php:286
    5151msgid "Upload Avatar"
    5252msgstr ""
    5353
    54 #: init.php:306
    55 #: init.php:425
    56 #: init.php:473
     54#: init.php:301
     55#: init.php:420
     56#: init.php:468
    5757msgid "No local avatar is set. Use the upload field to add a local avatar."
    5858msgstr ""
    5959
    60 #: init.php:308
    61 #: init.php:427
    62 #: init.php:475
     60#: init.php:303
     61#: init.php:422
     62#: init.php:470
    6363msgid "Delete local avatar"
    6464msgstr ""
    6565
    66 #: init.php:309
    67 #: init.php:428
    68 #: init.php:476
     66#: init.php:304
     67#: init.php:423
     68#: init.php:471
    6969msgid "Replace the local avatar by uploading a new avatar, or erase the local avatar (falling back to a gravatar) by checking the delete option."
    7070msgstr ""
    7171
    72 #: init.php:314
    73 #: init.php:435
    74 #: init.php:481
     72#: init.php:309
     73#: init.php:430
     74#: init.php:476
    7575msgid "No local avatar is set. Set up your avatar at Gravatar.com."
    7676msgstr ""
    7777
    78 #: init.php:316
    79 #: init.php:437
    80 #: init.php:483
     78#: init.php:311
     79#: init.php:432
     80#: init.php:478
    8181msgid "You do not have media management permissions. To change your local avatar, contact the site administrator."
    8282msgstr ""
    8383
    84 #: init.php:367
     84#: init.php:362
    8585msgid "Please upload a valid image file for the avatar."
    8686msgstr ""
    8787
    88 #: init.php:377
     88#: init.php:372
    8989msgid "There was an error uploading the avatar:"
    9090msgstr ""
    9191
    92 #: init.php:431
     92#: init.php:426
    9393msgid "Update Avatar"
    9494msgstr ""
  • basic-user-avatars/trunk/readme.txt

    r3068998 r3189643  
    11=== Basic User Avatars ===
    2 Contributors: strangerstudios, jaredatch, paidmembershipspro
     2Contributors: strangerstudios, jaredatch
    33Tags: avatar, gravatar, user profile, users, profile
    44Requires at least: 5.2
    5 Tested up to: 6.5
    6 Stable tag: 1.0.8
     5Tested up to: 6.7
     6Stable tag: 1.0.9
    77
    88Add an avatar upload field on frontend pages and Edit Profile screen so users can add a custom profile picture.
     
    3636bbPress support is added automatically if bbPress is activated.
    3737
    38 **[This plugin is on GitHub](https://github.com/strangerstudios/basic-user-avatars/)** and pull requests are welcome. If possible please report issues through Github.
    39 
    4038Note: This plugin is a fork of Simple Local Avatars v1.3.1 by Jake Goldman and 10up. Check out [Simple Local Avatars](http://wordpress.org/plugins/simple-local-avatars) to compare their latest release to this plugin.
    4139
     
    4846If you are having a problem deactivate all plugins other than this one and then switch your theme to TwentyTweleve (or similar). If things work, then the issue is with a 3rd party theme or plugin.
    4947
    50 If things are still not functioning properly then proceed to reporting an issue. The ideal method is via [GitHub issues](https://github.com/strangerstudios/basic-user-avatars/issues/).
    51 
    5248== Screenshots ==
    5349
    54 1. Frontend avatar upload form with a custom user profile picture and delete option.
    55501. Frontend avatar upload form without a custom profile picture.
    56511. Avatar upload field on the Edit User screen in the WordPress admin.
    5752
    5853== Changelog ==
     54
     55= 1.0.9 - 2024-11-13 =
     56* ENHANCEMENT: Update tested up to WordPress 6.7.
     57
    5958= 1.0.8 - 2024-01-23 =
    6059* ENHANCEMENT: Added filter 'basic_user_avatars_default_size' to allow changing the default size of the avatar. (Thanks @jarrydlong)
Note: See TracChangeset for help on using the changeset viewer.