diff options
| author | Henry Jameson <me@hjkos.com> | 2021-03-08 19:53:30 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-03-08 19:53:30 +0200 |
| commit | dda95543e82ff21ca03c96f3366735a9ec43c0e6 (patch) | |
| tree | 5f6910682500c052da14b79e2c0f725d6bca0ab2 /src/i18n | |
| parent | bd5b62b1071d6424f82477dca2f0d374f709a596 (diff) | |
implemented import/export for themes
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 2aefebc9..049d3d11 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -357,6 +357,7 @@ "interface": "Interface", "interfaceLanguage": "Interface language", "invalid_theme_imported": "The selected file is not a supported Pleroma theme. No changes to your theme were made.", + "invalid_settings_imported": "The selected file is not a supported Pleroma settings backup. No changes were made.", "limited_availability": "Unavailable in your browser", "links": "Links", "lock_account_description": "Restrict your account to approved followers only", @@ -364,6 +365,10 @@ "loop_video_silent_only": "Loop only videos without sound (i.e. Mastodon's \"gifs\")", "mutes_tab": "Mutes", "play_videos_in_modal": "Play videos in a popup frame", + "backup_restore": "Settings backup", + "backup_settings": "Backup settings to file", + "backup_settings_theme": "Backup settings and theme to file", + "restore_settings": "Restore settings from file", "profile_fields": { "label": "Profile metadata", "add_field": "Add Field", |
