Translation
This commit is contained in:
parent
efe60ebc58
commit
6a60228bc3
@ -1183,7 +1183,7 @@ if ($action == 'create')
|
|||||||
//Reminder Type
|
//Reminder Type
|
||||||
$TRemindTypes = array();
|
$TRemindTypes = array();
|
||||||
if(!empty($conf->global->AGENDA_REMINDER_EMAIL)) $TRemindTypes['email'] = $langs->trans('EMail');
|
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 '<tr><td class="titlefieldcreate nowrap">'.$langs->trans("ReminderType").'</td><td colspan="3">';
|
||||||
print $form->selectarray('selectremindertype',$TRemindTypes);
|
print $form->selectarray('selectremindertype',$TRemindTypes);
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|||||||
@ -164,3 +164,5 @@ ReminderTime=Reminder period before the event
|
|||||||
TimeType=Duration type
|
TimeType=Duration type
|
||||||
ReminderType=Callback type
|
ReminderType=Callback type
|
||||||
AddReminder=Create an automatic reminder notification for this event
|
AddReminder=Create an automatic reminder notification for this event
|
||||||
|
ErrorReminderActionCommCreation=Error creating the reminder notification for this event
|
||||||
|
BrowserPush=Browser Notification
|
||||||
@ -1082,4 +1082,3 @@ MODIFYInDolibarr=Record %s modified
|
|||||||
DELETEInDolibarr=Record %s deleted
|
DELETEInDolibarr=Record %s deleted
|
||||||
VALIDATEInDolibarr=Record %s validated
|
VALIDATEInDolibarr=Record %s validated
|
||||||
APPROVEDInDolibarr=Record %s approved
|
APPROVEDInDolibarr=Record %s approved
|
||||||
ErrorReminderActionCommCreation=Error creating the reminder notification for this event
|
|
||||||
@ -162,3 +162,5 @@ ReminderTime=Délai de rappel avant l'événement
|
|||||||
TimeType=Type de durée
|
TimeType=Type de durée
|
||||||
ReminderType=Type de rappel
|
ReminderType=Type de rappel
|
||||||
AddReminder=Créer une notification de rappel automatique pour cet évènement
|
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
|
||||||
|
|||||||
@ -1043,4 +1043,3 @@ AmountMustBePositive=Le montant doit être positif.
|
|||||||
ByStatus=Par statut
|
ByStatus=Par statut
|
||||||
InformationMessage=Information
|
InformationMessage=Information
|
||||||
ASAP=Dès que possible
|
ASAP=Dès que possible
|
||||||
ErrorReminderActionCommCreation=Erreur lors de la création de la notification de rappel de cet événement
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user