Skip to:
Content

BuddyPress.org

Changeset 13661


Ignore:
Timestamp:
12/06/2023 07:09:21 AM (2 years ago)
Author:
imath
Message:

Many thanks to Polyglots contributors for contributing to 12.0 strings

Props bkaindl, dancaragea, dj-basstone, fanly, fernandot, itapress, kalich5, koenhuybrechts, lidialab, makoto-a, mehrazmorshed, nekojonez, nilovelez, psmits1567

Fixes #9002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/classes/class-bp-admin.php

    r13649 r13661  
    943943                        printf(
    944944                            /* translators: 1: heart dashicons. 2: BP Credits screen url. 3: number of BuddyPress contributors to this version. */
    945                             _n( 'Built with %1$s by <a href="%2$s">%3$d volunteer</a>.', 'Built with %1$s by <a href="%2$s">%3$d volunteers</a>.', 32, 'buddypress' ),
     945                            _n( 'Built with %1$s by <a href="%2$s">%3$d volunteer</a>.', 'Built with %1$s by <a href="%2$s">%3$d volunteers</a>.', 46, 'buddypress' ),
    946946                            '<span class="dashicons dashicons-heart"></span>',
    947947                            esc_url( bp_get_admin_url( 'admin.php?page=bp-credits' ) ),
    948                             number_format_i18n( 32 )
     948                            number_format_i18n( 46 )
    949949                        );
    950950                        ?>
     
    11411141            <p class="wp-credits-list">
    11421142                <a href="https://profiles.wordpress.org/awol/">awol</a>,
     1143                <a href="https://profiles.wordpress.org/bkaindl/">Bernhard Kaindl (bkaindl)</a>,
    11431144                <a href="https://profiles.wordpress.org/bouncingsprout/">Ben Roberts (bouncingsprout)</a>,
    11441145                <a href="https://profiles.wordpress.org/boonebgorges/">Boone B Gorges (boonebgorges)</a>,
     
    11461147                <a href="https://profiles.wordpress.org/coffee2code/">Scott Reilly (coffee2code)</a>,
    11471148                <a href="https://profiles.wordpress.org/corzel/">corzel</a>,
     1149                <a href="https://profiles.wordpress.org/dancaragea/">Dan Caragea (dancaragea)</a>,
    11481150                <a href="https://profiles.wordpress.org/dcavins/">David Cavins (dcavins)</a>,
    11491151                <a href="https://profiles.wordpress.org/diabolique/">Diabolique</a>,
     1152                <a href="https://profiles.wordpress.org/dj-basstone/">Heikki Paananen (dj-basstone)</a>,
     1153                <a href="https://profiles.wordpress.org/DJPaul/">Paul Gibbs (DJPaul)</a>,
    11501154                <a href="https://profiles.wordpress.org/emaralive/">emaralive</a>,
     1155                <a href="https://profiles.wordpress.org/fanly/">Fanly</a>,
    11511156                <a href="https://profiles.wordpress.org/fawp/">fawp</a>,
     1157                <a href="https://profiles.wordpress.org/fernandot/">Fernando Tellado (fernandot)</a>,
    11521158                <a href="https://profiles.wordpress.org/iandunn/">Ian Dunn (iandunn)</a>,
    11531159                <a href="https://profiles.wordpress.org/iamthewebb/">iamthewebb</a>,
    11541160                <a href="https://profiles.wordpress.org/imath/">Mathieu Viet (imath)</a>,
     1161                <a href="https://profiles.wordpress.org/itapress/">itapress</a>,
    11551162                <a href="https://profiles.wordpress.org/jaz_on/">Jason Rouet</a>,
    11561163                <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby (johnjamesjacoby)</a>,
     1164                <a href="https://profiles.wordpress.org/kalich5/">Michal Janata (kalich5)</a>,
     1165                <a href="https://profiles.wordpress.org/koenhuybrechts/">koen Huybrechts (koenhuybrechts)</a>
    11571166                <a href="https://profiles.wordpress.org/lenasterg">Lena Stergatou (lenasterg)</a>,
     1167                <a href="https://profiles.wordpress.org/lidialab/">Lidia Pellizzaro (lidialab)</a>,
    11581168                <a href="https://profiles.wordpress.org/magland/">magland</a>,
     1169                <a href="https://profiles.wordpress.org/makoto-a/">Makoto Akai (makoto-a)</a>,
     1170                <a href="https://profiles.wordpress.org/mehrazmorshed/">Mehraz Morshed (mehrazmorshed)</a>,
    11591171                <a href="https://profiles.wordpress.org/mike80222/">Mike Witt (mike80222)</a>,
     1172                <a href="https://profiles.wordpress.org/nekojonez/">Pieterjan Deneys (nekojonez)</a>,
    11601173                <a href="https://profiles.wordpress.org/niftythree/">Nifty (niftythree)</a>,
    1161                 <a href="https://profiles.wordpress.org/DJPaul/">Paul Gibbs (DJPaul)</a>,
     1174                <a href="https://profiles.wordpress.org/nilovelez/">Nilo Velez (nilovelez)</a>,
    11621175                <a href="https://profiles.wordpress.org/plugindevs/">Plugin Devs</a>,
     1176                <a href="https://profiles.wordpress.org/psmits1567/">Peter Smits (psmits1567)</a>,
    11631177                <a href="https://profiles.wordpress.org/r-a-y/">r-a-y</a>,
    11641178                <a href="https://profiles.wordpress.org/rajinsharwar/">Rajin Sharwar (rajinsharwar)</a>,
Note: See TracChangeset for help on using the changeset viewer.