[I18N] Update translations from Launchpad 8.0 branches
[odoo/odoo.git] / addons / auth_signup / i18n / pl.po
1 # Polish translation for openobject-addons
2 # Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
3 # This file is distributed under the same license as the openobject-addons package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: openobject-addons\n"
9 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10 "POT-Creation-Date: 2014-09-23 16:27+0000\n"
11 "PO-Revision-Date: 2014-09-27 08:38+0000\n"
12 "Last-Translator: Dariusz Żbikowski (Krokus) <darek@krokus.com.pl>\n"
13 "Language-Team: Polish <pl@li.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-Launchpad-Export-Date: 2014-09-28 07:21+0000\n"
18 "X-Generator: Launchpad (build 17196)\n"
19
20 #. module: auth_signup
21 #: model:email.template,body_html:auth_signup.set_password_email
22 msgid ""
23 "\n"
24 "                \n"
25 "                    <p>\n"
26 "                        ${object.name},\n"
27 "                    </p>\n"
28 "                    <p>\n"
29 "                        You have been invited to connect to "
30 "\"${object.company_id.name}\" in order to get access to your documents in "
31 "Odoo.\n"
32 "                    </p>\n"
33 "                    <p>\n"
34 "                        To accept the invitation, click on the following "
35 "link:\n"
36 "                    </p>\n"
37 "                    <ul>\n"
38 "                        <li><a href=\"${object.signup_url}\">Accept "
39 "invitation to \"${object.company_id.name}\"</a></li>\n"
40 "                    </ul>\n"
41 "                    <p>\n"
42 "                        Thanks,\n"
43 "                    </p>\n"
44 "                    <pre>\n"
45 "--\n"
46 "${object.company_id.name or ''}\n"
47 "${object.company_id.email or ''}\n"
48 "${object.company_id.phone or ''}\n"
49 "                    </pre>\n"
50 "                \n"
51 "            "
52 msgstr ""
53
54 #. module: auth_signup
55 #: model:email.template,body_html:auth_signup.reset_password_email
56 msgid ""
57 "\n"
58 "<p>A password reset was requested for the Odoo account linked to this "
59 "email.</p>\n"
60 "\n"
61 "<p>You may change your password by following <a "
62 "href=\"${object.signup_url}\">this link</a>.</p>\n"
63 "\n"
64 "<p>Note: If you do not expect this, you can safely ignore this email.</p>"
65 msgstr ""
66
67 #. module: auth_signup
68 #: model:email.template,subject:auth_signup.set_password_email
69 msgid "${object.company_id.name} invitation to connect on Odoo"
70 msgstr "${object.company_id.name} zaproszenie do połącznia za pomocą Odoo"
71
72 #. module: auth_signup
73 #: view:res.users:auth_signup.res_users_form_view
74 msgid ""
75 "A password reset has been requested for this user. An email containing the "
76 "following link has been sent:"
77 msgstr ""
78 "Reset hasła został zażądany dla tego użytkownika. Email zawierający "
79 "następujący link został wysłany:"
80
81 #. module: auth_signup
82 #: selection:res.users,state:0
83 msgid "Activated"
84 msgstr "Aktywowane"
85
86 #. module: auth_signup
87 #: field:base.config.settings,auth_signup_uninvited:0
88 msgid "Allow external users to sign up"
89 msgstr "Pozwól na logowanie sie zewnętrznych użytkowników"
90
91 #. module: auth_signup
92 #: code:addons/auth_signup/controllers/main.py:78
93 #, python-format
94 msgid "An email has been sent with credentials to reset your password"
95 msgstr ""
96 "Email został wysłany z uwierzytelnieniem do zresetowania twojego hasła"
97
98 #. module: auth_signup
99 #: view:res.users:auth_signup.res_users_form_view
100 msgid ""
101 "An invitation email containing the following subscription link has been sent:"
102 msgstr ""
103 "Powitalny email zawierający następujący link do subskrybcji został wysłany:"
104
105 #. module: auth_signup
106 #: code:addons/auth_signup/controllers/main.py:125
107 #, python-format
108 msgid "Authentification Failed."
109 msgstr "Autoryzacja błędna."
110
111 #. module: auth_signup
112 #: view:website:auth_signup.reset_password
113 #: view:website:auth_signup.signup
114 msgid "Back to Login"
115 msgstr "Wróć do logowania"
116
117 #. module: auth_signup
118 #: code:addons/auth_signup/res_users.py:295
119 #, python-format
120 msgid "Cannot send email: user has no email address."
121 msgstr "Nie można wysłać emaila: użytkownik nie ma adresu email."
122
123 #. module: auth_signup
124 #: view:website:auth_signup.fields
125 msgid "Confirm Password"
126 msgstr "Potwierdź hasło"
127
128 #. module: auth_signup
129 #: code:addons/auth_signup/controllers/main.py:80
130 #, python-format
131 msgid "Could not reset your password"
132 msgstr "Nie można zresetować Twojego hasła"
133
134 #. module: auth_signup
135 #: field:base.config.settings,auth_signup_reset_password:0
136 msgid "Enable password reset from Login page"
137 msgstr "Włącz reset hasła ze strony logowania"
138
139 #. module: auth_signup
140 #: help:base.config.settings,auth_signup_uninvited:0
141 msgid "If unchecked, only invited users may sign up."
142 msgstr ""
143 "Jeśli nie zaznaczone, to tylko zaproszeni użtkownicy mogą się logować"
144
145 #. module: auth_signup
146 #: code:addons/auth_signup/controllers/main.py:109
147 #, python-format
148 msgid "Invalid signup token"
149 msgstr "Niewłaściwy token rejestracji"
150
151 #. module: auth_signup
152 #: selection:res.users,state:0
153 msgid "Never Connected"
154 msgstr "Nigdy nie połączony"
155
156 #. module: auth_signup
157 #: model:ir.model,name:auth_signup.model_res_partner
158 msgid "Partner"
159 msgstr "Kontrahent"
160
161 #. module: auth_signup
162 #: view:website:auth_signup.fields
163 msgid "Password"
164 msgstr "Hasło"
165
166 #. module: auth_signup
167 #: model:email.template,subject:auth_signup.reset_password_email
168 msgid "Password reset"
169 msgstr "Reset hasła"
170
171 #. module: auth_signup
172 #: view:website:web.login
173 msgid "Reset Password"
174 msgstr "Zresetuj hasło"
175
176 #. module: auth_signup
177 #: view:website:auth_signup.reset_password
178 msgid "Reset password"
179 msgstr "Wyczyść hasło"
180
181 #. module: auth_signup
182 #: view:res.users:auth_signup.res_users_form_view
183 msgid "Send Reset Password Instructions"
184 msgstr "Wyślij instrukcję resetu hasła"
185
186 #. module: auth_signup
187 #: view:res.users:auth_signup.res_users_form_view
188 msgid "Send an Invitation Email"
189 msgstr "Wyślij powitalny Email"
190
191 #. module: auth_signup
192 #: view:website:auth_signup.signup
193 #: view:website:web.login
194 msgid "Sign up"
195 msgstr "Zarejestruj się"
196
197 #. module: auth_signup
198 #: field:res.partner,signup_expiration:0
199 msgid "Signup Expiration"
200 msgstr "Wygaśnięcie rejestracji"
201
202 #. module: auth_signup
203 #: field:res.partner,signup_token:0
204 msgid "Signup Token"
205 msgstr "Token rejestracyjny"
206
207 #. module: auth_signup
208 #: field:res.partner,signup_type:0
209 msgid "Signup Token Type"
210 msgstr "Typ tokena rejestracji"
211
212 #. module: auth_signup
213 #: field:res.partner,signup_valid:0
214 msgid "Signup Token is Valid"
215 msgstr "Token rejestracji jest ważny"
216
217 #. module: auth_signup
218 #: field:res.partner,signup_url:0
219 msgid "Signup URL"
220 msgstr "Adres internetowy rejestracji"
221
222 #. module: auth_signup
223 #: field:res.users,state:0
224 msgid "Status"
225 msgstr "Stan"
226
227 #. module: auth_signup
228 #: field:base.config.settings,auth_signup_template_user_id:0
229 msgid "Template user for new users created through signup"
230 msgstr ""
231 "Szablon używany dla nowych użytkowników poprzez zgłoszenie rejestracyjne."
232
233 #. module: auth_signup
234 #: help:base.config.settings,auth_signup_reset_password:0
235 msgid "This allows users to trigger a password reset from the Login page."
236 msgstr ""
237 "To pozwala użytkownikowi na uruchomienie resetu hasła z strony logowania."
238
239 #. module: auth_signup
240 #: model:ir.model,name:auth_signup.model_res_users
241 msgid "Users"
242 msgstr "Użytkownicy"
243
244 #. module: auth_signup
245 #: view:website:auth_signup.fields
246 #: view:website:auth_signup.reset_password
247 msgid "Your Email"
248 msgstr "Twój email"
249
250 #. module: auth_signup
251 #: view:website:auth_signup.fields
252 msgid "Your Name"
253 msgstr "Twoja nazwa"
254
255 #. module: auth_signup
256 #: view:website:auth_signup.fields
257 msgid "e.g. John Doe"
258 msgstr "np. Jan Kowalski"