forked from Mapan/odoo17e
68 lines
2.7 KiB
Plaintext
68 lines
2.7 KiB
Plaintext
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * account_bank_statement_import_qif
|
|
#
|
|
# Translators:
|
|
# Martin Trigaux <mat@odoo.com>, 2017
|
|
# Bojan Vrućinić <bojan.vrucinic@gmail.com>, 2017
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 10.saas~18+e\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2022-06-09 14:09+0000\n"
|
|
"PO-Revision-Date: 2017-09-20 11:33+0000\n"
|
|
"Last-Translator: Bojan Vrućinić <bojan.vrucinic@gmail.com>, 2017\n"
|
|
"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n"
|
|
"Language: sr@latin\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
|
|
#. module: account_bank_statement_import_qif
|
|
#: model:ir.model.fields,help:account_bank_statement_import_qif.field_account_journal__qif_date_format
|
|
msgid "Although the historic QIF date format is month-first (mm/dd/yy), many financial institutions use the local format.Therefore, it is frequent outside the US to have QIF date formatted day-first (dd/mm/yy)."
|
|
msgstr ""
|
|
|
|
#. module: account_bank_statement_import_qif
|
|
#: code:addons/account_bank_statement_import_qif/models/account_journal.py:0
|
|
#, python-format
|
|
msgid "Could not decipher the QIF file."
|
|
msgstr ""
|
|
|
|
#. module: account_bank_statement_import_qif
|
|
#: model:ir.model.fields,help:account_bank_statement_import_qif.field_account_journal__qif_decimal_point
|
|
msgid "Field used to avoid conversion issues."
|
|
msgstr ""
|
|
|
|
#. module: account_bank_statement_import_qif
|
|
#: model:ir.model,name:account_bank_statement_import_qif.model_account_journal
|
|
msgid "Journal"
|
|
msgstr "Dnevnik"
|
|
|
|
#. module: account_bank_statement_import_qif
|
|
#: model:ir.model.fields,field_description:account_bank_statement_import_qif.field_account_journal__qif_date_format
|
|
msgid "QIF Dates format"
|
|
msgstr ""
|
|
|
|
#. module: account_bank_statement_import_qif
|
|
#: model:ir.model.fields,field_description:account_bank_statement_import_qif.field_account_journal__qif_decimal_point
|
|
msgid "QIF Decimal Separator"
|
|
msgstr ""
|
|
|
|
#. module: account_bank_statement_import_qif
|
|
#: code:addons/account_bank_statement_import_qif/models/account_journal.py:0
|
|
#, python-format
|
|
msgid "This file is either not a bank statement or is not correctly formed."
|
|
msgstr ""
|
|
|
|
#. module: account_bank_statement_import_qif
|
|
#: model:ir.model.fields.selection,name:account_bank_statement_import_qif.selection__account_journal__qif_date_format__day_first
|
|
msgid "dd/mm/yy"
|
|
msgstr ""
|
|
|
|
#. module: account_bank_statement_import_qif
|
|
#: model:ir.model.fields.selection,name:account_bank_statement_import_qif.selection__account_journal__qif_date_format__month_first
|
|
msgid "mm/dd/yy"
|
|
msgstr ""
|