Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92242121
PhabricatorBritishEnglishTranslation.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, Nov 18, 16:33
Size
871 B
Mime Type
text/x-php
Expires
Wed, Nov 20, 16:33 (2 d)
Engine
blob
Format
Raw Data
Handle
22402519
Attached To
rPH Phabricator
PhabricatorBritishEnglishTranslation.php
View Options
<?php
final
class
PhabricatorBritishEnglishTranslation
extends
PhutilTranslation
{
public
function
getLocaleCode
()
{
return
'en_GB'
;
}
protected
function
getTranslations
()
{
return
array
(
"%s set this project's color to %s."
=>
"%s set this project's colour to %s."
,
'Basic Colors'
=>
'Basic Colours'
,
'Choose Icon and Color...'
=>
'Choose Icon and Colour...'
,
'Choose Background Color'
=>
'Choose Background Colour'
,
'Color'
=>
'Colour'
,
'Colors'
=>
'Colours'
,
'Colors and Transforms'
=>
'Colours and Transforms'
,
'Configure the Phabricator UI, including colors.'
=>
'Configure the Phabricator UI, including colours.'
,
'Flag Color'
=>
'Flag Colour'
,
'Sets the color of the main header.'
=>
'Sets the colour of the main header.'
,
);
}
}
Event Timeline
Log In to Comment