mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
New translations settings.php (Swedish)
This commit is contained in:
parent
e6a1b2ea97
commit
f55acc7cf1
@ -41,12 +41,22 @@ return [
|
||||
'app_disable_comments_toggle' => 'Inaktivera kommentarer',
|
||||
'app_disable_comments_desc' => 'Inaktivera kommentarer på alla sidor i applikationen. Befintliga kommentarer visas inte.',
|
||||
|
||||
// Color settings
|
||||
'content_colors' => 'Content Colors',
|
||||
'content_colors_desc' => 'Sets colors for all elements in the page organisation hierarchy. Choosing colors with a similar brightness to the default colors is recommended for readability.',
|
||||
'bookshelf_color' => 'Shelf Color',
|
||||
'book_color' => 'Book Color',
|
||||
'chapter_color' => 'Chapter Color',
|
||||
'page_color' => 'Page Color',
|
||||
'page_draft_color' => 'Page Draft Color',
|
||||
|
||||
// Registration Settings
|
||||
'reg_settings' => 'Registreringsinställningar',
|
||||
'reg_enable' => 'Tillåt registrering',
|
||||
'reg_enable_toggle' => 'Tillåt registrering',
|
||||
'reg_enable_desc' => 'När registrering tillåts kan användaren logga in som en användare. Vid registreringen ges de en förvald användarroll.',
|
||||
'reg_default_role' => 'Standardroll efter registrering',
|
||||
'reg_enable_ldap_warning' => 'The option above is not used while LDAP authentication is active. User accounts for non-existing members will be auto-created if authentication, against the LDAP system in use, is successful.',
|
||||
'reg_email_confirmation' => 'E-postbekräftelse',
|
||||
'reg_email_confirmation_toggle' => 'Kräv e-postbekräftelse',
|
||||
'reg_confirm_email_desc' => 'Om registrering begränas till vissa domäner kommer e-postbekräftelse alltid att krävas och den här inställningen kommer att ignoreras.',
|
||||
@ -63,6 +73,13 @@ return [
|
||||
'maint_image_cleanup_warning' => 'Hittade :count bilder som potentiellt inte används. Vill du verkligen ta bort dessa bilder?',
|
||||
'maint_image_cleanup_success' => 'Hittade och raderade :count bilder som potentiellt inte används!',
|
||||
'maint_image_cleanup_nothing_found' => 'Hittade inga oanvända bilder, så inget har raderats!',
|
||||
'maint_send_test_email' => 'Send a Test Email',
|
||||
'maint_send_test_email_desc' => 'This sends a test email to your email address specified in your profile.',
|
||||
'maint_send_test_email_run' => 'Send test email',
|
||||
'maint_send_test_email_success' => 'Email sent to :address',
|
||||
'maint_send_test_email_mail_subject' => 'Test Email',
|
||||
'maint_send_test_email_mail_greeting' => 'Email delivery seems to work!',
|
||||
'maint_send_test_email_mail_text' => 'Congratulations! As you received this email notification, your email settings seem to be configured properly.',
|
||||
|
||||
// Role Settings
|
||||
'roles' => 'Roller',
|
||||
|
Loading…
Reference in New Issue
Block a user