mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Clean lang files
This commit is contained in:
parent
d71e396206
commit
e06ad780aa
|
|
@ -200,12 +200,6 @@ source_file = htdocs/langs/en_US/ldap.lang
|
|||
source_lang = en_US
|
||||
type = MOZILLAPROPERTIES
|
||||
|
||||
[o:dolibarr-association:p:dolibarr:r:link]
|
||||
file_filter = htdocs/langs/<lang>/link.lang
|
||||
source_file = htdocs/langs/en_US/link.lang
|
||||
source_lang = en_US
|
||||
type = MOZILLAPROPERTIES
|
||||
|
||||
[o:dolibarr-association:p:dolibarr:r:loan]
|
||||
file_filter = htdocs/langs/<lang>/loan.lang
|
||||
source_file = htdocs/langs/en_US/loan.lang
|
||||
|
|
|
|||
|
|
@ -886,7 +886,7 @@ class Calendar extends CommonObject
|
|||
// phpcs:enable
|
||||
if (empty($this->labelStatus) || empty($this->labelStatusShort)) {
|
||||
global $langs;
|
||||
//$langs->load("bookcal@bookcal");
|
||||
|
||||
$this->labelStatus[self::STATUS_DRAFT] = $langs->transnoentitiesnoconv('Draft');
|
||||
$this->labelStatus[self::STATUS_VALIDATED] = $langs->transnoentitiesnoconv('Enabled');
|
||||
$this->labelStatus[self::STATUS_CANCELED] = $langs->transnoentitiesnoconv('Disabled');
|
||||
|
|
@ -983,7 +983,7 @@ class Calendar extends CommonObject
|
|||
public function getNextNumRef()
|
||||
{
|
||||
global $langs, $conf;
|
||||
$langs->load("bookcal@bookcal");
|
||||
$langs->load("agenda");
|
||||
|
||||
if (getDolGlobalString('BOOKCAL_MYOBJECT_ADDON')) {
|
||||
$conf->global->BOOKCAL_MYOBJECT_ADDON = 'mod_calendar_standard';
|
||||
|
|
@ -1048,7 +1048,7 @@ class Calendar extends CommonObject
|
|||
$result = 0;
|
||||
$includedocgeneration = 0;
|
||||
|
||||
$langs->load("bookcal@bookcal");
|
||||
$langs->load("agenda");
|
||||
|
||||
if (!dol_strlen($modele)) {
|
||||
$modele = 'standard_calendar';
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ function calendarPrepareHead($object)
|
|||
{
|
||||
global $db, $langs, $conf;
|
||||
|
||||
$langs->load("bookcal");
|
||||
$langs->load("agenda");
|
||||
|
||||
$showtabofpagecontact = 0;
|
||||
$showtabofpagenote = 1;
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@ class modBookCal extends DolibarrModules
|
|||
$this->conflictwith = array(); // List of module class names as string this module is in conflict with. Example: array('modModuleToDisable1', ...)
|
||||
|
||||
// The language file dedicated to your module
|
||||
$this->langfiles = array("bookcal");
|
||||
$this->langfiles = array("agenda");
|
||||
|
||||
// Prerequisites
|
||||
$this->phpmin = array(7, 0); // Minimum version of PHP required by module
|
||||
|
|
@ -464,7 +464,7 @@ class modBookCal extends DolibarrModules
|
|||
$r = 1;
|
||||
/* BEGIN MODULEBUILDER EXPORT AVAILABILITIES */
|
||||
/*
|
||||
$langs->load("bookcal@bookcal");
|
||||
$langs->load("agenda");
|
||||
$this->export_code[$r]=$this->rights_class.'_'.$r;
|
||||
$this->export_label[$r]='AvailabilitiesLines'; // Translation key (used only if key ExportDataset_xxx_z not found)
|
||||
$this->export_icon[$r]='availabilities@bookcal';
|
||||
|
|
@ -495,7 +495,7 @@ class modBookCal extends DolibarrModules
|
|||
$r = 1;
|
||||
/* BEGIN MODULEBUILDER IMPORT AVAILABILITIES */
|
||||
/*
|
||||
$langs->load("bookcal@bookcal");
|
||||
$langs->load("agenda");
|
||||
$this->import_code[$r]=$this->rights_class.'_'.$r;
|
||||
$this->import_label[$r]='AvailabilitiesLines'; // Translation key (used only if key ExportDataset_xxx_z not found)
|
||||
$this->import_icon[$r]='availabilities@bookcal';
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@ NewFinancialAccount=Neues Finanzkonto
|
|||
MenuNewFinancialAccount=Neues Finanzkonto
|
||||
LabelBankCashAccount=Bank- oder Kassebezeichnung
|
||||
AccountType=Kontoart
|
||||
BankType1=Current, cheque or credit card account
|
||||
AccountsArea=Finanzkonten
|
||||
AccountCard=Konto-Karte
|
||||
ConfirmDeleteAccount=Bist du sicher, dass du dieses Konto löschen willst?
|
||||
|
|
|
|||
|
|
@ -93,7 +93,6 @@ Valid=Freigabe
|
|||
Upload=Hochladen
|
||||
Select=Wählen Sie
|
||||
ResizeOrCrop=Skalieren oder Beschneiden
|
||||
Recenter=Zentrieren
|
||||
NewObject=Erzeuge %s
|
||||
Note=Hinweis
|
||||
Title=Titel
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# Dolibarr language file - Source file is en_US - ticket
|
||||
TypeContact_ticket_external_SUPPORTCLI=Kundenkontakt / Störfallverfolgung
|
||||
Read=Lesen
|
||||
TicketsShowCompanyLogoHelp=Enable this option to show the logo of the main company in the pages of the public interface
|
||||
TicketCloseOn=Schliessungsdatum
|
||||
TicketAddIntervention=Einsatz erstellen
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - banks
|
||||
BankType1=Current, cheque or credit card account
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - errors
|
||||
ErrorSessionInvalidatedAfterPasswordChange=The session was been invalidated following a change of password, email, status or dates of validity. Please relogin.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - ticket
|
||||
TicketsShowCompanyLogoHelp=Enable this option to show the logo of the main company in the pages of the public interface
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - banks
|
||||
BankType1=Current, cheque or credit card account
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - errors
|
||||
ErrorSessionInvalidatedAfterPasswordChange=The session was been invalidated following a change of password, email, status or dates of validity. Please relogin.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - stocks
|
||||
AlwaysShowFullArbo=Display the full path of a warehouse (parent warehouses) on the popup of warehouse links (Warning: This may decrease dramatically performances)
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - ticket
|
||||
TicketsShowCompanyLogoHelp=Enable this option to show the logo of the main company in the pages of the public interface
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - errors
|
||||
ErrorSessionInvalidatedAfterPasswordChange=The session was been invalidated following a change of password, email, status or dates of validity. Please relogin.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - stocks
|
||||
AlwaysShowFullArbo=Display the full path of a warehouse (parent warehouses) on the popup of warehouse links (Warning: This may decrease dramatically performances)
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - ticket
|
||||
TicketsShowCompanyLogoHelp=Enable this option to show the logo of the main company in the pages of the public interface
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - banks
|
||||
BankType1=Current, cheque or credit card account
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - errors
|
||||
ErrorSessionInvalidatedAfterPasswordChange=The session was been invalidated following a change of password, email, status or dates of validity. Please relogin.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - stocks
|
||||
AlwaysShowFullArbo=Display the full path of a warehouse (parent warehouses) on the popup of warehouse links (Warning: This may decrease dramatically performances)
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - ticket
|
||||
TicketsShowCompanyLogoHelp=Enable this option to show the logo of the main company in the pages of the public interface
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
# Dolibarr language file - Source file is en_US - banks
|
||||
BankType1=Current, cheque or credit card account
|
||||
ValidateCheckReceipt=Validate this cheque receipt?
|
||||
DeleteCheckReceipt=Delete this cheque receipt?
|
||||
ConfirmDeleteCheckReceipt=Are you sure you want to delete this cheque receipt?
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - errors
|
||||
ErrorSessionInvalidatedAfterPasswordChange=The session was been invalidated following a change of password, email, status or dates of validity. Please relogin.
|
||||
|
|
@ -27,7 +27,6 @@ PrecisionUnitIsLimitedToXDecimals=Dolibarr was setup to limit precision of unit
|
|||
Resiliate=Deactivate
|
||||
SaveAs=Save as
|
||||
Disapprove=Reject
|
||||
Recenter=Recentre
|
||||
b=b
|
||||
AmountVAT=Amount VAT
|
||||
TotalVAT=Total VAT
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - ticket
|
||||
TicketsShowCompanyLogoHelp=Enable this option to show the logo of the main company in the pages of the public interface
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - banks
|
||||
BankType1=Current, cheque or credit card account
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - errors
|
||||
ErrorSessionInvalidatedAfterPasswordChange=The session was been invalidated following a change of password, email, status or dates of validity. Please relogin.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - stocks
|
||||
AlwaysShowFullArbo=Display the full path of a warehouse (parent warehouses) on the popup of warehouse links (Warning: This may decrease dramatically performances)
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - ticket
|
||||
TicketsShowCompanyLogoHelp=Enable this option to show the logo of the main company in the pages of the public interface
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - banks
|
||||
BankType1=Current, cheque or credit card account
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - errors
|
||||
ErrorSessionInvalidatedAfterPasswordChange=The session was been invalidated following a change of password, email, status or dates of validity. Please relogin.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - stocks
|
||||
AlwaysShowFullArbo=Display the full path of a warehouse (parent warehouses) on the popup of warehouse links (Warning: This may decrease dramatically performances)
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - ticket
|
||||
TicketsShowCompanyLogoHelp=Enable this option to show the logo of the main company in the pages of the public interface
|
||||
|
|
@ -717,6 +717,8 @@ Module63000Desc=Manage resources (printers, cars, rooms, ...) for allocating to
|
|||
Module66000Name=OAuth2 token management
|
||||
Module66000Desc=Provide a tool to generate and manage OAuth2 tokens. The token can then be used by some other modules.
|
||||
Module94160Name=Receptions
|
||||
ModuleBookCalName=Booking Calendar System
|
||||
ModuleBookCalDesc=Manage a Calendar to book appointments
|
||||
##### Permissions #####
|
||||
Permission11=Read customer invoices (and payments)
|
||||
Permission12=Create/modify customer invoices
|
||||
|
|
|
|||
|
|
@ -182,4 +182,22 @@ Reminders=Reminders
|
|||
ActiveByDefault=Enabled by default
|
||||
Until=until
|
||||
DataFromWasMerged=Data from %s was merged
|
||||
AgendaShowBookcalCalendar=Booking calendar: %s
|
||||
AgendaShowBookcalCalendar=Booking calendar: %s
|
||||
MenuBookcalIndex=Online appointment
|
||||
BookcalLabelAvailabilityHelp=Label of the availability range. For example:<br>General availability<br>Availability during christmas holidays
|
||||
DurationOfRange=Duration of ranges
|
||||
BookCalSetup = Online appointment setup
|
||||
Settings = Settings
|
||||
BookCalSetupPage = Online appointment setup page
|
||||
BOOKCAL_PUBLIC_INTERFACE_TOPIC = Interface title
|
||||
About = About
|
||||
BookCalAbout = About BookCal
|
||||
BookCalAboutPage = BookCal about page
|
||||
Calendars=Calendars
|
||||
Availabilities=Availabilities
|
||||
NewAvailabilities=New availabilities
|
||||
NewCalendar=New calendar
|
||||
ThirdPartyBookCalHelp=Event booked in this calendar will be automatically linked to this third-party.
|
||||
AppointmentDuration = Appointment Duration : %s
|
||||
BookingSuccessfullyBooked=Your booking as been saved
|
||||
BookingReservationHourAfter=We confirm the reservation of your meeting at the date %s
|
||||
|
|
|
|||
|
|
@ -1,43 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - module Online rendez-vous
|
||||
#
|
||||
# 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
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
#
|
||||
# Generic
|
||||
#
|
||||
|
||||
# Module label 'ModuleBookCalName'
|
||||
ModuleBookCalName = Booking Calendar System
|
||||
# Module description 'ModuleBookCalDesc'
|
||||
ModuleBookCalDesc = Manage a Calendar to book appointments
|
||||
MenuBookcalIndex=Online appointment
|
||||
BookcalLabelAvailabilityHelp=Label of the availability range. For example:<br>General availability<br>Availability during christmas holidays
|
||||
DurationOfRange=Duration of ranges
|
||||
|
||||
BookCalSetup = Online appointment setup
|
||||
Settings = Settings
|
||||
BookCalSetupPage = Online appointment setup page
|
||||
BOOKCAL_PUBLIC_INTERFACE_TOPIC = Interface title
|
||||
About = About
|
||||
BookCalAbout = About BookCal
|
||||
BookCalAboutPage = BookCal about page
|
||||
Calendars=Calendars
|
||||
|
||||
Availabilities=Availabilities
|
||||
NewAvailabilities=New availabilities
|
||||
NewCalendar=New calendar
|
||||
ThirdPartyBookCalHelp=Event booked in this calendar will be automatically linked to this third-party.
|
||||
AppointmentDuration = Appointment Duration : %s
|
||||
BookingSuccessfullyBooked=Your booking as been saved
|
||||
BookingReservationHourAfter=We confirm the reservation of your meeting at the date %s
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - banks
|
||||
BankType1=Current, cheque or credit card account
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - errors
|
||||
ErrorSessionInvalidatedAfterPasswordChange=The session was been invalidated following a change of password, email, status or dates of validity. Please relogin.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - stocks
|
||||
AlwaysShowFullArbo=Display the full path of a warehouse (parent warehouses) on the popup of warehouse links (Warning: This may decrease dramatically performances)
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - ticket
|
||||
TicketsShowCompanyLogoHelp=Enable this option to show the logo of the main company in the pages of the public interface
|
||||
|
|
@ -33,7 +33,6 @@ EditFinancialAccount=Editar cuentga
|
|||
LabelBankCashAccount=Banco o Caja
|
||||
AccountType=Tipo de Cuenta
|
||||
BankType0=Caja de ahorro
|
||||
BankType1=Current, cheque or credit card account
|
||||
BankType2=Cuenta Caja
|
||||
AccountsArea=Area de Cuentas
|
||||
AccountCard=Ficha de la cuenta
|
||||
|
|
|
|||
|
|
@ -134,7 +134,6 @@ SearchOf=Buscar
|
|||
Valid=Valida
|
||||
Upload=Cargar
|
||||
ResizeOrCrop=Redimensionar o Recortar
|
||||
Recenter=Recentrar
|
||||
Groups=Los grupos
|
||||
NoUserGroupDefined=No hay grupo de usuario definido
|
||||
NoteSomeFeaturesAreDisabled=Notar que muchas características/módulos están des habilitados en esta demostración.
|
||||
|
|
|
|||
|
|
@ -4,4 +4,3 @@ Read=Leído
|
|||
Waiting=Esperando
|
||||
Type=Tipo
|
||||
TicketSettings=Ajustes
|
||||
TicketsShowCompanyLogoHelp=Enable this option to show the logo of the main company in the pages of the public interface
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - banks
|
||||
BankType1=Current, cheque or credit card account
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - errors
|
||||
ErrorSessionInvalidatedAfterPasswordChange=The session was been invalidated following a change of password, email, status or dates of validity. Please relogin.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - stocks
|
||||
AlwaysShowFullArbo=Display the full path of a warehouse (parent warehouses) on the popup of warehouse links (Warning: This may decrease dramatically performances)
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - ticket
|
||||
TicketsShowCompanyLogoHelp=Enable this option to show the logo of the main company in the pages of the public interface
|
||||
|
|
@ -36,7 +36,6 @@ MenuNewFinancialAccount=Nueva cuenta financiera
|
|||
EditFinancialAccount=Editar cuenta
|
||||
LabelBankCashAccount=Etiqueta bancaria o en efectivo
|
||||
BankType0=Cuenta de ahorros
|
||||
BankType1=Current, cheque or credit card account
|
||||
BankType2=Cuenta de efectivo
|
||||
AccountsArea=Área de cuentas
|
||||
AccountCard=Tarjeta de cuenta
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@ TicketsDisableEmailHelp=Por defecto, los correos electrónicos se envían cuando
|
|||
TicketsLogEnableEmail=Habilitar registro por correo electrónico
|
||||
TicketsLogEnableEmailHelp=En cada cambio, se enviará un correo electrónico ** a cada contacto ** asociado con el ticket.
|
||||
TicketsShowModuleLogoHelp=Habilite esta opción para ocultar el módulo de logotipo en las páginas de la interfaz pública
|
||||
TicketsShowCompanyLogoHelp=Enable this option to show the logo of the main company in the pages of the public interface
|
||||
TicketsLimitViewAssignedOnly=Restrinja la visualización a los tickets asignados al usuario actual (no es efectivo para usuarios externos, siempre debe limitarse al tercero del que dependen)
|
||||
TicketsLimitViewAssignedOnlyHelp=Solo las entradas asignadas al usuario actual serán visibles. No se aplica a un usuario con derechos de gestión de tickets.
|
||||
TicketsActivatePublicInterface=Activar la interfaz pública
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@ MenuNewFinancialAccount=Nueva cuenta financiera
|
|||
EditFinancialAccount=Editar cuenta
|
||||
LabelBankCashAccount=Etiqueta de banco o efectivo
|
||||
BankType0=Cuenta de ahorros
|
||||
BankType1=Current, cheque or credit card account
|
||||
BankType2=Cuenta de efectivo
|
||||
AccountsArea=Área de cuentas
|
||||
AccountCard=Tarjeta de cuenta
|
||||
|
|
|
|||
|
|
@ -157,7 +157,6 @@ StockIncreaseAfterCorrectTransfer=Incrementar por corrección / transferencia
|
|||
StockDecreaseAfterCorrectTransfer=Disminuir por corrección / transferencia
|
||||
StockIncrease=Aumento de stock
|
||||
StockDecrease=Disminución de stock
|
||||
AlwaysShowFullArbo=Display the full path of a warehouse (parent warehouses) on the popup of warehouse links (Warning: This may decrease dramatically performances)
|
||||
UpdateByScaning=Complete la cantidad real escaneando
|
||||
ImportFromCSV=Importar lista CSV de movimiento
|
||||
InfoTemplateImport=El archivo cargado debe tener este formato (* son campos obligatorios): <br> Source Warehouse * | Almacén de destino * | Producto * | Cantidad * | Lote / número de serie <br> El separador de caracteres CSV debe ser "<b> %s </b>"
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@ TicketsLogEnableEmailHelp=Con cada cambio, se enviará un correo electrónico **
|
|||
TicketsShowModuleLogo=Mostrar el logotipo del módulo en la interfaz pública.
|
||||
TicketsShowModuleLogoHelp=Habilite esta opción para ocultar el módulo de logotipo en las páginas de la interfaz pública
|
||||
TicketsShowCompanyLogo=Mostrar el logotipo de la empresa en la interfaz pública.
|
||||
TicketsShowCompanyLogoHelp=Enable this option to show the logo of the main company in the pages of the public interface
|
||||
TicketsLimitViewAssignedOnly=Restringir la visualización a los tickets asignados al usuario actual (no es efectivo para usuarios externos, siempre se limitará al tercero del que dependen)
|
||||
TicketsLimitViewAssignedOnlyHelp=Solo serán visibles los tickets asignados al usuario actual. No se aplica a un usuario con derechos de gestión de tickets.
|
||||
TicketsActivatePublicInterface=Activar interfaz pública
|
||||
|
|
|
|||
|
|
@ -130,7 +130,6 @@ QuickAdd=Adición rápida
|
|||
Valid=Válido
|
||||
Upload=Subir
|
||||
ResizeOrCrop=Redimensionar o Recortar
|
||||
Recenter=Reciente
|
||||
NoUserGroupDefined=Ningún grupo de usuarios definido
|
||||
PasswordRetype=repita su contraseña
|
||||
NoteSomeFeaturesAreDisabled=Tenga en cuenta que muchas características/módulos están deshabilitados en esta demostración.
|
||||
|
|
|
|||
|
|
@ -6,5 +6,4 @@ inventoryValidate=Validada
|
|||
inventoryDraft=En ejecución
|
||||
SelectCategory=Filtro por Categoría
|
||||
ListInventory=Lista
|
||||
AlwaysShowFullArbo=Display the full path of a warehouse (parent warehouses) on the popup of warehouse links (Warning: This may decrease dramatically performances)
|
||||
InventoryStartedShort=Iniciado
|
||||
|
|
|
|||
|
|
@ -2,4 +2,3 @@
|
|||
Read=Leer
|
||||
Type=Tipo
|
||||
TicketSettings=Configuración
|
||||
TicketsShowCompanyLogoHelp=Enable this option to show the logo of the main company in the pages of the public interface
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@ MenuNewFinancialAccount=nueva cuenta financiera
|
|||
EditFinancialAccount=Editar cuenta
|
||||
LabelBankCashAccount=Etiqueta de banco o efectivo
|
||||
BankType0=Cuenta de ahorros
|
||||
BankType1=Current, cheque or credit card account
|
||||
BankType2=Cuenta de efectivo
|
||||
AccountsArea=área de cuentas
|
||||
AccountCard=tarjeta de cuenta
|
||||
|
|
|
|||
|
|
@ -220,7 +220,6 @@ ErrorNotInDictionaryPaymentConditions=No está en el Diccionario de términos de
|
|||
ErrorNotApproverForHoliday=No eres el aprobador de la licencia %s
|
||||
ErrorInvoiceLoadThirdPartyKey=Clave de terceros "%s" no configurada para factura "%s"
|
||||
ErrorValueCantBeNull=El valor de <b> %s </b> no puede ser nulo
|
||||
ErrorSessionInvalidatedAfterPasswordChange=The session was been invalidated following a change of password, email, status or dates of validity. Please relogin.
|
||||
WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Su parámetro de PHP upload_max_filesize (%s) es más alto que el parámetro de PHP post_max_size (%s). Esta no es una configuración consistente.
|
||||
WarningPasswordSetWithNoAccount=Se estableció una contraseña para este miembro. Sin embargo, no se creó ninguna cuenta de usuario. Por lo tanto, esta contraseña se almacena pero no se puede usar para iniciar sesión en Dolibarr. Puede ser utilizado por un módulo/interfaz externo, pero si no necesita definir ningún inicio de sesión ni contraseña para un miembro, puede deshabilitar la opción "Administrar un inicio de sesión para cada miembro" desde la configuración del módulo Miembro. Si necesita administrar un inicio de sesión pero no necesita ninguna contraseña, puede mantener este campo vacío para evitar esta advertencia. Nota: El correo electrónico también se puede usar como inicio de sesión si el miembro está vinculado a un usuario.
|
||||
WarningEnableYourModulesApplications=Haga clic aquí para habilitar sus módulos y aplicaciones
|
||||
|
|
|
|||
|
|
@ -133,7 +133,6 @@ QuickAdd=Adición rápida
|
|||
Valid=Válido
|
||||
Upload=Subir
|
||||
ResizeOrCrop=Redimensionar o Recortar
|
||||
Recenter=Reciente
|
||||
NoUserGroupDefined=Ningún grupo de usuarios definido
|
||||
PasswordRetype=repita su contraseña
|
||||
NoteSomeFeaturesAreDisabled=Tenga en cuenta que muchas características/módulos están deshabilitados en esta demostración.
|
||||
|
|
|
|||
|
|
@ -173,7 +173,6 @@ StockIncrease=Aumento de existencias
|
|||
StockDecrease=Disminución de existencias
|
||||
InventoryForASpecificWarehouse=Inventario para un almacén específico
|
||||
InventoryForASpecificProduct=Inventario para un producto específico
|
||||
AlwaysShowFullArbo=Display the full path of a warehouse (parent warehouses) on the popup of warehouse links (Warning: This may decrease dramatically performances)
|
||||
UpdateByScaning=Complete la cantidad real escaneando
|
||||
UpdateByScaningLot=Actualización por escaneo (lote|código de barras serial)
|
||||
DisableStockChangeOfSubProduct=Desactivar el cambio de stock para todos los subproductos de este Kit durante este movimiento.
|
||||
|
|
|
|||
|
|
@ -55,7 +55,6 @@ TicketsLogEnableEmailHelp=En cada cambio, se enviará un correo electrónico **a
|
|||
TicketsShowModuleLogo=Mostrar el logo del módulo en la interfaz pública
|
||||
TicketsShowModuleLogoHelp=Habilite esta opción para ocultar el módulo de logotipo en las páginas de la interfaz pública
|
||||
TicketsShowCompanyLogo=Mostrar el logo de la empresa en la interfaz pública
|
||||
TicketsShowCompanyLogoHelp=Enable this option to show the logo of the main company in the pages of the public interface
|
||||
TicketsLimitViewAssignedOnly=Restringir la visualización a los tickets asignados al usuario actual (no efectivo para usuarios externos, limitarse siempre al tercero del que dependen)
|
||||
TicketsLimitViewAssignedOnlyHelp=Solo serán visibles los tickets asignados al usuario actual. No se aplica a un usuario con derechos de gestión de tickets.
|
||||
TicketsActivatePublicInterface=Activar interfaz pública
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - banks
|
||||
BankType1=Current, cheque or credit card account
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - errors
|
||||
ErrorSessionInvalidatedAfterPasswordChange=The session was been invalidated following a change of password, email, status or dates of validity. Please relogin.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - stocks
|
||||
AlwaysShowFullArbo=Display the full path of a warehouse (parent warehouses) on the popup of warehouse links (Warning: This may decrease dramatically performances)
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - ticket
|
||||
TicketsShowCompanyLogoHelp=Enable this option to show the logo of the main company in the pages of the public interface
|
||||
|
|
@ -31,7 +31,6 @@ MenuNewFinancialAccount=Nueva cuenta bancaria
|
|||
EditFinancialAccount=Editar cuenta
|
||||
LabelBankCashAccount=Etiqueta bancaria o de caja
|
||||
BankType0=Cuenta de ahorros
|
||||
BankType1=Current, cheque or credit card account
|
||||
BankType2=Cuenta de efectivo
|
||||
AccountsArea=Área de cuentas
|
||||
AccountCard=Tarjeta de cuenta
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ TicketsLogEnableEmail=Habilitar registro por correo electrónico
|
|||
TicketsLogEnableEmailHelp=En cada cambio, se enviará un correo electrónico ** a cada contacto ** asociado con el ticket.
|
||||
TicketParams=Parametros
|
||||
TicketsShowModuleLogoHelp=Habilite esta opción para ocultar el módulo del logotipo en las páginas de la interfaz pública
|
||||
TicketsShowCompanyLogoHelp=Enable this option to show the logo of the main company in the pages of the public interface
|
||||
TicketsLimitViewAssignedOnly=Restrinja la visualización a los tickets asignados al usuario actual (no es efectivo para usuarios externos, siempre se limita al tercero del que dependen)
|
||||
TicketsLimitViewAssignedOnlyHelp=Solo los tickets asignadas al usuario actual serán visibles. No se aplica a un usuario con derechos de gestión de tickets.
|
||||
TicketsActivatePublicInterface=Activar la interfaz pública
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - banks
|
||||
BankType1=Current, cheque or credit card account
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - errors
|
||||
ErrorSessionInvalidatedAfterPasswordChange=The session was been invalidated following a change of password, email, status or dates of validity. Please relogin.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - stocks
|
||||
AlwaysShowFullArbo=Display the full path of a warehouse (parent warehouses) on the popup of warehouse links (Warning: This may decrease dramatically performances)
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - ticket
|
||||
TicketsShowCompanyLogoHelp=Enable this option to show the logo of the main company in the pages of the public interface
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - banks
|
||||
BankType1=Current, cheque or credit card account
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - errors
|
||||
ErrorSessionInvalidatedAfterPasswordChange=The session was been invalidated following a change of password, email, status or dates of validity. Please relogin.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - stocks
|
||||
AlwaysShowFullArbo=Display the full path of a warehouse (parent warehouses) on the popup of warehouse links (Warning: This may decrease dramatically performances)
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - ticket
|
||||
TicketsShowCompanyLogoHelp=Enable this option to show the logo of the main company in the pages of the public interface
|
||||
|
|
@ -30,7 +30,6 @@ MenuNewFinancialAccount=Nueva cuenta financiera
|
|||
EditFinancialAccount=Editar cuenta
|
||||
LabelBankCashAccount=Etiqueta de cuenta o caja
|
||||
BankType0=Cuenta de ahorros
|
||||
BankType1=Current, cheque or credit card account
|
||||
BankType2=Cuenta de caja/efectivo
|
||||
AccountsArea=Área de cuentas
|
||||
AccountCard=Ficha de cuenta
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - banks
|
||||
BankType1=Current, cheque or credit card account
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - errors
|
||||
ErrorSessionInvalidatedAfterPasswordChange=The session was been invalidated following a change of password, email, status or dates of validity. Please relogin.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - stocks
|
||||
AlwaysShowFullArbo=Display the full path of a warehouse (parent warehouses) on the popup of warehouse links (Warning: This may decrease dramatically performances)
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - ticket
|
||||
TicketsShowCompanyLogoHelp=Enable this option to show the logo of the main company in the pages of the public interface
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - errors
|
||||
ErrorSessionInvalidatedAfterPasswordChange=The session was been invalidated following a change of password, email, status or dates of validity. Please relogin.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - banks
|
||||
BankType1=Current, cheque or credit card account
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - errors
|
||||
ErrorSessionInvalidatedAfterPasswordChange=The session was been invalidated following a change of password, email, status or dates of validity. Please relogin.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - stocks
|
||||
AlwaysShowFullArbo=Display the full path of a warehouse (parent warehouses) on the popup of warehouse links (Warning: This may decrease dramatically performances)
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - ticket
|
||||
TicketsShowCompanyLogoHelp=Enable this option to show the logo of the main company in the pages of the public interface
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - banks
|
||||
BankType1=Current, cheque or credit card account
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - errors
|
||||
ErrorSessionInvalidatedAfterPasswordChange=The session was been invalidated following a change of password, email, status or dates of validity. Please relogin.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - stocks
|
||||
AlwaysShowFullArbo=Display the full path of a warehouse (parent warehouses) on the popup of warehouse links (Warning: This may decrease dramatically performances)
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - ticket
|
||||
TicketsShowCompanyLogoHelp=Enable this option to show the logo of the main company in the pages of the public interface
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - banks
|
||||
BankType1=Current, cheque or credit card account
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - errors
|
||||
ErrorSessionInvalidatedAfterPasswordChange=The session was been invalidated following a change of password, email, status or dates of validity. Please relogin.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - stocks
|
||||
AlwaysShowFullArbo=Display the full path of a warehouse (parent warehouses) on the popup of warehouse links (Warning: This may decrease dramatically performances)
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - ticket
|
||||
TicketsShowCompanyLogoHelp=Enable this option to show the logo of the main company in the pages of the public interface
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
# Dolibarr language file - Source file is en_US - banks
|
||||
BankType1=Current, cheque or credit card account
|
||||
OnlyOpenedAccount=Sólo cuentas abiertas
|
||||
StatusAccountOpened=Abierta
|
||||
CheckTransmitter=Origen
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - banks
|
||||
BankType1=Current, cheque or credit card account
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - errors
|
||||
ErrorSessionInvalidatedAfterPasswordChange=The session was been invalidated following a change of password, email, status or dates of validity. Please relogin.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - stocks
|
||||
AlwaysShowFullArbo=Display the full path of a warehouse (parent warehouses) on the popup of warehouse links (Warning: This may decrease dramatically performances)
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - ticket
|
||||
TicketsShowCompanyLogoHelp=Enable this option to show the logo of the main company in the pages of the public interface
|
||||
|
|
@ -10,7 +10,6 @@ AccountStatement=Relevé de compte
|
|||
AccountStatements=Relevés de compte
|
||||
BankAccountDomiciliation=Adresse de la banque
|
||||
EditFinancialAccount=Modifier compte
|
||||
BankType1=Current, cheque or credit card account
|
||||
ConfirmDeleteAccount=Êtes-vous sûr de vouloir supprimer ce compte?
|
||||
BankTransactionByCategories=Entrées bancaires par catégories
|
||||
BankTransactionForCategory=Entrées bancaires pour la catégorie <b>%s</b>
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - banks
|
||||
BankType1=Current, cheque or credit card account
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Dolibarr language file - Source file is en_US - errors
|
||||
ErrorSessionInvalidatedAfterPasswordChange=The session was been invalidated following a change of password, email, status or dates of validity. Please relogin.
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user