Translation

This commit is contained in:
atm-lena 2020-08-26 17:11:32 +02:00
parent efe60ebc58
commit 6a60228bc3
5 changed files with 7 additions and 5 deletions

View File

@ -1183,7 +1183,7 @@ if ($action == 'create')
//Reminder Type
$TRemindTypes = array();
if(!empty($conf->global->AGENDA_REMINDER_EMAIL)) $TRemindTypes['email'] = $langs->trans('EMail');
if(!empty($conf->global->AGENDA_REMINDER_BROWSER)) $TRemindTypes['push'] = $langs->trans('OSNotif');
if(!empty($conf->global->AGENDA_REMINDER_BROWSER)) $TRemindTypes['push'] = $langs->trans('BrowserPush');
print '<tr><td class="titlefieldcreate nowrap">'.$langs->trans("ReminderType").'</td><td colspan="3">';
print $form->selectarray('selectremindertype',$TRemindTypes);
print '</td></tr>';

View File

@ -164,3 +164,5 @@ ReminderTime=Reminder period before the event
TimeType=Duration type
ReminderType=Callback type
AddReminder=Create an automatic reminder notification for this event
ErrorReminderActionCommCreation=Error creating the reminder notification for this event
BrowserPush=Browser Notification

View File

@ -1081,5 +1081,4 @@ CREATEInDolibarr=Record %s create
MODIFYInDolibarr=Record %s modified
DELETEInDolibarr=Record %s deleted
VALIDATEInDolibarr=Record %s validated
APPROVEDInDolibarr=Record %s approved
ErrorReminderActionCommCreation=Error creating the reminder notification for this event
APPROVEDInDolibarr=Record %s approved

View File

@ -162,3 +162,5 @@ ReminderTime=Délai de rappel avant l'événement
TimeType=Type de durée
ReminderType=Type de rappel
AddReminder=Créer une notification de rappel automatique pour cet évènement
ErrorReminderActionCommCreation=Erreur lors de la création de la notification de rappel de cet événement
BrowserPush=Notification navigateur

View File

@ -1042,5 +1042,4 @@ NotUsedForThisCustomer=Non utilisé pour ce client
AmountMustBePositive=Le montant doit être positif.
ByStatus=Par statut
InformationMessage=Information
ASAP=Dès que possible
ErrorReminderActionCommCreation=Erreur lors de la création de la notification de rappel de cet événement
ASAP=Dès que possible