Skip to content

Commit

Permalink
Information is uncountable
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Dec 9, 2023
1 parent 04ac56e commit 0ef6418
Show file tree
Hide file tree
Showing 21 changed files with 157 additions and 231 deletions.
90 changes: 44 additions & 46 deletions lang/events.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-12-06 08:15+0100\n"
"POT-Creation-Date: 2023-12-09 11:57+0100\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"
Expand All @@ -18,47 +18,51 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"

#: ../lib/GaletteEvents/Booking.php:208
#: ../lib/GaletteEvents/Booking.php:207
msgid "Event is mandatory"
msgstr ""

#: ../lib/GaletteEvents/Booking.php:221
#. TRANS: %1$s is activity name
#: ../lib/GaletteEvents/Booking.php:219
#, php-format
msgid "%1$s is mandatory for this event!"
msgstr ""

#: ../lib/GaletteEvents/Booking.php:255
#: ../lib/GaletteEvents/Booking.php:254
msgid "Please specify amount if booking has been paid ;)"
msgstr ""

#: ../lib/GaletteEvents/Booking.php:278
#: ../lib/GaletteEvents/Booking.php:277
msgid "Member is mandatory"
msgstr ""

#: ../lib/GaletteEvents/Booking.php:290
#: ../lib/GaletteEvents/Booking.php:289
msgid "There must be at least one person"
msgstr ""

#: ../lib/GaletteEvents/Booking.php:299
#: ../lib/GaletteEvents/Booking.php:298
msgid "Booking date is mandatory!"
msgstr ""

#: ../lib/GaletteEvents/Booking.php:326
#: ../lib/GaletteEvents/Booking.php:322
msgid "booking date"
msgstr ""

#: ../lib/GaletteEvents/Booking.php:357
#. TRANS: first replacement is member name, second is event name
#: ../lib/GaletteEvents/Booking.php:344
#, php-format
msgid "A booking already exists for %1$s in %2$s"
msgstr ""

#: ../lib/GaletteEvents/Booking.php:424
#: ../lib/GaletteEvents/Booking.php:413
msgid "Booking added"
msgstr ""

#: ../lib/GaletteEvents/Booking.php:428
#: ../lib/GaletteEvents/Booking.php:417
msgid "Fail to add new booking."
msgstr ""

#: ../lib/GaletteEvents/Booking.php:446
#: ../lib/GaletteEvents/Booking.php:435
msgid "Booking updated"
msgstr ""

Expand Down Expand Up @@ -94,7 +98,7 @@ msgstr ""
msgid "Do not forget to store the booking"
msgstr ""

#. TRANS: first parameter is the member name, second the event name.
#. TRANS: %1$s is the member name, %2$s the event name.
#: ../lib/GaletteEvents/Controllers/Crud/BookingsController.php:648
#, php-format
msgid "Remove booking for %1$s on %2$s"
Expand All @@ -117,10 +121,11 @@ msgid "Activity has been modified."
msgstr ""

#: ../lib/GaletteEvents/Controllers/Crud/ActivitiesController.php:263
msgid "An error occured while storing the activity."
msgid "An error occurred while storing the activity."
msgstr ""

#: ../lib/GaletteEvents/Controllers/Crud/ActivitiesController.php:355
#. TRANS %1$s is activity name
#: ../lib/GaletteEvents/Controllers/Crud/ActivitiesController.php:348
#, php-format
msgid "Remove activity %1$s"
msgstr ""
Expand Down Expand Up @@ -166,10 +171,10 @@ msgid "Event has been modified."
msgstr ""

#: ../lib/GaletteEvents/Controllers/Crud/EventsController.php:414
msgid "An error occured while storing the event."
msgid "An error occurred while storing the event."
msgstr ""

#. TRANS: first parameter is the event name
#. TRANS: %1$s is the event name
#: ../lib/GaletteEvents/Controllers/Crud/EventsController.php:514
#, php-format
msgid "Remove event '%1$s'\""
Expand Down Expand Up @@ -225,16 +230,17 @@ msgstr ""
msgid "Comment:"
msgstr ""

#: ../lib/GaletteEvents/Repository/Events.php:236
#. TRANS: %1$s is the number of paid attendees
#: ../lib/GaletteEvents/Repository/Events.php:237
#, php-format
msgid "%1$s paid"
msgstr ""

#: ../lib/GaletteEvents/Repository/Events.php:241
#: ../lib/GaletteEvents/Repository/Events.php:242
msgid "Attendees:"
msgstr ""

