diff options
| author | 2025-10-12 12:07:47 +0300 | |
|---|---|---|
| committer | 2025-10-12 11:07:47 +0200 | |
| commit | f8a9d75312858e62d2f658de95039e3da85801a3 (patch) | |
| tree | 2f2b48dc89c8682a1015f4dbe35e2c8136823a94 /app/i18n | |
| parent | a33cab041b6725b304156f6d5063caaa787589b9 (diff) | |
Translate new user_modified strings (#8092)
* Translate new user_modified strings
* make fix-all
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n')
| -rw-r--r-- | app/i18n/fi/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/fi/index.php b/app/i18n/fi/index.php index ccd6454fd..bcda1b982 100644 --- a/app/i18n/fi/index.php +++ b/app/i18n/fi/index.php @@ -94,8 +94,8 @@ return array( 'rand' => 'Satunnainen järjestys', 'title_asc' => 'Otsikko A→Ö', 'title_desc' => 'Otsikko Ö→A', - 'user_modified_asc' => 'User modified 1→9', // TODO - 'user_modified_desc' => 'User modified 9→1', // TODO + 'user_modified_asc' => 'Käyttäjä muokannut 1→9', + 'user_modified_desc' => 'Käyttäjä muokannut 9→1', ), 'starred' => 'Näytä suosikit', 'stats' => 'Tilastot', |
