diff options
Diffstat (limited to 'app/i18n/en-us/conf.php')
-rw-r--r-- | app/i18n/en-us/conf.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/i18n/en-us/conf.php b/app/i18n/en-us/conf.php index 0b2ed39fd..c389bfbd5 100644 --- a/app/i18n/en-us/conf.php +++ b/app/i18n/en-us/conf.php @@ -99,6 +99,12 @@ return array( 'previous' => 'Previous', // IGNORE ), ), + 'mark_read_button' => array( + '_' => '“Mark all as read” button', // IGNORE + 'big' => 'Big', // IGNORE + 'none' => 'None', // IGNORE + 'small' => 'Small', // IGNORE + ), 'privacy' => array( '_' => 'Privacy', // IGNORE 'retrieve_extension_list' => 'Retrieve extension list', // IGNORE |