ticket.lang 19 KB

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