Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F119956981
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 30, 19:31
Size
609 B
Mime Type
text/x-php
Expires
Wed, Jul 2, 19:31 (2 d)
Engine
blob
Format
Raw Data
Handle
27060420
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!'
,
);
}
}
Event Timeline
Log In to Comment