stable

Clone or download

Read-only

Convert admin_group* 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_group \ --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: Ie98995827dc620f65cf3f807fa7395691045da1b

Modified Files

Name
M plugins/statistics/www/project_stat.php +1 −1 Go to diff View file
M site-content/en_US/admin/admin.tab +0 −57 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +70 −1 Go to diff View file
M site-content/fr_FR/admin/admin.tab +0 −56 Go to diff View file
M src/common/Project/Admin/ProjectDetailsPresenter.php +6 −6 Go to diff View file
M src/common/admin/Admin_ProjectListExporter.class.php +11 −11 Go to diff View file
M src/common/admin/ProjectEdit/ProjectEditController.php +11 −18 Go to diff View file
M src/www/admin/groupedit.php +1 −1 Go to diff View file
M src/www/admin/projecthistory.php +2 −2 Go to diff View file
M src/www/admin/show_pending_documents.php +3 −3 Go to diff View file