Page MenuHomePhorge

PhabricatorBritishEnglishTranslation.php
No OneTemporary

Size
871 B
Referenced Files
None
Subscribers
None

PhabricatorBritishEnglishTranslation.php

<?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.',
);
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 6:29 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
124872
Default Alt Text
PhabricatorBritishEnglishTranslation.php (871 B)

Event Timeline