Skip to content

Commit

Permalink
Extract new strings
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Nov 22, 2023
1 parent b03335f commit ec6d562
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
9 changes: 3 additions & 6 deletions lang/auto.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -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 ""

Expand Down Expand Up @@ -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 ""
Expand Down
11 changes: 4 additions & 7 deletions lang/auto_en_US.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"

Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions lib/GaletteAuto/PluginGaletteAuto.php
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit ec6d562

Please sign in to comment.