Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F116798258
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, Jun 9, 08:05
Size
517 B
Mime Type
text/x-php
Expires
Wed, Jun 11, 08:05 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26642010
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 Message'
=>
'Bark! Bark Bark!'
,
);
}
}
Event Timeline
Log In to Comment