stable
Clone or download
Read-only
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_main \ --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: Ice5a75edde79485cd77de028813d74796fe4f5e5
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Artifact/MailGateway/MailGatewayConfigPresenter.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/TrackerReportConfigPresenter.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +4 | −1 | Go to diff View file |
M | plugins/tracker/templates/siteadmin-config/emailgateway.mustache | +4 | −1 | Go to diff View file |
M | plugins/tracker/templates/siteadmin-config/tracker-report-config.mustache | +4 | −1 | Go to diff View file |
M | site-content/en_US/admin/admin.tab | +0 | −134 | Go to diff View file |
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +283 | −0 | Go to diff View file |
M | site-content/fr_FR/admin/admin.tab | +0 | −134 | Go to diff View file |
M | src/common/ForgeAccess/AdminController.php | +3 | −3 | Go to diff View file |
M | src/common/ForgeAccess/AdminPresenter.php | +16 | −24 | Go to diff View file |
M | src/common/Project/Admin/ProjectMembersPresenter.php | +1 | −1 | Go to diff View file |
M | src/common/User/Admin/UserListPresenter.php | +2 | −2 | Go to diff View file |
M | src/common/Widget/Widget_MyAdmin.class.php | +4 | −4 | Go to diff View file |
M | src/common/Widget/Widget_MySystemEvent.class.php | +1 | −1 | Go to diff View file |
M | src/common/admin/AdminSidebarPresenter.php | +2 | −2 | Go to diff View file |
M | src/common/admin/Homepage/Controller.php | +6 | −6 | Go to diff View file |
M | src/common/admin/Homepage/Presenter.php | +13 | −13 | Go to diff View file |
M | src/common/admin/Homepage/UsersStatisticsPresenter.php | +7 | −7 | Go to diff View file |
M | src/common/admin/SiteAdminWarnings.php | +1 | −1 | Go to diff View file |
M | src/common/admin/SystemEventsPanePresenter.php | +2 | −2 | Go to diff View file |
M | src/common/admin/SystemEventsPaneSectionPresenter.php | +7 | −7 | Go to diff View file |
M | src/www/admin/index.php | +18 | −18 | Go to diff View file |
M | src/www/project/admin/userperms.php | +1 | −1 | Go to diff View file |