From a058941aedcfe6a3e14e245b7270477a7a6e69be Mon Sep 17 00:00:00 2001 From: eal Date: Sat, 23 Dec 2017 16:44:22 +0200 Subject: Add follow import to user settings. --- src/i18n/messages.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/i18n/messages.js') diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 4c5be151..360f9eb8 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -242,7 +242,11 @@ const en = { nsfw_clickthrough: 'Enable clickthrough NSFW attachment hiding', autoload: 'Enable automatic loading when scrolled to the bottom', streaming: 'Enable automatic streaming of new posts when scrolled to the top', - reply_link_preview: 'Enable reply-link preview on mouse hover' + reply_link_preview: 'Enable reply-link preview on mouse hover', + follow_import: 'Follow import', + import_followers_from_a_csv_file: 'Import followers from a csv file', + follows_imported: 'Follows imported! Processing them will take a while.', + follow_import_error: 'Error importing followers' }, notifications: { notifications: 'Notifications', -- cgit v1.2.3-70-g09d2 From 235c1c26519a74c9482e916f0d4af992c47ebfc4 Mon Sep 17 00:00:00 2001 From: Sebastian Huebner Date: Wed, 3 Jan 2018 11:40:30 +0100 Subject: update ger translation --- src/i18n/messages.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/i18n/messages.js') diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 360f9eb8..f0953a10 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -58,7 +58,11 @@ const de = { nsfw_clickthrough: 'Aktiviere ausblendbares Overlay für als NSFW markierte Anhänge', autoload: 'Aktiviere automatisches Laden von älteren Beiträgen beim scrollen', streaming: 'Aktiviere automatisches Laden (Streaming) von neuen Beiträgen', - reply_link_preview: 'Aktiviere reply-link Vorschau bei Maus-Hover' + reply_link_preview: 'Aktiviere reply-link Vorschau bei Maus-Hover', + follow_import: 'Folgeliste importieren', + import_followers_from_a_csv_file: 'Importiere Kontakte, denen du folgen möchtest, aus einer CSV-Datei', + follows_imported: 'Folgeliste importiert! Die Bearbeitung kann eine Zeit lang dauern.', + follow_import_error: 'Fehler beim importieren der Folgeliste' }, notifications: { notifications: 'Benachrichtigungen', -- cgit v1.2.3-70-g09d2