Changeset View
Changeset View
Standalone View
Standalone View
src/internationalization/ArcanistUSEnglishTranslation.php
| Show All 28 Lines | return array( | ||||
| 'This diff includes a file which is not valid UTF-8 (it has invalid '. | 'This diff includes a file which is not valid UTF-8 (it has invalid '. | ||||
| 'byte sequences). You can either stop this workflow and fix it, or '. | 'byte sequences). You can either stop this workflow and fix it, or '. | ||||
| 'continue. If you continue, this file will be marked as binary.', | 'continue. If you continue, this file will be marked as binary.', | ||||
| 'This diff includes files which are not valid UTF-8 (they contain '. | 'This diff includes files which are not valid UTF-8 (they contain '. | ||||
| 'invalid byte sequences). You can either stop this workflow and fix '. | 'invalid byte sequences). You can either stop this workflow and fix '. | ||||
| 'these files, or continue. If you continue, these files will be '. | 'these files, or continue. If you continue, these files will be '. | ||||
| 'marked as binary.', | 'marked as binary.', | ||||
| ), | ), | ||||
| '%d AFFECTED FILE(S)' => array('AFFECTED FILE', 'AFFECTED FILES'), | '%s AFFECTED FILE(S)' => array('AFFECTED FILE', 'AFFECTED FILES'), | ||||
| 'Do you want to mark these %s file(s) as binary and continue?' => array( | 'Do you want to mark these %s file(s) as binary and continue?' => array( | ||||
| 'Do you want to mark this file as binary and continue?', | 'Do you want to mark this file as binary and continue?', | ||||
| 'Do you want to mark these files as binary and continue?', | 'Do you want to mark these files as binary and continue?', | ||||
| ), | ), | ||||
| 'Do you want to amend these %s change(s) to the current commit?' => array( | 'Do you want to amend these %s change(s) to the current commit?' => array( | ||||
| 'Do you want to amend this change to the current commit?', | 'Do you want to amend this change to the current commit?', | ||||
| 'Do you want to amend these changes to the current commit?', | 'Do you want to amend these changes to the current commit?', | ||||
| ), | ), | ||||
| 'Do you want to create a new commit with these %s change(s)?' => array( | 'Do you want to create a new commit with these %s change(s)?' => array( | ||||
| 'Do you want to create a new commit with this change?', | 'Do you want to create a new commit with this change?', | ||||
| 'Do you want to create a new commit with these changes?', | 'Do you want to create a new commit with these changes?', | ||||
| ), | ), | ||||
| '(To ignore these %s change(s), add them to "%s".)' => array( | '(To ignore these %s change(s), add them to "%s".)' => array( | ||||
| '(To ignore this change, add it to "%2$s".)', | '(To ignore this change, add it to "%2$s".)', | ||||
| '(To ignore these changes, add them to "%2$s".)', | '(To ignore these changes, add them to "%2$s".)', | ||||
| ), | ), | ||||
| '%s line(s)' => array('line', 'lines'), | '%s line(s)' => array('line', 'lines'), | ||||
| '%d test(s)' => array('%d test', '%d tests'), | '%s assertion(s) passed.' => array( | ||||
| '%s assertion passed.', | |||||
| '%d assertion(s) passed.' => array( | '%s assertions passed.', | ||||
| '%d assertion passed.', | |||||
| '%d assertions passed.', | |||||
| ), | ), | ||||
| 'Ignore these %s untracked file(s) and continue?' => array( | 'Ignore these %s untracked file(s) and continue?' => array( | ||||
| 'Ignore this untracked file and continue?', | 'Ignore this untracked file and continue?', | ||||
| 'Ignore these untracked files and continue?', | 'Ignore these untracked files and continue?', | ||||
| ), | ), | ||||
| '%s submodule(s) have uncommitted or untracked changes:' => array( | '%s submodule(s) have uncommitted or untracked changes:' => array( | ||||
| Show All 17 Lines | |||||