80edfca63d806e14486c456f0f163db8239830e5
[odoo/odoo.git] / addons / account_test / i18n / pt.po
1 # Portuguese translation for openobject-addons
2 # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
3 # This file is distributed under the same license as the openobject-addons package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
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-21 17:05+0000\n"
11 "PO-Revision-Date: 2012-12-31 09:30+0000\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: Portuguese <pt@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: 2013-09-12 06:40+0000\n"
18 "X-Generator: Launchpad (build 16761)\n"
19
20 #. module: account_test
21 #: view:accounting.assert.test:0
22 msgid ""
23 "Code should always set a variable named `result` with the result of your "
24 "test, that can be a list or\n"
25 "a dictionary. If `result` is an empty list, it means that the test was "
26 "succesful. Otherwise it will\n"
27 "try to translate and print what is inside `result`.\n"
28 "\n"
29 "If the result of your test is a dictionary, you can set a variable named "
30 "`column_order` to choose in\n"
31 "what order you want to print `result`'s content.\n"
32 "\n"
33 "Should you need them, you can also use the following variables into your "
34 "code:\n"
35 "    * cr: cursor to the database\n"
36 "    * uid: ID of the current user\n"
37 "\n"
38 "In any ways, the code must be legal python statements with correct "
39 "indentation (if needed).\n"
40 "\n"
41 "Example: \n"
42 "    sql = '''SELECT id, name, ref, date\n"
43 "             FROM account_move_line \n"
44 "             WHERE account_id IN (SELECT id FROM account_account WHERE type "
45 "= 'view')\n"
46 "          '''\n"
47 "    cr.execute(sql)\n"
48 "    result = cr.dictfetchall()"
49 msgstr ""
50
51 #. module: account_test
52 #: model:accounting.assert.test,name:account_test.account_test_02
53 msgid "Test 2: Opening a fiscal year"
54 msgstr ""
55
56 #. module: account_test
57 #: model:accounting.assert.test,desc:account_test.account_test_05
58 msgid ""
59 "Check that reconciled invoice for Sales/Purchases has reconciled entries for "
60 "Payable and Receivable Accounts"
61 msgstr ""
62
63 #. module: account_test
64 #: model:accounting.assert.test,desc:account_test.account_test_03
65 msgid ""
66 "Check if movement lines are balanced and have the same date and period"
67 msgstr ""
68
69 #. module: account_test
70 #: field:accounting.assert.test,name:0
71 msgid "Test Name"
72 msgstr "Nome de teste"
73
74 #. module: account_test
75 #: report:account.test.assert.print:0
76 msgid "Accouting tests on"
77 msgstr ""
78
79 #. module: account_test
80 #: model:accounting.assert.test,name:account_test.account_test_01
81 msgid "Test 1: General balance"
82 msgstr "Teste 1: Balanço geral"
83
84 #. module: account_test
85 #: model:accounting.assert.test,desc:account_test.account_test_06
86 msgid "Check that paid/reconciled invoices are not in 'Open' state"
87 msgstr ""
88
89 #. module: account_test
90 #: model:accounting.assert.test,desc:account_test.account_test_05_2
91 msgid ""
92 "Check that reconciled account moves, that define Payable and Receivable "
93 "accounts, are belonging to reconciled invoices"
94 msgstr ""
95
96 #. module: account_test
97 #: view:accounting.assert.test:0
98 msgid "Tests"
99 msgstr "Testes"
100
101 #. module: account_test
102 #: field:accounting.assert.test,desc:0
103 msgid "Test Description"
104 msgstr "Descrição do teste"
105
106 #. module: account_test
107 #: view:accounting.assert.test:0
108 msgid "Description"
109 msgstr "Descrição"
110
111 #. module: account_test
112 #: model:accounting.assert.test,desc:account_test.account_test_06_1
113 msgid "Check that there's no move for any account with « View » account type"
114 msgstr ""
115
116 #. module: account_test
117 #: model:accounting.assert.test,name:account_test.account_test_08
118 msgid "Test 9 : Accounts and partners on account moves"
119 msgstr ""
120
121 #. module: account_test
122 #: model:ir.actions.act_window,name:account_test.action_accounting_assert
123 #: model:ir.actions.report.xml,name:account_test.account_assert_test_report
124 #: model:ir.ui.menu,name:account_test.menu_action_license
125 msgid "Accounting Tests"
126 msgstr ""
127
128 #. module: account_test
129 #: code:addons/account_test/report/account_test_report.py:74
130 #, python-format
131 msgid "The test was passed successfully"
132 msgstr "O teste passou com êxito"
133
134 #. module: account_test
135 #: field:accounting.assert.test,active:0
136 msgid "Active"
137 msgstr "Ativo"
138
139 #. module: account_test
140 #: model:accounting.assert.test,name:account_test.account_test_06
141 msgid "Test 6 : Invoices status"
142 msgstr ""
143
144 #. module: account_test
145 #: model:ir.model,name:account_test.model_accounting_assert_test
146 msgid "accounting.assert.test"
147 msgstr "accounting.assert.test"
148
149 #. module: account_test
150 #: model:accounting.assert.test,name:account_test.account_test_05
151 msgid ""
152 "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
153 msgstr ""
154
155 #. module: account_test
156 #: field:accounting.assert.test,code_exec:0
157 msgid "Python code"
158 msgstr "Código em python"
159
160 #. module: account_test
161 #: model:accounting.assert.test,desc:account_test.account_test_07
162 msgid ""
163 "Check on bank statement that the Closing Balance = Starting Balance + sum of "
164 "statement lines"
165 msgstr ""
166
167 #. module: account_test
168 #: model:accounting.assert.test,name:account_test.account_test_07
169 msgid "Test 8 : Closing balance on bank statements"
170 msgstr ""
171
172 #. module: account_test
173 #: model:accounting.assert.test,name:account_test.account_test_03
174 msgid "Test 3: Movement lines"
175 msgstr ""
176
177 #. module: account_test
178 #: model:accounting.assert.test,name:account_test.account_test_05_2
179 msgid "Test 5.2 : Reconcilied invoices and Payable/Receivable accounts"
180 msgstr ""
181
182 #. module: account_test
183 #: view:accounting.assert.test:0
184 msgid "Expression"
185 msgstr "Expressão"
186
187 #. module: account_test
188 #: model:accounting.assert.test,name:account_test.account_test_04
189 msgid "Test 4: Totally reconciled mouvements"
190 msgstr ""
191
192 #. module: account_test
193 #: model:accounting.assert.test,desc:account_test.account_test_04
194 msgid "Check if the totally reconciled movements are balanced"
195 msgstr ""
196
197 #. module: account_test
198 #: field:accounting.assert.test,sequence:0
199 msgid "Sequence"
200 msgstr "Sequência"
201
202 #. module: account_test
203 #: model:accounting.assert.test,desc:account_test.account_test_02
204 msgid ""
205 "Check if the balance of the new opened fiscal year matches with last year's "
206 "balance"
207 msgstr ""
208
209 #. module: account_test
210 #: view:accounting.assert.test:0
211 msgid "Python Code"
212 msgstr "Código em Python"
213
214 #. module: account_test
215 #: model:ir.actions.act_window,help:account_test.action_accounting_assert
216 msgid ""
217 "<p class=\"oe_view_nocontent_create\">\n"
218 "                Click to create Accounting Test.\n"
219 "              </p>\n"
220 "            "
221 msgstr ""
222
223 #. module: account_test
224 #: model:accounting.assert.test,desc:account_test.account_test_01
225 msgid "Check the balance: Debit sum = Credit sum"
226 msgstr ""
227
228 #. module: account_test
229 #: model:accounting.assert.test,desc:account_test.account_test_08
230 msgid "Check that general accounts and partners on account moves are active"
231 msgstr ""
232
233 #. module: account_test
234 #: model:accounting.assert.test,name:account_test.account_test_06_1
235 msgid "Test 7: « View  » account type"
236 msgstr ""
237
238 #. module: account_test
239 #: view:accounting.assert.test:0
240 msgid "Code Help"
241 msgstr ""