diff --git a/lang/da.yml b/lang/da.yml new file mode 100644 index 00000000..c89332ae --- /dev/null +++ b/lang/da.yml @@ -0,0 +1,7 @@ +da: + SilverStripe\Reports\ReportAdmin: + MENUTITLE: Rapporter + ReportTitle: Titel + SilverStripe\Reports\SideReport: + OtherGroupTitle: Andre + REPEMPTY: 'Rapporten {title} er tom.' diff --git a/lang/nl.yml b/lang/nl.yml new file mode 100644 index 00000000..f2539bb3 --- /dev/null +++ b/lang/nl.yml @@ -0,0 +1,7 @@ +nl: + SilverStripe\Reports\ReportAdmin: + MENUTITLE: Rapporten + ReportTitle: Naam + SilverStripe\Reports\SideReport: + OtherGroupTitle: Overig + REPEMPTY: 'Het {title} rapport is leeg.' diff --git a/lang/pl.yml b/lang/pl.yml new file mode 100644 index 00000000..7f200b85 --- /dev/null +++ b/lang/pl.yml @@ -0,0 +1,7 @@ +pl: + SilverStripe\Reports\ReportAdmin: + MENUTITLE: Raporty + ReportTitle: Tytuł + SilverStripe\Reports\SideReport: + OtherGroupTitle: Inne + REPEMPTY: 'Raport {title} jest pusty' diff --git a/lang/sv.yml b/lang/sv.yml new file mode 100644 index 00000000..ce219356 --- /dev/null +++ b/lang/sv.yml @@ -0,0 +1,7 @@ +sv: + SilverStripe\Reports\ReportAdmin: + MENUTITLE: Rapporter + ReportTitle: Titel + SilverStripe\Reports\SideReport: + OtherGroupTitle: Annat + REPEMPTY: 'Rapporten {title} är tom.'