]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/sv/errors.php
Add the "Create Shelf" resp. "Create Book" to the home view
[bookstack] / resources / lang / sv / errors.php
index 8bc940df04866b191719c01e5b2cf2705fde90b2..64dbf4c1615100e780801bf278dc6c44b98c1b05 100644 (file)
@@ -1,11 +1,9 @@
 <?php
-
+/**
+ * Text shown in error messaging.
+ */
 return [
 
-    /**
-     * Error text strings.
-     */
-
     // Permissions
     'permission' => 'Du har inte tillgång till den här sidan.',
     'permissionJson' => 'Du har inte rätt att utföra den här åtgärden.',
@@ -29,6 +27,7 @@ return [
     'social_account_register_instructions' => 'Om du inte har något konto ännu kan du registerar dig genom att välja :socialAccount.',
     'social_driver_not_found' => 'Drivrutinen för den här tjänsten hittades inte',
     'social_driver_not_configured' => 'Dina inställningar för :socialAccount är inte korrekta.',
+    'invite_token_expired' => 'This invitation link has expired. You can instead try to reset your account password.',
 
     // System
     'path_not_writable' => 'Kunde inte ladda upp till sökvägen :filePath. Kontrollera att webbservern har skrivåtkomst.',
@@ -82,4 +81,5 @@ return [
     'error_occurred' => 'Ett fel inträffade',
     'app_down' => ':appName är nere just nu',
     'back_soon' => 'Vi är snart tillbaka.',
+
 ];