ticket.lang 19 KB

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