sr.po 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * hr_timesheet
  4. #
  5. # Translators:
  6. # Bojan Borovnjak <bojan.borovnjak@modoolar.com>, 2022
  7. # Djordje Marjanovic <djvmarjanovic@gmail.com>, 2022
  8. # Martin Trigaux, 2022
  9. # Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2023
  10. #
  11. msgid ""
  12. msgstr ""
  13. "Project-Id-Version: Odoo Server 16.0\n"
  14. "Report-Msgid-Bugs-To: \n"
  15. "POT-Creation-Date: 2023-02-02 10:33+0000\n"
  16. "PO-Revision-Date: 2022-09-22 05:52+0000\n"
  17. "Last-Translator: Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2023\n"
  18. "Language-Team: Serbian (https://app.transifex.com/odoo/teams/41243/sr/)\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=UTF-8\n"
  21. "Content-Transfer-Encoding: \n"
  22. "Language: sr\n"
  23. "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"
  24. #. module: hr_timesheet
  25. #. odoo-python
  26. #: code:addons/hr_timesheet/models/hr_timesheet.py:0
  27. #, python-format
  28. msgid "%s Spent"
  29. msgstr ""
  30. #. module: hr_timesheet
  31. #. odoo-python
  32. #: code:addons/hr_timesheet/models/project.py:0
  33. #, python-format
  34. msgid "(%(sign)s%(hours)s:%(minutes)s remaining)"
  35. msgstr ""
  36. #. module: hr_timesheet
  37. #. odoo-python
  38. #: code:addons/hr_timesheet/models/project.py:0
  39. #, python-format
  40. msgid "(%s days remaining)"
  41. msgstr ""
  42. #. module: hr_timesheet
  43. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
  44. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
  45. msgid "(incl."
  46. msgstr ""
  47. #. module: hr_timesheet
  48. #: model_terms:digest.tip,tip_description:hr_timesheet.digest_tip_hr_timesheet_0
  49. msgid "<b class=\"tip_title\">Tip: Record your Timesheets faster</b>"
  50. msgstr ""
  51. #. module: hr_timesheet
  52. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_kanban_account_analytic_line
  53. msgid "<i class=\"fa fa-calendar me-1\" role=\"img\" aria-label=\"Date\" title=\"Date\"/>"
  54. msgstr ""
  55. #. module: hr_timesheet
  56. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_task
  57. msgid "<i class=\"fa fa-download\"/> Download"
  58. msgstr "<i class=\"fa fa-download\"/> Preuzmi"
  59. #. module: hr_timesheet
  60. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_task
  61. msgid "<i class=\"fa fa-print\"/> Print"
  62. msgstr "<i class=\"fa fa-print\"/> Štampaj"
  63. #. module: hr_timesheet
  64. #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
  65. msgid ""
  66. "<span class=\"fa fa-lg fa-building-o \" title=\"Values set here are company-"
  67. "specific.\" groups=\"base.group_multi_company\"/>"
  68. msgstr ""
  69. #. module: hr_timesheet
  70. #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
  71. msgid ""
  72. "<span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-"
  73. "specific.\" groups=\"base.group_multi_company\"/>"
  74. msgstr ""
  75. "<span class=\"fa fa-lg fa-building-o\" title=\"Vrednosti postavljene ovde su"
  76. " specifične za kompaniju.\" groups=\"base.group_multi_company\"/>"
  77. #. module: hr_timesheet
  78. #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_employee_view_form_inherit_timesheet
  79. msgid "<span class=\"o_stat_text\">Timesheets</span>"
  80. msgstr ""
  81. #. module: hr_timesheet
  82. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
  83. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
  84. msgid ""
  85. "<span class=\"text-nowrap\" attrs=\"{'invisible' : [('encode_uom_in_days', '=', True)]}\">Hours Spent on Sub-tasks:</span>\n"
  86. " <span class=\"text-nowrap\" attrs=\"{'invisible' : [('encode_uom_in_days', '=', False)]}\">Days Spent on Sub-tasks:</span>"
  87. msgstr ""
  88. #. module: hr_timesheet
  89. #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
  90. msgid "<span style=\"margin-right: 15px;\">Total (Days)</span>"
  91. msgstr ""
  92. #. module: hr_timesheet
  93. #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
  94. msgid "<span style=\"margin-right: 15px;\">Total (Hours)</span>"
  95. msgstr ""
  96. #. module: hr_timesheet
  97. #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
  98. msgid "<span>Date</span>"
  99. msgstr ""
  100. #. module: hr_timesheet
  101. #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
  102. msgid "<span>Description</span>"
  103. msgstr "<span>Opis</span>"
  104. #. module: hr_timesheet
  105. #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
  106. msgid "<span>Employee</span>"
  107. msgstr ""
  108. #. module: hr_timesheet
  109. #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
  110. msgid "<span>Project</span>"
  111. msgstr ""
  112. #. module: hr_timesheet
  113. #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
  114. msgid "<span>Task</span>"
  115. msgstr ""
  116. #. module: hr_timesheet
  117. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_task_planned_hours_template
  118. msgid "<strong>Allocated Days:</strong>"
  119. msgstr ""
  120. #. module: hr_timesheet
  121. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
  122. msgid "<strong>Days Spent:</strong>"
  123. msgstr ""
  124. #. module: hr_timesheet
  125. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_kanban_account_analytic_line
  126. msgid "<strong>Duration: </strong>"
  127. msgstr ""
  128. #. module: hr_timesheet
  129. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
  130. msgid "<strong>Hours Spent:</strong>"
  131. msgstr ""
  132. #. module: hr_timesheet
  133. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_task
  134. msgid "<strong>Progress:</strong>"
  135. msgstr "<strong>Napredak:</strong>"
  136. #. module: hr_timesheet
  137. #: model:ir.model.fields,field_description:hr_timesheet.field_project_task__analytic_account_active
  138. msgid "Active Analytic Account"
  139. msgstr ""
  140. #. module: hr_timesheet
  141. #: model:res.groups,name:hr_timesheet.group_timesheet_manager
  142. msgid "Administrator"
  143. msgstr "Administrator"
  144. #. module: hr_timesheet
  145. #. odoo-python
  146. #: code:addons/hr_timesheet/controllers/portal.py:0
  147. #, python-format
  148. msgid "All"
  149. msgstr "Sve"
  150. #. module: hr_timesheet
  151. #: model:ir.actions.act_window,name:hr_timesheet.timesheet_action_all
  152. #: model:ir.ui.menu,name:hr_timesheet.timesheet_menu_activity_all
  153. msgid "All Timesheets"
  154. msgstr ""
  155. #. module: hr_timesheet
  156. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
  157. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
  158. msgid "Allocated Days"
  159. msgstr ""
  160. #. module: hr_timesheet
  161. #: model:ir.model.fields,field_description:hr_timesheet.field_project_project__allocated_hours
  162. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
  163. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
  164. msgid "Allocated Hours"
  165. msgstr "Dodeljeni sati"
  166. #. module: hr_timesheet
  167. #: model:ir.model.fields,field_description:hr_timesheet.field_project_task__allow_timesheets
  168. msgid "Allow timesheets"
  169. msgstr ""
  170. #. module: hr_timesheet
  171. #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__amount
  172. msgid "Amount"
  173. msgstr "Iznos"
  174. #. module: hr_timesheet
  175. #. odoo-python
  176. #: code:addons/hr_timesheet/__init__.py:0
  177. #, python-format
  178. msgid "Analysis"
  179. msgstr "Analiza"
  180. #. module: hr_timesheet
  181. #: model:ir.model.fields,field_description:hr_timesheet.field_project_project__analytic_account_id
  182. msgid "Analytic Account"
  183. msgstr "Račun analitike"
  184. #. module: hr_timesheet
  185. #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_form
  186. msgid "Analytic Entry"
  187. msgstr "Stavka analitike"
  188. #. module: hr_timesheet
  189. #: model:ir.model,name:hr_timesheet.model_account_analytic_line
  190. msgid "Analytic Line"
  191. msgstr "Linija analitike"
  192. #. module: hr_timesheet
  193. #: model:ir.model.fields,help:hr_timesheet.field_project_project__analytic_account_id
  194. msgid ""
  195. "Analytic account to which this project, its tasks and its timesheets are linked. \n"
  196. "Track the costs and revenues of your project by setting this analytic account on your related documents (e.g. sales orders, invoices, purchase orders, vendor bills, expenses etc.).\n"
  197. "This analytic account can be changed on each task individually if necessary.\n"
  198. "An analytic account is required in order to use timesheets."
  199. msgstr ""
  200. #. module: hr_timesheet
  201. #: model_terms:ir.actions.act_window,help:hr_timesheet.act_hr_timesheet_report
  202. #: model_terms:ir.actions.act_window,help:hr_timesheet.timesheet_action_report_by_project
  203. #: model_terms:ir.actions.act_window,help:hr_timesheet.timesheet_action_report_by_task
  204. msgid ""
  205. "Analyze the projects and tasks on which your employees spend their time.<br>\n"
  206. " Evaluate which part is billable and what costs it represents."
  207. msgstr ""
  208. #. module: hr_timesheet
  209. #: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__ancestor_task_id
  210. #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__ancestor_task_id
  211. #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
  212. #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_report_search
  213. msgid "Ancestor Task"
  214. msgstr ""
  215. #. module: hr_timesheet
  216. #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
  217. msgid "Apple App Store"
  218. msgstr ""
  219. #. module: hr_timesheet
  220. #: model:ir.model.fields,field_description:hr_timesheet.field_project_project__timesheet_ids
  221. msgid "Associated Timesheets"
  222. msgstr ""
  223. #. module: hr_timesheet
  224. #: model:ir.model.fields,field_description:hr_timesheet.field_res_config_settings__module_project_timesheet_synchro
  225. msgid "Awesome Timesheet"
  226. msgstr ""
  227. #. module: hr_timesheet
  228. #: model:project.task.type,legend_blocked:hr_timesheet.internal_project_default_stage
  229. msgid "Blocked"
  230. msgstr "Blokiran"
  231. #. module: hr_timesheet
  232. #: model:ir.ui.menu,name:hr_timesheet.menu_hr_activity_analysis
  233. msgid "By Employee"
  234. msgstr ""
  235. #. module: hr_timesheet
  236. #: model:ir.ui.menu,name:hr_timesheet.timesheet_menu_report_timesheet_by_project
  237. msgid "By Project"
  238. msgstr ""
  239. #. module: hr_timesheet
  240. #: model:ir.ui.menu,name:hr_timesheet.timesheet_menu_report_timesheet_by_task
  241. msgid "By Task"
  242. msgstr ""
  243. #. module: hr_timesheet
  244. #: model:ir.model,name:hr_timesheet.model_project_collaborator
  245. msgid "Collaborators in project shared"
  246. msgstr ""
  247. #. module: hr_timesheet
  248. #: model:ir.model,name:hr_timesheet.model_res_company
  249. msgid "Companies"
  250. msgstr "Preduzeća"
  251. #. module: hr_timesheet
  252. #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__company_id
  253. msgid "Company"
  254. msgstr "Kompanija"
  255. #. module: hr_timesheet
  256. #: model:ir.model,name:hr_timesheet.model_res_config_settings
  257. msgid "Config Settings"
  258. msgstr "Podešavanje konfiguracije"
  259. #. module: hr_timesheet
  260. #: model:ir.ui.menu,name:hr_timesheet.hr_timesheet_menu_configuration
  261. msgid "Configuration"
  262. msgstr "Podešavanje"
  263. #. module: hr_timesheet
  264. #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__currency_id
  265. msgid "Currency"
  266. msgstr "Valuta"
  267. #. module: hr_timesheet
  268. #. odoo-python
  269. #: code:addons/hr_timesheet/controllers/portal.py:0
  270. #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__date
  271. #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
  272. #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_report_search
  273. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
  274. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
  275. #, python-format
  276. msgid "Date"
  277. msgstr "Datum"
  278. #. module: hr_timesheet
  279. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
  280. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_tasks_list_inherit
  281. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
  282. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
  283. #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
  284. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
  285. msgid "Days Spent"
  286. msgstr ""
  287. #. module: hr_timesheet
  288. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
  289. msgid "Days recorded on sub-tasks:"
  290. msgstr ""
  291. #. module: hr_timesheet
  292. #: model:ir.model.fields,help:hr_timesheet.field_res_company__internal_project_id
  293. msgid "Default project value for timesheet generated from time off type."
  294. msgstr ""
  295. #. module: hr_timesheet
  296. #: model:ir.model.fields,help:hr_timesheet.field_account_analytic_line__employee_id
  297. msgid ""
  298. "Define an 'hourly cost' on the employee to track the cost of their time."
  299. msgstr ""
  300. #. module: hr_timesheet
  301. #: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__department_id
  302. #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__department_id
  303. #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
  304. #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_report_search
  305. msgid "Department"
  306. msgstr "Odeljenje"
  307. #. module: hr_timesheet
  308. #. odoo-python
  309. #: code:addons/hr_timesheet/controllers/portal.py:0
  310. #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__name
  311. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
  312. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
  313. #, python-format
  314. msgid "Description"
  315. msgstr "Opis"
  316. #. module: hr_timesheet
  317. #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__display_name
  318. msgid "Display Name"
  319. msgstr "Naziv za prikaz"
  320. #. module: hr_timesheet
  321. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_task
  322. msgid "Download"
  323. msgstr "Preuzmi"
  324. #. module: hr_timesheet
  325. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
  326. msgid "Duration"
  327. msgstr "Trajanje"
  328. #. module: hr_timesheet
  329. #: model:ir.model.fields,field_description:hr_timesheet.field_report_project_task_user__hours_effective
  330. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
  331. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_tree
  332. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
  333. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_tree2_inherited
  334. msgid "Effective Hours"
  335. msgstr ""
  336. #. module: hr_timesheet
  337. #. odoo-python
  338. #: code:addons/hr_timesheet/controllers/portal.py:0
  339. #: code:addons/hr_timesheet/controllers/portal.py:0
  340. #: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__employee_id
  341. #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__employee_id
  342. #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
  343. #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_report_search
  344. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
  345. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
  346. #, python-format
  347. msgid "Employee"
  348. msgstr "Zaposleni"
  349. #. module: hr_timesheet
  350. #: model:ir.model.fields,field_description:hr_timesheet.field_res_config_settings__reminder_user_allow
  351. msgid "Employee Reminder"
  352. msgstr ""
  353. #. module: hr_timesheet
  354. #: model:ir.model.fields,field_description:hr_timesheet.field_project_project__encode_uom_in_days
  355. #: model:ir.model.fields,field_description:hr_timesheet.field_project_task__encode_uom_in_days
  356. msgid "Encode Uom In Days"
  357. msgstr ""
  358. #. module: hr_timesheet
  359. #: model:ir.model.fields,field_description:hr_timesheet.field_res_config_settings__timesheet_encode_uom_id
  360. msgid "Encoding Unit"
  361. msgstr ""
  362. #. module: hr_timesheet
  363. #: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__encoding_uom_id
  364. msgid "Encoding Uom"
  365. msgstr ""
  366. #. module: hr_timesheet
  367. #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
  368. msgid "Generate timesheets upon time off validation"
  369. msgstr ""
  370. #. module: hr_timesheet
  371. #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
  372. msgid "Google Chrome Store"
  373. msgstr ""
  374. #. module: hr_timesheet
  375. #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
  376. msgid "Google Play Store"
  377. msgstr ""
  378. #. module: hr_timesheet
  379. #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
  380. #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_report_search
  381. msgid "Group By"
  382. msgstr "Grupiši po"
  383. #. module: hr_timesheet
  384. #: model:ir.model,name:hr_timesheet.model_ir_http
  385. msgid "HTTP Routing"
  386. msgstr "HTTP rutiranje"
  387. #. module: hr_timesheet
  388. #. odoo-python
  389. #: code:addons/hr_timesheet/models/hr_timesheet.py:0
  390. #, python-format
  391. msgid "Hours"
  392. msgstr "Sati"
  393. #. module: hr_timesheet
  394. #: model:ir.model.fields,field_description:hr_timesheet.field_project_task__effective_hours
  395. #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__unit_amount
  396. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
  397. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_tasks_list_inherit
  398. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
  399. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
  400. #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
  401. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
  402. msgid "Hours Spent"
  403. msgstr ""
  404. #. module: hr_timesheet
  405. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
  406. msgid "Hours recorded on sub-tasks:"
  407. msgstr ""
  408. #. module: hr_timesheet
  409. #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__id
  410. msgid "ID"
  411. msgstr "ID"
  412. #. module: hr_timesheet
  413. #: model:project.task.type,legend_normal:hr_timesheet.internal_project_default_stage
  414. msgid "In Progress"
  415. msgstr "U radu"
  416. #. module: hr_timesheet
  417. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
  418. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_tree
  419. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
  420. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_tree2_inherited
  421. msgid "Initially Planned Hours"
  422. msgstr ""
  423. #. module: hr_timesheet
  424. #. odoo-python
  425. #: code:addons/hr_timesheet/models/res_company.py:0
  426. #: model:project.task.type,name:hr_timesheet.internal_project_default_stage
  427. #, python-format
  428. msgid "Internal"
  429. msgstr "Interni"
  430. #. module: hr_timesheet
  431. #: model:ir.model.fields,field_description:hr_timesheet.field_res_company__internal_project_id
  432. msgid "Internal Project"
  433. msgstr ""
  434. #. module: hr_timesheet
  435. #. odoo-python
  436. #: code:addons/hr_timesheet/models/project.py:0
  437. #: code:addons/hr_timesheet/models/project.py:0
  438. #, python-format
  439. msgid "Invalid operator: %s"
  440. msgstr ""
  441. #. module: hr_timesheet
  442. #. odoo-python
  443. #: code:addons/hr_timesheet/models/project.py:0
  444. #: code:addons/hr_timesheet/models/project.py:0
  445. #, python-format
  446. msgid "Invalid value: %s"
  447. msgstr ""
  448. #. module: hr_timesheet
  449. #: model:ir.model.fields,field_description:hr_timesheet.field_res_config_settings__is_encode_uom_days
  450. msgid "Is Encode Uom Days"
  451. msgstr ""
  452. #. module: hr_timesheet
  453. #: model:ir.model.fields,field_description:hr_timesheet.field_project_project__is_internal_project
  454. msgid "Is Internal Project"
  455. msgstr ""
  456. #. module: hr_timesheet
  457. #: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__job_title
  458. msgid "Job Title"
  459. msgstr "Naziv pozicije"
  460. #. module: hr_timesheet
  461. #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report____last_update
  462. msgid "Last Modified on"
  463. msgstr "Poslednja izmena dana"
  464. #. module: hr_timesheet
  465. #. odoo-python
  466. #: code:addons/hr_timesheet/controllers/portal.py:0
  467. #, python-format
  468. msgid "Last month"
  469. msgstr ""
  470. #. module: hr_timesheet
  471. #. odoo-python
  472. #: code:addons/hr_timesheet/controllers/portal.py:0
  473. #, python-format
  474. msgid "Last week"
  475. msgstr ""
  476. #. module: hr_timesheet
  477. #. odoo-python
  478. #: code:addons/hr_timesheet/controllers/portal.py:0
  479. #, python-format
  480. msgid "Last year"
  481. msgstr ""
  482. #. module: hr_timesheet
  483. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_invoice_form
  484. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_project_view_form_simplified_inherit_timesheet
  485. msgid "Log time on tasks"
  486. msgstr ""
  487. #. module: hr_timesheet
  488. #: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__manager_id
  489. #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__manager_id
  490. #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
  491. #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_report_search
  492. msgid "Manager"
  493. msgstr "Menadžer"
  494. #. module: hr_timesheet
  495. #: model:ir.model.fields,field_description:hr_timesheet.field_res_config_settings__reminder_manager_allow
  496. msgid "Manager Reminder"
  497. msgstr ""
  498. #. module: hr_timesheet
  499. #. odoo-python
  500. #: code:addons/hr_timesheet/models/res_company.py:0
  501. #, python-format
  502. msgid "Meeting"
  503. msgstr "Sastanak"
  504. #. module: hr_timesheet
  505. #: model:ir.model,name:hr_timesheet.model_ir_ui_menu
  506. msgid "Menu"
  507. msgstr "Meni"
  508. #. module: hr_timesheet
  509. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_project_project_filter_inherit_timesheet
  510. msgid "My Department"
  511. msgstr ""
  512. #. module: hr_timesheet
  513. #: model_terms:ir.ui.view,arch_db:hr_timesheet.report_project_task_user_view_search
  514. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_search_form_hr_extended
  515. msgid "My Department's Projects"
  516. msgstr "Projekti mog sektora"
  517. #. module: hr_timesheet
  518. #: model_terms:ir.ui.view,arch_db:hr_timesheet.rating_rating_view_search_project_inherited
  519. msgid "My Department's Ratings"
  520. msgstr ""
  521. #. module: hr_timesheet
  522. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_task_view_search
  523. #: model_terms:ir.ui.view,arch_db:hr_timesheet.report_project_task_user_view_search
  524. msgid "My Department's Tasks"
  525. msgstr ""
  526. #. module: hr_timesheet
  527. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_update_view_search_inherit
  528. msgid "My Department's Updates"
  529. msgstr ""
  530. #. module: hr_timesheet
  531. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_project_project_filter_inherit_timesheet
  532. msgid "My Team"
  533. msgstr ""
  534. #. module: hr_timesheet
  535. #: model_terms:ir.ui.view,arch_db:hr_timesheet.report_project_task_user_view_search
  536. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_search_form_hr_extended
  537. msgid "My Team's Projects"
  538. msgstr "Projekti mog tima"
  539. #. module: hr_timesheet
  540. #: model_terms:ir.ui.view,arch_db:hr_timesheet.rating_rating_view_search_project_inherited
  541. msgid "My Team's Ratings"
  542. msgstr ""
  543. #. module: hr_timesheet
  544. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_task_view_search
  545. #: model_terms:ir.ui.view,arch_db:hr_timesheet.report_project_task_user_view_search
  546. msgid "My Team's Tasks"
  547. msgstr ""
  548. #. module: hr_timesheet
  549. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_update_view_search_inherit
  550. msgid "My Team's Updates"
  551. msgstr ""
  552. #. module: hr_timesheet
  553. #: model:ir.actions.act_window,name:hr_timesheet.act_hr_timesheet_line
  554. #: model:ir.ui.menu,name:hr_timesheet.timesheet_menu_activity_mine
  555. #: model:ir.ui.menu,name:hr_timesheet.timesheet_menu_activity_user
  556. #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
  557. #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_report_search
  558. msgid "My Timesheets"
  559. msgstr ""
  560. #. module: hr_timesheet
  561. #. odoo-python
  562. #: code:addons/hr_timesheet/controllers/portal.py:0
  563. #, python-format
  564. msgid "Newest"
  565. msgstr "Najnovije"
  566. #. module: hr_timesheet
  567. #: model_terms:ir.actions.act_window,help:hr_timesheet.act_hr_timesheet_line
  568. #: model_terms:ir.actions.act_window,help:hr_timesheet.timesheet_action_all
  569. msgid "No activities found. Let's start a new one!"
  570. msgstr ""
  571. #. module: hr_timesheet
  572. #: model_terms:ir.actions.act_window,help:hr_timesheet.act_hr_timesheet_report
  573. #: model_terms:ir.actions.act_window,help:hr_timesheet.timesheet_action_report_by_project
  574. #: model_terms:ir.actions.act_window,help:hr_timesheet.timesheet_action_report_by_task
  575. msgid "No data yet!"
  576. msgstr "Još uvek nema podataka!"
  577. #. module: hr_timesheet
  578. #. odoo-python
  579. #: code:addons/hr_timesheet/controllers/portal.py:0
  580. #, python-format
  581. msgid "None"
  582. msgstr "Ništa"
  583. #. module: hr_timesheet
  584. #: model:ir.model.fields,help:hr_timesheet.field_project_task__remaining_hours
  585. msgid "Number of allocated hours minus the number of hours spent."
  586. msgstr ""
  587. #. module: hr_timesheet
  588. #: model:ir.model.fields,field_description:hr_timesheet.field_project_task__overtime
  589. #: model:ir.model.fields,field_description:hr_timesheet.field_report_project_task_user__overtime
  590. msgid "Overtime"
  591. msgstr ""
  592. #. module: hr_timesheet
  593. #: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__partner_id
  594. msgid "Partner"
  595. msgstr "Partner"
  596. #. module: hr_timesheet
  597. #: model:ir.model.fields,field_description:hr_timesheet.field_report_project_task_user__hours_planned
  598. msgid "Planned Hours"
  599. msgstr ""
  600. #. module: hr_timesheet
  601. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_task
  602. msgid "Print"
  603. msgstr "Štampaj"
  604. #. module: hr_timesheet
  605. #: model:ir.model,name:hr_timesheet.model_uom_uom
  606. msgid "Product Unit of Measure"
  607. msgstr "Jedinica mere proizvoda"
  608. #. module: hr_timesheet
  609. #. odoo-python
  610. #: code:addons/hr_timesheet/controllers/portal.py:0
  611. #: model:ir.model.fields,field_description:hr_timesheet.field_project_task__progress
  612. #: model:ir.model.fields,field_description:hr_timesheet.field_report_project_task_user__progress
  613. #, python-format
  614. msgid "Progress"
  615. msgstr "Napredak"
  616. #. module: hr_timesheet
  617. #. odoo-python
  618. #: code:addons/hr_timesheet/controllers/portal.py:0
  619. #: code:addons/hr_timesheet/controllers/portal.py:0
  620. #: model:ir.model,name:hr_timesheet.model_project_project
  621. #: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__project_id
  622. #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__project_id
  623. #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
  624. #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_report_search
  625. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
  626. #: model_terms:ir.ui.view,arch_db:hr_timesheet.report_timesheet
  627. #, python-format
  628. msgid "Project"
  629. msgstr "Projekat"
  630. #. module: hr_timesheet
  631. #: model:ir.model.fields,field_description:hr_timesheet.field_res_company__project_time_mode_id
  632. #: model:ir.model.fields,field_description:hr_timesheet.field_res_config_settings__project_time_mode_id
  633. msgid "Project Time Unit"
  634. msgstr ""
  635. #. module: hr_timesheet
  636. #: model:ir.model.fields,field_description:hr_timesheet.field_project_project__is_project_overtime
  637. msgid "Project in Overtime"
  638. msgstr ""
  639. #. module: hr_timesheet
  640. #: model:ir.actions.act_window,name:hr_timesheet.timesheet_action_project
  641. msgid "Project's Timesheets"
  642. msgstr ""
  643. #. module: hr_timesheet
  644. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_project_project_filter_inherit_timesheet
  645. msgid "Projects in Overtime"
  646. msgstr ""
  647. #. module: hr_timesheet
  648. #: model:project.task.type,legend_done:hr_timesheet.internal_project_default_stage
  649. msgid "Ready"
  650. msgstr "Spreman"
  651. #. module: hr_timesheet
  652. #: model_terms:ir.actions.act_window,help:hr_timesheet.act_hr_timesheet_line_by_project
  653. msgid "Record a new activity"
  654. msgstr ""
  655. #. module: hr_timesheet
  656. #: model_terms:digest.tip,tip_description:hr_timesheet.digest_tip_hr_timesheet_0
  657. msgid ""
  658. "Record your timesheets in an instant by pressing Shift + the corresponding "
  659. "hotkey to add 15min to your projects."
  660. msgstr ""
  661. #. module: hr_timesheet
  662. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
  663. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
  664. msgid "Remaining Days"
  665. msgstr ""
  666. #. module: hr_timesheet
  667. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
  668. msgid "Remaining Days:"
  669. msgstr ""
  670. #. module: hr_timesheet
  671. #: model:ir.model.fields,field_description:hr_timesheet.field_project_task__remaining_hours
  672. #: model:ir.model.fields,field_description:hr_timesheet.field_report_project_task_user__remaining_hours
  673. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
  674. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_tree
  675. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
  676. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_tree2_inherited
  677. msgid "Remaining Hours"
  678. msgstr ""
  679. #. module: hr_timesheet
  680. #: model:ir.model.fields,field_description:hr_timesheet.field_project_task__remaining_hours_percentage
  681. msgid "Remaining Hours Percentage"
  682. msgstr ""
  683. #. module: hr_timesheet
  684. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
  685. msgid "Remaining Hours:"
  686. msgstr ""
  687. #. module: hr_timesheet
  688. #: model:ir.model.fields,field_description:hr_timesheet.field_project_project__remaining_hours
  689. msgid "Remaining Invoiced Time"
  690. msgstr ""
  691. #. module: hr_timesheet
  692. #: model:ir.ui.menu,name:hr_timesheet.menu_timesheets_reports
  693. msgid "Reporting"
  694. msgstr "Izveštavanje"
  695. #. module: hr_timesheet
  696. #. odoo-python
  697. #: code:addons/hr_timesheet/controllers/portal.py:0
  698. #, python-format
  699. msgid "Search in All"
  700. msgstr "Pretraži sve"
  701. #. module: hr_timesheet
  702. #. odoo-python
  703. #: code:addons/hr_timesheet/controllers/portal.py:0
  704. #, python-format
  705. msgid "Search in Description"
  706. msgstr "Pronađi u Opisu"
  707. #. module: hr_timesheet
  708. #. odoo-python
  709. #: code:addons/hr_timesheet/controllers/portal.py:0
  710. #, python-format
  711. msgid "Search in Employee"
  712. msgstr ""
  713. #. module: hr_timesheet
  714. #. odoo-python
  715. #: code:addons/hr_timesheet/controllers/portal.py:0
  716. #, python-format
  717. msgid "Search in Project"
  718. msgstr ""
  719. #. module: hr_timesheet
  720. #. odoo-python
  721. #: code:addons/hr_timesheet/controllers/portal.py:0
  722. #, python-format
  723. msgid "Search in Task"
  724. msgstr ""
  725. #. module: hr_timesheet
  726. #. odoo-python
  727. #: code:addons/hr_timesheet/models/project.py:0
  728. #: code:addons/hr_timesheet/models/project.py:0
  729. #, python-format
  730. msgid "See timesheet entries"
  731. msgstr ""
  732. #. module: hr_timesheet
  733. #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
  734. msgid ""
  735. "Send a periodical email reminder to timesheets managers<br/>\n"
  736. " that still have timesheets to validate"
  737. msgstr ""
  738. #. module: hr_timesheet
  739. #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
  740. msgid ""
  741. "Send a periodical email reminder to timesheets users<br/>\n"
  742. " that still have timesheets to encode"
  743. msgstr ""
  744. #. module: hr_timesheet
  745. #: model:ir.actions.act_window,name:hr_timesheet.hr_timesheet_config_settings_action
  746. msgid "Settings"
  747. msgstr "Podešavanje"
  748. #. module: hr_timesheet
  749. #: model:ir.model.fields,field_description:hr_timesheet.field_project_task__subtask_effective_hours
  750. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
  751. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
  752. msgid "Sub-tasks Hours Spent"
  753. msgstr ""
  754. #. module: hr_timesheet
  755. #. odoo-python
  756. #: code:addons/hr_timesheet/controllers/portal.py:0
  757. #: code:addons/hr_timesheet/controllers/portal.py:0
  758. #: model:ir.model,name:hr_timesheet.model_project_task
  759. #: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__task_id
  760. #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__task_id
  761. #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
  762. #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_report_search
  763. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
  764. #, python-format
  765. msgid "Task"
  766. msgstr "Zadatak"
  767. #. module: hr_timesheet
  768. #: model:ir.actions.act_window,name:hr_timesheet.timesheet_action_task
  769. msgid "Task's Timesheets"
  770. msgstr ""
  771. #. module: hr_timesheet
  772. #: model:ir.model,name:hr_timesheet.model_report_project_task_user
  773. msgid "Tasks Analysis"
  774. msgstr "Analiza zadataka"
  775. #. module: hr_timesheet
  776. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_project_task_view_search_inherit_timesheet
  777. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_task_view_search
  778. msgid "Tasks Soon in Overtime"
  779. msgstr ""
  780. #. module: hr_timesheet
  781. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_project_task_view_search_inherit_timesheet
  782. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_task_view_search
  783. #: model_terms:ir.ui.view,arch_db:hr_timesheet.report_project_task_user_view_search
  784. msgid "Tasks in Overtime"
  785. msgstr ""
  786. #. module: hr_timesheet
  787. #. odoo-python
  788. #: code:addons/hr_timesheet/models/res_company.py:0
  789. #, python-format
  790. msgid "The Internal Project of a company should be in that company."
  791. msgstr ""
  792. #. module: hr_timesheet
  793. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
  794. msgid "There are no timesheets."
  795. msgstr ""
  796. #. module: hr_timesheet
  797. #. odoo-python
  798. #: code:addons/hr_timesheet/models/project.py:0
  799. #, python-format
  800. msgid ""
  801. "These projects have some timesheet entries referencing them. Before removing"
  802. " these projects, you have to remove these timesheet entries."
  803. msgstr ""
  804. #. module: hr_timesheet
  805. #. odoo-python
  806. #: code:addons/hr_timesheet/models/project.py:0
  807. #, python-format
  808. msgid ""
  809. "These tasks have some timesheet entries referencing them. Before removing "
  810. "these tasks, you have to remove these timesheet entries."
  811. msgstr ""
  812. #. module: hr_timesheet
  813. #. odoo-python
  814. #: code:addons/hr_timesheet/controllers/portal.py:0
  815. #, python-format
  816. msgid "This Quarter"
  817. msgstr ""
  818. #. module: hr_timesheet
  819. #. odoo-python
  820. #: code:addons/hr_timesheet/controllers/portal.py:0
  821. #, python-format
  822. msgid "This month"
  823. msgstr "Ovaj mesec"
  824. #. module: hr_timesheet
  825. #. odoo-python
  826. #: code:addons/hr_timesheet/models/project.py:0
  827. #, python-format
  828. msgid "This operator %s is not supported in this search method."
  829. msgstr ""
  830. #. module: hr_timesheet
  831. #. odoo-python
  832. #: code:addons/hr_timesheet/models/project.py:0
  833. #, python-format
  834. msgid ""
  835. "This project has some timesheet entries referencing it. Before removing this"
  836. " project, you have to remove these timesheet entries."
  837. msgstr ""
  838. #. module: hr_timesheet
  839. #. odoo-python
  840. #: code:addons/hr_timesheet/models/project.py:0
  841. #, python-format
  842. msgid ""
  843. "This task has some timesheet entries referencing it. Before removing this "
  844. "task, you have to remove these timesheet entries."
  845. msgstr ""
  846. #. module: hr_timesheet
  847. #. odoo-python
  848. #: code:addons/hr_timesheet/models/project.py:0
  849. #, python-format
  850. msgid ""
  851. "This task must be part of a project because there are some timesheets linked"
  852. " to it."
  853. msgstr ""
  854. #. module: hr_timesheet
  855. #. odoo-python
  856. #: code:addons/hr_timesheet/controllers/portal.py:0
  857. #, python-format
  858. msgid "This week"
  859. msgstr ""
  860. #. module: hr_timesheet
  861. #: model:ir.model.fields,help:hr_timesheet.field_res_company__project_time_mode_id
  862. #: model:ir.model.fields,help:hr_timesheet.field_res_config_settings__project_time_mode_id
  863. msgid ""
  864. "This will set the unit of measure used in projects and tasks.\n"
  865. "If you use the timesheet linked to projects, don't forget to setup the right unit of measure in your employees."
  866. msgstr ""
  867. #. module: hr_timesheet
  868. #. odoo-python
  869. #: code:addons/hr_timesheet/controllers/portal.py:0
  870. #, python-format
  871. msgid "This year"
  872. msgstr ""
  873. #. module: hr_timesheet
  874. #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
  875. msgid "Time Encoding"
  876. msgstr ""
  877. #. module: hr_timesheet
  878. #: model:ir.model.fields,field_description:hr_timesheet.field_res_config_settings__module_project_timesheet_holidays
  879. #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
  880. msgid "Time Off"
  881. msgstr "Odsustvo"
  882. #. module: hr_timesheet
  883. #: model:ir.model.fields,help:hr_timesheet.field_project_task__subtask_effective_hours
  884. msgid "Time spent on the sub-tasks (and their own sub-tasks) of this task."
  885. msgstr ""
  886. #. module: hr_timesheet
  887. #: model:ir.model.fields,help:hr_timesheet.field_project_task__total_hours_spent
  888. msgid "Time spent on this task and its sub-tasks (and their own sub-tasks)."
  889. msgstr ""
  890. #. module: hr_timesheet
  891. #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
  892. msgid "Time unit used to record your timesheets"
  893. msgstr ""
  894. #. module: hr_timesheet
  895. #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
  896. #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_report_search
  897. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_graph_all
  898. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_graph_my
  899. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_my_timesheet_line_pivot
  900. msgid "Timesheet"
  901. msgstr ""
  902. #. module: hr_timesheet
  903. #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_tree
  904. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
  905. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
  906. msgid "Timesheet Activities"
  907. msgstr ""
  908. #. module: hr_timesheet
  909. #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_graph_employee
  910. #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_graph_project
  911. #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_graph_task
  912. #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_pivot_employee
  913. #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_pivot_project
  914. #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_pivot_task
  915. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_graph
  916. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_graph_all
  917. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_graph_my
  918. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_pivot
  919. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_my_timesheet_line_pivot
  920. msgid "Timesheet Costs"
  921. msgstr ""
  922. #. module: hr_timesheet
  923. #: model:ir.model.fields,field_description:hr_timesheet.field_project_project__timesheet_count
  924. msgid "Timesheet Count"
  925. msgstr ""
  926. #. module: hr_timesheet
  927. #: model:ir.model.fields,field_description:hr_timesheet.field_project_project__timesheet_encode_uom_id
  928. #: model:ir.model.fields,field_description:hr_timesheet.field_res_company__timesheet_encode_uom_id
  929. msgid "Timesheet Encoding Unit"
  930. msgstr ""
  931. #. module: hr_timesheet
  932. #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
  933. #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_report_search
  934. msgid "Timesheet by Date"
  935. msgstr ""
  936. #. module: hr_timesheet
  937. #. odoo-python
  938. #: code:addons/hr_timesheet/models/hr_timesheet.py:0
  939. #: code:addons/hr_timesheet/models/project.py:0
  940. #: model:ir.actions.act_window,name:hr_timesheet.act_hr_timesheet_line_by_project
  941. #: model:ir.actions.act_window,name:hr_timesheet.timesheet_action_from_employee
  942. #: model:ir.actions.report,name:hr_timesheet.timesheet_report
  943. #: model:ir.actions.report,name:hr_timesheet.timesheet_report_project
  944. #: model:ir.actions.report,name:hr_timesheet.timesheet_report_task
  945. #: model:ir.actions.report,name:hr_timesheet.timesheet_report_task_timesheets
  946. #: model:ir.model.fields,field_description:hr_timesheet.field_project_project__allow_timesheets
  947. #: model:ir.model.fields,field_description:hr_timesheet.field_project_task__timesheet_ids
  948. #: model:ir.ui.menu,name:hr_timesheet.menu_hr_time_tracking
  949. #: model:ir.ui.menu,name:hr_timesheet.menu_timesheets_reports_timesheet
  950. #: model:ir.ui.menu,name:hr_timesheet.timesheet_menu_root
  951. #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_department_view_kanban
  952. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_layout
  953. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_home_timesheet
  954. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_task
  955. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
  956. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_invoice_form
  957. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_project_view_form_simplified_inherit_timesheet
  958. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
  959. #: model_terms:ir.ui.view,arch_db:hr_timesheet.report_timesheet
  960. #: model_terms:ir.ui.view,arch_db:hr_timesheet.report_timesheet_task
  961. #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
  962. #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_project_task_page
  963. #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_graph_employee
  964. #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_graph_project
  965. #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_graph_task
  966. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_graph
  967. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_pivot
  968. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_project_kanban_inherited
  969. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
  970. #, python-format
  971. msgid "Timesheets"
  972. msgstr "Karneti"
  973. #. module: hr_timesheet
  974. #. odoo-python
  975. #: code:addons/hr_timesheet/models/hr_timesheet.py:0
  976. #, python-format
  977. msgid "Timesheets - %s"
  978. msgstr ""
  979. #. module: hr_timesheet
  980. #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_pivot_employee
  981. #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_pivot_project
  982. #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_pivot_task
  983. msgid "Timesheets Analysis"
  984. msgstr ""
  985. #. module: hr_timesheet
  986. #: model:ir.model,name:hr_timesheet.model_timesheets_analysis_report
  987. msgid "Timesheets Analysis Report"
  988. msgstr ""
  989. #. module: hr_timesheet
  990. #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
  991. msgid "Timesheets Control"
  992. msgstr ""
  993. #. module: hr_timesheet
  994. #: model:ir.actions.act_window,name:hr_timesheet.act_hr_timesheet_report
  995. msgid "Timesheets by Employee"
  996. msgstr ""
  997. #. module: hr_timesheet
  998. #: model:ir.actions.act_window,name:hr_timesheet.timesheet_action_report_by_project
  999. msgid "Timesheets by Project"
  1000. msgstr ""
  1001. #. module: hr_timesheet
  1002. #: model:ir.actions.act_window,name:hr_timesheet.timesheet_action_report_by_task
  1003. msgid "Timesheets by Task"
  1004. msgstr ""
  1005. #. module: hr_timesheet
  1006. #: model:ir.model.fields,help:hr_timesheet.field_project_task__allow_timesheets
  1007. msgid "Timesheets can be logged on this task."
  1008. msgstr ""
  1009. #. module: hr_timesheet
  1010. #. odoo-python
  1011. #: code:addons/hr_timesheet/models/hr_timesheet.py:0
  1012. #, python-format
  1013. msgid ""
  1014. "Timesheets must be created with an active employee in the selected "
  1015. "companies."
  1016. msgstr ""
  1017. #. module: hr_timesheet
  1018. #: model:digest.tip,name:hr_timesheet.digest_tip_hr_timesheet_0
  1019. msgid "Tip: Record your Timesheets faster"
  1020. msgstr ""
  1021. #. module: hr_timesheet
  1022. #. odoo-python
  1023. #: code:addons/hr_timesheet/controllers/portal.py:0
  1024. #, python-format
  1025. msgid "Today"
  1026. msgstr "Danas"
  1027. #. module: hr_timesheet
  1028. #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_tree
  1029. msgid "Total"
  1030. msgstr "Ukupno"
  1031. #. module: hr_timesheet
  1032. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
  1033. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
  1034. msgid "Total Days"
  1035. msgstr ""
  1036. #. module: hr_timesheet
  1037. #: model:ir.model.fields,field_description:hr_timesheet.field_project_task__total_hours_spent
  1038. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
  1039. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
  1040. msgid "Total Hours"
  1041. msgstr ""
  1042. #. module: hr_timesheet
  1043. #: model:ir.model.fields,field_description:hr_timesheet.field_project_project__total_timesheet_time
  1044. msgid "Total Timesheet Time"
  1045. msgstr ""
  1046. #. module: hr_timesheet
  1047. #: model:ir.model.fields,help:hr_timesheet.field_project_project__total_timesheet_time
  1048. msgid ""
  1049. "Total number of time (in the proper UoM) recorded in the project, rounded to"
  1050. " the unit."
  1051. msgstr ""
  1052. #. module: hr_timesheet
  1053. #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
  1054. msgid "Total:"
  1055. msgstr "Ukupno:"
  1056. #. module: hr_timesheet
  1057. #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
  1058. msgid "Track your time from anywhere, even offline, with our web/mobile apps"
  1059. msgstr ""
  1060. #. module: hr_timesheet
  1061. #: model_terms:ir.actions.act_window,help:hr_timesheet.act_hr_timesheet_line
  1062. #: model_terms:ir.actions.act_window,help:hr_timesheet.act_hr_timesheet_line_by_project
  1063. #: model_terms:ir.actions.act_window,help:hr_timesheet.timesheet_action_all
  1064. msgid ""
  1065. "Track your working hours by projects every day and invoice this time to your"
  1066. " customers."
  1067. msgstr ""
  1068. #. module: hr_timesheet
  1069. #. odoo-python
  1070. #: code:addons/hr_timesheet/models/res_company.py:0
  1071. #, python-format
  1072. msgid "Training"
  1073. msgstr "Trening"
  1074. #. module: hr_timesheet
  1075. #: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__user_id
  1076. #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__user_id
  1077. msgid "User"
  1078. msgstr "Korisnik"
  1079. #. module: hr_timesheet
  1080. #: model:res.groups,name:hr_timesheet.group_hr_timesheet_approver
  1081. msgid "User: all timesheets"
  1082. msgstr ""
  1083. #. module: hr_timesheet
  1084. #: model:res.groups,name:hr_timesheet.group_hr_timesheet_user
  1085. msgid "User: own timesheets only"
  1086. msgstr ""
  1087. #. module: hr_timesheet
  1088. #: model:ir.model.fields,field_description:hr_timesheet.field_uom_uom__timesheet_widget
  1089. msgid "Widget"
  1090. msgstr "Vidžet"
  1091. #. module: hr_timesheet
  1092. #. odoo-python
  1093. #: code:addons/hr_timesheet/models/hr_timesheet.py:0
  1094. #, python-format
  1095. msgid "You cannot access timesheets that are not yours."
  1096. msgstr ""
  1097. #. module: hr_timesheet
  1098. #. odoo-python
  1099. #: code:addons/hr_timesheet/models/hr_timesheet.py:0
  1100. #, python-format
  1101. msgid ""
  1102. "You cannot add timesheets to a project linked to an inactive analytic "
  1103. "account."
  1104. msgstr ""
  1105. #. module: hr_timesheet
  1106. #. odoo-python
  1107. #: code:addons/hr_timesheet/models/hr_timesheet.py:0
  1108. #, python-format
  1109. msgid ""
  1110. "You cannot add timesheets to a project or a task linked to an inactive "
  1111. "analytic account."
  1112. msgstr ""
  1113. #. module: hr_timesheet
  1114. #. odoo-python
  1115. #: code:addons/hr_timesheet/models/hr_timesheet.py:0
  1116. #, python-format
  1117. msgid "You cannot create a timesheet on a private task."
  1118. msgstr ""
  1119. #. module: hr_timesheet
  1120. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
  1121. msgid ""
  1122. "You cannot log timesheets on this project since it is linked to an inactive "
  1123. "analytic account. Please change this account, or reactivate the current one "
  1124. "to timesheet on the project."
  1125. msgstr ""
  1126. #. module: hr_timesheet
  1127. #. odoo-python
  1128. #: code:addons/hr_timesheet/models/hr_timesheet.py:0
  1129. #, python-format
  1130. msgid "You cannot set an archived employee to the existing timesheets."
  1131. msgstr ""
  1132. #. module: hr_timesheet
  1133. #. odoo-python
  1134. #: code:addons/hr_timesheet/models/project.py:0
  1135. #, python-format
  1136. msgid "You cannot use timesheets without an analytic account."
  1137. msgstr ""
  1138. #. module: hr_timesheet
  1139. #. odoo-python
  1140. #: code:addons/hr_timesheet/models/res_company.py:0
  1141. #, python-format
  1142. msgid "days"
  1143. msgstr "dana"
  1144. #. module: hr_timesheet
  1145. #: model_terms:ir.ui.view,arch_db:hr_timesheet.report_timesheet_task
  1146. msgid "for"
  1147. msgstr ""
  1148. #. module: hr_timesheet
  1149. #: model_terms:ir.ui.view,arch_db:hr_timesheet.report_timesheet
  1150. #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_project_task_page
  1151. msgid "for the"
  1152. msgstr ""
  1153. #. module: hr_timesheet
  1154. #. odoo-python
  1155. #: code:addons/hr_timesheet/models/res_company.py:0
  1156. #, python-format
  1157. msgid "hours"
  1158. msgstr ""
  1159. #. module: hr_timesheet
  1160. #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
  1161. msgid ""
  1162. "on\n"
  1163. " <span class=\"fw-bold text-dark\"> Sub-tasks</span>)"
  1164. msgstr ""
  1165. #. module: hr_timesheet
  1166. #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
  1167. msgid ""
  1168. "on\n"
  1169. " <span class=\"fw-bold text-dark\"> Sub-tasks</span>)"
  1170. msgstr ""