#: ../lib/GaletteEvents/Repository/Events.php:249
#: ../lib/GaletteEvents/Repository/Events.php:250
#: ../lib/GaletteEvents/PluginGaletteEvents.php:113
#: ../tempcache/event.html.twig:166 ../tempcache/booking.html.twig:213
msgid "Activities"
Expand All @@ -252,31 +258,31 @@ msgstr ""
msgid "End date"
msgstr ""

#: ../lib/GaletteEvents/Event.php:266
#: ../lib/GaletteEvents/Event.php:261
msgid "End date must be later or equal to begin date"
msgstr ""

#: ../lib/GaletteEvents/Event.php:272 ../lib/GaletteEvents/Activity.php:194
#: ../lib/GaletteEvents/Event.php:267 ../lib/GaletteEvents/Activity.php:193
msgid "Name is mandatory"
msgstr ""

#: ../lib/GaletteEvents/Event.php:289
#: ../lib/GaletteEvents/Event.php:284
msgid "Please select a group you own!"
msgstr ""

#: ../lib/GaletteEvents/Event.php:296
#: ../lib/GaletteEvents/Event.php:291
msgid "Town is mandatory"
msgstr ""

#: ../lib/GaletteEvents/Event.php:426
#: ../lib/GaletteEvents/Event.php:421
msgid "Event added"
msgstr ""

#: ../lib/GaletteEvents/Event.php:430
#: ../lib/GaletteEvents/Event.php:425
msgid "Fail to add new event."
msgstr ""

#: ../lib/GaletteEvents/Event.php:448
#: ../lib/GaletteEvents/Event.php:443
msgid "Event updated"
msgstr ""

Expand All @@ -299,20 +305,20 @@ msgstr ""
msgid "New event booking"
msgstr ""

#: ../lib/GaletteEvents/Activity.php:263
#: ../lib/GaletteEvents/Activity.php:262
msgid "Activity added"
msgstr ""

#: ../lib/GaletteEvents/Activity.php:268
#: ../lib/GaletteEvents/Activity.php:267
msgid "Fail to add new activity."
msgstr ""

#: ../lib/GaletteEvents/Activity.php:286
#: ../lib/GaletteEvents/Activity.php:285
msgid "Activity updated"
msgstr ""

#: ../tempcache/event.html.twig:63 ../tempcache/activity.html.twig:63
msgid "General informations"
msgid "General information"
msgstr ""

#: ../tempcache/event.html.twig:70
Expand Down Expand Up @@ -387,7 +393,7 @@ msgid "Please choose an activity to remove"
msgstr ""

#: ../tempcache/booking.html.twig:63
msgid "Booking informations"
msgid "Booking information"
msgstr ""

#: ../tempcache/booking.html.twig:70 ../tempcache/bookings.html.twig:138
Expand All @@ -404,7 +410,7 @@ msgid "No activity for selected event"
msgstr ""

#: ../tempcache/booking.html.twig:280
msgid "Financial informations"
msgid "Financial information"
msgstr ""

#: ../tempcache/booking.html.twig:287 ../tempcache/bookings.html.twig:138
Expand Down Expand Up @@ -525,11 +531,13 @@ msgstr ""
msgid "Inactive"
msgstr ""

#: ../tempcache/activities.html.twig:203
msgid "%1$s: edit informations"
#: ../tempcache/activities.html.twig:203 ../tempcache/events.html.twig:253
#, php-format
msgid "%1$s: edit information"
msgstr ""

#: ../tempcache/activities.html.twig:205
#: ../tempcache/activities.html.twig:205 ../tempcache/events.html.twig:266
#, php-format
msgid "%1$s: remove from database"
msgstr ""

Expand Down Expand Up @@ -574,16 +582,6 @@ msgstr ""
msgid "%1$s: show bookings"
msgstr ""

#: ../tempcache/events.html.twig:253
#, php-format
msgid "%1$s: edit informations"
msgstr ""

#: ../tempcache/events.html.twig:266
#, php-format
msgid "%1$s: remove from database"
msgstr ""

#: ../tempcache/events.html.twig:311
msgid "No event has been found"
msgstr ""
Expand Down
13 changes: 4 additions & 9 deletions lang/events_ar.utf8.po
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ msgid "Activity updated"
msgstr ""

#: ../tempcache/event.html.twig:63 ../tempcache/activity.html.twig:63
msgid "General informations"
msgid "General information"
msgstr ""

#: ../tempcache/event.html.twig:70
Expand Down Expand Up @@ -386,7 +386,7 @@ msgid "Please choose an activity to remove"
msgstr ""

