diff options
| author | 2020-07-23 20:36:49 +0200 | |
|---|---|---|
| committer | 2020-07-23 20:36:49 +0200 | |
| commit | 5cee45922b834bb5b836cf6d153a8848a3d3d649 (patch) | |
| tree | 80247d618e07c5dbcdf4bd9936c12294d1a1d462 /app/i18n/de/user.php | |
| parent | a23a7f2dbbacf915be5fbb751d7e77e1609f91a5 (diff) | |
[i18n] Update en-UK grammar and style (#3068)
Taken from <https://github.com/FreshRSS/FreshRSS/pull/3060>
Diffstat (limited to 'app/i18n/de/user.php')
| -rw-r--r-- | app/i18n/de/user.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/de/user.php b/app/i18n/de/user.php index d9bfb3db2..36bc55dac 100644 --- a/app/i18n/de/user.php +++ b/app/i18n/de/user.php @@ -38,7 +38,7 @@ return array( ), ), 'username' => array( - 'invalid' => 'The username is invalid.', // TODO - Translation - 'taken' => 'The username %s is taken.', // TODO - Translation + 'invalid' => 'This username is invalid.', // TODO - Translation + 'taken' => 'This username, %s, is taken.', // TODO - Translation ), ); |
