Changeset 11010
- Timestamp:
- 06/06/2021 01:25:35 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins/roles/rosetta-roles.php
r9842 r11010 553 553 // General Translation Editor. 554 554 555 /* translators: Do not translate the placeholders USERNAME, LOCALENAME, LOCALEURL . */555 /* translators: Do not translate the placeholders USERNAME, LOCALENAME, LOCALEURL, CURRENTUSERNAME. */ 556 556 $message = __( 557 557 'Howdy ###USERNAME###, … … 571 571 The Polyglots team connects on Slack. Check out https://make.wordpress.org/meetings/#polyglots for upcoming team meetings. We’d love to have you there if you can make it. Register from https://chat.wordpress.org. 572 572 If you have any questions about the processes or need any help, reach the team on Slack or on https://make.wordpress.org/polyglots/. 573 574 The access has been granted by ###CURRENTUSERNAME###. 573 575 574 576 Welcome to the WordPress Polyglots team and happy translating!', … … 581 583 '###LOCALENAME###', 582 584 '###LOCALEURL###', 585 '###CURRENTUSERNAME###', 583 586 ], 584 587 [ … … 586 589 '#' . $this->gp_locale->wp_locale . ' (' . $this->gp_locale->native_name . ')', 587 590 'https://translate.wordpress.org/locale/' . $this->gp_locale->slug, 591 wp_get_current_user()->user_login, 588 592 ], 589 593 $message … … 592 596 // Project Translation Editor. 593 597 594 /* translators: Do not translate the placeholders USERNAME, LOCALENAME, PROJECTLIST, RESOURCESLIST . */598 /* translators: Do not translate the placeholders USERNAME, LOCALENAME, PROJECTLIST, RESOURCESLIST, CURRENTUSERNAME. */ 595 599 $message = __( 596 600 'Howdy ###USERNAME###, … … 610 614 The Polyglots team connects on Slack. Check out https://make.wordpress.org/meetings/#polyglots for upcoming team meetings. We’d love to have you there if you can make it. Register from https://chat.wordpress.org/. 611 615 If you have any questions about the processes or need any help, reach the team on Slack or on https://make.wordpress.org/polyglots/. 616 617 The access has been granted by ###CURRENTUSERNAME###. 612 618 613 619 Welcome to the WordPress Polyglots team and happy translating.', … … 687 693 '###PROJECTLIST###', 688 694 '###RESOURCESLIST###', 695 '###CURRENTUSERNAME###', 689 696 ], 690 697 [ … … 693 700 implode( "\n", $project_list ), 694 701 $resources_list, 702 wp_get_current_user()->user_login, 695 703 ], 696 704 $message
Note: See TracChangeset
for help on using the changeset viewer.