Changeset View
Changeset View
Standalone View
Standalone View
src/internationalization/ArcanistUSEnglishTranslation.php
| Show First 20 Lines • Show All 75 Lines • ▼ Show 20 Lines | return 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( | 'These %s commit(s) will be landed:' => array( | ||||
| 'This commit will be landed:', | 'This commit will be landed:', | ||||
| 'These commits will be landed:', | 'These commits will be landed:', | ||||
| ), | ), | ||||
| 'Updated %s librarie(s).' => array( | |||||
| 'Updated library.', | |||||
| 'Updated %s libraries.', | |||||
| ), | |||||
| ); | ); | ||||
| } | } | ||||
| } | } | ||||