[IMP] auth_crypt base_crypt cleanup
[odoo/odoo.git] / addons / auth_crypt / i18n / ru.po
1 # Russian translation for openobject-addons
2 # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
3 # This file is distributed under the same license as the openobject-addons package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
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: 2012-12-03 16:03+0000\n"
11 "PO-Revision-Date: 2012-12-07 08:15+0000\n"
12 "Last-Translator: Denis Karataev <dskarataev@gmail.com>\n"
13 "Language-Team: Russian <ru@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: 2012-12-08 04:59+0000\n"
18 "X-Generator: Launchpad (build 16341)\n"
19
20 #. module: base_crypt
21 #: model:ir.model,name:base_crypt.model_res_users
22 msgid "Users"
23 msgstr "Пользователи"
24
25 #~ msgid "res.users"
26 #~ msgstr "res.users"
27
28 #, python-format
29 #~ msgid "Error"
30 #~ msgstr "Error"
31
32 #, python-format
33 #~ msgid "Please specify the password !"
34 #~ msgstr "Необходимо указать пароль!"
35
36 #~ msgid "The chosen company is not in the allowed companies for this user"
37 #~ msgstr ""
38 #~ "Выбранная организация отсутствует в списке разрешённых для этого пользователя"
39
40 #~ msgid "You can not have two users with the same login !"
41 #~ msgstr "Не может быть двух пользователей с одинаковым именем пользователя!"
42
43 #~ msgid "Base - Password Encryption"
44 #~ msgstr "Основной - Шифрование паролей"
45
46 #~ msgid ""
47 #~ "This module replaces the cleartext password in the database with a password "
48 #~ "hash,\n"
49 #~ "preventing anyone from reading the original password.\n"
50 #~ "For your existing user base, the removal of the cleartext passwords occurs "
51 #~ "the first time\n"
52 #~ "a user logs into the database, after installing base_crypt.\n"
53 #~ "After installing this module it won't be possible to recover a forgotten "
54 #~ "password for your\n"
55 #~ "users, the only solution is for an admin to set a new password.\n"
56 #~ "\n"
57 #~ "Note: installing this module does not mean you can ignore basic security "
58 #~ "measures,\n"
59 #~ "as the password is still transmitted unencrypted on the network (by the "
60 #~ "client),\n"
61 #~ "unless you are using a secure protocol such as XML-RPCS.\n"
62 #~ "                    "
63 #~ msgstr ""
64 #~ "Этот модуль заменяет текстовые пароли в базе данных на их хэши,\n"
65 #~ "предотвращая хищение оригинальных паролей.\n"
66 #~ "Для существующей базы пользователей, удаление текстового пароля происходит "
67 #~ "при\n"
68 #~ "первом входе пользователя после установки base_crypt.\n"
69 #~ "После установки этого модуля станет невозможно восстановление пароля \n"
70 #~ "пользователя. Возможна будет только замена пароля.\n"
71 #~ "\n"
72 #~ "Прим.: установка этого модуля не избавляет от необходимости соблюдать\n"
73 #~ "базовые меры безопасности, поскольку пароли всё ещё передаются открытым\n"
74 #~ "текстом по сети, если не используется безопасный протокол вроде XML-RPCS.\n"
75 #~ "                    "