Browse Source
Merge pull request #178 from beescoop/12.0-beesdoo_shift-bs_attendance-fix-typo
[12.0][FIX] beesdoo_shit[_attendance]: 'personal' takes one 'n'
pull/164/merge
Rémy Taymans
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with
5 additions and
5 deletions
-
beesdoo_shift/i18n/fr_BE.po
-
beesdoo_shift/i18n/nl_BE.po
-
beesdoo_shift_attendance/l18n/fr_BE.po
-
beesdoo_shift_attendance/l18n/nl_BE.po
-
beesdoo_shift_attendance/wizard/validate_attendance_sheet.py
|
|
@ -182,7 +182,7 @@ msgstr "" |
|
|
|
#, python-format |
|
|
|
msgid "" |
|
|
|
"\n" |
|
|
|
"%s attended its shift as a normal one but was not expected. Something may be wrong in his/her personnal informations.\n" |
|
|
|
"%s attended its shift as a normal one but was not expected. Something may be wrong in his/her personal informations.\n" |
|
|
|
msgstr "" |
|
|
|
"\n" |
|
|
|
"%s a effectué son shift comme un shift normal mais n'était pas attendu(e). Veuillez vérifier son inscription à ce créneau.\n" |
|
|
|
|
|
@ -177,7 +177,7 @@ msgstr "\n" |
|
|
|
#: code:addons/custom/obeesdoo/beesdoo_shift/wizard/validate_attendance_sheet.py:49 |
|
|
|
#, python-format |
|
|
|
msgid "\n" |
|
|
|
"%s attended its shift as a normal one but was not expected. Something may be wrong in his/her personnal informations.\n" |
|
|
|
"%s attended its shift as a normal one but was not expected. Something may be wrong in his/her personal informations.\n" |
|
|
|
"" |
|
|
|
msgstr "\n" |
|
|
|
"%s voerde zijn shift uit als een normale shift, maar werd niet verwacht. Controleer zijn registratie voor dit tijdslot.\n" |
|
|
|
|
|
@ -109,7 +109,7 @@ msgstr "" |
|
|
|
#: code:addons/beesdoo_shift_attendance/wizard/validate_attendance_sheet.py:47 |
|
|
|
#, python-format |
|
|
|
msgid "\n" |
|
|
|
"%s attended its shift as a normal one but was not expected. Something may be wrong in his/her personnal informations.\n" |
|
|
|
"%s attended its shift as a normal one but was not expected. Something may be wrong in his/her personal informations.\n" |
|
|
|
" " |
|
|
|
msgstr "%s a effectué son shift comme un shift normal mais n'était pas attendu(e). Veuillez vérifier son inscription à ce créneau." |
|
|
|
|
|
|
|
|
|
@ -109,7 +109,7 @@ msgstr "" |
|
|
|
#: code:addons/beesdoo_shift_attendance/wizard/validate_attendance_sheet.py:47 |
|
|
|
#, python-format |
|
|
|
msgid "\n" |
|
|
|
"%s attended its shift as a normal one but was not expected. Something may be wrong in his/her personnal informations.\n" |
|
|
|
"%s attended its shift as a normal one but was not expected. Something may be wrong in his/her personal informations.\n" |
|
|
|
" " |
|
|
|
msgstr "%s voerde zijn shift uit als een normale shift, maar werd niet verwacht. Controleer zijn registratie voor dit tijdslot." |
|
|
|
|
|
|
|
|
|
@ -47,7 +47,7 @@ class ValidateAttendanceSheet(models.TransientModel): |
|
|
|
_( |
|
|
|
"\n%s attended its shift as a normal one but was " |
|
|
|
"not expected. Something may be wrong in his/her " |
|
|
|
"personnal informations.\n " |
|
|
|
"personal informations.\n " |
|
|
|
) |
|
|
|
% added_shift.worker_id.name |
|
|
|
) |
|
|
|