From 527391c04fb853db10c9c1382c4be252b5a2b49f Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Thu, 1 Jan 2015 12:47:47 +1100 Subject: [PATCH] Remove some unused translation strings Summary: These are no longer required after D11032. Test Plan: `grep` Reviewers: btrahan, epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11104 --- .../PhabricatorBaseEnglishTranslation.php | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/src/infrastructure/internationalization/translation/PhabricatorBaseEnglishTranslation.php b/src/infrastructure/internationalization/translation/PhabricatorBaseEnglishTranslation.php index fcd07a9c47..6fd67a824d 100644 --- a/src/infrastructure/internationalization/translation/PhabricatorBaseEnglishTranslation.php +++ b/src/infrastructure/internationalization/translation/PhabricatorBaseEnglishTranslation.php @@ -278,23 +278,6 @@ abstract class PhabricatorBaseEnglishTranslation ), ), - '%s changed project(s) of %s, added %d: %s; removed %d: %s' => - '%s changed projects of %s, added: %4$s; removed: %6$s', - - '%s added %d project(s) to %s: %s' => array( - array( - '%s added a project to %3$s: %4$s', - '%s added projects to %3$s: %4$s', - ), - ), - - '%s removed %d project(s) from %s: %s' => array( - array( - '%s removed a project from %3$s: %4$s', - '%s removed projects from %3$s: %4$s', - ), - ), - '%s merged %d task(s): %s.' => array( array( '%s merged a task: %3$s.', @@ -749,9 +732,6 @@ abstract class PhabricatorBaseEnglishTranslation ), ), - '%s changed project(s), added %d: %s; removed %d: %s' => - '%s changed projects, added: %3$s; removed: %5$s', - '%s attached %d file(s): %s' => array( array( '%s attached a file: %3$s',