diff options
Diffstat (limited to 'app/i18n/en-us/gen.php')
| -rw-r--r-- | app/i18n/en-us/gen.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app/i18n/en-us/gen.php b/app/i18n/en-us/gen.php index 6a7a26e81..ea05cfb20 100644 --- a/app/i18n/en-us/gen.php +++ b/app/i18n/en-us/gen.php @@ -179,10 +179,7 @@ return array( 'pagination' => array( 'first' => 'First', // IGNORE 'last' => 'Last', // IGNORE - 'load_more' => 'Load more articles', // IGNORE - 'mark_all_read' => 'Mark all as read', // IGNORE 'next' => 'Next', // IGNORE - 'nothing_to_load' => 'There are no more articles', // IGNORE 'previous' => 'Previous', // IGNORE ), 'period' => array( @@ -227,4 +224,9 @@ return array( 'or' => 'or', // IGNORE 'yes' => 'Yes', // IGNORE ), + 'stream' => array( + 'load_more' => 'Load more articles', // IGNORE + 'mark_all_read' => 'Mark all as read', // IGNORE + 'nothing_to_load' => 'There are no more articles', // IGNORE + ), ); |
