From 35901b1ab9fd9af5a9def11df83c57b09cbc2d32 Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Thu, 1 Jan 2015 12:49:13 +1100 Subject: [PATCH] Remove some unused translation strings Summary: These strings are no longer required after D10678. Test Plan: `grep` Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11106 --- .../PhabricatorBaseEnglishTranslation.php | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/infrastructure/internationalization/translation/PhabricatorBaseEnglishTranslation.php b/src/infrastructure/internationalization/translation/PhabricatorBaseEnglishTranslation.php index be607bc50e..1d5013d8c8 100644 --- a/src/infrastructure/internationalization/translation/PhabricatorBaseEnglishTranslation.php +++ b/src/infrastructure/internationalization/translation/PhabricatorBaseEnglishTranslation.php @@ -462,23 +462,6 @@ abstract class PhabricatorBaseEnglishTranslation ), ), - '%s edited account(s), added %d: %s; removed %d: %s.' => - '%s edited accounts, added: %3$s; removed: %5$s', - - '%s added %d account(s): %s.' => array( - array( - '%s added a account: %3$s.', - '%s added accounts: %3$s.', - ), - ), - - '%s removed %d account(s): %s.' => array( - array( - '%s removed a account: %3$s.', - '%s removed accounts: %3$s.', - ), - ), - '%s edited contributor(s), added %d: %s; removed %d: %s.' => '%s edited contributors, added: %3$s; removed: %5$s',