Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98569132
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
Tue, Jan 14, 10:43
Size
577 B
Mime Type
text/x-php
Expires
Thu, Jan 16, 10:43 (2 d)
Engine
blob
Format
Raw Data
Handle
23605587
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'
,
);
}
}
Event Timeline
Log In to Comment