mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 00:18:25 +01:00
New lang entries -- missed one.
This commit is contained in:
parent
dc0c01c55b
commit
cb58b67a03
@ -107,5 +107,6 @@ you have x high priority events on your calendar today. common en You have %1 hi
|
|||||||
you have not entered a valid date calendar en You have not entered a valid date
|
you have not entered a valid date calendar en You have not entered a valid date
|
||||||
you have not entered a title calendar en You have not entered a title
|
you have not entered a title calendar en You have not entered a title
|
||||||
you have not entered a valid time of day calendar en You have not entered a valid time of day
|
you have not entered a valid time of day calendar en You have not entered a valid time of day
|
||||||
|
you have not entered participants calendar en You have not entered participants
|
||||||
you must enter one or more search keywords calendar en You must enter one or more search keywords
|
you must enter one or more search keywords calendar en You must enter one or more search keywords
|
||||||
your suggested time of <b> x - x </b> conflicts with the following existing calendar entries: calendar en Your suggested time of <B> %1 - %2 </B> conflicts with the following existing calendar entries:
|
your suggested time of <b> x - x </b> conflicts with the following existing calendar entries: calendar en Your suggested time of <B> %1 - %2 </B> conflicts with the following existing calendar entries:
|
||||||
|
@ -1411,6 +1411,8 @@
|
|||||||
break;
|
break;
|
||||||
case 42: $s .= lang('You have not entered a valid date').'.';
|
case 42: $s .= lang('You have not entered a valid date').'.';
|
||||||
break;
|
break;
|
||||||
|
case 43: $s .= lang('You have not entered participants').'.';
|
||||||
|
break;
|
||||||
default: return '';
|
default: return '';
|
||||||
}
|
}
|
||||||
return $s;
|
return $s;
|
||||||
|
Loading…
Reference in New Issue
Block a user