aboutsummaryrefslogtreecommitdiff
path: root/src/i18n/messages.js
diff options
context:
space:
mode:
authorOle Bertram <git@bertr.am>2018-07-04 14:25:40 +0200
committerOle Bertram <git@bertr.am>2018-07-04 14:25:40 +0200
commit2a87e29180641621301a9e04bc2f493e01f4ca33 (patch)
tree60b4adcd7d6664c90cd86bdc9529620648e442d0 /src/i18n/messages.js
parent8f7919388391742671ef0398e017383d7f0b2bc5 (diff)
Add validation of the imported theme and the corresponding warning message
Diffstat (limited to 'src/i18n/messages.js')
-rw-r--r--src/i18n/messages.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js
index c44c08ac..3951651d 100644
--- a/src/i18n/messages.js
+++ b/src/i18n/messages.js
@@ -50,6 +50,7 @@ const de = {
presets: 'Voreinstellungen',
export_theme: 'Aktuelles Theme exportieren',
import_theme: 'Gespeichertes Theme laden',
+ invalid_theme_imported: 'Die ausgewählte Datei ist kein unterstütztes Pleroma-Theme. Keine Änderungen wurden vorgenommen.',
theme_help: 'Benutze HTML Farbcodes (#rrggbb) um dein Farbschema anzupassen',
radii_help: 'Kantenrundung (in Pixel) der Oberfläche anpassen',
background: 'Hintergrund',
@@ -293,6 +294,7 @@ const en = {
export_theme: 'Export current theme',
import_theme: 'Load saved theme',
theme_help: 'Use hex color codes (#rrggbb) to customize your color theme.',
+ invalid_theme_imported: 'The selected file is not a supported Pleroma theme. No changes to your theme were made.',
radii_help: 'Set up interface edge rounding (in pixels)',
background: 'Background',
foreground: 'Foreground',