1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-19 13:22:42 +01:00

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
This commit is contained in:
Michael Krasnow 2015-04-07 15:53:59 -07:00 committed by epriestley
parent c5d38c6e08
commit ac27b93c9f

View file

@ -19,7 +19,20 @@ final class PhabricatorVeryWowEnglishTranslation
'Partial' => 'Pawtial', 'Partial' => 'Pawtial',
'Partial Upload' => 'Pawtial Upload', 'Partial Upload' => 'Pawtial Upload',
'Submit' => 'Such Send!', '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!',
); );
} }
} }