Page MenuHomePhabricator

D14378.id34722.diff
No OneTemporary

D14378.id34722.diff

diff --git a/src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php b/src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php
--- a/src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php
+++ b/src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php
@@ -1425,6 +1425,26 @@
'WARNING: There are unapproved authorizations!',
),
+ 'Daemon was idle for more than %s second(s), scaling pool down.' => array(
+ 'Daemon was idle for more than %s second, scaling pool down.',
+ 'Daemon was idle for more than %s seconds, scaling pool down.',
+ ),
+
+ 'Analyzing %s file(s) with %s subprocess(es)...' => array(
+ array(
+ 'Analyzing %s file with %s subprocess...',
+ 'Analyzing %s file with %s subprocesses...',
+ ),
+ array(
+ 'Analyzing %s files with %s subprocess...',
+ 'Analyzing %s files with %s subprocesses...',
+ ),
+ ),
+
+ '... (%s more byte(s)) ...' => array(
+ '... (%s more byte ...',
+ '... (%s more bytes) ...',
+ ),
);
}

File Metadata

Mime Type
text/plain
Expires
Tue, Mar 18, 2:09 AM (6 d, 45 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7709233
Default Alt Text
D14378.id34722.diff (1 KB)

Event Timeline