diff options
| author | 2020-05-09 11:49:49 +0100 | |
|---|---|---|
| committer | 2020-05-09 12:49:49 +0200 | |
| commit | be10486f5e45148c78ab0c0a57a4056d5fc2889a (patch) | |
| tree | 0cedad1658d91c0aea5e776e48dc3bb06bc4b435 /app/i18n/nl/admin.php | |
| parent | 17539668eac84b9f7b86de036c9e23fa226054d6 (diff) | |
2914 show last login date (#2936)
* Add new last_login param to default user config
* Add English translation strings for last login feature
* Update last_login when user successfully logs in.
* Add last_login column to manage users screen
* Add last_login to user details screen
* Remove accidental docker-compose.yml
* Fix whitespace
* Use last modified time for config file
* Remove last_login field from default user config
* Touch user configuration file upon succesful login
* Add translations with todos
* Fix whitespace
* Use last_user_activity
* Semi-colomn
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/nl/admin.php')
| -rw-r--r-- | app/i18n/nl/admin.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/i18n/nl/admin.php b/app/i18n/nl/admin.php index 34524e566..1675db61f 100644 --- a/app/i18n/nl/admin.php +++ b/app/i18n/nl/admin.php @@ -193,6 +193,7 @@ return array( 'feed_count' => 'Feeds', // TODO - Translation 'is_admin' => 'Is admin', // TODO - Translation 'language' => 'Taal', + 'last_user_activity' => 'Last user activity', // TODO - Translation 'list' => 'User list', // TODO - Translation 'number' => 'Er is %d accounts gemaakt', 'numbers' => 'Er zijn %d accounts gemaakt', @@ -203,6 +204,6 @@ return array( 'update_users' => 'Gebruiker bijwerken', 'username' => 'Gebruikersnaam', 'users' => 'Gebruikers', - 'user_list' => 'Lijst van gebruikers ', + 'user_list' => 'Lijst van gebruikers', ), ); |
