From 324722002fbe87aac1472a5fdeed1d413b6920a3 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 21 Jan 2018 21:01:12 +0000 Subject: [PATCH] New translations forms.php (Swedish) --- resources/lang/sv-SE/forms.php | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/resources/lang/sv-SE/forms.php b/resources/lang/sv-SE/forms.php index fcc24a90..ad8e6a69 100644 --- a/resources/lang/sv-SE/forms.php +++ b/resources/lang/sv-SE/forms.php @@ -54,6 +54,7 @@ return [ 'message-help' => 'Du kan även använda Markdown.', 'occurred_at' => 'When did this incident occur?', 'notify_subscribers' => 'Meddela prenumeranter?', + 'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.', 'visibility' => 'Incident Visibility', 'stick_status' => 'Stick Incident', 'stickied' => 'Stickied', @@ -147,20 +148,21 @@ return [ 'settings' => [ // Application setup 'app-setup' => [ - 'site-name' => 'Webbplatsens namn', - 'site-url' => 'Webbplatsens URL', - 'display-graphs' => 'Visa grafer på statussidan?', - 'about-this-page' => 'Om den här sidan', - 'days-of-incidents' => 'Hur många dagar av händelser ska visas?', - 'time_before_refresh' => 'Status page refresh rate (in seconds).', - 'banner' => 'Bannerbild', - 'banner-help' => 'Vi rekommenderar att du inte laddar upp bilder som är bredare än 930 px.', - 'subscribers' => 'Tillåt att registrera sig för notifikationer via e-post?', - 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', - 'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?', - 'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)', - 'show_timezone' => 'Show the timezone the status page is running in.', - 'only_disrupted_days' => 'Only show days containing incidents in the timeline?', + 'site-name' => 'Webbplatsens namn', + 'site-url' => 'Webbplatsens URL', + 'display-graphs' => 'Visa grafer på statussidan?', + 'about-this-page' => 'Om den här sidan', + 'days-of-incidents' => 'Hur många dagar av händelser ska visas?', + 'time_before_refresh' => 'Status page refresh rate (in seconds).', + 'banner' => 'Bannerbild', + 'banner-help' => "Vi rekommenderar att du inte laddar upp bilder som är bredare än 930 px.", + 'subscribers' => 'Tillåt att registrera sig för notifikationer via e-post?', + 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', + 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', + 'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?', + 'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)', + 'show_timezone' => 'Show the timezone the status page is running in.', + 'only_disrupted_days' => 'Only show days containing incidents in the timeline?', ], 'analytics' => [ 'analytics_google' => 'Google Analytics-kod',