ticket.lang 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  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=Notification email from
  80. TicketEmailNotificationFromHelp=Used into ticket message answer by example
  81. TicketEmailNotificationTo=Notifications email to
  82. TicketEmailNotificationToHelp=Send email notifications to this address.
  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. #
  126. # Index & list page
  127. #
  128. TicketsIndex=Tickets area
  129. TicketList=List of tickets
  130. TicketAssignedToMeInfos=This page display ticket list created by or assigned to current user
  131. NoTicketsFound=No ticket found
  132. NoUnreadTicketsFound=No unread ticket found
  133. TicketViewAllTickets=View all tickets
  134. TicketViewNonClosedOnly=View only open tickets
  135. TicketStatByStatus=Tickets by status
  136. OrderByDateAsc=Sort by ascending date
  137. OrderByDateDesc=Sort by descending date
  138. ShowAsConversation=Show as conversation list
  139. MessageListViewType=Show as table list
  140. #
  141. # Ticket card
  142. #
  143. Ticket=Ticket
  144. TicketCard=Ticket card
  145. CreateTicket=Create ticket
  146. EditTicket=Edit ticket
  147. TicketsManagement=Tickets Management
  148. CreatedBy=Created by
  149. NewTicket=New Ticket
  150. SubjectAnswerToTicket=Ticket answer
  151. TicketTypeRequest=Request type
  152. TicketCategory=Ticket categorization
  153. SeeTicket=See ticket
  154. TicketMarkedAsRead=Ticket has been marked as read
  155. TicketReadOn=Read on
  156. TicketCloseOn=Closing date
  157. MarkAsRead=Mark ticket as read
  158. TicketHistory=Ticket history
  159. AssignUser=Assign to user
  160. TicketAssigned=Ticket is now assigned
  161. TicketChangeType=Change type
  162. TicketChangeCategory=Change analytic code
  163. TicketChangeSeverity=Change severity
  164. TicketAddMessage=Add a message
  165. AddMessage=Add a message
  166. MessageSuccessfullyAdded=Ticket added
  167. TicketMessageSuccessfullyAdded=Message successfully added
  168. TicketMessagesList=Message list
  169. NoMsgForThisTicket=No message for this ticket
  170. TicketProperties=Classification
  171. LatestNewTickets=Latest %s newest tickets (not read)
  172. TicketSeverity=Severity
  173. ShowTicket=See ticket
  174. RelatedTickets=Related tickets
  175. TicketAddIntervention=Create intervention
  176. CloseTicket=Close|Solve ticket
  177. AbandonTicket=Abandon ticket
  178. CloseATicket=Close|Solve a ticket
  179. ConfirmCloseAticket=Confirm ticket closing
  180. ConfirmAbandonTicket=Do you confirm the closing of the ticket to status 'Abandonned'
  181. ConfirmDeleteTicket=Please confirm ticket deleting
  182. TicketDeletedSuccess=Ticket deleted with success
  183. TicketMarkedAsClosed=Ticket marked as closed
  184. TicketDurationAuto=Calculated duration
  185. TicketDurationAutoInfos=Duration calculated automatically from intervention related
  186. TicketUpdated=Ticket updated
  187. SendMessageByEmail=Send message by email
  188. TicketNewMessage=New message
  189. ErrorMailRecipientIsEmptyForSendTicketMessage=Recipient is empty. No email send
  190. TicketGoIntoContactTab=Please go into "Contacts" tab to select them
  191. TicketMessageMailIntro=Introduction
  192. TicketMessageMailIntroHelp=This text is added only at the beginning of the email and will not be saved.
  193. TicketMessageMailIntroLabelAdmin=Introduction to the message when sending email
  194. TicketMessageMailIntroText=Hello,<br>A new response was sent on a ticket that you contact. Here is the message:<br>
  195. TicketMessageMailIntroHelpAdmin=This text will be inserted before the text of the response to a ticket.
  196. TicketMessageMailSignature=Signature
  197. TicketMessageMailSignatureHelp=This text is added only at the end of the email and will not be saved.
  198. TicketMessageMailSignatureText=<p>Sincerely,</p><p>--</p>
  199. TicketMessageMailSignatureLabelAdmin=Signature of response email
  200. TicketMessageMailSignatureHelpAdmin=This text will be inserted after the response message.
  201. TicketMessageHelp=Only this text will be saved in the message list on ticket card.
  202. TicketMessageSubstitutionReplacedByGenericValues=Substitutions variables are replaced by generic values.
  203. TimeElapsedSince=Time elapsed since
  204. TicketTimeToRead=Time elapsed before read
  205. TicketTimeElapsedBeforeSince=Time elapsed before / since
  206. TicketContacts=Contacts ticket
  207. TicketDocumentsLinked=Documents linked to ticket
  208. ConfirmReOpenTicket=Confirm reopen this ticket ?
  209. TicketMessageMailIntroAutoNewPublicMessage=A new message was posted on the ticket with the subject %s:
  210. TicketAssignedToYou=Ticket assigned
  211. TicketAssignedEmailBody=You have been assigned the ticket #%s by %s
  212. MarkMessageAsPrivate=Mark message as private
  213. TicketMessagePrivateHelp=This message will not display to external users
  214. TicketEmailOriginIssuer=Issuer at origin of the tickets
  215. InitialMessage=Initial Message
  216. LinkToAContract=Link to a contract
  217. TicketPleaseSelectAContract=Select a contract
  218. UnableToCreateInterIfNoSocid=Can not create an intervention when no third party is defined
  219. TicketMailExchanges=Mail exchanges
  220. TicketInitialMessageModified=Initial message modified
  221. TicketMessageSuccesfullyUpdated=Message successfully updated
  222. TicketChangeStatus=Change status
  223. TicketConfirmChangeStatus=Confirm the status change: %s ?
  224. TicketLogStatusChanged=Status changed: %s to %s
  225. TicketNotNotifyTiersAtCreate=Not notify company at create
  226. Unread=Unread
  227. TicketNotCreatedFromPublicInterface=Not available. Ticket was not created from public interface.
  228. ErrorTicketRefRequired=Ticket reference name is required
  229. #
  230. # Logs
  231. #
  232. TicketLogMesgReadBy=Ticket %s read by %s
  233. NoLogForThisTicket=No log for this ticket yet
  234. TicketLogAssignedTo=Ticket %s assigned to %s
  235. TicketLogPropertyChanged=Ticket %s modified: classification from %s to %s
  236. TicketLogClosedBy=Ticket %s closed by %s
  237. TicketLogReopen=Ticket %s re-open
  238. #
  239. # Public pages
  240. #
  241. TicketSystem=Ticket system
  242. ShowListTicketWithTrackId=Display ticket list from track ID
  243. ShowTicketWithTrackId=Display ticket from track ID
  244. TicketPublicDesc=You can create a support ticket or check from an existing ID.
  245. YourTicketSuccessfullySaved=Ticket has been successfully saved!
  246. MesgInfosPublicTicketCreatedWithTrackId=A new ticket has been created with ID %s and Ref %s.
  247. PleaseRememberThisId=Please keep the tracking number that we might ask you later.
  248. TicketNewEmailSubject=Ticket creation confirmation - Ref %s (public ticket ID %s)
  249. TicketNewEmailSubjectCustomer=New support ticket
  250. TicketNewEmailBody=This is an automatic email to confirm you have registered a new ticket.
  251. TicketNewEmailBodyCustomer=This is an automatic email to confirm a new ticket has just been created into your account.
  252. TicketNewEmailBodyInfosTicket=Information for monitoring the ticket
  253. TicketNewEmailBodyInfosTrackId=Ticket tracking number: %s
  254. TicketNewEmailBodyInfosTrackUrl=You can view the progress of the ticket by clicking the link above.
  255. TicketNewEmailBodyInfosTrackUrlCustomer=You can view the progress of the ticket in the specific interface by clicking the following link
  256. TicketEmailPleaseDoNotReplyToThisEmail=Please do not reply directly to this email! Use the link to reply into the interface.
  257. TicketPublicInfoCreateTicket=This form allows you to record a support ticket in our management system.
  258. TicketPublicPleaseBeAccuratelyDescribe=Please accurately describe the problem. Provide the most information possible to allow us to correctly identify your request.
  259. TicketPublicMsgViewLogIn=Please enter ticket tracking ID
  260. TicketTrackId=Public Tracking ID
  261. OneOfTicketTrackId=One of your tracking ID
  262. ErrorTicketNotFound=Ticket with tracking ID %s not found!
  263. Subject=Subject
  264. ViewTicket=View ticket
  265. ViewMyTicketList=View my ticket list
  266. ErrorEmailMustExistToCreateTicket=Error: email address not found in our database
  267. TicketNewEmailSubjectAdmin=New ticket created - Ref %s (public ticket ID %s)
  268. TicketNewEmailBodyAdmin=<p>Ticket has just been created with ID #%s, see information:</p>
  269. SeeThisTicketIntomanagementInterface=See ticket in management interface
  270. TicketPublicInterfaceForbidden=The public interface for the tickets was not enabled
  271. ErrorEmailOrTrackingInvalid=Bad value for tracking ID or email
  272. OldUser=Old user
  273. NewUser=New user
  274. NumberOfTicketsByMonth=Number of tickets per month
  275. NbOfTickets=Number of tickets
  276. # notifications
  277. TicketNotificationEmailSubject=Ticket %s updated
  278. TicketNotificationEmailBody=This is an automatic message to notify you that ticket %s has just been updated
  279. TicketNotificationRecipient=Notification recipient
  280. TicketNotificationLogMessage=Log message
  281. TicketNotificationEmailBodyInfosTrackUrlinternal=View ticket into interface
  282. TicketNotificationNumberEmailSent=Notification email sent: %s
  283. ActionsOnTicket=Events on ticket
  284. #
  285. # Boxes
  286. #
  287. BoxLastTicket=Latest created tickets
  288. BoxLastTicketDescription=Latest %s created tickets
  289. BoxLastTicketContent=
  290. BoxLastTicketNoRecordedTickets=No recent unread tickets
  291. BoxLastModifiedTicket=Latest modified tickets
  292. BoxLastModifiedTicketDescription=Latest %s modified tickets
  293. BoxLastModifiedTicketContent=
  294. BoxLastModifiedTicketNoRecordedTickets=No recent modified tickets
  295. BoxTicketType=Distribution of open tickets by type
  296. BoxTicketSeverity=Number of open tickets by severity
  297. BoxNoTicketSeverity=No tickets opened
  298. BoxTicketLastXDays=Number of new tickets by days the last %s days
  299. BoxTicketLastXDayswidget = Number of new tickets by days the last X days
  300. BoxNoTicketLastXDays=No new tickets the last %s days
  301. BoxNumberOfTicketByDay=Number of new tickets by day
  302. BoxNewTicketVSClose=Number of tickets versus closed tickets (today)
  303. TicketCreatedToday=Ticket created today
  304. TicketClosedToday=Ticket closed today
  305. KMFoundForTicketGroup=We found topics and FAQs that may answers your question, thanks to check them before submitting the ticket