Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91716008
LibphutilUSEnglishTranslation.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
Wed, Nov 13, 19:18
Size
927 B
Mime Type
text/x-php
Expires
Fri, Nov 15, 19:18 (2 d)
Engine
blob
Format
Raw Data
Handle
22313108
Attached To
rPHU libphutil
LibphutilUSEnglishTranslation.php
View Options
<?php
final
class
LibphutilUSEnglishTranslation
extends
PhutilTranslation
{
public
function
getLocaleCode
()
{
return
'en_US'
;
}
protected
function
getTranslations
()
{
return
array
(
'Daemon was idle for more than %s second(s), scaling pool down.'
=>
array
(
'Daemon was idle for more than one second, scaling pool down.'
,
'Daemon was idle for more than %s seconds, scaling pool down.'
,
),
'Analyzing %s file(s) with %s subprocess(es)...'
=>
array
(
array
(
'Analyzing one file with a single subprocess...'
,
'Analyzing %s file with %s subprocesses...'
,
),
array
(
'Analyzing %s files with a single subprocess...'
,
'Analyzing %s files with %s subprocesses...'
,
),
),
'... (%s more byte(s)) ...'
=>
array
(
'... (%s more byte) ...'
,
'... (%s more bytes) ...'
,
),
);
}
}
Event Timeline
Log In to Comment