Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96623098
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
Sun, Dec 29, 02:50
Size
577 B
Mime Type
text/x-php
Expires
Tue, Dec 31, 02:50 (2 d)
Engine
blob
Format
Raw Data
Handle
23203037
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