Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92240444
PhabricatorVeryWowEnglishTranslation.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Nov 18, 16:12
Size
1 KB
Mime Type
text/x-php
Expires
Wed, Nov 20, 16:12 (2 d)
Engine
blob
Format
Raw Data
Handle
22402088
Attached To
rPH Phabricator
PhabricatorVeryWowEnglishTranslation.php
View Options
<?php
final
class
PhabricatorVeryWowEnglishTranslation
extends
PhutilTranslation
{
public
function
getLocaleCode
()
{
return
'en_W*'
;
}
protected
function
getTranslations
()
{
return
array
(
'Search'
=>
'Search! Wow!'
,
'Review Code'
=>
'Wow! Code Review! Wow!'
,
'Tasks and Bugs'
=>
'Much Bug! Very Bad!'
,
'Cancel'
=>
'Nope!'
,
'Advanced Search'
=>
'Much Search!'
,
'No search results.'
=>
'No results! Wow!'
,
'Send'
=>
'Bark Bark!'
,
'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!'
,
'English (Very Wow)'
=>
'Such English'
,
);
}
}
Event Timeline
Log In to Comment