Upgrade to 3.1.3

This commit is contained in:
Bastian Allgeier
2019-04-23 16:13:26 +02:00
parent eb29ef6d6c
commit 066913cb6e
53 changed files with 606 additions and 261 deletions

View File

@@ -104,18 +104,18 @@
"error.section.files.max.singular":
"Du får inte lägga till mer än en fil i sektionen \"{section}\"",
"error.section.files.min.plural":
"Lägg minst {min} filer till sektionen \"{section}\"",
"Sektionen \"{section}\" kräver minst {min} filer",
"error.section.files.min.singular":
"Lägg minst en fil till sektionen \"{section}\"",
"Sektionen \"{section}\" kräver minst en fil",
"error.section.pages.max.plural":
"Du får inte lägga till mer än {max} sidor till sektionen \"{section}\"",
"error.section.pages.max.singular":
"Du får inte lägga till mer än en sida i sektionen \"{section}\"",
"error.section.pages.min.plural":
"Lägg till minst {min} sidor till sektionen \"{section}\"",
"Sektionen \"{section}\" kräver minst {min} sidor",
"error.section.pages.min.singular":
"Lägg till minst en sida till sektionen \"{section}\"",
"Sektionen \"{section}\" kräver minst en sida",
"error.section.notLoaded": "Sektionen \"{name}\" kunde inte laddas",
"error.section.type.invalid": "Sektionstypen \"{type}\" är inte giltig",
@@ -366,8 +366,8 @@
"toolbar.button.heading.3": "Rubrik 3",
"toolbar.button.italic": "Kursiv",
"toolbar.button.file": "Fil",
"toolbar.button.file.select": "Select a file",
"toolbar.button.file.upload": "Upload a file",
"toolbar.button.file.select": "Välj en fil",
"toolbar.button.file.upload": "Ladda upp en fil",
"toolbar.button.link": "L\u00e4nk",
"toolbar.button.ol": "Sorterad lista",
"toolbar.button.ul": "Punktlista",