Changeset View
Changeset View
Standalone View
Standalone View
src/internationalization/ArcanistUSEnglishTranslation.php
| Show First 20 Lines • Show All 72 Lines • ▼ Show 20 Lines | return array( | ||||
| 'A submodule has uncommitted or untracked changes:', | 'A submodule has uncommitted or untracked changes:', | ||||
| 'Submodules have uncommitted or untracked changes:', | 'Submodules have uncommitted or untracked changes:', | ||||
| ), | ), | ||||
| 'Ignore the changes to these %s submodule(s) and continue?' => array( | 'Ignore the changes to these %s submodule(s) and continue?' => array( | ||||
| 'Ignore the changes to this submodule and continue?', | 'Ignore the changes to this submodule and continue?', | ||||
| 'Ignore the changes to these submodules and continue?', | 'Ignore the changes to these submodules and continue?', | ||||
| ), | ), | ||||
| 'These %s commit(s) will be landed:' => array( | |||||
| 'This commit will be landed:', | |||||
| 'These commits will be landed:', | |||||
| ), | |||||
| ); | ); | ||||
| } | } | ||||
| } | } | ||||