mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 16:52:41 +01:00
Translate setup issues
Test Plan: $ php -l PhabricatorBaseEnglishTranslation.php Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4345
This commit is contained in:
parent
3448781c40
commit
7fe5f218ba
1 changed files with 49 additions and 0 deletions
|
@ -203,6 +203,55 @@ abstract class PhabricatorBaseEnglishTranslation
|
||||||
"Indexing %d object of type %s.",
|
"Indexing %d object of type %s.",
|
||||||
),
|
),
|
||||||
|
|
||||||
|
'Run these %d command(s):' => array(
|
||||||
|
'Run this %d command:',
|
||||||
|
'Run these %d commands:',
|
||||||
|
),
|
||||||
|
|
||||||
|
'Install these %d PHP extension(s):' => array(
|
||||||
|
'Install this %d PHP extension:',
|
||||||
|
'Install these %d PHP extensions:',
|
||||||
|
),
|
||||||
|
|
||||||
|
'The current Phabricator configuration has these %d value(s):' => array(
|
||||||
|
'The current Phabricator configuration has this %d value:',
|
||||||
|
'The current Phabricator configuration has these %d values:',
|
||||||
|
),
|
||||||
|
|
||||||
|
'To update these %d value(s), run these command(s) from the command line:'
|
||||||
|
=> array(
|
||||||
|
'To update this %d value, run this command from the command line:',
|
||||||
|
'To update these %d values, run these commands from the command line:',
|
||||||
|
),
|
||||||
|
|
||||||
|
'You can update these %d value(s) here:' => array(
|
||||||
|
'You can update this %d value here:',
|
||||||
|
'You can update these %d values here:',
|
||||||
|
),
|
||||||
|
|
||||||
|
'The current PHP configuration has these %d value(s):' => array(
|
||||||
|
'The current PHP configuration has this %d value:',
|
||||||
|
'The current PHP configuration has these %d values:',
|
||||||
|
),
|
||||||
|
|
||||||
|
'To update these %d value(s), edit your PHP configuration file.' => array(
|
||||||
|
'To update this %d value, edit your PHP configuration file.',
|
||||||
|
'To update these %d values, edit your PHP configuration file.',
|
||||||
|
),
|
||||||
|
|
||||||
|
'To update these %d value(s), edit your PHP configuration file, located '.
|
||||||
|
'here:' => array(
|
||||||
|
'To update this %d value, edit your PHP configuration file, located '.
|
||||||
|
'here:',
|
||||||
|
'To update these %d values, edit your PHP configuration file, located '.
|
||||||
|
'here:',
|
||||||
|
),
|
||||||
|
|
||||||
|
'PHP also loaded these configuration file(s):' => array(
|
||||||
|
'PHP also loaded this configuration file:',
|
||||||
|
'PHP also loaded these configuration files:',
|
||||||
|
),
|
||||||
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue