stable

Clone or download

Read-only

Convert admin_massmail* to gettext

No functional changes. Mostly automatic change thanks to the following command: ``` php index.php tab2gettext \ --src-dir $HOME/tuleap/src \ --src-tab admin/admin.tab \ --primary-key admin_massmail \ --domain tuleap-core \ --en-cache /tmp/cache.lang.en_US.php \ --fr-cache /tmp/cache.lang.fr_FR.php \ --target-dir $HOME/tuleap/site-content ``` Part of request #19385: Convert admin to gettext Change-Id: I8210169f8fe57a52405660b3514c1d9e608e0e85

Modified Files

Name
M site-content/en_US/admin/admin.tab +0 −37 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +68 −3 Go to diff View file
M site-content/fr_FR/admin/admin.tab +0 −37 Go to diff View file
M src/common/admin/MassmailPresenter.php +11 −11 Go to diff View file
M src/www/admin/massmail.php +13 −13 Go to diff View file
M src/www/admin/massmail_execute.php +4 −4 Go to diff View file