%s strong>? Isso irá mudar o código na classe PHP, mas também removerá a coluna da definição da tabela do objeto.
NotNull=Não nulo
-NotNullDesc=1 = Definir banco de dados para NOT NULL. -1 = Permitir valores nulos e forçar valor para NULL se vazio ('' ou 0).
+NotNullDesc=1=Set database to NOT NULL, 0=Allow null values, -1=Allow null values by forcing value to NULL if empty ('' or 0)
SearchAll=Usado para "pesquisar todos"
DatabaseIndex=Índex da Base de Dados
FileAlreadyExists=O arquivo %s já existe
@@ -94,7 +94,7 @@ LanguageDefDesc=Entre neste arquivo, toda a chave e a tradução para cada arqui
MenusDefDesc=Define here the menus provided by your module
DictionariesDefDesc=Define here the dictionaries provided by your module
PermissionsDefDesc=Define here the new permissions provided by your module
-MenusDefDescTooltip=The menus provided by your module/application are defined into the array $this->menus into the module descriptor file. You can edit manually this file or use the embedded editor.
Note: Once defined (and module re-activated), menus are also visible into the menu editor available to administrator users on %s.
+MenusDefDescTooltip=The menus provided by your module/application are defined into the array $this->menus into the module descriptor file. You can edit manually this file or use the embedded editor.
Note: Once defined (and the module re-activated), the menus are also visible into the menu editor available to administrator users on %s.
DictionariesDefDescTooltip=The dictionaries provided by your module/application are defined into the array $this->dictionaries into the module descriptor file. You can edit manually this file or use the embedded editor.
Note: Once defined (and module re-activated), dictionaries are also visible into the setup area to administrator users on %s.
PermissionsDefDescTooltip=The permissions provided by your module/application are defined into the array $this->rights into the module descriptor file. You can edit manually this file or use the embedded editor.
Note: Once defined (and module re-activated), permissions are visible into the default permissions setup %s.
HooksDefDesc=Defina na propriedade module_parts ['hooks'] b>, no descritor de módulo, o contexto dos ganchos que você deseja gerenciar (lista de contextos pode ser encontrada por uma pesquisa em ' initHooks ( b> 'in core code).
Edite o arquivo hook para adicionar código de suas funções (funções hookable podem ser encontradas por uma pesquisa em' executeHooks b> 'no código principal).
@@ -110,7 +110,7 @@ DropTableIfEmpty=(Destroy table if empty)
TableDoesNotExists=A tabela %s não existe
TableDropped=Tabela %s excluída
InitStructureFromExistingTable=Construir a cadeia de matriz de estrutura de uma tabela existente
-UseAboutPage=Desativar a página sobre
+UseAboutPage=Do not generate the About page
UseDocFolder=Desativar a pasta de documentação
UseSpecificReadme=Use um ReadMe específico
ContentOfREADMECustomized=Note: The content of the README.md file has been replaced with the specific value defined into setup of ModuleBuilder.
@@ -127,9 +127,9 @@ UseSpecificEditorURL = Use a specific editor URL
UseSpecificFamily = Use a specific family
UseSpecificAuthor = Use a specific author
UseSpecificVersion = Use a specific initial version
-IncludeRefGeneration=The reference of object must be generated automatically
-IncludeRefGenerationHelp=Check this if you want to include code to manage the generation automatically of the reference
-IncludeDocGeneration=I want to generate some documents from the object
+IncludeRefGeneration=The reference of object must be generated automatically by custom numbering rules
+IncludeRefGenerationHelp=Check this if you want to include code to manage the generation of the reference automatically using custom numbering rules
+IncludeDocGeneration=I want to generate some documents from templates for the object
IncludeDocGenerationHelp=If you check this, some code will be generated to add a "Generate document" box on the record.
ShowOnCombobox=Show value into combobox
KeyForTooltip=Key for tooltip
@@ -138,10 +138,15 @@ CSSViewClass=CSS for read form
CSSListClass=CSS for list
NotEditable=Not editable
ForeignKey=Foreign key
-TypeOfFieldsHelp=Type of fields:
varchar(99), double(24,8), real, text, html, datetime, timestamp, integer, integer:ClassName:relativepath/to/classfile.class.php[:1[:filter]] ('1' means we add a + button after the combo to create the record, 'filter' can be 'status=1 AND fk_user = __USER_ID AND entity IN (__SHARED_ENTITIES__)' for example)
+TypeOfFieldsHelp=Type of fields:
varchar(99), double(24,8), real, text, html, datetime, timestamp, integer, integer:ClassName:relativepath/to/classfile.class.php[:1[:filter]]
'1' means we add a + button after the combo to create the record
'filter' is a sql condition, example: 'status=1 AND fk_user=__USER_ID__ AND entity IN (__SHARED_ENTITIES__)'
AsciiToHtmlConverter=Ascii to HTML converter
AsciiToPdfConverter=Ascii to PDF converter
TableNotEmptyDropCanceled=Table not empty. Drop has been canceled.
ModuleBuilderNotAllowed=The module builder is available but not allowed to your user.
ImportExportProfiles=Import and export profiles
-ValidateModBuilderDesc=Put 1 if this field need to be validated with $this->validateField() or 0 if validation required
+ValidateModBuilderDesc=Set this to 1 if you want to have the method $this->validateField() of object being called to validate the content of the field during insert or upadate. Set 0 if there is no validation required.
+WarningDatabaseIsNotUpdated=Warning: The database is not updated automatically, you must destroy tables and disable-enable the module to have tables recreated
+LinkToParentMenu=Parent menu (fk_xxxxmenu)
+ListOfTabsEntries=List of tab entries
+TabsDefDesc=Define here the tabs provided by your module
+TabsDefDescTooltip=The tabs provided by your module/application are defined into the array $this->tabs into the module descriptor file. You can edit manually this file or use the embedded editor.
diff --git a/htdocs/langs/pt_PT/ticket.lang b/htdocs/langs/pt_PT/ticket.lang
index f02713efe60..9ed3c42da2d 100644
--- a/htdocs/langs/pt_PT/ticket.lang
+++ b/htdocs/langs/pt_PT/ticket.lang
@@ -90,10 +90,10 @@ TicketPublicAccess=Uma interface pública que não requer identificação está
TicketSetupDictionaries=The type of ticket, severity and analytic codes are configurable from dictionaries
TicketParamModule=Configuração da variável do módulo
TicketParamMail=Configuração de e-mail
-TicketEmailNotificationFrom=E-mail de notificação de
-TicketEmailNotificationFromHelp=Utilizado como exemplo na mensagem de resposta do ticket
-TicketEmailNotificationTo=E-mail de notificações para
-TicketEmailNotificationToHelp=Envie notificações por email para este endereço.
+TicketEmailNotificationFrom=Sender e-mail for ticket answers
+TicketEmailNotificationFromHelp=Sender e-mail for ticket answers sent from Dolibarr
+TicketEmailNotificationTo=Notify ticket creation to this e-mail address
+TicketEmailNotificationToHelp=If present, this e-mail address will be notified of a ticket creation
TicketNewEmailBodyLabel=Text message sent after creating a ticket
TicketNewEmailBodyHelp=O texto especificado aqui será inserido no email confirmando a criação de um novo ticket a partir da interface pública. Informações sobre a consulta do ticket são automaticamente adicionadas.
TicketParamPublicInterface=Configuração da interface pública
@@ -136,6 +136,18 @@ TicketsPublicNotificationNewMessage=Send email(s) when a new message/comment is
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)
TicketPublicNotificationNewMessageDefaultEmail=Notifications email to (update)
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.
+TicketsAutoReadTicket=Automatically mark the ticket as read (when created from backoffice)
+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".
+TicketsDelayBeforeFirstAnswer=A new ticket should receive a first answer before (hours):
+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.
+TicketsDelayBetweenAnswers=An unresolved ticket should not be unactive during (hours):
+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.
+TicketsAutoNotifyClose=Automatically notify thirdparty when closing a ticket
+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.
+TicketWrongContact=Provided contact is not part of current ticket contacts. Email not sent.
+TicketChooseProductCategory=Product category for ticket support
+TicketChooseProductCategoryHelp=Select the product category of ticket support. This will be used to automatically link a contract to a ticket.
+
#
# Index & list page
#
@@ -151,6 +163,8 @@ OrderByDateAsc=Sort by ascending date
OrderByDateDesc=Sort by descending date
ShowAsConversation=Show as conversation list
MessageListViewType=Show as table list
+ConfirmMassTicketClosingSendEmail=Automatically send emails when closing tickets
+ConfirmMassTicketClosingSendEmailQuestion=Do you want to notify thirdparties when closing these tickets ?
#
# Ticket card
@@ -205,12 +219,12 @@ ErrorMailRecipientIsEmptyForSendTicketMessage=O destinatário está vazio. Nenhu
TicketGoIntoContactTab=Por favor, vá para a aba "Contatos" para selecioná-los
TicketMessageMailIntro=Introdução
TicketMessageMailIntroHelp=Este texto é adicionado apenas no início do email e não será salvo.
-TicketMessageMailIntroLabelAdmin=Introdução à mensagem ao enviar e-mail
-TicketMessageMailIntroText=Olá,
Uma nova resposta foi enviada em um ticket que você contata. Aqui está a mensagem:
-TicketMessageMailIntroHelpAdmin=Este texto será inserido antes do texto da resposta a um ticket.
+TicketMessageMailIntroLabelAdmin=Introduction text to all ticket answers
+TicketMessageMailIntroText=Hello,
A new answer has been added to a ticket that you follow. Here is the message:
+TicketMessageMailIntroHelpAdmin=This text will be inserted before the answer when replying to a ticket from Dolibarr
TicketMessageMailSignature=Assinatura
TicketMessageMailSignatureHelp=Este texto é adicionado somente no final do email e não será salvo.
-TicketMessageMailSignatureText= Atenciosamente, p>
- p>
+TicketMessageMailSignatureText=Message sent by %s via Dolibarr
TicketMessageMailSignatureLabelAdmin=Assinatura do email de resposta
TicketMessageMailSignatureHelpAdmin=Este texto será inserido após a mensagem de resposta.
TicketMessageHelp=Apenas este texto será salvo na lista de mensagens no cartão do ticket.
@@ -238,9 +252,16 @@ TicketChangeStatus=Alterar o estado
TicketConfirmChangeStatus=Confirm the status change: %s ?
TicketLogStatusChanged=Status changed: %s to %s
TicketNotNotifyTiersAtCreate=Não notificar a empresa na criação
+NotifyThirdpartyOnTicketClosing=Contacts to notify while closing the ticket
+TicketNotifyAllTiersAtClose=All related contacts
+TicketNotNotifyTiersAtClose=No related contact
Unread=Não lida
TicketNotCreatedFromPublicInterface=Not available. Ticket was not created from public interface.
ErrorTicketRefRequired=Ticket reference name is required
+TicketsDelayForFirstResponseTooLong=Too much time elapsed since ticket opening without any answer.
+TicketsDelayFromLastResponseTooLong=Too much time elapsed since last answer on this ticket.
+TicketNoContractFoundToLink=No contract was found to be automatically linked to this ticket. Please link a contract manually.
+TicketManyContractsLinked=Many contracts have been automatically linked to this ticket. Make sure to verify which should be chosen.
#
# Logs
@@ -268,8 +289,9 @@ TicketNewEmailBody=Este é um email automático para confirmar que você registr
TicketNewEmailBodyCustomer=Este é um email automático para confirmar que um novo ticket acaba de ser criado na sua conta.
TicketNewEmailBodyInfosTicket=Informações para monitorar o ticket
TicketNewEmailBodyInfosTrackId=Ticket tracking number: %s
-TicketNewEmailBodyInfosTrackUrl=Você pode ver o progresso do ticket clicando no link acima.
+TicketNewEmailBodyInfosTrackUrl=You can view the progress of the ticket by clicking the following link
TicketNewEmailBodyInfosTrackUrlCustomer=Você pode ver o progresso do ticket na interface específica clicando no seguinte link
+TicketCloseEmailBodyInfosTrackUrlCustomer=You can consult the history of this ticket by clicking the following link
TicketEmailPleaseDoNotReplyToThisEmail=Por favor, não responda diretamente a este e-mail! Use o link para responder na interface.
TicketPublicInfoCreateTicket=Este formulário permite que você registre um ticket de suporte em nosso sistema de gerenciamento.
TicketPublicPleaseBeAccuratelyDescribe=Por favor descreva com precisão o problema. Forneça a melhor informação possível para podermos identificar o mais corretamente possível o seu pedido.
@@ -291,6 +313,10 @@ NewUser=Novo Utilizador
NumberOfTicketsByMonth=Number of tickets per month
NbOfTickets=Number of tickets
# notifications
+TicketCloseEmailSubjectCustomer=Ticket closed
+TicketCloseEmailBodyCustomer=This is an automatic message to notify you that ticket %s has just been closed.
+TicketCloseEmailSubjectAdmin=Ticket closed - Réf %s (public ticket ID %s)
+TicketCloseEmailBodyAdmin=A ticket with ID #%s has just been closed, see information:
TicketNotificationEmailSubject=Ticket %s atualizado
TicketNotificationEmailBody=Esta é uma mensagem automática para notificá-lo de que o ticket %s acabou de ser atualizado
TicketNotificationRecipient=Destinatário da notificação
diff --git a/htdocs/langs/ro_RO/accountancy.lang b/htdocs/langs/ro_RO/accountancy.lang
index 00f79f1b897..3fda3e1398c 100644
--- a/htdocs/langs/ro_RO/accountancy.lang
+++ b/htdocs/langs/ro_RO/accountancy.lang
@@ -62,24 +62,24 @@ MainAccountForSubscriptionPaymentNotDefined=Contul contabil principal pentru pl
AccountancyArea=Zona contabilă
AccountancyAreaDescIntro=Utilizarea modulului de contabilitate se face în mai multe etape:
AccountancyAreaDescActionOnce=Următoarele acțiuni sunt executate de obicei doar o singură dată sau o dată pe an...
-AccountancyAreaDescActionOnceBis=Următorii pași trebuie făcuți pentru a vă economisi timpul în viitor prin sugerarea contului contabil implicit corect atunci când efectuați jurnalizarea (scrierea înregistrărilor în Jurnale și în registrul Cartea Mare).
+AccountancyAreaDescActionOnceBis=Următorii pași ar trebui făcuți pentru a economisi timp pe viitor, ţi se va propune automat contul contabil implicit corect atunci când transferi datele în contabilitate
AccountancyAreaDescActionFreq=Următoarele acțiuni sunt executate de obicei în fiecare lună, săptămână sau zi pentru companii foarte mari...
-AccountancyAreaDescJournalSetup=PASUL %s: Creați sau verificați conținutul jurnalului din meniul %s
+AccountancyAreaDescJournalSetup=PASUL %s: Verifică conținutul listei de jurnal din meniul %s
AccountancyAreaDescChartModel=PASUL %s: Verificați dacă există un plan de conturi sau creați unul din meniul %s
AccountancyAreaDescChart=PASUL %s: Selectaţi şi|sau completaţi planul de conturi din meniul %s
AccountancyAreaDescVat=PASUL %s: Definire conturi contabile pentru fiecare cotă de TVA. Pentru aceasta, utilizați intrarea în meniu %s.
AccountancyAreaDescDefault=PAS %s: Definiți conturile implicite de contabilitate. Pentru aceasta, utilizați intrarea în meniu %s.
-AccountancyAreaDescExpenseReport=PASUL %s: Definire conturi contabile implicite pentru fiecare tip de raport de cheltuieli. Pentru aceasta, utilizați intrarea în meniu %s.
+AccountancyAreaDescExpenseReport=PASUL %s: Defineşte conturile contabile implicite pentru fiecare tip de Raport de cheltuieli. Pentru aceasta, utilizează opţiunea din meniul %s.
AccountancyAreaDescSal=PASUL %s: Definire conturi contabile implicite pentru plata salariilor. Pentru aceasta, utilizați intrarea în meniu %s.
-AccountancyAreaDescContrib=PASUL %s: Definire conturi contabile implicite pentru cheltuieli speciale (taxe diverse). Pentru aceasta, utilizați intrarea în meniu %s.
+AccountancyAreaDescContrib=PASUL %s: Defineşte conturile contabile implicite pentru Taxe (cheltuieli speciale). Pentru aceasta, utilizează opţiunea din meniul %s.
AccountancyAreaDescDonation=PASUL %s: Definire conturi contabile implicite pentru donații. Pentru aceasta, utilizați intrarea în meniu %s.
AccountancyAreaDescSubscription=PAS %s: Definiți conturile contabile implicite pentru abonamente pentru membri. Pentru aceasta, utilizați intrarea în meniu %s.
AccountancyAreaDescMisc=PASUL %s: Definire conturi contabile implicite obligatorii și conturi contabile implicite pentru tranzacții diverse. Pentru aceasta, utilizați intrarea în meniu %s.
AccountancyAreaDescLoan=PASUL %s: Definire conturi contabile implicite pentru împrumuturi. Pentru aceasta, utilizați intrarea în meniu %s.
AccountancyAreaDescBank=PASUL %s: Definire conturi contabile și codul de jurnal pentru fiecare bancă și conturi financiare. Pentru aceasta, utilizați intrarea în meniu %s.
-AccountancyAreaDescProd=STEP %s: Definire conturi contabile pentru produse/ servicii. Pentru aceasta, utilizați intrarea în meniu %s.
+AccountancyAreaDescProd=PASUL %s: Defineşte conturile contabile pentru produsele/serviciile tale. Pentru aceasta, utilizează opţiunea din meniul %s.
AccountancyAreaDescBind=PASUL %s: Verifică dacă asocierea între liniile %s existente și contul contabil este făcută, astfel încât aplicația să poate scrie tranzacțiile în Cartea Mare cu un singur clic. Completați asocierile lipsă. Pentru aceasta, utilizați intrarea în meniu %s.
AccountancyAreaDescWriteRecords=PASUL %s: Scriere tranzacţii în Registrul jurnal. Pentru aceasta, accesează meniul %s, apoi fă clic pe butonul %s.
@@ -120,7 +120,7 @@ ExpenseReportsVentilation=Asociere deconturi de cheltuieli
CreateMvts=Creați o tranzacție nouă
UpdateMvts=Modificarea unei tranzacții
ValidTransaction=Tranzacție validată
-WriteBookKeeping=Înregistrare tranzacţii în contabilitate
+WriteBookKeeping=Înregistrează tranzacţiile în contabilitate
Bookkeeping=Registru jurnal
BookkeepingSubAccount=Registru jurnal secundar
AccountBalance=Sold cont
@@ -219,12 +219,12 @@ ByPredefinedAccountGroups=După grupe predefinite
ByPersonalizedAccountGroups=După grupe personalizate
ByYear=După an
NotMatch=Nu este setat
-DeleteMvt=Ștergeți câteva linii operate din contabilitate
+DeleteMvt=Ştergere linii din contabilitate
DelMonth=Luna care se şterge
DelYear=An de șters
DelJournal=Jurnal de șters
-ConfirmDeleteMvt=Aceasta va șterge toate liniile operate în contabilitate pentru anul/luna și/sau pentru un registru jurnal specific (este necesar cel puțin un criteriu). Va trebui să refolosiți caracteristica '%s' pentru a înregistra tranzacţia ștearsă din registrul jurnal.
-ConfirmDeleteMvtPartial=Aceasta va șterge tranzacția din contabilitate (toate liniile de operațiuni legate de aceeași tranzacție vor fi șterse)
+ConfirmDeleteMvt=Aceasta va șterge toate rândurile din contabilitate pentru anul/luna și/sau pentru un anumit jurnal (este necesar cel puțin un criteriu). Va trebui să refoloseşti caracteristica '%s' pentru a avea înregistrarea ștearsă înapoi în registru.
+ConfirmDeleteMvtPartial=Aceasta va șterge tranzacția din contabilitate (toate liniile legate de aceeași tranzacție vor fi șterse)
FinanceJournal=Jurnal Bancă
ExpenseReportsJournal=Jurnalul rapoartelor de cheltuieli
DescFinanceJournal=Jurnal financiar bancar, include toate tipurile de plăți efectuate prin conturile bancare
@@ -278,11 +278,11 @@ DescVentilExpenseReportMore=Dacă configurezi contul contabil pe linii de raport
DescVentilDoneExpenseReport=Consultați aici lista liniilor rapoartelor de cheltuieli și contul contabil a taxelor lor
Closure=Închidere anuală
-DescClosure=Consultați aici numărul de tranzacţii lunare care nu sunt validate și se află în anii fiscali deschişi
-OverviewOfMovementsNotValidated=Pasul 1 / Prezentarea generală a tranzacţiilor nevalidate. (Necesar pentru a închide un an fiscal)
-AllMovementsWereRecordedAsValidated=Toate mișcările au fost înregistrate ca validate
-NotAllMovementsCouldBeRecordedAsValidated=Nu toate mișcările au putut fi înregistrate ca validate
-ValidateMovements=Vallidare trasferuri
+DescClosure=Consultă aici numărul de mișcări lunar care nu sunt încă validate și blocate
+OverviewOfMovementsNotValidated=Overview of movements not validated and locked
+AllMovementsWereRecordedAsValidated=All movements were recorded as validated and locked
+NotAllMovementsCouldBeRecordedAsValidated=Not all movements could be recorded as validated and locked
+ValidateMovements=Validare şi blocare înregistrare...
DescValidateMovements= Orice modificare sau ștergere a înregistrărilor va fi interzisă. Toate intrările pentru un exercițiu financiar trebuie validate, altfel închiderea nu va fi posibilă
ValidateHistory=Asociază automat
@@ -294,14 +294,15 @@ Balancing=în balanţă
FicheVentilation=Fişă asociere
GeneralLedgerIsWritten=Tranzacțiile sunt scrise în Registrul jurnal
GeneralLedgerSomeRecordWasNotRecorded=Unele tranzacții nu au putut fi înregistrate în jurnal. Dacă nu există niciun alt mesaj de eroare, acest lucru se datorează, probabil, faptului că au fost deja înregistrate în jurnal.
-NoNewRecordSaved=Nu se mai înregistrează nicio intrare în jurnal.
+NoNewRecordSaved=Nu mai sunt înregistrări de transferat
ListOfProductsWithoutAccountingAccount=Lista produselor care nu sunt asociate unui cont contabil
ChangeBinding=Schimbați asocierea
Accounted=Contabilizat în Registrul Jurnal
NotYetAccounted=Netransferat încă în contabilitate
ShowTutorial=Arată tutorial
NotReconciled=Ne-reconciliat
-WarningRecordWithoutSubledgerAreExcluded=Atenție, toate operațiunile fără cont de subregistru definit sunt filtrate și excluse din această vizualizare
+WarningRecordWithoutSubledgerAreExcluded=Atenție, toate liniile fără cont de registru secundar definit sunt filtrate și excluse din această vizualizare
+AccountRemovedFromCurrentChartOfAccount=Cont contabil care nu există în planul de conturi actual
## Admin
BindingOptions=Opțiuni de legare
@@ -329,8 +330,9 @@ ACCOUNTING_DISABLE_BINDING_ON_PURCHASES=Dezactivați legarea și transferul în
ACCOUNTING_DISABLE_BINDING_ON_EXPENSEREPORTS=Dezactivați legarea și transferul în contabilitate pentru rapoartele de cheltuieli (rapoartele de cheltuieli nu vor fi luate în considerare în contabilitate)
## Export
-NotifiedExportDate=Marcaţi liniile ca exportate (modificarea liniilor nu va fi posibilă)
-NotifiedValidationDate=Validați intrările exportate (modificarea sau ștergerea liniilor nu va fi posibilă)
+NotifiedExportDate=Marcare linii exportate ca Exportate (pentru a modifica o linie, va trebui să ștergi întreaga tranzacție și să o retransferi în contabilitate)
+NotifiedValidationDate=Validare şi blocare înregistrări exportate (același efect ca și caracteristica "Închidere", modificarea și ștergerea liniilor NU vor MAI fi posibile)
+DateValidationAndLock=Dată de validare şi blocare
ConfirmExportFile=Confirmare generare fișier de export contabil?
ExportDraftJournal=Export jurnal schiţă
Modelcsv=Model export
@@ -394,6 +396,21 @@ Range=Interval cont contabil
Calculated=Calculat
Formula=Formulă
+## Reconcile
+Unlettering=Unreconcile
+AccountancyNoLetteringModified=No reconcile modified
+AccountancyOneLetteringModifiedSuccessfully=One reconcile successfully modified
+AccountancyLetteringModifiedSuccessfully=%s reconcile successfully modified
+AccountancyNoUnletteringModified=No unreconcile modified
+AccountancyOneUnletteringModifiedSuccessfully=One unreconcile successfully modified
+AccountancyUnletteringModifiedSuccessfully=%s unreconcile successfully modified
+
+## Confirm box
+ConfirmMassUnlettering=Bulk Unreconcile confirmation
+ConfirmMassUnletteringQuestion=Are you sure you want to Unreconcile the %s selected record(s)?
+ConfirmMassDeleteBookkeepingWriting=Confirmare ştergere în bloc
+ConfirmMassDeleteBookkeepingWritingQuestion=This will delete the transaction from the accounting (all lines related to the same transaction will be deleted) Are you sure you want to delete the %s selected record(s)?
+
## Error
SomeMandatoryStepsOfSetupWereNotDone=Câțiva pași obligatorii de configurare nu au fost făcuți, efectuează-i
ErrorNoAccountingCategoryForThisCountry=Nu există grupe de conturi contabile disponibile pentru țara %s (Consultă Acasă - Setări - Dicționare)
@@ -406,6 +423,9 @@ Binded=Linii asociate
ToBind=Linii de asociat
UseMenuToSetBindindManualy=Linii care nu sunt încă asociate, utilizează meniul %s pentru a face asocierea manual
SorryThisModuleIsNotCompatibleWithTheExperimentalFeatureOfSituationInvoices=Ne pare rău, acest modul nu este compatibil cu caracteristica experimentală a facturilor de situație
+AccountancyErrorMismatchLetterCode=Mismatch in reconcile code
+AccountancyErrorMismatchBalanceAmount=Soldul (%s) nu este egal cu 0
+AccountancyErrorLetteringBookkeeping=Errors have occurred concerning the transactions: %s
## Import
ImportAccountingEntries=Intrări contabile
diff --git a/htdocs/langs/ro_RO/admin.lang b/htdocs/langs/ro_RO/admin.lang
index 31911e48199..e15a8d5cb09 100644
--- a/htdocs/langs/ro_RO/admin.lang
+++ b/htdocs/langs/ro_RO/admin.lang
@@ -883,6 +883,9 @@ Permission564=Înregistrare debite/respingeri de transfer de credit
Permission601=Citeşte stickere
Permission602=Creare/modificare stickere
Permission609=Şterge stickere
+Permission611=Citeşte atribute variante de produs
+Permission612=Ceare/Modificare atribute variante de produs
+Permission613=Şterge atribute variante de produs
Permission650=Citeşte Bonuri de consum
Permission651=Creare/actualizare Bonuri de consum
Permission652=Șterge bonuri de consum
@@ -969,6 +972,8 @@ Permission4021=Creare/modificare evaluare a ta
Permission4022=Validare evaluare
Permission4023=Ştergere evaluare
Permission4030=Vede meniul de comparare
+Permission4031=Citeşte informaţii personale
+Permission4032=Scrie informaţii personale
Permission10001=Citeşte conținut site web
Permission10002=Creare/modificare conținut site web (html și conținut javascript)
Permission10003=Creare/modificare conținut site web (cod php dinamic). Periculos, trebuie rezervat dezvoltatorilor restricționați.
@@ -1068,6 +1073,7 @@ DictionaryExpenseTaxCat=Raport de cheltuieli - Categorii de transport
DictionaryExpenseTaxRange=Raport de cheltuieli - Gama de categorii de transport
DictionaryTransportMode=Raportare intracomunitară - Mod transport
DictionaryBatchStatus=Status control calitate lot/serie produs
+DictionaryAssetDisposalType=Tip de amortizare active
TypeOfUnit=Tip de unitate
SetupSaved=Setări salvate
SetupNotSaved=Setarea nu a fost salvată
@@ -1187,7 +1193,7 @@ BankModuleNotActive=Modulul Conturi bancare nu este activat
ShowBugTrackLink=Arată link-ul "%s"
ShowBugTrackLinkDesc=Lasă necompletat pentru a nu afișa acest link, utilizează valoarea 'github' pentru linkul către proiectul Dolibarr sau definiți direct o adresă URL 'https://...'
Alerts=Alerte
-DelaysOfToleranceBeforeWarning=Durată înainte de afișarea unei alerte pentru:
+DelaysOfToleranceBeforeWarning=Se afișează o alertă de avertizare pentru...
DelaysOfToleranceDesc=Setați întârzierea înainte ca o pictogramă de alertă %s să apară pe ecran pentru ultimul element.
Delays_MAIN_DELAY_ACTIONS_TODO=Evenimente planificate (evenimente din agendă) nefinalizate
Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Proiectul nu a fost închis la timp
@@ -1339,6 +1345,7 @@ TransKeyWithoutOriginalValue=Ați forțat o traducere nouă pentru cheia de trad
TitleNumberOfActivatedModules=Module activate
TotalNumberOfActivatedModules=Module activate: %s / %s
YouMustEnableOneModule=Trebuie activat cel puţin 1 modul
+YouMustEnableTranslationOverwriteBefore=You must first enable translation overwriting to be allowed to replace a translation
ClassNotFoundIntoPathWarning=Clasa %s nu a fost găsită în calea PHP
YesInSummer=Da în vară
OnlyFollowingModulesAreOpenedToExternalUsers=Rețineți că doar următoarele module sunt disponibile pentru utilizatorii externi (indiferent de permisiunile acestora) și numai dacă sunt acordate permisiunile următoare:
@@ -1420,6 +1427,8 @@ WatermarkOnDraftInvoices=Filigranul pe facturile schiţă (niciunul dacă e gol)
PaymentsNumberingModule=Model de numerotare a plăților
SuppliersPayment=Plăți furnizori
SupplierPaymentSetup=Configurare plăți furnizor
+InvoiceCheckPosteriorDate=Verficare data factură înainte de validare
+InvoiceCheckPosteriorDateHelp=Validarea unei facturi va fi interzisă dacă data acesteia este anterioară datei ultimei facturi de același tip.
##### Proposals #####
PropalSetup=Configurare modul Oferte Comerciale
ProposalsNumberingModules=Modele numerotare Oferte comerciale
@@ -1917,6 +1926,7 @@ ConfFileMustContainCustom=Instalarea sau construirea unui modul extern din aplic
HighlightLinesOnMouseHover=Evidențiați liniile tabelului când treceţi cu mouse-ul peste ele
HighlightLinesColor=Evidențiere culoare linie la trecerea cu mouse-ul (foloseşte „ffffff” pentru dezactivare)
HighlightLinesChecked=Evidențiere culoare linie atunci când este bifată (foloseşte „ffffff” pentru dezactivare)
+UseBorderOnTable=Afișare chenare stânga-dreapta în tabele
BtnActionColor=Culoarea butonului de acţiune
TextBtnActionColor=Culoarea textului butonului de acţiune
TextTitleColor=Culoarea textului pentru titlul de pagină
@@ -2057,12 +2067,24 @@ EmailcollectorOperations=Operațiuni de făcut de către colector
EmailcollectorOperationsDesc=Operațiunile sunt executate în ordinea de sus în jos
MaxEmailCollectPerCollect=Număr maxim de email-uri colectae per operaţiune
CollectNow=Colectați acum
-ConfirmCloneEmailCollector=Eşti sigur că vrei să clonezi colectorul de email %s?
+ConfirmCloneEmailCollector=Sigur vrei să clonezi colectorul de email-uri %s?
DateLastCollectResult=Data ultimei încercări de colectare
DateLastcollectResultOk=Data ultimei colectări cu succes
LastResult=Ultimul rezultat
+EmailCollectorHideMailHeaders=Do not include the content of email header into the saved content of collected e-mails
+EmailCollectorHideMailHeadersHelp=When enabled, e-mail headers are not added at the end of the email content that is saved as events.
EmailCollectorConfirmCollectTitle=Confirmarea colectării de emailuri
-EmailCollectorConfirmCollect=Doriți să rulați acum colectarea pentru acest colector de email-uri?
+EmailCollectorConfirmCollect=Vrei să rulezi acest colector acum?
+EmailCollectorExampleToCollectTicketRequestsDesc=Collect emails that match some rules and create automatically a ticket (Module Ticket must be enabled) with the email informations. You can use this collector if you provide some support by email, so your ticket request will be automatically generated. Activate also Collect_Responses to collect answers of your client directly on the ticket view (you must reply from Dolibarr).
+EmailCollectorExampleToCollectTicketRequests=Example collecting the ticket request (first message only)
+EmailCollectorExampleToCollectAnswersFromExternalEmailSoftwareDesc=Scan your mailbox "Sent" directory to find emails that was sent as an answer of another email directly from your email software and not from Dolibarr. If such an email is found, the event of answer is recorded into Dolibarr
+EmailCollectorExampleToCollectAnswersFromExternalEmailSoftware=Example collecting e-mail answers sent from an external e-mail software
+EmailCollectorExampleToCollectDolibarrAnswersDesc=Colectează toate email-urile care sunt un răspuns la un email trimis din aplicație. Un eveniment (Modulul Agendă trebuie să fie activat) cu răspunsul prin email va fi înregistrat la locul potrivit. De exemplu, dacă trimiți o ofertă comercială, o comandă, o factură sau un mesaj pentru un tichet pe email din aplicație, iar clientul îți răspunde la email, sistemul va capta automat răspunsul și îl va adăuga în ERP.
+EmailCollectorExampleToCollectDolibarrAnswers=Exemplu de colectare a tuturor mesajelor primite ca răspunsuri la mesajele trimise din sistem
+EmailCollectorExampleToCollectLeadsDesc=Collect emails that match some rules and create automatically a lead (Module Project must be enabled) with the email informations. You can use this collector if you want to follow your lead using the module Project (1 lead = 1 project), so your leads will be automatically generated. If the collector Collect_Responses is also enabled, when you send an email from your leads, proposals or any other object, you may also see answers of your customers or partners directly on the application.
Note: With this initial example, the title of the lead is generated including the email. If the thirdparty can't be found in database (new customer), the lead will be attached to the thirdparty with ID 1.
+EmailCollectorExampleToCollectLeads=Exemplu colectare lead-uri
+EmailCollectorExampleToCollectJobCandidaturesDesc=Colectează emailuri prin care aplică la ofertele de joburi (Modulul Recrutare trebuie să fie activat). Poți completa acest colector dacă dorești să creezi automat o candidatură pentru o cerere de angajare. Notă: Cu acest exemplu inițial, titlul candidaturii este generat inclusiv email-ul.
+EmailCollectorExampleToCollectJobCandidatures=Example collecting job candidatures received by e-mail
NoNewEmailToProcess=Niciun email de procesat (care sa se potriveasca cu filtrele)
NothingProcessed=Nu s-a făcut nimic
XEmailsDoneYActionsDone=%semail-uri calificate, %s email-uri procesate cu succes (pentru %s înregistrări/acţiuni efectuate)
@@ -2134,7 +2156,7 @@ DeleteEmailCollector=Şterge colectorul de email-uri
ConfirmDeleteEmailCollector=Eşti sigur că vrei să ştergi acest colector de email-uri?
RecipientEmailsWillBeReplacedWithThisValue= E-mailurile destinatarilor vor fi întotdeauna înlocuite cu această valoare
AtLeastOneDefaultBankAccountMandatory=Trebuie definit cel puțin 1 cont bancar implicit
-RESTRICT_ON_IP=Permiteți accesul doar la un anumit IP gazdă (caracterul wildcard nu este permis, folosiți spațiu între valori). Gol înseamnă că fiecare gazdă poate avea acces.
+RESTRICT_ON_IP=Permite accesul API numai la anumite adrese IP ale clientului (caracterul wildcard nu este permis, utilizează spațiu între valori). Gol înseamnă că orice client poate accesa.
IPListExample=127.0.0.1 192.168.0.2 [::1]
BaseOnSabeDavVersion=Bazat pe o versiune a librăriei SabreDAV
NotAPublicIp=IP non-public
@@ -2206,12 +2228,12 @@ DashboardDisableBlockAdherent=Dezactivare miniatură pentru adeziuni membri
DashboardDisableBlockExpenseReport=Dezactivare miniatură pentru rapoarte de cheltuieli
DashboardDisableBlockHoliday=Dezactivare miniatură pentru concedii
EnabledCondition=Condiția pentru activarea câmpului (dacă nu este activat, vizibilitatea va fi întotdeauna dezactivată)
-IfYouUseASecondTaxYouMustSetYouUseTheMainTax=Dacă vrei să utilizezi o a doua taxă, trebuie să activezi și prima taxă de vânzare
-IfYouUseAThirdTaxYouMustSetYouUseTheMainTax=Dacă vrei să utilizezi o a treia taxă, trebuie să activezi și prima taxă de vânzare
+IfYouUseASecondTaxYouMustSetYouUseTheMainTax=Dacă vrei să utilizezi o a doua taxă, trebuie să activezi și prima taxă pe vânzări
+IfYouUseAThirdTaxYouMustSetYouUseTheMainTax=Dacă vrei să utilizezi o a treia taxă, trebuie să activezi și prima taxă pe vânzări
LanguageAndPresentation=Limbă şi prezentare
SkinAndColors=Temă şi culori
-IfYouUseASecondTaxYouMustSetYouUseTheMainTax=Dacă vrei să utilizezi o a doua taxă, trebuie să activezi și prima taxă de vânzare
-IfYouUseAThirdTaxYouMustSetYouUseTheMainTax=Dacă vrei să utilizezi o a treia taxă, trebuie să activezi și prima taxă de vânzare
+IfYouUseASecondTaxYouMustSetYouUseTheMainTax=Dacă vrei să utilizezi o a doua taxă, trebuie să activezi și prima taxă pe vânzări
+IfYouUseAThirdTaxYouMustSetYouUseTheMainTax=Dacă vrei să utilizezi o a treia taxă, trebuie să activezi și prima taxă pe vânzări
PDF_USE_1A=Generare PDF în format PDF/A-1b
MissingTranslationForConfKey = Lipseşte traducerea pentru %s
NativeModules=Module native
@@ -2220,3 +2242,13 @@ API_DISABLE_COMPRESSION=Dezactivare compresie răspunsuri API
EachTerminalHasItsOwnCounter=Fiecare terminal foloseşte propriul contor.
FillAndSaveAccountIdAndSecret=Completează și salvează mai întâi ID-ul contului și cheia secretă
PreviousHash=Hash anterior
+LateWarningAfter=Avertizare "Întârziat" după
+TemplateforBusinessCards=Șablon pentru o carte de vizită cu diferite dimensiuni
+InventorySetup= Configurare Inventar
+ExportUseLowMemoryMode=Utilizare mod de memorie limitată
+ExportUseLowMemoryModeHelp=Utilizare mod de memorie scăzută pentru execuţie dump (comprimarea se face prin pipe nu prin memoria PHP). Această metodă nu permite să verifici dacă fișierul este finalizat și mesajul de eroare nu poate fi raportat dacă execuţia nu reușește.
+ShowQuickAddLink=Afișează un buton pentru a adăuga rapid un element în meniul din dreapta sus
+HashForPing=Hash utilizat pentru ping
+ReadOnlyMode=Este instanță în mod "Read Only"
+DEBUGBAR_USE_LOG_FILE=Use the dolibarr.log file to trap Logs
+UsingLogFileShowAllRecordOfSubrequestButIsSlower= Utilizează fișierul dolibarr.log pentru a capta jurnalele în loc de capturarea memoriei live. Permite să prinzi toate jurnalele în loc de jurnalul procesului curent (deci inclusiv pe cea a paginilor de subcereri ajax), dar va face instanța dvs. foarte foarte lentă. Nu se recomandă.
diff --git a/htdocs/langs/ro_RO/agenda.lang b/htdocs/langs/ro_RO/agenda.lang
index 7b8c150c695..8035ed6e5e8 100644
--- a/htdocs/langs/ro_RO/agenda.lang
+++ b/htdocs/langs/ro_RO/agenda.lang
@@ -45,6 +45,7 @@ CONTRACT_DELETEInDolibarr=Contractul %s a fost șters
PropalClosedSignedInDolibarr=Oferta comercială %s a fost semnată
PropalClosedRefusedInDolibarr=Oferta comercială %s a fost refuzată
PropalValidatedInDolibarr=Oferta comercială %s a fost validată
+PropalBackToDraftInDolibarr=Oferta %s a fost reîntoarsă la statusul schiță
PropalClassifiedBilledInDolibarr=Oferta comercială %s a fost clasificată ca facturată
InvoiceValidatedInDolibarr=Factura %s a fost validată
InvoiceValidatedInDolibarrFromPos=Factura %s a fost validată din POS
@@ -66,6 +67,7 @@ ShipmentBackToDraftInDolibarr=Livrarea %s revine la starea de schiţă
ShipmentDeletedInDolibarr=Livrarea %s a fost ştearsă
ShipmentCanceledInDolibarr=Livrarea %s a fost anulată
ReceptionValidatedInDolibarr=Recepţia %s a fost validată
+ReceptionClassifyClosedInDolibarr=Recepția %s a fost clasificată ca închisă
OrderCreatedInDolibarr=Comanda %s a fost creată
OrderValidatedInDolibarr=Comanda %s a fost validată
OrderDeliveredInDolibarr=Comanda %s a fost clasificată ca livrată
diff --git a/htdocs/langs/ro_RO/assets.lang b/htdocs/langs/ro_RO/assets.lang
index c65786f8371..f94f78f5e27 100644
--- a/htdocs/langs/ro_RO/assets.lang
+++ b/htdocs/langs/ro_RO/assets.lang
@@ -1,4 +1,4 @@
-# Copyright (C) 2018 Alexandre Spangaro
+# Copyright (C) 2018-2022 Alexandre Spangaro
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -16,52 +16,171 @@
#
# Generic
#
-Assets = Active
-NewAsset = Activ nou
-AccountancyCodeAsset = Cod contabil (activ)
-AccountancyCodeDepreciationAsset = Cod contabil (contul de activ al deprecierii)
-AccountancyCodeDepreciationExpense = Cod contabil (cont de cheltuieli de amortizare)
-NewAssetType=Tip de activ nou
-AssetsTypeSetup=Setarea tipului de activ
-AssetTypeModified=Tipul activului a fost modificat
-AssetType=Tipul activului
+NewAsset=Activ nou
+AccountancyCodeAsset=Cod contabil (activ)
+AccountancyCodeDepreciationAsset=Cod contabil (contul de activ al deprecierii)
+AccountancyCodeDepreciationExpense=Cod contabil (cont de cheltuieli de amortizare)
AssetsLines=Active
DeleteType=Şterge
-DeleteAnAssetType=Ștergeți un tip de activ
-ConfirmDeleteAssetType=Sigur doriți să ștergeți acest tip de activ?
-ShowTypeCard=Arată tipul '%s'
+DeleteAnAssetType=Şterge un model de activ
+ConfirmDeleteAssetType=Sigur vrei să ștergi acest model de activ?
+ShowTypeCard=Afişare model '%s'
# Module label 'ModuleAssetsName'
-ModuleAssetsName = Active
+ModuleAssetsName=Active
# Module description 'ModuleAssetsDesc'
-ModuleAssetsDesc = Descrierea activelor
+ModuleAssetsDesc=Descrierea activelor
#
# Admin page
#
-AssetsSetup = Configurarea activelor
-Settings = Configurări
-AssetsSetupPage = Pagină de configurare a activelor
-ExtraFieldsAssetsType = Atribute complementare (tip de activ)
-AssetsType=Tipul activului
-AssetsTypeId=ID tip de activ
-AssetsTypeLabel=Etichetă tip de activ
-AssetsTypes=Tipuri de active
+AssetSetup=Configurare active
+AssetSetupPage=Pagină de configurare active
+ExtraFieldsAssetModel=Atribute complementare (model Active)
+
+AssetsType=Model active
+AssetsTypeId=Id model activ
+AssetsTypeLabel=Etichetă model activ
+AssetsTypes=Modele de active
+ASSET_ACCOUNTANCY_CATEGORY=Grupă contabilă pentru active fixe
#
# Menu
#
-MenuAssets = Active
-MenuNewAsset = Activ nou
-MenuTypeAssets = Tip active
-MenuListAssets = Listă
-MenuNewTypeAssets = Nou
-MenuListTypeAssets = Listă
+MenuAssets=Active
+MenuNewAsset=Activ nou
+MenuAssetModels=Modele active
+MenuListAssets=Listă
+MenuNewAssetModel=Model nou de activ
+MenuListAssetModels=Listă
#
# Module
#
-Asset=Activ
-NewAssetType=Tip de activ nou
-NewAsset=Activ nou
-ConfirmDeleteAsset=Sigur doriți să ștergeți acest activ?
+ConfirmDeleteAsset=Sigur vrei să ştergi acest activ?
+
+#
+# Tab
+#
+AssetDepreciationOptions=Opţiuni de amortizare
+AssetAccountancyCodes=Conturi contabile
+AssetDepreciation=Amortizare
+
+#
+# Asset
+#
+Asset=Active
+Assets=Active
+AssetReversalAmountHT=Valoare ajustare (fără taxe)
+AssetAcquisitionValueHT=Valoare de achiziţie (fără taxe)
+AssetRecoveredVAT=TVA recuperat
+AssetReversalDate=Dată ajustare
+AssetDateAcquisition=Dată achiziţie
+AssetDateStart=Dată punere în funcţiune
+AssetAcquisitionType=Tip de achiziţie
+AssetAcquisitionTypeNew=Nou
+AssetAcquisitionTypeOccasion=Utilizat
+AssetType=Tip de active
+AssetTypeIntangible=Necorporal
+AssetTypeTangible=Corporal
+AssetTypeInProgress=În curs
+AssetTypeFinancial=Financiar
+AssetNotDepreciated=Ne-depreciat
+AssetDisposal=Casare
+AssetConfirmDisposalAsk=Eşti sigur că vrei să amortizezi activul %s?
+AssetConfirmReOpenAsk=Eşti sigur că vrei să re-deschizi activul %s?
+
+#
+# Asset status
+#
+AssetInProgress=În curs
+AssetDisposed=Casat
+AssetRecorded=Contabilizat
+
+#
+# Asset disposal
+#
+AssetDisposalDate=Dată casare
+AssetDisposalAmount=Valoare de casare
+AssetDisposalType=Tip de casare
+AssetDisposalDepreciated=Amortizare la anul de transfer
+AssetDisposalSubjectToVat=Amortizare supusă TVA-ului
+
+#
+# Asset model
+#
+AssetModel=Model activ
+AssetModels=Modele de active
+
+#
+# Asset depreciation options
+#
+AssetDepreciationOptionEconomic=Amortizare economică
+AssetDepreciationOptionAcceleratedDepreciation=Amortizare accelerată (taxă)
+AssetDepreciationOptionDepreciationType=Tip de amortizare
+AssetDepreciationOptionDepreciationTypeLinear=Liniară
+AssetDepreciationOptionDepreciationTypeDegressive=Degresivă
+AssetDepreciationOptionDepreciationTypeExceptional=Excepţională
+AssetDepreciationOptionDegressiveRate=Cotă amortizare degresivă
+AssetDepreciationOptionAcceleratedDepreciation=Amortizare accelerată (taxă)
+AssetDepreciationOptionDuration=Durată
+AssetDepreciationOptionDurationType=Tip durată amortizare
+AssetDepreciationOptionDurationTypeAnnual=Anual
+AssetDepreciationOptionDurationTypeMonthly=Lunar
+AssetDepreciationOptionDurationTypeDaily=Zilnic
+AssetDepreciationOptionRate=Cotă (%%)
+AssetDepreciationOptionAmountBaseDepreciationHT=Bază de amortizare (fără TVA)
+AssetDepreciationOptionAmountBaseDeductibleHT=Bază deductibilă (fără TVA)
+AssetDepreciationOptionTotalAmountLastDepreciationHT=Valoare totală amortizare (fără TVA)
+
+#
+# Asset accountancy codes
+#
+AssetAccountancyCodeDepreciationEconomic=Amortizare economică
+AssetAccountancyCodeAsset=Active
+AssetAccountancyCodeDepreciationAsset=Amortizare
+AssetAccountancyCodeDepreciationExpense=Cheltuială cu amortizarea
+AssetAccountancyCodeValueAssetSold=Valoare activ casat
+AssetAccountancyCodeReceivableOnAssignment=Creanţă din casare
+AssetAccountancyCodeProceedsFromSales=Încasări din casare
+AssetAccountancyCodeVatCollected=TVA colectat
+AssetAccountancyCodeVatDeductible=TVA recuperat pe active
+AssetAccountancyCodeDepreciationAcceleratedDepreciation=Amortizare accelerată (taxă)
+AssetAccountancyCodeAcceleratedDepreciation=Cont
+AssetAccountancyCodeEndowmentAcceleratedDepreciation=Cheltuială cu amortizarea
+AssetAccountancyCodeProvisionAcceleratedDepreciation=Amortizare accelerată/Provizionare
+
+#
+# Asset depreciation
+#
+AssetBaseDepreciationHT=Baza de amortizare (fără TVA)
+AssetDepreciationBeginDate=Început amortizare pe
+AssetDepreciationDuration=Durată
+AssetDepreciationRate=Cotă (%%)
+AssetDepreciationDate=Dată amortizare
+AssetDepreciationHT=Amortizare (fără TVA)
+AssetCumulativeDepreciationHT=Amortizare cumulată (fără TVA)
+AssetResidualHT=Valoare reziduală (fără TVA)
+AssetDispatchedInBookkeeping=Amortizare înregistrată
+AssetFutureDepreciationLine=Amortizare în viitor
+AssetDepreciationReversal=Ajustare
+
+#
+# Errors
+#
+AssetErrorAssetOrAssetModelIDNotProvide=Id sau model activ nu a fost furnizat
+AssetErrorFetchAccountancyCodesForMode=Eroare la preluarea conturilor contabile pentru metoda de amortizare '%s'
+AssetErrorDeleteAccountancyCodesForMode=Eroare la ștergerea conturilor contabile pentru metoda de amortizare '%s'.
+AssetErrorInsertAccountancyCodesForMode=Eroare la introducerea conturilor contabile pentru metoda de amortizare '%s'
+AssetErrorFetchDepreciationOptionsForMode=Eroare la preluarea opțiunilor pentru metoda de amortizare '%s'.
+AssetErrorDeleteDepreciationOptionsForMode=Eroare la ștergerea opțiunilor pentru metoda de amortizare '%s'.
+AssetErrorInsertDepreciationOptionsForMode=Eroare la inserarea opțiunilor pentru metoda de amortizare '%s'.
+AssetErrorFetchDepreciationLines=Eroare la preluarea liniilor de amortizare înregistrate
+AssetErrorClearDepreciationLines=Eroare la curățarea liniilor de amortizare înregistrate (ajustări și amortizări viitoare)
+AssetErrorAddDepreciationLine=Eroare la adăugarea unei linii de amortizare
+AssetErrorCalculationDepreciationLines=Eroare la calcularea liniilor de amortizare (de recuperare și viitoare)
+AssetErrorReversalDateNotProvidedForMode=Data de ajustare nu este prevăzută pentru metoda de amortizare '%s'
+AssetErrorReversalDateNotGreaterThanCurrentBeginFiscalDateForMode=Data de ajustare trebuie să fie mai mare sau egală cu începutul anului fiscal curent pentru metoda de amortizare '%s'
+AssetErrorReversalAmountNotProvidedForMode=Pentru metoda de amortizare '%s' nu este prevăzută valoarea de ajustare.
+AssetErrorFetchCumulativeDepreciation=Eroare la preluarea valorii amortizare acumulată din linia de amortizare
+AssetErrorSetLastCumulativeDepreciation=Eroare la înregistrarea ultimei valori de amortizare acumulată
diff --git a/htdocs/langs/ro_RO/banks.lang b/htdocs/langs/ro_RO/banks.lang
index 27706fac7b7..9b5a283c6cb 100644
--- a/htdocs/langs/ro_RO/banks.lang
+++ b/htdocs/langs/ro_RO/banks.lang
@@ -95,11 +95,11 @@ LineRecord=Tranzacţie
AddBankRecord=Adaugă intrare
AddBankRecordLong=Adăugă intrare manuală
Conciliated=Reconciliat
-ConciliatedBy=Reconciliat de
+ReConciliedBy=Reconciliat de
DateConciliating=Dată reconciliere
BankLineConciliated=Tranzacţie reconciliată cu extras bancar
-Reconciled=Reconciliat
-NotReconciled=Ne-reconciliat
+BankLineReconciled=Reconciliat
+BankLineNotReconciled=Ne-reconciliat
CustomerInvoicePayment=Plată client
SupplierInvoicePayment=Plată furnizor
SubscriptionPayment=Plată cotizaţie
@@ -182,3 +182,6 @@ IfYouDontReconcileDisableProperty= Dacă nu faceți decontări bancare pe unele
NoBankAccountDefined=Nu a fost definit niciun cont bancar
NoRecordFoundIBankcAccount=Nu s-a găsit nicio înregistrare în contul bancar. În mod obișnuit, acest lucru se întâmplă atunci când o înregistrare a fost ștearsă manual din lista tranzacțiilor din contul bancar (de exemplu, în timpul decontării contului bancar). Un alt motiv este că plata a fost înregistrată când modulul "%s" a fost dezactivat.
AlreadyOneBankAccount=Este deja definit un cont bancar
+SEPAXMLPlacePaymentTypeInformationInCreditTransfertransactionInformation=Transfer SEPA: 'Tip de plată' la nivelul 'Transfer de credit'.
+SEPAXMLPlacePaymentTypeInformationInCreditTransfertransactionInformationHelp=Când se generează un fișier XML SEPA pentru transferuri de credit, secțiunea "PaymentTypeInformation" poate fi acum plasată în secțiunea "CreditTransferTransactionInformation" (în loc de secțiunea "Plată"). Vă recomandăm insistent să păstrați această casetă nebifată pentru a plasa PaymentTypeInformation la nivel de plată, deoarece toate băncile nu o vor accepta neapărat la nivel de CreditTransferTransactionInformation. Contactați banca înainte de a plasa PaymentTypeInformation la nivel CreditTransferTransactionInformation.
+ToCreateRelatedRecordIntoBank=De creat înregistrarea bancară aferentă care lipseşte
diff --git a/htdocs/langs/ro_RO/bills.lang b/htdocs/langs/ro_RO/bills.lang
index 1e1faff0685..875d4fc5854 100644
--- a/htdocs/langs/ro_RO/bills.lang
+++ b/htdocs/langs/ro_RO/bills.lang
@@ -156,6 +156,7 @@ ErrorInvoiceAvoirMustBeNegative=Eroare, factura de corecţie trebuie să aibă o
ErrorInvoiceOfThisTypeMustBePositive=Eroare, acets tip de factură trebuie să aibă valori pozitive(sau nule) fară TVA
ErrorCantCancelIfReplacementInvoiceNotValidated=Eroare, nu se poate anula o factură care a fost înlocuită cu o altă factură, şi care este încă schiţă
ErrorThisPartOrAnotherIsAlreadyUsedSoDiscountSerieCantBeRemoved=Această parte sau alta este deja utilizată, astfel încât seria de reduceri nu poate fi eliminată.
+ErrorInvoiceIsNotLastOfSameType=Eroare: Data facturii %s este %s. Trebuie să fie ulterioară sau egală cu ultima dată pentru facturile de același tip (%s). Modificăă data facturii.
BillFrom=De la
BillTo=La
ActionsOnBill=Evenimente pe factură
@@ -282,6 +283,8 @@ RecurringInvoices=Facturi recurente
RecurringInvoice=Factură recurentă
RepeatableInvoice=Model factura
RepeatableInvoices=Modele facturi
+RecurringInvoicesJob=Generare facturi recurente (facturi de vânzare)
+RecurringSupplierInvoicesJob=Generare facturi recurente (facturi de achiziţie)
Repeatable=Model
Repeatables=Modele
ChangeIntoRepeatableInvoice=Converteşte in model factură
@@ -482,6 +485,7 @@ PaymentByChequeOrderedToShort=Plățile cu cec (cu taxe) se fac către
SendTo=trimis la
PaymentByTransferOnThisBankAccount=Plată prin transfer către următorul cont bancar
VATIsNotUsedForInvoice=* TVA neaplicabil art-293B din CGI
+VATIsNotUsedForInvoiceAsso=* TVA neaplicabil art-261-7 of CGI
LawApplicationPart1=Prin aplicarea legii 80.335 din 12.05.80
LawApplicationPart2=mărfurile rămân în proprietatea
LawApplicationPart3=vânzătorul până la plată integrală
@@ -599,7 +603,6 @@ BILL_SUPPLIER_DELETEInDolibarr=Factură furnizor ştearsă
UnitPriceXQtyLessDiscount=Preţ unitar x Cantitate - Discount
CustomersInvoicesArea=Facturare clienţi
SupplierInvoicesArea=Facturare furnizori
-FacParentLine=Linie de facturare părinte
SituationTotalRayToRest=Rest de plată fără taxe
PDFSituationTitle=Situaţia nr. %d
SituationTotalProgress=Progres total %d %%
@@ -607,3 +610,5 @@ SearchUnpaidInvoicesWithDueDate=Căutare facturi neplătite cu o dată scadentă
NoPaymentAvailable=Nicio plată disponibilă pentru %s
PaymentRegisteredAndInvoiceSetToPaid=Plata a fost înregistrată și factura %s setată ca la plătită
SendEmailsRemindersOnInvoiceDueDate=Trimite reminder pe email pentru facturile neîncasate
+MakePaymentAndClassifyPayed=Înregistrare plată
+BulkPaymentNotPossibleForInvoice=Plata bulk nu este posibilă pentru factura %s (tip sau status greșit)
diff --git a/htdocs/langs/ro_RO/categories.lang b/htdocs/langs/ro_RO/categories.lang
index 98ae521426f..56e0304107e 100644
--- a/htdocs/langs/ro_RO/categories.lang
+++ b/htdocs/langs/ro_RO/categories.lang
@@ -90,6 +90,7 @@ CategorieRecursivHelp=Dacă opțiunea este activă, când adăugați un produs
AddProductServiceIntoCategory=Adaugă următoarele produse/servicii
AddCustomerIntoCategory=Atribuire categorie clientului
AddSupplierIntoCategory=Atribuire categorie furnizorului
+AssignCategoryTo=Asignare categorie la
ShowCategory=Arată tag/categorie
ByDefaultInList=Implicit în listă
ChooseCategory=Alegeți categoria
diff --git a/htdocs/langs/ro_RO/companies.lang b/htdocs/langs/ro_RO/companies.lang
index d20e2dca917..fa715c0dd8f 100644
--- a/htdocs/langs/ro_RO/companies.lang
+++ b/htdocs/langs/ro_RO/companies.lang
@@ -19,6 +19,7 @@ ProspectionArea=Prospecţi
IdThirdParty=ID Terţ
IdCompany=ID Societate
IdContact=Id Contact
+ThirdPartyAddress=Adresă terţ
ThirdPartyContacts=Contacte terți
ThirdPartyContact=Contact/adresă terț
Company=Societate
@@ -51,6 +52,8 @@ CivilityCode=Mod adresare
RegisteredOffice=Sediu social
Lastname=Nume
Firstname=Prenume
+RefEmployee=Referinţă angajat
+NationalRegistrationNumber=Număr de înregistrare naţional
PostOrFunction=Funcţie
UserTitle=Titlu
NatureOfThirdParty=Natură terț
@@ -359,7 +362,7 @@ ListOfThirdParties=Listă terți
ShowCompany=Terţi
ShowContact=Contact-Adresă
ContactsAllShort=Toate (fără filtru)
-ContactType=Tip contact
+ContactType=Rol contact
ContactForOrders=Contact comenzi
ContactForOrdersOrShipments=Contact comenzi sau livrări
ContactForProposals=Contact ofertă comercială
diff --git a/htdocs/langs/ro_RO/compta.lang b/htdocs/langs/ro_RO/compta.lang
index 338aa10ddae..d5ea56b4144 100644
--- a/htdocs/langs/ro_RO/compta.lang
+++ b/htdocs/langs/ro_RO/compta.lang
@@ -146,9 +146,11 @@ ConfirmPaySalary=Sigur doriți să clasificați acest salariu pe card drept plă
DeleteSocialContribution=Şterge o plată de taxe sociale sau fiscale
DeleteVAT=Şterge o declaraţie de TVA
DeleteSalary=Şterge un card de salarii
+DeleteVariousPayment=Şterge plată diversă
ConfirmDeleteSocialContribution=Sigur doriți să ștergeți această plată pentru taxa fiscală/socială?
ConfirmDeleteVAT=Sigur doriți să ștergeți această declarație de TVA?
-ConfirmDeleteSalary=Sigur doriți să ștergeți acest salariu?
+ConfirmDeleteSalary=Sigur vrei să ştergi acest salariu?
+ConfirmDeleteVariousPayment=Sigur vrei să ştergi această plată diversă?
ExportDataset_tax_1=Taxe sociale și fiscale și plăți
CalcModeVATDebt=Mod %s TVA pe baza contabilității de angajament %s.
CalcModeVATEngagement=Mod %s TVA pe bază venituri-cheltuieli%s.
@@ -287,9 +289,9 @@ ReportPurchaseTurnover=Cifra de afaceri pe achiziţii facturate
ReportPurchaseTurnoverCollected=Cifra de afaceri colectată din achiziţii
IncludeVarpaysInResults = Include plăţile diverse în rapoarte
IncludeLoansInResults = Includeți creditele - împrumuturile în rapoarte
-InvoiceLate30Days = Facturi întârziate (> 30 zile)
-InvoiceLate15Days = Facturi întârziate (15 - 30 zile)
-InvoiceLateMinus15Days = Facturi întârziate (< 15 zile)
+InvoiceLate30Days = Întârziat (> 30 zile)
+InvoiceLate15Days = Întârziat (15 - 30 zile)
+InvoiceLateMinus15Days = Întârziat (< 15 zile)
InvoiceNotLate = De încasat (< 15 zile)
InvoiceNotLate15Days = De încasat (15 - 30 zile)
InvoiceNotLate30Days = De încasat (> 30 zile)
diff --git a/htdocs/langs/ro_RO/errors.lang b/htdocs/langs/ro_RO/errors.lang
index bb74b86bc27..5de73412934 100644
--- a/htdocs/langs/ro_RO/errors.lang
+++ b/htdocs/langs/ro_RO/errors.lang
@@ -9,6 +9,7 @@ ErrorBadMXDomain=Adresa de email %s pare incorectă (domeniul nu are o înregist
ErrorBadUrl=Url-ul %s este incorect
ErrorBadValueForParamNotAString=Valoare greșită pentru parametru. Se adaugă, în general, atunci când traducerea lipsește.
ErrorRefAlreadyExists=Referinţa %s există deja.
+ErrorTitleAlreadyExists=Titlul %s există deja.
ErrorLoginAlreadyExists=Login-ul %s există deja.
ErrorGroupAlreadyExists=Grupul %s există deja.
ErrorEmailAlreadyExists=Email-ul %s există deja.
@@ -66,7 +67,7 @@ ErrorDestinationAlreadyExists=Un fişier cu numele %s există deja.
ErrorPartialFile=Fişierul nu a fost recepţionat complet de server.
ErrorNoTmpDir=Directorul temporar %s nu există.
ErrorUploadBlockedByAddon=Încărcarea este blocată de un plugin PHP/Apache.
-ErrorFileSizeTooLarge=Dimensiunea fişierului este prea mare.
+ErrorFileSizeTooLarge=Dimensiunea fișierului este prea mare sau fișierul nu este furnizat.
ErrorFieldTooLong=Câmpul %s este prea lung.
ErrorSizeTooLongForIntType=Dimensiunea este prea mare pentru tipul int (%s cifre maxim)
ErrorSizeTooLongForVarcharType=Dimensiune prea mare pentru tipul string(%s caractere maxim)
@@ -277,6 +278,11 @@ ErrorIsNotADraft=%s nu este o schiţă
ErrorExecIdFailed=Nu se poate executa comanda "id"
ErrorBadCharIntoLoginName=Caracter nepermis în numele de utilizator
ErrorRequestTooLarge=Eroare, cererea este prea mare
+ErrorNotApproverForHoliday=Nu eşti persoana care aprobă pentru concediul %s
+ErrorAttributeIsUsedIntoProduct=Acest atribut este utilizat în una sau mai multe variante de produs
+ErrorAttributeValueIsUsedIntoProduct=Această valoare de atribut este utilizată în una sau mai multe variante de produs
+ErrorPaymentInBothCurrency=Eroare, toate sumele trebuiesc introduse în aceiaşi coloană
+ErrorYouTryToPayInvoicesInACurrencyFromBankWithAnotherCurrency=Încerci să plăteşti facturile în moneda %s dintr-un cont cu moneda%s
# Warnings
WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Parametrul tău PHP upload_max_filesize (%s) este mai mare decât paramentrul PHP post_max_size (%s). Aceasta nu este o configuraţie consistentă.
diff --git a/htdocs/langs/ro_RO/eventorganization.lang b/htdocs/langs/ro_RO/eventorganization.lang
index e82c24945da..cf0a4ced492 100644
--- a/htdocs/langs/ro_RO/eventorganization.lang
+++ b/htdocs/langs/ro_RO/eventorganization.lang
@@ -37,7 +37,8 @@ EventOrganization=Organizare eveniment
Settings=Configurări
EventOrganizationSetupPage = Pagină de configurare Organizare evenimente
EVENTORGANIZATION_TASK_LABEL = Etichetă task-uri de creat automat atunci când proiectul este validat
-EVENTORGANIZATION_TASK_LABELTooltip = Când validezi un eveniment organizat, unele task-uri pot fi create automat în proiect
De exemplu:
Apel telefonic pentru conferință
Apel telefonic pentru Stand
Primire apel telefonic pentru conferințe
Primire apel telefonic pentru Stand
Deschidere înscrieri la evenimente pentru participanți
Trimitere remindere eveniment către speaker-i
Trimitere reminder eveniment către gazdă stand
Trimitere reminder eveniment către participanți
+EVENTORGANIZATION_TASK_LABELTooltip = Când validați un eveniment de organizare, unele task-uri pot fi create automat în proiect.
De exemplu:
Apelare telefonică pentru conferințe
Apelare telefonică pentru stand-uri
Validare propuneri pentru conferințe
Validare aplicare pentru stand-uri
Deschidere înscriere la la eveniment pentru participanți
Trimitere reminder eveniment pentru speaker-i
Trimitere reminder eveniment pentru găzduitorii de stand-uri
Trimitere reminder eveniment către participanți
+EVENTORGANIZATION_TASK_LABELTooltip2=Lasă necompletat dacă nu ai nevoie să creezi task-uri în mod automat.
EVENTORGANIZATION_CATEG_THIRDPARTY_CONF = Categorie de adăugat terților creaţi automat atunci când cineva sugerează o conferință
EVENTORGANIZATION_CATEG_THIRDPARTY_BOOTH = Categorie de adăugat terților creaţi automat atunci când propun un stand
EVENTORGANIZATION_TEMPLATE_EMAIL_ASK_CONF = Șablon email de trimis după primirea unei sugestii de conferință.
@@ -165,3 +166,4 @@ EmailCompanyForInvoice=Email companie (pentru facturare, dacă diferă de cel al
ErrorSeveralCompaniesWithEmailContactUs=Au fost găsite mai multe companii cu acest email, nu putem valida automat înregistrarea dumneavoastră. Vă rugăm să ne contactați la %s pentru o validare manuală
ErrorSeveralCompaniesWithNameContactUs=Au fost găsite mai multe companii cu acest nume, nu putem valida automat înregistrarea dumneavoastră. Vă rugăm să ne contactați la %s pentru o validare manuală
NoPublicActionsAllowedForThisEvent=Nu sunt acțiuni publice deschise pentru acest eveniment
+MaxNbOfAttendees=Număr maxim de participanți
diff --git a/htdocs/langs/ro_RO/hrm.lang b/htdocs/langs/ro_RO/hrm.lang
index e96b565427f..5aabf0e0572 100644
--- a/htdocs/langs/ro_RO/hrm.lang
+++ b/htdocs/langs/ro_RO/hrm.lang
@@ -20,13 +20,14 @@ Employee=Angajat
NewEmployee=Angajat nou
ListOfEmployees=Lista angajaţilor
HrmSetup=Configurare Modul HRM
-HRM_MAXRANK=Rang maxim pentru abilitate
+SkillsManagement=Management abilităţi
+HRM_MAXRANK=Numărul maxim de niveluri pentru a clasifica o abilitate
HRM_DEFAULT_SKILL_DESCRIPTION=Descriere implicită a rangurilor la crearea de abilități
deplacement=Schimb
DateEval=Dată evaluare
JobCard=Fişă job
-Job=Job
-Jobs=Joburi
+JobPosition=Job
+JobsPosition=Joburi
NewSkill=Aptitudine nouă
SkillType=Tip aptitudine
Skilldets=Listă ranguri pentru această abilitate
@@ -47,9 +48,8 @@ ConfirmValidateEvaluation=Eşti sigur că vrei să validezi această evaluare cu
EvaluationCard=Fişă evaluare
RequiredRank=Rang necesar pentru acest post
EmployeeRank=Rang angajat pentru această abilitate
-Position=Funcţie
-Positions=Poziţii
-PositionCard=Fişă poziţie - post
+EmployeePosition=Funcţie angajat
+EmployeePositions=Funcţii angajaţi
EmployeesInThisPosition=Angajaţii în această poziţie - funcţie
group1ToCompare=Grup de utilizatori de analizat
group2ToCompare=Grup de utilizatori secundar pentru comparare
@@ -79,3 +79,12 @@ NoEval=Nicio evaluare efectuată pentru acest angajat
HowManyUserWithThisMaxNote=Număr de utilizatori cu acest rang
HighestRank=Cel mai mare rang
SkillComparison=Comparaţie aptitudini
+ActionsOnJob=Evenimente pe acest job
+VacantPosition=post vacant
+VacantCheckboxHelper=Bifarea acestei opțiuni va afișa posturile neocupate (posturile vacante)
+SaveAddSkill = Aptitudine(i) adăugat
+SaveLevelSkill = Nivel aptitudine(i) salvat
+DeleteSkill = Aptitudine ştearsă
+SkillsExtraFields=Atribute suplimentare (Competenţe)
+JobsExtraFields=Atribute suplimentare (Angajaţi)
+EvaluationsExtraFields=Atribute suplimentare (Evaluări)
diff --git a/htdocs/langs/ro_RO/install.lang b/htdocs/langs/ro_RO/install.lang
index e4d18a7c931..8bcecdd1cbc 100644
--- a/htdocs/langs/ro_RO/install.lang
+++ b/htdocs/langs/ro_RO/install.lang
@@ -8,6 +8,7 @@ ConfFileIsNotWritable=Fișierul de configurare %s nu poate fi scris. Ve
ConfFileIsWritable=Fişierul de configurare %s se poate scrie.
ConfFileMustBeAFileNotADir=Fișierul de configurare %s trebuie să fie un fișier, nu un director.
ConfFileReload=Reîncărcarea parametrilor din fișierul de configurare.
+NoReadableConfFileSoStartInstall=Fișierul de configurare conf/conf.php nu există sau nu este citibil. Vom rula procesul de instalare pentru a încerca să-l inițializam.
PHPSupportPOSTGETOk=Acest PHP suportă variabile POST şi GET.
PHPSupportPOSTGETKo=Este posibil ca configurarea PHP să nu accepte variabilele POST și/sau GET. Verificați parametrul variables_order în php.ini.
PHPSupportSessions=Acest PHP susţine sesiuni.
diff --git a/htdocs/langs/ro_RO/interventions.lang b/htdocs/langs/ro_RO/interventions.lang
index 04476dcfd4e..ecbfb5e2358 100644
--- a/htdocs/langs/ro_RO/interventions.lang
+++ b/htdocs/langs/ro_RO/interventions.lang
@@ -66,3 +66,5 @@ RepeatableIntervention=Şablon intervenţie
ToCreateAPredefinedIntervention=Pentru a crea o intervenţie predefinită sau recurentă, creează o intervenţie obişnuită şi converteşte-o într-un şablon
ConfirmReopenIntervention=Eşti sigur că vrei să re-deschizi intervenţia %s?
GenerateInter=Generare intervenţie
+FichinterNoContractLinked=Intervenţia %s a fost creată fără un contract asociat.
+ErrorFicheinterCompanyDoesNotExist=Compania nu există. Intervenția nu a fost creată.
diff --git a/htdocs/langs/ro_RO/main.lang b/htdocs/langs/ro_RO/main.lang
index f66b50ed06a..c7e5efca43d 100644
--- a/htdocs/langs/ro_RO/main.lang
+++ b/htdocs/langs/ro_RO/main.lang
@@ -244,6 +244,7 @@ Designation=Descriere
DescriptionOfLine=Descriere de linie
DateOfLine=Data liniei
DurationOfLine=Durata liniei
+ParentLine=ID linie părinte
Model=Șablonul documentului
DefaultModel=Șablonul implicit document
Action=Eveniment
@@ -517,6 +518,7 @@ or=sau
Other=Alt
Others=Altele
OtherInformations=Alte informații
+Workflow=Flux de lucru
Quantity=Cantitate
Qty=Cant
ChangedBy=Modificat de
@@ -619,6 +621,7 @@ MonthVeryShort11=N
MonthVeryShort12=D
AttachedFiles=Fişiere şi documente ataşate
JoinMainDoc=Alăturați documentului principal
+JoinMainDocOrLastGenerated=Trimite documentul principal sau ultimul generat dacă nu este găsit
DateFormatYYYYMM=YYYY-MM
DateFormatYYYYMMDD=YYYY-MM-DD
DateFormatYYYYMMDDHHMM=YYYY-MM-DD HH:SS
@@ -1164,3 +1167,10 @@ NotClosedYet=Neînchis
ClearSignature=Resetare semnătură
CanceledHidden=Ascunde anulate
CanceledShown=Afişează anulate
+Terminate=Terminare
+Terminated=Terminat
+AddLineOnPosition=Adaugă linie pe poziție (la sfârșit dacă este goală)
+ConfirmAllocateCommercial=Confirmare asignare reprezentant vânzări
+ConfirmAllocateCommercialQuestion=Sigur vrei să asignezi %s la înregistră(rile) selectate?
+CommercialsAffected=Reprezentanții de vânzări afectați
+CommercialAffected=Reprezentantul de vânzări afectat
diff --git a/htdocs/langs/ro_RO/members.lang b/htdocs/langs/ro_RO/members.lang
index 3d32a26cba8..352ea5cf38b 100644
--- a/htdocs/langs/ro_RO/members.lang
+++ b/htdocs/langs/ro_RO/members.lang
@@ -15,7 +15,7 @@ ErrorMemberIsAlreadyLinkedToThisThirdParty=Un alt membru (nume:%s, log
ErrorUserPermissionAllowsToLinksToItselfOnly=Din motive de securitate, trebuie să aveţi drepturi de a modifica toţi utilizatorii pentru a putea asocia un membru unui utilizator altul decât tine.
SetLinkToUser=Asociere utilizator sistem
SetLinkToThirdParty=Asociere terţ din sistem
-MembersCards=Cărţi de vizită pentru membri
+MembersCards=Generare carduri pentru membri
MembersList=Listă de membri
MembersListToValid=Listă membri schiţă (de validat)
MembersListValid=Lista de membri validaţi
@@ -159,11 +159,11 @@ HTPasswordExport=Generare fişier htpassword
NoThirdPartyAssociatedToMember=Niciun terţ asociat cu acest membru
MembersAndSubscriptions=Membri şi Contribuţii
MoreActions=Acţiuni suplimentare la înregistrare
-MoreActionsOnSubscription=Acțiune complementară, sugerată implicit la înregistrarea unei contribuții
+MoreActionsOnSubscription=Acțiune complementară sugerată în mod implicit la înregistrarea unei contribuții, efectuată automat la plata online a unei contribuții
MoreActionBankDirect=Creați o intrare directă în contul bancar
MoreActionBankViaInvoice=Creați o factură și o plată în contul bancar
MoreActionInvoiceOnly=Crează o factură fără plată
-LinkToGeneratedPages=Generare cărţi de vizită
+LinkToGeneratedPages=Generare de cărți de vizită sau carduri cu adresă
LinkToGeneratedPagesDesc=Acest ecran îţi permite să generezi fişiere PDF cu cărţi de vizită pentru toţi membri sau pentru un anumit membru.
DocForAllMembersCards=Generează cărţi de vizită pentru toţi membrii
DocForOneMemberCards=Generează cărţi de vizită pentru un anumit membru
diff --git a/htdocs/langs/ro_RO/modulebuilder.lang b/htdocs/langs/ro_RO/modulebuilder.lang
index e81b9a6bf84..50f0657b4d1 100644
--- a/htdocs/langs/ro_RO/modulebuilder.lang
+++ b/htdocs/langs/ro_RO/modulebuilder.lang
@@ -52,7 +52,7 @@ LanguageFile=Fișier pentru limbă
ObjectProperties=Proprietăţi obiect
ConfirmDeleteProperty=Sigur doriți să ștergeți proprietatea %s? Acest lucru va schimba codul în clasa PHP, dar va elimina și coloana din definiția tabelului de obiect.
NotNull=Nu NUL
-NotNullDesc=1 = Setează baza de date la NOT NULL. -1 = Permite valorile null și valoarea forțată la NULL dacă este goală ('' sau 0).
+NotNullDesc=1=Setare baza de date la NOT NULL, 0=Permite valori nule, -1=Permite valori nule forțând valoarea la NULL dacă este goală ('' sau 0)
SearchAll=Folosit pentru "căutare tot"
DatabaseIndex=Indexul bazei de date
FileAlreadyExists=Fișierul %s există deja
@@ -94,7 +94,7 @@ LanguageDefDesc=Introdu în aceste fișiere, toate cheile de traducere și tradu
MenusDefDesc=Defineşte aici meniurile generate de modulul tău
DictionariesDefDesc=Defineşte aici dicţionarele furnizate de modulul tău
PermissionsDefDesc=Defineşte aici noile permisiuni furnizate de modulul tău
-MenusDefDescTooltip=Meniurile furnizate de modulul/aplicația dvs. sunt definite în tabloul $this->menus în fișierul de descriere al modulului. Puteți edita manual acest fișier sau puteți utiliza editorul încorporat.
Notă: odată definit (și reactivat modulul), meniurile sunt vizibile și în editorul de meniu disponibil pentru administratori la %s.
+MenusDefDescTooltip=Meniurile furnizate de modul/aplicație sunt definite în matricea $this->menus în fișierul descriptor al modulului. Poți edita manual acest fișier sau utiliza editorul încorporat.
Notă: Odată definite (și modulul reactivat), meniurile sunt vizibile și în editorul de meniu disponibil utilizatorilor administratori în %s.
DictionariesDefDescTooltip=Dicționarele furnizate de modulul/aplicația dvs. sunt definite în tabloul $ this->dictionaries în fișierul de descriere al modulului. Puteți edita manual acest fișier sau puteți utiliza editorul încorporat.
Notă: Modulul o dată definit (și reactivat), dicționarele lui sunt vizibile și în zona de configurare pentru administratori la %s.
PermissionsDefDescTooltip= Permisiunile furnizate de modulul/aplicația dvs. sunt definite în matricea $ this->rights în fișierul de descriere al modulului. Puteți edita manual acest fișier sau puteți utiliza editorul încorporat.
Notă: Modulul o dată definit (și reactivat), permisiunile sunt vizibile în configurarea de bază a permisiunilor %s.
HooksDefDesc=Definiți în proprietatea module_parts['hooks'] , în descriptorul modulului, contextul de cârlige pe care doreşti să îl gestionezi (lista de contexte poate fi găsită printr-o căutare după 'initHooks(' în codul nucleu)
Editează fișierul cârlig hook pentru a adăuga cod cu funcțiile tale (funcțiile care pot fi legate pot fi găsite printr-o căutare după 'executeHooks' în codul nucleu).
@@ -110,7 +110,7 @@ DropTableIfEmpty=(Distruge tabelul dacă este gol)
TableDoesNotExists=Tabelul %s nu există
TableDropped=Tabelul %s a fost șters
InitStructureFromExistingTable=Construiți șirul de structură al unui tabel existent
-UseAboutPage=Dezactivați pagina Despre
+UseAboutPage=Nu genera pagina Despre
UseDocFolder=Dezactivați dosarul de documentare
UseSpecificReadme=Utilizați un anumit ReadMe
ContentOfREADMECustomized=Notă: Conținutul fișierului README.md a fost înlocuit cu valoarea specifică definită la configurarea ModuleBuilder.
@@ -127,9 +127,9 @@ UseSpecificEditorURL = Utilizează un URL specificat de editor
UseSpecificFamily = Utilizează o familie specifică
UseSpecificAuthor = Utilizează un autor specific
UseSpecificVersion = Utilizează o versiune iniţială specifică
-IncludeRefGeneration=Referinţa obiectului trebuie să fie generată automat
-IncludeRefGenerationHelp=Bifează aceasta dacă vrei să incluzi cod de management pentru generarea automată a referinţei
-IncludeDocGeneration=Vreau să generez documente din obiect
+IncludeRefGeneration=The reference of object must be generated automatically by custom numbering rules
+IncludeRefGenerationHelp=Check this if you want to include code to manage the generation of the reference automatically using custom numbering rules
+IncludeDocGeneration=I want to generate some documents from templates for the object
IncludeDocGenerationHelp=Dacă bifaţi, va fi generat cod pentru a adăuga o casetă "Generare document" în înregistrarea respectivă.
ShowOnCombobox=Afişează valoare în combox
KeyForTooltip=Cheie pentru tooltip
@@ -138,10 +138,15 @@ CSSViewClass=CSS pentru vizualizare formular
CSSListClass=CSS pentru listă
NotEditable=Needitabil
ForeignKey=Cheie străină
-TypeOfFieldsHelp=Tip de câmpuri:
varchar (99), double(24,8), real, text, html, datetime, timestamp, integer, integer:ClassName:relativepath/to/classfile.class.php [: 1 [: filter]] ( '1' înseamnă că adăugăm un buton + după combo pentru a crea înregistrarea, 'filtru' poate fi 'status = 1 ȘI fk_user = __USER_ID ȘI entity IN (__SHARED_ENTITIES__)', de exemplu)
+TypeOfFieldsHelp=Tip de câmpuri:
varchar(99), double(24,8), real, text, html, datetime, timestamp, integer, integer:ClassName:relativepath/to/classfile.class.php[:1[:filter]]
'1” înseamnă că adăugăm un buton + după combo pentru a crea înregistrarea
'filter' este o condiție sql, de exemplu: 'status=1 AND fk_user=__USER_ID__ AND entity IN (__SHARED_ENTITIES__)'
AsciiToHtmlConverter=Convertor ASCII la HTML
AsciiToPdfConverter=Convertor ASCII la PDF
TableNotEmptyDropCanceled=Tabelul nu este gol. Operaţiunea de drop a fost anulată.
ModuleBuilderNotAllowed=Generatorul de module este disponibil, dar nu-ţi este permis să-l utilizezi.
ImportExportProfiles=Profile import şi export
-ValidateModBuilderDesc=Introdu 1 dacă acest câmp trebuie validat cu $this->validateField() sau 0 dacă este necesară validarea
+ValidateModBuilderDesc=Setează la 1 dacă vrei ca metoda $this->validateField() a obiectului să fie apelată pentru a valida conținutul câmpului în timpul inserării sau actualizării. Setează la 0 dacă nu este necesară validarea.
+WarningDatabaseIsNotUpdated=Atenţie: baza de date nu este actualizată automat, trebuie să distrugi tabelele și să dezactivezi modulul pentru a recrea tabelele
+LinkToParentMenu=Meniu părinte (fk_xxxxmenu)
+ListOfTabsEntries=Listă tab-uri
+TabsDefDesc=Defineşte aici tab-urile furnizate de modulul tău
+TabsDefDescTooltip=Tab-urile furnizate de modulul/aplicația ta sunt definite în matricea $this->tabs în fișierul descriptor al modulului. Poți edita manual acest fișier sau poți utiliza editorul încorporat.
diff --git a/htdocs/langs/ro_RO/mrp.lang b/htdocs/langs/ro_RO/mrp.lang
index b6473445811..0294cc43590 100644
--- a/htdocs/langs/ro_RO/mrp.lang
+++ b/htdocs/langs/ro_RO/mrp.lang
@@ -69,6 +69,8 @@ ForAQuantityToConsumeOf=Pentru o cantitate de dezasamblat din %s
ConfirmValidateMo=Eşti sigur că vrei să validezi această Comandă de producţie?
ConfirmProductionDesc=Făcând clic pe '%s', veți valida consumul și/sau producția pentru cantitățile stabilite. Acest lucru va actualiza, de asemenea, stocurile și vor înregistra mișcările de stoc.
ProductionForRef=Producţia a %s
+CancelProductionForRef=Anulare scădere stoc pentru produsul %s
+TooltipDeleteAndRevertStockMovement=Șterge linia și inversează mișcarea de stoc
AutoCloseMO=Închidere automată Comandă de fabricație dacă se ating cantitățile de consumat și de fabricat
NoStockChangeOnServices=Fără modificări de stoc pentru servicii
ProductQtyToConsumeByMO=Cantitatea de produs rămasă de consumat pe Comanda de fabricaţie deschisă
@@ -107,3 +109,6 @@ THMEstimatedHelp=Această rată face posibilă definirea unui cost prognozat al
BOM=Bon de materiale
CollapseBOMHelp=Poți defini afișarea implicită a detaliilor nomenclaturii în configurarea modulului BOM
MOAndLines=Comenzi de producţie şi linii
+BOMNetNeeds=Consumuri nete
+TreeStructure=Structură arborescentă
+GroupByProduct=Grupare după produs
diff --git a/htdocs/langs/ro_RO/orders.lang b/htdocs/langs/ro_RO/orders.lang
index 93bf472c0f7..b1b284a125f 100644
--- a/htdocs/langs/ro_RO/orders.lang
+++ b/htdocs/langs/ro_RO/orders.lang
@@ -68,6 +68,8 @@ CreateOrder=Creare comandă
RefuseOrder=Refuz comandă
ApproveOrder=Aprobare comandă
Approve2Order=Aprobă comanda (nivel doi)
+UserApproval=Utilizator pentru aprobare
+UserApproval2=Utilizator pentru aprobare (nivel 2)
ValidateOrder=Validare comandă
UnvalidateOrder=Devalidare comandă
DeleteOrder=Ştergere comadă
@@ -102,6 +104,8 @@ ConfirmCancelOrder=Sigur doriți să anulați această comandă?
ConfirmMakeOrder=Sigur doriți să confirmați că ați făcut această comandă pe %s?
GenerateBill=Generare Factură
ClassifyShipped=Clasează livrată
+PassedInShippedStatus=clasificat ca livrat
+YouCantShipThis=Nu se poate clasifica. Verifică permisiunile utilizatorului
DraftOrders=Comenzi schiţă
DraftSuppliersOrders=Comenzi de achiziţie schiţă
OnProcessOrders=Comenzi în curs de procesare
diff --git a/htdocs/langs/ro_RO/partnership.lang b/htdocs/langs/ro_RO/partnership.lang
index 9764c43c426..416b32bc4ed 100644
--- a/htdocs/langs/ro_RO/partnership.lang
+++ b/htdocs/langs/ro_RO/partnership.lang
@@ -59,6 +59,7 @@ BacklinkNotFoundOnPartnerWebsite=Backlink-ul nu a fost găsit pe site-ul partene
ConfirmClosePartnershipAsk=Sigur vrei să anulezi acest parteneriat?
PartnershipType=Tip parteneriat
PartnershipRefApproved=Parteneriatul %s a fost aprobat
+KeywordToCheckInWebsite=Dacă vrei să verifici dacă un anumit cuvânt cheie este prezent pe site-ul fiecărui partener, definește acest cuvânt cheie aici
#
# Template Mail
@@ -90,3 +91,4 @@ PartnershipAccepted=Acceptat
PartnershipRefused=Refuzat
PartnershipCanceled=Anulat
PartnershipManagedFor=Partenerii sunt
+
diff --git a/htdocs/langs/ro_RO/products.lang b/htdocs/langs/ro_RO/products.lang
index e4f41e550e8..8b1bd5995fa 100644
--- a/htdocs/langs/ro_RO/products.lang
+++ b/htdocs/langs/ro_RO/products.lang
@@ -137,7 +137,8 @@ ConfirmDeleteProductLine=Sunteţi sigur că doriţi să ştergeţi această lini
ProductSpecial=Special
QtyMin= Cantitate minimă de achiziţionat
PriceQtyMin=Preţ cantitate minimă
-PriceQtyMinCurrency=Preț (monedă) pentru această cantitate. (fără discount)
+PriceQtyMinCurrency=Preţ (monedă) pt. această cantitate.
+WithoutDiscount=Fără discount
VATRateForSupplierProduct=Cota TVA (pentru acest furnizor/produs)
DiscountQtyMin=Reducere pentru această cantitate.
NoPriceDefinedForThisSupplier=Nu există preț/cantitate definite pentru acest furnizor/produs
@@ -346,7 +347,7 @@ UseProductFournDesc=Adăugați o caracteristică pentru a defini descrierea prod
ProductSupplierDescription=Descrierea furnizorului pentru produs
UseProductSupplierPackaging=Utilizați împachetările la prețurile furnizor (recalculați cantitățile în funcție de împachetările stabilite la prețurile de furnizor atunci când adăugați/actualizați linia în documentele furnizorului)
PackagingForThisProduct=Împachetare
-PackagingForThisProductDesc=Pe comanda de achiziţie, veți comanda automat această cantitate (sau un multiplu al acestei cantități). Nu poate fi mai mică decât cantitatea minimă de achiziţie
+PackagingForThisProductDesc=Vei achiziţiona automat un multiplu din această cantitate.
QtyRecalculatedWithPackaging=Cantitatea liniei a fost recalculată conform împachetării furnizorului
#Attributes
@@ -408,6 +409,18 @@ mandatoryHelper=Bifează dacă doreşti un mesaj către utilizator la crearea/va
DefaultBOM=Bon de consum implicit
DefaultBOMDesc=Bon de consum implicit recomandat pentru fabricarea acestui produs. Acest câmp poate fi setat numai dacă natura produsului este '%s'.
Rank=Rang
+MergeOriginProduct=Produs duplicat (produsul pe care vrei să-l ştergi)
+MergeProducts=Îmbinare produse
+ConfirmMergeProducts=Sigur vrei să îmbini produsul ales cu cel actual? Toate obiectele legate (facturi, comenzi, ...) vor fi mutate în produsul curent, după care produsul ales va fi șters.
+ProductsMergeSuccess=Produsele au fost îmbinate
+ErrorsProductsMerge=Erori la îmbinarea produselor
SwitchOnSaleStatus=Comutare status vânzare
SwitchOnPurchaseStatus=Comutare status achiziţie
StockMouvementExtraFields= Câmpuri suplimentare (mişcare de stoc)
+InventoryExtraFields= Extracâmpuri (inventar)
+ScanOrTypeOrCopyPasteYourBarCodes=Scanează sau introdu sau copiază/lipeşte codurile de bare
+PuttingPricesUpToDate=Actualizare prețuri cu prețurile actuale cunoscute
+PMPExpected=PMP aşteptat
+ExpectedValuation=Evaluare așteptată
+PMPReal=PMP real
+RealValuation=Evaluare reală
diff --git a/htdocs/langs/ro_RO/projects.lang b/htdocs/langs/ro_RO/projects.lang
index 57416e1d619..5c17189eb7d 100644
--- a/htdocs/langs/ro_RO/projects.lang
+++ b/htdocs/langs/ro_RO/projects.lang
@@ -190,6 +190,7 @@ PlannedWorkload=Volum de lucru planificat
PlannedWorkloadShort=Volum de lucru
ProjectReferers=Obiecte asociate
ProjectMustBeValidatedFirst=Proiectul trebuie validat mai întâi
+MustBeValidatedToBeSigned=%s trebuie validată mai întâi pentru a fi setată ca Semnată.
FirstAddRessourceToAllocateTime=Atribuie o resursă utilizator ca şi contact al proiectului pentru a aloca timp
InputPerDay=Input pe zi
InputPerWeek=Input pe saptamană
@@ -287,3 +288,4 @@ ProjectTasksWithoutTimeSpent=Task-uri proiect fără timp consumat
FormForNewLeadDesc=Vă mulțumim că aţi completat formularul pentru a ne contacta. De asemenea, ne puteți trimite un email direct la %s.
ProjectsHavingThisContact=Proiecte care au acest contact
StartDateCannotBeAfterEndDate=Data de sfârşit nu poate fi înaintea datei de început
+ErrorPROJECTLEADERRoleMissingRestoreIt=Rolul "PROJECTLEADER" lipsește sau a fost dezactivat, restaurează dicționarul de tipuri de contacte
diff --git a/htdocs/langs/ro_RO/propal.lang b/htdocs/langs/ro_RO/propal.lang
index 1866ac23e0a..388d721ca19 100644
--- a/htdocs/langs/ro_RO/propal.lang
+++ b/htdocs/langs/ro_RO/propal.lang
@@ -54,6 +54,7 @@ NoDraftProposals=Nicio ofertă schiţă
CopyPropalFrom=Creare ofertă comercială prin copierea uneia existente
CreateEmptyPropal=Creare propunere comercială goală sau dintr-o listă de produse/servicii
DefaultProposalDurationValidity=Durata valabilităţii implicite a ofertei (în zile)
+DefaultPuttingPricesUpToDate=Actualizare prețuri cu prețurile actuale cunoscute la clonarea unei oferte comerciale, în mod implicit
UseCustomerContactAsPropalRecipientIfExist=Utilizați contactul/adresa cu tipul de "Contact urmărire ofertă" dacă este definit în locul adresei terțului ca adresă destinatar a ofertei
ConfirmClonePropal=Sigur doriți să clonați oferta comercială %s?
ConfirmReOpenProp=Sigur doriți să redeschideți oferta comercială %s?
@@ -85,13 +86,26 @@ ProposalCustomerSignature=Acordul scris, ștampila companiei, data și semnătur
ProposalsStatisticsSuppliers=Statistici oferte furnizori
CaseFollowedBy=Caz urmat de
SignedOnly=Doar semnată
+NoSign=Setează ca ne-semnat
+NoSigned=setat ca ne-semnat
+CantBeNoSign=nu poate fi semnat
+ConfirmMassNoSignature=Confirmare bulk setare ca ne-semnate
+ConfirmMassNoSignatureQuestion=Sigur vrei să setezi înregistrările selectate ca ne-semnate?
+IsNotADraft=nu este schiţă
+PassedInOpenStatus=a fost validat
+Sign=Semnare
+Signed=semnat
+ConfirmMassValidation=Confirmare validare bulk
+ConfirmMassSignature=Confirmare semnare bulk
+ConfirmMassValidationQuestion=Eşti sigur că vrei să validezi înregistrările selectate?
+ConfirmMassSignatureQuestion=Eşti sigur că vrei să semnezi înregistrările selectate?
IdProposal=ID Ofertă
IdProduct=ID Produs
-PrParentLine=Linie părinte ofertă
LineBuyPriceHT=Taxare la preţul net de achiziţie pentru linia respectivă
SignPropal=Acceptare ofertă
RefusePropal=Refuză oferta
Sign=Semnare
+NoSign=Setează ca ne-semnat
PropalAlreadySigned=Ofertă deja acceptată
PropalAlreadyRefused=Ofertă deja refuzată
PropalSigned=Ofertă acceptată semnată
diff --git a/htdocs/langs/ro_RO/recruitment.lang b/htdocs/langs/ro_RO/recruitment.lang
index 56ec5509ec2..a274703fbae 100644
--- a/htdocs/langs/ro_RO/recruitment.lang
+++ b/htdocs/langs/ro_RO/recruitment.lang
@@ -74,3 +74,5 @@ JobClosedTextCanceled=Oferta de job este închisă.
ExtrafieldsJobPosition=Atribute complementare (oferte job)
ExtrafieldsApplication=Atribute complementare (aplicări job)
MakeOffer=Fă o ofertă de job
+WeAreRecruiting=Recrutăm. Aceasta este o listă de posturi vacante care trebuiesc ocupate...
+NoPositionOpen=Niciun post vacant la acest moment
diff --git a/htdocs/langs/ro_RO/ticket.lang b/htdocs/langs/ro_RO/ticket.lang
index 934ef465069..09eaec58973 100644
--- a/htdocs/langs/ro_RO/ticket.lang
+++ b/htdocs/langs/ro_RO/ticket.lang
@@ -90,10 +90,10 @@ TicketPublicAccess=O interfață publică care nu necesită identificarea este d
TicketSetupDictionaries=Tipul tichetului, severitatea și codurile analitice sunt configurabile din dicționare
TicketParamModule=Setări variabile modul
TicketParamMail=Setări email
-TicketEmailNotificationFrom=Notificare email de la
-TicketEmailNotificationFromHelp=Folosit în mesajul tichetului de răspuns de exemplu
-TicketEmailNotificationTo=Notificările trimise pe email la
-TicketEmailNotificationToHelp=Trimite notificări prin email la această adresă.
+TicketEmailNotificationFrom=Sender e-mail for ticket answers
+TicketEmailNotificationFromHelp=Sender e-mail for ticket answers sent from Dolibarr
+TicketEmailNotificationTo=Notify ticket creation to this e-mail address
+TicketEmailNotificationToHelp=If present, this e-mail address will be notified of a ticket creation
TicketNewEmailBodyLabel=Mesaj text trimis după crearea unui tichet
TicketNewEmailBodyHelp=Textul specificat aici va fi inserat în emailul care confirmă crearea unui nou tichet din interfața publică. Informațiile privind consultarea tichetului sunt adăugate automat.
TicketParamPublicInterface=Setări interfață publică
@@ -136,6 +136,18 @@ TicketsPublicNotificationNewMessage=Trimite email(uri) atunci când un nou mesaj
TicketsPublicNotificationNewMessageHelp=Trimiteți email(uri) când un nou mesaj este adăugat din interfața publică (utilizatorului atribuit sau adreselor de notificări la (actualizare) și/sau email-ului de notificări către)
TicketPublicNotificationNewMessageDefaultEmail=Notificări email către (actualizare)
TicketPublicNotificationNewMessageDefaultEmailHelp=Trimite un email la această adresă pentru fiecare notificare de mesaj nou dacă tichetul nu are un utilizator atribuit sau dacă utilizatorul nu are niciun email cunoscut.
+TicketsAutoReadTicket=Marcare automată tichet ca citit (când este creat din backoffice)
+TicketsAutoReadTicketHelp=Marcare automată tichet ca citit atunci când este creat din backoffice. Când tichetul este creat din interfața publică, tichetul rămâne cu statusul "Necitit".
+TicketsDelayBeforeFirstAnswer=Un tichet nou ar trebui să primească un prim răspuns înainte de (ore):
+TicketsDelayBeforeFirstAnswerHelp=Dacă un tichet nou nu a primit răspuns după această perioadă de timp (în ore), în vizualizarea listă va fi afișată o pictogramă de avertizare importantă.
+TicketsDelayBetweenAnswers=Un tichet nerezolvat nu ar trebui să fie inactiv timp de (ore):
+TicketsDelayBetweenAnswersHelp=Dacă un tichet nerezolvat care a primit deja un răspuns nu a mai avut interacțiune după această perioadă de timp (în ore), o pictogramă de avertizare va fi afișată în vizualizarea de tip listă.
+TicketsAutoNotifyClose=Notificare automată terţ la închiderea tichetului
+TicketsAutoNotifyCloseHelp=Când închizi un tichet, ţi se va propune să trimiți un mesaj uneia dintre persoanele de contact ale terților. La închiderea în masă, un mesaj va fi trimis unei persoane de contact a terțului asociat tichetului.
+TicketWrongContact=Contactul furnizat nu face parte din contactele asociate pentru tichete. Email-ul nu a fost trimis.
+TicketChooseProductCategory=Categorie de produs pentru tichete suport
+TicketChooseProductCategoryHelp=Selectează categoria de produs pentru tichete de suport. Acesta va fi folosită pentru a asocia automat un contract la un tichet.
+
#
# Index & list page
#
@@ -151,6 +163,8 @@ OrderByDateAsc=Sortare după dată ascendent
OrderByDateDesc=Sortare după dată descendent
ShowAsConversation=Afişare ca listă de conversaţie
MessageListViewType=Afişare listă ca tabel
+ConfirmMassTicketClosingSendEmail=Trimitere automată email-uri la închiderea tichetelor
+ConfirmMassTicketClosingSendEmailQuestion=Vrei să anunți terții când închizi aceste tichete ?
#
# Ticket card
@@ -205,12 +219,12 @@ ErrorMailRecipientIsEmptyForSendTicketMessage=Destinatarul este gol. Nu se trimi
TicketGoIntoContactTab=Accesează fila "Contacte" pentru a le selecta
TicketMessageMailIntro=Introducere
TicketMessageMailIntroHelp=Acest text este adăugat numai la începutul emailului și nu va fi salvat.
-TicketMessageMailIntroLabelAdmin=Introducere în mesaj când trimiteți un email
-TicketMessageMailIntroText=Salut,
Un nou răspuns a fost trimis pe tichetul pe care l-ai deschis. Iată mesajul:
-TicketMessageMailIntroHelpAdmin=Acest text va fi inserat înaintea textului de răspuns la tichet.
+TicketMessageMailIntroLabelAdmin=Introduction text to all ticket answers
+TicketMessageMailIntroText=Hello,
A new answer has been added to a ticket that you follow. Here is the message:
+TicketMessageMailIntroHelpAdmin=This text will be inserted before the answer when replying to a ticket from Dolibarr
TicketMessageMailSignature=Semnătură
TicketMessageMailSignatureHelp=Acest text este adăugat numai la sfârșitul emailului și nu va fi salvat.
-TicketMessageMailSignatureText=Cu stimă,
--
+TicketMessageMailSignatureText=Message sent by %s via Dolibarr
TicketMessageMailSignatureLabelAdmin=Semnătura emailului de răspuns
TicketMessageMailSignatureHelpAdmin=Acest text va fi inserat după mesajul de răspuns.
TicketMessageHelp=Numai acest text va fi salvat în lista de mesaje de pe fişa tichetului.
@@ -238,9 +252,16 @@ TicketChangeStatus=Modifică starea
TicketConfirmChangeStatus=Confirmați modificarea stării: %s?
TicketLogStatusChanged=Stare modificată: din %s la %s
TicketNotNotifyTiersAtCreate=Nu notificați compania la creare
+NotifyThirdpartyOnTicketClosing=Contacte de notificat la închiderea tichetului
+TicketNotifyAllTiersAtClose=Toate contactele asociate
+TicketNotNotifyTiersAtClose=Niciun contact asociat
Unread=Necitită
TicketNotCreatedFromPublicInterface=Indisponibil. Tichetul nu a fost creat din interfaţa publică.
ErrorTicketRefRequired=Referința de tichet este necesară
+TicketsDelayForFirstResponseTooLong=A trecut prea mult timp de la deschiderea tichetului fără niciun răspuns.
+TicketsDelayFromLastResponseTooLong=A trecut prea mult timp de la ultimul răspuns pe acest tichet.
+TicketNoContractFoundToLink=Nu s-a găsit niciun contract asociat automat la acest tichet. Asociază manual un contract.
+TicketManyContractsLinked=Mai multe contracte au fost asociate automat la acest tichet. Asigură-te că verifici contractul care ar trebui să fie ales.
#
# Logs
@@ -268,8 +289,9 @@ TicketNewEmailBody=Acesta este un email automat de confirmare a faptului că aț
TicketNewEmailBodyCustomer=Acesta este un email automat de confirmare că un nou tichet a fost creat în contul tău.
TicketNewEmailBodyInfosTicket=Informații privind monitorizarea tichetului
TicketNewEmailBodyInfosTrackId=Numărul de urmărire a tichetului: %s
-TicketNewEmailBodyInfosTrackUrl=Puteți vedea evoluția tichetului făcând clic pe linkul de mai sus.
+TicketNewEmailBodyInfosTrackUrl=You can view the progress of the ticket by clicking the following link
TicketNewEmailBodyInfosTrackUrlCustomer=Puteți vedea statusul tichetului în interfața specifică făcând clic pe următorul link
+TicketCloseEmailBodyInfosTrackUrlCustomer=Poți consulta istoricul acestui tichet făcând clic pe următorul link
TicketEmailPleaseDoNotReplyToThisEmail=Nu răspundeți direct la acest email! Utilizați linkul pentru a răspunde în interfață.
TicketPublicInfoCreateTicket=Acest formular vă permite să înregistrați un tichet de asistență în sistemul nostru de management al lucrărilor.
TicketPublicPleaseBeAccuratelyDescribe=Descrieți cu precizie problema. Furnizați cât mai multe informații posibile pentru a ne permite să identificăm corect solicitarea dvs.
@@ -291,6 +313,10 @@ NewUser=Utilizator nou
NumberOfTicketsByMonth=Număr de tichete pe lună
NbOfTickets=Număr de tichete
# notifications
+TicketCloseEmailSubjectCustomer=Tichet închis
+TicketCloseEmailBodyCustomer=Acesta este un mesaj automat pentru a te anunța că tichetul %s tocmai a fost închis.
+TicketCloseEmailSubjectAdmin=Tichet închis - Ref %s (ID public tichet %s)
+TicketCloseEmailBodyAdmin=Tichetul cu ID #%s a fost închis, vezi detalii:
TicketNotificationEmailSubject=Tichetul %s a fost actualizat
TicketNotificationEmailBody=Acesta este un mesaj automat care vă anunță că tichetul%s tocmai a fost actualizat
TicketNotificationRecipient=Destinatar notificare
diff --git a/htdocs/langs/ro_RO/users.lang b/htdocs/langs/ro_RO/users.lang
index cf2a7d0fc6a..2bf957b8d70 100644
--- a/htdocs/langs/ro_RO/users.lang
+++ b/htdocs/langs/ro_RO/users.lang
@@ -124,3 +124,7 @@ ValidatorIsSupervisorByDefault=În mod implicit, validatorul este supervizorul u
UserPersonalEmail=Email personal
UserPersonalMobile=Telefon mobil personal
WarningNotLangOfInterface=Atenţie, aceasta este limba principală pe care o vorbește utilizatorul, nu limba interfeței pe care a ales să o vadă. Pentru a schimba limba interfeței pentru acest utilizator, accesați fila %s
+DateLastLogin=Data ultimei autentificări
+DatePreviousLogin=Data autentificării anterioare
+IPLastLogin=IP ultima autentificare
+IPPreviousLogin=IP autentificare anterioară
diff --git a/htdocs/langs/ro_RO/withdrawals.lang b/htdocs/langs/ro_RO/withdrawals.lang
index 68137b5531e..0ee249cba29 100644
--- a/htdocs/langs/ro_RO/withdrawals.lang
+++ b/htdocs/langs/ro_RO/withdrawals.lang
@@ -31,6 +31,7 @@ SupplierInvoiceWaitingWithdraw=Factura de achiziţie cu plata prin transfer de c
InvoiceWaitingWithdraw=Factură în așteptarea debitului direct
InvoiceWaitingPaymentByBankTransfer=Factură cu transfer de credit în aşteptare
AmountToWithdraw=Suma de retras
+AmountToTransfer=Sumă de transferat
NoInvoiceToWithdraw=Nici o factură deschisă pentru '%s' în aşteptare. Accesați fila '%s' de pe fişa de factură pentru a face o solicitare.
NoSupplierInvoiceToWithdraw=Nu este în așteptare nici o factură de de achiziţie cu 'Solicitare de direct credit'. Accesați fila '%s' de pe cardul de factură pentru a face o solicitare.
ResponsibleUser=Utilizator responsabil
@@ -136,6 +137,7 @@ SEPAFRST=SEPA FRST
ExecutionDate=Data executării
CreateForSepa=Creați un fișier de debit direct
ICS=Identificator Creditor - ICS
+IDS=Identificator debitor
END_TO_END=Eticheta "EndToEndId" SEPA XML - Id unic atribuit pentru fiecare tranzacție
USTRD=Eticheta XML "nestructurată" SEPA
ADDDAYS=Adăugați zile la data de executare
@@ -154,3 +156,4 @@ ErrorICSmissing=ICS lipsă în contul bancar %s
TotalAmountOfdirectDebitOrderDiffersFromSumOfLines=Suma totală a ordinului de debitare directă diferă de suma liniilor
WarningSomeDirectDebitOrdersAlreadyExists=Atenţie: Sunt deja ordine de debit direct în așteptare (%s) solicitate pentru suma de %s
WarningSomeCreditTransferAlreadyExists=Atenţie: Sunt deja transferuri de credit în așteptare (%s) solicitate pentru suma de %s
+UsedFor=Utilizat pentru %s
diff --git a/htdocs/langs/ro_RO/workflow.lang b/htdocs/langs/ro_RO/workflow.lang
index df82b033501..9da05443cb0 100644
--- a/htdocs/langs/ro_RO/workflow.lang
+++ b/htdocs/langs/ro_RO/workflow.lang
@@ -7,6 +7,7 @@ descWORKFLOW_PROPAL_AUTOCREATE_ORDER=Crează în mod automat o comandă de vânz
descWORKFLOW_PROPAL_AUTOCREATE_INVOICE=Crează în mod automat o factură pentru client după ce se semnează o propunere comercială (noua factură va avea aceeași valoare ca oferta)
descWORKFLOW_CONTRACT_AUTOCREATE_INVOICE=Crează automat o factură client după ce un contract este validat
descWORKFLOW_ORDER_AUTOCREATE_INVOICE=În mod automat se crează o factură client după ce se închide o comandă de vânzări (noua factură va avea aceeași valoare ca comanda)
+descWORKFLOW_TICKET_CREATE_INTERVENTION=La crearea unui tichet, crează automat o intervenţie.
# Autoclassify customer proposal or order
descWORKFLOW_ORDER_CLASSIFY_BILLED_PROPAL=Clasificați oferta comercială sursă asociată ca facturată atunci când comanda de vânzări este setată ca facturată (și dacă valoarea comenzii este aceeași cu valoarea totală a ofertei asociate semnate)
descWORKFLOW_INVOICE_CLASSIFY_BILLED_PROPAL=Clasificați oferta comercială sursă asociată ca facturată atunci când factura clientului este validată (și dacă valoarea facturii este aceeași cu valoarea totală a ofertei asociate semnate)
@@ -14,13 +15,22 @@ descWORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_ORDER=Clasificați comanda de vânz
descWORKFLOW_INVOICE_CLASSIFY_BILLED_ORDER=Clasificați comanda de vânzări sursă asociată ca fiind facturată atunci când factura clientului este setată la plată (și dacă valoarea facturii este aceeași cu suma totală a comenzii asociate)
descWORKFLOW_ORDER_CLASSIFY_SHIPPED_SHIPPING=Clasificați comanda de vânzări sursă asociată ca livrată atunci când o livrare este validată (și dacă cantitatea livrată de toate expedițiile este aceeași ca în ordinea de actualizare)
descWORKFLOW_ORDER_CLASSIFY_SHIPPED_SHIPPING_CLOSED=Clasificați comanda de vânzare sursă legată ca fiind expediată atunci când o expediere este închisă (și dacă cantitatea expediată din toate livrările este aceeași ca în comanda actualizată)
-# Autoclassify purchase order
+# Autoclassify purchase proposal
descWORKFLOW_ORDER_CLASSIFY_BILLED_SUPPLIER_PROPOSAL=Clasificați propunerea furnizorului sursă asociată ca fiind facturată atunci când factura furnizorului este validată (și dacă valoarea facturii este aceeași cu valoarea totală a propunerii asociate)
+# Autoclassify purchase order
descWORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_SUPPLIER_ORDER=Clasificați comanda de vânzări sursă asociată ca fiind facturată atunci când factura furnizorului este validată (și dacă valoarea facturii este aceeași cu valoarea totală a comenzii asociate)
+descWORKFLOW_ORDER_CLASSIFY_RECEIVED_RECEPTION=Clasifică comanda de achiziție sursă asociată ca primită atunci când o recepție este validată (și dacă cantitatea primită de toate recepțiile este aceeași cu cea din comanda de achiziţie pentru actualizare)
+descWORKFLOW_ORDER_CLASSIFY_RECEIVED_RECEPTION_CLOSED=Clasifică comanda de achiziție sursă asociată ca primită atunci când o recepție este închisă (și dacă cantitatea primită de toate recepțiile este aceeași cu cea din comanda de achiziţie pentru actualizare)
+# Autoclassify purchase invoice
descWORKFLOW_BILL_ON_RECEPTION=Clasificați recepțiile la "facturate" atunci când este validată o comandă de achiziţie asociată
+# Automatically link ticket to contract
+descWORKFLOW_TICKET_LINK_CONTRACT=La crearea unui tichet , asociază contractele disponibile ale terților care se potrivesc
+descWORKFLOW_TICKET_USE_PARENT_COMPANY_CONTRACTS=Când se asociază contracte, caută printre cele ale companiilor-mamă
# Autoclose intervention
descWORKFLOW_TICKET_CLOSE_INTERVENTION=Închideți toate intervențiile legate de tichet atunci când tichetul este închis
AutomaticCreation=Creare automată
AutomaticClassification=Clasificare automată
# Autoclassify shipment
descWORKFLOW_SHIPPING_CLASSIFY_CLOSED_INVOICE=Clasificați livrarea asociată ca închisă atunci când factura clientului este validată
+AutomaticClosing=Închidere automată
+AutomaticLinking=Asociere automată
diff --git a/htdocs/langs/ru_RU/accountancy.lang b/htdocs/langs/ru_RU/accountancy.lang
index a23e3c64515..51e8c0aad1e 100644
--- a/htdocs/langs/ru_RU/accountancy.lang
+++ b/htdocs/langs/ru_RU/accountancy.lang
@@ -48,7 +48,7 @@ CountriesNotInEEC=Страны, не входящие в ЕЭС
CountriesInEECExceptMe=Страны ЕЭС, кроме %s
CountriesExceptMe=Все страны кроме %s
AccountantFiles=Экспорт исходных документов
-ExportAccountingSourceDocHelp=With this tool, you can export the source events (list in CSV and PDFs) that are used to generate your accountancy.
+ExportAccountingSourceDocHelp=С помощью этого инструмента вы можете экспортировать исходные события (список в формате CSV и PDF), которые используются для создания вашей отчетности.
ExportAccountingSourceDocHelp2=Чтобы экспортировать журналы, используйте пункт меню %s - %s.
VueByAccountAccounting=Просмотр по учетной записи
VueBySubAccountAccounting=Просмотр по субсчету бухгалтерского учета
@@ -62,10 +62,10 @@ MainAccountForSubscriptionPaymentNotDefined=Основной бухгалтер
AccountancyArea=Область бухгалтерского учета
AccountancyAreaDescIntro=Использование модуля бухгалтерского учета осуществляется в несколько этапов:
AccountancyAreaDescActionOnce=Следующие действия обычно выполняются один раз или один раз в год ...
-AccountancyAreaDescActionOnceBis=Следующие шаги должны быть выполнены, чтобы сэкономить ваше время в будущем, предлагая вам правильную учетную запись по умолчанию при ведении журнала (запись записи в журналах и главной книге)
+AccountancyAreaDescActionOnceBis=Следующие шаги должны быть выполнены, чтобы сэкономить ваше время в будущем, предлагая вам автоматически правильную учетную запись по умолчанию при передаче данных в бухгалтерии.
AccountancyAreaDescActionFreq=Следующие действия обычно выполняются каждый месяц, неделю или день для очень крупных компаний ...
-AccountancyAreaDescJournalSetup=ШАГ %s: Создайте или проверьте содержимое вашего списка журналов из меню %s
+AccountancyAreaDescJournalSetup=ШАГ %s: Проверьте содержимое списка журналов в меню %s.
AccountancyAreaDescChartModel=ШАГ %s: Убедитесь, что модель плана счетов существует, или создайте ее из меню %s
AccountancyAreaDescChart=ШАГ %s: Выберите и|или заполните свой план счетов в меню %s
@@ -73,13 +73,13 @@ AccountancyAreaDescVat=ШАГ %s: Определите бухгалтерски
AccountancyAreaDescDefault=ШАГ %s: Определите учетные записи по умолчанию. Для этого используйте пункт меню %s.
AccountancyAreaDescExpenseReport=ШАГ %s: Определите учетные записи по умолчанию для каждого типа отчета о расходах. Для этого используйте пункт меню %s.
AccountancyAreaDescSal=ШАГ %s: Определите учетные записи по умолчанию для выплаты заработной платы. Для этого используйте пункт меню %s.
-AccountancyAreaDescContrib=ШАГ %s: Определите счета учета по умолчанию для особых расходов (разных налогов). Для этого используйте пункт меню %s.
+AccountancyAreaDescContrib=ШАГ %s: Определите бухгалтерские счета по умолчанию для налогов (специальные расходы). Для этого используйте пункт меню %s.
AccountancyAreaDescDonation=ШАГ %s: Определите учетные записи по умолчанию для пожертвований. Для этого используйте пункт меню %s.
AccountancyAreaDescSubscription=ШАГ %s: Определите учетные записи по умолчанию для подписки участников. Для этого используйте пункт меню %s.
AccountancyAreaDescMisc=ШАГ %s: Определите обязательную учетную запись по умолчанию и учетные записи по умолчанию для разных транзакций. Для этого используйте пункт меню %s.
AccountancyAreaDescLoan=ШАГ %s: Определите счета учета по умолчанию для займов. Для этого используйте пункт меню %s.
AccountancyAreaDescBank=ШАГ %s: Определите учетные счета и код журнала для каждого банковского и финансового счетов. Для этого используйте пункт меню %s.
-AccountancyAreaDescProd=ШАГ %s: Определите учетные записи для своих продуктов/услуг. Для этого используйте пункт меню %s.
+AccountancyAreaDescProd=ШАГ %s: Определите учетные записи для ваших продуктов/услуг. Для этого используйте пункт меню %s.
AccountancyAreaDescBind=ШАГ %s: проверьте, что привязка между существующими строками %s и учетной записью выполнена, поэтому приложение сможет регистрировать транзакции в Ledger одним щелчком мыши. Полностью отсутствующие привязки. Для этого используйте пункт меню %s.
AccountancyAreaDescWriteRecords=ШАГ %s: Записывайте транзакции в регистр. Для этого войдите в меню %s и нажмите кнопку %s.
@@ -112,7 +112,7 @@ MenuAccountancyClosure=Закрытие
MenuAccountancyValidationMovements=Подтвердить движения
ProductsBinding=Аккаунты продуктов
TransferInAccounting=Перенос в бухгалтерию
-RegistrationInAccounting=Регистрация в бухгалтерии
+RegistrationInAccounting=Запись в бухгалтерии
Binding=Привязка к счетам
CustomersVentilation=Привязка счета клиента
SuppliersVentilation=Привязка накладной поставщика
@@ -120,7 +120,7 @@ ExpenseReportsVentilation=Привязка отчета о расходах
CreateMvts=Создать новую проводку
UpdateMvts=Изменить проводку
ValidTransaction=Подтвердить проводку
-WriteBookKeeping=Регистрировать транзакции в бухгалтерии
+WriteBookKeeping=Зафиксировать операции в бухгалтерии
Bookkeeping=Бухгалтерская книга
BookkeepingSubAccount=Вспомогательная книга
AccountBalance=Баланс
@@ -219,12 +219,12 @@ ByPredefinedAccountGroups=По предопределенным группам
ByPersonalizedAccountGroups=По индивидуальным группам
ByYear=По годам
NotMatch=Не задано
-DeleteMvt=Удалить из бухгалтерии некоторые строки операций
+DeleteMvt=Delete some lines from accounting
DelMonth=Месяц для удаления
DelYear=Год для удаления
DelJournal=Журнал для удаления
-ConfirmDeleteMvt=При этом будут удалены все операционные строки бухгалтерского учета за год/месяц и/или для определенного журнала (требуется хотя бы один критерий). Вам придется повторно использовать функцию «%s», чтобы удаленная запись вернулась в бухгалтерскую книгу.
-ConfirmDeleteMvtPartial=При этом проводка будет удалена из бухгалтерского учета (будут удалены все строки операций, относящиеся к одной проводке).
+ConfirmDeleteMvt=This will delete all lines in accountancy for the year/month and/or for a specific journal (At least one criterion is required). You will have to reuse the feature '%s' to have the deleted record back in the ledger.
+ConfirmDeleteMvtPartial=This will delete the transaction from the accounting (all lines related to the same transaction will be deleted)
FinanceJournal=Финансовый журнал
ExpenseReportsJournal=Журнал отчетов о расходах
DescFinanceJournal=Финансовый журнал, включающий все виды платежей по банковскому счету
@@ -278,15 +278,15 @@ DescVentilExpenseReportMore=Если вы настроили учетную за
DescVentilDoneExpenseReport=Ознакомьтесь здесь со списком строк отчетов о расходах и счетом учета их комиссий.
Closure=Ежегодное закрытие
-DescClosure=Проконсультируйтесь здесь о количестве движений по месяцам, которые не подтверждены, и уже открытых финансовых лет.
-OverviewOfMovementsNotValidated=Шаг 1 / Обзор перемещений не подтвержден. (Необходимо для закрытия финансового года)
-AllMovementsWereRecordedAsValidated=Все движения были зарегистрированы как подтвержденные.
-NotAllMovementsCouldBeRecordedAsValidated=Не все движения могут быть зарегистрированы как подтвержденные
-ValidateMovements=Подтвердить движения
+DescClosure=Consult here the number of movements by month who are not yet validated & locked
+OverviewOfMovementsNotValidated=Overview of movements not validated and locked
+AllMovementsWereRecordedAsValidated=All movements were recorded as validated and locked
+NotAllMovementsCouldBeRecordedAsValidated=Not all movements could be recorded as validated and locked
+ValidateMovements=Validate and lock record...
DescValidateMovements=Любое изменение или удаление надписей, надписей и удалений будет запрещено. Все записи для упражнения должны быть подтверждены, иначе закрытие будет невозможно.
ValidateHistory=Связывать автоматически
-AutomaticBindingDone=Automatic bindings done (%s) - Automatic binding not possible for some record (%s)
+AutomaticBindingDone=Выполнено автоматическое связывание (%s) — автоматическое связывание невозможно для некоторых записей (%s)
ErrorAccountancyCodeIsAlreadyUse=Ошибка, вы не можете удалить эту учетную запись, потому что она используется
MvtNotCorrectlyBalanced=Движение неправильно сбалансировано. Дебет = %s | Кредит = %s
@@ -294,14 +294,15 @@ Balancing=Балансировка
FicheVentilation=Обязательная карта
GeneralLedgerIsWritten=Проводки записываются в бухгалтерскую книгу
GeneralLedgerSomeRecordWasNotRecorded=Некоторые проводки не удалось зарегистрировать. Если других сообщений об ошибках нет, вероятно, они уже были занесены в журнал.
-NoNewRecordSaved=Больше нет записей для журналирования
+NoNewRecordSaved=Нет больше записи для передачи
ListOfProductsWithoutAccountingAccount=Список продуктов, не привязанных к какой-либо учетной записи
ChangeBinding=Сменить привязку
Accounted=Учтено в бухгалтерской книге
NotYetAccounted=Еще не переведено в бухгалтерский учет
ShowTutorial=Показать учебник
NotReconciled=Не согласовано
-WarningRecordWithoutSubledgerAreExcluded=Внимание! Все операции без определенной учетной записи вспомогательной книги фильтруются и исключаются из этого представления.
+WarningRecordWithoutSubledgerAreExcluded=Warning, all lines without subledger account defined are filtered and excluded from this view
+AccountRemovedFromCurrentChartOfAccount=Accounting account that does not exist in the current chart of accounts
## Admin
BindingOptions=Варианты переплета
@@ -329,8 +330,9 @@ ACCOUNTING_DISABLE_BINDING_ON_PURCHASES=Отключить привязку и
ACCOUNTING_DISABLE_BINDING_ON_EXPENSEREPORTS=Отключить привязку и перенос в бухгалтерском учете в отчетах о расходах (отчеты о расходах не будут учитываться в бухгалтерском учете)
## Export
-NotifiedExportDate=Пометить экспортированные строки как экспортированные (изменение строк невозможно)
-NotifiedValidationDate=Подтвердите экспортированные записи (изменение или удаление строк невозможно)
+NotifiedExportDate=Flag exported lines as Exported (to modify a line, you will need to delete the whole transaction and re-transfert it into accounting)
+NotifiedValidationDate=Validate and Lock the exported entries (same effect than the "Closure" feature, modification and deletion of the lines will DEFINITELY not be possible)
+DateValidationAndLock=Date validation and lock
ConfirmExportFile=Подтверждение генерации файла экспорта бухгалтерского учета?
ExportDraftJournal=Экспорт черновика журнала
Modelcsv=Модель экспорта
@@ -387,13 +389,28 @@ SaleExport=Продажа на экспорт
SaleEEC=Продажа в ЕЭС
SaleEECWithVAT=Продажа в ЕЭС с ненулевым НДС, поэтому мы предполагаем, что это НЕ внутриобщинная продажа, а предлагаемая учетная запись является стандартной учетной записью продукта.
SaleEECWithoutVATNumber=Продажа в ЕЭС без НДС, но идентификатор плательщика НДС третьей стороны не определен. Мы возвращаемся к учетной записи продукта для стандартных продаж. При необходимости вы можете исправить идентификатор плательщика НДС третьей стороны или учетную запись продукта.
-ForbiddenTransactionAlreadyExported=Forbidden: The transaction has been validated and/or exported.
-ForbiddenTransactionAlreadyValidated=Forbidden: The transaction has been validated.
+ForbiddenTransactionAlreadyExported=Запрещено: транзакция проверена и/или экспортирована.
+ForbiddenTransactionAlreadyValidated=Запрещено: Транзакция подтверждена.
## Dictionary
Range=Диапазон учетной записи
Calculated=Рассчитано
Formula=Формула
+## Reconcile
+Unlettering=Unreconcile
+AccountancyNoLetteringModified=No reconcile modified
+AccountancyOneLetteringModifiedSuccessfully=One reconcile successfully modified
+AccountancyLetteringModifiedSuccessfully=%s reconcile successfully modified
+AccountancyNoUnletteringModified=No unreconcile modified
+AccountancyOneUnletteringModifiedSuccessfully=One unreconcile successfully modified
+AccountancyUnletteringModifiedSuccessfully=%s unreconcile successfully modified
+
+## Confirm box
+ConfirmMassUnlettering=Bulk Unreconcile confirmation
+ConfirmMassUnletteringQuestion=Are you sure you want to Unreconcile the %s selected record(s)?
+ConfirmMassDeleteBookkeepingWriting=Подтверждение пакетного удаления
+ConfirmMassDeleteBookkeepingWritingQuestion=This will delete the transaction from the accounting (all lines related to the same transaction will be deleted) Are you sure you want to delete the %s selected record(s)?
+
## Error
SomeMandatoryStepsOfSetupWereNotDone=Некоторые обязательные шаги настройки не были выполнены, выполните их.
ErrorNoAccountingCategoryForThisCountry=Группа учетных записей недоступна для страны %s (см. Домашняя страница - Настройка - Словари)
@@ -405,7 +422,10 @@ NoJournalDefined=Журнал не определен
Binded=Линии связаны
ToBind=Линии для привязки
UseMenuToSetBindindManualy=Строки еще не связаны, используйте меню %s, чтобы выполнить привязку вручную
-SorryThisModuleIsNotCompatibleWithTheExperimentalFeatureOfSituationInvoices=Sorry this module is not compatible with the experimental feature of situation invoices
+SorryThisModuleIsNotCompatibleWithTheExperimentalFeatureOfSituationInvoices=К сожалению, этот модуль не совместим с экспериментальной функцией ситуационных счетов.
+AccountancyErrorMismatchLetterCode=Mismatch in reconcile code
+AccountancyErrorMismatchBalanceAmount=The balance (%s) is not equal to 0
+AccountancyErrorLetteringBookkeeping=Errors have occurred concerning the transactions: %s
## Import
ImportAccountingEntries=Бухгалтерские записи
diff --git a/htdocs/langs/ru_RU/admin.lang b/htdocs/langs/ru_RU/admin.lang
index af785620da5..4f85ea248b5 100644
--- a/htdocs/langs/ru_RU/admin.lang
+++ b/htdocs/langs/ru_RU/admin.lang
@@ -1,6 +1,6 @@
# Dolibarr language file - Source file is en_US - admin
-BoldRefAndPeriodOnPDF=Print reference and period of product item in PDF
-BoldLabelOnPDF=Print label of product item in Bold in PDF
+BoldRefAndPeriodOnPDF=Распечатать номер и период продукта в формате PDF
+BoldLabelOnPDF=Распечатать этикетку товара жирным шрифтом в формате PDF
Foundation=Фонд
Version=Версия
Publisher=Издатель
@@ -267,8 +267,8 @@ OtherResources=Другие источники
ExternalResources=Внешние Ресурсы
SocialNetworks=Социальные сети
SocialNetworkId=ID социальной сети
-ForDocumentationSeeWiki=For user or developer documentation (Doc, FAQs...),
take a look at the Dolibarr Wiki:
%s
-ForAnswersSeeForum=For any other questions/help, you can use the Dolibarr forum:
%s
+ForDocumentationSeeWiki=Для получения документации пользователя или разработчика (Doc, FAQs...),
загляните в Dolibarr Wiki:
+ForAnswersSeeForum=По любым другим вопросам/помощи вы можете использовать форум Долибарра:
HelpCenterDesc1=Вот некоторые ресурсы для получения помощи и поддержки с Dolibarr.
HelpCenterDesc2=Некоторые из этих ресурсов доступны только на английском языке .
CurrentMenuHandler=Обработчик текущего меню
@@ -343,7 +343,7 @@ StepNb=Шаг %s
FindPackageFromWebSite=Найдите пакет, который предоставит нужные вам функции (например, на официальном веб-сайте %s).
DownloadPackageFromWebSite=Скачать пакет (например, с официального сайта %s).
UnpackPackageInDolibarrRoot=Распакуйте упакованные файлы в каталог вашего сервера Dolibarr: %s
-UnpackPackageInModulesRoot=To deploy/install an external module, you must unpack/unzip the archive file into the server directory dedicated to external modules:
%s
+UnpackPackageInModulesRoot=Для развертывания/установки внешнего модуля необходимо распаковать/разархивировать файл архива в каталог сервера, предназначенный для внешних модулей:
SetupIsReadyForUse=Развертывание модуля завершено. Однако вы должны включить и настроить модуль в своем приложении, перейдя на страницу настройки модулей: %s .
NotExistsDirect=Альтернативная корневая директория не задана.
InfDirAlt=Начиная с 3-ей версии, можно определить альтернативный корневой каталог. Это позволяет вам хранить в специальном каталоге, плагины и настраиваемые шаблоны.
Просто создайте каталог в корне Dolibarr (например: custom).
@@ -756,7 +756,7 @@ Permission106=Экспортировать отправки
Permission109=Удалить отправки
Permission111=Читать финансовую отчетность
Permission112=Создать/изменить/удалить и сравнить сделки
-Permission113=Setup financial accounts (create, manage categories of bank transactions)
+Permission113=Настройка финансовых счетов (создание, управление категориями банковских транзакций)
Permission114=Сверить транзакции
Permission115=Экспорт операций и выписок со счета
Permission116=Перераспределение средств между счетами
@@ -883,6 +883,9 @@ Permission564=Записывать дебет/отказ в переводе к
Permission601=Читать стикеры
Permission602=Создавать/изменять стикеры
Permission609=Удалить стикеры
+Permission611=Read attributes of variants
+Permission612=Create/Update attributes of variants
+Permission613=Delete attributes of variants
Permission650=Просмотр ведомости материалов
Permission651=Создание/обновление ведомостей материалов
Permission652=Удалить списки материалов
@@ -893,11 +896,11 @@ Permission701=Просмотр пожертвований
Permission702=Создание/изменение пожертвований
Permission703=Удаление пожертвований
Permission771=Прочитайте отчеты о расходах (ваши и ваши подчиненные)
-Permission772=Create/modify expense reports (for you and your subordinates)
+Permission772=Создание/изменение отчетов о расходах (для вас и ваших подчиненных)
Permission773=Удаление отчётов о затратах
Permission775=Утвердить отчёты о расходах
Permission776=Оплата отчётов о затратах
-Permission777=Read all expense reports (even those of user not subordinates)
+Permission777=Читать все отчеты о расходах (даже отчеты пользователя, не подчиненного)
Permission778=Создавать/изменять отчеты о расходах для всех
Permission779=Экспорт отчётов о затратах
Permission1001=Просмотр запасов
@@ -961,14 +964,16 @@ Permission2801=Использовать FTP клиент в режиме тол
Permission2802=Использовать FTP клиент в режиме записи (удаление или выгрузка файлов)
Permission3200=Просмотреть архивированные события
Permission3301=Создавать новые модули
-Permission4001=Read skill/job/position
-Permission4002=Create/modify skill/job/position
-Permission4003=Delete skill/job/position
+Permission4001=Читать навык/работа/должность
+Permission4002=Создать/изменить навык/работу/должность
+Permission4003=Удалить навык/работу/должность
Permission4020=Читать оценки
-Permission4021=Create/modify your evaluation
+Permission4021=Создайте/измените свою оценку
Permission4022=Подтвердить оценку
Permission4023=Удалить оценку
Permission4030=См. Меню сравнения
+Permission4031=Read personal information
+Permission4032=Write personal information
Permission10001=Смотреть содержание сайта
Permission10002=Создание/изменение содержимого веб-сайта (HTML и JavaScript)
Permission10003=Создание/изменение содержимого сайта (динамический PHP-код). Опасно, должно быть зарезервировано для разработчиков с ограниченным доступом.
@@ -976,9 +981,9 @@ Permission10005=Удалить контент сайта
Permission20001=Просмотр запросов на отпуск (ваш отпуск и ваших подчиненных)
Permission20002=Создайте/измените ваши запросы на отпуск (ваш отпуск и отпуск ваших подчиненных)
Permission20003=Удалить заявления на отпуск
-Permission20004=Read all leave requests (even those of user not subordinates)
-Permission20005=Create/modify leave requests for everybody (even those of user not subordinates)
-Permission20006=Administer leave requests (setup and update balance)
+Permission20004=Читать все запросы на отпуск (даже те, которые принадлежат пользователю, не являющемуся подчиненным)
+Permission20005=Создание/изменение запросов на отпуск для всех (даже для пользователей, не являющихся подчиненными)
+Permission20006=Администрирование запросов на отпуск (настройка и обновление баланса)
Permission20007=Утвердить запросы на отпуск
Permission23001=Просмотр Запланированных задач
Permission23002=Создать/обновить Запланированную задачу
@@ -1068,6 +1073,7 @@ DictionaryExpenseTaxCat=Отчет о расходах - Категории тр
DictionaryExpenseTaxRange=Отчет о расходах - Диапазон по транспортной категории
DictionaryTransportMode=Отчет Intracomm - Транспортный режим
DictionaryBatchStatus=Статус контроля качества партии/серии продукта
+DictionaryAssetDisposalType=Type of disposal of assets
TypeOfUnit=Тип единицы
SetupSaved=Настройки сохранены
SetupNotSaved=Установки не сохранены
@@ -1187,7 +1193,7 @@ BankModuleNotActive=Модуль Банковских счетов не акти
ShowBugTrackLink=Показать ссылку "%s"
ShowBugTrackLinkDesc=Оставьте поле пустым, чтобы не отображать эту ссылку, используйте значение github для ссылки на проект Dolibarr или определите напрямую URL-адрес https://...
Alerts=Предупреждения
-DelaysOfToleranceBeforeWarning=Задержка перед отображением предупреждения о:
+DelaysOfToleranceBeforeWarning=Отображение предупреждения о...
DelaysOfToleranceDesc=Установите задержку до того, как значок предупреждения %s будет отображаться на экране для последнего элемента.
Delays_MAIN_DELAY_ACTIONS_TODO=Запланированные события (события повестки дня) не завершены
Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Проект не закрыт во время
@@ -1339,6 +1345,7 @@ TransKeyWithoutOriginalValue=Вы принудительно сделали но
TitleNumberOfActivatedModules=Активированные модули
TotalNumberOfActivatedModules=Активированные модули: %s/%s
YouMustEnableOneModule=Вы должны включить минимум 1 модуль
+YouMustEnableTranslationOverwriteBefore=You must first enable translation overwriting to be allowed to replace a translation
ClassNotFoundIntoPathWarning=Класс %s не найден в пути PHP
YesInSummer=Да летом
OnlyFollowingModulesAreOpenedToExternalUsers=Обратите внимание, что только следующие модули доступны для внешних пользователей (независимо от разрешений этих пользователей) и только при наличии разрешений:
@@ -1357,9 +1364,9 @@ BrowserIsOK=Вы используете веб-браузер %s. Этот бр
BrowserIsKO=Вы используете веб-браузер %s. Этот браузер, как известно, является плохим выбором по безопасности, производительности и надежности. Мы рекомендуем использовать Firefox, Chrome, Opera или Safari.
PHPModuleLoaded=Компонент PHP %s загружен
PreloadOPCode=Используется предварительно загруженный OPCode
-AddRefInList=Display Customer/Vendor ref. into combo lists.
Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
-AddVatInList=Display Customer/Vendor VAT number into combo lists.
-AddAdressInList=Display Customer/Vendor adress into combo lists.
Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
+AddRefInList=Отображение ссылки на клиента/поставщика в комбо-списки.
Третьи стороны будут отображаться с форматом имени "CC12345 - SC45678 - The Big Company corp." вместо "Корпорация Большой Компании".
+AddVatInList=Отображение номера НДС клиента/поставщика в комбинированных списках.
+AddAdressInList=Отображение адреса клиента/поставщика в комбинированных списках.
Третьи стороны будут отображаться с форматом имени «The Big Company corp. — 21 Jump Street 123456 Big Town — USA» вместо «The Big Company corp».
AddEmailPhoneTownInContactList=Отображение Контактный адрес электронной почты (или телефоны, если они не определены) и список информации о городе (выберите список или поле со списком)
Контакты появятся с форматом имени «Дюпон Дюран - dupond.durand@email.com - Париж» или «Дюпон Дюран - 06 07». 59 65 66 - Париж» вместо «Дюпон Дюран».
AskForPreferredShippingMethod=Запросить предпочтительный способ доставки для контрагентов.
FieldEdition=Редакция поля %s
@@ -1420,6 +1427,8 @@ WatermarkOnDraftInvoices=Водяные знаки на черновиках с
PaymentsNumberingModule=Модель нумерации платежей
SuppliersPayment=Платежи поставщику
SupplierPaymentSetup=Настройка платежей поставщику
+InvoiceCheckPosteriorDate=Check facture date before validation
+InvoiceCheckPosteriorDateHelp=Validating an invoice will be forbidden if its date is anterior to the date of last invoice of same type.
##### Proposals #####
PropalSetup=Настройка модуля Коммерческих предложений
ProposalsNumberingModules=Шаблоны нумерации Коммерческих предложений
@@ -1707,9 +1716,9 @@ MailingDelay=Время ожидания в секундах перед отпр
NotificationSetup=Настройка модуля Уведомления по электронной почте
NotificationEMailFrom=Электронная почта отправителя (От кого) для писем, отправленных модулем Уведомлений
FixedEmailTarget=Получатель
-NotificationDisableConfirmMessageContact=Hide the list of recipients (subscribed as contact) of notifications into the confirmation message
-NotificationDisableConfirmMessageUser=Hide the list of recipients (subscribed as user) of notifications into the confirmation message
-NotificationDisableConfirmMessageFix=Hide the list of recipients (subscribed as global email) of notifications into the confirmation message
+NotificationDisableConfirmMessageContact=Скрыть список получателей (подписанных как контакты) уведомлений в сообщении подтверждения
+NotificationDisableConfirmMessageUser=Скрыть список получателей (подписанных как пользователь) уведомлений в сообщении подтверждения
+NotificationDisableConfirmMessageFix=Скрыть список получателей (подписанных как глобальная электронная почта) уведомлений в сообщении подтверждения
##### Sendings #####
SendingsSetup=Настройка модуля доставки
SendingsReceiptModel=Модель отправки квитанции
@@ -1901,7 +1910,7 @@ ExpenseReportsRulesSetup=Настройка модуля Отчеты о рас
ExpenseReportNumberingModules=Модуль нумерации отчетов о расходах
NoModueToManageStockIncrease=Был активирован модуль, способный управлять автоматическим увеличением запасов. Увеличение запасов будет производиться только вручную.
YouMayFindNotificationsFeaturesIntoModuleNotification=Вы можете найти опции для уведомлений по электронной почте, включив и настроив модуль «Уведомления».
-TemplatesForNotifications=Templates for notifications
+TemplatesForNotifications=Шаблоны уведомлений
ListOfNotificationsPerUser=Список автоматических уведомлений для каждого пользователя *
ListOfNotificationsPerUserOrContact=Список возможных автоматических уведомлений (о бизнес-мероприятии), доступных для каждого пользователя * или контакта **
ListOfFixedNotifications=Список автоматических фиксированных уведомлений
@@ -1917,8 +1926,9 @@ ConfFileMustContainCustom=Для установки или создания вн
HighlightLinesOnMouseHover=Выделите строки таблицы при перемещении мыши
HighlightLinesColor=Цвет выделения строки при наведении курсора мыши (используйте 'ffffff', чтобы не выделять)
HighlightLinesChecked=Выделите цвет строки, когда она отмечена (используйте 'ffffff', чтобы не выделять)
-BtnActionColor=Color of the action button
-TextBtnActionColor=Text color of the action button
+UseBorderOnTable=Show left-right borders on tables
+BtnActionColor=Цвет кнопки действия
+TextBtnActionColor=Цвет текста кнопки действия
TextTitleColor=Цвет текста заголовка страницы
LinkColor=Цвет ссылок
PressF5AfterChangingThis=Нажмите CTRL + F5 на клавиатуре или очистите кеш браузера после изменения этого значения, чтобы оно было эффективным
@@ -2057,23 +2067,35 @@ EmailcollectorOperations=Операции, выполняемые сборщик
EmailcollectorOperationsDesc=Операции выполняются сверху вниз.
MaxEmailCollectPerCollect=Максимальное количество писем, собранных за один сбор
CollectNow=Собери сейчас
-ConfirmCloneEmailCollector=Вы уверены, что хотите клонировать сборщик электронной почты %s?
+ConfirmCloneEmailCollector=Are you sure you want to clone the Email collector %s?
DateLastCollectResult=Дата последней попытки сбора
DateLastcollectResultOk=Дата последнего успешного сбора
LastResult=Последний результат
+EmailCollectorHideMailHeaders=Do not include the content of email header into the saved content of collected e-mails
+EmailCollectorHideMailHeadersHelp=When enabled, e-mail headers are not added at the end of the email content that is saved as events.
EmailCollectorConfirmCollectTitle=Подтверждение сбора по электронной почте
-EmailCollectorConfirmCollect=Вы хотите запустить коллекцию для этого сборщика сейчас?
+EmailCollectorConfirmCollect=Do you want to run this collector now?
+EmailCollectorExampleToCollectTicketRequestsDesc=Collect emails that match some rules and create automatically a ticket (Module Ticket must be enabled) with the email informations. You can use this collector if you provide some support by email, so your ticket request will be automatically generated. Activate also Collect_Responses to collect answers of your client directly on the ticket view (you must reply from Dolibarr).
+EmailCollectorExampleToCollectTicketRequests=Example collecting the ticket request (first message only)
+EmailCollectorExampleToCollectAnswersFromExternalEmailSoftwareDesc=Scan your mailbox "Sent" directory to find emails that was sent as an answer of another email directly from your email software and not from Dolibarr. If such an email is found, the event of answer is recorded into Dolibarr
+EmailCollectorExampleToCollectAnswersFromExternalEmailSoftware=Example collecting e-mail answers sent from an external e-mail software
+EmailCollectorExampleToCollectDolibarrAnswersDesc=Collect all emails that are an answer of an email sent from your application. An event (Module Agenda must be enabled) with the email response will be recorded at the good place. For example, if your send a commercial proposal, order, invoice or message for a ticket by email from the application, and your customer answers your email, the system will automatically catch the answer and add it into your ERP.
+EmailCollectorExampleToCollectDolibarrAnswers=Example collecting all ingoing messages being answers to messages sent from Dolibarr'
+EmailCollectorExampleToCollectLeadsDesc=Collect emails that match some rules and create automatically a lead (Module Project must be enabled) with the email informations. You can use this collector if you want to follow your lead using the module Project (1 lead = 1 project), so your leads will be automatically generated. If the collector Collect_Responses is also enabled, when you send an email from your leads, proposals or any other object, you may also see answers of your customers or partners directly on the application.
Note: With this initial example, the title of the lead is generated including the email. If the thirdparty can't be found in database (new customer), the lead will be attached to the thirdparty with ID 1.
+EmailCollectorExampleToCollectLeads=Example collecting leads
+EmailCollectorExampleToCollectJobCandidaturesDesc=Collect emails applying to job offers (Module Recruitment must be enabled). You can complete this collector if you want to automatically create a candidature for a job request. Note: With this initial example, the title of the candidature is generated including the email.
+EmailCollectorExampleToCollectJobCandidatures=Example collecting job candidatures received by e-mail
NoNewEmailToProcess=Нет новых писем (соответствующие фильтры) для обработки
NothingProcessed=Ничего не было выполнено
XEmailsDoneYActionsDone=Письма %s квалифицированы, электронные письма %s успешно обработаны (для записи %s / выполненных действий)
-RecordEvent=Record an event in agenda (with type Email sent or received)
-CreateLeadAndThirdParty=Create a lead (and a third party if necessary)
-CreateTicketAndThirdParty=Create a ticket (linked to a third party if the third party was loaded by a previous operation, with no third party otherwise)
+RecordEvent=Запишите событие в повестку дня (с типом Электронная почта отправлена или получена)
+CreateLeadAndThirdParty=Создайте лид (и третье лицо, если необходимо)
+CreateTicketAndThirdParty=Создать тикет (связанный с третьей стороной, если третья сторона была загружена предыдущей операцией, в противном случае без третьей стороны)
CodeLastResult=Последний код результата
NbOfEmailsInInbox=Количество писем в исходном каталоге
LoadThirdPartyFromName=Загрузить сторонний поиск на %s (только загрузка)
LoadThirdPartyFromNameOrCreate=Загрузите сторонний поиск на %s (создайте, если не найден)
-AttachJoinedDocumentsToObject=Save attached files into object documents if a ref of an object is found into email topic.
+AttachJoinedDocumentsToObject=Сохраняйте вложенные файлы в документы объекта, если ссылка на объект найдена в теме письма.
WithDolTrackingID=Сообщение из беседы, инициированной первым письмом, отправленным от Dolibarr
WithoutDolTrackingID=Сообщение из беседы, инициированной первым электронным письмом, НЕ отправленным от Dolibarr
WithDolTrackingIDInMsgId=Сообщение отправлено из Dolibarr
@@ -2082,7 +2104,7 @@ CreateCandidature=Создать заявление о приеме на раб
FormatZip=Индекс
MainMenuCode=Код входа в меню (главное меню)
ECMAutoTree=Показать автоматическое дерево ECM
-OperationParamDesc=Define the rules to use to extract or set values.
Example for operations that need to extract a name from email subject:
name=EXTRACT:SUBJECT:Message from company ([^\n]*)
Example for operations that create objects:
objproperty1=SET:the value to set
objproperty2=SET:a value including value of __objproperty1__
objproperty3=SETIFEMPTY:value used if objproperty3 is not already defined
objproperty4=EXTRACT:HEADER:X-Myheaderkey:\\s*([^\\s]*)
options_myextrafield1=EXTRACT:SUBJECT:([^\n]*)
object.objproperty5=EXTRACT:BODY:My company name is\\s([^\\s]*)
Use a ; char as separator to extract or set several properties.
+OperationParamDesc=Определите правила, которые будут использоваться для извлечения или установки значений.
Пример операций, требующих извлечения имени из темы сообщения электронной почты:
name=EXTRACT:SUBJECT:Сообщение от компании ([^\n] *)
Пример для операций, которые создают объекты:
objproperty1 = SET: значение, заданное
objproperty2 = SET: значение, включая значения __objproperty1__
objproperty3 = SETIFEMPTY: значение, используемое, если objproperty3 еще не определен
objproperty4 = ЭКСТРАКТ: ЗАГОЛОВОК :X-Myheaderkey:\\s*([^\\s]*)
options_myextrafield1=ДОПОЛНИТЕЛЬНО:ТЕМА:([^\n]*)
object.objproperty5=ДОПОЛНИТЕЛЬНО:ТЕЛО:Название моей компании\\s( [^\\s]*)
Используйте ; char в качестве разделителя для извлечения или установки нескольких свойств.
OpeningHours=Часы работы
OpeningHoursDesc=Введите здесь обычные часы работы вашей компании.
ResourceSetup=Конфигурация модуля Ресурсов
@@ -2128,13 +2150,13 @@ LargerThan=Больше, чем
IfTrackingIDFoundEventWillBeLinked=Обратите внимание, что если идентификатор отслеживания объекта найден в электронном письме или если электронное письмо является ответом на электронную почту, которую собирают и связывают с объектом, созданное событие будет автоматически связано с известным связанным объектом.
WithGMailYouCanCreateADedicatedPassword=В учетной записи GMail, если вы включили двухэтапную проверку, рекомендуется создать специальный второй пароль для приложения вместо использования пароля своей учетной записи с https://myaccount.google.com/.
EmailCollectorTargetDir=Может оказаться желательным переместить электронное письмо в другой тег / каталог, когда оно было успешно обработано. Просто укажите здесь имя каталога, чтобы использовать эту функцию (НЕ используйте в имени специальные символы). Обратите внимание, что вы также должны использовать учетную запись для входа в систему для чтения / записи.
-EmailCollectorLoadThirdPartyHelp=You can use this action to use the email content to find and load an existing thirdparty in your database. The found (or created) thirdparty will be used for following actions that need it.
For example, if you want to create a thirdparty with a name extracted from a string 'Name: name to find' present into the body, use the sender email as email, you can set the parameter field like this:
'email=HEADER:^From:(.*);name=EXTRACT:BODY:Name:\\s([^\\s]*);client=SET:2;'
+EmailCollectorLoadThirdPartyHelp=Вы можете использовать это действие, чтобы использовать содержимое электронной почты для поиска и загрузки существующей третьей стороны в вашей базе данных. Найденная (или созданная) третья сторона будет использоваться для следующих действий, которые в ней нуждаются.
Например, если вы хотите создать третью сторону с именем, извлеченным из строки «Имя: имя для поиска», представленной в теле, используйте адрес электронной почты отправителя в качестве электронной почты, вы можете установить поле параметра следующим образом:
'email= HEADER:^From:(.*);name=EXTRACT:BODY:Name:\\s([^\\s]*);client=SET:2;'
EndPointFor=Конечная точка для %s: %s
DeleteEmailCollector=Удалить сборщик электронной почты
ConfirmDeleteEmailCollector=Вы уверены, что хотите удалить этот сборщик электронной почты?
RecipientEmailsWillBeReplacedWithThisValue=Электронная почта получателя всегда будет заменена этим значением
AtLeastOneDefaultBankAccountMandatory=Должен быть определен хотя бы 1 банковский счет по умолчанию.
-RESTRICT_ON_IP=Разрешить доступ только к IP-адресу некоторого хоста (подстановочные знаки не разрешены, используйте пробел между значениями). Пусто означает, что доступ есть у всех хостов.
+RESTRICT_ON_IP=Allow API access to only certain client IPs (wildcard not allowed, use space between values). Empty means every clients can access.
IPListExample=127.0.0.1 192.168.0.2 [::1]
BaseOnSabeDavVersion=На основе версии библиотеки SabreDAV
NotAPublicIp=Не публичный IP
@@ -2207,16 +2229,26 @@ DashboardDisableBlockExpenseReport=Отключить большой палец
DashboardDisableBlockHoliday=Отключить большой палец для листьев
EnabledCondition=Условие для включения поля (если не включено, видимость всегда будет отключена)
IfYouUseASecondTaxYouMustSetYouUseTheMainTax=Если вы хотите использовать второй налог, вы должны также включить первый налог с продаж.
-IfYouUseAThirdTaxYouMustSetYouUseTheMainTax=Если вы хотите использовать третий налог, вы должны также включить первый налог с продаж.
+IfYouUseAThirdTaxYouMustSetYouUseTheMainTax=Если вы хотите использовать третий налог, вы также должны включить первый налог с продаж.
LanguageAndPresentation=Язык и презентация
SkinAndColors=Оболочка и цвета
IfYouUseASecondTaxYouMustSetYouUseTheMainTax=Если вы хотите использовать второй налог, вы должны также включить первый налог с продаж.
-IfYouUseAThirdTaxYouMustSetYouUseTheMainTax=Если вы хотите использовать третий налог, вы должны также включить первый налог с продаж.
+IfYouUseAThirdTaxYouMustSetYouUseTheMainTax=Если вы хотите использовать третий налог, вы также должны включить первый налог с продаж.
PDF_USE_1A=Создать PDF из PDF/A-1b формата
MissingTranslationForConfKey = Отсутствует перевод для %s
NativeModules=Родные модули
-NoDeployedModulesFoundWithThisSearchCriteria=No modules found for these search criteria
-API_DISABLE_COMPRESSION=Disable compression of API responses
-EachTerminalHasItsOwnCounter=Each terminal use its own counter.
-FillAndSaveAccountIdAndSecret=Fill and save account ID and secret first
-PreviousHash=Previous hash
+NoDeployedModulesFoundWithThisSearchCriteria=Модули по этим критериям поиска не найдены
+API_DISABLE_COMPRESSION=Отключить сжатие ответов API
+EachTerminalHasItsOwnCounter=Каждый терминал использует свой счетчик.
+FillAndSaveAccountIdAndSecret=Сначала заполните и сохраните идентификатор учетной записи и секрет
+PreviousHash=Предыдущий хэш
+LateWarningAfter=«Позднее» предупреждение после
+TemplateforBusinessCards=Шаблон визитки разного размера
+InventorySetup= Настройка инвентаря
+ExportUseLowMemoryMode=Use a low memory mode
+ExportUseLowMemoryModeHelp=Use the low memory mode to execute the exec of the dump (compression is done through a pipe instead of into the PHP memory). This method does not allow to check that file is completed and error message can't be reported if it fails.
+ShowQuickAddLink=Show a button to quickly add an element in top right menu
+HashForPing=Hash used for ping
+ReadOnlyMode=Is instance in "Read Only" mode
+DEBUGBAR_USE_LOG_FILE=Use the dolibarr.log file to trap Logs
+UsingLogFileShowAllRecordOfSubrequestButIsSlower=Use the dolibarr.log file to trap Logs instead of live memory catching. It allows to catch all logs instead of only log of current process (so including the one of ajax subrequests pages) but will make your instance very very slow. Not recommended.
diff --git a/htdocs/langs/ru_RU/banks.lang b/htdocs/langs/ru_RU/banks.lang
index 2b4adbbd4e8..574f6858cda 100644
--- a/htdocs/langs/ru_RU/banks.lang
+++ b/htdocs/langs/ru_RU/banks.lang
@@ -95,11 +95,11 @@ LineRecord=Транзакция
AddBankRecord=Добавить запись
AddBankRecordLong=Добавить запись вручную
Conciliated=Согласование
-ConciliatedBy=Согласовано
+ReConciliedBy=Согласовано
DateConciliating=Дата согласования
BankLineConciliated=Запись сверяется с банковской квитанцией
-Reconciled=Согласовано
-NotReconciled=Не согласовано
+BankLineReconciled=Согласовано
+BankLineNotReconciled=Не согласовано
CustomerInvoicePayment=Оплата покупателем
SupplierInvoicePayment=Оплата продавцу
SubscriptionPayment=Абонентская плата
@@ -182,3 +182,6 @@ IfYouDontReconcileDisableProperty=Если вы не проводите выве
NoBankAccountDefined=Банковский счет не указан
NoRecordFoundIBankcAccount=Никаких записей на банковском счете не найдено. Обычно это происходит, когда запись была вручную удалена из списка транзакций на банковском счете (например, во время выверки банковского счета). Другая причина в том, что платеж был записан при отключении модуля «%s».
AlreadyOneBankAccount=Уже определен один банковский счет
+SEPAXMLPlacePaymentTypeInformationInCreditTransfertransactionInformation=Перевод SEPA: «Тип платежа» на уровне «Кредитный перевод»
+SEPAXMLPlacePaymentTypeInformationInCreditTransfertransactionInformationHelp=When generatin a SEPA XML file for Credit transfers, the section "PaymentTypeInformation" can now be placed inside the "CreditTransferTransactionInformation" section (instead of "Payment" section). We strongly recommend to keep this unchecked to place PaymentTypeInformation at Payment level, as all banks will not necessarily accept it at CreditTransferTransactionInformation level. Contact your bank before placing PaymentTypeInformation at CreditTransferTransactionInformation level.
+ToCreateRelatedRecordIntoBank=To create missing related bank record
diff --git a/htdocs/langs/ru_RU/bills.lang b/htdocs/langs/ru_RU/bills.lang
index 425821d0f0e..b936fa050e6 100644
--- a/htdocs/langs/ru_RU/bills.lang
+++ b/htdocs/langs/ru_RU/bills.lang
@@ -81,14 +81,14 @@ PaymentsReports=Отчеты о платежах
PaymentsAlreadyDone=Платежи уже сделаны
PaymentsBackAlreadyDone=Возврат уже произведен
PaymentRule=Правила оплаты
-PaymentMode=Payment method
-PaymentModes=Payment methods
-DefaultPaymentMode=Default Payment method
+PaymentMode=Способ оплаты
+PaymentModes=Способы оплаты
+DefaultPaymentMode=Способ оплаты по умолчанию
DefaultBankAccount=Банковский счет по умолчанию
-IdPaymentMode=Payment method (id)
-CodePaymentMode=Payment method (code)
-LabelPaymentMode=Payment method (label)
-PaymentModeShort=Payment method
+IdPaymentMode=Способ оплаты (идентификатор)
+CodePaymentMode=Способ оплаты (код)
+LabelPaymentMode=Способ оплаты (метка)
+PaymentModeShort=Способ оплаты
PaymentTerm=Условия оплаты
PaymentConditions=Условия оплаты
PaymentConditionsShort=Условия оплаты
@@ -156,6 +156,7 @@ ErrorInvoiceAvoirMustBeNegative=Ошибка, корректирующий сч
ErrorInvoiceOfThisTypeMustBePositive=Ошибка, этот тип счета-фактуры должен иметь положительную (или нулевую) сумму без учета налогов.
ErrorCantCancelIfReplacementInvoiceNotValidated=Ошибка, невозможно отменить счет-фактуру, который был заменен на другой счет-фактуру, находящийся в статусе Проекта
ErrorThisPartOrAnotherIsAlreadyUsedSoDiscountSerieCantBeRemoved=Эта или другая часть уже используется, поэтому серию скидок удалить нельзя.
+ErrorInvoiceIsNotLastOfSameType=Error: The date of invoice %s is %s. It must be posterior or equal to last date for same type invoices (%s). Please change the invoice date.
BillFrom=Продавец
BillTo=Покупатель
ActionsOnBill=Действия со счетом-фактурой
@@ -240,12 +241,12 @@ RemainderToTake=Оставшаяся сумма
RemainderToTakeMulticurrency=Оставшаяся сумма в исходной валюте
RemainderToPayBack=Оставшаяся сумма к возврату
RemainderToPayBackMulticurrency=Оставшаяся сумма к возврату в исходной валюте
-NegativeIfExcessRefunded=negative if excess refunded
+NegativeIfExcessRefunded=отрицательный, если излишек возвращается
Rest=В ожидании
AmountExpected=Заявленная сумма
ExcessReceived=Полученный излишек
ExcessReceivedMulticurrency=Полученный излишек в исходной валюте
-NegativeIfExcessReceived=negative if excess received
+NegativeIfExcessReceived=отрицательный, если получено превышение
ExcessPaid=Оплачено превышение
ExcessPaidMulticurrency=Избыточная сумма в исходной валюте
EscompteOffered=Предоставлена скидка (за досрочный платеж)
@@ -279,9 +280,11 @@ SetMode=Установить тип оплаты
SetRevenuStamp=Установить отметку о доходах
Billed=Выставлен
RecurringInvoices=Периодические счета-фактуры
-RecurringInvoice=Recurring invoice
+RecurringInvoice=Повторяющийся счет
RepeatableInvoice=Шаблоны счёта
RepeatableInvoices=Шаблоны счетов
+RecurringInvoicesJob=Generation of recurring invoices (sales invoices)
+RecurringSupplierInvoicesJob=Generation of recurring invoices (purchase invoices)
Repeatable=Шаблон
Repeatables=Шаблоны
ChangeIntoRepeatableInvoice=Конвертировать в шаблон счёта
@@ -482,6 +485,7 @@ PaymentByChequeOrderedToShort=Платежи по чекам (включая н
SendTo=отправлено
PaymentByTransferOnThisBankAccount=Оплата переводом на следующий банковский счет
VATIsNotUsedForInvoice=* Неприменяемых НДС арт-293B из CGI
+VATIsNotUsedForInvoiceAsso=* Non applicable VAT art-261-7 of CGI
LawApplicationPart1=По применению закона 80.335 от 12/05/80
LawApplicationPart2=товары остаются в собственности
LawApplicationPart3=продавец до полной оплаты
@@ -599,11 +603,12 @@ BILL_SUPPLIER_DELETEInDolibarr=Счет поставщика удален
UnitPriceXQtyLessDiscount=Цена за единицу x Кол-во - Скидка
CustomersInvoicesArea=Зона выставления счетов клиента
SupplierInvoicesArea=Платежная зона поставщика
-FacParentLine=Родительская строка счета-фактуры
SituationTotalRayToRest=Осталось заплатить без налога
PDFSituationTitle=Ситуация № %d
SituationTotalProgress=Общий прогресс %d %%
SearchUnpaidInvoicesWithDueDate=Поиск неоплаченных счетов со сроком оплаты = %s
NoPaymentAvailable=Нет оплаты для %s
PaymentRegisteredAndInvoiceSetToPaid=Платеж зарегистрирован, а счет-фактура %s установлен на оплаченный
-SendEmailsRemindersOnInvoiceDueDate=Send reminder by email for unpaid invoices
+SendEmailsRemindersOnInvoiceDueDate=Отправить напоминание по электронной почте для неоплаченных счетов
+MakePaymentAndClassifyPayed=Записать платеж
+BulkPaymentNotPossibleForInvoice=Массовая оплата невозможна для счета %s (неверный тип или статус)
diff --git a/htdocs/langs/ru_RU/companies.lang b/htdocs/langs/ru_RU/companies.lang
index aeab0651951..a377976e1f0 100644
--- a/htdocs/langs/ru_RU/companies.lang
+++ b/htdocs/langs/ru_RU/companies.lang
@@ -19,6 +19,7 @@ ProspectionArea=Область разведки
IdThirdParty=Код контрагента
IdCompany=Код компании
IdContact=Код контакта
+ThirdPartyAddress=Third-party address
ThirdPartyContacts=Контакты контрагента
ThirdPartyContact=Контакт/адрес контрагента
Company=Компания
@@ -51,6 +52,8 @@ CivilityCode=Код корректности
RegisteredOffice=Зарегистрированный офис
Lastname=Фамилия
Firstname=Имя
+RefEmployee=Employee reference
+NationalRegistrationNumber=National registration number
PostOrFunction=Должность
UserTitle=Название
NatureOfThirdParty=Свойство контрагента
@@ -157,15 +160,15 @@ ProfId3CL=-
ProfId4CL=-
ProfId5CL=-
ProfId6CL=-
-ProfId1CM=Id. prof. 1 (Trade Register)
-ProfId2CM=Id. prof. 2 (Taxpayer No.)
-ProfId3CM=Id. prof. 3 (Decree of creation)
+ProfId1CM=Идентификатор. проф. 1 (Торговый реестр)
+ProfId2CM=Идентификатор. проф. 2 (№ налогоплательщика)
+ProfId3CM=Идентификатор. проф. 3 (Указ о создании)
ProfId4CM=-
ProfId5CM=-
ProfId6CM=-
-ProfId1ShortCM=Trade Register
-ProfId2ShortCM=Taxpayer No.
-ProfId3ShortCM=Decree of creation
+ProfId1ShortCM=Торговый реестр
+ProfId2ShortCM=№ налогоплательщика
+ProfId3ShortCM=Указ о создании
ProfId4ShortCM=-
ProfId5ShortCM=-
ProfId6ShortCM=-
@@ -359,7 +362,7 @@ ListOfThirdParties=Список контрагентов
ShowCompany=Контрагент
ShowContact=Контакт-Адрес
ContactsAllShort=Все (без фильтра)
-ContactType=Тип контакта
+ContactType=Contact role
ContactForOrders=Заказы контакта
ContactForOrdersOrShipments=Заказы или отгрузки контактов
ContactForProposals=Лиды контакта
@@ -381,7 +384,7 @@ VATIntraCheck=Проверить
VATIntraCheckDesc=ID НДС должен включать префикс страны. Ссылка %s использует европейскую службу проверки НДС (VIES), для которой требуется доступ в Интернет с сервера Dolibarr.
VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
VATIntraCheckableOnEUSite=Проверьте ID НДС на веб-сайте Европейской комиссии
-VATIntraManualCheck=You can also check manually on the European Commission website %s
+VATIntraManualCheck=Вы также можете проверить вручную на веб-сайте Европейской комиссии %s
ErrorVATCheckMS_UNAVAILABLE=Проверка невозможна. Сервис проверки не предоставляется государством-членом ЕС (%s).
NorProspectNorCustomer=Ни лид, ни клиент
JuridicalStatus=Тип хозяйствующего субъекта
diff --git a/htdocs/langs/ru_RU/compta.lang b/htdocs/langs/ru_RU/compta.lang
index 73a69595e62..56be4068c69 100644
--- a/htdocs/langs/ru_RU/compta.lang
+++ b/htdocs/langs/ru_RU/compta.lang
@@ -146,9 +146,11 @@ ConfirmPaySalary=Вы уверены, что хотите отнести эту
DeleteSocialContribution=Удалить социальный или налоговый платеж
DeleteVAT=Удалить декларацию НДС
DeleteSalary=Удалить зарплатную карту
+DeleteVariousPayment=Delete a various payment
ConfirmDeleteSocialContribution=Вы действительно хотите удалить этот социальный/налоговый платеж?
ConfirmDeleteVAT=Вы уверены, что хотите удалить эту декларацию по НДС?
-ConfirmDeleteSalary=Вы уверены, что хотите удалить эту зарплату?
+ConfirmDeleteSalary=Are you sure you want to delete this salary ?
+ConfirmDeleteVariousPayment=Are you sure you want to delete this various payment ?
ExportDataset_tax_1=Социальные и налоговые налоги и платежи
CalcModeVATDebt=Режим %sНДС при учете обязательств%s.
CalcModeVATEngagement=Режим %sНДС на доходы-расходы%s.
@@ -170,9 +172,9 @@ SeeReportInInputOutputMode=Просматривайте %sанализ пла
SeeReportInDueDebtMode=Просматривайте %sанализ записанных документов%s для расчета на основе известных записанных документов, даже если они еще не учтены в бухгалтерской книге
SeeReportInBookkeepingMode=Просматривайте %sанализ таблицы бухгалтерской книги%s ля получения отчета на основе таблицы бухгалтерской книги
RulesAmountWithTaxIncluded=- Суммы даны с учётом всех налогов
-RulesAmountWithTaxExcluded=- Amounts of invoices shown are with all taxes excluded
-RulesResultDue=- It includes all invoices, expenses, VAT, donations, salaries, whether they are paid or not.
- It is based on the billing date of invoices and on the due date for expenses or tax payments. For salaries, the date of end of period is used.
-RulesResultInOut=- It includes the real payments made on invoices, expenses, VAT and salaries.
- It is based on the payment dates of the invoices, expenses, VAT, donations and salaries.
+RulesAmountWithTaxExcluded=- Суммы счетов указаны без учета всех налогов.
+RulesResultDue=- Он включает в себя все счета, расходы, НДС, пожертвования, зарплаты, независимо от того, оплачены они или нет.
— основывается на дате выставления счета-фактуры и на дате оплаты расходов или налоговых платежей. Для заработной платы используется дата окончания периода.
+RulesResultInOut=- Он включает в себя реальные платежи по счетам, расходы, НДС и заработную плату.
- Основан на датах оплаты счетов, расходов, НДС, пожертвований и заработной платы.
RulesCADue=- Он включает в себя подлежащие оплате счета клиента независимо от того, оплачены они или нет.
- зависит от даты выставления счетов для этих счетов.
RulesCAIn=- Он включает в себя все действующие платежи по счетам, полученным от клиентов.
- он основан на дате оплаты этих счетов-фактур
RulesCATotalSaleJournal=Он включает все кредитные линии из журнала продаж.
@@ -287,14 +289,14 @@ ReportPurchaseTurnover=Счет-фактура оборота закупок
ReportPurchaseTurnoverCollected=Накопленный оборот покупок
IncludeVarpaysInResults = Включать различные платежи в отчеты
IncludeLoansInResults = Включать ссуды в отчеты
-InvoiceLate30Days = Счета с опозданием (> 30 дней)
-InvoiceLate15Days = Счета с опозданием (от 15 до 30 дней)
-InvoiceLateMinus15Days = Счета-фактуры просрочены (<15 дней)
+InvoiceLate30Days = Late (> 30 days)
+InvoiceLate15Days = Late (15 to 30 days)
+InvoiceLateMinus15Days = Late (< 15 days)
InvoiceNotLate = Необходимо забрать (<15 дней)
InvoiceNotLate15Days = Собирать (от 15 до 30 дней)
InvoiceNotLate30Days = Будет собрано (> 30 дней)
InvoiceToPay=Для оплаты (<15 дней)
InvoiceToPay15Days=Для оплаты (от 15 до 30 дней)
InvoiceToPay30Days=Для оплаты (> 30 дней)
-ConfirmPreselectAccount=Preselect accountancy code
-ConfirmPreselectAccountQuestion=Are you sure you want to preselect the %s selected lines with this accountancy code ?
+ConfirmPreselectAccount=Предварительный выбор кода счета
+ConfirmPreselectAccountQuestion=Вы уверены, что хотите предварительно выбрать выбранные строки %s с этим кодом учета?
diff --git a/htdocs/langs/ru_RU/members.lang b/htdocs/langs/ru_RU/members.lang
index 9da202bf86c..66209557a7c 100644
--- a/htdocs/langs/ru_RU/members.lang
+++ b/htdocs/langs/ru_RU/members.lang
@@ -15,7 +15,7 @@ ErrorMemberIsAlreadyLinkedToThisThirdParty=Еще один член (имя и <
ErrorUserPermissionAllowsToLinksToItselfOnly=По соображениям безопасности, вы должны получить разрешение, чтобы изменить все пользователи должны иметь доступ к ссылке члена к пользователю, что это не твое.
SetLinkToUser=Ссылка на Dolibarr пользователя
SetLinkToThirdParty=Ссылка на Dolibarr третья сторона
-MembersCards=Визитные карточки для участников
+MembersCards=Generation of cards for members
MembersList=Список участников
MembersListToValid=Список кандидатов в участники (на утверждении)
MembersListValid=Список действительных участников
@@ -159,11 +159,11 @@ HTPasswordExport=htpassword файл поколения
NoThirdPartyAssociatedToMember=Никакая третья сторона не связана с этим участником
MembersAndSubscriptions=Члены и взносы
MoreActions=Дополнительные меры по записи
-MoreActionsOnSubscription=Дополнительное действие, предлагаемое по умолчанию при записи вклада
+MoreActionsOnSubscription=Дополнительное действие, предлагаемое по умолчанию при записи взноса, а также автоматически выполняемое при онлайн-оплате взноса.
MoreActionBankDirect=Создайте прямую запись на банковский счет
MoreActionBankViaInvoice=Создайте счет-фактуру и оплату на банковский счет
MoreActionInvoiceOnly=Создание счета без каких-либо оплаты
-LinkToGeneratedPages=Создание визитки
+LinkToGeneratedPages=Generation of business cards or address sheets
LinkToGeneratedPagesDesc=Этот экран позволяет вам создавать PDF файлы с визитных карточек для всех членов вашей или иной член.
DocForAllMembersCards=Создание визитной карточки для всех участников
DocForOneMemberCards=Создание визитной карточки для конкретного участника
diff --git a/htdocs/langs/ru_RU/modulebuilder.lang b/htdocs/langs/ru_RU/modulebuilder.lang
index 00d5d6878ce..6152a428c90 100644
--- a/htdocs/langs/ru_RU/modulebuilder.lang
+++ b/htdocs/langs/ru_RU/modulebuilder.lang
@@ -1,5 +1,5 @@
# Dolibarr language file - Source file is en_US - loan
-ModuleBuilderDesc=This tool must be used only by experienced users or developers. It provides utilities to build or edit your own module. Documentation for alternative manual development is here.
+ModuleBuilderDesc=Этот инструмент должен использоваться только опытными пользователями или разработчиками. Он предоставляет утилиты для создания или редактирования вашего собственного модуля. Документация по альтернативной ручной разработке находится здесь .
EnterNameOfModuleDesc=Введите имя модуля/приложения, которое нужно создать, без пробелов. Используйте прописные буквы для разделения слов (например: MyModule, EcommerceForShop, SyncWithMySystem ...)
EnterNameOfObjectDesc=Введите имя создаваемого объекта без пробелов. Используйте прописные буквы для разделения слов (например: MyObject, Student, Teacher ...). Будет сгенерирован файл класса CRUD, а также файл API, страницы для списка/добавления/редактирования/удаления объекта и файлы SQL.
ModuleBuilderDesc2=Путь, по которому модули создаются/редактируются (первый каталог для внешних модулей, определенных в %s): %s
@@ -52,7 +52,7 @@ LanguageFile=Файл для языка
ObjectProperties=Свойства объекта
ConfirmDeleteProperty=Вы действительно хотите удалить свойство %s? Это изменит код в классе PHP, но также удалит столбец из определения объекта в таблице.
NotNull=Ненулевой
-NotNullDesc=1 = Установить для базы данных значение НЕ NULL. -1 = разрешить нулевые значения и принудительно установить значение NULL, если пусто ('' или 0).
+NotNullDesc=1=Set database to NOT NULL, 0=Allow null values, -1=Allow null values by forcing value to NULL if empty ('' or 0)
SearchAll=Используется для поиска по всем
DatabaseIndex=Индекс базы данных
FileAlreadyExists=Файл %s уже существует
@@ -94,11 +94,11 @@ LanguageDefDesc=Введите в эти файлы все ключи и пер
MenusDefDesc=Определите здесь меню, предоставляемые вашим модулем
DictionariesDefDesc=Определите здесь словари, предоставленные вашим модулем
PermissionsDefDesc=Определите здесь новые разрешения, предоставляемые вашим модулем
-MenusDefDescTooltip=Меню, предоставляемые вашим модулем / приложением, определены в массиве $ this-> menus в файле дескриптора модуля. Вы можете редактировать этот файл вручную или использовать встроенный редактор.
Примечание. После определения (и повторной активации модуля) меню также отображаются в редакторе меню, доступном для пользователей-администраторов на %s.
+MenusDefDescTooltip=The menus provided by your module/application are defined into the array $this->menus into the module descriptor file. You can edit manually this file or use the embedded editor.
Note: Once defined (and the module re-activated), the menus are also visible into the menu editor available to administrator users on %s.
DictionariesDefDescTooltip=Словари, предоставляемые вашим модулем / приложением, определены в массиве $ this-> dictionaries в файле дескриптора модуля. Вы можете редактировать этот файл вручную или использовать встроенный редактор.
Примечание. После определения (и повторной активации модуля) словари также отображаются в области настройки для пользователей-администраторов на %s.
PermissionsDefDescTooltip=Разрешения, предоставляемые вашим модулем / приложением, определены в массиве $ this-> rights в файле дескриптора модуля. Вы можете редактировать этот файл вручную или использовать встроенный редактор.
Примечание. После определения (и повторной активации модуля) разрешения отображаются в настройках разрешений по умолчанию %s.
HooksDefDesc=Определите в свойстве module_parts ['hooks'] в дескрипторе модуля контекст хуков, которыми вы хотите управлять (список контекстов можно найти, выполнив поиск в ' initHooks' файл перехвата для добавления кода ваших перехваченных функций (подключаемые функции можно найти, выполнив поиск по ' executeHooks ' в основном коде).
-TriggerDefDesc=Define in the trigger file the code that you want to execute when a business event external to your module is executed (events triggered by other modules).
+TriggerDefDesc=Определите в файле триггера код, который вы хотите выполнять при выполнении бизнес-события, внешнего по отношению к вашему модулю (события, инициированные другими модулями).
SeeIDsInUse=См. Идентификаторы, используемые в вашей установке
SeeReservedIDsRangeHere=См. Диапазон зарезервированных идентификаторов
ToolkitForDevelopers=Инструментарий для разработчиков Dolibarr
@@ -110,7 +110,7 @@ DropTableIfEmpty=(Уничтожить таблицу, если она пуст
TableDoesNotExists=Таблица %s не существует
TableDropped=Таблица %s удалена
InitStructureFromExistingTable=Построить строку массива структуры существующей таблицы
-UseAboutPage=Отключить страницу с информацией
+UseAboutPage=Do not generate the About page
UseDocFolder=Отключить папку документации
UseSpecificReadme=Используйте специальный файл ReadMe
ContentOfREADMECustomized=Примечание. Содержимое файла README.md было заменено конкретным значением, определенным в настройке ModuleBuilder.
@@ -127,9 +127,9 @@ UseSpecificEditorURL = Используйте конкретный URL-адре
UseSpecificFamily = Используйте конкретную семью
UseSpecificAuthor = Использовать конкретного автора
UseSpecificVersion = Используйте конкретную начальную версию
-IncludeRefGeneration=Ссылка на объект должна генерироваться автоматически
-IncludeRefGenerationHelp=Установите этот флажок, если хотите включить код для автоматического управления генерацией ссылки.
-IncludeDocGeneration=Я хочу сгенерировать некоторые документы из объекта
+IncludeRefGeneration=The reference of object must be generated automatically by custom numbering rules
+IncludeRefGenerationHelp=Check this if you want to include code to manage the generation of the reference automatically using custom numbering rules
+IncludeDocGeneration=I want to generate some documents from templates for the object
IncludeDocGenerationHelp=Если вы установите этот флажок, будет сгенерирован некоторый код для добавления поля «Создать документ» в запись.
ShowOnCombobox=Показать значение в поле со списком
KeyForTooltip=Ключ для подсказки
@@ -138,10 +138,15 @@ CSSViewClass=CSS для формы чтения
CSSListClass=CSS для списка
NotEditable=Не редактируется
ForeignKey=Иностранный ключ
-TypeOfFieldsHelp=Тип полей:
varchar(99), double(24,8), real, text, html, datetime, timestamp, integer, integer:ClassName:relativepath/to/classfile.class.php[:1[:filter]] («1» означает, что мы добавляем кнопку + после комбо для создания записи, «фильтр» может быть, например, «status=1 AND fk_user = __USER_ID AND entity IN (__SHARED_ENTITIES__)»)
+TypeOfFieldsHelp=Type of fields:
varchar(99), double(24,8), real, text, html, datetime, timestamp, integer, integer:ClassName:relativepath/to/classfile.class.php[:1[:filter]]
'1' means we add a + button after the combo to create the record
'filter' is a sql condition, example: 'status=1 AND fk_user=__USER_ID__ AND entity IN (__SHARED_ENTITIES__)'
AsciiToHtmlConverter=Конвертер ascii в HTML
AsciiToPdfConverter=Конвертер ascii в PDF
TableNotEmptyDropCanceled=Таблица не пустая. Дроп отменен.
ModuleBuilderNotAllowed=Конструктор модулей доступен, но не разрешен для вашего пользователя.
ImportExportProfiles=Импорт и экспорт профилей
-ValidateModBuilderDesc=Поставьте 1, если это поле необходимо проверить с помощью $this-> validateField(), или 0, если требуется проверка.
+ValidateModBuilderDesc=Set this to 1 if you want to have the method $this->validateField() of object being called to validate the content of the field during insert or upadate. Set 0 if there is no validation required.
+WarningDatabaseIsNotUpdated=Warning: The database is not updated automatically, you must destroy tables and disable-enable the module to have tables recreated
+LinkToParentMenu=Parent menu (fk_xxxxmenu)
+ListOfTabsEntries=List of tab entries
+TabsDefDesc=Define here the tabs provided by your module
+TabsDefDescTooltip=The tabs provided by your module/application are defined into the array $this->tabs into the module descriptor file. You can edit manually this file or use the embedded editor.
diff --git a/htdocs/langs/ru_RU/propal.lang b/htdocs/langs/ru_RU/propal.lang
index 7a127a5fc1e..421676ad097 100644
--- a/htdocs/langs/ru_RU/propal.lang
+++ b/htdocs/langs/ru_RU/propal.lang
@@ -54,6 +54,7 @@ NoDraftProposals=Нет проектов коммерческих дредлож
CopyPropalFrom=Создание коммерческого предложения, копируя существующие предложения
CreateEmptyPropal=Создать пустое коммерческое предложение или из списка продуктов/услуг
DefaultProposalDurationValidity=По умолчанию коммерческого предложения действительности продолжительность (в днях)
+DefaultPuttingPricesUpToDate=By default update prices with current known prices on cloning a proposal
UseCustomerContactAsPropalRecipientIfExist=В качестве адреса получателя предложения используйте контакт/адрес с типом "Контактное последующее предложение", если он определен, вместо стороннего адреса.
ConfirmClonePropal=Вы уверены, что хотите клонировать коммерческое предложение %s?
ConfirmReOpenProp=Вы уверены, что хотите снова открыть коммерческое предложение %s?
@@ -85,13 +86,26 @@ ProposalCustomerSignature=Письменное подтверждение, пе
ProposalsStatisticsSuppliers=Статистика предложений поставщиков
CaseFollowedBy=Дело, за которым следует
SignedOnly=Только подписано
+NoSign=Set not signed
+NoSigned=set not signed
+CantBeNoSign=cannot be set not signed
+ConfirmMassNoSignature=Bulk Not signed confirmation
+ConfirmMassNoSignatureQuestion=Are you sure you want to set not signed the selected records ?
+IsNotADraft=is not a draft
+PassedInOpenStatus=has been validated
+Sign=Подписать
+Signed=signed
+ConfirmMassValidation=Bulk Validate confirmation
+ConfirmMassSignature=Bulk Signature confirmation
+ConfirmMassValidationQuestion=Are you sure you want to validate the selected records ?
+ConfirmMassSignatureQuestion=Are you sure you want to sign the selected records ?
IdProposal=ID предложения
IdProduct=идантификационный номер продукта
-PrParentLine=Родительская линия предложения
LineBuyPriceHT=Цена покупки Сумма без налога для строки
SignPropal=Принять предложение
RefusePropal=Отказаться от предложения
Sign=Подписать
+NoSign=Set not signed
PropalAlreadySigned=Предложение уже принято
PropalAlreadyRefused=Предложение уже отклонено
PropalSigned=Предложение принято
diff --git a/htdocs/langs/ru_RU/ticket.lang b/htdocs/langs/ru_RU/ticket.lang
index 69aea15308a..96e24a56c23 100644
--- a/htdocs/langs/ru_RU/ticket.lang
+++ b/htdocs/langs/ru_RU/ticket.lang
@@ -90,10 +90,10 @@ TicketPublicAccess=Публичный интерфейс, не требующи
TicketSetupDictionaries=Тип тикета, серьезность и аналитические коды настраиваются из словарей.
TicketParamModule=Настройка переменных модуля
TicketParamMail=Настройка электронной почты
-TicketEmailNotificationFrom=Уведомление по электронной почте от
-TicketEmailNotificationFromHelp=Используется в ответе на тикет-сообщение на примере
-TicketEmailNotificationTo=Уведомления по электронной почте на адрес
-TicketEmailNotificationToHelp=Отправлять уведомления по электронной почте на этот адрес.
+TicketEmailNotificationFrom=Sender e-mail for ticket answers
+TicketEmailNotificationFromHelp=Sender e-mail for ticket answers sent from Dolibarr
+TicketEmailNotificationTo=Notify ticket creation to this e-mail address
+TicketEmailNotificationToHelp=If present, this e-mail address will be notified of a ticket creation
TicketNewEmailBodyLabel=Текстовое сообщение, отправленное после создания тикета
TicketNewEmailBodyHelp=Указанный здесь текст будет вставлен в электронное письмо, подтверждающее создание нового тикета из общедоступного интерфейса. Информация о просмотре тикета добавляется автоматически.
TicketParamPublicInterface=Настройка публичного интерфейса
@@ -136,6 +136,18 @@ TicketsPublicNotificationNewMessage=Отправлять электронное
TicketsPublicNotificationNewMessageHelp=Отправлять электронное письмо(а), когда новое сообщение добавляется из публичного интерфейса (назначенному пользователю или электронное письмо с уведомлениями для (обновить) и/или электронное письмо с уведомлениями для)
TicketPublicNotificationNewMessageDefaultEmail=Уведомления по электронной почте на (обновить)
TicketPublicNotificationNewMessageDefaultEmailHelp=Отправляйте электронное письмо на этот адрес для каждого уведомления о новом сообщении, если для тикета не назначен пользователь или если у пользователя нет известного адреса электронной почты.
+TicketsAutoReadTicket=Автоматически помечать тикет как прочитанный (при создании из бэк-офиса)
+TicketsAutoReadTicketHelp=Автоматически помечать тикет как прочитанный при создании из бэк-офиса. При создании тикета из публичного интерфейса тикет остается со статусом «Не прочитано».
+TicketsDelayBeforeFirstAnswer=Новый тикет должен получить первый ответ до (часов):
+TicketsDelayBeforeFirstAnswerHelp=Если новая заявка не получила ответа по истечении этого периода времени (в часах), в представлении списка будет отображаться значок важного предупреждения.
+TicketsDelayBetweenAnswers=Неразрешенный тикет не должен оставаться неактивным в течение (часов):
+TicketsDelayBetweenAnswersHelp=Если неразрешенная заявка, на которую уже получен ответ, не подвергалась дальнейшему взаимодействию по истечении этого периода времени (в часах), в представлении списка будет отображаться значок предупреждения.
+TicketsAutoNotifyClose=Automatically notify thirdparty when closing a ticket
+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.
+TicketWrongContact=Provided contact is not part of current ticket contacts. Email not sent.
+TicketChooseProductCategory=Product category for ticket support
+TicketChooseProductCategoryHelp=Select the product category of ticket support. This will be used to automatically link a contract to a ticket.
+
#
# Index & list page
#
@@ -151,6 +163,8 @@ OrderByDateAsc=Сортировать по дате по возрастанию
OrderByDateDesc=Сортировать по дате по убыванию
ShowAsConversation=Показать как список бесед
MessageListViewType=Показать как список таблиц
+ConfirmMassTicketClosingSendEmail=Automatically send emails when closing tickets
+ConfirmMassTicketClosingSendEmailQuestion=Do you want to notify thirdparties when closing these tickets ?
#
# Ticket card
@@ -205,12 +219,12 @@ ErrorMailRecipientIsEmptyForSendTicketMessage=Получатель пуст. Э
TicketGoIntoContactTab=Пожалуйста, перейдите на вкладку «Контакты», чтобы выбрать их.
TicketMessageMailIntro=Вступление
TicketMessageMailIntroHelp=Этот текст добавляется только в начале письма и не сохраняется.
-TicketMessageMailIntroLabelAdmin=Знакомство с сообщением при отправке электронной почты
-TicketMessageMailIntroText=Привет,
На тикет, с которым вы связаны, был отправлен новый ответ. Вот сообщение:
-TicketMessageMailIntroHelpAdmin=Этот текст будет вставлен перед текстом ответа на тикет.
+TicketMessageMailIntroLabelAdmin=Introduction text to all ticket answers
+TicketMessageMailIntroText=Hello,
A new answer has been added to a ticket that you follow. Here is the message:
+TicketMessageMailIntroHelpAdmin=This text will be inserted before the answer when replying to a ticket from Dolibarr
TicketMessageMailSignature=Подпись
TicketMessageMailSignatureHelp=Этот текст добавляется только в конце письма и не сохраняется.
-TicketMessageMailSignatureText=С уважением,
--
+TicketMessageMailSignatureText=Message sent by %s via Dolibarr
TicketMessageMailSignatureLabelAdmin=Подпись ответного электронного письма
TicketMessageMailSignatureHelpAdmin=Этот текст будет вставлен после ответного сообщения.
TicketMessageHelp=Только этот текст будет сохранен в списке сообщений в карточке тикета.
@@ -238,9 +252,16 @@ TicketChangeStatus=Изменить статус
TicketConfirmChangeStatus=Подтвердите изменение статуса: %s?
TicketLogStatusChanged=Статус изменен: с %s на %s
TicketNotNotifyTiersAtCreate=Не уведомлять компанию при создании
+NotifyThirdpartyOnTicketClosing=Contacts to notify while closing the ticket
+TicketNotifyAllTiersAtClose=All related contacts
+TicketNotNotifyTiersAtClose=No related contact
Unread=Непрочитанный
TicketNotCreatedFromPublicInterface=Недоступен. Тикет не был создан из публичного интерфейса.
ErrorTicketRefRequired=Требуется справочное название тикета.
+TicketsDelayForFirstResponseTooLong=Слишком много времени прошло с момента открытия билета без ответа.
+TicketsDelayFromLastResponseTooLong=Прошло слишком много времени с момента последнего ответа на этот запрос.
+TicketNoContractFoundToLink=No contract was found to be automatically linked to this ticket. Please link a contract manually.
+TicketManyContractsLinked=Many contracts have been automatically linked to this ticket. Make sure to verify which should be chosen.
#
# Logs
@@ -268,8 +289,9 @@ TicketNewEmailBody=Это автоматическое электронное п
TicketNewEmailBodyCustomer=Это автоматическое электронное письмо, подтверждающее, что в вашу учетную запись только что был добавлен новый тикет.
TicketNewEmailBodyInfosTicket=Информация для наблюдения за тикетом
TicketNewEmailBodyInfosTrackId=Номер отслеживания тикетов: %s
-TicketNewEmailBodyInfosTrackUrl=Вы можете просмотреть ход выполнения тикета, щелкнув ссылку выше.
+TicketNewEmailBodyInfosTrackUrl=You can view the progress of the ticket by clicking the following link
TicketNewEmailBodyInfosTrackUrlCustomer=Вы можете просмотреть ход выполнения тикета в определенном интерфейсе, щелкнув следующую ссылку
+TicketCloseEmailBodyInfosTrackUrlCustomer=You can consult the history of this ticket by clicking the following link
TicketEmailPleaseDoNotReplyToThisEmail=Пожалуйста, не отвечайте на это письмо напрямую! Используйте ссылку, чтобы ответить в интерфейсе.
TicketPublicInfoCreateTicket=Эта форма позволяет вам записать тикет в службу поддержки в нашей системе управления.
TicketPublicPleaseBeAccuratelyDescribe=Пожалуйста, подробно опишите проблему. Предоставьте как можно больше информации, чтобы мы могли правильно идентифицировать ваш запрос.
@@ -291,6 +313,10 @@ NewUser=Новый пользователь
NumberOfTicketsByMonth=Количество тикетов в месяц
NbOfTickets=Количество тикетов
# notifications
+TicketCloseEmailSubjectCustomer=Ticket closed
+TicketCloseEmailBodyCustomer=This is an automatic message to notify you that ticket %s has just been closed.
+TicketCloseEmailSubjectAdmin=Ticket closed - Réf %s (public ticket ID %s)
+TicketCloseEmailBodyAdmin=A ticket with ID #%s has just been closed, see information:
TicketNotificationEmailSubject=Тикет %s обновлен
TicketNotificationEmailBody=Это автоматическое сообщение, уведомляющее вас о том, что тикет %s только что был обновлен.
TicketNotificationRecipient=Получатель уведомления
@@ -318,7 +344,7 @@ BoxTicketLastXDays=Количество новых тикетов по дням
BoxTicketLastXDayswidget = Количество новых тикетов по дням за последние X дней
BoxNoTicketLastXDays=Нет новых тикетов за последние %s дней
BoxNumberOfTicketByDay=Количество новых тикетов по дням
-BoxNewTicketVSClose=Number of tickets versus closed tickets (today)
+BoxNewTicketVSClose=Количество тикетов по сравнению с закрытыми тикетами (сегодня)
TicketCreatedToday=Тикет создан сегодня
TicketClosedToday=Тикет закрыт сегодня
KMFoundForTicketGroup=Мы нашли темы и ответы на часто задаваемые вопросы, которые могут ответить на ваш вопрос, спасибо, что проверили их перед отправкой тикета.
diff --git a/htdocs/langs/ru_UA/accountancy.lang b/htdocs/langs/ru_UA/accountancy.lang
new file mode 100644
index 00000000000..f860205b216
--- /dev/null
+++ b/htdocs/langs/ru_UA/accountancy.lang
@@ -0,0 +1,2 @@
+# Dolibarr language file - Source file is en_US - accountancy
+MvtNotCorrectlyBalanced=Movement not correctly balanced. Debit = %s | Credit = %s
diff --git a/htdocs/langs/sk_SK/companies.lang b/htdocs/langs/sk_SK/companies.lang
index f8dadfa8cfe..4d126e32c40 100644
--- a/htdocs/langs/sk_SK/companies.lang
+++ b/htdocs/langs/sk_SK/companies.lang
@@ -19,6 +19,7 @@ ProspectionArea=Prospekcia plochy
IdThirdParty=Id treťou stranou
IdCompany=IČ
IdContact=Contact ID
+ThirdPartyAddress=Third-party address
ThirdPartyContacts=Third-party contacts
ThirdPartyContact=Third-party contact/address
Company=Spoločnosť
@@ -51,6 +52,8 @@ CivilityCode=Zdvorilosť kód
RegisteredOffice=Sídlo spoločnosti
Lastname=Priezvisko
Firstname=Krstné meno
+RefEmployee=Employee reference
+NationalRegistrationNumber=National registration number
PostOrFunction=Poradie úlohy
UserTitle=Názov
NatureOfThirdParty=Nature of Third party
@@ -359,7 +362,7 @@ ListOfThirdParties=List of Third Parties
ShowCompany=Third Party
ShowContact=Contact-Address
ContactsAllShort=Všetko (Bez filtra)
-ContactType=Kontaktujte typ
+ContactType=Contact role
ContactForOrders=Order kontakt
ContactForOrdersOrShipments=Order's or shipment's contact
ContactForProposals=Návrh je kontakt
diff --git a/htdocs/langs/sk_SK/members.lang b/htdocs/langs/sk_SK/members.lang
index dda03cb4fbf..e8ea6a54778 100644
--- a/htdocs/langs/sk_SK/members.lang
+++ b/htdocs/langs/sk_SK/members.lang
@@ -15,7 +15,7 @@ ErrorMemberIsAlreadyLinkedToThisThirdParty=Ďalší člen (meno: %s, logi
ErrorUserPermissionAllowsToLinksToItselfOnly=Z bezpečnostných dôvodov musí byť udelené povolenie na úpravu, aby všetci užívatelia mohli spojiť člena užívateľa, ktorá nie je vaša.
SetLinkToUser=Odkaz na užívateľovi Dolibarr
SetLinkToThirdParty=Odkaz na Dolibarr tretej osobe
-MembersCards=Business cards for members
+MembersCards=Generation of cards for members
MembersList=Zoznam členov
MembersListToValid=Zoznam návrhov členov (má byť overený)
MembersListValid=Zoznam platných členov
@@ -159,11 +159,11 @@ HTPasswordExport=htpassword generovanie súboru
NoThirdPartyAssociatedToMember=No third party associated with this member
MembersAndSubscriptions=Members and Contributions
MoreActions=Komplementárne akcie na záznam
-MoreActionsOnSubscription=Complementary action, suggested by default when recording a contribution
+MoreActionsOnSubscription=Complementary action suggested by default when recording a contribution, also done automatially on online payment of a contribution
MoreActionBankDirect=Create a direct entry on bank account
MoreActionBankViaInvoice=Create an invoice, and a payment on bank account
MoreActionInvoiceOnly=Vytvorte faktúru bez zaplatenia
-LinkToGeneratedPages=Vytvoriť vizitiek
+LinkToGeneratedPages=Generation of business cards or address sheets
LinkToGeneratedPagesDesc=Táto obrazovka umožňuje vytvárať PDF súbory s vizitkami všetkých vašich členov alebo konkrétneho člena.
DocForAllMembersCards=Vytvoriť vizitky pre všetkých členov
DocForOneMemberCards=Vytvoriť vizitky pre konkrétny člena
diff --git a/htdocs/langs/sl_SI/companies.lang b/htdocs/langs/sl_SI/companies.lang
index 6b689d59b9c..1ee40160dd6 100644
--- a/htdocs/langs/sl_SI/companies.lang
+++ b/htdocs/langs/sl_SI/companies.lang
@@ -19,6 +19,7 @@ ProspectionArea=Področje možnih strank
IdThirdParty=ID partnerja
IdCompany=ID podjetja
IdContact=ID kontakta
+ThirdPartyAddress=Third-party address
ThirdPartyContacts=Third-party contacts
ThirdPartyContact=Third-party contact/address
Company=Podjetje
@@ -51,6 +52,8 @@ CivilityCode=Vljudnostni naziv
RegisteredOffice=Registrirana poslovalnica
Lastname=Priimek
Firstname=Ime
+RefEmployee=Employee reference
+NationalRegistrationNumber=National registration number
PostOrFunction=Job position
UserTitle=Naziv
NatureOfThirdParty=Nature of Third party
@@ -359,7 +362,7 @@ ListOfThirdParties=List of Third Parties
ShowCompany=Third Party
ShowContact=Contact-Address
ContactsAllShort=Vsi (brez filtra)
-ContactType=Vrsta kontakta
+ContactType=Contact role
ContactForOrders=Kontakt za naročilo
ContactForOrdersOrShipments=Kontakt za naročilo ali pošiljanje
ContactForProposals=Kontakt za ponudbo
diff --git a/htdocs/langs/sl_SI/members.lang b/htdocs/langs/sl_SI/members.lang
index e4ef751c19a..385d920ff49 100644
--- a/htdocs/langs/sl_SI/members.lang
+++ b/htdocs/langs/sl_SI/members.lang
@@ -15,7 +15,7 @@ ErrorMemberIsAlreadyLinkedToThisThirdParty=Drug član (ime: %s, uporabni
ErrorUserPermissionAllowsToLinksToItselfOnly=Zaradi varnostnih razlogov, morate imeti dovoljenje za urejanje vseh uporabnikov, če želite povezati člana z uporabnikom, ki ni vaš.
SetLinkToUser=Povezava z Dolibarr uporabnikom
SetLinkToThirdParty=Povezava z Dolibarr partnerjem
-MembersCards=Business cards for members
+MembersCards=Generation of cards for members
MembersList=Seznam članov
MembersListToValid=Seznam predlaganih članov (potrebna potrditev)
MembersListValid=Seznam potrjenih članov
@@ -159,11 +159,11 @@ HTPasswordExport=Ustvarjanje htpassword datoteke
NoThirdPartyAssociatedToMember=No third party associated with this member
MembersAndSubscriptions=Members and Contributions
MoreActions=Dopolnilna aktivnost pri zapisovanju
-MoreActionsOnSubscription=Complementary action, suggested by default when recording a contribution
+MoreActionsOnSubscription=Complementary action suggested by default when recording a contribution, also done automatially on online payment of a contribution
MoreActionBankDirect=Create a direct entry on bank account
MoreActionBankViaInvoice=Create an invoice, and a payment on bank account
MoreActionInvoiceOnly=Ustvarjanje računa brez plačila
-LinkToGeneratedPages=Ustvari vizitko
+LinkToGeneratedPages=Generation of business cards or address sheets
LinkToGeneratedPagesDesc=Ta prikaz vam omogoča, da ustvarite PDF datoteke z vizitkami za vse vaše člane ali določene člane.
DocForAllMembersCards=Ustvari vizitke za vse člane (Format za izhod dejanske nastavitve: %s)
DocForOneMemberCards=Ustvari vizitke za določenega člana (Format za izhod dejanske nastavitve: %s)
diff --git a/htdocs/langs/sr_RS/companies.lang b/htdocs/langs/sr_RS/companies.lang
index f0833945290..bdbea545727 100644
--- a/htdocs/langs/sr_RS/companies.lang
+++ b/htdocs/langs/sr_RS/companies.lang
@@ -19,6 +19,7 @@ ProspectionArea=Oblast istraživanja
IdThirdParty=Id subjekta
IdCompany=Id Kompanije
IdContact=Id Kontakta
+ThirdPartyAddress=Third-party address
ThirdPartyContacts=Third-party contacts
ThirdPartyContact=Third-party contact/address
Company=Kompanija
@@ -51,6 +52,8 @@ CivilityCode=Prijavni kod
RegisteredOffice=Registrovane kancelarije
Lastname=Prezime
Firstname=Ime
+RefEmployee=Employee reference
+NationalRegistrationNumber=National registration number
PostOrFunction=Job position
UserTitle=Title
NatureOfThirdParty=Nature of Third party
@@ -359,7 +362,7 @@ ListOfThirdParties=List of Third Parties
ShowCompany=Third Party
ShowContact=Contact-Address
ContactsAllShort=Sve (Bez filtera)
-ContactType=Tip kontakta
+ContactType=Contact role
ContactForOrders=Kontakt iz narudžbine
ContactForOrdersOrShipments=Kontakti porudžbina ili dostava
ContactForProposals=Kontakt iz ponude
diff --git a/htdocs/langs/sr_RS/members.lang b/htdocs/langs/sr_RS/members.lang
index 18f5f367612..c1c03b01a38 100644
--- a/htdocs/langs/sr_RS/members.lang
+++ b/htdocs/langs/sr_RS/members.lang
@@ -15,7 +15,7 @@ ErrorMemberIsAlreadyLinkedToThisThirdParty=Drugi član (ime: %s, login: <
ErrorUserPermissionAllowsToLinksToItselfOnly=Iz sigurnosnih razloga, morate imati dozvole za izmenu svih korisnika kako biste mogli da povežete člana sa korisnikom koji nije Vaš.
SetLinkToUser=Link sa Dolibarr korisnikom
SetLinkToThirdParty=Link sa Dolibarr subjektom
-MembersCards=Business cards for members
+MembersCards=Generation of cards for members
MembersList=Lista članova
MembersListToValid=Lista draft članova (za potvrdu)
MembersListValid=Lista potvrđenih članova
@@ -159,11 +159,11 @@ HTPasswordExport=Generisanje fajla htpassword
NoThirdPartyAssociatedToMember=No third party associated with this member
MembersAndSubscriptions=Members and Contributions
MoreActions=Dodatna aktivnost pri snimanju
-MoreActionsOnSubscription=Complementary action, suggested by default when recording a contribution
+MoreActionsOnSubscription=Complementary action suggested by default when recording a contribution, also done automatially on online payment of a contribution
MoreActionBankDirect=Create a direct entry on bank account
MoreActionBankViaInvoice=Create an invoice, and a payment on bank account
MoreActionInvoiceOnly=Kreiraj fakturu bez uplate
-LinkToGeneratedPages=Kreiraj vizit kartu
+LinkToGeneratedPages=Generation of business cards or address sheets
LinkToGeneratedPagesDesc=Ovaj ekran omogućava generisanje PDF fajla sa vizit kartama svih Vaših članova ili jednog određenog člana.
DocForAllMembersCards=Generiši vizit karte za sve članove
DocForOneMemberCards=Generiši vizit kartu za određenog člana
diff --git a/htdocs/langs/sv_SE/accountancy.lang b/htdocs/langs/sv_SE/accountancy.lang
index 96f11653851..a0cb0b95a78 100644
--- a/htdocs/langs/sv_SE/accountancy.lang
+++ b/htdocs/langs/sv_SE/accountancy.lang
@@ -62,24 +62,24 @@ MainAccountForSubscriptionPaymentNotDefined=Huvudkonton för abonnemangsbetalnin
AccountancyArea=Redovisningsområde
AccountancyAreaDescIntro=Användningen av bokföringsmodulen görs i flera steg:
AccountancyAreaDescActionOnce=Följande åtgärder utförs vanligtvis en gång bara, eller en gång per år ...
-AccountancyAreaDescActionOnceBis=Nästa steg bör göras för att spara dig tid i framtiden genom att föreslå dig rätt standardbokföringskonto när du gör bokföringen (skrivning i sloggboker och huvudbok)
+AccountancyAreaDescActionOnceBis=Next steps should be done to save you time in future by suggesting you automaticaly the correct default accounting account when transferring data in accounting
AccountancyAreaDescActionFreq=Följande åtgärder utförs vanligtvis varje månad, vecka eller dag för mycket stora företag ...
-AccountancyAreaDescJournalSetup=STEG %s: Skapa eller kolla innehållet i din loggboklista från menyn %s
+AccountancyAreaDescJournalSetup=STEP %s: Check content of your journal list from menu %s
AccountancyAreaDescChartModel=STEG %s: Kontrollera att det finns en kontodiagrammodell eller skapa en från menyn %s
AccountancyAreaDescChart=STEG %s: Välj och | eller slutför ditt kontoplan från meny %s
AccountancyAreaDescVat=STEG %s: Definiera redovisningskonton för varje moms. För detta, använd menyinmatningen %s.
AccountancyAreaDescDefault=STEG %s: Definiera standardbokföringskonton. För detta, använd menyinmatningen %s.
-AccountancyAreaDescExpenseReport=STEG %s: Definiera standardbokföringskonto för varje typ av kostnadsrapport. För detta, använd menyinmatningen %s.
+AccountancyAreaDescExpenseReport=STEP %s: Define default accounting accounts for each type of Expense report. For this, use the menu entry %s.
AccountancyAreaDescSal=STEG %s: Definiera standardbokföringskonto för betalning av löner. För detta, använd menyinmatningen %s.
-AccountancyAreaDescContrib=STEG %s: Definiera standardbokföringskonto för specialkostnader (diverse skatter). För detta, använd menyinmatningen %s.
+AccountancyAreaDescContrib=STEP %s: Define default accounting accounts for Taxes (special expenses). For this, use the menu entry %s.
AccountancyAreaDescDonation=STEG %s: Definiera standardbokföringskonto för donation. För detta, använd menyinmatningen %s.
AccountancyAreaDescSubscription=STEG %s: Definiera standardbokföringskonto för medlemsabonnemang. För detta, använd menyinmatningen %s.
AccountancyAreaDescMisc=STEG %s: Ange obligatoriskt standardkonto och standardbokföringskonto för diverse transaktioner. För detta, använd menyinmatningen %s.
AccountancyAreaDescLoan=STEG %s: Definiera standardbokföringskonto för lån. För detta, använd menyinmatningen %s.
AccountancyAreaDescBank=STEG %s: Definiera bokföringskonto och kontokod för varje bank- och bokföringskonto. För detta, använd menyinmatningen %s.
-AccountancyAreaDescProd=STEG %s: Definiera bokföringskonto på dina produkter / tjänster. För detta, använd menyinmatningen %s.
+AccountancyAreaDescProd=STEP %s: Define accounting accounts on your Products/Services. For this, use the menu entry %s.
AccountancyAreaDescBind=STEG %s: Kontrollera bindningen mellan befintliga %s linjer och bokföringskonto är klar så att applikationen kommer att kunna bokföra transaktioner i huvudboken med ett klick. Korrigera saknade bindningar. För detta, använd menyinmatningen %s.
AccountancyAreaDescWriteRecords=STEG %s: Skriv transaktioner i huvudboken. För detta, gå till menyn %s , och klicka på knappen %s .
@@ -112,7 +112,7 @@ MenuAccountancyClosure=Stängning
MenuAccountancyValidationMovements=Validera rörelser
ProductsBinding=Produkter konton
TransferInAccounting=Överföring i bokföring
-RegistrationInAccounting=Registrering i bokföring
+RegistrationInAccounting=Recording in accounting
Binding=Förbindande till konton
CustomersVentilation=Kundfaktura förbindande
SuppliersVentilation=Leverantörsfaktura förbindande
@@ -120,7 +120,7 @@ ExpenseReportsVentilation=Utläggsrapport förbindande
CreateMvts=Skapa ny transaktion
UpdateMvts=Ändring av en transaktion
ValidTransaction=Bekräfta transaktionen
-WriteBookKeeping=Registrera transaktioner i bokföring
+WriteBookKeeping=Record transactions in accounting
Bookkeeping=Huvudbok
BookkeepingSubAccount=Underledger
AccountBalance=Kontobalans
@@ -219,12 +219,12 @@ ByPredefinedAccountGroups=Av fördefinierade grupper
ByPersonalizedAccountGroups=Av personliga grupper
ByYear=Per år
NotMatch=Inte inställd
-DeleteMvt=Ta bort några operationer från redovisningen
+DeleteMvt=Delete some lines from accounting
DelMonth=Månad att ta bort
DelYear=År att radera
DelJournal=Loggbok att radera
-ConfirmDeleteMvt=Detta raderar alla operationer i bokföringen för året / månaden och / eller för en viss journal (minst ett kriterium krävs). Du måste återanvända funktionen '%s' för att ha den raderade posten tillbaka i huvudboken.
-ConfirmDeleteMvtPartial=Detta raderar transaktionen från bokföringen (alla transaktionsrader relaterade till samma transaktion raderas)
+ConfirmDeleteMvt=This will delete all lines in accountancy for the year/month and/or for a specific journal (At least one criterion is required). You will have to reuse the feature '%s' to have the deleted record back in the ledger.
+ConfirmDeleteMvtPartial=This will delete the transaction from the accounting (all lines related to the same transaction will be deleted)
FinanceJournal=Finansloggbok
ExpenseReportsJournal=Utläggsrapporter loggbok
DescFinanceJournal=Finansbokföring inklusive alla typer av betalningar via bankkonto
@@ -278,11 +278,11 @@ DescVentilExpenseReportMore=Om du ställer in bokföringskonto på typ av kostna
DescVentilDoneExpenseReport=Här kan du se listan över raderna för kostnadsrapporter och deras bokföringskonto
Closure=Årlig nedläggning
-DescClosure=Se här antalet rörelser per månad som inte har validerats och räkenskapsår som redan är öppna
-OverviewOfMovementsNotValidated=Steg 1 / Översikt över rörelser har inte validerats. (Nödvändigt för att avsluta ett räkenskapsår)
-AllMovementsWereRecordedAsValidated=Alla rörelser registrerades som validerade
-NotAllMovementsCouldBeRecordedAsValidated=Inte alla rörelser kunde spelas in som validerade
-ValidateMovements=Validera rörelser
+DescClosure=Consult here the number of movements by month who are not yet validated & locked
+OverviewOfMovementsNotValidated=Overview of movements not validated and locked
+AllMovementsWereRecordedAsValidated=All movements were recorded as validated and locked
+NotAllMovementsCouldBeRecordedAsValidated=Not all movements could be recorded as validated and locked
+ValidateMovements=Validate and lock record...
DescValidateMovements=Alla ändringar eller raderingar av skrift, bokstäver och raderingar är förbjudna. Alla bidrag till en övning måste valideras, annars är det inte möjligt att stänga
ValidateHistory=Förbind automatiskt
@@ -294,14 +294,15 @@ Balancing=Balansering
FicheVentilation=Förbindande kort
GeneralLedgerIsWritten=Transaktioner skrivs i huvudboken
GeneralLedgerSomeRecordWasNotRecorded=Några av transaktionerna kunde inte bokföras. Om det inte finns något annat felmeddelande beror det troligen på att de redan var bokförade.
-NoNewRecordSaved=Inga flera linjer att bokföra
+NoNewRecordSaved=No more record to transfer
ListOfProductsWithoutAccountingAccount=Förteckning över produkter som inte är kopplade till något kontokonto
ChangeBinding=Ändra bindningen
Accounted=Redovisas i huvudbok
NotYetAccounted=Not yet transferred to accounting
ShowTutorial=Visa handledning
NotReconciled=Inte avstämd
-WarningRecordWithoutSubledgerAreExcluded=Varning, alla åtgärder utan underskrivningskonto definieras filtreras och utesluts från den här vyn
+WarningRecordWithoutSubledgerAreExcluded=Warning, all lines without subledger account defined are filtered and excluded from this view
+AccountRemovedFromCurrentChartOfAccount=Accounting account that does not exist in the current chart of accounts
## Admin
BindingOptions=Bindande alternativ
@@ -329,8 +330,9 @@ ACCOUNTING_DISABLE_BINDING_ON_PURCHASES=Inaktivera bindning och överföring av
ACCOUNTING_DISABLE_BINDING_ON_EXPENSEREPORTS=Inaktivera bindning och överföring i bokföring på kostnadsrapporter (kostnadsrapporter kommer inte att beaktas vid redovisning)
## Export
-NotifiedExportDate=Flag exported lines as exported (modification of the lines will not be possible)
-NotifiedValidationDate=Validate the exported entries (modification or deletion of the lines will not be possible)
+NotifiedExportDate=Flag exported lines as Exported (to modify a line, you will need to delete the whole transaction and re-transfert it into accounting)
+NotifiedValidationDate=Validate and Lock the exported entries (same effect than the "Closure" feature, modification and deletion of the lines will DEFINITELY not be possible)
+DateValidationAndLock=Date validation and lock
ConfirmExportFile=Bekräftelse på generering av bokföringsexportfilen?
ExportDraftJournal=Exportera utkast till loggbok
Modelcsv=Modell av export
@@ -394,6 +396,21 @@ Range=Räckvidd av bokföringskonto
Calculated=Beräknad
Formula=Formel
+## Reconcile
+Unlettering=Unreconcile
+AccountancyNoLetteringModified=No reconcile modified
+AccountancyOneLetteringModifiedSuccessfully=One reconcile successfully modified
+AccountancyLetteringModifiedSuccessfully=%s reconcile successfully modified
+AccountancyNoUnletteringModified=No unreconcile modified
+AccountancyOneUnletteringModifiedSuccessfully=One unreconcile successfully modified
+AccountancyUnletteringModifiedSuccessfully=%s unreconcile successfully modified
+
+## Confirm box
+ConfirmMassUnlettering=Bulk Unreconcile confirmation
+ConfirmMassUnletteringQuestion=Are you sure you want to Unreconcile the %s selected record(s)?
+ConfirmMassDeleteBookkeepingWriting=Bulk Delete confirmation
+ConfirmMassDeleteBookkeepingWritingQuestion=This will delete the transaction from the accounting (all lines related to the same transaction will be deleted) Are you sure you want to delete the %s selected record(s)?
+
## Error
SomeMandatoryStepsOfSetupWereNotDone=Några obligatoriska steg för installationen var inte färdiga, var god fyll i dem
ErrorNoAccountingCategoryForThisCountry=Ingen redovisningskoncern tillgänglig för land %s (Se Hem - Inställning - Ordböcker)
@@ -406,6 +423,9 @@ Binded=Förbundna rader
ToBind=Rader att förbinda
UseMenuToSetBindindManualy=Linjer som ännu inte är bundna, använd menyn %s för att göra bindningen manuellt
SorryThisModuleIsNotCompatibleWithTheExperimentalFeatureOfSituationInvoices=Sorry this module is not compatible with the experimental feature of situation invoices
+AccountancyErrorMismatchLetterCode=Mismatch in reconcile code
+AccountancyErrorMismatchBalanceAmount=The balance (%s) is not equal to 0
+AccountancyErrorLetteringBookkeeping=Errors have occurred concerning the transactions: %s
## Import
ImportAccountingEntries=Redovisningsposter
diff --git a/htdocs/langs/sv_SE/admin.lang b/htdocs/langs/sv_SE/admin.lang
index f9d711c0215..96e3660c686 100644
--- a/htdocs/langs/sv_SE/admin.lang
+++ b/htdocs/langs/sv_SE/admin.lang
@@ -883,6 +883,9 @@ Permission564=Spela in debiteringar / avslag på kreditöverföring
Permission601=Läs klistermärken
Permission602=Skapa / ändra klistermärken
Permission609=Ta bort klistermärken
+Permission611=Read attributes of variants
+Permission612=Create/Update attributes of variants
+Permission613=Delete attributes of variants
Permission650=Läs Bills of Materials
Permission651=Skapa / uppdatera materialräkningar
Permission652=Ta bort materialräkningar
@@ -969,6 +972,8 @@ Permission4021=Create/modify your evaluation
Permission4022=Validate evaluation
Permission4023=Delete evaluation
Permission4030=See comparison menu
+Permission4031=Read personal information
+Permission4032=Write personal information
Permission10001=Läs webbplatsens innehåll
Permission10002=Skapa / ändra webbplatsinnehåll (html- och javaskriptinnehåll)
Permission10003=Skapa / modifiera webbplatsinnehåll (dynamisk php-kod). Farligt, måste reserveras för begränsade utvecklare.
@@ -1068,6 +1073,7 @@ DictionaryExpenseTaxCat=Kostnadsrapport - Transportkategorier
DictionaryExpenseTaxRange=Kostnadsrapport - Räckvidd per transportkategori
DictionaryTransportMode=Intracomm-rapport - Transportläge
DictionaryBatchStatus=Produktparti / seriell kvalitetskontrollstatus
+DictionaryAssetDisposalType=Type of disposal of assets
TypeOfUnit=Typ av enhet
SetupSaved=Inställningarna sparas
SetupNotSaved=Inställningen är inte sparad
@@ -1187,7 +1193,7 @@ BankModuleNotActive=Bankkonton modulen inte aktiverad
ShowBugTrackLink=Visa länken "%s"
ShowBugTrackLinkDesc=Keep empty to not display this link, use value 'github' for the link to the Dolibarr project or define directly an url 'https://...'
Alerts=Varningar
-DelaysOfToleranceBeforeWarning=Fördröjning innan du visar en varningsvarsel för:
+DelaysOfToleranceBeforeWarning=Displaying a warning alert for...
DelaysOfToleranceDesc=Ställ in fördröjningen innan en varningsikon %s visas på skärmen för det sena elementet.
Delays_MAIN_DELAY_ACTIONS_TODO=Planerade händelser (agendahändelser) inte slutförda
Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Projektet är inte stängt i tid
@@ -1339,6 +1345,7 @@ TransKeyWithoutOriginalValue=Du tvingade en ny översättning till översättnin
TitleNumberOfActivatedModules=Aktiverade moduler
TotalNumberOfActivatedModules=Aktiverade moduler: %s / %s
YouMustEnableOneModule=Minst 1 modul måste aktiveras
+YouMustEnableTranslationOverwriteBefore=You must first enable translation overwriting to be allowed to replace a translation
ClassNotFoundIntoPathWarning=Klass %s hittades inte i PHP-sökvägen
YesInSummer=Ja, under sommaren
OnlyFollowingModulesAreOpenedToExternalUsers=Observera att endast följande moduler är tillgängliga för externa användare (oberoende av behörigheterna för sådana användare) och endast om behörigheter beviljas:
@@ -1420,6 +1427,8 @@ WatermarkOnDraftInvoices=Vattenstämpel på utkast till fakturor (ingen om tom)
PaymentsNumberingModule=Betalningsnummereringsmodell
SuppliersPayment=Leverantörsbetalningar
SupplierPaymentSetup=Inställningar för leverantörsbetalningar
+InvoiceCheckPosteriorDate=Check facture date before validation
+InvoiceCheckPosteriorDateHelp=Validating an invoice will be forbidden if its date is anterior to the date of last invoice of same type.
##### Proposals #####
PropalSetup=Kommersiella förslag modul inställning
ProposalsNumberingModules=Kommersiella förslag numrering moduler
@@ -1917,6 +1926,7 @@ ConfFileMustContainCustom=Installera eller bygga en extern modul från programme
HighlightLinesOnMouseHover=Markera tabelllinjer när musen flytta passerar över
HighlightLinesColor=Markera färg på linjen när musen passerar över (använd 'ffffff' för ingen höjdpunkt)
HighlightLinesChecked=Markera färg på linjen när den är markerad (använd 'ffffff' för ingen höjdpunkt)
+UseBorderOnTable=Show left-right borders on tables
BtnActionColor=Color of the action button
TextBtnActionColor=Text color of the action button
TextTitleColor=Textfärg på sidtitel
@@ -2057,12 +2067,24 @@ EmailcollectorOperations=Verksamhet att göra av samlare
EmailcollectorOperationsDesc=Operationer utförs från topp till nedre ordning
MaxEmailCollectPerCollect=Max antal e-postmeddelanden som samlats in per insamling
CollectNow=Samla nu
-ConfirmCloneEmailCollector=Är du säker på att du vill klona e-postsamlaren %s?
+ConfirmCloneEmailCollector=Are you sure you want to clone the Email collector %s?
DateLastCollectResult=Datum för senaste insamlingsförsök
DateLastcollectResultOk=Datum för senaste insamlingsframgång
LastResult=Senaste resultatet
+EmailCollectorHideMailHeaders=Do not include the content of email header into the saved content of collected e-mails
+EmailCollectorHideMailHeadersHelp=When enabled, e-mail headers are not added at the end of the email content that is saved as events.
EmailCollectorConfirmCollectTitle=E-post samla bekräftelse
-EmailCollectorConfirmCollect=Vill du springa samlingen för den här samlaren nu?
+EmailCollectorConfirmCollect=Do you want to run this collector now?
+EmailCollectorExampleToCollectTicketRequestsDesc=Collect emails that match some rules and create automatically a ticket (Module Ticket must be enabled) with the email informations. You can use this collector if you provide some support by email, so your ticket request will be automatically generated. Activate also Collect_Responses to collect answers of your client directly on the ticket view (you must reply from Dolibarr).
+EmailCollectorExampleToCollectTicketRequests=Example collecting the ticket request (first message only)
+EmailCollectorExampleToCollectAnswersFromExternalEmailSoftwareDesc=Scan your mailbox "Sent" directory to find emails that was sent as an answer of another email directly from your email software and not from Dolibarr. If such an email is found, the event of answer is recorded into Dolibarr
+EmailCollectorExampleToCollectAnswersFromExternalEmailSoftware=Example collecting e-mail answers sent from an external e-mail software
+EmailCollectorExampleToCollectDolibarrAnswersDesc=Collect all emails that are an answer of an email sent from your application. An event (Module Agenda must be enabled) with the email response will be recorded at the good place. For example, if your send a commercial proposal, order, invoice or message for a ticket by email from the application, and your customer answers your email, the system will automatically catch the answer and add it into your ERP.
+EmailCollectorExampleToCollectDolibarrAnswers=Example collecting all ingoing messages being answers to messages sent from Dolibarr'
+EmailCollectorExampleToCollectLeadsDesc=Collect emails that match some rules and create automatically a lead (Module Project must be enabled) with the email informations. You can use this collector if you want to follow your lead using the module Project (1 lead = 1 project), so your leads will be automatically generated. If the collector Collect_Responses is also enabled, when you send an email from your leads, proposals or any other object, you may also see answers of your customers or partners directly on the application.
Note: With this initial example, the title of the lead is generated including the email. If the thirdparty can't be found in database (new customer), the lead will be attached to the thirdparty with ID 1.
+EmailCollectorExampleToCollectLeads=Example collecting leads
+EmailCollectorExampleToCollectJobCandidaturesDesc=Collect emails applying to job offers (Module Recruitment must be enabled). You can complete this collector if you want to automatically create a candidature for a job request. Note: With this initial example, the title of the candidature is generated including the email.
+EmailCollectorExampleToCollectJobCandidatures=Example collecting job candidatures received by e-mail
NoNewEmailToProcess=Ingen ny email (matchande filter) att bearbeta
NothingProcessed=Inget gjort
XEmailsDoneYActionsDone=%s e-postadresser kvalificerade, %s e-postmeddelanden som bearbetats framgångsrikt (för %s-post / åtgärder gjorda)
@@ -2134,7 +2156,7 @@ DeleteEmailCollector=Ta bort e-postsamlare
ConfirmDeleteEmailCollector=Är du säker på att du vill ta bort denna e-postsamlare?
RecipientEmailsWillBeReplacedWithThisValue=Mottagarens e-postmeddelanden kommer alltid att ersättas med detta värde
AtLeastOneDefaultBankAccountMandatory=Minst 1 standardbankkonto måste definieras
-RESTRICT_ON_IP=Tillåt endast åtkomst till någon värd-IP (jokertecken är inte tillåtet, använd utrymme mellan värdena). Tom betyder att alla värdar kan komma åt.
+RESTRICT_ON_IP=Allow API access to only certain client IPs (wildcard not allowed, use space between values). Empty means every clients can access.
IPListExample=127.0.0.1 192.168.0.2 [::1]
BaseOnSabeDavVersion=Baserat på biblioteksversionen av SabreDAV
NotAPublicIp=Inte en offentlig IP
@@ -2206,12 +2228,12 @@ DashboardDisableBlockAdherent=Disable the thumb for memberships
DashboardDisableBlockExpenseReport=Disable the thumb for expense reports
DashboardDisableBlockHoliday=Disable the thumb for leaves
EnabledCondition=Condition to have field enabled (if not enabled, visibility will always be off)
-IfYouUseASecondTaxYouMustSetYouUseTheMainTax=If you want to use a second tax, you must enable also the first sale tax
-IfYouUseAThirdTaxYouMustSetYouUseTheMainTax=If you want to use a third tax, you must enable also the first sale tax
+IfYouUseASecondTaxYouMustSetYouUseTheMainTax=If you want to use a second tax, you must enable also the first sales tax
+IfYouUseAThirdTaxYouMustSetYouUseTheMainTax=If you want to use a third tax, you must enable also the first sales tax
LanguageAndPresentation=Language and presentation
SkinAndColors=Skin and colors
-IfYouUseASecondTaxYouMustSetYouUseTheMainTax=If you want to use a second tax, you must enable also the first sale tax
-IfYouUseAThirdTaxYouMustSetYouUseTheMainTax=If you want to use a third tax, you must enable also the first sale tax
+IfYouUseASecondTaxYouMustSetYouUseTheMainTax=If you want to use a second tax, you must enable also the first sales tax
+IfYouUseAThirdTaxYouMustSetYouUseTheMainTax=If you want to use a third tax, you must enable also the first sales tax
PDF_USE_1A=Generate PDF with PDF/A-1b format
MissingTranslationForConfKey = Missing translation for %s
NativeModules=Native modules
@@ -2220,3 +2242,13 @@ API_DISABLE_COMPRESSION=Disable compression of API responses
EachTerminalHasItsOwnCounter=Each terminal use its own counter.
FillAndSaveAccountIdAndSecret=Fill and save account ID and secret first
PreviousHash=Previous hash
+LateWarningAfter="Late" warning after
+TemplateforBusinessCards=Template for a business card in different size
+InventorySetup= Inventory Setup
+ExportUseLowMemoryMode=Use a low memory mode
+ExportUseLowMemoryModeHelp=Use the low memory mode to execute the exec of the dump (compression is done through a pipe instead of into the PHP memory). This method does not allow to check that file is completed and error message can't be reported if it fails.
+ShowQuickAddLink=Show a button to quickly add an element in top right menu
+HashForPing=Hash used for ping
+ReadOnlyMode=Is instance in "Read Only" mode
+DEBUGBAR_USE_LOG_FILE=Use the dolibarr.log file to trap Logs
+UsingLogFileShowAllRecordOfSubrequestButIsSlower=Use the dolibarr.log file to trap Logs instead of live memory catching. It allows to catch all logs instead of only log of current process (so including the one of ajax subrequests pages) but will make your instance very very slow. Not recommended.
diff --git a/htdocs/langs/sv_SE/bills.lang b/htdocs/langs/sv_SE/bills.lang
index 808c8ee481d..73f62304938 100644
--- a/htdocs/langs/sv_SE/bills.lang
+++ b/htdocs/langs/sv_SE/bills.lang
@@ -156,6 +156,7 @@ ErrorInvoiceAvoirMustBeNegative=Fel, måste korrigera fakturan ett negativt belo
ErrorInvoiceOfThisTypeMustBePositive=Fel, denna typ av faktura måste ha ett belopp exklusive skattepositivt (eller null)
ErrorCantCancelIfReplacementInvoiceNotValidated=Fel, kan inte avbryta en faktura som har ersatts av en annan faktura som fortfarande i utkast status
ErrorThisPartOrAnotherIsAlreadyUsedSoDiscountSerieCantBeRemoved=Den här delen eller en annan används redan så att rabattserier inte kan tas bort.
+ErrorInvoiceIsNotLastOfSameType=Error: The date of invoice %s is %s. It must be posterior or equal to last date for same type invoices (%s). Please change the invoice date.
BillFrom=Från
BillTo=Fakturamottagare
ActionsOnBill=Åtgärder mot faktura
@@ -282,6 +283,8 @@ RecurringInvoices=Återkommande fakturor
RecurringInvoice=Recurring invoice
RepeatableInvoice=Fakturamall
RepeatableInvoices=Fakturamallar
+RecurringInvoicesJob=Generation of recurring invoices (sales invoices)
+RecurringSupplierInvoicesJob=Generation of recurring invoices (purchase invoices)
Repeatable=Mall
Repeatables=Mallar
ChangeIntoRepeatableInvoice=Konvertera till fakturamall
@@ -482,6 +485,7 @@ PaymentByChequeOrderedToShort=Check betalningar (inkl. Skatt) betalas till
SendTo=skickas till
PaymentByTransferOnThisBankAccount=Betalning genom överföring till följande bankkonto
VATIsNotUsedForInvoice=* Ej tillämpligt moms konst-293B av CGI
+VATIsNotUsedForInvoiceAsso=* Non applicable VAT art-261-7 of CGI
LawApplicationPart1=Genom tillämpning av lagen 80,335 av 12/05/80
LawApplicationPart2=Varan förblir egendom
LawApplicationPart3=säljaren till full betalning av
@@ -599,7 +603,6 @@ BILL_SUPPLIER_DELETEInDolibarr=Leverantörsfaktura borttagen
UnitPriceXQtyLessDiscount=Enhetspris x Antal - Rabatt
CustomersInvoicesArea=Kundfaktureringsområde
SupplierInvoicesArea=Leverantörsfaktureringsområde
-FacParentLine=Fakturarad förälder
SituationTotalRayToRest=Resten att betala utan skatt
PDFSituationTitle=Läge nr %d
SituationTotalProgress=Total framsteg %d %%
@@ -607,3 +610,5 @@ SearchUnpaidInvoicesWithDueDate=Sök efter obetalda fakturor med förfallodatum
NoPaymentAvailable=No payment available for %s
PaymentRegisteredAndInvoiceSetToPaid=Payment registered and invoice %s set to paid
SendEmailsRemindersOnInvoiceDueDate=Send reminder by email for unpaid invoices
+MakePaymentAndClassifyPayed=Record payment
+BulkPaymentNotPossibleForInvoice=Bulk payment is not possible for invoice %s (bad type or status)
diff --git a/htdocs/langs/sv_SE/companies.lang b/htdocs/langs/sv_SE/companies.lang
index 9e3193919f7..7b5c62f1256 100644
--- a/htdocs/langs/sv_SE/companies.lang
+++ b/htdocs/langs/sv_SE/companies.lang
@@ -19,6 +19,7 @@ ProspectionArea=Prospektering område
IdThirdParty=Id tredje part
IdCompany=Företag Id
IdContact=Kontact ID
+ThirdPartyAddress=Third-party address
ThirdPartyContacts=Tredjeparts kontakter
ThirdPartyContact=Tredjeparts kontakt / adress
Company=Företag
@@ -51,6 +52,8 @@ CivilityCode=Hövlighet kod
RegisteredOffice=Säte
Lastname=Efternamn
Firstname=Förnamn
+RefEmployee=Employee reference
+NationalRegistrationNumber=National registration number
PostOrFunction=Befattning
UserTitle=Titel
NatureOfThirdParty=Tredjepartens art
@@ -359,7 +362,7 @@ ListOfThirdParties=Förteckning över tredjeparter
ShowCompany=Tredje part
ShowContact=Kontaktadress
ContactsAllShort=Alla (inget filter)
-ContactType=Kontakttyp
+ContactType=Contact role
ContactForOrders=Beställningens kontaktinformation
ContactForOrdersOrShipments=Orderens eller försändelsens kontakt
ContactForProposals=Offertens kontaktinformation
diff --git a/htdocs/langs/sv_SE/compta.lang b/htdocs/langs/sv_SE/compta.lang
index 2db0b767ed6..c611358f7cf 100644
--- a/htdocs/langs/sv_SE/compta.lang
+++ b/htdocs/langs/sv_SE/compta.lang
@@ -146,9 +146,11 @@ ConfirmPaySalary=Är du säker på att du vill klassificera lönekortet som beta
DeleteSocialContribution=Ta bort en social eller skattemässig skattebetalning
DeleteVAT=Radera en momsdeklaration
DeleteSalary=Ta bort ett lönekort
+DeleteVariousPayment=Delete a various payment
ConfirmDeleteSocialContribution=Är du säker på att du vill ta bort denna sociala / skattemässiga betalning?
ConfirmDeleteVAT=Är du säker på att du vill ta bort denna momsdeklaration?
-ConfirmDeleteSalary=Är du säker på att du vill ta bort den här lönen?
+ConfirmDeleteSalary=Are you sure you want to delete this salary ?
+ConfirmDeleteVariousPayment=Are you sure you want to delete this various payment ?
ExportDataset_tax_1=Sociala och skattemässiga skatter och betalningar
CalcModeVATDebt=Läge% svat på redovisning engagemang% s.
CalcModeVATEngagement=Läge% svat på inkomster-utgifter% s.
@@ -287,9 +289,9 @@ ReportPurchaseTurnover=Fakturerad inköpsomsättning
ReportPurchaseTurnoverCollected=Inköpt omsättning
IncludeVarpaysInResults = Inkludera olika betalningar i rapporter
IncludeLoansInResults = Inkludera lån i rapporter
-InvoiceLate30Days = Invoices late (> 30 days)
-InvoiceLate15Days = Invoices late (15 to 30 days)
-InvoiceLateMinus15Days = Invoices late (< 15 days)
+InvoiceLate30Days = Late (> 30 days)
+InvoiceLate15Days = Late (15 to 30 days)
+InvoiceLateMinus15Days = Late (< 15 days)
InvoiceNotLate = To be collected (< 15 days)
InvoiceNotLate15Days = To be collected (15 to 30 days)
InvoiceNotLate30Days = To be collected (> 30 days)
diff --git a/htdocs/langs/sv_SE/members.lang b/htdocs/langs/sv_SE/members.lang
index 607e04b5d62..ec01c2afc5d 100644
--- a/htdocs/langs/sv_SE/members.lang
+++ b/htdocs/langs/sv_SE/members.lang
@@ -15,7 +15,7 @@ ErrorMemberIsAlreadyLinkedToThisThirdParty=En annan ledamot (namn: %s, lo
ErrorUserPermissionAllowsToLinksToItselfOnly=Av säkerhetsskäl måste du beviljas behörighet att redigera alla användare att kunna koppla en medlem till en användare som inte är din.
SetLinkToUser=Koppla till en Dolibarr användare
SetLinkToThirdParty=Koppla till en Dolibarr tredje part
-MembersCards=Visitkort för medlemmar
+MembersCards=Generation of cards for members
MembersList=Förteckning över medlemmar
MembersListToValid=Förteckning över förslag till medlemmar (att bekräftas)
MembersListValid=Förteckning över giltiga medlemmar
@@ -159,11 +159,11 @@ HTPasswordExport=htpassword-fil skapas
NoThirdPartyAssociatedToMember=No third party associated with this member
MembersAndSubscriptions=Members and Contributions
MoreActions=Kompletterande åtgärder vid registrering
-MoreActionsOnSubscription=Complementary action, suggested by default when recording a contribution
+MoreActionsOnSubscription=Complementary action suggested by default when recording a contribution, also done automatially on online payment of a contribution
MoreActionBankDirect=Skapa en direkt post på bankkontot
MoreActionBankViaInvoice=Skapa en faktura och en betalning på bankkonto
MoreActionInvoiceOnly=Skapa en faktura utan betalning
-LinkToGeneratedPages=Generera besökskort
+LinkToGeneratedPages=Generation of business cards or address sheets
LinkToGeneratedPagesDesc=Den här skärmen kan du skapa PDF-filer med visitkort för alla dina medlemmar eller en viss medlem.
DocForAllMembersCards=Generera visitkort för alla medlemmar (Format för utgång faktiskt inställning: %s)
DocForOneMemberCards=Generera visitkort för en viss medlem (Format för utgång faktiskt inställning: %s)
diff --git a/htdocs/langs/sv_SE/modulebuilder.lang b/htdocs/langs/sv_SE/modulebuilder.lang
index 70542db290e..e7e2e9bff02 100644
--- a/htdocs/langs/sv_SE/modulebuilder.lang
+++ b/htdocs/langs/sv_SE/modulebuilder.lang
@@ -52,7 +52,7 @@ LanguageFile=Fil för språk
ObjectProperties=Objektegenskaper
ConfirmDeleteProperty=Är du säker på att du vill ta bort egenskapen %s ? Detta kommer att ändra kod i PHP-klassen men även ta bort kolumn från tabelldefinition av objekt.
NotNull=Inte NULL
-NotNullDesc=1 = Ange databas till NOT NULL. -1 = Tillåt nullvärden och tvinga värdet till NULL om det är tomt ('' eller 0).
+NotNullDesc=1=Set database to NOT NULL, 0=Allow null values, -1=Allow null values by forcing value to NULL if empty ('' or 0)
SearchAll=Används för "sök alla"
DatabaseIndex=Databasindex
FileAlreadyExists=Filen %s existerar redan
@@ -94,7 +94,7 @@ LanguageDefDesc=Skriv in i dessa filer, all nyckel och översättning för varje
MenusDefDesc=Definiera här menyerna som tillhandahålls av din modul
DictionariesDefDesc=Definiera här ordböckerna som tillhandahålls av din modul
PermissionsDefDesc=Definiera här de nya behörigheterna från din modul
-MenusDefDescTooltip=Menyerna som tillhandahålls av din modul / applikation definieras i arrayen $ this-> menyer i modulbeskrivningsfilen. Du kan redigera den här filen manuellt eller använda den inbäddade redigeraren.
Obs! När de väl är definierade (och modulen har aktiverats igen) visas menyer också i menyredigeraren som är tillgängliga för administratörsanvändare på %s.
+MenusDefDescTooltip=The menus provided by your module/application are defined into the array $this->menus into the module descriptor file. You can edit manually this file or use the embedded editor.
Note: Once defined (and the module re-activated), the menus are also visible into the menu editor available to administrator users on %s.
DictionariesDefDescTooltip=Ordböckerna som tillhandahålls av din modul / applikation definieras i arrayen $ denna-> ordböcker i modulbeskrivningsfilen. Du kan redigera den här filen manuellt eller använda den inbäddade redigeraren.
Obs: När de väl är definierade (och modulen har aktiverats igen) är ordböcker också synliga i installationsområdet för administratörsanvändare på %s.
PermissionsDefDescTooltip=Behörigheterna från din modul / applikation definieras i arrayen $ this-> rights i modulbeskrivningsfilen. Du kan redigera den här filen manuellt eller använda den inbäddade redigeraren.
Obs: När de väl är definierade (och modulen har aktiverats igen), visas behörigheterna i standardbehörighetsinställningen %s.
HooksDefDesc=Definiera i egenskapen modul_parts ['krokar'] i modulbeskrivningen, kontexten av krokar som du vill hantera (kontextlista kan hittas med en sökning på ' initHooks (' i kärnkoden).
Redigera krokfilen för att lägga till kod för dina anslutna funktioner (krokbara funktioner kan hittas genom en sökning på ' executeHooks ' i kärnkod).
@@ -110,7 +110,7 @@ DropTableIfEmpty=(Förstör bordet om det är tomt)
TableDoesNotExists=Tabellen %s existerar inte
TableDropped=Tabell %s utgår
InitStructureFromExistingTable=Bygg strukturen array-strängen i en befintlig tabell
-UseAboutPage=Inaktivera den aktuella sidan
+UseAboutPage=Do not generate the About page
UseDocFolder=Inaktivera dokumentationsmappen
UseSpecificReadme=Använd en specifik ReadMe
ContentOfREADMECustomized=Obs! Innehållet i README.md-filen har ersatts med det specifika värde som definierats i installationen av ModuleBuilder.
@@ -127,9 +127,9 @@ UseSpecificEditorURL = Använd en specifik redigeringsadress
UseSpecificFamily = Använd en specifik familj
UseSpecificAuthor = Använd en specifik författare
UseSpecificVersion = Använd en specifik första version
-IncludeRefGeneration=Objektets referens måste genereras automatiskt
-IncludeRefGenerationHelp=Markera detta om du vill inkludera kod för att hantera genereringen av referensen automatiskt
-IncludeDocGeneration=Jag vill skapa några dokument från objektet
+IncludeRefGeneration=The reference of object must be generated automatically by custom numbering rules
+IncludeRefGenerationHelp=Check this if you want to include code to manage the generation of the reference automatically using custom numbering rules
+IncludeDocGeneration=I want to generate some documents from templates for the object
IncludeDocGenerationHelp=Om du markerar detta genereras en viss kod för att lägga till rutan "Skapa dokument" i posten.
ShowOnCombobox=Visa värde i kombinationsrutan
KeyForTooltip=Nyckel för verktygstips
@@ -138,10 +138,15 @@ CSSViewClass=CSS för läsform
CSSListClass=CSS för lista
NotEditable=Ej redigerbar
ForeignKey=Främmande nyckel
-TypeOfFieldsHelp=Typ av fält:
varchar (99), dubbel (24,8), real, text, html, datetime, tidsstämpel, heltal, heltal: ClassName: relativepath / to / classfile.class.php [: 1 [: filter]] ('1' betyder att vi lägger till en + -knapp efter kombinationen för att skapa posten, 'filter' kan vara 'status = 1 OCH fk_user = __USER_ID OCH enhet IN (__SHARED_ENTITIES__)' till exempel)
+TypeOfFieldsHelp=Type of fields:
varchar(99), double(24,8), real, text, html, datetime, timestamp, integer, integer:ClassName:relativepath/to/classfile.class.php[:1[:filter]]
'1' means we add a + button after the combo to create the record
'filter' is a sql condition, example: 'status=1 AND fk_user=__USER_ID__ AND entity IN (__SHARED_ENTITIES__)'
AsciiToHtmlConverter=Ascii till HTML-omvandlare
AsciiToPdfConverter=Ascii till PDF-omvandlare
TableNotEmptyDropCanceled=Bordet är inte tomt. Drop har avbrutits.
ModuleBuilderNotAllowed=Modulbyggaren är tillgänglig men inte tillåten för din användare.
ImportExportProfiles=Importera och exportera profiler
-ValidateModBuilderDesc=Put 1 if this field need to be validated with $this->validateField() or 0 if validation required
+ValidateModBuilderDesc=Set this to 1 if you want to have the method $this->validateField() of object being called to validate the content of the field during insert or upadate. Set 0 if there is no validation required.
+WarningDatabaseIsNotUpdated=Warning: The database is not updated automatically, you must destroy tables and disable-enable the module to have tables recreated
+LinkToParentMenu=Parent menu (fk_xxxxmenu)
+ListOfTabsEntries=List of tab entries
+TabsDefDesc=Define here the tabs provided by your module
+TabsDefDescTooltip=The tabs provided by your module/application are defined into the array $this->tabs into the module descriptor file. You can edit manually this file or use the embedded editor.
diff --git a/htdocs/langs/sv_SE/propal.lang b/htdocs/langs/sv_SE/propal.lang
index cc4de7c93e2..c3813ff5a4f 100644
--- a/htdocs/langs/sv_SE/propal.lang
+++ b/htdocs/langs/sv_SE/propal.lang
@@ -54,6 +54,7 @@ NoDraftProposals=Inga förslagsutkast
CopyPropalFrom=Skapa kommersiella förslag genom att kopiera befintliga förslaget
CreateEmptyPropal=Skapa tomt kommersiellt förslag eller från listan över produkter / tjänster
DefaultProposalDurationValidity=Standard kommersiella förslag giltighet längd (i dagar)
+DefaultPuttingPricesUpToDate=By default update prices with current known prices on cloning a proposal
UseCustomerContactAsPropalRecipientIfExist=Använd kontakt / adress med typ "Kontakt efterföljande förslag" om det definieras i stället för tredjepartsadress som mottagaradress för förslag
ConfirmClonePropal=Är du säker på att du vill klona det kommersiella förslaget %s ?
ConfirmReOpenProp=Är du säker på att du vill öppna tillbaka det kommersiella förslaget %s ?
@@ -85,13 +86,26 @@ ProposalCustomerSignature=Skriftligt godkännande, företagsstämpel, datum och
ProposalsStatisticsSuppliers=Statistik för leverantörsförslag
CaseFollowedBy=Fall följt av
SignedOnly=Endast signerad
+NoSign=Set not signed
+NoSigned=set not signed
+CantBeNoSign=cannot be set not signed
+ConfirmMassNoSignature=Bulk Not signed confirmation
+ConfirmMassNoSignatureQuestion=Are you sure you want to set not signed the selected records ?
+IsNotADraft=is not a draft
+PassedInOpenStatus=has been validated
+Sign=Sign
+Signed=signed
+ConfirmMassValidation=Bulk Validate confirmation
+ConfirmMassSignature=Bulk Signature confirmation
+ConfirmMassValidationQuestion=Are you sure you want to validate the selected records ?
+ConfirmMassSignatureQuestion=Are you sure you want to sign the selected records ?
IdProposal=Förslag ID
IdProduct=Serienummer
-PrParentLine=Förslagets moderlinje
LineBuyPriceHT=Köp Pris Belopp exklusive skatt för linjen
SignPropal=Accept proposal
RefusePropal=Refuse proposal
Sign=Sign
+NoSign=Set not signed
PropalAlreadySigned=Proposal already accepted
PropalAlreadyRefused=Proposal already refused
PropalSigned=Proposal accepted
diff --git a/htdocs/langs/sv_SE/ticket.lang b/htdocs/langs/sv_SE/ticket.lang
index f07eef88ac0..f93fd8f86d9 100644
--- a/htdocs/langs/sv_SE/ticket.lang
+++ b/htdocs/langs/sv_SE/ticket.lang
@@ -90,10 +90,10 @@ TicketPublicAccess=Ett offentligt gränssnitt som kräver ingen identifiering fi
TicketSetupDictionaries=Typ av ärende, svårighetsgrad och analytiska koder är konfigurerbara från ordböcker
TicketParamModule=Inställning av modulvariabler
TicketParamMail=E-postinställningar
-TicketEmailNotificationFrom=E-postmeddelande från
-TicketEmailNotificationFromHelp=Används i svar på ärrendemeddelande med exempel
-TicketEmailNotificationTo=E-postmeddelande till
-TicketEmailNotificationToHelp=Skicka e-postmeddelanden till den här adressen.
+TicketEmailNotificationFrom=Sender e-mail for ticket answers
+TicketEmailNotificationFromHelp=Sender e-mail for ticket answers sent from Dolibarr
+TicketEmailNotificationTo=Notify ticket creation to this e-mail address
+TicketEmailNotificationToHelp=If present, this e-mail address will be notified of a ticket creation
TicketNewEmailBodyLabel=Textmeddelande skickat efter att du skapat en ärende
TicketNewEmailBodyHelp=Texten som anges här kommer att införas i e-postmeddelandet som bekräftar skapandet av en ny ärende från det offentliga gränssnittet. Information om samråd med ärendet läggs automatiskt till.
TicketParamPublicInterface=Inställningar för offentligt gränssnitt
@@ -136,6 +136,18 @@ TicketsPublicNotificationNewMessage=Skicka e-post när ett nytt meddelande / en
TicketsPublicNotificationNewMessageHelp=Skicka e-post (ar) när ett nytt meddelande läggs till från det offentliga gränssnittet (tilldelad användare eller e-postmeddelanden till (uppdatering) och / eller e-postmeddelanden till)
TicketPublicNotificationNewMessageDefaultEmail=Meddelanden via e-post till (uppdatering)
TicketPublicNotificationNewMessageDefaultEmailHelp=Skicka ett e-postmeddelande till den här adressen för varje meddelande om nytt meddelande om ärendet inte har tilldelats någon användare eller om användaren inte har någon känd e-post.
+TicketsAutoReadTicket=Automatically mark the ticket as read (when created from backoffice)
+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".
+TicketsDelayBeforeFirstAnswer=A new ticket should receive a first answer before (hours):
+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.
+TicketsDelayBetweenAnswers=An unresolved ticket should not be unactive during (hours):
+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.
+TicketsAutoNotifyClose=Automatically notify thirdparty when closing a ticket
+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.
+TicketWrongContact=Provided contact is not part of current ticket contacts. Email not sent.
+TicketChooseProductCategory=Product category for ticket support
+TicketChooseProductCategoryHelp=Select the product category of ticket support. This will be used to automatically link a contract to a ticket.
+
#
# Index & list page
#
@@ -151,6 +163,8 @@ OrderByDateAsc=Sortera efter stigande datum
OrderByDateDesc=Sortera efter fallande datum
ShowAsConversation=Visa som konversationslista
MessageListViewType=Visa som tabellista
+ConfirmMassTicketClosingSendEmail=Automatically send emails when closing tickets
+ConfirmMassTicketClosingSendEmailQuestion=Do you want to notify thirdparties when closing these tickets ?
#
# Ticket card
@@ -205,12 +219,12 @@ ErrorMailRecipientIsEmptyForSendTicketMessage=Mottagaren är tom. Ingen email sk
TicketGoIntoContactTab=Vänligen gå till fliken "Kontakter" för att välja dem
TicketMessageMailIntro=Introduktion
TicketMessageMailIntroHelp=Denna text läggs till endast i början av e-postmeddelandet och kommer inte att sparas.
-TicketMessageMailIntroLabelAdmin=Introduktion till meddelandet när du skickar e-post
-TicketMessageMailIntroText=Hej,
Ett nytt svar skickades på en ärende som du kontaktar. Här är meddelandet:
-TicketMessageMailIntroHelpAdmin=Denna text kommer att införas före texten på svaret på en ärende.
+TicketMessageMailIntroLabelAdmin=Introduction text to all ticket answers
+TicketMessageMailIntroText=Hello,
A new answer has been added to a ticket that you follow. Here is the message:
+TicketMessageMailIntroHelpAdmin=This text will be inserted before the answer when replying to a ticket from Dolibarr
TicketMessageMailSignature=Namnteckning
TicketMessageMailSignatureHelp=Denna text läggs till endast i slutet av e-postmeddelandet och kommer inte att sparas.
-TicketMessageMailSignatureText= Med vänliga hälsningar,
--
+TicketMessageMailSignatureText=Message sent by %s via Dolibarr
TicketMessageMailSignatureLabelAdmin=Signatur för e-postsvar
TicketMessageMailSignatureHelpAdmin=Denna text läggs in efter svarmeddelandet.
TicketMessageHelp=Endast den här texten sparas i meddelandelistan på ärrendekortet.
@@ -238,9 +252,16 @@ TicketChangeStatus=Byta status
TicketConfirmChangeStatus=Bekräfta statusändringen: %s?
TicketLogStatusChanged=Status ändrad: %s till %s
TicketNotNotifyTiersAtCreate=Meddela inte företaget på create
+NotifyThirdpartyOnTicketClosing=Contacts to notify while closing the ticket
+TicketNotifyAllTiersAtClose=All related contacts
+TicketNotNotifyTiersAtClose=No related contact
Unread=Oläst
TicketNotCreatedFromPublicInterface=Inte tillgänglig. Ärendeen skapades inte från det offentliga gränssnittet.
ErrorTicketRefRequired=Ärendereferensnamn krävs
+TicketsDelayForFirstResponseTooLong=Too much time elapsed since ticket opening without any answer.
+TicketsDelayFromLastResponseTooLong=Too much time elapsed since last answer on this ticket.
+TicketNoContractFoundToLink=No contract was found to be automatically linked to this ticket. Please link a contract manually.
+TicketManyContractsLinked=Many contracts have been automatically linked to this ticket. Make sure to verify which should be chosen.
#
# Logs
@@ -268,8 +289,9 @@ TicketNewEmailBody=Det här är ett automatiskt e-postmeddelande som bekräftar
TicketNewEmailBodyCustomer=Det här är ett automatiskt e-postmeddelande för att bekräfta en ny ärende har just skapats i ditt konto.
TicketNewEmailBodyInfosTicket=Information för övervakning av ärendet
TicketNewEmailBodyInfosTrackId=Ärendespårningsnummer: %s
-TicketNewEmailBodyInfosTrackUrl=Du kan se framstegen på ärendet genom att klicka på länken ovan.
+TicketNewEmailBodyInfosTrackUrl=You can view the progress of the ticket by clicking the following link
TicketNewEmailBodyInfosTrackUrlCustomer=Du kan se framstegen på ärendet i det specifika gränssnittet genom att klicka på följande länk
+TicketCloseEmailBodyInfosTrackUrlCustomer=You can consult the history of this ticket by clicking the following link
TicketEmailPleaseDoNotReplyToThisEmail=Vänligen svara inte direkt på det här meddelandet! Använd länken för att svara på gränssnittet.
TicketPublicInfoCreateTicket=I det här formuläret kan du spela in en supportärrende i vårt styrsystem.
TicketPublicPleaseBeAccuratelyDescribe=Var snäll och beskriv problemet. Ge så mycket information som möjligt för att vi ska kunna identifiera din förfrågan korrekt.
@@ -291,6 +313,10 @@ NewUser=Ny användare
NumberOfTicketsByMonth=Antal ärenden per månad
NbOfTickets=Antal ärenden
# notifications
+TicketCloseEmailSubjectCustomer=Ticket closed
+TicketCloseEmailBodyCustomer=This is an automatic message to notify you that ticket %s has just been closed.
+TicketCloseEmailSubjectAdmin=Ticket closed - Réf %s (public ticket ID %s)
+TicketCloseEmailBodyAdmin=A ticket with ID #%s has just been closed, see information:
TicketNotificationEmailSubject=Ärende %s uppdaterad
TicketNotificationEmailBody=Detta är ett automatiskt meddelande för att meddela dig att ärendet %s just har uppdaterats
TicketNotificationRecipient=Meddelande mottagare
diff --git a/htdocs/langs/ta_IN/accountancy.lang b/htdocs/langs/ta_IN/accountancy.lang
index 29118290f60..20388befeef 100644
--- a/htdocs/langs/ta_IN/accountancy.lang
+++ b/htdocs/langs/ta_IN/accountancy.lang
@@ -62,24 +62,24 @@ MainAccountForSubscriptionPaymentNotDefined=சந்தா செலுத்
AccountancyArea=கணக்கியல் பகுதி
AccountancyAreaDescIntro=கணக்கியல் தொகுதியின் பயன்பாடு பல படிகளில் செய்யப்படுகிறது:
AccountancyAreaDescActionOnce=பின்வரும் செயல்கள் வழக்கமாக ஒரு முறை அல்லது வருடத்திற்கு ஒரு முறை மட்டுமே செயல்படுத்தப்படும்...
-AccountancyAreaDescActionOnceBis=ஜர்னலைசேஷன் செய்யும் போது சரியான இயல்புநிலை கணக்கியல் கணக்கை பரிந்துரைப்பதன் மூலம் எதிர்காலத்தில் உங்கள் நேரத்தை மிச்சப்படுத்த அடுத்த படிகளைச் செய்ய வேண்டும் (பத்திரிகைகள் மற்றும் பொது லெட்ஜரில் பதிவு எழுதுதல்)
+AccountancyAreaDescActionOnceBis=Next steps should be done to save you time in future by suggesting you automaticaly the correct default accounting account when transferring data in accounting
AccountancyAreaDescActionFreq=பின்வரும் செயல்கள் பொதுவாக ஒவ்வொரு மாதமும், வாரம் அல்லது நாளிலும் மிகப் பெரிய நிறுவனங்களுக்குச் செயல்படுத்தப்படும்...
-AccountancyAreaDescJournalSetup=படி %s: %s மெனுவிலிருந்து உங்கள் பத்திரிகை பட்டியலின் உள்ளடக்கத்தை உருவாக்கவும் அல்லது சரிபார்க்கவும்
+AccountancyAreaDescJournalSetup=STEP %s: Check content of your journal list from menu %s
AccountancyAreaDescChartModel=படி %s: கணக்கு விளக்கப்படத்தின் மாதிரி உள்ளதா எனச் சரிபார்க்கவும் அல்லது %s மெனுவிலிருந்து ஒன்றை உருவாக்கவும்
AccountancyAreaDescChart=STEP %s: %s மெனுவிலிருந்து உங்கள் கணக்கின் விளக்கப்படத்தைத் தேர்ந்தெடுத்து|அல்லது முடிக்கவும்
AccountancyAreaDescVat=STEP %s: ஒவ்வொரு VAT விகிதங்களுக்கும் கணக்கியல் கணக்குகளை வரையறுக்கவும். இதற்கு, %s என்ற மெனு உள்ளீட்டைப் பயன்படுத்தவும்.
AccountancyAreaDescDefault=STEP %s: இயல்புநிலை கணக்கியல் கணக்குகளை வரையறுக்கவும். இதற்கு, %s என்ற மெனு உள்ளீட்டைப் பயன்படுத்தவும்.
-AccountancyAreaDescExpenseReport=STEP %s: ஒவ்வொரு வகையான செலவு அறிக்கைக்கும் இயல்புநிலை கணக்கியல் கணக்குகளை வரையறுக்கவும். இதற்கு, %s என்ற மெனு உள்ளீட்டைப் பயன்படுத்தவும்.
+AccountancyAreaDescExpenseReport=STEP %s: Define default accounting accounts for each type of Expense report. For this, use the menu entry %s.
AccountancyAreaDescSal=STEP %s: சம்பளம் செலுத்துவதற்கான இயல்புநிலை கணக்கியல் கணக்குகளை வரையறுக்கவும். இதற்கு, %s என்ற மெனு உள்ளீட்டைப் பயன்படுத்தவும்.
-AccountancyAreaDescContrib=STEP %s: சிறப்புச் செலவுகளுக்கான இயல்புநிலை கணக்கியல் கணக்குகளை வரையறுக்கவும் (இதர வரிகள்). இதற்கு, %s என்ற மெனு உள்ளீட்டைப் பயன்படுத்தவும்.
+AccountancyAreaDescContrib=STEP %s: Define default accounting accounts for Taxes (special expenses). For this, use the menu entry %s.
AccountancyAreaDescDonation=STEP %s: நன்கொடைக்கான இயல்புநிலை கணக்கியல் கணக்குகளை வரையறுக்கவும். இதற்கு, %s என்ற மெனு உள்ளீட்டைப் பயன்படுத்தவும்.
AccountancyAreaDescSubscription=STEP %s: உறுப்பினர் சந்தாவுக்கான இயல்புநிலை கணக்கியல் கணக்குகளை வரையறுக்கவும். இதற்கு, %s என்ற மெனு உள்ளீட்டைப் பயன்படுத்தவும்.
AccountancyAreaDescMisc=STEP %s: இதர பரிவர்த்தனைகளுக்கான கட்டாய இயல்புநிலை கணக்கு மற்றும் இயல்புநிலை கணக்கியல் கணக்குகளை வரையறுக்கவும். இதற்கு, %s என்ற மெனு உள்ளீட்டைப் பயன்படுத்தவும்.
AccountancyAreaDescLoan=STEP %s: கடன்களுக்கான இயல்புநிலை கணக்கியல் கணக்குகளை வரையறுக்கவும். இதற்கு, %s என்ற மெனு உள்ளீட்டைப் பயன்படுத்தவும்.
AccountancyAreaDescBank=STEP %s: ஒவ்வொரு வங்கி மற்றும் நிதிக் கணக்குகளுக்கும் கணக்கியல் கணக்குகள் மற்றும் ஜர்னல் குறியீட்டை வரையறுக்கவும். இதற்கு, %s என்ற மெனு உள்ளீட்டைப் பயன்படுத்தவும்.
-AccountancyAreaDescProd=STEP %s: உங்கள் தயாரிப்புகள்/சேவைகளில் கணக்கு கணக்குகளை வரையறுக்கவும். இதற்கு, %s என்ற மெனு உள்ளீட்டைப் பயன்படுத்தவும்.
+AccountancyAreaDescProd=STEP %s: Define accounting accounts on your Products/Services. For this, use the menu entry %s.
AccountancyAreaDescBind=STEP %s: ஏற்கனவே உள்ள %s கோடுகளுக்கு இடையே உள்ள பிணைப்பைச் சரிபார்த்து, கணக்கியல் கணக்கு முடிந்தது, எனவே ஒரே கிளிக்கில் லெட்ஜரில் பரிவர்த்தனைகளை ஜர்னலிஸ் செய்ய பயன்பாடு முடியும். விடுபட்ட பிணைப்புகளை முடிக்கவும். இதற்கு, %s என்ற மெனு உள்ளீட்டைப் பயன்படுத்தவும்.
AccountancyAreaDescWriteRecords=STEP %s: பரிவர்த்தனைகளை லெட்ஜரில் எழுதவும். இதற்கு, %s மெனுவிற்குச் சென்று, %s a0a65d07z.
@@ -112,7 +112,7 @@ MenuAccountancyClosure=மூடல்
MenuAccountancyValidationMovements=இயக்கங்களை சரிபார்க்கவும்
ProductsBinding=தயாரிப்பு கணக்குகள்
TransferInAccounting=கணக்கியலில் இடமாற்றம்
-RegistrationInAccounting=கணக்கியலில் பதிவு செய்தல்
+RegistrationInAccounting=Recording in accounting
Binding=கணக்குகளுக்கு பிணைப்பு
CustomersVentilation=வாடிக்கையாளர் விலைப்பட்டியல் பிணைப்பு
SuppliersVentilation=விற்பனையாளர் விலைப்பட்டியல் பிணைப்பு
@@ -120,7 +120,7 @@ ExpenseReportsVentilation=செலவு அறிக்கை பிணைப
CreateMvts=புதிய பரிவர்த்தனையை உருவாக்கவும்
UpdateMvts=பரிவர்த்தனையின் மாற்றம்
ValidTransaction=பரிவர்த்தனையை சரிபார்க்கவும்
-WriteBookKeeping=கணக்கியலில் பரிவர்த்தனைகளை பதிவு செய்யவும்
+WriteBookKeeping=Record transactions in accounting
Bookkeeping=பேரேடு
BookkeepingSubAccount=சப்லெட்ஜர்
AccountBalance=கணக்கு இருப்பு
@@ -219,12 +219,12 @@ ByPredefinedAccountGroups=முன் வரையறுக்கப்பட
ByPersonalizedAccountGroups=தனிப்பயனாக்கப்பட்ட குழுக்களால்
ByYear=ஆண்டு வாரியாக
NotMatch=அமைக்கப்படவில்லை
-DeleteMvt=கணக்கியலில் இருந்து சில செயல்பாட்டு வரிகளை நீக்கவும்
+DeleteMvt=Delete some lines from accounting
DelMonth=நீக்க வேண்டிய மாதம்
DelYear=நீக்க வேண்டிய வருடம்
DelJournal=நீக்க வேண்டிய இதழ்
-ConfirmDeleteMvt=இது ஆண்டு/மாதம் மற்றும்/அல்லது ஒரு குறிப்பிட்ட இதழுக்கான கணக்கியலின் அனைத்து செயல்பாட்டு வரிகளையும் நீக்கும் (குறைந்தது ஒரு அளவுகோல் தேவை). நீக்கப்பட்ட பதிவை மீண்டும் லெட்ஜரில் வைத்திருக்க '%s' அம்சத்தை நீங்கள் மீண்டும் பயன்படுத்த வேண்டும்.
-ConfirmDeleteMvtPartial=இது கணக்கியலில் இருந்து பரிவர்த்தனையை நீக்கும் (ஒரே பரிவர்த்தனை தொடர்பான அனைத்து செயல்பாட்டு வரிகளும் நீக்கப்படும்)
+ConfirmDeleteMvt=This will delete all lines in accountancy for the year/month and/or for a specific journal (At least one criterion is required). You will have to reuse the feature '%s' to have the deleted record back in the ledger.
+ConfirmDeleteMvtPartial=This will delete the transaction from the accounting (all lines related to the same transaction will be deleted)
FinanceJournal=நிதி இதழ்
ExpenseReportsJournal=செலவு அறிக்கை இதழ்
DescFinanceJournal=வங்கிக் கணக்கின் மூலம் அனைத்து வகையான பணம் செலுத்துதல்களையும் உள்ளடக்கிய நிதி இதழ்
@@ -278,11 +278,11 @@ DescVentilExpenseReportMore=நீங்கள் அமைப்பு இழ
DescVentilDoneExpenseReport=செலவு அறிக்கைகள் மற்றும் அவற்றின் கட்டணக் கணக்குகளின் வரிகளின் பட்டியலை இங்கே பார்க்கவும்
Closure=வருடாந்திர மூடல்
-DescClosure=சரிபார்க்கப்படாத மற்றும் ஏற்கனவே தொடங்கப்பட்ட நிதியாண்டுகளின் மாத இயக்கங்களின் எண்ணிக்கையை இங்கே பார்க்கவும்
-OverviewOfMovementsNotValidated=படி 1/ இயக்கங்களின் மேலோட்டம் சரிபார்க்கப்படவில்லை. (ஒரு நிதியாண்டை மூடுவது அவசியம்)
-AllMovementsWereRecordedAsValidated=அனைத்து இயக்கங்களும் சரிபார்க்கப்பட்டதாக பதிவு செய்யப்பட்டன
-NotAllMovementsCouldBeRecordedAsValidated=அனைத்து இயக்கங்களும் சரிபார்க்கப்பட்டதாக பதிவு செய்ய முடியாது
-ValidateMovements=இயக்கங்களை சரிபார்க்கவும்
+DescClosure=Consult here the number of movements by month who are not yet validated & locked
+OverviewOfMovementsNotValidated=Overview of movements not validated and locked
+AllMovementsWereRecordedAsValidated=All movements were recorded as validated and locked
+NotAllMovementsCouldBeRecordedAsValidated=Not all movements could be recorded as validated and locked
+ValidateMovements=Validate and lock record...
DescValidateMovements=எழுதுதல், எழுதுதல் மற்றும் நீக்குதல் ஆகியவற்றில் ஏதேனும் மாற்றம் அல்லது நீக்குதல் தடைசெய்யப்படும். ஒரு பயிற்சிக்கான அனைத்து உள்ளீடுகளும் சரிபார்க்கப்பட வேண்டும் இல்லையெனில் மூடுவது சாத்தியமில்லை
ValidateHistory=தானாக பிணைக்கவும்
@@ -294,14 +294,15 @@ Balancing=சமநிலைப்படுத்துதல்
FicheVentilation=பைண்டிங் கார்டு
GeneralLedgerIsWritten=பரிவர்த்தனைகள் லெட்ஜரில் எழுதப்பட்டுள்ளன
GeneralLedgerSomeRecordWasNotRecorded=சில பரிவர்த்தனைகளை ஜர்னலிஸ் செய்ய முடியவில்லை. வேறு எந்த பிழைச் செய்தியும் இல்லை என்றால், அவை ஏற்கனவே ஜர்னலிஸ் செய்யப்பட்டதால் இருக்கலாம்.
-NoNewRecordSaved=பத்திரிக்கை செய்ய இனி பதிவு இல்லை
+NoNewRecordSaved=No more record to transfer
ListOfProductsWithoutAccountingAccount=எந்தவொரு கணக்கியல் கணக்கிற்கும் கட்டுப்படாத தயாரிப்புகளின் பட்டியல்
ChangeBinding=பிணைப்பை மாற்றவும்
Accounted=லெட்ஜரில் கணக்கு வைக்கப்பட்டுள்ளது
NotYetAccounted=இன்னும் கணக்கியலுக்கு மாற்றப்படவில்லை
ShowTutorial=டுடோரியலைக் காட்டு
NotReconciled=சமரசம் செய்யவில்லை
-WarningRecordWithoutSubledgerAreExcluded=எச்சரிக்கை, சப்லெட்ஜர் கணக்கு வரையறுக்கப்படாத அனைத்து செயல்பாடுகளும் வடிகட்டப்பட்டு இந்தக் காட்சியிலிருந்து விலக்கப்படும்
+WarningRecordWithoutSubledgerAreExcluded=Warning, all lines without subledger account defined are filtered and excluded from this view
+AccountRemovedFromCurrentChartOfAccount=Accounting account that does not exist in the current chart of accounts
## Admin
BindingOptions=பிணைப்பு விருப்பங்கள்
@@ -329,8 +330,9 @@ ACCOUNTING_DISABLE_BINDING_ON_PURCHASES=வாங்குதல்களில
ACCOUNTING_DISABLE_BINDING_ON_EXPENSEREPORTS=செலவு அறிக்கைகள் மீதான கணக்கியலில் பிணைப்பு மற்றும் பரிமாற்றத்தை முடக்கு (கணக்கில் செலவு அறிக்கைகள் கணக்கில் எடுத்துக்கொள்ளப்படாது)
## Export
-NotifiedExportDate=ஏற்றுமதி செய்யப்பட்ட வரிகளை ஏற்றுமதி செய்ததாகக் கொடியிடவும் (வரிகளை மாற்றியமைக்க முடியாது)
-NotifiedValidationDate=ஏற்றுமதி செய்யப்பட்ட உள்ளீடுகளை சரிபார்க்கவும் (வரிகளை மாற்றுவது அல்லது நீக்குவது சாத்தியமில்லை)
+NotifiedExportDate=Flag exported lines as Exported (to modify a line, you will need to delete the whole transaction and re-transfert it into accounting)
+NotifiedValidationDate=Validate and Lock the exported entries (same effect than the "Closure" feature, modification and deletion of the lines will DEFINITELY not be possible)
+DateValidationAndLock=Date validation and lock
ConfirmExportFile=கணக்கியல் ஏற்றுமதி கோப்பின் தலைமுறையை உறுதிப்படுத்தவா?
ExportDraftJournal=ஏற்றுமதி வரைவு இதழ்
Modelcsv=ஏற்றுமதி மாதிரி
@@ -394,6 +396,21 @@ Range=கணக்கியல் கணக்கின் வரம்பு
Calculated=கணக்கிடப்பட்டது
Formula=சூத்திரம்
+## Reconcile
+Unlettering=Unreconcile
+AccountancyNoLetteringModified=No reconcile modified
+AccountancyOneLetteringModifiedSuccessfully=One reconcile successfully modified
+AccountancyLetteringModifiedSuccessfully=%s reconcile successfully modified
+AccountancyNoUnletteringModified=No unreconcile modified
+AccountancyOneUnletteringModifiedSuccessfully=One unreconcile successfully modified
+AccountancyUnletteringModifiedSuccessfully=%s unreconcile successfully modified
+
+## Confirm box
+ConfirmMassUnlettering=Bulk Unreconcile confirmation
+ConfirmMassUnletteringQuestion=Are you sure you want to Unreconcile the %s selected record(s)?
+ConfirmMassDeleteBookkeepingWriting=Bulk Delete confirmation
+ConfirmMassDeleteBookkeepingWritingQuestion=This will delete the transaction from the accounting (all lines related to the same transaction will be deleted) Are you sure you want to delete the %s selected record(s)?
+
## Error
SomeMandatoryStepsOfSetupWereNotDone=அமைவுக்கான சில கட்டாயப் படிகள் செய்யப்படவில்லை, தயவுசெய்து அவற்றை முடிக்கவும்
ErrorNoAccountingCategoryForThisCountry=%s நாட்டிற்கு கணக்கியல் கணக்குக் குழு இல்லை (முகப்பு - அமைவு - அகராதிகளைப் பார்க்கவும்)
@@ -406,6 +423,9 @@ Binded=கோடுகள் பிணைக்கப்பட்டுள்ள
ToBind=பிணைக்க வேண்டிய கோடுகள்
UseMenuToSetBindindManualy=கோடுகள் இன்னும் பிணைக்கப்படவில்லை, கைமுறையாக பிணைப்பை உருவாக்க, மெனு %s ஐப் பயன்படுத்தவும்
SorryThisModuleIsNotCompatibleWithTheExperimentalFeatureOfSituationInvoices=மன்னிக்கவும், இந்த மாட்யூல் சூழ்நிலை விலைப்பட்டியல்களின் சோதனை அம்சத்துடன் இணங்கவில்லை
+AccountancyErrorMismatchLetterCode=Mismatch in reconcile code
+AccountancyErrorMismatchBalanceAmount=The balance (%s) is not equal to 0
+AccountancyErrorLetteringBookkeeping=Errors have occurred concerning the transactions: %s
## Import
ImportAccountingEntries=கணக்கு பதிவுகள்
diff --git a/htdocs/langs/ta_IN/admin.lang b/htdocs/langs/ta_IN/admin.lang
index a39ec49d666..f13a8b36a4e 100644
--- a/htdocs/langs/ta_IN/admin.lang
+++ b/htdocs/langs/ta_IN/admin.lang
@@ -883,6 +883,9 @@ Permission564=கடன் பரிமாற்றத்தின் பற்
Permission601=ஸ்டிக்கர்களைப் படிக்கவும்
Permission602=ஸ்டிக்கர்களை உருவாக்கவும்/மாற்றவும்
Permission609=ஸ்டிக்கர்களை நீக்கு
+Permission611=Read attributes of variants
+Permission612=Create/Update attributes of variants
+Permission613=Delete attributes of variants
Permission650=பொருட்களின் பில்களைப் படிக்கவும்
Permission651=பொருட்களின் பில்களை உருவாக்கவும்/புதுப்பிக்கவும்
Permission652=பொருட்களின் பில்களை நீக்கவும்
@@ -969,6 +972,8 @@ Permission4021=Create/modify your evaluation
Permission4022=மதிப்பீட்டைச் சரிபார்க்கவும்
Permission4023=மதிப்பீட்டை நீக்கு
Permission4030=ஒப்பீட்டு மெனுவைப் பார்க்கவும்
+Permission4031=Read personal information
+Permission4032=Write personal information
Permission10001=இணையதள உள்ளடக்கத்தைப் படிக்கவும்
Permission10002=இணையதள உள்ளடக்கத்தை உருவாக்கவும்/மாற்றவும் (html மற்றும் javascript உள்ளடக்கம்)
Permission10003=வலைத்தள உள்ளடக்கத்தை உருவாக்கவும்/மாற்றவும் (டைனமிக் php குறியீடு). ஆபத்தானது, கட்டுப்படுத்தப்பட்ட டெவலப்பர்களுக்கு ஒதுக்கப்பட வேண்டும்.
@@ -1068,6 +1073,7 @@ DictionaryExpenseTaxCat=செலவு அறிக்கை - போக்க
DictionaryExpenseTaxRange=செலவு அறிக்கை - போக்குவரத்து வகை வாரியாக வரம்பு
DictionaryTransportMode=இன்ட்ராகாம் அறிக்கை - போக்குவரத்து முறை
DictionaryBatchStatus=தயாரிப்பு நிறைய/தொடர் தரக் கட்டுப்பாடு நிலை
+DictionaryAssetDisposalType=Type of disposal of assets
TypeOfUnit=அலகு வகை
SetupSaved=அமைவு சேமிக்கப்பட்டது
SetupNotSaved=அமைவு சேமிக்கப்படவில்லை
@@ -1187,7 +1193,7 @@ BankModuleNotActive=வங்கி கணக்கு தொகுதி இய
ShowBugTrackLink=இணைப்பைக் காட்டு " %s "
ShowBugTrackLinkDesc=இந்த இணைப்பைக் காட்டாமல் இருக்க காலியாக இருங்கள், Dolibarr திட்டத்திற்கான இணைப்பிற்கு 'github' மதிப்பைப் பயன்படுத்தவும் அல்லது 'https://...' என்ற url ஐ நேரடியாக வரையறுக்கவும்.
Alerts=எச்சரிக்கைகள்
-DelaysOfToleranceBeforeWarning=இதற்கான எச்சரிக்கை எச்சரிக்கையைக் காண்பிக்கும் முன் தாமதம்:
+DelaysOfToleranceBeforeWarning=Displaying a warning alert for...
DelaysOfToleranceDesc=தாமதமான உறுப்புக்கான விழிப்பூட்டல் ஐகான் %s திரையில் காண்பிக்கப்படுவதற்கு முன் தாமதத்தை அமைக்கவும்.
Delays_MAIN_DELAY_ACTIONS_TODO=திட்டமிடப்பட்ட நிகழ்வுகள் (நிகழ்ச்சி நிரல் நிகழ்வுகள்) முடிக்கப்படவில்லை
Delays_MAIN_DELAY_PROJECT_TO_CLOSE=திட்டம் சரியான நேரத்தில் மூடப்படவில்லை
@@ -1339,6 +1345,7 @@ TransKeyWithoutOriginalValue=எந்த மொழிக் கோப்பு
TitleNumberOfActivatedModules=செயல்படுத்தப்பட்ட தொகுதிகள்
TotalNumberOfActivatedModules=செயல்படுத்தப்பட்ட தொகுதிகள்: %s / %s a09a4b730f17f8
YouMustEnableOneModule=நீங்கள் குறைந்தபட்சம் 1 தொகுதியை இயக்க வேண்டும்
+YouMustEnableTranslationOverwriteBefore=You must first enable translation overwriting to be allowed to replace a translation
ClassNotFoundIntoPathWarning=வகுப்பு %s PHP பாதையில் இல்லை
YesInSummer=ஆம் கோடையில்
OnlyFollowingModulesAreOpenedToExternalUsers=குறிப்பு, பின்வரும் தொகுதிகள் மட்டுமே வெளிப்புற பயனர்களுக்குக் கிடைக்கும் (அத்தகைய பயனர்களின் அனுமதிகளைப் பொருட்படுத்தாமல்) அனுமதிகள் வழங்கப்பட்டால் மட்டுமே:
@@ -1420,6 +1427,8 @@ WatermarkOnDraftInvoices=வரைவு விலைப்பட்டியல
PaymentsNumberingModule=கட்டண எண் மாதிரி
SuppliersPayment=விற்பனையாளர் கொடுப்பனவுகள்
SupplierPaymentSetup=விற்பனையாளர் கட்டண அமைப்பு
+InvoiceCheckPosteriorDate=Check facture date before validation
+InvoiceCheckPosteriorDateHelp=Validating an invoice will be forbidden if its date is anterior to the date of last invoice of same type.
##### Proposals #####
PropalSetup=வணிக முன்மொழிவுகள் தொகுதி அமைவு
ProposalsNumberingModules=வணிக முன்மொழிவு எண் மாதிரிகள்
@@ -1917,6 +1926,7 @@ ConfFileMustContainCustom=பயன்பாட்டிலிருந்து
HighlightLinesOnMouseHover=மவுஸ் நகர்த்தும்போது அட்டவணை வரிகளை முன்னிலைப்படுத்தவும்
HighlightLinesColor=மவுஸ் கடந்து செல்லும் போது கோட்டின் நிறத்தை முன்னிலைப்படுத்தவும் (சிறப்பம்சமாக இல்லாமல் 'ffffff' ஐப் பயன்படுத்தவும்)
HighlightLinesChecked=கோட்டின் நிறத்தை தேர்வு செய்யும்போது அதைத் தனிப்படுத்தவும் (சிறப்பம்சமாக இல்லாமல் 'ffffff' ஐப் பயன்படுத்தவும்)
+UseBorderOnTable=Show left-right borders on tables
BtnActionColor=Color of the action button
TextBtnActionColor=Text color of the action button
TextTitleColor=பக்க தலைப்பின் உரை நிறம்
@@ -2057,12 +2067,24 @@ EmailcollectorOperations=கலெக்டர் மூலம் செய்
EmailcollectorOperationsDesc=செயல்பாடுகள் மேலிருந்து கீழ் வரிசையில் செயல்படுத்தப்படுகின்றன
MaxEmailCollectPerCollect=ஒரு சேகரிப்புக்கு அதிகபட்ச மின்னஞ்சல்கள் சேகரிக்கப்படுகின்றன
CollectNow=இப்போது சேகரிக்கவும்
-ConfirmCloneEmailCollector=மின்னஞ்சல் சேகரிப்பான் %s ஐ நிச்சயமாக குளோன் செய்ய விரும்புகிறீர்களா?
+ConfirmCloneEmailCollector=Are you sure you want to clone the Email collector %s?
DateLastCollectResult=சமீபத்திய சேகரிப்பு முயற்சியின் தேதி
DateLastcollectResultOk=சமீபத்திய சேகரிப்பு வெற்றியின் தேதி
LastResult=சமீபத்திய முடிவு
+EmailCollectorHideMailHeaders=Do not include the content of email header into the saved content of collected e-mails
+EmailCollectorHideMailHeadersHelp=When enabled, e-mail headers are not added at the end of the email content that is saved as events.
EmailCollectorConfirmCollectTitle=மின்னஞ்சல் சேகரிப்பு உறுதிப்படுத்தல்
-EmailCollectorConfirmCollect=இந்த சேகரிப்பாளருக்கான சேகரிப்பை இப்போது இயக்க விரும்புகிறீர்களா?
+EmailCollectorConfirmCollect=Do you want to run this collector now?
+EmailCollectorExampleToCollectTicketRequestsDesc=Collect emails that match some rules and create automatically a ticket (Module Ticket must be enabled) with the email informations. You can use this collector if you provide some support by email, so your ticket request will be automatically generated. Activate also Collect_Responses to collect answers of your client directly on the ticket view (you must reply from Dolibarr).
+EmailCollectorExampleToCollectTicketRequests=Example collecting the ticket request (first message only)
+EmailCollectorExampleToCollectAnswersFromExternalEmailSoftwareDesc=Scan your mailbox "Sent" directory to find emails that was sent as an answer of another email directly from your email software and not from Dolibarr. If such an email is found, the event of answer is recorded into Dolibarr
+EmailCollectorExampleToCollectAnswersFromExternalEmailSoftware=Example collecting e-mail answers sent from an external e-mail software
+EmailCollectorExampleToCollectDolibarrAnswersDesc=Collect all emails that are an answer of an email sent from your application. An event (Module Agenda must be enabled) with the email response will be recorded at the good place. For example, if your send a commercial proposal, order, invoice or message for a ticket by email from the application, and your customer answers your email, the system will automatically catch the answer and add it into your ERP.
+EmailCollectorExampleToCollectDolibarrAnswers=Example collecting all ingoing messages being answers to messages sent from Dolibarr'
+EmailCollectorExampleToCollectLeadsDesc=Collect emails that match some rules and create automatically a lead (Module Project must be enabled) with the email informations. You can use this collector if you want to follow your lead using the module Project (1 lead = 1 project), so your leads will be automatically generated. If the collector Collect_Responses is also enabled, when you send an email from your leads, proposals or any other object, you may also see answers of your customers or partners directly on the application.
Note: With this initial example, the title of the lead is generated including the email. If the thirdparty can't be found in database (new customer), the lead will be attached to the thirdparty with ID 1.
+EmailCollectorExampleToCollectLeads=Example collecting leads
+EmailCollectorExampleToCollectJobCandidaturesDesc=Collect emails applying to job offers (Module Recruitment must be enabled). You can complete this collector if you want to automatically create a candidature for a job request. Note: With this initial example, the title of the candidature is generated including the email.
+EmailCollectorExampleToCollectJobCandidatures=Example collecting job candidatures received by e-mail
NoNewEmailToProcess=செயலாக்க புதிய மின்னஞ்சல் (பொருந்தும் வடிப்பான்கள்) இல்லை
NothingProcessed=எதுவும் செய்யவில்லை
XEmailsDoneYActionsDone=%s மின்னஞ்சல்கள் தகுதிபெற்றன, %s மின்னஞ்சல்கள் வெற்றிகரமாகச் செயலாக்கப்பட்டன (%s பதிவு/செயல்களுக்கு)
@@ -2134,7 +2156,7 @@ DeleteEmailCollector=மின்னஞ்சல் சேகரிப்பா
ConfirmDeleteEmailCollector=இந்த மின்னஞ்சல் சேகரிப்பாளரை நிச்சயமாக நீக்க விரும்புகிறீர்களா?
RecipientEmailsWillBeReplacedWithThisValue=பெறுநரின் மின்னஞ்சல்கள் எப்போதும் இந்த மதிப்புடன் மாற்றப்படும்
AtLeastOneDefaultBankAccountMandatory=குறைந்தது 1 இயல்புநிலை வங்கிக் கணக்கையாவது வரையறுக்க வேண்டும்
-RESTRICT_ON_IP=சில ஹோஸ்ட் ஐபிக்கு மட்டும் அணுகலை அனுமதிக்கவும் (வைல்டு கார்டு அனுமதிக்கப்படவில்லை, மதிப்புகளுக்கு இடையில் இடைவெளியைப் பயன்படுத்தவும்). காலி என்றால் ஒவ்வொரு ஹோஸ்ட்களும் அணுக முடியும்.
+RESTRICT_ON_IP=Allow API access to only certain client IPs (wildcard not allowed, use space between values). Empty means every clients can access.
IPListExample=127.0.0.1 192.168.0.2 [::1]
BaseOnSabeDavVersion=நூலகத்தின் SabreDAV பதிப்பின் அடிப்படையில்
NotAPublicIp=பொது ஐபி அல்ல
@@ -2206,12 +2228,12 @@ DashboardDisableBlockAdherent=உறுப்பினர்களுக்க
DashboardDisableBlockExpenseReport=செலவு அறிக்கைகளுக்கு கட்டைவிரலை முடக்கவும்
DashboardDisableBlockHoliday=இலைகளுக்கு கட்டைவிரலை முடக்கவும்
EnabledCondition=புலத்தை இயக்குவதற்கான நிபந்தனை (இயக்கப்படாவிட்டால், தெரிவுநிலை எப்போதும் முடக்கப்படும்)
-IfYouUseASecondTaxYouMustSetYouUseTheMainTax=நீங்கள் இரண்டாவது வரியைப் பயன்படுத்த விரும்பினால், முதல் விற்பனை வரியையும் நீங்கள் இயக்க வேண்டும்
-IfYouUseAThirdTaxYouMustSetYouUseTheMainTax=நீங்கள் மூன்றாவது வரியைப் பயன்படுத்த விரும்பினால், முதல் விற்பனை வரியையும் நீங்கள் இயக்க வேண்டும்
+IfYouUseASecondTaxYouMustSetYouUseTheMainTax=If you want to use a second tax, you must enable also the first sales tax
+IfYouUseAThirdTaxYouMustSetYouUseTheMainTax=If you want to use a third tax, you must enable also the first sales tax
LanguageAndPresentation=மொழி மற்றும் விளக்கக்காட்சி
SkinAndColors=தோல் மற்றும் நிறங்கள்
-IfYouUseASecondTaxYouMustSetYouUseTheMainTax=நீங்கள் இரண்டாவது வரியைப் பயன்படுத்த விரும்பினால், முதல் விற்பனை வரியையும் நீங்கள் இயக்க வேண்டும்
-IfYouUseAThirdTaxYouMustSetYouUseTheMainTax=நீங்கள் மூன்றாவது வரியைப் பயன்படுத்த விரும்பினால், முதல் விற்பனை வரியையும் நீங்கள் இயக்க வேண்டும்
+IfYouUseASecondTaxYouMustSetYouUseTheMainTax=If you want to use a second tax, you must enable also the first sales tax
+IfYouUseAThirdTaxYouMustSetYouUseTheMainTax=If you want to use a third tax, you must enable also the first sales tax
PDF_USE_1A=PDF/A-1b வடிவத்தில் PDF ஐ உருவாக்கவும்
MissingTranslationForConfKey = %sக்கான மொழிபெயர்ப்பு இல்லை
NativeModules=சொந்த தொகுதிகள்
@@ -2220,3 +2242,13 @@ API_DISABLE_COMPRESSION=API பதில்களின் சுருக்க
EachTerminalHasItsOwnCounter=Each terminal use its own counter.
FillAndSaveAccountIdAndSecret=Fill and save account ID and secret first
PreviousHash=Previous hash
+LateWarningAfter="Late" warning after
+TemplateforBusinessCards=Template for a business card in different size
+InventorySetup= Inventory Setup
+ExportUseLowMemoryMode=Use a low memory mode
+ExportUseLowMemoryModeHelp=Use the low memory mode to execute the exec of the dump (compression is done through a pipe instead of into the PHP memory). This method does not allow to check that file is completed and error message can't be reported if it fails.
+ShowQuickAddLink=Show a button to quickly add an element in top right menu
+HashForPing=Hash used for ping
+ReadOnlyMode=Is instance in "Read Only" mode
+DEBUGBAR_USE_LOG_FILE=Use the dolibarr.log file to trap Logs
+UsingLogFileShowAllRecordOfSubrequestButIsSlower=Use the dolibarr.log file to trap Logs instead of live memory catching. It allows to catch all logs instead of only log of current process (so including the one of ajax subrequests pages) but will make your instance very very slow. Not recommended.
diff --git a/htdocs/langs/ta_IN/bills.lang b/htdocs/langs/ta_IN/bills.lang
index 45c25cd6ff4..7e352e97990 100644
--- a/htdocs/langs/ta_IN/bills.lang
+++ b/htdocs/langs/ta_IN/bills.lang
@@ -156,6 +156,7 @@ ErrorInvoiceAvoirMustBeNegative=பிழை, சரியான விலைப
ErrorInvoiceOfThisTypeMustBePositive=பிழை, இந்த வகையான இன்வாய்ஸில் வரி நேர்மறை (அல்லது பூஜ்ய) தவிர ஒரு தொகை இருக்க வேண்டும்
ErrorCantCancelIfReplacementInvoiceNotValidated=பிழை, இன்னும் வரைவு நிலையில் உள்ள மற்றொரு இன்வாய்ஸால் மாற்றப்பட்ட விலைப்பட்டியலை ரத்து செய்ய முடியாது
ErrorThisPartOrAnotherIsAlreadyUsedSoDiscountSerieCantBeRemoved=இந்தப் பகுதி அல்லது மற்றொன்று ஏற்கனவே பயன்படுத்தப்பட்டதால் தள்ளுபடித் தொடரை அகற்ற முடியாது.
+ErrorInvoiceIsNotLastOfSameType=Error: The date of invoice %s is %s. It must be posterior or equal to last date for same type invoices (%s). Please change the invoice date.
BillFrom=இருந்து
BillTo=செய்ய
ActionsOnBill=விலைப்பட்டியல் மீதான நடவடிக்கைகள்
@@ -282,6 +283,8 @@ RecurringInvoices=தொடர்ச்சியான இன்வாய்ஸ
RecurringInvoice=தொடர்ச்சியான விலைப்பட்டியல்
RepeatableInvoice=டெம்ப்ளேட் விலைப்பட்டியல்
RepeatableInvoices=டெம்ப்ளேட் இன்வாய்ஸ்கள்
+RecurringInvoicesJob=Generation of recurring invoices (sales invoices)
+RecurringSupplierInvoicesJob=Generation of recurring invoices (purchase invoices)
Repeatable=டெம்ப்ளேட்
Repeatables=வார்ப்புருக்கள்
ChangeIntoRepeatableInvoice=டெம்ப்ளேட் இன்வாய்ஸாக மாற்றவும்
@@ -482,6 +485,7 @@ PaymentByChequeOrderedToShort=காசோலை கொடுப்பனவு
SendTo=அனுப்பப்பட்டது
PaymentByTransferOnThisBankAccount=பின்வரும் வங்கிக் கணக்கிற்கு மாற்றுவதன் மூலம் பணம் செலுத்துதல்
VATIsNotUsedForInvoice=* CGI இன் பொருந்தாத VAT கலை-293B
+VATIsNotUsedForInvoiceAsso=* Non applicable VAT art-261-7 of CGI
LawApplicationPart1=12/05/80 இன் 80.335 சட்டத்தின் பயன்பாட்டின் மூலம்
LawApplicationPart2=பொருட்கள் சொத்தாகவே இருக்கும்
LawApplicationPart3=முழுமையாக செலுத்தும் வரை விற்பனையாளர்
@@ -599,7 +603,6 @@ BILL_SUPPLIER_DELETEInDolibarr=சப்ளையர் இன்வாய்ஸ
UnitPriceXQtyLessDiscount=யூனிட் விலை x Qty - தள்ளுபடி
CustomersInvoicesArea=வாடிக்கையாளர் பில்லிங் பகுதி
SupplierInvoicesArea=சப்ளையர் பில்லிங் பகுதி
-FacParentLine=விலைப்பட்டியல் வரி பெற்றோர்
SituationTotalRayToRest=மீதியை வரி இல்லாமல் செலுத்த வேண்டும்
PDFSituationTitle=நிலைமை n° %d
SituationTotalProgress=மொத்த முன்னேற்றம் %d %%
@@ -607,3 +610,5 @@ SearchUnpaidInvoicesWithDueDate=செலுத்தப்படாத இன
NoPaymentAvailable=%s க்கு கட்டணம் இல்லை
PaymentRegisteredAndInvoiceSetToPaid=கட்டணம் பதிவுசெய்யப்பட்டது மற்றும் விலைப்பட்டியல் %s செலுத்தப்பட்டது
SendEmailsRemindersOnInvoiceDueDate=செலுத்தப்படாத இன்வாய்ஸ்களுக்கு மின்னஞ்சல் மூலம் நினைவூட்டல் அனுப்பவும்
+MakePaymentAndClassifyPayed=Record payment
+BulkPaymentNotPossibleForInvoice=Bulk payment is not possible for invoice %s (bad type or status)
diff --git a/htdocs/langs/ta_IN/companies.lang b/htdocs/langs/ta_IN/companies.lang
index 446b7ae95ba..36b52b72329 100644
--- a/htdocs/langs/ta_IN/companies.lang
+++ b/htdocs/langs/ta_IN/companies.lang
@@ -19,6 +19,7 @@ ProspectionArea=எதிர்பார்ப்பு பகுதி
IdThirdParty=ஐடி மூன்றாம் தரப்பு
IdCompany=நிறுவனத்தின் ஐடி
IdContact=தொடர்பு ஐடி
+ThirdPartyAddress=Third-party address
ThirdPartyContacts=மூன்றாம் தரப்பு தொடர்புகள்
ThirdPartyContact=மூன்றாம் தரப்பு தொடர்பு/முகவரி
Company=நிறுவனம்
@@ -51,6 +52,8 @@ CivilityCode=நாகரிகக் குறியீடு
RegisteredOffice=பதிவுசெய்யப்பட்ட அலுவலகம்
Lastname=கடைசி பெயர்
Firstname=முதல் பெயர்
+RefEmployee=Employee reference
+NationalRegistrationNumber=National registration number
PostOrFunction=வேலை நிலை
UserTitle=தலைப்பு
NatureOfThirdParty=மூன்றாம் தரப்பினரின் இயல்பு
@@ -359,7 +362,7 @@ ListOfThirdParties=மூன்றாம் தரப்பினரின்
ShowCompany=மூன்றாம் தரப்பு
ShowContact=தொடர்பு-முகவரி
ContactsAllShort=அனைத்தும் (வடிப்பான் இல்லை)
-ContactType=தொடர்பு வகை
+ContactType=Contact role
ContactForOrders=ஆர்டரின் தொடர்பு
ContactForOrdersOrShipments=ஆர்டர் அல்லது ஏற்றுமதியின் தொடர்பு
ContactForProposals=முன்மொழிவின் தொடர்பு
diff --git a/htdocs/langs/ta_IN/compta.lang b/htdocs/langs/ta_IN/compta.lang
index 5448e54dfa1..f776488fa97 100644
--- a/htdocs/langs/ta_IN/compta.lang
+++ b/htdocs/langs/ta_IN/compta.lang
@@ -146,9 +146,11 @@ ConfirmPaySalary=இந்த சம்பள அட்டையை பணம்
DeleteSocialContribution=சமூக அல்லது நிதி வரி செலுத்துதலை நீக்கவும்
DeleteVAT=VAT அறிவிப்பை நீக்கவும்
DeleteSalary=சம்பள அட்டையை நீக்கவும்
+DeleteVariousPayment=Delete a various payment
ConfirmDeleteSocialContribution=இந்த சமூக/நிதி வரி செலுத்துதலை நிச்சயமாக நீக்க விரும்புகிறீர்களா?
ConfirmDeleteVAT=இந்த VAT அறிவிப்பை நிச்சயமாக நீக்க விரும்புகிறீர்களா?
-ConfirmDeleteSalary=இந்த சம்பளத்தை நிச்சயமாக நீக்க விரும்புகிறீர்களா?
+ConfirmDeleteSalary=Are you sure you want to delete this salary ?
+ConfirmDeleteVariousPayment=Are you sure you want to delete this various payment ?
ExportDataset_tax_1=சமூக மற்றும் நிதி வரிகள் மற்றும் கொடுப்பனவுகள்
CalcModeVATDebt=பயன்முறை %sVAT மீது அர்ப்பணிப்பு கணக்கியல்0ecb2ec87f49fz0 .
CalcModeVATEngagement=வருமானத்தில் %sVAT-செலவுகள்-செலவுகள்0ecb2ec87f49fz0 .
@@ -287,9 +289,9 @@ ReportPurchaseTurnover=கொள்முதல் விற்றுமுத
ReportPurchaseTurnoverCollected=கொள்முதல் விற்றுமுதல் சேகரிக்கப்பட்டது
IncludeVarpaysInResults = அறிக்கைகளில் பல்வேறு கொடுப்பனவுகளைச் சேர்க்கவும்
IncludeLoansInResults = அறிக்கைகளில் கடன்களைச் சேர்க்கவும்
-InvoiceLate30Days = விலைப்பட்டியல் தாமதமானது (> 30 நாட்கள்)
-InvoiceLate15Days = இன்வாய்ஸ்கள் தாமதம் (15 முதல் 30 நாட்கள்)
-InvoiceLateMinus15Days = விலைப்பட்டியல் தாமதமானது (< 15 நாட்கள்)
+InvoiceLate30Days = Late (> 30 days)
+InvoiceLate15Days = Late (15 to 30 days)
+InvoiceLateMinus15Days = Late (< 15 days)
InvoiceNotLate = சேகரிக்கப்படும் (< 15 நாட்கள்)
InvoiceNotLate15Days = சேகரிக்கப்படும் (15 முதல் 30 நாட்கள்)
InvoiceNotLate30Days = சேகரிக்கப்படும் (> 30 நாட்கள்)
diff --git a/htdocs/langs/ta_IN/members.lang b/htdocs/langs/ta_IN/members.lang
index 8932a22b739..beffc11ef48 100644
--- a/htdocs/langs/ta_IN/members.lang
+++ b/htdocs/langs/ta_IN/members.lang
@@ -15,7 +15,7 @@ ErrorMemberIsAlreadyLinkedToThisThirdParty=மற்றொரு உறுப
ErrorUserPermissionAllowsToLinksToItselfOnly=பாதுகாப்பு காரணங்களுக்காக, உங்களுடையது அல்லாத ஒரு பயனருடன் ஒரு உறுப்பினரை இணைக்க அனைத்து பயனர்களையும் திருத்துவதற்கான அனுமதிகள் உங்களுக்கு வழங்கப்பட வேண்டும்.
SetLinkToUser=Dolibarr பயனருக்கான இணைப்பு
SetLinkToThirdParty=Dolibarr மூன்றாம் தரப்பினருக்கான இணைப்பு
-MembersCards=உறுப்பினர்களுக்கான வணிக அட்டைகள்
+MembersCards=Generation of cards for members
MembersList=உறுப்பினர்களின் பட்டியல்
MembersListToValid=வரைவு உறுப்பினர்களின் பட்டியல் (சரிபார்க்கப்பட வேண்டும்)
MembersListValid=செல்லுபடியாகும் உறுப்பினர்களின் பட்டியல்
@@ -159,11 +159,11 @@ HTPasswordExport=htpassword கோப்பு உருவாக்கம்
NoThirdPartyAssociatedToMember=இந்த உறுப்பினருடன் எந்த மூன்றாம் தரப்பினரும் தொடர்பு இல்லை
MembersAndSubscriptions=உறுப்பினர்கள் மற்றும் பங்களிப்புகள்
MoreActions=பதிவு செய்வதில் கூடுதல் நடவடிக்கை
-MoreActionsOnSubscription=ஒரு பங்களிப்பைப் பதிவு செய்யும் போது இயல்பாகப் பரிந்துரைக்கப்படும் நிரப்பு நடவடிக்கை
+MoreActionsOnSubscription=Complementary action suggested by default when recording a contribution, also done automatially on online payment of a contribution
MoreActionBankDirect=வங்கிக் கணக்கில் நேரடி உள்ளீட்டை உருவாக்கவும்
MoreActionBankViaInvoice=விலைப்பட்டியலை உருவாக்கவும், வங்கிக் கணக்கில் பணம் செலுத்தவும்
MoreActionInvoiceOnly=கட்டணம் இல்லாமல் விலைப்பட்டியல் உருவாக்கவும்
-LinkToGeneratedPages=வருகை அட்டைகளை உருவாக்கவும்
+LinkToGeneratedPages=Generation of business cards or address sheets
LinkToGeneratedPagesDesc=இந்தத் திரையானது உங்கள் உறுப்பினர்கள் அல்லது குறிப்பிட்ட உறுப்பினருக்கான வணிக அட்டைகளுடன் PDF கோப்புகளை உருவாக்க உங்களை அனுமதிக்கிறது.
DocForAllMembersCards=அனைத்து உறுப்பினர்களுக்கும் வணிக அட்டைகளை உருவாக்கவும்
DocForOneMemberCards=ஒரு குறிப்பிட்ட உறுப்பினருக்கான வணிக அட்டைகளை உருவாக்கவும்
diff --git a/htdocs/langs/ta_IN/modulebuilder.lang b/htdocs/langs/ta_IN/modulebuilder.lang
index 02522b27ef8..d757ce639d4 100644
--- a/htdocs/langs/ta_IN/modulebuilder.lang
+++ b/htdocs/langs/ta_IN/modulebuilder.lang
@@ -52,7 +52,7 @@ LanguageFile=மொழிக்கான கோப்பு
ObjectProperties=பொருள் பண்புகள்
ConfirmDeleteProperty= %s சொத்தை நிச்சயமாக நீக்க விரும்புகிறீர்களா? இது PHP வகுப்பில் குறியீட்டை மாற்றும் ஆனால் பொருளின் அட்டவணை வரையறையிலிருந்து நெடுவரிசையை அகற்றும்.
NotNull=NULL அல்ல
-NotNullDesc=1=தரவுத்தளத்தை NULL என அமைக்கவும். -1=வெறுமையாக இருந்தால் ('' அல்லது 0) பூஜ்ய மதிப்புகள் மற்றும் கட்டாய மதிப்பை NULLக்கு அனுமதிக்கவும்.
+NotNullDesc=1=Set database to NOT NULL, 0=Allow null values, -1=Allow null values by forcing value to NULL if empty ('' or 0)
SearchAll='அனைத்தையும் தேட' பயன்படுத்தப்பட்டது
DatabaseIndex=தரவுத்தள அட்டவணை
FileAlreadyExists=கோப்பு %s ஏற்கனவே உள்ளது
@@ -94,7 +94,7 @@ LanguageDefDesc=இந்தக் கோப்புகளில், ஒவ்
MenusDefDesc=உங்கள் தொகுதி வழங்கிய மெனுக்களை இங்கே வரையறுக்கவும்
DictionariesDefDesc=உங்கள் தொகுதி வழங்கிய அகராதிகளை இங்கே வரையறுக்கவும்
PermissionsDefDesc=உங்கள் தொகுதி வழங்கிய புதிய அனுமதிகளை இங்கே வரையறுக்கவும்
-MenusDefDescTooltip=உங்கள் தொகுதி/பயன்பாடு வழங்கிய மெனுக்கள் $this->மெனுக்கள் என்ற வரிசையில் தொகுதி விளக்கக் கோப்பில் வரையறுக்கப்பட்டுள்ளன. இந்தக் கோப்பை நீங்கள் கைமுறையாகத் திருத்தலாம் அல்லது உட்பொதிக்கப்பட்ட எடிட்டரைப் பயன்படுத்தலாம்.
குறிப்பு: வரையறுக்கப்பட்டதும் (மற்றும் தொகுதி மீண்டும் செயல்படுத்தப்பட்டது), %s இல் உள்ள நிர்வாகி பயனர்களுக்கு கிடைக்கும் மெனு எடிட்டரில் மெனுக்கள் தெரியும்.
+MenusDefDescTooltip=The menus provided by your module/application are defined into the array $this->menus into the module descriptor file. You can edit manually this file or use the embedded editor.
Note: Once defined (and the module re-activated), the menus are also visible into the menu editor available to administrator users on %s.
DictionariesDefDescTooltip=உங்கள் தொகுதி/பயன்பாடு வழங்கிய அகராதிகள் $this->அகராதிகள் என்ற வரிசையில் தொகுதி விளக்கக் கோப்பில் வரையறுக்கப்பட்டுள்ளன. இந்தக் கோப்பை நீங்கள் கைமுறையாகத் திருத்தலாம் அல்லது உட்பொதிக்கப்பட்ட எடிட்டரைப் பயன்படுத்தலாம்.
குறிப்பு: வரையறுக்கப்பட்டதும் (மற்றும் தொகுதி மீண்டும் செயல்படுத்தப்பட்டது), அகராதிகளும் %s இல் உள்ள நிர்வாகி பயனர்களுக்கு அமைவுப் பகுதியில் தெரியும்.
PermissionsDefDescTooltip=உங்கள் தொகுதி/பயன்பாடு வழங்கிய அனுமதிகள் $this->உரிமைகள் என்ற வரிசையில் தொகுதி விளக்கக் கோப்பில் வரையறுக்கப்பட்டுள்ளன. இந்தக் கோப்பை நீங்கள் கைமுறையாகத் திருத்தலாம் அல்லது உட்பொதிக்கப்பட்ட எடிட்டரைப் பயன்படுத்தலாம்.
குறிப்பு: வரையறுக்கப்பட்டதும் (மற்றும் தொகுதி மீண்டும் செயல்படுத்தப்பட்டது), அனுமதிகள் இயல்புநிலை அனுமதிகள் அமைப்பில் %s இல் தெரியும்.
HooksDefDesc= module_parts['hooks'] சொத்தை, தொகுதி விளக்கத்தில், நீங்கள் நிர்வகிக்க விரும்பும் கொக்கிகளின் சூழலை வரையறுக்கவும் (' a0aee83z605837f1083605837F10000083665837f108665837F1000000ae8365837FK உங்கள் ஹூக் செய்யப்பட்ட செயல்பாடுகளின் குறியீட்டைச் சேர்க்க ஹூக் கோப்பு (ஹூக் செய்யக்கூடிய செயல்பாடுகளை ' executeHooks ' இல் தேடுவதன் மூலம் கண்டறியலாம்).
@@ -110,7 +110,7 @@ DropTableIfEmpty=(டேபிள் காலியாக இருந்தா
TableDoesNotExists=அட்டவணை %s இல்லை
TableDropped=அட்டவணை %s நீக்கப்பட்டது
InitStructureFromExistingTable=ஏற்கனவே உள்ள அட்டவணையின் கட்டமைப்பு வரிசை சரத்தை உருவாக்கவும்
-UseAboutPage=பற்றி பக்கத்தை முடக்கவும்
+UseAboutPage=Do not generate the About page
UseDocFolder=ஆவணக் கோப்புறையை முடக்கு
UseSpecificReadme=குறிப்பிட்ட ReadMe ஐப் பயன்படுத்தவும்
ContentOfREADMECustomized=குறிப்பு: README.md கோப்பின் உள்ளடக்கமானது ModuleBuilder அமைப்பில் வரையறுக்கப்பட்ட குறிப்பிட்ட மதிப்புடன் மாற்றப்பட்டுள்ளது.
@@ -127,9 +127,9 @@ UseSpecificEditorURL = குறிப்பிட்ட எடிட்டர
UseSpecificFamily = ஒரு குறிப்பிட்ட குடும்பத்தைப் பயன்படுத்தவும்
UseSpecificAuthor = ஒரு குறிப்பிட்ட ஆசிரியரைப் பயன்படுத்தவும்
UseSpecificVersion = ஒரு குறிப்பிட்ட ஆரம்ப பதிப்பைப் பயன்படுத்தவும்
-IncludeRefGeneration=பொருளின் குறிப்பு தானாகவே உருவாக்கப்பட வேண்டும்
-IncludeRefGenerationHelp=குறிப்பின் தலைமுறையை தானாக நிர்வகிக்க குறியீட்டைச் சேர்க்க விரும்பினால் இதைச் சரிபார்க்கவும்
-IncludeDocGeneration=பொருளில் இருந்து சில ஆவணங்களை உருவாக்க விரும்புகிறேன்
+IncludeRefGeneration=The reference of object must be generated automatically by custom numbering rules
+IncludeRefGenerationHelp=Check this if you want to include code to manage the generation of the reference automatically using custom numbering rules
+IncludeDocGeneration=I want to generate some documents from templates for the object
IncludeDocGenerationHelp=இதை நீங்கள் சரிபார்த்தால், பதிவில் "ஆவணத்தை உருவாக்கு" பெட்டியைச் சேர்க்க சில குறியீடு உருவாக்கப்படும்.
ShowOnCombobox=காம்போபாக்ஸில் மதிப்பைக் காட்டு
KeyForTooltip=உதவிக்குறிப்புக்கான திறவுகோல்
@@ -138,10 +138,15 @@ CSSViewClass=படிவத்தை படிக்க CSS
CSSListClass=பட்டியலுக்கு CSS
NotEditable=திருத்த முடியாது
ForeignKey=வெளிநாட்டு விசை
-TypeOfFieldsHelp=புலங்களின் வகை:
varchar(99), double(24,8), real, text, html, datetime, timestamp, integer, integer:ClassName:relativepath/to/classfile.class.php[:1[:filter]] ('1' என்றால், பதிவை உருவாக்க, சேர்க்கைக்குப் பிறகு ஒரு + பட்டனைச் சேர்ப்போம், 'வடிகட்டி' என்பது 'status=1 மற்றும் fk_user = __USER_ID மற்றும் IN (__SHARED_ENTITIES__)' ஆக இருக்கலாம். எடுத்துக்காட்டாக)
+TypeOfFieldsHelp=Type of fields:
varchar(99), double(24,8), real, text, html, datetime, timestamp, integer, integer:ClassName:relativepath/to/classfile.class.php[:1[:filter]]
'1' means we add a + button after the combo to create the record
'filter' is a sql condition, example: 'status=1 AND fk_user=__USER_ID__ AND entity IN (__SHARED_ENTITIES__)'
AsciiToHtmlConverter=Ascii க்கு HTML மாற்றி
AsciiToPdfConverter=Ascii to PDF மாற்றி
TableNotEmptyDropCanceled=அட்டவணை காலியாக இல்லை. டிராப் ரத்து செய்யப்பட்டது.
ModuleBuilderNotAllowed=மாட்யூல் பில்டர் உள்ளது ஆனால் உங்கள் பயனருக்கு அனுமதிக்கப்படவில்லை.
ImportExportProfiles=சுயவிவரங்களை இறக்குமதி மற்றும் ஏற்றுமதி
-ValidateModBuilderDesc=இந்தப் புலத்தை $this->validateField() உடன் சரிபார்க்க வேண்டும் என்றால் 1 ஐ வைக்கவும் அல்லது சரிபார்ப்பு தேவைப்பட்டால் 0 ஐ வைக்கவும்
+ValidateModBuilderDesc=Set this to 1 if you want to have the method $this->validateField() of object being called to validate the content of the field during insert or upadate. Set 0 if there is no validation required.
+WarningDatabaseIsNotUpdated=Warning: The database is not updated automatically, you must destroy tables and disable-enable the module to have tables recreated
+LinkToParentMenu=Parent menu (fk_xxxxmenu)
+ListOfTabsEntries=List of tab entries
+TabsDefDesc=Define here the tabs provided by your module
+TabsDefDescTooltip=The tabs provided by your module/application are defined into the array $this->tabs into the module descriptor file. You can edit manually this file or use the embedded editor.
diff --git a/htdocs/langs/ta_IN/propal.lang b/htdocs/langs/ta_IN/propal.lang
index dd9122c71bb..48a680730d8 100644
--- a/htdocs/langs/ta_IN/propal.lang
+++ b/htdocs/langs/ta_IN/propal.lang
@@ -54,6 +54,7 @@ NoDraftProposals=வரைவு முன்மொழிவுகள் இல
CopyPropalFrom=ஏற்கனவே உள்ள முன்மொழிவை நகலெடுப்பதன் மூலம் வணிக முன்மொழிவை உருவாக்கவும்
CreateEmptyPropal=வெற்று வணிக முன்மொழிவு அல்லது தயாரிப்புகள்/சேவைகளின் பட்டியலிலிருந்து உருவாக்கவும்
DefaultProposalDurationValidity=இயல்புநிலை வணிக முன்மொழிவு செல்லுபடியாகும் காலம் (நாட்களில்)
+DefaultPuttingPricesUpToDate=By default update prices with current known prices on cloning a proposal
UseCustomerContactAsPropalRecipientIfExist=முன்மொழிவு பெறுநரின் முகவரியாக மூன்றாம் தரப்பு முகவரிக்கு பதிலாக 'தொடர்பு பின்தொடர்தல் முன்மொழிவு' வகையுடன் தொடர்பு/முகவரியைப் பயன்படுத்தவும்
ConfirmClonePropal=வணிக முன்மொழிவு %s ஐ நிச்சயமாக குளோன் செய்ய விரும்புகிறீர்களா?
ConfirmReOpenProp=வணிக முன்மொழிவு %s ஐ மீண்டும் திறக்க விரும்புகிறீர்களா?
@@ -85,13 +86,26 @@ ProposalCustomerSignature=எழுத்துப்பூர்வ ஏற்
ProposalsStatisticsSuppliers=விற்பனையாளர் முன்மொழிவுகள் புள்ளிவிவரங்கள்
CaseFollowedBy=தொடர்ந்து வழக்கு
SignedOnly=கையெழுத்து மட்டுமே
+NoSign=Set not signed
+NoSigned=set not signed
+CantBeNoSign=cannot be set not signed
+ConfirmMassNoSignature=Bulk Not signed confirmation
+ConfirmMassNoSignatureQuestion=Are you sure you want to set not signed the selected records ?
+IsNotADraft=is not a draft
+PassedInOpenStatus=has been validated
+Sign=கையெழுத்து
+Signed=signed
+ConfirmMassValidation=Bulk Validate confirmation
+ConfirmMassSignature=Bulk Signature confirmation
+ConfirmMassValidationQuestion=Are you sure you want to validate the selected records ?
+ConfirmMassSignatureQuestion=Are you sure you want to sign the selected records ?
IdProposal=முன்மொழிவு ஐடி
IdProduct=தயாரிப்பு ஐடி
-PrParentLine=முன்மொழிவு பெற்றோர் வரி
LineBuyPriceHT=வரியின் நிகர விலையை வாங்கவும்
SignPropal=முன்மொழிவை ஏற்கவும்
RefusePropal=முன்மொழிவை மறுக்கவும்
Sign=கையெழுத்து
+NoSign=Set not signed
PropalAlreadySigned=முன்மொழிவு ஏற்கனவே ஏற்றுக்கொள்ளப்பட்டது
PropalAlreadyRefused=முன்மொழிவு ஏற்கனவே நிராகரிக்கப்பட்டது
PropalSigned=முன்மொழிவு ஏற்கப்பட்டது
diff --git a/htdocs/langs/ta_IN/ticket.lang b/htdocs/langs/ta_IN/ticket.lang
index 465f6ac1ec5..d4b70db3ad3 100644
--- a/htdocs/langs/ta_IN/ticket.lang
+++ b/htdocs/langs/ta_IN/ticket.lang
@@ -90,10 +90,10 @@ TicketPublicAccess=அடையாளம் தேவைப்படாத ப
TicketSetupDictionaries=டிக்கெட்டின் வகை, தீவிரம் மற்றும் பகுப்பாய்வு குறியீடுகள் அகராதிகளிலிருந்து கட்டமைக்கப்படுகின்றன
TicketParamModule=தொகுதி மாறி அமைவு
TicketParamMail=மின்னஞ்சல் அமைப்பு
-TicketEmailNotificationFrom=இருந்து அறிவிப்பு மின்னஞ்சல்
-TicketEmailNotificationFromHelp=உதாரணமாக டிக்கெட் செய்தி பதில் பயன்படுத்தப்படுகிறது
-TicketEmailNotificationTo=அறிவிப்புகள் மின்னஞ்சல்
-TicketEmailNotificationToHelp=இந்த முகவரிக்கு மின்னஞ்சல் அறிவிப்புகளை அனுப்பவும்.
+TicketEmailNotificationFrom=Sender e-mail for ticket answers
+TicketEmailNotificationFromHelp=Sender e-mail for ticket answers sent from Dolibarr
+TicketEmailNotificationTo=Notify ticket creation to this e-mail address
+TicketEmailNotificationToHelp=If present, this e-mail address will be notified of a ticket creation
TicketNewEmailBodyLabel=டிக்கெட்டை உருவாக்கிய பிறகு அனுப்பப்பட்ட குறுஞ்செய்தி
TicketNewEmailBodyHelp=பொது இடைமுகத்திலிருந்து புதிய டிக்கெட்டை உருவாக்குவதை உறுதிப்படுத்தும் மின்னஞ்சலில் இங்கு குறிப்பிடப்பட்டுள்ள உரை செருகப்படும். டிக்கெட்டின் ஆலோசனை பற்றிய தகவல்கள் தானாகவே சேர்க்கப்படும்.
TicketParamPublicInterface=பொது இடைமுக அமைப்பு
@@ -136,6 +136,18 @@ TicketsPublicNotificationNewMessage=டிக்கெட்டில் பு
TicketsPublicNotificationNewMessageHelp=பொது இடைமுகத்திலிருந்து ஒரு புதிய செய்தி சேர்க்கப்படும் போது மின்னஞ்சலை (களை) அனுப்பவும் (ஒதுக்கப்பட்ட பயனருக்கு அல்லது அறிவிப்புகள் மின்னஞ்சலுக்கு (புதுப்பித்தல்) மற்றும்/அல்லது அறிவிப்புகள் மின்னஞ்சலுக்கு)
TicketPublicNotificationNewMessageDefaultEmail=இதற்கான அறிவிப்புகள் மின்னஞ்சல் (புதுப்பிப்பு)
TicketPublicNotificationNewMessageDefaultEmailHelp=டிக்கெட்டில் ஒரு பயனர் நியமிக்கப்படாவிட்டாலோ அல்லது பயனருக்குத் தெரிந்த மின்னஞ்சல் ஏதும் இல்லை என்றாலோ ஒவ்வொரு புதிய செய்தி அறிவிப்புகளுக்கும் இந்த முகவரிக்கு மின்னஞ்சலை அனுப்பவும்.
+TicketsAutoReadTicket=Automatically mark the ticket as read (when created from backoffice)
+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".
+TicketsDelayBeforeFirstAnswer=A new ticket should receive a first answer before (hours):
+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.
+TicketsDelayBetweenAnswers=An unresolved ticket should not be unactive during (hours):
+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.
+TicketsAutoNotifyClose=Automatically notify thirdparty when closing a ticket
+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.
+TicketWrongContact=Provided contact is not part of current ticket contacts. Email not sent.
+TicketChooseProductCategory=Product category for ticket support
+TicketChooseProductCategoryHelp=Select the product category of ticket support. This will be used to automatically link a contract to a ticket.
+
#
# Index & list page
#
@@ -151,6 +163,8 @@ OrderByDateAsc=ஏறுவரிசையின்படி வரிசைப
OrderByDateDesc=இறங்கு தேதியின்படி வரிசைப்படுத்தவும்
ShowAsConversation=உரையாடல் பட்டியலாகக் காட்டு
MessageListViewType=அட்டவணைப் பட்டியலாகக் காட்டு
+ConfirmMassTicketClosingSendEmail=Automatically send emails when closing tickets
+ConfirmMassTicketClosingSendEmailQuestion=Do you want to notify thirdparties when closing these tickets ?
#
# Ticket card
@@ -205,12 +219,12 @@ ErrorMailRecipientIsEmptyForSendTicketMessage=பெறுநர் காலி
TicketGoIntoContactTab=அவற்றைத் தேர்ந்தெடுக்க, "தொடர்புகள்" தாவலுக்குச் செல்லவும்
TicketMessageMailIntro=அறிமுகம்
TicketMessageMailIntroHelp=இந்த உரை மின்னஞ்சலின் தொடக்கத்தில் மட்டுமே சேர்க்கப்படும் மற்றும் சேமிக்கப்படாது.
-TicketMessageMailIntroLabelAdmin=மின்னஞ்சல் அனுப்பும் போது செய்தியின் அறிமுகம்
-TicketMessageMailIntroText=வணக்கம்,
நீங்கள் தொடர்பு கொள்ளும் டிக்கெட்டில் புதிய பதில் அனுப்பப்பட்டது. செய்தி இதோ:
-TicketMessageMailIntroHelpAdmin=டிக்கெட்டுக்கான பதிலின் உரைக்கு முன் இந்த உரை செருகப்படும்.
+TicketMessageMailIntroLabelAdmin=Introduction text to all ticket answers
+TicketMessageMailIntroText=Hello,
A new answer has been added to a ticket that you follow. Here is the message:
+TicketMessageMailIntroHelpAdmin=This text will be inserted before the answer when replying to a ticket from Dolibarr
TicketMessageMailSignature=கையெழுத்து
TicketMessageMailSignatureHelp=இந்த உரை மின்னஞ்சலின் முடிவில் மட்டுமே சேர்க்கப்படும் மற்றும் சேமிக்கப்படாது.
-TicketMessageMailSignatureText= உண்மையுள்ள,
--
+TicketMessageMailSignatureText=Message sent by %s via Dolibarr
TicketMessageMailSignatureLabelAdmin=பதில் மின்னஞ்சலின் கையொப்பம்
TicketMessageMailSignatureHelpAdmin=பதில் செய்திக்குப் பிறகு இந்த உரை செருகப்படும்.
TicketMessageHelp=டிக்கெட் கார்டில் உள்ள செய்தி பட்டியலில் இந்த உரை மட்டுமே சேமிக்கப்படும்.
@@ -238,9 +252,16 @@ TicketChangeStatus=நிலையை மாற்றவும்
TicketConfirmChangeStatus=நிலை மாற்றத்தை உறுதிப்படுத்தவும்: %s ?
TicketLogStatusChanged=நிலை மாற்றப்பட்டது: %s to %s
TicketNotNotifyTiersAtCreate=உருவாக்கும்போது நிறுவனத்தை அறிவிக்க வேண்டாம்
+NotifyThirdpartyOnTicketClosing=Contacts to notify while closing the ticket
+TicketNotifyAllTiersAtClose=All related contacts
+TicketNotNotifyTiersAtClose=No related contact
Unread=படிக்காதது
TicketNotCreatedFromPublicInterface=கிடைக்கவில்லை. பொது இடைமுகத்திலிருந்து டிக்கெட் உருவாக்கப்படவில்லை.
ErrorTicketRefRequired=டிக்கெட் குறிப்பு பெயர் தேவை
+TicketsDelayForFirstResponseTooLong=Too much time elapsed since ticket opening without any answer.
+TicketsDelayFromLastResponseTooLong=Too much time elapsed since last answer on this ticket.
+TicketNoContractFoundToLink=No contract was found to be automatically linked to this ticket. Please link a contract manually.
+TicketManyContractsLinked=Many contracts have been automatically linked to this ticket. Make sure to verify which should be chosen.
#
# Logs
@@ -268,8 +289,9 @@ TicketNewEmailBody=நீங்கள் புதிய டிக்கெட
TicketNewEmailBodyCustomer=இது உங்கள் கணக்கில் புதிய டிக்கெட் உருவாக்கப்பட்டது என்பதை உறுதிப்படுத்தும் தானியங்கி மின்னஞ்சல்.
TicketNewEmailBodyInfosTicket=டிக்கெட்டை கண்காணிப்பதற்கான தகவல்
TicketNewEmailBodyInfosTrackId=டிக்கெட் கண்காணிப்பு எண்: %s
-TicketNewEmailBodyInfosTrackUrl=மேலே உள்ள இணைப்பைக் கிளிக் செய்வதன் மூலம் டிக்கெட்டின் முன்னேற்றத்தைக் காணலாம்.
+TicketNewEmailBodyInfosTrackUrl=You can view the progress of the ticket by clicking the following link
TicketNewEmailBodyInfosTrackUrlCustomer=பின்வரும் இணைப்பைக் கிளிக் செய்வதன் மூலம் குறிப்பிட்ட இடைமுகத்தில் டிக்கெட்டின் முன்னேற்றத்தைக் காணலாம்
+TicketCloseEmailBodyInfosTrackUrlCustomer=You can consult the history of this ticket by clicking the following link
TicketEmailPleaseDoNotReplyToThisEmail=இந்த மின்னஞ்சலுக்கு நேரடியாக பதிலளிக்க வேண்டாம்! இடைமுகத்தில் பதிலளிக்க இணைப்பைப் பயன்படுத்தவும்.
TicketPublicInfoCreateTicket=எங்கள் நிர்வாக அமைப்பில் ஆதரவு டிக்கெட்டை பதிவு செய்ய இந்தப் படிவம் உங்களை அனுமதிக்கிறது.
TicketPublicPleaseBeAccuratelyDescribe=சிக்கலை சரியாக விவரிக்கவும். உங்கள் கோரிக்கையைச் சரியாகக் கண்டறிய எங்களை அனுமதிக்க, முடிந்தவரை அதிகமான தகவல்களை வழங்கவும்.
@@ -291,6 +313,10 @@ NewUser=புதிய பயனர்
NumberOfTicketsByMonth=ஒரு மாதத்திற்கான டிக்கெட்டுகளின் எண்ணிக்கை
NbOfTickets=டிக்கெட்டுகளின் எண்ணிக்கை
# notifications
+TicketCloseEmailSubjectCustomer=Ticket closed
+TicketCloseEmailBodyCustomer=This is an automatic message to notify you that ticket %s has just been closed.
+TicketCloseEmailSubjectAdmin=Ticket closed - Réf %s (public ticket ID %s)
+TicketCloseEmailBodyAdmin=A ticket with ID #%s has just been closed, see information:
TicketNotificationEmailSubject=டிக்கெட் %s புதுப்பிக்கப்பட்டது
TicketNotificationEmailBody=%s டிக்கெட் புதுப்பிக்கப்பட்டதைத் தெரிவிக்கும் தானியங்கி செய்தி இது
TicketNotificationRecipient=அறிவிப்பு பெறுபவர்
diff --git a/htdocs/langs/tg_TJ/accountancy.lang b/htdocs/langs/tg_TJ/accountancy.lang
index de99667b2fc..cf60d96d100 100644
--- a/htdocs/langs/tg_TJ/accountancy.lang
+++ b/htdocs/langs/tg_TJ/accountancy.lang
@@ -62,24 +62,24 @@ MainAccountForSubscriptionPaymentNotDefined=Ҳисоби асосии баҳис
AccountancyArea=Минтақаи баҳисобгирӣ
AccountancyAreaDescIntro=Истифодаи модули ҳисобдорӣ дар якчанд марҳила сурат мегирад:
AccountancyAreaDescActionOnce=Амалҳои зерин одатан танҳо як маротиба ё дар як сол як маротиба иҷро карда мешаванд ...
-AccountancyAreaDescActionOnceBis=Қадамҳои минбаъда бояд барои сарфаи вақти шумо дар оянда бо пешниҳоди ҳисоби дурусти баҳисобгирии муҳосибӣ ҳангоми навиштани рӯзноманигорӣ анҷом дода шаванд (сабт дар маҷаллаҳо ва дафтари умумӣ)
+AccountancyAreaDescActionOnceBis=Next steps should be done to save you time in future by suggesting you automaticaly the correct default accounting account when transferring data in accounting
AccountancyAreaDescActionFreq=Амалҳои зерин одатан барои ширкатҳои хеле калон ҳар моҳ, ҳафта ё рӯз иҷро карда мешаванд ...
-AccountancyAreaDescJournalSetup=ҚАДАМИ %s: Аз менюи %s мундариҷаи рӯйхати журнали худро созед ё тафтиш кунед
+AccountancyAreaDescJournalSetup=STEP %s: Check content of your journal list from menu %s
AccountancyAreaDescChartModel=ҚАДАМИ %s: мавҷуд будани модели диаграммаи ҳисобро тафтиш кунед ё аз менюи %s эҷод кунед
AccountancyAreaDescChart=ҚАДАМИ %s: Диаграммаи ҳисоби худро аз менюи %s интихоб кунед ва | ё пур кунед.
AccountancyAreaDescVat=ҚАДАМИ %s: Ҳисобҳои баҳисобгирии ҳар як Меъёрҳои андоз аз арзиши иловашударо муайян кунед. Барои ин, вуруди менюи %s -ро истифода баред.
AccountancyAreaDescDefault=ҚАДАМИ %s: Ҳисобҳои пешфарзии баҳисобгириро муайян кунед. Барои ин, вуруди менюи %s -ро истифода баред.
-AccountancyAreaDescExpenseReport=ҚАДАМИ %s: Ҳисобҳои пешфарзии баҳисобгирии ҳар як намуди ҳисоботи хароҷотро муайян кунед. Барои ин, вуруди менюи %s -ро истифода баред.
+AccountancyAreaDescExpenseReport=STEP %s: Define default accounting accounts for each type of Expense report. For this, use the menu entry %s.
AccountancyAreaDescSal=ҚАДАМИ %s: Ҳисобҳои пешфарзии баҳисобгирии музди меҳнатро муайян кунед. Барои ин, вуруди менюи %s -ро истифода баред.
-AccountancyAreaDescContrib=ҚАДАМИ %s: Ҳисобҳои пешфарзии баҳисобгирии хароҷоти махсусро муайян кунед (андозҳои гуногун). Барои ин, вуруди менюи %s -ро истифода баред.
+AccountancyAreaDescContrib=STEP %s: Define default accounting accounts for Taxes (special expenses). For this, use the menu entry %s.
AccountancyAreaDescDonation=ҚАДАМИ %s: Ҳисобҳои пешфарзии баҳисобгирии хайрияро муайян кунед. Барои ин, вуруди менюи %s -ро истифода баред.
AccountancyAreaDescSubscription=ҚАДАМИ %s: Ҳисобҳои пешфарзии баҳисобгирии аъзоёнро муайян кунед. Барои ин, вуруди менюи %s -ро истифода баред.
AccountancyAreaDescMisc=ҚАДАМИ %s: Ҳисоби пешфарзии ҳатмӣ ва ҳисобҳои пешфарзро барои амалиётҳои гуногун муайян кунед. Барои ин, вуруди менюи %s -ро истифода баред.
AccountancyAreaDescLoan=ҚАДАМИ %s: Ҳисобҳои пешфарзии баҳисобгирии қарзҳоро муайян кунед. Барои ин, вуруди менюи %s -ро истифода баред.
AccountancyAreaDescBank=ҚАДАМИ %s: Ҳисобҳои баҳисобгирӣ ва коди маҷаллаҳоро барои ҳар як бонк ва ҳисобҳои молиявӣ муайян кунед. Барои ин, вуруди менюи %s -ро истифода баред.
-AccountancyAreaDescProd=ҚАДАМИ %s: Ҳисобҳои баҳисобгирии маҳсулот/хидматҳои худро муайян кунед. Барои ин, вуруди менюи %s -ро истифода баред.
+AccountancyAreaDescProd=STEP %s: Define accounting accounts on your Products/Services. For this, use the menu entry %s.
AccountancyAreaDescBind=ҚАДАМИ %s: Ҳатмии хатҳои мавҷудаи %s ва ҳисоби баҳисобгирии муҳосибиро тафтиш кунед, аз ин рӯ, барнома метавонад дар як клик амалиётҳоро дар дафтарчаи журналӣ ба қайд гирад. Пайвастҳои пурраи гумшуда. Барои ин, вуруди менюи %s -ро истифода баред.
AccountancyAreaDescWriteRecords=ҚАДАМИ %s: Амалиётҳоро ба дафтар нависед. Барои ин ба менюи %s ворид шавед ва тугмаи %s a0a65d071f6fc9z -ро пахш кунед.
@@ -112,7 +112,7 @@ MenuAccountancyClosure=Бастани
MenuAccountancyValidationMovements=Ҳаракатҳоро тасдиқ кунед
ProductsBinding=Ҳисобҳои маҳсулот
TransferInAccounting=Интиқол дар баҳисобгирӣ
-RegistrationInAccounting=Бақайдгирӣ дар баҳисобгирӣ
+RegistrationInAccounting=Recording in accounting
Binding=Ҳатмӣ ба ҳисобҳо
CustomersVentilation=Ҳатмии фактураи муштарӣ
SuppliersVentilation=Ҳисобнома -фактураи фурӯшанда
@@ -120,7 +120,7 @@ ExpenseReportsVentilation=Ҳатмии ҳисоботи хароҷот
CreateMvts=Эҷоди амалиёти нав
UpdateMvts=Тағир додани амалиёт
ValidTransaction=Транзаксияро тасдиқ кунед
-WriteBookKeeping=Амалиётҳоро дар баҳисобгирӣ ба қайд гиред
+WriteBookKeeping=Record transactions in accounting
Bookkeeping=Китоб
BookkeepingSubAccount=Подшоҳ
AccountBalance=Тавозуни суратҳисоб
@@ -219,12 +219,12 @@ ByPredefinedAccountGroups=Аз рӯи гурӯҳҳои пешакӣ муайян
ByPersonalizedAccountGroups=Аз ҷониби гурӯҳҳои инфиродӣ
ByYear=Аз рӯи сол
NotMatch=Танзим нашудааст
-DeleteMvt=Баъзе хатҳои амалиётро аз баҳисобгирӣ нест кунед
+DeleteMvt=Delete some lines from accounting
DelMonth=Моҳ барои нест кардан
DelYear=Сол барои нест кардан
DelJournal=Журнал барои нест кардан
-ConfirmDeleteMvt=Ин ҳама сатрҳои амалиёти баҳисобгирии сол/моҳ ва/ё маҷаллаи мушаххасро нест мекунад (Ҳадди ақал як меъёр лозим аст). Шумо бояд хусусияти '%s' -ро дубора истифода баред, то сабти нестшударо дар дафтар баргардонед.
-ConfirmDeleteMvtPartial=Ин амалиётро аз баҳисобгирӣ нест мекунад (ҳама хатҳои амалиёти марбут ба як амалиёт нест карда мешаванд)
+ConfirmDeleteMvt=This will delete all lines in accountancy for the year/month and/or for a specific journal (At least one criterion is required). You will have to reuse the feature '%s' to have the deleted record back in the ledger.
+ConfirmDeleteMvtPartial=This will delete the transaction from the accounting (all lines related to the same transaction will be deleted)
FinanceJournal=Маҷаллаи молиявӣ
ExpenseReportsJournal=Маҷаллаи ҳисоботи хароҷот
DescFinanceJournal=Маҷаллаи молиявӣ, аз ҷумла ҳама намуди пардохтҳо бо суратҳисоби бонкӣ
@@ -278,11 +278,11 @@ DescVentilExpenseReportMore=Агар шумо ҳисоби баҳисобгир
DescVentilDoneExpenseReport=Дар ин ҷо ба рӯйхати хатҳои ҳисобот дар бораи хароҷот ва ҳисоби баҳисобгирии хароҷоти онҳо муроҷиат кунед
Closure=Бастани солона
-DescClosure=Дар ин ҷо шумораи ҳаракатҳо аз рӯи моҳро баррасӣ кунед, ки тасдиқ нашудаанд ва солҳои молиявӣ аллакай кушода шудаанд
-OverviewOfMovementsNotValidated=Қадами 1/ Шарҳи ҳаракатҳо тасдиқ нашудааст. (Барои бастани соли молиявӣ зарур аст)
-AllMovementsWereRecordedAsValidated=Ҳама ҳаракатҳо ҳамчун тасдиқшуда сабт карда шуданд
-NotAllMovementsCouldBeRecordedAsValidated=На ҳама ҳаракатҳоро метавон ҳамчун тасдиқшуда сабт кард
-ValidateMovements=Ҳаракатҳоро тасдиқ кунед
+DescClosure=Consult here the number of movements by month who are not yet validated & locked
+OverviewOfMovementsNotValidated=Overview of movements not validated and locked
+AllMovementsWereRecordedAsValidated=All movements were recorded as validated and locked
+NotAllMovementsCouldBeRecordedAsValidated=Not all movements could be recorded as validated and locked
+ValidateMovements=Validate and lock record...
DescValidateMovements=Ҳама гуна тағир ё нест кардани навиштан, навиштан ва нест кардан манъ карда мешавад. Ҳама сабтҳо барои машқ бояд тасдиқ карда шаванд, вагарна пӯшида намешавад
ValidateHistory=Ба таври худкор пайваст кунед
@@ -294,14 +294,15 @@ Balancing=Тавозун
FicheVentilation=Корти ҳатмӣ
GeneralLedgerIsWritten=Амалиётҳо дар дафтар навишта мешаванд
GeneralLedgerSomeRecordWasNotRecorded=Баъзе транзаксияҳоро нашр кардан ғайриимкон буд. Агар паёми хатогии дигар вуҷуд надошта бошад, ин шояд аз он сабаб бошад, ки онҳо аллакай рӯзноманигор буданд.
-NoNewRecordSaved=Дигар сабти журналистон нест
+NoNewRecordSaved=No more record to transfer
ListOfProductsWithoutAccountingAccount=Рӯйхати маҳсулоте, ки ба ягон ҳисоби баҳисобгирӣ вобастагӣ надоранд
ChangeBinding=Пайвастшавиро тағир диҳед
Accounted=Дар дафтари баҳисобгирӣ
NotYetAccounted=Not yet transferred to accounting
ShowTutorial=Нишон додани дарсӣ
NotReconciled=Оштӣ нашудааст
-WarningRecordWithoutSubledgerAreExcluded=Огоҳӣ, ҳама амалиёте, ки ҳисоби зерҳисобиро муайян накардаанд, филтр карда шудаанд ва аз ин намуд хориҷ карда шудаанд
+WarningRecordWithoutSubledgerAreExcluded=Warning, all lines without subledger account defined are filtered and excluded from this view
+AccountRemovedFromCurrentChartOfAccount=Accounting account that does not exist in the current chart of accounts
## Admin
BindingOptions=Вариантҳои ҳатмӣ
@@ -329,8 +330,9 @@ ACCOUNTING_DISABLE_BINDING_ON_PURCHASES=Ҳатмӣ ва интиқол дар м
ACCOUNTING_DISABLE_BINDING_ON_EXPENSEREPORTS=Ҳатмӣ ва интиқол дар муҳосибот дар ҳисоботи хароҷотро хомӯш кунед (ҳисоботи хароҷот ҳангоми баҳисобгирӣ ба назар гирифта намешаванд)
## Export
-NotifiedExportDate=Flag exported lines as exported (modification of the lines will not be possible)
-NotifiedValidationDate=Validate the exported entries (modification or deletion of the lines will not be possible)
+NotifiedExportDate=Flag exported lines as Exported (to modify a line, you will need to delete the whole transaction and re-transfert it into accounting)
+NotifiedValidationDate=Validate and Lock the exported entries (same effect than the "Closure" feature, modification and deletion of the lines will DEFINITELY not be possible)
+DateValidationAndLock=Date validation and lock
ConfirmExportFile=Тасдиқи тавлиди файли содироти баҳисобгирӣ?
ExportDraftJournal=Содироти маҷаллаи лоиҳа
Modelcsv=Модели содирот
@@ -394,6 +396,21 @@ Range=Меъёри ҳисоби баҳисобгирӣ
Calculated=Ҳисоб карда шудааст
Formula=Формула
+## Reconcile
+Unlettering=Unreconcile
+AccountancyNoLetteringModified=No reconcile modified
+AccountancyOneLetteringModifiedSuccessfully=One reconcile successfully modified
+AccountancyLetteringModifiedSuccessfully=%s reconcile successfully modified
+AccountancyNoUnletteringModified=No unreconcile modified
+AccountancyOneUnletteringModifiedSuccessfully=One unreconcile successfully modified
+AccountancyUnletteringModifiedSuccessfully=%s unreconcile successfully modified
+
+## Confirm box
+ConfirmMassUnlettering=Bulk Unreconcile confirmation
+ConfirmMassUnletteringQuestion=Are you sure you want to Unreconcile the %s selected record(s)?
+ConfirmMassDeleteBookkeepingWriting=Bulk Delete confirmation
+ConfirmMassDeleteBookkeepingWritingQuestion=This will delete the transaction from the accounting (all lines related to the same transaction will be deleted) Are you sure you want to delete the %s selected record(s)?
+
## Error
SomeMandatoryStepsOfSetupWereNotDone=Баъзе қадамҳои ҳатмии насбкунӣ иҷро нашудаанд, лутфан онҳоро анҷом диҳед
ErrorNoAccountingCategoryForThisCountry=Ҳеҷ як гурӯҳи ҳисобҳои баҳисобгирӣ барои кишвар %s мавҷуд нест (Ба хона нигаред - Танзимот - Луғатҳо)
@@ -406,6 +423,9 @@ Binded=Хатҳо баста шудаанд
ToBind=Хатҳо барои пайвастан
UseMenuToSetBindindManualy=Сатрҳо ҳанӯз баста нашудаанд, барои дастӣ бастани пайванд аз менюи %s истифода баред
SorryThisModuleIsNotCompatibleWithTheExperimentalFeatureOfSituationInvoices=Sorry this module is not compatible with the experimental feature of situation invoices
+AccountancyErrorMismatchLetterCode=Mismatch in reconcile code
+AccountancyErrorMismatchBalanceAmount=The balance (%s) is not equal to 0
+AccountancyErrorLetteringBookkeeping=Errors have occurred concerning the transactions: %s
## Import
ImportAccountingEntries=Сабтҳои баҳисобгирӣ
diff --git a/htdocs/langs/tg_TJ/admin.lang b/htdocs/langs/tg_TJ/admin.lang
index 5c70912b20e..4ec6342aa77 100644
--- a/htdocs/langs/tg_TJ/admin.lang
+++ b/htdocs/langs/tg_TJ/admin.lang
@@ -883,6 +883,9 @@ Permission564=Дебитҳо/радкуниҳои интиқоли кредит
Permission601=Стикерҳоро хонед
Permission602=Эҷод/тағир додани стикерҳо
Permission609=Стикерҳоро нест кунед
+Permission611=Read attributes of variants
+Permission612=Create/Update attributes of variants
+Permission613=Delete attributes of variants
Permission650=Векселҳои маводро хонед
Permission651=Векселҳои маводро созед/навсозӣ кунед
Permission652=Векселҳои маводро нест кунед
@@ -969,6 +972,8 @@ Permission4021=Create/modify your evaluation
Permission4022=Validate evaluation
Permission4023=Delete evaluation
Permission4030=See comparison menu
+Permission4031=Read personal information
+Permission4032=Write personal information
Permission10001=Мундариҷаи вебсайтро хонед
Permission10002=Эҷод/тағир додани мундариҷаи вебсайт (мундариҷаи html ва javascript)
Permission10003=Эҷод/тағир додани мундариҷаи вебсайт (коди динамикии php). Хатарнок, бояд ба таҳиягарони маҳдуд ҳифз карда шавад.
@@ -1068,6 +1073,7 @@ DictionaryExpenseTaxCat=Ҳисоботи хароҷот - Категорияҳо
DictionaryExpenseTaxRange=Ҳисоботи хароҷот - Диапазон аз рӯи категорияи нақлиёт
DictionaryTransportMode=Ҳисоботи дохилӣ - Ҳолати интиқол
DictionaryBatchStatus=Лоти маҳсулот/Ҳолати назорати сифатии силсилавӣ
+DictionaryAssetDisposalType=Type of disposal of assets
TypeOfUnit=Навъи воҳид
SetupSaved=Танзимот захира карда шуд
SetupNotSaved=Танзимот захира карда нашудааст
@@ -1187,7 +1193,7 @@ BankModuleNotActive=Модули ҳисобҳои бонкӣ фаъол нест
ShowBugTrackLink=Show the link "%s"
ShowBugTrackLinkDesc=Keep empty to not display this link, use value 'github' for the link to the Dolibarr project or define directly an url 'https://...'
Alerts=Огоҳӣ
-DelaysOfToleranceBeforeWarning=Таъхир пеш аз намоиши ҳушдори огоҳкунанда барои:
+DelaysOfToleranceBeforeWarning=Displaying a warning alert for...
DelaysOfToleranceDesc=Таъхирро пеш аз он ки тасвири ҳушдор %s дар экран барои унсури дер нишон дода шавад, таъин кунед.
Delays_MAIN_DELAY_ACTIONS_TODO=Чорабиниҳои ба нақша гирифташуда (чорабиниҳои рӯзнома) ба анҷом нарасидаанд
Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Лоиҳа сари вақт баста нашудааст
@@ -1339,6 +1345,7 @@ TransKeyWithoutOriginalValue=Шумо тарҷумаи навро барои к
TitleNumberOfActivatedModules=Модулҳои фаъолшуда
TotalNumberOfActivatedModules=Модулҳои фаъол: %s / %s
YouMustEnableOneModule=Шумо бояд ҳадди аққал 1 модулро фаъол созед
+YouMustEnableTranslationOverwriteBefore=You must first enable translation overwriting to be allowed to replace a translation
ClassNotFoundIntoPathWarning=Синфи %s дар роҳи PHP ёфт нашуд
YesInSummer=Бале дар тобистон
OnlyFollowingModulesAreOpenedToExternalUsers=Дар хотир доред, ки барои корбарони беруна танҳо модулҳои зерин дастрасанд (новобаста аз иҷозати чунин корбарон) ва танҳо агар иҷозатҳо дода шаванд:
@@ -1420,6 +1427,8 @@ WatermarkOnDraftInvoices=Нишонаи обӣ дар лоиҳаи ҳисобн
PaymentsNumberingModule=Модели рақамгузории пардохт
SuppliersPayment=Пардохтҳои фурӯшанда
SupplierPaymentSetup=Танзими пардохтҳои фурӯшанда
+InvoiceCheckPosteriorDate=Check facture date before validation
+InvoiceCheckPosteriorDateHelp=Validating an invoice will be forbidden if its date is anterior to the date of last invoice of same type.
##### Proposals #####
PropalSetup=Танзими модули пешниҳодҳои тиҷоратӣ
ProposalsNumberingModules=Моделҳои рақамгузории пешниҳоди тиҷоратӣ
@@ -1917,6 +1926,7 @@ ConfFileMustContainCustom=Насб кардан ё сохтани модули
HighlightLinesOnMouseHover=Ҳангоми гузаштан аз болои муш хатҳои ҷадвалро равшан кунед
HighlightLinesColor=Ҳангоми гузаштани муш ранги сатрро равшан кунед ('ffffff' -ро истифода баред, то равшан набошад)
HighlightLinesChecked=Ҳангоме ки он тафтиш карда мешавад, ранги хатро қайд кунед ('ffffff' -ро истифода баред, то равшан накунед)
+UseBorderOnTable=Show left-right borders on tables
BtnActionColor=Color of the action button
TextBtnActionColor=Text color of the action button
TextTitleColor=Ранги матни сарлавҳаи саҳифа
@@ -2057,12 +2067,24 @@ EmailcollectorOperations=Амалиётҳое, ки аз ҷониби колле
EmailcollectorOperationsDesc=Амалиётҳо аз боло то поён иҷро карда мешаванд
MaxEmailCollectPerCollect=Шумораи максималии мактубҳои дар як ҷамъоварӣ ҷамъшуда
CollectNow=Ҳоло ҷамъ кунед
-ConfirmCloneEmailCollector=Шумо мутмаин ҳастед, ки коллектори почтаи электрониро %s клон кардан мехоҳед?
+ConfirmCloneEmailCollector=Are you sure you want to clone the Email collector %s?
DateLastCollectResult=Санаи охирин кӯшиши ҷамъоварӣ
DateLastcollectResultOk=Санаи охирини муваффақияти ҷамъоварӣ
LastResult=Натиҷаи охирин
+EmailCollectorHideMailHeaders=Do not include the content of email header into the saved content of collected e-mails
+EmailCollectorHideMailHeadersHelp=When enabled, e-mail headers are not added at the end of the email content that is saved as events.
EmailCollectorConfirmCollectTitle=Тасдиқи ҷамъоварии почтаи электронӣ
-EmailCollectorConfirmCollect=Оё мехоҳед, ки ҳозир коллексияро барои ин коллектор иҷро кунед?
+EmailCollectorConfirmCollect=Do you want to run this collector now?
+EmailCollectorExampleToCollectTicketRequestsDesc=Collect emails that match some rules and create automatically a ticket (Module Ticket must be enabled) with the email informations. You can use this collector if you provide some support by email, so your ticket request will be automatically generated. Activate also Collect_Responses to collect answers of your client directly on the ticket view (you must reply from Dolibarr).
+EmailCollectorExampleToCollectTicketRequests=Example collecting the ticket request (first message only)
+EmailCollectorExampleToCollectAnswersFromExternalEmailSoftwareDesc=Scan your mailbox "Sent" directory to find emails that was sent as an answer of another email directly from your email software and not from Dolibarr. If such an email is found, the event of answer is recorded into Dolibarr
+EmailCollectorExampleToCollectAnswersFromExternalEmailSoftware=Example collecting e-mail answers sent from an external e-mail software
+EmailCollectorExampleToCollectDolibarrAnswersDesc=Collect all emails that are an answer of an email sent from your application. An event (Module Agenda must be enabled) with the email response will be recorded at the good place. For example, if your send a commercial proposal, order, invoice or message for a ticket by email from the application, and your customer answers your email, the system will automatically catch the answer and add it into your ERP.
+EmailCollectorExampleToCollectDolibarrAnswers=Example collecting all ingoing messages being answers to messages sent from Dolibarr'
+EmailCollectorExampleToCollectLeadsDesc=Collect emails that match some rules and create automatically a lead (Module Project must be enabled) with the email informations. You can use this collector if you want to follow your lead using the module Project (1 lead = 1 project), so your leads will be automatically generated. If the collector Collect_Responses is also enabled, when you send an email from your leads, proposals or any other object, you may also see answers of your customers or partners directly on the application.
Note: With this initial example, the title of the lead is generated including the email. If the thirdparty can't be found in database (new customer), the lead will be attached to the thirdparty with ID 1.
+EmailCollectorExampleToCollectLeads=Example collecting leads
+EmailCollectorExampleToCollectJobCandidaturesDesc=Collect emails applying to job offers (Module Recruitment must be enabled). You can complete this collector if you want to automatically create a candidature for a job request. Note: With this initial example, the title of the candidature is generated including the email.
+EmailCollectorExampleToCollectJobCandidatures=Example collecting job candidatures received by e-mail
NoNewEmailToProcess=Барои коркарди почтаи нав (филтрҳои мувофиқ) нест
NothingProcessed=Ҳеҷ коре накардааст
XEmailsDoneYActionsDone=%s мактубҳои мувофиқ, %s бомуваффақият коркард карда шуданд (барои сабт/амалҳои %s)
@@ -2134,7 +2156,7 @@ DeleteEmailCollector=Коллекторҳои почтаи электронир
ConfirmDeleteEmailCollector=Шумо мутмаин ҳастед, ки ин коллектори почтаи электрониро нест кардан мехоҳед?
RecipientEmailsWillBeReplacedWithThisValue=Паёмҳои қабулкунанда ҳамеша бо ин қимат иваз карда мешаванд
AtLeastOneDefaultBankAccountMandatory=Ҳадди аққал 1 суратҳисоби бонкии пешфарз бояд муайян карда шавад
-RESTRICT_ON_IP=Танҳо дастрасӣ ба баъзе IP -ҳостҳоро иҷозат диҳед (аломати иҷозатдодашуда иҷозат дода намешавад, фосилаи байни арзишҳоро истифода баред). Холи маънои онро дорад, ки ҳар як мизбон метавонад дастрасӣ дошта бошад.
+RESTRICT_ON_IP=Allow API access to only certain client IPs (wildcard not allowed, use space between values). Empty means every clients can access.
IPListExample=127.0.0.1 192.168.0.2 [:: 1]
BaseOnSabeDavVersion=Дар асоси нусхаи SabreDAV китобхона
NotAPublicIp=IP -и оммавӣ нест
@@ -2206,12 +2228,12 @@ DashboardDisableBlockAdherent=Disable the thumb for memberships
DashboardDisableBlockExpenseReport=Disable the thumb for expense reports
DashboardDisableBlockHoliday=Disable the thumb for leaves
EnabledCondition=Condition to have field enabled (if not enabled, visibility will always be off)
-IfYouUseASecondTaxYouMustSetYouUseTheMainTax=If you want to use a second tax, you must enable also the first sale tax
-IfYouUseAThirdTaxYouMustSetYouUseTheMainTax=If you want to use a third tax, you must enable also the first sale tax
+IfYouUseASecondTaxYouMustSetYouUseTheMainTax=If you want to use a second tax, you must enable also the first sales tax
+IfYouUseAThirdTaxYouMustSetYouUseTheMainTax=If you want to use a third tax, you must enable also the first sales tax
LanguageAndPresentation=Language and presentation
SkinAndColors=Skin and colors
-IfYouUseASecondTaxYouMustSetYouUseTheMainTax=If you want to use a second tax, you must enable also the first sale tax
-IfYouUseAThirdTaxYouMustSetYouUseTheMainTax=If you want to use a third tax, you must enable also the first sale tax
+IfYouUseASecondTaxYouMustSetYouUseTheMainTax=If you want to use a second tax, you must enable also the first sales tax
+IfYouUseAThirdTaxYouMustSetYouUseTheMainTax=If you want to use a third tax, you must enable also the first sales tax
PDF_USE_1A=Generate PDF with PDF/A-1b format
MissingTranslationForConfKey = Missing translation for %s
NativeModules=Native modules
@@ -2220,3 +2242,13 @@ API_DISABLE_COMPRESSION=Disable compression of API responses
EachTerminalHasItsOwnCounter=Each terminal use its own counter.
FillAndSaveAccountIdAndSecret=Fill and save account ID and secret first
PreviousHash=Previous hash
+LateWarningAfter="Late" warning after
+TemplateforBusinessCards=Template for a business card in different size
+InventorySetup= Inventory Setup
+ExportUseLowMemoryMode=Use a low memory mode
+ExportUseLowMemoryModeHelp=Use the low memory mode to execute the exec of the dump (compression is done through a pipe instead of into the PHP memory). This method does not allow to check that file is completed and error message can't be reported if it fails.
+ShowQuickAddLink=Show a button to quickly add an element in top right menu
+HashForPing=Hash used for ping
+ReadOnlyMode=Is instance in "Read Only" mode
+DEBUGBAR_USE_LOG_FILE=Use the dolibarr.log file to trap Logs
+UsingLogFileShowAllRecordOfSubrequestButIsSlower=Use the dolibarr.log file to trap Logs instead of live memory catching. It allows to catch all logs instead of only log of current process (so including the one of ajax subrequests pages) but will make your instance very very slow. Not recommended.
diff --git a/htdocs/langs/tg_TJ/bills.lang b/htdocs/langs/tg_TJ/bills.lang
index ff02ada6a16..fce08156551 100644
--- a/htdocs/langs/tg_TJ/bills.lang
+++ b/htdocs/langs/tg_TJ/bills.lang
@@ -156,6 +156,7 @@ ErrorInvoiceAvoirMustBeNegative=Хато, фактураи дуруст бояд
ErrorInvoiceOfThisTypeMustBePositive=Хатогӣ, ин намуди ҳисобнома бояд маблағи бе истиснои андозбандӣ дошта бошад (ё сифр)
ErrorCantCancelIfReplacementInvoiceNotValidated=Хато, ҳисобнома -фактураро, ки бо фактураи дигар иваз карда шудааст, ки ҳоло ҳам дар ҳолати лоиҳа аст, бекор карда наметавонад
ErrorThisPartOrAnotherIsAlreadyUsedSoDiscountSerieCantBeRemoved=Ин қисм ё қисми дигар аллакай истифода шудааст, аз ин рӯ силсилаи тахфифро нест кардан мумкин нест.
+ErrorInvoiceIsNotLastOfSameType=Error: The date of invoice %s is %s. It must be posterior or equal to last date for same type invoices (%s). Please change the invoice date.
BillFrom=Аз
BillTo=Ба
ActionsOnBill=Амалҳо оид ба ҳисобнома -фактура
@@ -282,6 +283,8 @@ RecurringInvoices=Ҳисобномаҳои такрорӣ
RecurringInvoice=Recurring invoice
RepeatableInvoice=Шаблон фактура
RepeatableInvoices=Шаблон фактураҳо
+RecurringInvoicesJob=Generation of recurring invoices (sales invoices)
+RecurringSupplierInvoicesJob=Generation of recurring invoices (purchase invoices)
Repeatable=Шаблон
Repeatables=Шаблонҳо
ChangeIntoRepeatableInvoice=Ба фактураи шаблон табдил диҳед
@@ -482,6 +485,7 @@ PaymentByChequeOrderedToShort=Пардохтҳои чек (бо назардош
SendTo=ба фиристода шуд
PaymentByTransferOnThisBankAccount=Пардохт тавассути интиқол ба суратҳисоби бонкии зерин
VATIsNotUsedForInvoice=* Санади андоз аз арзиши иловашуда-293B CGI
+VATIsNotUsedForInvoiceAsso=* Non applicable VAT art-261-7 of CGI
LawApplicationPart1=Бо истифодаи қонун 80.335 аз 12/05/80
LawApplicationPart2=мол моликияти моликият боқӣ мемонад
LawApplicationPart3=фурӯшанда то пардохти пурра
@@ -599,7 +603,6 @@ BILL_SUPPLIER_DELETEInDolibarr=Ҳисобнома -фактураи таъмин
UnitPriceXQtyLessDiscount=Нархи воҳиди x Миқдор - Тахфиф
CustomersInvoicesArea=Минтақаи ҳисобкунии муштариён
SupplierInvoicesArea=Минтақаи ҳисобкунии таъминкунанда
-FacParentLine=Волидони хатти фактура
SituationTotalRayToRest=Боқимонда барои пардохти бидуни андоз
PDFSituationTitle=Вазъият n ° %d
SituationTotalProgress=Пешравии куллӣ %d %%
@@ -607,3 +610,5 @@ SearchUnpaidInvoicesWithDueDate=Ҳисобнома -фактураҳои пар
NoPaymentAvailable=No payment available for %s
PaymentRegisteredAndInvoiceSetToPaid=Payment registered and invoice %s set to paid
SendEmailsRemindersOnInvoiceDueDate=Send reminder by email for unpaid invoices
+MakePaymentAndClassifyPayed=Record payment
+BulkPaymentNotPossibleForInvoice=Bulk payment is not possible for invoice %s (bad type or status)
diff --git a/htdocs/langs/tg_TJ/companies.lang b/htdocs/langs/tg_TJ/companies.lang
index 756174c002a..4e50aa4f7a6 100644
--- a/htdocs/langs/tg_TJ/companies.lang
+++ b/htdocs/langs/tg_TJ/companies.lang
@@ -19,6 +19,7 @@ ProspectionArea=Минтақаи ҷустуҷӯ
IdThirdParty=Шахси сеюм
IdCompany=Шиносаи ширкат
IdContact=ID тамос
+ThirdPartyAddress=Third-party address
ThirdPartyContacts=Тамосҳои шахсони сеюм
ThirdPartyContact=Тамос/суроғаи тарафи сеюм
Company=Ширкат
@@ -51,6 +52,8 @@ CivilityCode=Рамзи шаҳрвандӣ
RegisteredOffice=Дафтари бақайдгирифташуда
Lastname=Насаб
Firstname=Ном
+RefEmployee=Employee reference
+NationalRegistrationNumber=National registration number
PostOrFunction=Мавқеи кор
UserTitle=Унвон
NatureOfThirdParty=Табиати шахси сеюм
@@ -359,7 +362,7 @@ ListOfThirdParties=Рӯйхати шахсони сеюм
ShowCompany=Тарафи сеюм
ShowContact=Тамос-Суроға
ContactsAllShort=Ҳама (Филтр нест)
-ContactType=Навъи тамос
+ContactType=Contact role
ContactForOrders=Тамос бо фармоиш
ContactForOrdersOrShipments=Тамоси фармоиш ё интиқол
ContactForProposals=Муносибати пешниҳод
diff --git a/htdocs/langs/tg_TJ/compta.lang b/htdocs/langs/tg_TJ/compta.lang
index ed976aa97f6..39a0b1ee583 100644
--- a/htdocs/langs/tg_TJ/compta.lang
+++ b/htdocs/langs/tg_TJ/compta.lang
@@ -146,9 +146,11 @@ ConfirmPaySalary=Шумо мутмаин ҳастед, ки мехоҳед ин
DeleteSocialContribution=Пардохти андози иҷтимоӣ ё молиявиро нест кунед
DeleteVAT=Эъломияи андоз аз арзиши иловашударо нест кунед
DeleteSalary=Корти маошро нест кунед
+DeleteVariousPayment=Delete a various payment
ConfirmDeleteSocialContribution=Шумо мутмаин ҳастед, ки ин пардохти андози иҷтимоӣ/фискалиро нест кардан мехоҳед?
ConfirmDeleteVAT=Шумо мутмаин ҳастед, ки ин эъломияи андоз аз арзиши иловашударо нест кардан мехоҳед?
-ConfirmDeleteSalary=Шумо мутмаин ҳастед, ки мехоҳед ин маошро нест кунед?
+ConfirmDeleteSalary=Are you sure you want to delete this salary ?
+ConfirmDeleteVariousPayment=Are you sure you want to delete this various payment ?
ExportDataset_tax_1=Андозҳо ва пардохтҳои иҷтимоӣ ва молиявӣ
CalcModeVATDebt=Mode %sVAT on commitment accounting%s.
CalcModeVATEngagement=Ҳолати %sVAT оид ба даромад-хароҷот%s .
@@ -287,9 +289,9 @@ ReportPurchaseTurnover=Муомилоти харид ҳисоб карда ме
ReportPurchaseTurnoverCollected=Гардиши харид ҷамъоварӣ карда шуд
IncludeVarpaysInResults = Ба ҳисобот пардохтҳои гуногунро дохил кунед
IncludeLoansInResults = Ба ҳисоботҳо қарзҳоро дохил кунед
-InvoiceLate30Days = Invoices late (> 30 days)
-InvoiceLate15Days = Invoices late (15 to 30 days)
-InvoiceLateMinus15Days = Invoices late (< 15 days)
+InvoiceLate30Days = Late (> 30 days)
+InvoiceLate15Days = Late (15 to 30 days)
+InvoiceLateMinus15Days = Late (< 15 days)
InvoiceNotLate = To be collected (< 15 days)
InvoiceNotLate15Days = To be collected (15 to 30 days)
InvoiceNotLate30Days = To be collected (> 30 days)
diff --git a/htdocs/langs/tg_TJ/members.lang b/htdocs/langs/tg_TJ/members.lang
index eada8677dc2..43a74d7b508 100644
--- a/htdocs/langs/tg_TJ/members.lang
+++ b/htdocs/langs/tg_TJ/members.lang
@@ -15,7 +15,7 @@ ErrorMemberIsAlreadyLinkedToThisThirdParty=Another member (name: %s, logi
ErrorUserPermissionAllowsToLinksToItselfOnly=Бо мақсади амният, шумо бояд иҷозати таҳрири ҳамаи корбаронро дошта бошед, то узвро ба корбаре, ки аз они шумо нест, пайванд кунед.
SetLinkToUser=Истинод ба як корбари Dolibarr
SetLinkToThirdParty=Истинод ба тарафи сеюми Dolibarr
-MembersCards=Варақаҳои боздид барои аъзоён
+MembersCards=Generation of cards for members
MembersList=Рӯйхати аъзоён
MembersListToValid=Рӯйхати аъзоёни лоиҳа (тасдиқ карда мешавад)
MembersListValid=Рӯйхати аъзои дуруст
@@ -159,11 +159,11 @@ HTPasswordExport=насли файли htpassword
NoThirdPartyAssociatedToMember=No third party associated with this member
MembersAndSubscriptions=Members and Contributions
MoreActions=Амали иловагӣ дар сабт
-MoreActionsOnSubscription=Complementary action, suggested by default when recording a contribution
+MoreActionsOnSubscription=Complementary action suggested by default when recording a contribution, also done automatially on online payment of a contribution
MoreActionBankDirect=Дар суратҳисоби бонкӣ сабти мустақим эҷод кунед
MoreActionBankViaInvoice=Ҳисобнома -фактура ва пардохтро дар суратҳисоби бонкӣ созед
MoreActionInvoiceOnly=Ҳисобнома -фактураро бидуни пардохт эҷод кунед
-LinkToGeneratedPages=Эҷоди кортҳои боздид
+LinkToGeneratedPages=Generation of business cards or address sheets
LinkToGeneratedPagesDesc=Ин экран ба шумо имкон медиҳад, ки файлҳои PDF -ро бо кортҳои боздид барои ҳамаи аъзоёни худ ё узви мушаххас эҷод кунед.
DocForAllMembersCards=Барои ҳамаи аъзоён кортҳои боздид эҷод кунед
DocForOneMemberCards=Барои аъзои мушаххас кортҳои тиҷорӣ эҷод кунед
diff --git a/htdocs/langs/tg_TJ/modulebuilder.lang b/htdocs/langs/tg_TJ/modulebuilder.lang
index 3316cd3f116..a1730af49da 100644
--- a/htdocs/langs/tg_TJ/modulebuilder.lang
+++ b/htdocs/langs/tg_TJ/modulebuilder.lang
@@ -52,7 +52,7 @@ LanguageFile=Файл барои забон
ObjectProperties=Хусусиятҳои объект
ConfirmDeleteProperty=Шумо мутмаин ҳастед, ки моликияти %s нест кардан мехоҳед? Ин рамзро дар синфи PHP тағир медиҳад, аммо сутунро аз таърифи ҷадвали объект хориҷ мекунад.
NotNull=Не NULL
-NotNullDesc=1 = Пойгоҳи додаҳоро ба NOT NULL гузоред. -1 = Ба арзиши сифр иҷозат диҳед ва арзиши холиро ба NULL, агар холӣ бошад ('' ё 0).
+NotNullDesc=1=Set database to NOT NULL, 0=Allow null values, -1=Allow null values by forcing value to NULL if empty ('' or 0)
SearchAll=Барои ҷустуҷӯи ҳама истифода мешавад
DatabaseIndex=Индекси пойгоҳи додаҳо
FileAlreadyExists=Файли %s аллакай вуҷуд дорад
@@ -94,7 +94,7 @@ LanguageDefDesc=Ба ин файлҳо, ҳама калид ва тарҷума
MenusDefDesc=Дар ин ҷо менюҳои аз ҷониби модули шумо пешниҳодшударо муайян кунед
DictionariesDefDesc=Дар ин ҷо луғатҳоро, ки модули шумо пешниҳод кардааст, муайян кунед
PermissionsDefDesc=Дар ин ҷо иҷозатҳои наверо, ки модули шумо пешкаш кардааст, муайян кунед
-MenusDefDescTooltip=Менюҳое, ки модул/замимаи шумо пешкаш кардааст, дар массиви $ this-> менюҳои ба файли тавсифкунандаи модул муайян карда шудаанд. Шумо метавонед ин файлро дастӣ таҳрир кунед ё муҳаррири дохилшударо истифода баред.
Эзоҳ: Пас аз муайян кардан (ва модули дубора фаъол кардан) менюҳо инчунин дар муҳаррири меню, ки барои корбарони админ дар %s дастрасанд, намоён мешаванд.
+MenusDefDescTooltip=The menus provided by your module/application are defined into the array $this->menus into the module descriptor file. You can edit manually this file or use the embedded editor.
Note: Once defined (and the module re-activated), the menus are also visible into the menu editor available to administrator users on %s.
DictionariesDefDescTooltip=Луғатҳо, ки модул/замимаи шумо пешкаш кардааст, дар массиви $ this-> луғатҳо ба файли тавсифкунандаи модул муайян карда шудаанд. Шумо метавонед ин файлро дастӣ таҳрир кунед ё муҳаррири дохилшударо истифода баред.
Эзоҳ: Пас аз муайян кардан (ва модули дубора фаъол кардан), луғатҳо низ дар майдони танзим барои корбарони админ дар %s намоён мешаванд.
PermissionsDefDescTooltip=Иҷозатҳое, ки модул/замимаи шумо пешкаш кардааст, дар массиви $ this-> ҳуқуқи ба файли тавсифкунандаи модул муайян карда шудаанд. Шумо метавонед ин файлро дастӣ таҳрир кунед ё муҳаррири дохилшударо истифода баред.
Эзоҳ: Пас аз муайян кардан (ва модул дубора фаъол кардан), иҷозатҳо дар танзимоти пешфарзии %s намоён мешаванд.
HooksDefDesc=Дар амволи module_parts ['hooks'] , дар тавсифи модул контексти қалмоқе, ки шумо мехоҳед идора кунед, муайян кунед (рӯйхати контекстҳоро тавассути ҷустуҷӯи ' initHooks (a09a4b2 a09a4b2) файли қалмоқӣ барои илова кардани коди вазифаҳои пайвастшудаи шумо (функсияҳои пайвастшавандаро тавассути ҷустуҷӯи ' executeHooks ' дар коди аслӣ ёфтан мумкин аст).
@@ -110,7 +110,7 @@ DropTableIfEmpty=(Агар холӣ бошад, мизро нест кунед)
TableDoesNotExists=Ҷадвали %s вуҷуд надорад
TableDropped=Ҷадвали %s нест карда шуд
InitStructureFromExistingTable=Сатри массиви сохтории ҷадвали мавҷударо созед
-UseAboutPage=Дар бораи саҳифа хомӯш кунед
+UseAboutPage=Do not generate the About page
UseDocFolder=Папкаи ҳуҷҷатҳоро хомӯш кунед
UseSpecificReadme=ReadMe -и мушаххасро истифода баред
ContentOfREADMECustomized=Эзоҳ: Мундариҷаи файли README.md бо арзиши мушаххасе, ки дар танзимоти ModuleBuilder муайян карда шудааст, иваз карда шудааст.
@@ -127,9 +127,9 @@ UseSpecificEditorURL = URL -и муҳаррири мушаххасро исти
UseSpecificFamily = Як оилаи мушаххасро истифода баред
UseSpecificAuthor = Муаллифи мушаххасро истифода баред
UseSpecificVersion = Як версияи мушаххаси ибтидоиро истифода баред
-IncludeRefGeneration=Истинод ба объект бояд ба таври худкор тавлид шавад
-IncludeRefGenerationHelp=Инро санҷед, агар шумо хоҳед, ки кодро барои идоракунии худкори истинод дохил кунед
-IncludeDocGeneration=Ман мехоҳам аз объект чанд ҳуҷҷат тавлид кунам
+IncludeRefGeneration=The reference of object must be generated automatically by custom numbering rules
+IncludeRefGenerationHelp=Check this if you want to include code to manage the generation of the reference automatically using custom numbering rules
+IncludeDocGeneration=I want to generate some documents from templates for the object
IncludeDocGenerationHelp=Агар шумо инро тафтиш кунед, барои илова кардани қуттии "Ҳуҷҷат эҷод кардан" дар сабт баъзе кодҳо тавлид карда мешаванд.
ShowOnCombobox=Нишон додани арзиши дар combobox
KeyForTooltip=Калид барои маслиҳат
@@ -138,10 +138,15 @@ CSSViewClass=CSS барои хондан
CSSListClass=CSS барои рӯйхат
NotEditable=Таҳрир карда намешавад
ForeignKey=Калиди хориҷӣ
-TypeOfFieldsHelp=Навъи майдонҳо:
varchar (99), дубора (24,8), воқеӣ, матн, html, datetime, тамғаи вақт, бутун, бутун: ClassName: relatpath/to/classfile.class.php [: 1 [: filter]] ('1' маънои онро дорад, ки мо барои сохтани сабт тугмаи + -ро илова мекунем, 'филтр' метавонад 'status = 1 AND fk_user = __USER_ID AND entity IN (__SHARED_ENTITIES__)' бошад)
+TypeOfFieldsHelp=Type of fields:
varchar(99), double(24,8), real, text, html, datetime, timestamp, integer, integer:ClassName:relativepath/to/classfile.class.php[:1[:filter]]
'1' means we add a + button after the combo to create the record
'filter' is a sql condition, example: 'status=1 AND fk_user=__USER_ID__ AND entity IN (__SHARED_ENTITIES__)'
AsciiToHtmlConverter=Табдилдиҳандаи Ascii ба HTML
AsciiToPdfConverter=Табдилдиҳандаи Ascii ба PDF
TableNotEmptyDropCanceled=Ҷадвал холӣ нест. Таркиш бекор карда шуд.
ModuleBuilderNotAllowed=Созандаи модул дастрас аст, аммо ба корбари шумо иҷозат дода намешавад.
ImportExportProfiles=Профилҳои воридот ва содирот
-ValidateModBuilderDesc=Put 1 if this field need to be validated with $this->validateField() or 0 if validation required
+ValidateModBuilderDesc=Set this to 1 if you want to have the method $this->validateField() of object being called to validate the content of the field during insert or upadate. Set 0 if there is no validation required.
+WarningDatabaseIsNotUpdated=Warning: The database is not updated automatically, you must destroy tables and disable-enable the module to have tables recreated
+LinkToParentMenu=Parent menu (fk_xxxxmenu)
+ListOfTabsEntries=List of tab entries
+TabsDefDesc=Define here the tabs provided by your module
+TabsDefDescTooltip=The tabs provided by your module/application are defined into the array $this->tabs into the module descriptor file. You can edit manually this file or use the embedded editor.
diff --git a/htdocs/langs/tg_TJ/propal.lang b/htdocs/langs/tg_TJ/propal.lang
index 32e74d38102..1f128df762e 100644
--- a/htdocs/langs/tg_TJ/propal.lang
+++ b/htdocs/langs/tg_TJ/propal.lang
@@ -54,6 +54,7 @@ NoDraftProposals=Лоиҳаи пешниҳодҳо нест
CopyPropalFrom=Бо нусхабардории пешниҳоди мавҷуда пешниҳоди тиҷоратӣ эҷод кунед
CreateEmptyPropal=Пешниҳоди холии тиҷоратӣ ё аз рӯйхати маҳсулот/хидматҳо эҷод кунед
DefaultProposalDurationValidity=Мӯҳлати амали пешниҳоди тиҷоратии пешфарз (бо рӯзҳо)
+DefaultPuttingPricesUpToDate=By default update prices with current known prices on cloning a proposal
UseCustomerContactAsPropalRecipientIfExist=Алоқа/суроға бо навъи 'Пешниҳоди пайгирии тамос' -ро истифода баред, агар ба ҷои суроғаи тарафи сеюм ҳамчун суроғаи қабулкунандаи пешниҳод муайян карда шавад
ConfirmClonePropal=Шумо мутмаин ҳастед, ки пешниҳоди тиҷоратиро %s клон кардан мехоҳед?
ConfirmReOpenProp=Шумо мутмаин ҳастед, ки пешниҳоди тиҷоратиро %s боз кардан мехоҳед?
@@ -85,13 +86,26 @@ ProposalCustomerSignature=Қабули хаттӣ, мӯҳри ширкат, са
ProposalsStatisticsSuppliers=Омори пешниҳодҳои фурӯшанда
CaseFollowedBy=Ҳодиса пас аз он
SignedOnly=Фақат имзо
+NoSign=Set not signed
+NoSigned=set not signed
+CantBeNoSign=cannot be set not signed
+ConfirmMassNoSignature=Bulk Not signed confirmation
+ConfirmMassNoSignatureQuestion=Are you sure you want to set not signed the selected records ?
+IsNotADraft=is not a draft
+PassedInOpenStatus=has been validated
+Sign=Sign
+Signed=signed
+ConfirmMassValidation=Bulk Validate confirmation
+ConfirmMassSignature=Bulk Signature confirmation
+ConfirmMassValidationQuestion=Are you sure you want to validate the selected records ?
+ConfirmMassSignatureQuestion=Are you sure you want to sign the selected records ?
IdProposal=ID пешниҳоди
IdProduct=ID Маҳсулот
-PrParentLine=Пешниҳоди хати волидайн
LineBuyPriceHT=Нарх харед Маблағи холис аз андоз барои хат
SignPropal=Accept proposal
RefusePropal=Refuse proposal
Sign=Sign
+NoSign=Set not signed
PropalAlreadySigned=Proposal already accepted
PropalAlreadyRefused=Proposal already refused
PropalSigned=Proposal accepted
diff --git a/htdocs/langs/tg_TJ/ticket.lang b/htdocs/langs/tg_TJ/ticket.lang
index dbc1764ceac..ac9b1fa27b4 100644
--- a/htdocs/langs/tg_TJ/ticket.lang
+++ b/htdocs/langs/tg_TJ/ticket.lang
@@ -90,10 +90,10 @@ TicketPublicAccess=Интерфейси оммавӣ, ки бидуни шино
TicketSetupDictionaries=Навъи чипта, вазнинӣ ва рамзҳои таҳлилӣ аз луғатҳо танзим карда мешаванд
TicketParamModule=Танзими тағирёбандаи модул
TicketParamMail=Танзимоти почтаи электронӣ
-TicketEmailNotificationFrom=Паёми электронӣ аз
-TicketEmailNotificationFromHelp=Дар посух ба паёми чипта бо мисол истифода мешавад
-TicketEmailNotificationTo=Огоҳинома ба почтаи электронӣ
-TicketEmailNotificationToHelp=Ба ин адрес огоҳиҳои почтаи электронӣ фиристед.
+TicketEmailNotificationFrom=Sender e-mail for ticket answers
+TicketEmailNotificationFromHelp=Sender e-mail for ticket answers sent from Dolibarr
+TicketEmailNotificationTo=Notify ticket creation to this e-mail address
+TicketEmailNotificationToHelp=If present, this e-mail address will be notified of a ticket creation
TicketNewEmailBodyLabel=Паёми матнӣ пас аз сохтани чипта фиристода мешавад
TicketNewEmailBodyHelp=Матни дар ин ҷо нишон додашуда ба почтаи электронӣ, ки таъсиси чиптаи навро аз интерфейси оммавӣ тасдиқ мекунад, ворид карда мешавад. Маълумот дар бораи машварати чипта ба таври худкор илова карда мешавад.
TicketParamPublicInterface=Танзимоти интерфейси оммавӣ
@@ -136,6 +136,18 @@ TicketsPublicNotificationNewMessage=Ҳангоми илова кардани п
TicketsPublicNotificationNewMessageHelp=Ҳангоми илова кардани паёми нав аз интерфейси оммавӣ почтаи электронӣ фиристед (ба корбари таъиншуда ё почтаи огоҳинома ба (навсозӣ) ва/ё почтаи огоҳинома ба)
TicketPublicNotificationNewMessageDefaultEmail=Паёми электронӣ ба (навсозӣ)
TicketPublicNotificationNewMessageDefaultEmailHelp=Барои ҳар як огоҳиномаи паёми нав ба ин суроға паёми электронӣ фиристед, агар чипта корбари ба он таъиншударо надошта бошад ё агар корбар ягон почтаи маълум надошта бошад.
+TicketsAutoReadTicket=Automatically mark the ticket as read (when created from backoffice)
+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".
+TicketsDelayBeforeFirstAnswer=A new ticket should receive a first answer before (hours):
+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.
+TicketsDelayBetweenAnswers=An unresolved ticket should not be unactive during (hours):
+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.
+TicketsAutoNotifyClose=Automatically notify thirdparty when closing a ticket
+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.
+TicketWrongContact=Provided contact is not part of current ticket contacts. Email not sent.
+TicketChooseProductCategory=Product category for ticket support
+TicketChooseProductCategoryHelp=Select the product category of ticket support. This will be used to automatically link a contract to a ticket.
+
#
# Index & list page
#
@@ -151,6 +163,8 @@ OrderByDateAsc=Аз рӯи санаи болоравӣ мураттаб куне
OrderByDateDesc=Аз рӯи санаи камшаванда ҷудо кунед
ShowAsConversation=Ҳамчун рӯйхати сӯҳбат нишон диҳед
MessageListViewType=Ҳамчун рӯйхати ҷадвал нишон диҳед
+ConfirmMassTicketClosingSendEmail=Automatically send emails when closing tickets
+ConfirmMassTicketClosingSendEmailQuestion=Do you want to notify thirdparties when closing these tickets ?
#
# Ticket card
@@ -205,12 +219,12 @@ ErrorMailRecipientIsEmptyForSendTicketMessage=Қабулкунанда холӣ
TicketGoIntoContactTab=Лутфан ба ҷадвали "Тамос" ворид шавед, то онҳоро интихоб кунед
TicketMessageMailIntro=Муқаддима
TicketMessageMailIntroHelp=Ин матн танҳо дар аввали почтаи электронӣ илова карда мешавад ва захира карда намешавад.
-TicketMessageMailIntroLabelAdmin=Муқаддима ба паём ҳангоми фиристодани почтаи электронӣ
-TicketMessageMailIntroText=Салом,
Дар чиптае, ки шумо тамос доред, ҷавоби нав фиристода шуд. Ин аст паём:
-TicketMessageMailIntroHelpAdmin=Ин матн пеш аз матни посух ба чипта ворид карда мешавад.
+TicketMessageMailIntroLabelAdmin=Introduction text to all ticket answers
+TicketMessageMailIntroText=Hello,
A new answer has been added to a ticket that you follow. Here is the message:
+TicketMessageMailIntroHelpAdmin=This text will be inserted before the answer when replying to a ticket from Dolibarr
TicketMessageMailSignature=Имзо
TicketMessageMailSignatureHelp=Ин матн танҳо дар охири почтаи электронӣ илова карда мешавад ва захира карда намешавад.
-TicketMessageMailSignatureText= Бо эҳтиром,
-
+TicketMessageMailSignatureText=Message sent by %s via Dolibarr
TicketMessageMailSignatureLabelAdmin=Имзои почтаи электронӣ
TicketMessageMailSignatureHelpAdmin=Ин матн пас аз паёми ҷавоб ворид карда мешавад.
TicketMessageHelp=Танҳо ин матн дар рӯйхати паёмҳо дар корти чипта сабт карда мешавад.
@@ -238,9 +252,16 @@ TicketChangeStatus=Тағир додани ҳолати
TicketConfirmChangeStatus=Тағир додани вазъро тасдиқ кунед: %s?
TicketLogStatusChanged=Статус тағир ёфт: %s ба %s
TicketNotNotifyTiersAtCreate=Ҳангоми эҷод кардан ба ширкат хабар надиҳед
+NotifyThirdpartyOnTicketClosing=Contacts to notify while closing the ticket
+TicketNotifyAllTiersAtClose=All related contacts
+TicketNotNotifyTiersAtClose=No related contact
Unread=Нохонда
TicketNotCreatedFromPublicInterface=Дастрас нест. Чипта аз интерфейси оммавӣ сохта нашудааст.
ErrorTicketRefRequired=Номи истинод ба чипта лозим аст
+TicketsDelayForFirstResponseTooLong=Too much time elapsed since ticket opening without any answer.
+TicketsDelayFromLastResponseTooLong=Too much time elapsed since last answer on this ticket.
+TicketNoContractFoundToLink=No contract was found to be automatically linked to this ticket. Please link a contract manually.
+TicketManyContractsLinked=Many contracts have been automatically linked to this ticket. Make sure to verify which should be chosen.
#
# Logs
@@ -268,8 +289,9 @@ TicketNewEmailBody=Ин почтаи автоматӣ барои тасдиқ к
TicketNewEmailBodyCustomer=Ин почтаи автоматӣ барои тасдиқ кардани чиптаи нав аст, ки акнун ба ҳисоби шумо сохта шудааст.
TicketNewEmailBodyInfosTicket=Маълумот барои мониторинги чипта
TicketNewEmailBodyInfosTrackId=Рақами пайгирии чиптаҳо: %s
-TicketNewEmailBodyInfosTrackUrl=Шумо метавонед ҷараёни чиптаро бо пахш кардани истиноди боло дидан кунед.
+TicketNewEmailBodyInfosTrackUrl=You can view the progress of the ticket by clicking the following link
TicketNewEmailBodyInfosTrackUrlCustomer=Шумо метавонед ҷараёни чиптаро дар интерфейси мушаххас бо истиноди зерин дидан кунед
+TicketCloseEmailBodyInfosTrackUrlCustomer=You can consult the history of this ticket by clicking the following link
TicketEmailPleaseDoNotReplyToThisEmail=Лутфан бевосита ба ин почтаи электронӣ ҷавоб надиҳед! Истинодро барои посух додан ба интерфейс истифода баред.
TicketPublicInfoCreateTicket=Ин шакл ба шумо имкон медиҳад, ки чиптаи дастгирӣ дар системаи идоракунии мо сабт кунед.
TicketPublicPleaseBeAccuratelyDescribe=Лутфан мушкилотро дақиқ тавсиф кунед. Маълумоти бештарро пешниҳод кунед, то ба мо имкон диҳем, ки дархости шуморо дуруст муайян кунем.
@@ -291,6 +313,10 @@ NewUser=Корбари нав
NumberOfTicketsByMonth=Шумораи чиптаҳо дар як моҳ
NbOfTickets=Шумораи чиптаҳо
# notifications
+TicketCloseEmailSubjectCustomer=Ticket closed
+TicketCloseEmailBodyCustomer=This is an automatic message to notify you that ticket %s has just been closed.
+TicketCloseEmailSubjectAdmin=Ticket closed - Réf %s (public ticket ID %s)
+TicketCloseEmailBodyAdmin=A ticket with ID #%s has just been closed, see information:
TicketNotificationEmailSubject=Билет %s нав карда шуд
TicketNotificationEmailBody=Ин паёми автоматӣ аст, то шуморо огоҳ созад, ки чиптаи %s навсозӣ шудааст
TicketNotificationRecipient=Қабулкунандаи огоҳӣ
diff --git a/htdocs/langs/th_TH/companies.lang b/htdocs/langs/th_TH/companies.lang
index b0595b818de..9c38b1a7a11 100644
--- a/htdocs/langs/th_TH/companies.lang
+++ b/htdocs/langs/th_TH/companies.lang
@@ -19,6 +19,7 @@ ProspectionArea=พื้นที่ prospection
IdThirdParty=Id ของบุคคลที่สาม
IdCompany=Id บริษัท
IdContact=รหัสที่ติดต่อ
+ThirdPartyAddress=Third-party address
ThirdPartyContacts=Third-party contacts
ThirdPartyContact=Third-party contact/address
Company=บริษัท
@@ -51,6 +52,8 @@ CivilityCode=รหัสสุภาพ
RegisteredOffice=สำนักงานที่สมัครสมาชิก
Lastname=นามสกุล
Firstname=ชื่อแรก
+RefEmployee=Employee reference
+NationalRegistrationNumber=National registration number
PostOrFunction=ตำแหน่ง
UserTitle=ชื่อเรียก
NatureOfThirdParty=Nature of Third party
@@ -359,7 +362,7 @@ ListOfThirdParties=List of Third Parties
ShowCompany=Third Party
ShowContact=Contact-Address
ContactsAllShort=ทั้งหมด (ไม่กรอง)
-ContactType=ประเภทติดต่อ
+ContactType=Contact role
ContactForOrders=ติดต่อสั่งซื้อของ
ContactForOrdersOrShipments=Order's or shipment's contact
ContactForProposals=ติดต่อข้อเสนอของ
diff --git a/htdocs/langs/th_TH/members.lang b/htdocs/langs/th_TH/members.lang
index 709f892cc91..db2de131b02 100644
--- a/htdocs/langs/th_TH/members.lang
+++ b/htdocs/langs/th_TH/members.lang
@@ -15,7 +15,7 @@ ErrorMemberIsAlreadyLinkedToThisThirdParty=สมาชิกอีกคนห
ErrorUserPermissionAllowsToLinksToItselfOnly=ด้วยเหตุผลด้านความปลอดภัยคุณต้องได้รับสิทธิ์ในการแก้ไขผู้ใช้ทุกคนที่จะสามารถที่จะเชื่อมโยงสมาชิกให้กับผู้ใช้ที่ไม่ได้เป็นของคุณ
SetLinkToUser=เชื่อมโยงไปยังผู้ใช้ Dolibarr
SetLinkToThirdParty=เชื่อมโยงไปยัง Dolibarr ของบุคคลที่สาม
-MembersCards=Business cards for members
+MembersCards=Generation of cards for members
MembersList=รายชื่อสมาชิก
MembersListToValid=รายชื่อสมาชิกร่าง (ที่จะถูกตรวจสอบ)
MembersListValid=รายชื่อสมาชิกที่ถูกต้อง
@@ -159,11 +159,11 @@ HTPasswordExport=การสร้างแฟ้ม htpassword
NoThirdPartyAssociatedToMember=No third party associated with this member
MembersAndSubscriptions=Members and Contributions
MoreActions=การกระทำประกอบการบันทึก
-MoreActionsOnSubscription=Complementary action, suggested by default when recording a contribution
+MoreActionsOnSubscription=Complementary action suggested by default when recording a contribution, also done automatially on online payment of a contribution
MoreActionBankDirect=Create a direct entry on bank account
MoreActionBankViaInvoice=Create an invoice, and a payment on bank account
MoreActionInvoiceOnly=สร้างใบแจ้งหนี้ที่มีการชำระเงินไม่มี
-LinkToGeneratedPages=สร้างบัตรเข้าชม
+LinkToGeneratedPages=Generation of business cards or address sheets
LinkToGeneratedPagesDesc=หน้าจอนี้จะช่วยให้คุณสามารถสร้างไฟล์ PDF ด้วยนามบัตรสำหรับสมาชิกทุกคนของคุณหรือสมาชิกโดยเฉพาะอย่างยิ่ง
DocForAllMembersCards=สร้างนามบัตรสำหรับสมาชิกทุกคน
DocForOneMemberCards=สร้างนามบัตรของสมาชิกโดยเฉพาะอย่างยิ่ง
diff --git a/htdocs/langs/tr_TR/accountancy.lang b/htdocs/langs/tr_TR/accountancy.lang
index e80213cdfac..0c452a1d554 100644
--- a/htdocs/langs/tr_TR/accountancy.lang
+++ b/htdocs/langs/tr_TR/accountancy.lang
@@ -62,24 +62,24 @@ MainAccountForSubscriptionPaymentNotDefined=Kurulumda tanımlanmayan abonelik ö
AccountancyArea=Muhasebe alanı
AccountancyAreaDescIntro=Muhasebe modülünün kullanımı birkaç adımda tamamlanır:
AccountancyAreaDescActionOnce=Aşağıdaki eylemler genellikle yalnızca bir kere veya yılda bir kez gerçekleştirilir...
-AccountancyAreaDescActionOnceBis=Günlükleme yaparken (Günlüklere ve Genel deftere kayıt girme) size doğru varsayılan muhasebe hesabı önererek zamandan tasarruf etmenizi sağlamak için sonraki adımlar tamamlanmalıdır.
+AccountancyAreaDescActionOnceBis=Next steps should be done to save you time in future by suggesting you automaticaly the correct default accounting account when transferring data in accounting
AccountancyAreaDescActionFreq=Aşağıdaki eylemler çok büyük şirketler için genellikle her ay, her hafta veya her gün gerçekleştirilir...
-AccountancyAreaDescJournalSetup=ADIM %s: "%s" menüsünü kullanarak günlük listenizin içeriğini oluşturun veya kontrol edin.
+AccountancyAreaDescJournalSetup=STEP %s: Check content of your journal list from menu %s
AccountancyAreaDescChartModel=ADIM %s: Bir hesap planı modelinin mevcut olup olmadığını kontrol edin veya menüden oluşturun %s
AccountancyAreaDescChart=ADIM %s: Menüden hesap planınızı seçin ve|veya tamamlayın %s
AccountancyAreaDescVat=ADIM %s: "%s" menüsünü kullanarak her bir KDV Oranı için muhasebe hesaplarını tanımlayın.
AccountancyAreaDescDefault=ADIM %s: "%s" menüsünü kullanarak varsayılan muhasebe hesaplarını tanımlayın.
-AccountancyAreaDescExpenseReport=ADIM %s: "%s" menüsünü kullanarak her bir harcama raporu türü için varsayılan muhasebe hesaplarını tanımlayın.
+AccountancyAreaDescExpenseReport=STEP %s: Define default accounting accounts for each type of Expense report. For this, use the menu entry %s.
AccountancyAreaDescSal=ADIM %s: "%s" menüsünü kullanarak maaş ödemeleri için varsayılan muhasebe hesaplarını tanımlayın.
-AccountancyAreaDescContrib=ADIM %s: "%s" menüsünü kullanarak özel harcamalar (çeşitli vergiler) için varsayılan muhasebe hesaplarını tanımlayın.
+AccountancyAreaDescContrib=STEP %s: Define default accounting accounts for Taxes (special expenses). For this, use the menu entry %s.
AccountancyAreaDescDonation=ADIM %s: "%s" menüsünü kullanarak bağış için varsayılan muhasebe hesaplarını tanımlayın.
AccountancyAreaDescSubscription=ADIM %s: Üye aboneliği için varsayılan muhasebe hesaplarını tanımlayın. Bunun için %s menü girişini kullanın.
AccountancyAreaDescMisc=ADIM %s: "%s" menüsünü kullanarak çeşitli işlemler için zorunlu olan varsayılan hesabı ve varsayılan muhasebe hesaplarını tanımlayın.
AccountancyAreaDescLoan=ADIM %s: "%s" menüsünü kullanarak krediler için varsayılan muhasebe hesaplarını tanımlayın.
AccountancyAreaDescBank=ADIM %s: "%s" menüsünü kullanarak muhasebe hesaplarını ve her banka ve finansal hesap için günlük kodunu tanımlayın.
-AccountancyAreaDescProd=ADIM %s: "%s" menüsünü kullanarak ürünler/hizmetler için muhasebe hesaplarını tanımlayın.
+AccountancyAreaDescProd=STEP %s: Define accounting accounts on your Products/Services. For this, use the menu entry %s.
AccountancyAreaDescBind=ADIM %s: Mevcut %s satırları ve muhasebe hesabı arasındaki bağlamanın tamamlanıp tamamlanmadığını kontrol edin, böylece defterdeki işlemler günlüğe tek tıklamayla uygulama tarafından kaydedilebilecektir. Eksik bağları tamamlayın. Bunun için "%s" menü girişini kullanın.
AccountancyAreaDescWriteRecords=ADIM %s: İşlemleri Defter'e yazın. Bunun için %s menüsüne gidin ve %s butonuna tıklayın.
@@ -112,7 +112,7 @@ MenuAccountancyClosure=Kapanış
MenuAccountancyValidationMovements=Hareketleri doğrula
ProductsBinding=Ürün hesapları
TransferInAccounting=Muhasebede aktarım
-RegistrationInAccounting=Muhasebede kayıt
+RegistrationInAccounting=Recording in accounting
Binding=Hesaba bağlama
CustomersVentilation=Müşteri faturası bağlama
SuppliersVentilation=Tedarikçi faturası bağlama
@@ -120,7 +120,7 @@ ExpenseReportsVentilation=Gider raporu bağlama
CreateMvts=Yeni işlem oluştur
UpdateMvts=İşlemi değiştir
ValidTransaction=İşlemi doğrula
-WriteBookKeeping=Register transactions in accounting
+WriteBookKeeping=Record transactions in accounting
Bookkeeping=Büyük Defter
BookkeepingSubAccount=Subledger
AccountBalance=Hesap bakiyesi
@@ -219,12 +219,12 @@ ByPredefinedAccountGroups=Önceden tanımlanmış gruplar tarafından
ByPersonalizedAccountGroups=Kişiselleştirilmiş gruplar tarafından
ByYear=Yıla göre
NotMatch=Ayarlanmamış
-DeleteMvt=Delete some operation lines from accounting
+DeleteMvt=Delete some lines from accounting
DelMonth=Month to delete
DelYear=Silinecek yıl
DelJournal=Silinecek günlük
-ConfirmDeleteMvt=This will delete all operation lines of the accounting for the year/month and/or for a specific journal (At least one criterion is required). You will have to reuse the feature '%s' to have the deleted record back in the ledger.
-ConfirmDeleteMvtPartial=This will delete the transaction from the accounting (all operation lines related to the same transaction will be deleted)
+ConfirmDeleteMvt=This will delete all lines in accountancy for the year/month and/or for a specific journal (At least one criterion is required). You will have to reuse the feature '%s' to have the deleted record back in the ledger.
+ConfirmDeleteMvtPartial=This will delete the transaction from the accounting (all lines related to the same transaction will be deleted)
FinanceJournal=Finance journal
ExpenseReportsJournal=Gider raporları günlüğü
DescFinanceJournal=Banka hesabından yapılan tüm ödeme türlerini içeren finans günlüğü
@@ -278,11 +278,11 @@ DescVentilExpenseReportMore=If you setup accounting account on type of expense r
DescVentilDoneExpenseReport=Consult here the list of the lines of expenses reports and their fees accounting account
Closure=Yıllık kapanış
-DescClosure=Consult here the number of movements by month who are not validated & fiscal years already open
-OverviewOfMovementsNotValidated=Step 1/ Overview of movements not validated. (Necessary to close a fiscal year)
-AllMovementsWereRecordedAsValidated=All movements were recorded as validated
-NotAllMovementsCouldBeRecordedAsValidated=Not all movements could be recorded as validated
-ValidateMovements=Hareketleri doğrula
+DescClosure=Consult here the number of movements by month who are not yet validated & locked
+OverviewOfMovementsNotValidated=Overview of movements not validated and locked
+AllMovementsWereRecordedAsValidated=All movements were recorded as validated and locked
+NotAllMovementsCouldBeRecordedAsValidated=Not all movements could be recorded as validated and locked
+ValidateMovements=Validate and lock record...
DescValidateMovements=Any modification or deletion of writing, lettering and deletes will be prohibited. All entries for an exercise must be validated otherwise closing will not be possible
ValidateHistory=Otomatik Olarak Bağla
@@ -294,14 +294,15 @@ Balancing=Balancing
FicheVentilation=Bağlama kartı
GeneralLedgerIsWritten=Transactions are written in the Ledger
GeneralLedgerSomeRecordWasNotRecorded=Some of the transactions could not be journalized. If there is no other error message, this is probably because they were already journalized.
-NoNewRecordSaved=No more record to journalize
+NoNewRecordSaved=No more record to transfer
ListOfProductsWithoutAccountingAccount=List of products not bound to any accounting account
ChangeBinding=Bağlamayı değiştir
Accounted=Accounted in ledger
NotYetAccounted=Henüz muhasebeye aktarılmamış
ShowTutorial=Show Tutorial
NotReconciled=Uzlaştırılmadı
-WarningRecordWithoutSubledgerAreExcluded=Warning, all operations without subledger account defined are filtered and excluded from this view
+WarningRecordWithoutSubledgerAreExcluded=Warning, all lines without subledger account defined are filtered and excluded from this view
+AccountRemovedFromCurrentChartOfAccount=Accounting account that does not exist in the current chart of accounts
## Admin
BindingOptions=Binding options
@@ -329,8 +330,9 @@ ACCOUNTING_DISABLE_BINDING_ON_PURCHASES=Disable binding & transfer in accountanc
ACCOUNTING_DISABLE_BINDING_ON_EXPENSEREPORTS=Disable binding & transfer in accountancy on expense reports (expense reports will not be taken into account in accounting)
## Export
-NotifiedExportDate=Flag exported lines as exported (modification of the lines will not be possible)
-NotifiedValidationDate=Validate the exported entries (modification or deletion of the lines will not be possible)
+NotifiedExportDate=Flag exported lines as Exported (to modify a line, you will need to delete the whole transaction and re-transfert it into accounting)
+NotifiedValidationDate=Validate and Lock the exported entries (same effect than the "Closure" feature, modification and deletion of the lines will DEFINITELY not be possible)
+DateValidationAndLock=Date validation and lock
ConfirmExportFile=Confirmation of the generation of the accounting export file ?
ExportDraftJournal=Export draft journal
Modelcsv=Dışa aktarım modeli
@@ -394,6 +396,21 @@ Range=Muhasebe hesabı aralığı
Calculated=Hesaplanmış
Formula=Formül
+## Reconcile
+Unlettering=Unreconcile
+AccountancyNoLetteringModified=No reconcile modified
+AccountancyOneLetteringModifiedSuccessfully=One reconcile successfully modified
+AccountancyLetteringModifiedSuccessfully=%s reconcile successfully modified
+AccountancyNoUnletteringModified=No unreconcile modified
+AccountancyOneUnletteringModifiedSuccessfully=One unreconcile successfully modified
+AccountancyUnletteringModifiedSuccessfully=%s unreconcile successfully modified
+
+## Confirm box
+ConfirmMassUnlettering=Bulk Unreconcile confirmation
+ConfirmMassUnletteringQuestion=Are you sure you want to Unreconcile the %s selected record(s)?
+ConfirmMassDeleteBookkeepingWriting=Toplu Silme onayı
+ConfirmMassDeleteBookkeepingWritingQuestion=This will delete the transaction from the accounting (all lines related to the same transaction will be deleted) Are you sure you want to delete the %s selected record(s)?
+
## Error
SomeMandatoryStepsOfSetupWereNotDone=Kurulumun bazı zorunlu adımları tamamlanmadı, lütfen onları tamamlayın.
ErrorNoAccountingCategoryForThisCountry=%s ülkesi için muhasebe hesap grubu yok (Giriş - Ayarlar - Sözlükler kısmına bakın)
@@ -406,6 +423,9 @@ Binded=Bağlanmış satırlar
ToBind=Bağlanacak satırlar
UseMenuToSetBindindManualy=Lines not yet bound, use menu %s to make the binding manually
SorryThisModuleIsNotCompatibleWithTheExperimentalFeatureOfSituationInvoices=Sorry this module is not compatible with the experimental feature of situation invoices
+AccountancyErrorMismatchLetterCode=Mismatch in reconcile code
+AccountancyErrorMismatchBalanceAmount=The balance (%s) is not equal to 0
+AccountancyErrorLetteringBookkeeping=Errors have occurred concerning the transactions: %s
## Import
ImportAccountingEntries=Muhasebe girişleri
diff --git a/htdocs/langs/tr_TR/admin.lang b/htdocs/langs/tr_TR/admin.lang
index 890b8e15648..b8f90682c0f 100644
--- a/htdocs/langs/tr_TR/admin.lang
+++ b/htdocs/langs/tr_TR/admin.lang
@@ -883,6 +883,9 @@ Permission564=Borçları Kaydet/Kredi transferinin Reddi
Permission601=Etiketleri okuyun
Permission602=Çıkartma oluştur/değiştir
Permission609=Çıkartmaları sil
+Permission611=Read attributes of variants
+Permission612=Create/Update attributes of variants
+Permission613=Delete attributes of variants
Permission650=Gereç Cetvelleri Oku
Permission651=Gereç Cetvelleri Oluştur/Güncelle
Permission652=Gereç Cetvelleri Sil
@@ -969,6 +972,8 @@ Permission4021=Create/modify your evaluation
Permission4022=Validate evaluation
Permission4023=Delete evaluation
Permission4030=See comparison menu
+Permission4031=Read personal information
+Permission4032=Write personal information
Permission10001=Web sitesi içeriğini okuyun
Permission10002=Web sitesi içeriği oluşturun/değiştirin (HTML ve Javascript içeriği)
Permission10003=Web sitesi içeriği oluşturun/değiştirin (dinamik php kodu). Tehlikeli, kısıtlı geliştiricilere ayrılmalıdır.
@@ -1068,6 +1073,7 @@ DictionaryExpenseTaxCat=Gider raporu - Ulaşım kategorileri
DictionaryExpenseTaxRange=Gider raporu - Ulaşım kategorisine göre menzil
DictionaryTransportMode=Dahili iletişim raporu - Taşıma modu
DictionaryBatchStatus=Product lot/serial Quality Control status
+DictionaryAssetDisposalType=Type of disposal of assets
TypeOfUnit=Ünite türü
SetupSaved=Kurulum kaydedildi
SetupNotSaved=Kurulum kaydedilmedi
@@ -1187,7 +1193,7 @@ BankModuleNotActive=Banka hesapları modülü etkin değil
ShowBugTrackLink="%s" bağlantısını göster
ShowBugTrackLinkDesc=Keep empty to not display this link, use value 'github' for the link to the Dolibarr project or define directly an url 'https://...'
Alerts=Uyarılar
-DelaysOfToleranceBeforeWarning=Bir uyarı işaretini görüntülemeden önceki ek mühlet:
+DelaysOfToleranceBeforeWarning=Displaying a warning alert for...
DelaysOfToleranceDesc=Gecikmiş öğe için ekranda %s şeklinde bir uyarı simgesi gösterilmeden önceki mühleti ayarlayın.
Delays_MAIN_DELAY_ACTIONS_TODO=Tamamlanmamış planlı etkinlikler (gündem etkinlikleri)
Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Proje zamanında kapanmadı
@@ -1339,6 +1345,7 @@ TransKeyWithoutOriginalValue=Herhangi bir dil dosyasında mevcut olmayan '%s