diff --git a/lang/auto.pot b/lang/auto.pot index 3e837a3..ffdc363 100644 --- a/lang/auto.pot +++ b/lang/auto.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-10-12 16:41+0200\n" +"POT-Creation-Date: 2023-11-22 11:34+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -209,6 +209,8 @@ msgid "My cars" msgstr "" #: ../lib/GaletteAuto/Controllers/Controller.php:244 +#: ../lib/GaletteAuto/PluginGaletteAuto.php:201 +#: ../lib/GaletteAuto/PluginGaletteAuto.php:202 msgid "Member's cars" msgstr "" @@ -433,11 +435,6 @@ msgstr "" msgid "Vehicles" msgstr "" -#: ../lib/GaletteAuto/PluginGaletteAuto.php:201 -#: ../lib/GaletteAuto/PluginGaletteAuto.php:202 -msgid "Member cars" -msgstr "" - #: ../lib/GaletteAuto/Finition.php:86 msgid "Finition" msgstr "" diff --git a/lang/auto_en_US.po b/lang/auto_en_US.po index 3f3b0ee..4c6205b 100644 --- a/lang/auto_en_US.po +++ b/lang/auto_en_US.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-10-12 16:41+0200\n" -"PO-Revision-Date: 2023-10-12 16:41+0200\n" +"POT-Creation-Date: 2023-11-22 11:34+0100\n" +"PO-Revision-Date: 2023-11-22 11:34+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en_US\n" @@ -208,6 +208,8 @@ msgid "My cars" msgstr "My cars" #: ../lib/GaletteAuto/Controllers/Controller.php:244 +#: ../lib/GaletteAuto/PluginGaletteAuto.php:201 +#: ../lib/GaletteAuto/PluginGaletteAuto.php:202 msgid "Member's cars" msgstr "Member's cars" @@ -432,11 +434,6 @@ msgstr "Cars" msgid "Vehicles" msgstr "Vehicles" -#: ../lib/GaletteAuto/PluginGaletteAuto.php:201 -#: ../lib/GaletteAuto/PluginGaletteAuto.php:202 -msgid "Member cars" -msgstr "Member cars" - #: ../lib/GaletteAuto/Finition.php:86 msgid "Finition" msgstr "Finition" diff --git a/lib/GaletteAuto/PluginGaletteAuto.php b/lib/GaletteAuto/PluginGaletteAuto.php index 5bf7ca7..17f2518 100644 --- a/lib/GaletteAuto/PluginGaletteAuto.php +++ b/lib/GaletteAuto/PluginGaletteAuto.php @@ -198,8 +198,8 @@ public static function getListActionsContents(Adherent $member): array { return [ [ - 'label' => _T("Member cars", "auto"), - 'title' => _T("Member cars", "auto"), + 'label' => _T("Member's cars", "auto"), + 'title' => _T("Member's cars", "auto"), 'route' => [ 'name' => 'memberVehiclesList', 'args' => ['id' => $member->id]