19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-25 12:00:11 +01:00
parent e1d89e11e3
commit a1f02d8cc7
225 changed files with 2335 additions and 775 deletions

View file

@ -39,7 +39,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:35+0000\n"
"POT-Creation-Date: 2026-03-20 18:35+0000\n"
"PO-Revision-Date: 2026-02-25 14:44+0000\n"
"Last-Translator: \"Marta (wacm)\" <wacm@odoo.com>\n"
"Language-Team: Polish <https://translate.odoo.com/projects/odoo-19/hr/pl/>\n"
@ -48,8 +48,8 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && "
"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || "
"(n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
"X-Generator: Weblate 5.14.3\n"
#. module: hr
@ -4968,6 +4968,12 @@ msgstr ""
"Pola \"%s\", które starasz się odczytać są niedostępne dla publicznych "
"profili pracowników."
#. module: hr
#. odoo-python
#: code:addons/hr/models/hr_employee.py:0
msgid "The following employees have the same work email address: %s"
msgstr ""
#. module: hr
#. odoo-python
#: code:addons/hr/models/res_users.py:0