Path: blob/master/src/infrastructure/internationalization/translation/PhabricatorVeryWowEnglishTranslation.php
12241 views
<?php12final class PhabricatorVeryWowEnglishTranslation3extends PhutilTranslation {45public function getLocaleCode() {6return 'en_W*';7}89protected function getTranslations() {10return array(11'Search' => 'Search! Wow!',12'Review Code' => 'Wow! Code Review! Wow!',13'Tasks and Bugs' => 'Much Bug! Very Bad!',14'Cancel' => 'Nope!',15'Advanced Search' => 'Much Search!',16'No search results.' => 'No results! Wow!',17'Send' => 'Bark Bark!',18'Partial' => 'Pawtial',19'Partial Upload' => 'Pawtial Upload',20'Submit' => 'Such Send!',21'Create Task' => 'Very Create Task',22'Create' => 'Very Create',23'Host and Browse Repositories' => 'Many Repositories',24'Okay' => 'Wow!',25'Save Preferences' => 'Make Such Saves',26'Edit Query' => 'Play With Query',27'Hide Query' => 'Bury Query',28'Execute Query' => 'Throw the Query',29'Wiki' => 'Wow-ki',30'Get Organized' => 'Such Organized',31'Explore More Applications' => 'Browse For More Wow',32'Prototype' => 'Chew Toy',33'Continue' => 'Bark And Run',34'Countdown to Events' => 'To the Moon!',35'English (Very Wow)' => 'Such English',36);37}38}394041