#: ../tempcache/booking.html.twig:63
msgid "Booking informations"
msgid "Booking information"
msgstr ""

#: ../tempcache/booking.html.twig:70 ../tempcache/bookings.html.twig:138
Expand All @@ -403,7 +403,7 @@ msgid "No activity for selected event"
msgstr ""

#: ../tempcache/booking.html.twig:280
msgid "Financial informations"
msgid "Financial information"
msgstr ""

#: ../tempcache/booking.html.twig:287 ../tempcache/bookings.html.twig:138
Expand Down Expand Up @@ -533,7 +533,7 @@ msgid "Inactive"
msgstr "غير نَشِط"

#: ../tempcache/activities.html.twig:203
msgid "%1$s: edit informations"
msgid "%1$s: edit information"
msgstr ""

#: ../tempcache/activities.html.twig:205
Expand Down Expand Up @@ -585,11 +585,6 @@ msgstr ""
msgid "%1$s: show bookings"
msgstr ""

#: ../tempcache/events.html.twig:253
#, php-format
msgid "%1$s: edit informations"
msgstr ""

#: ../tempcache/events.html.twig:266
#, php-format
msgid "%1$s: remove from database"
Expand Down
13 changes: 4 additions & 9 deletions lang/events_br.utf8.po
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ msgid "Activity updated"
msgstr ""

#: ../tempcache/event.html.twig:63 ../tempcache/activity.html.twig:63
msgid "General informations"
msgid "General information"
msgstr ""

#: ../tempcache/event.html.twig:70
Expand Down Expand Up @@ -381,7 +381,7 @@ msgid "Please choose an activity to remove"
msgstr ""

#: ../tempcache/booking.html.twig:63
msgid "Booking informations"
msgid "Booking information"
msgstr ""

#: ../tempcache/booking.html.twig:70 ../tempcache/bookings.html.twig:138
Expand All @@ -398,7 +398,7 @@ msgid "No activity for selected event"
msgstr ""

#: ../tempcache/booking.html.twig:280
msgid "Financial informations"
msgid "Financial information"
msgstr ""

#: ../tempcache/booking.html.twig:287 ../tempcache/bookings.html.twig:138
Expand Down Expand Up @@ -520,7 +520,7 @@ msgid "Inactive"
msgstr ""

#: ../tempcache/activities.html.twig:203
msgid "%1$s: edit informations"
msgid "%1$s: edit information"
msgstr ""

#: ../tempcache/activities.html.twig:205
Expand Down Expand Up @@ -568,11 +568,6 @@ msgstr ""
msgid "%1$s: show bookings"
msgstr ""

#: ../tempcache/events.html.twig:253
#, php-format
msgid "%1$s: edit informations"
msgstr ""

#: ../tempcache/events.html.twig:266
#, php-format
msgid "%1$s: remove from database"
Expand Down
13 changes: 4 additions & 9 deletions lang/events_ca.utf8.po
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ msgid "Activity updated"
msgstr ""

#: ../tempcache/event.html.twig:63 ../tempcache/activity.html.twig:63
msgid "General informations"
msgid "General information"
msgstr ""

#: ../tempcache/event.html.twig:70
Expand Down Expand Up @@ -385,7 +385,7 @@ msgid "Please choose an activity to remove"
msgstr ""

#: ../tempcache/booking.html.twig:63
msgid "Booking informations"
msgid "Booking information"
msgstr ""

#: ../tempcache/booking.html.twig:70 ../tempcache/bookings.html.twig:138
Expand All @@ -402,7 +402,7 @@ msgid "No activity for selected event"
msgstr ""

#: ../tempcache/booking.html.twig:280
msgid "Financial informations"
msgid "Financial information"
msgstr ""

#: ../tempcache/booking.html.twig:287 ../tempcache/bookings.html.twig:138
Expand Down Expand Up @@ -524,7 +524,7 @@ msgid "Inactive"
msgstr ""

#: ../tempcache/activities.html.twig:203
msgid "%1$s: edit informations"
msgid "%1$s: edit information"
msgstr ""

#: ../tempcache/activities.html.twig:205
Expand Down Expand Up @@ -572,11 +572,6 @@ msgstr ""
msgid "%1$s: show bookings"
msgstr ""

#: ../tempcache/events.html.twig:253
#, php-format
msgid "%1$s: edit informations"
msgstr ""

#: ../tempcache/events.html.twig:266
#, php-format
msgid "%1$s: remove from database"
Expand Down
Loading

0 comments on commit 0ef6418

Please sign in to comment.