ticket.lang 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  1. # en_US lang file for module ticket
  2. # Copyright (C) 2013 Jean-François FERRY <hello@librethic.io>
  3. #
  4. # This program is free software: you can redistribute it and/or modify
  5. # it under the terms of the GNU General Public License as published by
  6. # the Free Software Foundation, either version 3 of the License, or
  7. # (at your option) any later version.
  8. #
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. # GNU General Public License for more details.
  13. #
  14. # You should have received a copy of the GNU General Public License
  15. # along with this program. If not, see <https://www.gnu.org/licenses/>.
  16. #
  17. # Generic
  18. #
  19. Module56000Name=Tickets
  20. Module56000Desc=Ticket system for issue or request management
  21. Permission56001=See tickets
  22. Permission56002=Modify tickets
  23. Permission56003=Delete tickets
  24. Permission56004=Manage tickets
  25. Permission56005=See tickets of all third parties (not effective for external users, always be limited to the third party they depend on)
  26. Tickets=Tickets
  27. TicketDictType=Ticket - Types
  28. TicketDictCategory=Ticket - Groupes
  29. TicketDictSeverity=Ticket - Severities
  30. TicketDictResolution=Ticket - Resolution
  31. TicketTypeShortCOM=Commercial question
  32. TicketTypeShortHELP=Request for functionnal help
  33. TicketTypeShortISSUE=Issue or bug
  34. TicketTypeShortPROBLEM=Problem
  35. TicketTypeShortREQUEST=Change or enhancement request
  36. TicketTypeShortPROJET=Project
  37. TicketTypeShortOTHER=Other
  38. TicketSeverityShortLOW=Low
  39. TicketSeverityShortNORMAL=Normal
  40. TicketSeverityShortHIGH=High
  41. TicketSeverityShortBLOCKING=Critical, Blocking
  42. TicketCategoryShortOTHER=Other
  43. ErrorBadEmailAddress=Field '%s' incorrect
  44. MenuTicketMyAssign=My tickets
  45. MenuTicketMyAssignNonClosed=My open tickets
  46. MenuListNonClosed=Open tickets
  47. TypeContact_ticket_internal_CONTRIBUTOR=Contributor
  48. TypeContact_ticket_internal_SUPPORTTEC=Assigned user
  49. TypeContact_ticket_external_SUPPORTCLI=Customer contact / incident tracking
  50. TypeContact_ticket_external_CONTRIBUTOR=External contributor
  51. OriginEmail=Reporter Email
  52. Notify_TICKET_SENTBYMAIL=Send ticket message by email
  53. # Status
  54. Read=Read
  55. Assigned=Assigned
  56. InProgress=In progress
  57. NeedMoreInformation=Waiting for reporter feedback
  58. NeedMoreInformationShort=Waiting for feedback
  59. Answered=Answered
  60. Waiting=Waiting
  61. SolvedClosed=Solved
  62. Deleted=Deleted
  63. # Dict
  64. Type=Type
  65. Severity=Severity
  66. TicketGroupIsPublic=Group is public
  67. TicketGroupIsPublicDesc=If a ticket group is public, it will be visible in the form when creating a ticket from the public interface
  68. # Email templates
  69. MailToSendTicketMessage=To send email from ticket message
  70. #
  71. # Admin page
  72. #
  73. TicketSetup=Ticket module setup
  74. TicketSettings=Settings
  75. TicketSetupPage=
  76. TicketPublicAccess=A public interface requiring no identification is available at the following url
  77. TicketSetupDictionaries=The type of ticket, severity and analytic codes are configurable from dictionaries
  78. TicketParamModule=Module variable setup
  79. TicketParamMail=Email setup
  80. TicketEmailNotificationFrom=Sender e-mail for notification on answers
  81. TicketEmailNotificationFromHelp=Sender e-mail to use to send the notification email when an answer is provided inside the backoffice. For example noreply@example.com
  82. TicketEmailNotificationTo=Notify ticket creation to this e-mail address
  83. TicketEmailNotificationToHelp=If present, this e-mail address will be notified of a ticket creation
  84. TicketNewEmailBodyLabel=Text message sent after creating a ticket
  85. TicketNewEmailBodyHelp=The text specified here will be inserted into the email confirming the creation of a new ticket from the public interface. Information on the consultation of the ticket are automatically added.
  86. TicketParamPublicInterface=Public interface setup
  87. TicketsEmailMustExist=Require an existing email address to create a ticket
  88. TicketsEmailMustExistHelp=In the public interface, the email address should already be filled in the database to create a new ticket.
  89. TicketCreateThirdPartyWithContactIfNotExist=Ask name and company name for unknown emails.
  90. TicketCreateThirdPartyWithContactIfNotExistHelp=Check if a thirdparty or a contact exists for the email entered. If not, ask a name and a company name to create a third party with contact.
  91. PublicInterface=Public interface
  92. TicketUrlPublicInterfaceLabelAdmin=Alternative URL for public interface
  93. TicketUrlPublicInterfaceHelpAdmin=It is possible to define an alias to the web server and thus make available the public interface with another URL (the server must act as a proxy on this new URL)
  94. TicketPublicInterfaceTextHomeLabelAdmin=Welcome text of the public interface
  95. TicketPublicInterfaceTextHome=You can create a support ticket or view existing from its identifier tracking ticket.
  96. TicketPublicInterfaceTextHomeHelpAdmin=The text defined here will appear on the home page of the public interface.
  97. TicketPublicInterfaceTopicLabelAdmin=Interface title
  98. TicketPublicInterfaceTopicHelp=This text will appear as the title of the public interface.
  99. TicketPublicInterfaceTextHelpMessageLabelAdmin=Help text to the message entry
  100. TicketPublicInterfaceTextHelpMessageHelpAdmin=This text will appear above the message input area of the user.
  101. ExtraFieldsTicket=Extra attributes
  102. TicketCkEditorEmailNotActivated=HTML editor is not activated. Please put FCKEDITOR_ENABLE_MAIL content to 1 to get it.
  103. TicketsDisableEmail=Do not send emails for ticket creation or message recording
  104. TicketsDisableEmailHelp=By default, emails are sent when new tickets or messages created. Enable this option to disable *all* email notifications
  105. TicketsLogEnableEmail=Enable log by email
  106. TicketsLogEnableEmailHelp=At each change, an email will be sent **to each contact** associated with the ticket.
  107. TicketParams=Params
  108. TicketsShowModuleLogo=Display the logo of the module in the public interface
  109. TicketsShowModuleLogoHelp=Enable this option to hide the logo module in the pages of the public interface
  110. TicketsShowCompanyLogo=Display the logo of the company in the public interface
  111. TicketsShowCompanyLogoHelp=Enable this option to hide the logo of the main company in the pages of the public interface
  112. TicketsEmailAlsoSendToMainAddress=Also send a notification to the main email address
  113. TicketsEmailAlsoSendToMainAddressHelp=Enable this option to also send an email to the address defined into setup "%s" (see tab "%s")
  114. TicketsLimitViewAssignedOnly=Restrict the display to tickets assigned to the current user (not effective for external users, always be limited to the third party they depend on)
  115. TicketsLimitViewAssignedOnlyHelp=Only tickets assigned to the current user will be visible. Does not apply to a user with tickets management rights.
  116. TicketsActivatePublicInterface=Activate public interface
  117. TicketsActivatePublicInterfaceHelp=Public interface allow any visitors to create tickets.
  118. TicketsAutoAssignTicket=Automatically assign the user who created the ticket
  119. TicketsAutoAssignTicketHelp=When creating a ticket, the user can be automatically assigned to the ticket.
  120. TicketNumberingModules=Tickets numbering module
  121. TicketsModelModule=Document templates for tickets
  122. TicketNotifyTiersAtCreation=Notify third party at creation
  123. TicketsDisableCustomerEmail=Always disable emails when a ticket is created from public interface
  124. TicketsPublicNotificationNewMessage=Send email(s) when a new message/comment is added to a ticket
  125. TicketsPublicNotificationNewMessageHelp=Send email(s) when a new message is added from public interface (to assigned user or the notifications email to (update) and/or the notifications email to)
  126. TicketPublicNotificationNewMessageDefaultEmail=Notifications email to (update)
  127. TicketPublicNotificationNewMessageDefaultEmailHelp=Send an email to this address for each new message notifications if the ticket doesn't have a user assigned to it or if the user doesn't have any known email.
  128. TicketsAutoReadTicket=Automatically mark the ticket as read (when created from backoffice)
  129. TicketsAutoReadTicketHelp=Automatically mark the ticket as read when created from backoffice. When ticket is create from the public interface, ticket remains with the status "Not Read".
  130. TicketsDelayBeforeFirstAnswer=A new ticket should receive a first answer before (hours):
  131. TicketsDelayBeforeFirstAnswerHelp=If a new ticket has not received an answer after this time period (in hours), an important warning icon will be displayed in the list view.
  132. TicketsDelayBetweenAnswers=An unresolved ticket should not be unactive during (hours):
  133. TicketsDelayBetweenAnswersHelp=If an unresolved ticket that has already received an answer has not had further interaction after this time period (in hours), a warning icon will be displayed in the list view.
  134. TicketsAutoNotifyClose=Automatically notify thirdparty when closing a ticket
  135. TicketsAutoNotifyCloseHelp=When closing a ticket, you will be proposed to send a message to one of thirdparty's contacts. On mass closing, a message will be sent to one contact of the thirdparty linked to the ticket.
  136. TicketWrongContact=Provided contact is not part of current ticket contacts. Email not sent.
  137. TicketChooseProductCategory=Product category for ticket support
  138. TicketChooseProductCategoryHelp=Select the product category of ticket support. This will be used to automatically link a contract to a ticket.
  139. TicketUseCaptchaCode=Use graphical code (CAPTCHA) when creating a ticket
  140. TicketUseCaptchaCodeHelp=Adds CAPTCHA verification when creating a new ticket.
  141. #
  142. # Index & list page
  143. #
  144. TicketsIndex=Tickets area
  145. TicketList=List of tickets
  146. TicketAssignedToMeInfos=This page display ticket list created by or assigned to current user
  147. NoTicketsFound=No ticket found
  148. NoUnreadTicketsFound=No unread ticket found
  149. TicketViewAllTickets=View all tickets
  150. TicketViewNonClosedOnly=View only open tickets
  151. TicketStatByStatus=Tickets by status
  152. OrderByDateAsc=Sort by ascending date
  153. OrderByDateDesc=Sort by descending date
  154. ShowAsConversation=Show as conversation list
  155. MessageListViewType=Show as table list
  156. ConfirmMassTicketClosingSendEmail=Automatically send emails when closing tickets
  157. ConfirmMassTicketClosingSendEmailQuestion=Do you want to notify thirdparties when closing these tickets ?
  158. #
  159. # Ticket card
  160. #
  161. Ticket=Ticket
  162. TicketCard=Ticket card
  163. CreateTicket=Create ticket
  164. EditTicket=Edit ticket
  165. TicketsManagement=Tickets Management
  166. CreatedBy=Created by
  167. NewTicket=New Ticket
  168. SubjectAnswerToTicket=Ticket answer
  169. TicketTypeRequest=Request type
  170. TicketCategory=Ticket categorization
  171. SeeTicket=See ticket
  172. TicketMarkedAsRead=Ticket has been marked as read
  173. TicketReadOn=Read on
  174. TicketCloseOn=Closing date
  175. MarkAsRead=Mark ticket as read
  176. TicketHistory=Ticket history
  177. AssignUser=Assign to user
  178. TicketAssigned=Ticket is now assigned
  179. TicketChangeType=Change type
  180. TicketChangeCategory=Change analytic code
  181. TicketChangeSeverity=Change severity
  182. TicketAddMessage=Add private message
  183. MessageSuccessfullyAdded=Ticket added
  184. TicketMessageSuccessfullyAdded=Message successfully added
  185. TicketMessagesList=Message list
  186. NoMsgForThisTicket=No message for this ticket
  187. TicketProperties=Classification
  188. LatestNewTickets=Latest %s newest tickets (not read)
  189. TicketSeverity=Severity
  190. ShowTicket=See ticket
  191. RelatedTickets=Related tickets
  192. TicketAddIntervention=Create intervention
  193. CloseTicket=Close|Solve
  194. AbandonTicket=Abandon
  195. CloseATicket=Close|Solve a ticket
  196. ConfirmCloseAticket=Confirm ticket closing
  197. ConfirmAbandonTicket=Do you confirm the closing of the ticket to status 'Abandonned'
  198. ConfirmDeleteTicket=Please confirm ticket deleting
  199. TicketDeletedSuccess=Ticket deleted with success
  200. TicketMarkedAsClosed=Ticket marked as closed
  201. TicketDurationAuto=Calculated duration
  202. TicketDurationAutoInfos=Duration calculated automatically from intervention related
  203. TicketUpdated=Ticket updated
  204. SendMessageByEmail=Send message by email
  205. TicketNewMessage=New message
  206. ErrorMailRecipientIsEmptyForSendTicketMessage=Recipient is empty. No email send
  207. TicketGoIntoContactTab=Please go into "Contacts" tab to select them
  208. TicketMessageMailIntro=Message header
  209. TicketMessageMailIntroHelp=This text is added only at the beginning of the email and will not be saved.
  210. TicketMessageMailIntroText=Hello,<br>A new answer has been added to a ticket that you follow. Here is the message:<br>
  211. TicketMessageMailIntroHelpAdmin=This text will be inserted before the answer when replying to a ticket from Dolibarr
  212. TicketMessageMailFooter=Message footer
  213. TicketMessageMailFooterHelp=This text is added only at the end of the message sent by email and will not be saved.
  214. TicketMessageMailFooterText=Message sent by <b>%s</b> via Dolibarr
  215. TicketMessageMailFooterHelpAdmin=This text will be inserted after the response message.
  216. TicketMessageHelp=Only this text will be saved in the message list on ticket card.
  217. TicketMessageSubstitutionReplacedByGenericValues=Substitutions variables are replaced by generic values.
  218. ForEmailMessageWillBeCompletedWith=For email messages sent to external users, the message will be completed with
  219. TimeElapsedSince=Time elapsed since
  220. TicketTimeToRead=Time elapsed before read
  221. TicketTimeElapsedBeforeSince=Time elapsed before / since
  222. TicketContacts=Contacts ticket
  223. TicketDocumentsLinked=Documents linked to ticket
  224. ConfirmReOpenTicket=Confirm reopen this ticket ?
  225. TicketMessageMailIntroAutoNewPublicMessage=A new message was posted on the ticket with the subject %s:
  226. TicketAssignedToYou=Ticket assigned
  227. TicketAssignedEmailBody=You have been assigned the ticket #%s by %s
  228. MarkMessageAsPrivate=Mark message as private
  229. TicketMessageSendEmailHelp=An email will be sent to all assigned contact (internal contacts, but also external contacts except if the option "%s" is checked)
  230. TicketMessagePrivateHelp=This message will not display to external users
  231. TicketEmailOriginIssuer=Issuer at origin of the tickets
  232. InitialMessage=Initial Message
  233. LinkToAContract=Link to a contract
  234. TicketPleaseSelectAContract=Select a contract
  235. UnableToCreateInterIfNoSocid=Can not create an intervention when no third party is defined
  236. TicketMailExchanges=Mail exchanges
  237. TicketInitialMessageModified=Initial message modified
  238. TicketMessageSuccesfullyUpdated=Message successfully updated
  239. TicketChangeStatus=Change status
  240. TicketConfirmChangeStatus=Confirm the status change: %s ?
  241. TicketLogStatusChanged=Status changed: %s to %s
  242. TicketNotNotifyTiersAtCreate=Not notify company at create
  243. NotifyThirdpartyOnTicketClosing=Contacts to notify while closing the ticket
  244. TicketNotifyAllTiersAtClose=All related contacts
  245. TicketNotNotifyTiersAtClose=No related contact
  246. Unread=Unread
  247. TicketNotCreatedFromPublicInterface=Not available. Ticket was not created from public interface.
  248. ErrorTicketRefRequired=Ticket reference name is required
  249. TicketsDelayForFirstResponseTooLong=Too much time elapsed since ticket opening without any answer.
  250. TicketsDelayFromLastResponseTooLong=Too much time elapsed since last answer on this ticket.
  251. TicketNoContractFoundToLink=No contract was found to be automatically linked to this ticket. Please link a contract manually.
  252. TicketManyContractsLinked=Many contracts have been automatically linked to this ticket. Make sure to verify which should be chosen.
  253. #
  254. # Logs
  255. #
  256. TicketLogMesgReadBy=Ticket %s read by %s
  257. NoLogForThisTicket=No log for this ticket yet
  258. TicketLogAssignedTo=Ticket %s assigned to %s
  259. TicketLogPropertyChanged=Ticket %s modified: classification from %s to %s
  260. TicketLogClosedBy=Ticket %s closed by %s
  261. TicketLogReopen=Ticket %s re-open
  262. #
  263. # Public pages
  264. #
  265. TicketSystem=Ticket system
  266. ShowListTicketWithTrackId=Display ticket list from track ID
  267. ShowTicketWithTrackId=Display ticket from track ID
  268. TicketPublicDesc=You can create a support ticket or check from an existing ID.
  269. YourTicketSuccessfullySaved=Ticket has been successfully saved!
  270. MesgInfosPublicTicketCreatedWithTrackId=A new ticket has been created with ID %s and Ref %s.
  271. PleaseRememberThisId=Please keep the tracking number that we might ask you later.
  272. TicketNewEmailSubject=Ticket creation confirmation - Ref %s (public ticket ID %s)
  273. TicketNewEmailSubjectCustomer=New support ticket
  274. TicketNewEmailBody=This is an automatic email to confirm you have registered a new ticket.
  275. TicketNewEmailBodyCustomer=This is an automatic email to confirm a new ticket has just been created into your account.
  276. TicketNewEmailBodyInfosTicket=Information for monitoring the ticket
  277. TicketNewEmailBodyInfosTrackId=Ticket tracking number: %s
  278. TicketNewEmailBodyInfosTrackUrl=You can view the progress of the ticket by clicking the following link
  279. TicketNewEmailBodyInfosTrackUrlCustomer=You can view the progress of the ticket in the specific interface by clicking the following link
  280. TicketCloseEmailBodyInfosTrackUrlCustomer=You can consult the history of this ticket by clicking the following link
  281. TicketEmailPleaseDoNotReplyToThisEmail=Please do not reply directly to this email! Use the link to reply into the interface.
  282. TicketPublicInfoCreateTicket=This form allows you to record a support ticket in our management system.
  283. TicketPublicPleaseBeAccuratelyDescribe=Please accurately describe your question. Provide the most information possible to allow us to correctly identify your request.
  284. TicketPublicMsgViewLogIn=Please enter ticket tracking ID
  285. TicketTrackId=Public Tracking ID
  286. OneOfTicketTrackId=One of your tracking ID
  287. ErrorTicketNotFound=Ticket with tracking ID %s not found!
  288. Subject=Subject
  289. ViewTicket=View ticket
  290. ViewMyTicketList=View my ticket list
  291. ErrorEmailMustExistToCreateTicket=Error: email address not found in our database
  292. TicketNewEmailSubjectAdmin=New ticket created - Ref %s (public ticket ID %s)
  293. TicketNewEmailBodyAdmin=<p>Ticket has just been created with ID #%s, see information:</p>
  294. SeeThisTicketIntomanagementInterface=See ticket in management interface
  295. TicketPublicInterfaceForbidden=The public interface for the tickets was not enabled
  296. ErrorEmailOrTrackingInvalid=Bad value for tracking ID or email
  297. OldUser=Old user
  298. NewUser=New user
  299. NumberOfTicketsByMonth=Number of tickets per month
  300. NbOfTickets=Number of tickets
  301. # notifications
  302. TicketCloseEmailSubjectCustomer=Ticket closed
  303. TicketCloseEmailBodyCustomer=This is an automatic message to notify you that ticket %s has just been closed.
  304. TicketCloseEmailSubjectAdmin=Ticket closed - Réf %s (public ticket ID %s)
  305. TicketCloseEmailBodyAdmin=A ticket with ID #%s has just been closed, see information:
  306. TicketNotificationEmailSubject=Ticket %s updated
  307. TicketNotificationEmailBody=This is an automatic message to notify you that ticket %s has just been updated
  308. TicketNotificationRecipient=Notification recipient
  309. TicketNotificationLogMessage=Log message
  310. TicketNotificationEmailBodyInfosTrackUrlinternal=View ticket into interface
  311. TicketNotificationNumberEmailSent=Notification email sent: %s
  312. ActionsOnTicket=Events on ticket
  313. #
  314. # Boxes
  315. #
  316. BoxLastTicket=Latest created tickets
  317. BoxLastTicketDescription=Latest %s created tickets
  318. BoxLastTicketContent=
  319. BoxLastTicketNoRecordedTickets=No recent unread tickets
  320. BoxLastModifiedTicket=Latest modified tickets
  321. BoxLastModifiedTicketDescription=Latest %s modified tickets
  322. BoxLastModifiedTicketContent=
  323. BoxLastModifiedTicketNoRecordedTickets=No recent modified tickets
  324. BoxTicketType=Distribution of open tickets by type
  325. BoxTicketSeverity=Number of open tickets by severity
  326. BoxNoTicketSeverity=No tickets opened
  327. BoxTicketLastXDays=Number of new tickets by days the last %s days
  328. BoxTicketLastXDayswidget = Number of new tickets by days the last X days
  329. BoxNoTicketLastXDays=No new tickets the last %s days
  330. BoxNumberOfTicketByDay=Number of new tickets by day
  331. BoxNewTicketVSClose=Number of tickets versus closed tickets (today)
  332. TicketCreatedToday=Ticket created today
  333. TicketClosedToday=Ticket closed today
  334. KMFoundForTicketGroup=We found topics and FAQs that may answers your question, thanks to check them before submitting the ticket