fo.po 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * hr_attendance
  4. #
  5. # Translators:
  6. # Martin Trigaux <mat@odoo.com>, 2017
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 11.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-11-16 08:08+0000\n"
  12. "PO-Revision-Date: 2017-11-16 08:08+0000\n"
  13. "Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
  14. "Language-Team: Faroese (https://www.transifex.com/odoo/teams/41243/fo/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: \n"
  18. "Language: fo\n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #. module: hr_attendance
  21. #: code:addons/hr_attendance/models/hr_attendance.py:55
  22. #, python-format
  23. msgid "\"Check Out\" time cannot be earlier than \"Check In\" time."
  24. msgstr ""
  25. #. module: hr_attendance
  26. #: code:addons/hr_attendance/models/hr_attendance.py:29
  27. #, python-format
  28. msgid "%(empl_name)s from %(check_in)s"
  29. msgstr ""
  30. #. module: hr_attendance
  31. #: code:addons/hr_attendance/models/hr_attendance.py:34
  32. #, python-format
  33. msgid "%(empl_name)s from %(check_in)s to %(check_out)s"
  34. msgstr ""
  35. #. module: hr_attendance
  36. #: model_terms:ir.ui.view,arch_db:hr_attendance.view_employee_form_inherit_hr_attendance
  37. msgid "<span class=\"o_stat_text\">Attendance</span>"
  38. msgstr ""
  39. #. module: hr_attendance
  40. #. openerp-web
  41. #: code:addons/hr_attendance/static/src/js/greeting_message.js:117
  42. #, python-format
  43. msgid "An apple a day keeps the doctor away"
  44. msgstr ""
  45. #. module: hr_attendance
  46. #. openerp-web
  47. #: code:addons/hr_attendance/static/src/js/greeting_message.js:106
  48. #, python-format
  49. msgid "Another good day's work! See you soon!"
  50. msgstr ""
  51. #. module: hr_attendance
  52. #: model:ir.actions.client,name:hr_attendance.hr_attendance_action_my_attendances
  53. #: model:ir.model,name:hr_attendance.model_hr_attendance
  54. #: model:ir.model.fields,field_description:hr_attendance.field_hr_employee_attendance_ids
  55. #: model:ir.model.fields,field_description:hr_attendance.field_hr_employee_attendance_state
  56. #: model_terms:ir.ui.view,arch_db:hr_attendance.hr_attendance_view_graph
  57. #: model_terms:ir.ui.view,arch_db:hr_attendance.hr_attendance_view_pivot
  58. #: model_terms:ir.ui.view,arch_db:hr_attendance.view_employee_form_inherit_hr_attendance
  59. msgid "Attendance"
  60. msgstr ""
  61. #. module: hr_attendance
  62. #: model:ir.actions.act_window,name:hr_attendance.hr_attendance_action_graph
  63. #: model:ir.actions.act_window,name:hr_attendance.hr_attendance_action_graph_filtered
  64. msgid "Attendance Analysis"
  65. msgstr ""
  66. #. module: hr_attendance
  67. #: model:ir.actions.act_window,name:hr_attendance.hr_attendance_action
  68. #: model:ir.actions.act_window,name:hr_attendance.hr_attendance_action_employee
  69. #: model:ir.actions.client,name:hr_attendance.hr_attendance_action_kiosk_mode
  70. #: model:ir.ui.menu,name:hr_attendance.menu_hr_attendance_root
  71. #: model:ir.ui.menu,name:hr_attendance.menu_hr_attendance_view_attendances
  72. #: model_terms:ir.ui.view,arch_db:hr_attendance.hr_department_view_kanban
  73. #: model_terms:ir.ui.view,arch_db:hr_attendance.res_config_settings_view_form
  74. msgid "Attendances"
  75. msgstr ""
  76. #. module: hr_attendance
  77. #: model:ir.model.fields,field_description:hr_attendance.field_hr_employee_barcode
  78. msgid "Badge ID"
  79. msgstr ""
  80. #. module: hr_attendance
  81. #: code:addons/hr_attendance/models/hr_attendance.py:85
  82. #, python-format
  83. msgid ""
  84. "Cannot create new attendance record for %(empl_name)s, the employee hasn't "
  85. "checked out since %(datetime)s"
  86. msgstr ""
  87. #. module: hr_attendance
  88. #: code:addons/hr_attendance/models/hr_attendance.py:72
  89. #: code:addons/hr_attendance/models/hr_attendance.py:98
  90. #, python-format
  91. msgid ""
  92. "Cannot create new attendance record for %(empl_name)s, the employee was "
  93. "already checked in on %(datetime)s"
  94. msgstr ""
  95. #. module: hr_attendance
  96. #: code:addons/hr_attendance/models/hr_employee.py:108
  97. #, python-format
  98. msgid "Cannot perform check in or check out on multiple employees."
  99. msgstr ""
  100. #. module: hr_attendance
  101. #: code:addons/hr_attendance/models/hr_employee.py:122
  102. #, python-format
  103. msgid ""
  104. "Cannot perform check out on %(empl_name)s, could not find corresponding "
  105. "check in. Your attendances have probably been modified manually by human "
  106. "resources."
  107. msgstr ""
  108. #. module: hr_attendance
  109. #: model:ir.model.fields,field_description:hr_attendance.field_hr_attendance_check_in
  110. msgid "Check In"
  111. msgstr ""
  112. #. module: hr_attendance
  113. #: model:ir.ui.menu,name:hr_attendance.menu_hr_attendance_my_attendances
  114. msgid "Check In / Check Out"
  115. msgstr ""
  116. #. module: hr_attendance
  117. #: model:ir.model.fields,field_description:hr_attendance.field_hr_attendance_check_out
  118. msgid "Check Out"
  119. msgstr ""
  120. #. module: hr_attendance
  121. #. openerp-web
  122. #: code:addons/hr_attendance/static/src/xml/attendance.xml:53
  123. #, python-format
  124. msgid "Check in"
  125. msgstr ""
  126. #. module: hr_attendance
  127. #. openerp-web
  128. #: code:addons/hr_attendance/static/src/xml/attendance.xml:49
  129. #, python-format
  130. msgid "Check out"
  131. msgstr ""
  132. #. module: hr_attendance
  133. #: model_terms:ir.ui.view,arch_db:hr_attendance.res_config_settings_view_form
  134. msgid "Check-In/Out"
  135. msgstr ""
  136. #. module: hr_attendance
  137. #: selection:hr.employee,attendance_state:0
  138. msgid "Checked in"
  139. msgstr ""
  140. #. module: hr_attendance
  141. #. openerp-web
  142. #: code:addons/hr_attendance/static/src/xml/attendance.xml:109
  143. #, python-format
  144. msgid "Checked in at"
  145. msgstr ""
  146. #. module: hr_attendance
  147. #: selection:hr.employee,attendance_state:0
  148. msgid "Checked out"
  149. msgstr ""
  150. #. module: hr_attendance
  151. #. openerp-web
  152. #: code:addons/hr_attendance/static/src/xml/attendance.xml:97
  153. #, python-format
  154. msgid "Checked out at"
  155. msgstr ""
  156. #. module: hr_attendance
  157. #. openerp-web
  158. #: code:addons/hr_attendance/static/src/xml/attendance.xml:27
  159. #, python-format
  160. msgid "Click to check in"
  161. msgstr ""
  162. #. module: hr_attendance
  163. #. openerp-web
  164. #: code:addons/hr_attendance/static/src/xml/attendance.xml:31
  165. #, python-format
  166. msgid "Click to check out"
  167. msgstr ""
  168. #. module: hr_attendance
  169. #. openerp-web
  170. #: code:addons/hr_attendance/static/src/xml/attendance.xml:12
  171. #: model_terms:ir.ui.view,arch_db:hr_attendance.print_employee_badge
  172. #, python-format
  173. msgid "Company Logo"
  174. msgstr ""
  175. #. module: hr_attendance
  176. #: model:ir.ui.menu,name:hr_attendance.menu_hr_attendance_settings
  177. msgid "Configuration"
  178. msgstr ""
  179. #. module: hr_attendance
  180. #: model_terms:ir.actions.act_window,help:hr_attendance.hr_employee_attendance_action_kanban
  181. msgid ""
  182. "Create a few employees to be able to select an employee here and perform his"
  183. " check in / check out."
  184. msgstr ""
  185. #. module: hr_attendance
  186. #: model:ir.model.fields,field_description:hr_attendance.field_hr_attendance_create_uid
  187. msgid "Created by"
  188. msgstr "Byrjað av"
  189. #. module: hr_attendance
  190. #: model:ir.model.fields,field_description:hr_attendance.field_hr_attendance_create_date
  191. msgid "Created on"
  192. msgstr "Byrjað tann"
  193. #. module: hr_attendance
  194. #: model_terms:ir.ui.view,arch_db:hr_attendance.hr_attendance_view_filter
  195. msgid "Current Month"
  196. msgstr ""
  197. #. module: hr_attendance
  198. #: model:ir.model.fields,field_description:hr_attendance.field_hr_attendance_department_id
  199. msgid "Department"
  200. msgstr ""
  201. #. module: hr_attendance
  202. #: model:ir.model.fields,field_description:hr_attendance.field_hr_attendance_display_name
  203. msgid "Display Name"
  204. msgstr "Vís navn"
  205. #. module: hr_attendance
  206. #. openerp-web
  207. #: code:addons/hr_attendance/static/src/js/greeting_message.js:123
  208. #, python-format
  209. msgid "Early to bed and early to rise, makes a man healthy, wealthy and wise"
  210. msgstr ""
  211. #. module: hr_attendance
  212. #. openerp-web
  213. #: code:addons/hr_attendance/static/src/js/greeting_message.js:115
  214. #, python-format
  215. msgid "Eat breakfast as a king, lunch as a merchant and supper as a beggar"
  216. msgstr ""
  217. #. module: hr_attendance
  218. #: model:ir.model,name:hr_attendance.model_hr_employee
  219. #: model:ir.model.fields,field_description:hr_attendance.field_hr_attendance_employee_id
  220. #: model_terms:ir.ui.view,arch_db:hr_attendance.hr_attendance_view_filter
  221. msgid "Employee"
  222. msgstr ""
  223. #. module: hr_attendance
  224. #: model_terms:ir.ui.view,arch_db:hr_attendance.print_employee_badge
  225. msgid "Employee Image"
  226. msgstr ""
  227. #. module: hr_attendance
  228. #: model:ir.model.fields,field_description:hr_attendance.field_res_config_settings_group_attendance_use_pin
  229. #: model_terms:ir.ui.view,arch_db:hr_attendance.res_config_settings_view_form
  230. msgid "Employee PIN"
  231. msgstr ""
  232. #. module: hr_attendance
  233. #: model_terms:ir.ui.view,arch_db:hr_attendance.hr_attendance_view_form
  234. #: model_terms:ir.ui.view,arch_db:hr_attendance.view_attendance_tree
  235. msgid "Employee attendances"
  236. msgstr ""
  237. #. module: hr_attendance
  238. #: model_terms:ir.ui.view,arch_db:hr_attendance.view_employee_kanban_inherit_hr_attendance
  239. msgid "Employee's Name"
  240. msgstr ""
  241. #. module: hr_attendance
  242. #: model:ir.actions.act_window,name:hr_attendance.hr_employee_attendance_action_kanban
  243. #: model:ir.ui.menu,name:hr_attendance.menu_hr_attendance_view_employees_kanban
  244. msgid "Employees"
  245. msgstr ""
  246. #. module: hr_attendance
  247. #: model:res.groups,name:hr_attendance.group_hr_attendance_use_pin
  248. msgid "Enable PIN use"
  249. msgstr ""
  250. #. module: hr_attendance
  251. #. openerp-web
  252. #: code:addons/hr_attendance/static/src/js/my_attendances.js:29
  253. #, python-format
  254. msgid "Error : Could not find employee linked to user"
  255. msgstr ""
  256. #. module: hr_attendance
  257. #. openerp-web
  258. #: code:addons/hr_attendance/static/src/xml/attendance.xml:35
  259. #, python-format
  260. msgid "Error : Could not find employee linked to user."
  261. msgstr ""
  262. #. module: hr_attendance
  263. #. openerp-web
  264. #: code:addons/hr_attendance/static/src/xml/attendance.xml:81
  265. #, python-format
  266. msgid "Error: could not find corresponding employee."
  267. msgstr ""
  268. #. module: hr_attendance
  269. #. openerp-web
  270. #: code:addons/hr_attendance/static/src/js/greeting_message.js:70
  271. #, python-format
  272. msgid "First come, first served"
  273. msgstr ""
  274. #. module: hr_attendance
  275. #. openerp-web
  276. #: code:addons/hr_attendance/static/src/js/greeting_message.js:85
  277. #, python-format
  278. msgid "Glad to have you back, it's been a while!"
  279. msgstr ""
  280. #. module: hr_attendance
  281. #. openerp-web
  282. #: code:addons/hr_attendance/static/src/js/greeting_message.js:76
  283. #, python-format
  284. msgid "Good afternoon"
  285. msgstr ""
  286. #. module: hr_attendance
  287. #. openerp-web
  288. #: code:addons/hr_attendance/static/src/js/greeting_message.js:78
  289. #, python-format
  290. msgid "Good evening"
  291. msgstr ""
  292. #. module: hr_attendance
  293. #. openerp-web
  294. #: code:addons/hr_attendance/static/src/js/greeting_message.js:73
  295. #, python-format
  296. msgid "Good morning"
  297. msgstr ""
  298. #. module: hr_attendance
  299. #. openerp-web
  300. #: code:addons/hr_attendance/static/src/js/greeting_message.js:64
  301. #: code:addons/hr_attendance/static/src/js/greeting_message.js:80
  302. #, python-format
  303. msgid "Good night"
  304. msgstr ""
  305. #. module: hr_attendance
  306. #. openerp-web
  307. #: code:addons/hr_attendance/static/src/xml/attendance.xml:100
  308. #, python-format
  309. msgid "Goodbye"
  310. msgstr ""
  311. #. module: hr_attendance
  312. #: model_terms:ir.ui.view,arch_db:hr_attendance.hr_attendance_view_filter
  313. msgid "Group By"
  314. msgstr "Bólka eftir"
  315. #. module: hr_attendance
  316. #. openerp-web
  317. #: code:addons/hr_attendance/static/src/js/greeting_message.js:120
  318. #, python-format
  319. msgid "Have a good afternoon"
  320. msgstr ""
  321. #. module: hr_attendance
  322. #. openerp-web
  323. #: code:addons/hr_attendance/static/src/js/greeting_message.js:111
  324. #, python-format
  325. msgid "Have a good day!"
  326. msgstr ""
  327. #. module: hr_attendance
  328. #. openerp-web
  329. #: code:addons/hr_attendance/static/src/js/greeting_message.js:125
  330. #, python-format
  331. msgid "Have a good evening"
  332. msgstr ""
  333. #. module: hr_attendance
  334. #. openerp-web
  335. #: code:addons/hr_attendance/static/src/js/greeting_message.js:113
  336. #, python-format
  337. msgid "Have a nice lunch!"
  338. msgstr ""
  339. #. module: hr_attendance
  340. #: model_terms:ir.ui.view,arch_db:hr_attendance.hr_attendance_view_filter
  341. msgid "Hr Attendance Search"
  342. msgstr ""
  343. #. module: hr_attendance
  344. #: model:ir.model.fields,field_description:hr_attendance.field_hr_attendance_id
  345. msgid "ID"
  346. msgstr "ID"
  347. #. module: hr_attendance
  348. #: model:ir.model.fields,help:hr_attendance.field_hr_employee_barcode
  349. msgid "ID used for employee identification."
  350. msgstr ""
  351. #. module: hr_attendance
  352. #. openerp-web
  353. #: code:addons/hr_attendance/static/src/js/greeting_message.js:88
  354. #, python-format
  355. msgid "If a job is worth doing, it is worth doing well!"
  356. msgstr ""
  357. #. module: hr_attendance
  358. #. openerp-web
  359. #: code:addons/hr_attendance/static/src/xml/attendance.xml:120
  360. #, python-format
  361. msgid "Invalid request, please return to the main menu."
  362. msgstr ""
  363. #. module: hr_attendance
  364. #: model:ir.ui.menu,name:hr_attendance.menu_hr_attendance_kiosk_mode
  365. msgid "Kiosk Mode"
  366. msgstr ""
  367. #. module: hr_attendance
  368. #: model:ir.model.fields,field_description:hr_attendance.field_hr_employee_last_attendance_id
  369. msgid "Last Attendance"
  370. msgstr ""
  371. #. module: hr_attendance
  372. #: model:ir.model.fields,field_description:hr_attendance.field_hr_attendance___last_update
  373. msgid "Last Modified on"
  374. msgstr "Seinast rættað tann"
  375. #. module: hr_attendance
  376. #: model:ir.model.fields,field_description:hr_attendance.field_hr_attendance_write_uid
  377. msgid "Last Updated by"
  378. msgstr "Seinast dagført av"
  379. #. module: hr_attendance
  380. #: model:ir.model.fields,field_description:hr_attendance.field_hr_attendance_write_date
  381. msgid "Last Updated on"
  382. msgstr "Seinast dagført tann"
  383. #. module: hr_attendance
  384. #: model:ir.ui.menu,name:hr_attendance.menu_hr_attendance_manage_attendances
  385. msgid "Manage Attendances"
  386. msgstr ""
  387. #. module: hr_attendance
  388. #: model:res.groups,name:hr_attendance.group_hr_attendance_manager
  389. msgid "Manager"
  390. msgstr ""
  391. #. module: hr_attendance
  392. #: model:ir.model.fields,field_description:hr_attendance.field_hr_employee_manual_attendance
  393. #: model:res.groups,name:hr_attendance.group_hr_attendance
  394. msgid "Manual Attendance"
  395. msgstr ""
  396. #. module: hr_attendance
  397. #: model:ir.actions.client,name:hr_attendance.hr_attendance_action_greeting_message
  398. msgid "Message"
  399. msgstr ""
  400. #. module: hr_attendance
  401. #: model_terms:ir.ui.view,arch_db:hr_attendance.hr_attendance_view_filter
  402. msgid "Month"
  403. msgstr ""
  404. #. module: hr_attendance
  405. #: model_terms:ir.ui.view,arch_db:hr_attendance.hr_attendance_view_filter
  406. msgid "My Attendances"
  407. msgstr ""
  408. #. module: hr_attendance
  409. #: model_terms:ir.ui.view,arch_db:hr_attendance.hr_attendance_view_filter
  410. msgid "No Check Out"
  411. msgstr ""
  412. #. module: hr_attendance
  413. #: model_terms:ir.actions.act_window,help:hr_attendance.hr_attendance_action_employee
  414. msgid "No attendance records to display."
  415. msgstr ""
  416. #. module: hr_attendance
  417. #: code:addons/hr_attendance/models/hr_employee.py:72
  418. #, python-format
  419. msgid "No employee corresponding to barcode %(barcode)s"
  420. msgstr ""
  421. #. module: hr_attendance
  422. #: model:res.groups,name:hr_attendance.group_hr_attendance_user
  423. msgid "Officer"
  424. msgstr ""
  425. #. module: hr_attendance
  426. #: model:ir.model.fields,field_description:hr_attendance.field_hr_employee_pin
  427. msgid "PIN"
  428. msgstr ""
  429. #. module: hr_attendance
  430. #: model:ir.model.fields,help:hr_attendance.field_hr_employee_pin
  431. msgid "PIN used to Check In/Out in Kiosk Mode (if enabled in Configuration)."
  432. msgstr ""
  433. #. module: hr_attendance
  434. #. openerp-web
  435. #: code:addons/hr_attendance/static/src/xml/attendance.xml:62
  436. #, python-format
  437. msgid "Please enter your PIN to check in"
  438. msgstr ""
  439. #. module: hr_attendance
  440. #. openerp-web
  441. #: code:addons/hr_attendance/static/src/xml/attendance.xml:59
  442. #, python-format
  443. msgid "Please enter your PIN to check out"
  444. msgstr ""
  445. #. module: hr_attendance
  446. #: model_terms:ir.actions.act_window,help:hr_attendance.hr_attendance_action
  447. msgid ""
  448. "Please make sure you're using the correct filter if you expected to see any."
  449. msgstr ""
  450. #. module: hr_attendance
  451. #. openerp-web
  452. #: code:addons/hr_attendance/static/src/xml/attendance.xml:82
  453. #, python-format
  454. msgid "Please return to the main menu."
  455. msgstr ""
  456. #. module: hr_attendance
  457. #: model:ir.actions.report,name:hr_attendance.hr_employee_print_badge
  458. msgid "Print Badge"
  459. msgstr ""
  460. #. module: hr_attendance
  461. #: model:ir.ui.menu,name:hr_attendance.menu_hr_attendance_report
  462. msgid "Reporting"
  463. msgstr ""
  464. #. module: hr_attendance
  465. #. openerp-web
  466. #: code:addons/hr_attendance/static/src/xml/attendance.xml:13
  467. #, python-format
  468. msgid "Scan your badge"
  469. msgstr ""
  470. #. module: hr_attendance
  471. #. openerp-web
  472. #: code:addons/hr_attendance/static/src/xml/attendance.xml:15
  473. #, python-format
  474. msgid "Select Employee"
  475. msgstr ""
  476. #. module: hr_attendance
  477. #: model_terms:ir.ui.view,arch_db:hr_attendance.res_config_settings_view_form
  478. msgid "Set PIN codes in the employee detail form (in HR Settings tab)."
  479. msgstr ""
  480. #. module: hr_attendance
  481. #: model:ir.actions.act_window,name:hr_attendance.action_hr_attendance_settings
  482. msgid "Settings"
  483. msgstr ""
  484. #. module: hr_attendance
  485. #: sql_constraint:hr.employee:0
  486. msgid ""
  487. "The Badge ID must be unique, this one is already assigned to another "
  488. "employee."
  489. msgstr ""
  490. #. module: hr_attendance
  491. #: code:addons/hr_attendance/models/hr_employee.py:63
  492. #, python-format
  493. msgid "The PIN must be a sequence of digits."
  494. msgstr ""
  495. #. module: hr_attendance
  496. #: model_terms:ir.actions.act_window,help:hr_attendance.hr_attendance_action
  497. msgid "The attendance records of your employees will be displayed here."
  498. msgstr ""
  499. #. module: hr_attendance
  500. #. openerp-web
  501. #: code:addons/hr_attendance/static/src/js/greeting_message.js:68
  502. #, python-format
  503. msgid "The early bird catches the worm"
  504. msgstr ""
  505. #. module: hr_attendance
  506. #: model:ir.model.fields,help:hr_attendance.field_hr_employee_manual_attendance
  507. msgid ""
  508. "The employee will have access to the \"My Attendances\" menu to check in and"
  509. " out from his session"
  510. msgstr ""
  511. #. module: hr_attendance
  512. #: model:res.groups,comment:hr_attendance.group_hr_attendance
  513. msgid ""
  514. "The user will gain access to the human resources attendance menu, enabling "
  515. "him to manage his own attendance."
  516. msgstr ""
  517. #. module: hr_attendance
  518. #: model:res.groups,comment:hr_attendance.group_hr_attendance_use_pin
  519. msgid ""
  520. "The user will have to enter his PIN to check in and out manually at the "
  521. "company screen."
  522. msgstr ""
  523. #. module: hr_attendance
  524. #: model_terms:ir.actions.act_window,help:hr_attendance.hr_employee_attendance_action_kanban
  525. msgid "To create employees go to the Employees menu."
  526. msgstr ""
  527. #. module: hr_attendance
  528. #: model_terms:ir.ui.view,arch_db:hr_attendance.hr_attendance_view_filter
  529. msgid "Today"
  530. msgstr ""
  531. #. module: hr_attendance
  532. #: model_terms:ir.ui.view,arch_db:hr_attendance.res_config_settings_view_form
  533. msgid "Use PIN codes to check in in Kiosk Mode"
  534. msgstr ""
  535. #. module: hr_attendance
  536. #. openerp-web
  537. #: code:addons/hr_attendance/static/src/js/greeting_message.js:102
  538. #, python-format
  539. msgid ""
  540. "Warning! Last check in was over 12 hours ago.<br/>If this isn't right, "
  541. "please contact Human Resources."
  542. msgstr ""
  543. #. module: hr_attendance
  544. #. openerp-web
  545. #: code:addons/hr_attendance/static/src/xml/attendance.xml:25
  546. #: code:addons/hr_attendance/static/src/xml/attendance.xml:46
  547. #: code:addons/hr_attendance/static/src/xml/attendance.xml:112
  548. #, python-format
  549. msgid "Welcome"
  550. msgstr ""
  551. #. module: hr_attendance
  552. #. openerp-web
  553. #: code:addons/hr_attendance/static/src/xml/attendance.xml:11
  554. #, python-format
  555. msgid "Welcome to"
  556. msgstr ""
  557. #. module: hr_attendance
  558. #: model:ir.model.fields,field_description:hr_attendance.field_hr_attendance_worked_hours
  559. msgid "Worked Hours"
  560. msgstr ""
  561. #. module: hr_attendance
  562. #: code:addons/hr_attendance/models/hr_employee.py:79
  563. #, python-format
  564. msgid "Wrong PIN"
  565. msgstr ""
  566. #. module: hr_attendance
  567. #: code:addons/hr_attendance/models/hr_attendance.py:105
  568. #, python-format
  569. msgid "You cannot duplicate an attendance."
  570. msgstr ""
  571. #. module: hr_attendance
  572. #: model:ir.model.fields,help:hr_attendance.field_hr_employee_attendance_ids
  573. msgid "list of attendances for the employee"
  574. msgstr ""
  575. #. module: hr_attendance
  576. #. openerp-web
  577. #: code:addons/hr_attendance/static/src/xml/attendance.xml:123
  578. #, python-format
  579. msgid "ok"
  580. msgstr ""
  581. #. module: hr_attendance
  582. #. openerp-web
  583. #: code:addons/hr_attendance/static/src/xml/attendance.xml:14
  584. #, python-format
  585. msgid "or"
  586. msgstr ""
  587. #. module: hr_attendance
  588. #: model:ir.model,name:hr_attendance.model_res_config_settings
  589. msgid "res.config.settings"
  590. msgstr ""