# Translation of Odoo Server. # This file contains the translation of the following modules: # * calendar # # Translators: # Belkacem Mohammed , 2015 # FIRST AUTHOR , 2015 msgid "" msgstr "" "Project-Id-Version: Odoo 8.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-11-25 13:28+0000\n" "PO-Revision-Date: 2015-11-27 08:31+0000\n" "Last-Translator: Martin Trigaux\n" "Language-Team: Kabyle (http://www.transifex.com/odoo/odoo-8/language/kab/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: kab\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: calendar #: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" " \n" " \n" " \n" " ${object.event_id.name}\n" " \n" " \n" " \n" "
\n" "
\n" " ${object.event_id.name} \n" "
\n" "
\n" " Dear ${object.cn} ,
\n" "

That is a reminder for the event below :

\n" "
\n" "
\n" " \n" " \n" " \n" " \n" " \n" "
\n" "
${object.event_id.get_interval(object.event_id.start, 'dayname', tz=object.partner_id.tz)}
\n" "
\n" " ${object.event_id.get_interval(object.event_id.start,'day', tz=object.partner_id.tz)}\n" "
\n" "
${object.event_id.get_interval(object.event_id.start, 'month', tz=object.partner_id.tz)}
\n" "
${not object.event_id.allday and object.event_id.get_interval(object.event_id.start, 'time', tz=object.partner_id.tz) or ''}
\n" "
\n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" "
\n" " % if object.event_id.location:\n" "
\n" " Where\n" "
\n" " % endif\n" "
\n" " % if object.event_id.location:\n" "
\n" " : ${object.event_id.location}\n" " (View Map)\n" " \n" "
\n" " % endif\n" "
\n" " % if object.event_id.description :\n" "
\n" " What\n" "
\n" " % endif\n" "
\n" " % if object.event_id.description :\n" "
\n" " : ${object.event_id.description}\n" "
\n" " % endif\n" "
\n" " % if not object.event_id.allday and object.event_id.duration:\n" "
\n" " Duration\n" "
\n" " % endif\n" "
\n" " % if not object.event_id.allday and object.event_id.duration:\n" "
\n" " : ${('%dH%02d' % (object.event_id.duration,(object.event_id.duration*60)%60))}\n" "
\n" " % endif\n" "
\n" "
\n" " Attendees\n" "
\n" "
\n" " : \n" " % for attendee in object.event_id.attendee_ids:\n" "
\n" " % if attendee.cn != object.cn:\n" " ${attendee.cn}\n" " % else:\n" " You\n" " % endif\n" " % endfor\n" "
\n" "
\n" "
\n" "
\n" " \n" " \n" " \n" " " msgstr "" #. module: calendar #: model:email.template,body_html:calendar.calendar_template_meeting_invitation msgid "" "\n" " \n" " \n" " \n" " ${object.event_id.name}\n" " \n" " \n" " \n" "
\n" "
\n" " ${object.event_id.name}\n" "
\n" "
\n" " Dear ${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the ${object.event_id.name} meeting of ${object.event_id.user_id.company_id.name}.

\n" "
\n" "
\n" " \n" " \n" " \n" " \n" " \n" "
\n" "
${object.event_id.get_interval(object.event_id.start, 'dayname', tz=object.partner_id.tz)}
\n" "
\n" " ${object.event_id.get_interval(object.event_id.start,'day', tz=object.partner_id.tz)}\n" "
\n" "
${object.event_id.get_interval(object.event_id.start, 'month', tz=object.partner_id.tz)}
\n" "
${not object.event_id.allday and object.event_id.get_interval(object.event_id.start, 'time', tz=object.partner_id.tz) or ''}
\n" "
\n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" "
\n" " % if object.event_id.location:\n" "
\n" " Where\n" "
\n" " % endif\n" "
\n" " % if object.event_id.location:\n" "
\n" " : ${object.event_id.location}\n" " (View Map)\n" " \n" "
\n" " % endif\n" "
\n" " % if object.event_id.description :\n" "
\n" " What\n" "
\n" " % endif\n" "
\n" " % if object.event_id.description :\n" "
\n" " : ${object.event_id.description}\n" "
\n" " % endif\n" "
\n" " % if not object.event_id.allday and object.event_id.duration:\n" "
\n" " Duration\n" "
\n" " % endif\n" "
\n" " % if not object.event_id.allday and object.event_id.duration:\n" "
\n" " : ${('%dH%02d' % (object.event_id.duration,(object.event_id.duration*60)%60))}\n" "
\n" " % endif\n" "
\n" "
\n" " Attendees\n" "
\n" "
\n" " : \n" " % for attendee in object.event_id.attendee_ids:\n" "
\n" " % if attendee.cn != object.cn:\n" " ${attendee.cn}\n" " % else:\n" " You\n" " % endif\n" " % endfor\n" "
\n" "
\n" "
\n" "
\n" " Accept\n" " Decline\n" " View\n" "
\n" "
\n" " \n" " \n" " \n" " " msgstr "" #. module: calendar #: model:email.template,body_html:calendar.calendar_template_meeting_changedate msgid "" " \n" " \n" " \n" " \n" " ${object.event_id.name}\n" " \n" " \n" " \n" "
\n" "
\n" " ${object.event_id.name}\n" "
\n" "
\n" " Dear ${object.cn} ,
\n" "

The date of the meeting has been changed...
\n" " The meeting created by ${object.event_id.user_id.partner_id.name} is now scheduled for : ${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" "
\n" "
\n" " \n" " \n" " \n" " \n" " \n" "
\n" "
${object.event_id.get_interval(object.event_id.start, 'dayname', tz=object.partner_id.tz)}
\n" "
\n" " ${object.event_id.get_interval(object.event_id.start,'day', tz=object.partner_id.tz)}\n" "
\n" "
${object.event_id.get_interval(object.event_id.start, 'month', tz=object.partner_id.tz)}
\n" "
${not object.event_id.allday and object.event_id.get_interval(object.event_id.start, 'time', tz=object.partner_id.tz) or ''}
\n" "
\n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" "
\n" " % if object.event_id.location:\n" "
\n" " Where\n" "
\n" " % endif\n" "
\n" " % if object.event_id.location:\n" "
\n" " : ${object.event_id.location}\n" " (View Map)\n" " \n" "
\n" " % endif\n" "
\n" " % if object.event_id.description :\n" "
\n" " What\n" "
\n" " % endif\n" "
\n" " % if object.event_id.description :\n" "
\n" " : ${object.event_id.description}\n" "
\n" " % endif\n" "
\n" " % if not object.event_id.allday and object.event_id.duration:\n" "
\n" " Duration\n" "
\n" " % endif\n" "
\n" " % if not object.event_id.allday and object.event_id.duration:\n" "
\n" " : ${('%dH%02d' % (object.event_id.duration,(object.event_id.duration*60)%60))}\n" "
\n" " % endif\n" "
\n" "
\n" " Attendees\n" "
\n" "
\n" " : \n" " % for attendee in object.event_id.attendee_ids:\n" "
\n" " % if attendee.cn != object.cn:\n" " ${attendee.cn}\n" " % else:\n" " You\n" " % endif\n" " % endfor\n" "
\n" "
\n" "
\n" "
\n" " Accept\n" " Decline\n" " View\n" "
\n" "
\n" " \n" " \n" " \n" " " msgstr "" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/js/base_calendar.js:20 #, python-format msgid " [Me]" msgstr " [Nek]" #. module: calendar #: model:email.template,subject:calendar.calendar_template_meeting_invitation msgid "${object.event_id.name}" msgstr "${object.event_id.name}" #. module: calendar #: model:email.template,subject:calendar.calendar_template_meeting_changedate msgid "${object.event_id.name} - Date has been updated" msgstr "${object.event_id.name} - Azem iţwalqem" #. module: calendar #: model:email.template,subject:calendar.calendar_template_meeting_reminder msgid "${object.event_id.name} - Reminder" msgstr "${object.event_id.name} - Asmekti" #. module: calendar #: code:addons/calendar/calendar.py:802 #, python-format msgid "" "%s at %s To\n" " %s at %s (%s)" msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:800 #, python-format msgid "%s at (%s To %s) (%s)" msgstr "" #. module: calendar #: model:ir.actions.act_window,help:calendar.action_calendar_event msgid "" "

\n" " Click to schedule a new meeting.\n" "

\n" " The calendar is shared between employees and fully integrated with\n" " other applications such as the employee holidays or the business\n" " opportunities.\n" "

\n" " " msgstr "

\nSit dagi i wesɣiwes n temlilit tamaynut.\n

\nAwitay yebḍa gar imarisen and fully integrated with\nother applications such as the employee holidays or the business\nopportunities.\n

" #. module: calendar #: code:addons/calendar/calendar.py:1593 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "Yiwen n Imayl yuzen iwakken ad iselɣu yal yiwen dakken azemez iţusnifel !" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Accept" msgstr "Mtawi" #. module: calendar #: selection:calendar.attendee,state:0 #: selection:calendar.event,attendee_status:0 msgid "Accepted" msgstr "Imtawi" #. module: calendar #: field:calendar.event,active:0 msgid "Active" msgstr "Urmid" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/js/base_calendar.js:100 #, python-format msgid "Add Favorite Calendar" msgstr "Rni awitay tebɣiḍ" #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Ussan imaṛṛa" #. module: calendar #: code:addons/calendar/calendar.py:776 #, python-format msgid "AllDay , %s" msgstr "Ussan imaṛṛa , %s" #. module: calendar #: field:calendar.alarm,duration:0 msgid "Amount" msgstr "Azal" #. module: calendar #: code:addons/calendar/calendar.py:1096 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "Imayl n tnebgit yuzen i wemţekki %s" #. module: calendar #: code:addons/calendar/calendar.py:1407 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "Imayl n tnebgit yuzen i wemţekki(i-yen)" #. module: calendar #: field:calendar.event,is_attendee:0 msgid "Attendee" msgstr "Amţekki" #. module: calendar #: field:calendar.event,attendee_status:0 msgid "Attendee Status" msgstr "Addad n umţekki " #. module: calendar #: model:ir.model,name:calendar.model_calendar_attendee msgid "Attendee information" msgstr "Talɣut ɣef umţekki " #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form #: view:calendar.event:calendar.view_calendar_event_form_popup #: field:calendar.event,attendee_ids:0 field:calendar.event,partner_ids:0 msgid "Attendees" msgstr "Imţekkiyen" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_search msgid "Availability" msgstr "Tilin" #. module: calendar #: code:addons/calendar/calendar.py:1678 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format msgid "Busy" msgstr "Ur d-ilhi ara" #. module: calendar #: field:calendar.event,byday:0 msgid "By day" msgstr "S wass" #. module: calendar #: field:calendar.event,start:0 msgid "Calculated start" msgstr "Tazwara n usiḍen" #. module: calendar #: field:calendar.event,stop:0 msgid "Calculated stop" msgstr "Tagara n usiḍen" #. module: calendar #: model:ir.ui.menu,name:calendar.mail_menu_calendar #: model:ir.ui.menu,name:calendar.menu_calendar_configuration msgid "Calendar" msgstr "Awitay" #. module: calendar #: view:calendar.alarm:calendar.view_calendar_alarm_tree #: model:ir.actions.act_window,name:calendar.action_calendar_alarm #: model:ir.ui.menu,name:calendar.menu_calendar_alarm msgid "Calendar Alarm" msgstr "" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/xml/base_calendar.xml:42 #, python-format msgid "Calendar Invitation" msgstr "Tinubga n uwitay" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Click here to update only this instance and not all recurrences." msgstr "" #. module: calendar #: field:calendar.attendee,cn:0 msgid "Common name" msgstr "Isem amagnu" #. module: calendar #: selection:calendar.event,state:0 msgid "Confirmed" msgstr "Intem" #. module: calendar #: field:calendar.attendee,partner_id:0 msgid "Contact" msgstr "Anermis" #. module: calendar #: field:calendar.alarm,create_uid:0 field:calendar.attendee,create_uid:0 #: field:calendar.contacts,create_uid:0 field:calendar.event,create_uid:0 #: field:calendar.event.type,create_uid:0 msgid "Created by" msgstr "Yerna-t" #. module: calendar #: field:calendar.alarm,create_date:0 field:calendar.attendee,create_date:0 #: field:calendar.contacts,create_date:0 field:calendar.event,create_date:0 #: field:calendar.event.type,create_date:0 msgid "Created on" msgstr "Yerna di" #. module: calendar #: model:calendar.event.type,name:calendar.categ_meet1 msgid "Customer Meeting" msgstr "Timlilit n umsaɣ" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_tree #: field:calendar.event,display_start:0 msgid "Date" msgstr "Azemz" #. module: calendar #: field:calendar.event,day:0 selection:calendar.event,month_by:0 msgid "Date of month" msgstr "Azemz deg aggur" #. module: calendar #: help:calendar.event,message_last_post:0 msgid "Date of the last message posted on the record." msgstr "Azemz n yizen anegaru di ţunefken ɣef ukalas agi" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Day of Month" msgstr "Ass deg aggur" #. module: calendar #: selection:calendar.event,month_by:0 msgid "Day of month" msgstr "Ass deg aggur" #. module: calendar #: selection:calendar.event,rrule_type:0 msgid "Day(s)" msgstr "Ass(Ussan)" #. module: calendar #: selection:calendar.alarm,interval:0 msgid "Days" msgstr "Ussan" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Decline" msgstr "" #. module: calendar #: selection:calendar.attendee,state:0 #: selection:calendar.event,attendee_status:0 msgid "Declined" msgstr "" #. module: calendar #: field:calendar.event,description:0 msgid "Description" msgstr "Aglam" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/xml/base_calendar.xml:21 #, python-format msgid "Details" msgstr "" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/js/base_calendar.js:124 #, python-format msgid "Do you really want to delete this filter from favorite?" msgstr "" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form_popup #: field:calendar.event,duration:0 msgid "Duration" msgstr "Timirt" #. module: calendar #: field:calendar.alarm,duration_minutes:0 msgid "Duration in minutes" msgstr "" #. module: calendar #: selection:calendar.alarm,type:0 field:calendar.attendee,email:0 msgid "Email" msgstr "Imayl" #. module: calendar #: code:addons/calendar/calendar.py:1402 #, python-format msgid "Email addresses not found" msgstr "Ulac tansa imayl" #. module: calendar #: help:calendar.attendee,email:0 msgid "Email of Invited Person" msgstr "Imayl n wemdan d -yeţwaɛerḍen" #. module: calendar #: field:calendar.contacts,partner_id:0 msgid "Employee" msgstr "Amaris" #. module: calendar #: field:calendar.event,stop_date:0 msgid "End Date" msgstr "Azemz n tagara" #. module: calendar #: field:calendar.event,stop_datetime:0 msgid "End Datetime" msgstr "" #. module: calendar #: selection:calendar.event,end_type:0 msgid "End date" msgstr "Azemz n tagara" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Ending at" msgstr "Ad ifak di" #. module: calendar #: constraint:calendar.event:0 msgid "Error ! End date cannot be set before start date." msgstr "Tuccḍa! Ur izmir ara wazemz n tagara ad yekk zdat n wazemz n tazwara." #. module: calendar #: code:addons/calendar/calendar.py:1260 #, python-format msgid "Error!" msgstr "Tuccḍa!" #. module: calendar #: model:ir.model,name:calendar.model_calendar_event msgid "Event" msgstr "Tadyant" #. module: calendar #: field:calendar.event,display_time:0 msgid "Event Time" msgstr "Akud n tedyant" #. module: calendar #: model:ir.model,name:calendar.model_calendar_alarm msgid "Event alarm" msgstr "Acrir n tedyant" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/js/base_calendar.js:30 #, python-format msgid "Everybody's calendars" msgstr "Iwitayen n yal yiwen" #. module: calendar #: model:calendar.event.type,name:calendar.categ_meet5 msgid "Feedback Meeting" msgstr "" #. module: calendar #: selection:calendar.event,byday:0 msgid "Fifth" msgstr "Wis semmus" #. module: calendar #: selection:calendar.event,byday:0 msgid "First" msgstr "Amezwaru" #. module: calendar #: code:addons/calendar/calendar.py:141 #, python-format msgid "First you have to specify the date of the invitation." msgstr "Issefk di tazwara ad muddeḍ azemz n tinubga" #. module: calendar #: field:calendar.event,message_follower_ids:0 msgid "Followers" msgstr "Imagazen" #. module: calendar #: selection:calendar.event,byday:0 msgid "Fourth" msgstr "Wis kuẓ" #. module: calendar #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 msgid "Free" msgstr "ilelli" #. module: calendar #: field:calendar.attendee,availability:0 msgid "Free/Busy" msgstr "Yestufa/UR yestufa-ara" #. module: calendar #: field:calendar.event,fr:0 msgid "Fri" msgstr "sem" #. module: calendar #: selection:calendar.event,week_list:0 msgid "Friday" msgstr "Sem" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_search msgid "Group By" msgstr "Sdukel s" #. module: calendar #: code:addons/calendar/calendar.py:1616 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" #. module: calendar #: model:ir.model,name:calendar.model_ir_http msgid "HTTP routing" msgstr "Amsebred HTTP" #. module: calendar #: help:calendar.event,message_summary:0 msgid "" "Holds the Chatter summary (number of messages, ...). This summary is " "directly in html format in order to be inserted in kanban views." msgstr "Igber agzul n lehduṛ (amḍan n iznan,…). Agzul agi illa deg umasal HTML iwakken ad isireg aseqdec-ines di tmeẓri n Kanban." #. module: calendar #: selection:calendar.alarm,interval:0 msgid "Hours" msgstr "Asragen" #. module: calendar #: field:calendar.alarm,id:0 field:calendar.alarm_manager,id:0 #: field:calendar.attendee,id:0 field:calendar.contacts,id:0 #: field:calendar.event,id:0 field:calendar.event.type,id:0 msgid "ID" msgstr "Asulay" #. module: calendar #: help:calendar.event,message_unread:0 msgid "If checked new messages require your attention." msgstr "Si coché, de nouveaux messages demandent votre attention." #. module: calendar #: help:calendar.event,active:0 msgid "" "If the active field is set to false, it will allow you to hide the event " "alarm information without removing it." msgstr "" #. module: calendar #: model:calendar.event.type,name:calendar.categ_meet2 msgid "Internal Meeting" msgstr "Timlilit tagensant" #. module: calendar #: model:mail.message.subtype,name:calendar.subtype_invitation msgid "Invitation" msgstr "Tinubga" #. module: calendar #: field:calendar.attendee,access_token:0 msgid "Invitation Token" msgstr "" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Invitation details" msgstr "" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Invitations" msgstr "Tinubgiwin" #. module: calendar #: model:ir.model,name:calendar.model_mail_wizard_invite msgid "Invite wizard" msgstr "Amarag n tinubga" #. module: calendar #: field:calendar.event,message_is_follower:0 msgid "Is a Follower" msgstr "D amagaz" #. module: calendar #: selection:calendar.event,byday:0 msgid "Last" msgstr "Aneggaru" #. module: calendar #: field:calendar.event,message_last_post:0 msgid "Last Message Date" msgstr "Azemz n yizen aneggaru" #. module: calendar #: field:calendar.alarm,write_uid:0 field:calendar.attendee,write_uid:0 #: field:calendar.contacts,write_uid:0 field:calendar.event,write_uid:0 #: field:calendar.event.type,write_uid:0 msgid "Last Updated by" msgstr "Aleqqem aneggaru sɣuṛ" #. module: calendar #: field:calendar.alarm,write_date:0 field:calendar.attendee,write_date:0 #: field:calendar.contacts,write_date:0 field:calendar.event,write_date:0 #: field:calendar.event.type,write_date:0 msgid "Last Updated on" msgstr "Aleqqem aneggaru di" #. module: calendar #: field:res.partner,calendar_last_notif_ack:0 msgid "Last notification marked as read from base Calendar" msgstr "" #. module: calendar #: help:calendar.event,rrule_type:0 msgid "Let the event automatically repeat at that interval" msgstr "" #. module: calendar #: field:calendar.event,location:0 msgid "Location" msgstr "Adeg" #. module: calendar #: help:calendar.event,location:0 msgid "Location of Event" msgstr "Adeg n tedyant" #. module: calendar #: field:calendar.contacts,user_id:0 msgid "Me" msgstr "Nek" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_search msgid "Meeting" msgstr "Timlilit" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Meeting Details" msgstr "Aglam leqqayen n temlilit" #. module: calendar #: field:calendar.event,name:0 msgid "Meeting Subject" msgstr "Amgay n temlilit" #. module: calendar #: model:ir.model,name:calendar.model_calendar_event_type msgid "Meeting Type" msgstr "Tawsit n temlilit " #. module: calendar #: view:calendar.event.type:calendar.view_calendar_event_type_tree #: model:ir.actions.act_window,name:calendar.action_calendar_event_type #: model:ir.ui.menu,name:calendar.menu_calendar_event_type msgid "Meeting Types" msgstr "Tiwsiyin n temliliyin" #. module: calendar #: field:calendar.attendee,event_id:0 msgid "Meeting linked" msgstr "" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_calendar #: view:calendar.event:calendar.view_calendar_event_form #: view:calendar.event:calendar.view_calendar_event_form_popup #: view:calendar.event:calendar.view_calendar_event_gantt #: view:calendar.event:calendar.view_calendar_event_tree #: model:ir.actions.act_window,name:calendar.action_calendar_event #: model:ir.actions.act_window,name:calendar.action_calendar_event_notify msgid "Meetings" msgstr "Timliliyin" #. module: calendar #: model:ir.model,name:calendar.model_mail_message msgid "Message" msgstr "Izen" #. module: calendar #: field:calendar.event,message_ids:0 msgid "Messages" msgstr "Iznan" #. module: calendar #: help:calendar.event,message_ids:0 msgid "Messages and communication history" msgstr "Amazray n iznan d tiywalin" #. module: calendar #: selection:calendar.alarm,interval:0 msgid "Minutes" msgstr "Tisdatin" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Misc" msgstr "Divers" #. module: calendar #: model:ir.model,name:calendar.model_ir_model msgid "Models" msgstr "Tineɣrufin" #. module: calendar #: field:calendar.event,mo:0 msgid "Mon" msgstr "Ari" #. module: calendar #: selection:calendar.event,week_list:0 msgid "Monday" msgstr "Arim" #. module: calendar #: selection:calendar.event,rrule_type:0 msgid "Month(s)" msgstr "Igguren" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_search msgid "My Events" msgstr "Tidyanin-iw" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_search msgid "My Meetings" msgstr "Tidyanin-iw" #. module: calendar #: field:calendar.alarm,name:0 field:calendar.event.type,name:0 msgid "Name" msgstr "Isem" #. module: calendar #: selection:calendar.attendee,state:0 #: selection:calendar.event,attendee_status:0 msgid "Needs Action" msgstr "Isra tigawt" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/xml/base_calendar.xml:46 #, python-format msgid "No I'm not going." msgstr "Ala, ur tedduɣ ara." #. module: calendar #: selection:calendar.alarm,type:0 msgid "Notification" msgstr "Talɣut" #. module: calendar #: selection:calendar.event,end_type:0 msgid "Number of repetitions" msgstr "" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/xml/base_calendar.xml:20 #, python-format msgid "OK" msgstr "OK" #. module: calendar #: model:calendar.event.type,name:calendar.categ_meet3 msgid "Off-site Meeting" msgstr "" #. module: calendar #: model:calendar.event.type,name:calendar.categ_meet4 msgid "Open Discussion" msgstr "" #. module: calendar #: field:calendar.event,month_by:0 msgid "Option" msgstr "Aɣewwaṛ" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Options" msgstr "Iɣewwaṛen" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Owner" msgstr "Bab" #. module: calendar #: model:ir.model,name:calendar.model_res_partner msgid "Partner" msgstr "Amendid" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_search #: view:calendar.event:calendar.view_calendar_event_tree #: field:calendar.event,class:0 msgid "Privacy" msgstr "Tusligt" #. module: calendar #: selection:calendar.event,class:0 msgid "Private" msgstr "Uslig" #. module: calendar #: selection:calendar.event,class:0 msgid "Public" msgstr "Tazayezt" #. module: calendar #: selection:calendar.event,class:0 msgid "Public for Employees" msgstr "" #. module: calendar #: field:calendar.event,end_type:0 msgid "Recurrence Termination" msgstr "" #. module: calendar #: field:calendar.event,rrule_type:0 msgid "Recurrency" msgstr "Allus" #. module: calendar #: field:calendar.event,recurrency:0 msgid "Recurrent" msgstr "Allusan" #. module: calendar #: field:calendar.event,recurrent_id:0 msgid "Recurrent ID" msgstr "Asulay Allusan" #. module: calendar #: field:calendar.event,recurrent_id_date:0 msgid "Recurrent ID date" msgstr "Azemz n usulay allusan" #. module: calendar #: help:calendar.event,recurrency:0 msgid "Recurrent Meeting" msgstr "Timlilitin tillusanin" #. module: calendar #: field:calendar.event,rrule:0 msgid "Recurrent Rule" msgstr "Alugen allusan" #. module: calendar #: field:calendar.event,alarm_ids:0 msgid "Reminders" msgstr "Imesmektiyen" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/xml/base_calendar.xml:80 #, python-format msgid "Remove this favorite from the list" msgstr "Kkes amsenyif agi si tebdart" #. module: calendar #: field:calendar.event,count:0 msgid "Repeat" msgstr "Ales" #. module: calendar #: field:calendar.event,interval:0 msgid "Repeat Every" msgstr "Sniles yal" #. module: calendar #: field:calendar.event,final_date:0 msgid "Repeat Until" msgstr "Ales arma" #. module: calendar #: help:calendar.event,interval:0 msgid "Repeat every (Days/Week/Month/Year)" msgstr "Sniles yal (Ass/Dduṛt/Aggur/Asseggas)" #. module: calendar #: help:calendar.event,count:0 msgid "Repeat x times" msgstr "Ales x n tikal" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_search #: field:calendar.event,user_id:0 msgid "Responsible" msgstr "Amasay" #. module: calendar #: field:calendar.event,sa:0 msgid "Sat" msgstr "sed" #. module: calendar #: selection:calendar.event,week_list:0 msgid "Saturday" msgstr "Sed" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_search msgid "Search Meetings" msgstr "Nadi timliliyin" #. module: calendar #: selection:calendar.event,byday:0 msgid "Second" msgstr "Tasint" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" msgstr "Fren ussan n dduṛt" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Send mail" msgstr "Azen Email" #. module: calendar #: field:calendar.event,show_as:0 msgid "Show Time as" msgstr "Sken Akud am" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/xml/base_calendar.xml:22 #, python-format msgid "Snooze" msgstr "" #. module: calendar #: field:calendar.event,start_date:0 msgid "Start Date" msgstr "Azemz n tazwara" #. module: calendar #: field:calendar.event,start_datetime:0 msgid "Start DateTime" msgstr "AzemzAkud n Tazwara" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form #: view:calendar.event:calendar.view_calendar_event_form_popup msgid "Starting at" msgstr "" #. module: calendar #: field:calendar.attendee,state:0 field:calendar.event,state:0 msgid "Status" msgstr "Addad" #. module: calendar #: help:calendar.attendee,state:0 msgid "Status of the attendee's participation" msgstr "" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_tree msgid "Subject" msgstr "Amgay" #. module: calendar #: field:calendar.event,message_summary:0 msgid "Summary" msgstr "Agzul" #. module: calendar #: field:calendar.event,su:0 msgid "Sun" msgstr "Ace" #. module: calendar #: selection:calendar.event,week_list:0 msgid "Sunday" msgstr "Acer" #. module: calendar #: field:calendar.event,categ_ids:0 msgid "Tags" msgstr "Tibzimin" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "The" msgstr " " #. module: calendar #: code:addons/calendar/calendar.py:1377 #, python-format msgid "The following contacts have no email address :" msgstr "Inermisen agi ur ɣuṛ-sen ara tansa imayl:" #. module: calendar #: selection:calendar.event,byday:0 msgid "Third" msgstr "Amh" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "This event is linked to a recurrence..." msgstr "" #. module: calendar #: field:calendar.event,th:0 msgid "Thu" msgstr "Amh" #. module: calendar #: selection:calendar.event,week_list:0 msgid "Thursday" msgstr "Amhad" #. module: calendar #: field:calendar.event,tu:0 msgid "Tue" msgstr "Ara" #. module: calendar #: selection:calendar.event,week_list:0 msgid "Tuesday" msgstr "Aram" #. module: calendar #: field:calendar.alarm,type:0 msgid "Type" msgstr "Tawsit" #. module: calendar #: selection:calendar.attendee,state:0 #: view:calendar.event:calendar.view_calendar_event_form #: selection:calendar.event,attendee_status:0 msgid "Uncertain" msgstr "" #. module: calendar #: selection:calendar.event,state:0 msgid "Unconfirmed" msgstr "Ur intim-ara" #. module: calendar #: field:calendar.alarm,interval:0 msgid "Unit" msgstr "Aferdis" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_search #: field:calendar.event,message_unread:0 msgid "Unread Messages" msgstr "Iznan ur neţwaɣer-ara" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Until" msgstr "arma" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Update only this instance" msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:104 code:addons/calendar/calendar.py:141 #: code:addons/calendar/calendar.py:1616 #, python-format msgid "Warning!" msgstr "ɣuṛ-ek !" #. module: calendar #: model:mail.message.subtype,description:calendar.subtype_invitation msgid "" "Warning, a mandatory field has been modified since the creation of this " "event" msgstr "" #. module: calendar #: field:calendar.event,we:0 msgid "Wed" msgstr "Aha" #. module: calendar #: selection:calendar.event,week_list:0 msgid "Wednesday" msgstr "Ahad" #. module: calendar #: selection:calendar.event,rrule_type:0 msgid "Week(s)" msgstr "Dduṛt" #. module: calendar #: field:calendar.event,week_list:0 msgid "Weekday" msgstr "Ass di dduṛt" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/xml/base_calendar.xml:54 #, python-format msgid "When" msgstr "Melmi" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/xml/base_calendar.xml:58 #, python-format msgid "Where" msgstr "Anda" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/xml/base_calendar.xml:62 #, python-format msgid "Who" msgstr "Anwa" #. module: calendar #: selection:calendar.event,rrule_type:0 msgid "Year(s)" msgstr "Asseggwas(i-sen)" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/xml/base_calendar.xml:45 #, python-format msgid "Yes I'm going." msgstr "Ih ad dduɣ" #. module: calendar #: code:addons/calendar/calendar.py:104 #, python-format msgid "You cannot duplicate a calendar attendee." msgstr "" #. module: calendar #: field:calendar.contacts,active:0 msgid "active" msgstr "urmid" #. module: calendar #: field:calendar.event,color_partner_id:0 msgid "colorize" msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:1247 #, python-format msgid "count cannot be negative or 0." msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:1245 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:1245 code:addons/calendar/calendar.py:1247 #, python-format msgid "warning!" msgstr "ɣuṛek!"