[I18N] Update translations from Launchpad 8.0 branches
[odoo/odoo.git] / addons / auth_signup / i18n / sl.po
1 # Slovenian 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-08-14 16:10+0000\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: Slovenian <sl@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-24 08:58+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 ""
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 "Za tega uporabnika je zahtevana sprememba gesla. Poslano je bilo elektronsko "
79 "sporočilo z naslendnjo povezavo:"
80
81 #. module: auth_signup
82 #: selection:res.users,state:0
83 msgid "Activated"
84 msgstr "Aktivirano"
85
86 #. module: auth_signup
87 #: field:base.config.settings,auth_signup_uninvited:0
88 msgid "Allow external users to sign up"
89 msgstr "Dovoli prijavo zunanjim uporabnikom"
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 "Elektronsko sporočilo s podatki za ponastavitev vašega gesla je bilo poslano."
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 "Poslano je bilo elektronsko sporočilo s povabilom in naslednjo prijavno "
104 "povezavo:"
105
106 #. module: auth_signup
107 #: code:addons/auth_signup/controllers/main.py:125
108 #, python-format
109 msgid "Authentification Failed."
110 msgstr ""
111
112 #. module: auth_signup
113 #: view:website:auth_signup.reset_password
114 #: view:website:auth_signup.signup
115 msgid "Back to Login"
116 msgstr "Nazaj na prijavo"
117
118 #. module: auth_signup
119 #: code:addons/auth_signup/res_users.py:295
120 #, python-format
121 msgid "Cannot send email: user has no email address."
122 msgstr "Ne morem poslati elektronskega sporočila: uporabnik nima naslova."
123
124 #. module: auth_signup
125 #: view:website:auth_signup.fields
126 msgid "Confirm Password"
127 msgstr "Potrdite geslo"
128
129 #. module: auth_signup
130 #: code:addons/auth_signup/controllers/main.py:80
131 #, python-format
132 msgid "Could not reset your password"
133 msgstr ""
134
135 #. module: auth_signup
136 #: field:base.config.settings,auth_signup_reset_password:0
137 msgid "Enable password reset from Login page"
138 msgstr "Omogoči spremembo gesla na prijavni strani"
139
140 #. module: auth_signup
141 #: help:base.config.settings,auth_signup_uninvited:0
142 msgid "If unchecked, only invited users may sign up."
143 msgstr "Če ni označeno, se lahko prijavijo samo povabljeni uporabniki."
144
145 #. module: auth_signup
146 #: code:addons/auth_signup/controllers/main.py:109
147 #, python-format
148 msgid "Invalid signup token"
149 msgstr "Prijava je napačna"
150
151 #. module: auth_signup
152 #: selection:res.users,state:0
153 msgid "Never Connected"
154 msgstr "Nikoli povezan"
155
156 #. module: auth_signup
157 #: model:ir.model,name:auth_signup.model_res_partner
158 msgid "Partner"
159 msgstr "Partner"
160
161 #. module: auth_signup
162 #: view:website:auth_signup.fields
163 msgid "Password"
164 msgstr ""
165
166 #. module: auth_signup
167 #: model:email.template,subject:auth_signup.reset_password_email
168 msgid "Password reset"
169 msgstr "Ponastavitev gesla"
170
171 #. module: auth_signup
172 #: view:website:web.login
173 msgid "Reset Password"
174 msgstr ""
175
176 #. module: auth_signup
177 #: view:website:auth_signup.reset_password
178 msgid "Reset password"
179 msgstr "Ponastavi geslo"
180
181 #. module: auth_signup
182 #: view:res.users:auth_signup.res_users_form_view
183 msgid "Send Reset Password Instructions"
184 msgstr ""
185
186 #. module: auth_signup
187 #: view:res.users:auth_signup.res_users_form_view
188 msgid "Send an Invitation Email"
189 msgstr ""
190
191 #. module: auth_signup
192 #: view:website:auth_signup.signup
193 #: view:website:web.login
194 msgid "Sign up"
195 msgstr ""
196
197 #. module: auth_signup
198 #: field:res.partner,signup_expiration:0
199 msgid "Signup Expiration"
200 msgstr "Iztek prijave"
201
202 #. module: auth_signup
203 #: field:res.partner,signup_token:0
204 msgid "Signup Token"
205 msgstr "Prijavni podatki"
206
207 #. module: auth_signup
208 #: field:res.partner,signup_type:0
209 msgid "Signup Token Type"
210 msgstr "Tip prijavnih podatkov"
211
212 #. module: auth_signup
213 #: field:res.partner,signup_valid:0
214 msgid "Signup Token is Valid"
215 msgstr "Prijava je pravilna"
216
217 #. module: auth_signup
218 #: field:res.partner,signup_url:0
219 msgid "Signup URL"
220 msgstr "Prijavni URL"
221
222 #. module: auth_signup
223 #: field:res.users,state:0
224 msgid "Status"
225 msgstr "Status"
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 "Predloga uporabnika za kreiranje novega uporabnika s prijavo"
231
232 #. module: auth_signup
233 #: help:base.config.settings,auth_signup_reset_password:0
234 msgid "This allows users to trigger a password reset from the Login page."
235 msgstr "To dovoljuje uporabnikom izvesti spremembo gesla s prijavne strani."
236
237 #. module: auth_signup
238 #: model:ir.model,name:auth_signup.model_res_users
239 msgid "Users"
240 msgstr "Uporabniki"
241
242 #. module: auth_signup
243 #: view:website:auth_signup.fields
244 #: view:website:auth_signup.reset_password
245 msgid "Your Email"
246 msgstr ""
247
248 #. module: auth_signup
249 #: view:website:auth_signup.fields
250 msgid "Your Name"
251 msgstr ""
252
253 #. module: auth_signup
254 #: view:website:auth_signup.fields
255 msgid "e.g. John Doe"
256 msgstr ""