From ac27b93c9fd4031919389d649465113806e97a0d Mon Sep 17 00:00:00 2001 From: Michael Krasnow Date: Tue, 7 Apr 2015 15:53:59 -0700 Subject: [PATCH] Wowify translations Summary: Add some more translations to make the interface very wow (Thanks to Robert Calaceto) Test Plan: Squinted my eyes and stared at the UI until stuff made sense. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, chad, epriestley Differential Revision: https://secure.phabricator.com/D12312 --- .../PhabricatorVeryWowEnglishTranslation.php | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/infrastructure/internationalization/translation/PhabricatorVeryWowEnglishTranslation.php b/src/infrastructure/internationalization/translation/PhabricatorVeryWowEnglishTranslation.php index ee971a37cd..b269fcfed2 100644 --- a/src/infrastructure/internationalization/translation/PhabricatorVeryWowEnglishTranslation.php +++ b/src/infrastructure/internationalization/translation/PhabricatorVeryWowEnglishTranslation.php @@ -19,7 +19,20 @@ final class PhabricatorVeryWowEnglishTranslation 'Partial' => 'Pawtial', 'Partial Upload' => 'Pawtial Upload', 'Submit' => 'Such Send!', + 'Create Task' => 'Very Create Task', + 'Create' => 'Very Create', + 'Host and Browse Repositories' => 'Many Repositories', + 'Okay' => 'Wow!', + 'Save Preferences' => 'Make Such Saves', + 'Edit Query' => 'Play With Query', + 'Hide Query' => 'Bury Query', + 'Execute Query' => 'Throw the Query', + 'Wiki' => 'Wow-ki', + 'Get Organized' => 'Such Organized', + 'Explore More Applications' => 'Browse For More Wow', + 'Prototype' => 'Chew Toy', + 'Continue' => 'Bark And Run', + 'Countdown to Events' => 'To the Moon!', ); } - }