am.po 7.24 KB
Newer Older
François C. committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * password_security
# 
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Mike T <miket@clearict.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-10-04 09:42+0000\n"
"PO-Revision-Date: 2016-10-04 09:42+0000\n"
"Last-Translator: Mike T <miket@clearict.com>, 2016\n"
"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: am\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#. module: password_security
#: model:ir.model.fields,help:password_security.field_res_company_password_minimum
msgid "Amount of hours until a user may change password again"
msgstr ""

#. module: password_security
#: code:addons/password_security/models/res_users.py:145
#, python-format
msgid "Cannot use the most recent %d passwords"
msgstr ""

#. module: password_security
#: model:ir.model.fields,field_description:password_security.field_res_company_password_length
msgid "Characters"
msgstr ""

#. module: password_security
#: model:ir.model,name:password_security.model_res_company
msgid "Companies"
msgstr "ኩባንያዎች"

#. module: password_security
#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_uid
msgid "Created by"
msgstr "Creado por"

#. module: password_security
#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_create_date
msgid "Created on"
msgstr "Creado en"

#. module: password_security
#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_date
msgid "Date"
msgstr ""

#. module: password_security
#: model:ir.model.fields,field_description:password_security.field_res_company_password_expiration
msgid "Days"
msgstr ""

#. module: password_security
#: model:ir.model.fields,help:password_security.field_res_company_password_history
msgid ""
"Disallow reuse of this many previous passwords - use negative number for "
"infinite, or 0 to disable"
msgstr ""

#. module: password_security
#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_display_name
msgid "Display Name"
msgstr ""

#. module: password_security
#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_password_crypt
msgid "Encrypted Password"
msgstr ""

#. module: password_security
#: model:ir.ui.view,arch_db:password_security.view_company_form
msgid "Extra"
msgstr ""

#. module: password_security
#: model:ir.model.fields,field_description:password_security.field_res_company_password_history
msgid "History"
msgstr ""

#. module: password_security
#: model:ir.model.fields,help:password_security.field_res_company_password_expiration
msgid "How many days until passwords expire"
msgstr ""

#. module: password_security
#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_id
msgid "ID"
msgstr "ID"

#. module: password_security
#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history___last_update
msgid "Last Modified on"
msgstr ""

#. module: password_security
#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_uid
msgid "Last Updated by"
msgstr "Última actualización por"

#. module: password_security
#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_write_date
msgid "Last Updated on"
msgstr "Última actualización en"

#. module: password_security
#: model:ir.model.fields,field_description:password_security.field_res_users_password_write_date
msgid "Last password update"
msgstr ""

#. module: password_security
#: model:ir.model.fields,field_description:password_security.field_res_company_password_lower
msgid "Lowercase"
msgstr ""

#. module: password_security
#: code:addons/password_security/models/res_users.py:51
#, python-format
msgid "Lowercase letter"
msgstr ""

#. module: password_security
#: model:ir.model.fields,field_description:password_security.field_res_company_password_minimum
msgid "Minimum Hours"
msgstr ""

#. module: password_security
#: model:ir.model.fields,help:password_security.field_res_company_password_length
msgid "Minimum number of characters"
msgstr ""

#. module: password_security
#: code:addons/password_security/models/res_users.py:59
#, python-format
msgid "Must contain the following:"
msgstr ""

#. module: password_security
#: model:ir.model.fields,field_description:password_security.field_res_company_password_numeric
msgid "Numeric"
msgstr ""

#. module: password_security
#: code:addons/password_security/models/res_users.py:55
#, python-format
msgid "Numeric digit"
msgstr ""

#. module: password_security
#: model:ir.model.fields,field_description:password_security.field_res_users_password_history_ids
msgid "Password History"
msgstr ""

#. module: password_security
#: model:ir.ui.view,arch_db:password_security.view_company_form
msgid "Password Policy"
msgstr ""

#. module: password_security
#: code:addons/password_security/models/res_users.py:62
#, python-format
msgid "Password must be %d characters or more."
msgstr ""

#. module: password_security
#: code:addons/password_security/models/res_users.py:121
#, python-format
msgid ""
"Passwords can only be reset every %d hour(s). Please contact an "
"administrator for assistance."
msgstr ""

#. module: password_security
#: model:ir.model.fields,help:password_security.field_res_company_password_lower
msgid "Require lowercase letters"
msgstr ""

#. module: password_security
#: model:ir.model.fields,help:password_security.field_res_company_password_numeric
msgid "Require numeric digits"
msgstr ""

#. module: password_security
#: model:ir.model.fields,help:password_security.field_res_company_password_special
msgid "Require special characters"
msgstr ""

#. module: password_security
#: model:ir.model.fields,help:password_security.field_res_company_password_upper
msgid "Require uppercase letters"
msgstr ""

#. module: password_security
#: model:ir.ui.view,arch_db:password_security.view_company_form
msgid "Required Characters"
msgstr ""

#. module: password_security
#: model:ir.model,name:password_security.model_res_users_pass_history
msgid "Res Users Password History"
msgstr ""

#. module: password_security
#: model:ir.model.fields,field_description:password_security.field_res_company_password_special
msgid "Special"
msgstr ""

#. module: password_security
#: code:addons/password_security/models/res_users.py:57
#, python-format
msgid "Special character"
msgstr ""

#. module: password_security
#: model:ir.ui.view,arch_db:password_security.view_company_form
msgid "Timings"
msgstr ""

#. module: password_security
#: model:ir.model.fields,field_description:password_security.field_res_company_password_upper
msgid "Uppercase"
msgstr ""

#. module: password_security
#: code:addons/password_security/models/res_users.py:53
#, python-format
msgid "Uppercase letter"
msgstr ""

#. module: password_security
#: model:ir.model.fields,field_description:password_security.field_res_users_pass_history_user_id
msgid "User"
msgstr ""

#. module: password_security
#: model:ir.model,name:password_security.model_res_users
msgid "Users"
msgstr ""