]> git.agnieray.net Git - galette.git/commitdiff
Fix one more translation
authorJohan Cwiklinski <johan@x-tnd.be>
Thu, 19 Oct 2023 19:33:32 +0000 (21:33 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Thu, 19 Oct 2023 19:33:32 +0000 (21:33 +0200)
galette/lang/galette.pot
galette/lang/galette_en_US.po
galette/lib/Galette/Controllers/Crud/EntitledsController.php

index eb43506d322329f4b6227f5bad3b9e0ac99c9dd3..96389ad255717e424452e579fe8887d75b31b099 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-10-19 21:12+0200\n"
+"POT-Creation-Date: 2023-10-19 21:25+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -394,7 +394,8 @@ msgid "User statuses"
 msgstr ""
 
 #: ../lib/Galette/Controllers/Crud/EntitledsController.php:127
-msgid "Contribution types"
+#: ../lib/Galette/Core/Install.php:1161 ../lib/Galette/Core/Galette.php:388
+msgid "Contributions types"
 msgstr ""
 
 #: ../lib/Galette/Controllers/Crud/EntitledsController.php:193
@@ -1146,10 +1147,6 @@ msgstr ""
 msgid "Preferences"
 msgstr ""
 
-#: ../lib/Galette/Core/Install.php:1161 ../lib/Galette/Core/Galette.php:388
-msgid "Contributions types"
-msgstr ""
-
 #: ../lib/Galette/Core/Install.php:1165
 #: ../../tempcache/pages/advanced_search.html.twig:494
 #: ../../tempcache/pages/advanced_search.html.twig:499
index 1c54ac341d1695348314ff9a1b1e83fa9c961b1e..323e11d26d0e0c75191944d6d6126e3076a7ea5f 100644 (file)
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-10-19 21:12+0200\n"
-"PO-Revision-Date: 2023-10-19 21:12+0200\n"
+"POT-Creation-Date: 2023-10-19 21:25+0200\n"
+"PO-Revision-Date: 2023-10-19 21:25+0200\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: en_US\n"
@@ -393,8 +393,9 @@ msgid "User statuses"
 msgstr "User statuses"
 
 #: ../lib/Galette/Controllers/Crud/EntitledsController.php:127
-msgid "Contribution types"
-msgstr "Contribution types"
+#: ../lib/Galette/Core/Install.php:1161 ../lib/Galette/Core/Galette.php:388
+msgid "Contributions types"
+msgstr "Contributions types"
 
 #: ../lib/Galette/Controllers/Crud/EntitledsController.php:193
 #: ../../tempcache/pages/configuration_entitleds.html.twig:83
@@ -1159,10 +1160,6 @@ msgstr "Unable to create configuration file (%path)"
 msgid "Preferences"
 msgstr "Preferences"
 
-#: ../lib/Galette/Core/Install.php:1161 ../lib/Galette/Core/Galette.php:388
-msgid "Contributions types"
-msgstr "Contributions types"
-
 #: ../lib/Galette/Core/Install.php:1165
 #: ../../tempcache/pages/advanced_search.html.twig:494
 #: ../../tempcache/pages/advanced_search.html.twig:499
index c6a1efa8f7bad9894549a0e38b517c9453f3d6c6..292c6b3fdb0bc1eb1923e14c431db52a28fec9a5 100644 (file)
@@ -124,7 +124,7 @@ class EntitledsController extends CrudController
             case 'contributions-types':
                 $className = 'ContributionsTypes';
                 $entitled = new ContributionsTypes($this->zdb);
-                $params['page_title'] = _T("Contribution types");
+                $params['page_title'] = _T("Contributions types");
                 break;
         }