102 lines
3.8 KiB
Plaintext
102 lines
3.8 KiB
Plaintext
|
# Translation of Odoo Server.
|
||
|
# This file contains the translation of the following modules:
|
||
|
# * hr_timesheet_sheet
|
||
|
#
|
||
|
# Translators:
|
||
|
msgid ""
|
||
|
msgstr ""
|
||
|
"Project-Id-Version: Odoo 9.0\n"
|
||
|
"Report-Msgid-Bugs-To: \n"
|
||
|
"POT-Creation-Date: 2016-09-07 08:56+0000\n"
|
||
|
"PO-Revision-Date: 2016-01-14 10:09+0000\n"
|
||
|
"Last-Translator: Martin Trigaux\n"
|
||
|
"Language-Team: English (Australia) (http://www.transifex.com/odoo/odoo-9/"
|
||
|
"language/en_AU/)\n"
|
||
|
"Language: en_AU\n"
|
||
|
"MIME-Version: 1.0\n"
|
||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||
|
"Content-Transfer-Encoding: \n"
|
||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||
|
|
||
|
#. module: hr_timesheet_sheet
|
||
|
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_current_open_create_uid
|
||
|
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_sheet_create_uid
|
||
|
msgid "Created by"
|
||
|
msgstr "Created by"
|
||
|
|
||
|
#. module: hr_timesheet_sheet
|
||
|
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_current_open_create_date
|
||
|
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_sheet_create_date
|
||
|
msgid "Created on"
|
||
|
msgstr "Created on"
|
||
|
|
||
|
#. module: hr_timesheet_sheet
|
||
|
#: model:ir.ui.view,arch_db:hr_timesheet_sheet.hr_timesheet_sheet_form
|
||
|
msgid "Details"
|
||
|
msgstr "Details"
|
||
|
|
||
|
#. module: hr_timesheet_sheet
|
||
|
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_current_open_display_name
|
||
|
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_sheet_account_display_name
|
||
|
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_sheet_display_name
|
||
|
msgid "Display Name"
|
||
|
msgstr "Display Name"
|
||
|
|
||
|
#. module: hr_timesheet_sheet
|
||
|
#: model:ir.model,name:hr_timesheet_sheet.model_hr_employee
|
||
|
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_sheet_employee_id
|
||
|
msgid "Employee"
|
||
|
msgstr "Employee"
|
||
|
|
||
|
#. module: hr_timesheet_sheet
|
||
|
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_current_open_id
|
||
|
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_sheet_account_id
|
||
|
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_sheet_id
|
||
|
msgid "ID"
|
||
|
msgstr "ID"
|
||
|
|
||
|
#. module: hr_timesheet_sheet
|
||
|
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_current_open___last_update
|
||
|
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_sheet___last_update
|
||
|
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_sheet_account___last_update
|
||
|
msgid "Last Modified on"
|
||
|
msgstr "Last Modified on"
|
||
|
|
||
|
#. module: hr_timesheet_sheet
|
||
|
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_current_open_write_uid
|
||
|
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_sheet_write_uid
|
||
|
msgid "Last Updated by"
|
||
|
msgstr "Last Updated by"
|
||
|
|
||
|
#. module: hr_timesheet_sheet
|
||
|
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_current_open_write_date
|
||
|
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_sheet_write_date
|
||
|
msgid "Last Updated on"
|
||
|
msgstr "Last Updated on"
|
||
|
|
||
|
#. module: hr_timesheet_sheet
|
||
|
#: selection:res.company,timesheet_range:0
|
||
|
msgid "Month"
|
||
|
msgstr "Month"
|
||
|
|
||
|
#. module: hr_timesheet_sheet
|
||
|
#: selection:hr_timesheet_sheet.sheet,state:0
|
||
|
msgid "New"
|
||
|
msgstr "New"
|
||
|
|
||
|
#. module: hr_timesheet_sheet
|
||
|
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_sheet_user_id
|
||
|
msgid "User"
|
||
|
msgstr "User"
|
||
|
|
||
|
#. module: hr_timesheet_sheet
|
||
|
#: selection:res.company,timesheet_range:0
|
||
|
msgid "Week"
|
||
|
msgstr "Week"
|
||
|
|
||
|
#. module: hr_timesheet_sheet
|
||
|
#: code:addons/hr_timesheet_sheet/models/hr_timesheet_sheet.py:146
|
||
|
#, python-format
|
||
|
msgid "Week "
|
||
|
msgstr "Week "
|