mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 12:00:55 +01:00
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
This commit is contained in:
parent
11359e8dc1
commit
527391c04f
1 changed files with 0 additions and 20 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue