diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-02-03 06:45:04 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-02-03 06:45:04 +0000 |
| commit | f0721ed83b7ebdb43d9a643a086508078bf1466e (patch) | |
| tree | 62b1f703171841fa3042307f0a51585fa7d68648 /src/i18n | |
| parent | 815b9d239145d29c9c2472a5abd1a9d1fb653903 (diff) | |
| parent | a8c6b3f538dc97b93411213f72e90c16156f3926 (diff) | |
Merge branch 'fix/default-inlined-videos' into 'develop'
Change video playing default without bothering making it an instance configurable
See merge request pleroma/pleroma-fe!505
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 2 | ||||
| -rw-r--r-- | src/i18n/fi.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index b1356aaa..3e194c51 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -150,7 +150,7 @@ "lock_account_description": "Restrict your account to approved followers only", "loop_video": "Loop videos", "loop_video_silent_only": "Loop only videos without sound (i.e. Mastodon's \"gifs\")", - "play_videos_inline": "Play videos directly on timeline", + "play_videos_in_modal": "Play videos directly in the media viewer", "use_contain_fit": "Don't crop the attachment in thumbnails", "name": "Name", "name_bio": "Name & Bio", diff --git a/src/i18n/fi.json b/src/i18n/fi.json index 122016b0..0d62f295 100644 --- a/src/i18n/fi.json +++ b/src/i18n/fi.json @@ -150,7 +150,7 @@ "lock_account_description": "Vain erikseen hyväksytyt käyttäjät voivat seurata tiliäsi", "loop_video": "Uudelleentoista videot", "loop_video_silent_only": "Uudelleentoista ainoastaan äänettömät videot (Video-\"giffit\")", - "play_videos_inline": "Toista videot suoraan aikajanalla", + "play_videos_in_modal": "Toista videot modaalissa", "use_contain_fit": "Älä rajaa liitteitä esikatselussa", "name": "Nimi", "name_bio": "Nimi ja kuvaus", |
