mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-12 08:20:31 +01:00
unify video conference actions and translations
This commit is contained in:
parent
87c6288645
commit
509cbcf449
@ -586,14 +586,14 @@ class addressbook_ui extends addressbook_bo
|
|||||||
'group' => $group,
|
'group' => $group,
|
||||||
'children' => [
|
'children' => [
|
||||||
'call' => [
|
'call' => [
|
||||||
'caption' => lang('Call'),
|
'caption' => lang('Video Call'),
|
||||||
'icon' => 'status/videoconference_call',
|
'icon' => 'status/videoconference_call',
|
||||||
'allowOnMultiple' => true,
|
'allowOnMultiple' => true,
|
||||||
'onExecute' => 'javaScript:app.addressbook.videoconference_actionCall',
|
'onExecute' => 'javaScript:app.addressbook.videoconference_actionCall',
|
||||||
'enabled' => 'javaScript:app.addressbook.videoconference_isUserOnline'
|
'enabled' => 'javaScript:app.addressbook.videoconference_isUserOnline'
|
||||||
],
|
],
|
||||||
'schedule_call' => [
|
'schedule_call' => [
|
||||||
'caption' => lang('Schedule a call'),
|
'caption' => lang('Schedule a video conference'),
|
||||||
'icon' => 'calendar',
|
'icon' => 'calendar',
|
||||||
'allowOnMultiple' => true,
|
'allowOnMultiple' => true,
|
||||||
'onExecute' => 'javaScript:app.addressbook.add_cal',
|
'onExecute' => 'javaScript:app.addressbook.add_cal',
|
||||||
|
@ -96,7 +96,6 @@ business zip code addressbook de PLZ geschäftlich
|
|||||||
calendar fields: addressbook de Kalender Felder:
|
calendar fields: addressbook de Kalender Felder:
|
||||||
calendar integration addressbook de Kalender Integration
|
calendar integration addressbook de Kalender Integration
|
||||||
calendar uri addressbook de Kalender URI
|
calendar uri addressbook de Kalender URI
|
||||||
call addressbook de Videokonferenz
|
|
||||||
can be changed via setup >> configuration admin de Kann über Setup >> Konfiguration geändert werden
|
can be changed via setup >> configuration admin de Kann über Setup >> Konfiguration geändert werden
|
||||||
can't create dn %1 addressbook de dn %1 kann nicht erstellt werden
|
can't create dn %1 addressbook de dn %1 kann nicht erstellt werden
|
||||||
car phone addressbook de Autotelefon
|
car phone addressbook de Autotelefon
|
||||||
@ -433,7 +432,7 @@ replacements for inserting contacts into documents addressbook de Platzhalter f
|
|||||||
required fields * addressbook de unbedingt auszufüllende Felder *
|
required fields * addressbook de unbedingt auszufüllende Felder *
|
||||||
role addressbook de Beruf
|
role addressbook de Beruf
|
||||||
room addressbook de Raum
|
room addressbook de Raum
|
||||||
schedule a call addressbook de Videokonferenz planen
|
schedule a video conference addressbook de Videokonferenz planen
|
||||||
search letter addressbook de Suche nach Buchstaben
|
search letter addressbook de Suche nach Buchstaben
|
||||||
select a portrait format jpeg photo. it will be resized to 60 pixel width. addressbook de Wählen Sie ein hochformatiges jpeg Foto. Es wird 60 Pixel breit skaliert.
|
select a portrait format jpeg photo. it will be resized to 60 pixel width. addressbook de Wählen Sie ein hochformatiges jpeg Foto. Es wird 60 Pixel breit skaliert.
|
||||||
select a source address to be used in geolocation routing system addressbook de Legen Sie fest, wie der Startpunkt für die Routenplanung gesetzt wird.
|
select a source address to be used in geolocation routing system addressbook de Legen Sie fest, wie der Startpunkt für die Routenplanung gesetzt wird.
|
||||||
|
@ -96,7 +96,6 @@ business zip code addressbook en Business postal code
|
|||||||
calendar fields: addressbook en Calendar fields:
|
calendar fields: addressbook en Calendar fields:
|
||||||
calendar integration addressbook en Calendar integration
|
calendar integration addressbook en Calendar integration
|
||||||
calendar uri addressbook en Calendar URI
|
calendar uri addressbook en Calendar URI
|
||||||
call addressbook en Call
|
|
||||||
can be changed via setup >> configuration admin en Can be changed via Setup >> Configuration
|
can be changed via setup >> configuration admin en Can be changed via Setup >> Configuration
|
||||||
can't create dn %1 addressbook en Can't create dn %1
|
can't create dn %1 addressbook en Can't create dn %1
|
||||||
car phone addressbook en Car phone
|
car phone addressbook en Car phone
|
||||||
@ -433,7 +432,7 @@ replacements for inserting contacts into documents addressbook en Replacements f
|
|||||||
required fields * addressbook en Required fields *
|
required fields * addressbook en Required fields *
|
||||||
role addressbook en Occupation
|
role addressbook en Occupation
|
||||||
room addressbook en Room
|
room addressbook en Room
|
||||||
schedule a call addressbook en Schedule a call
|
schedule a video conference addressbook en Schedule a video conference
|
||||||
search letter addressbook en Search letter
|
search letter addressbook en Search letter
|
||||||
select a portrait format jpeg photo. it will be resized to 60 pixel width. addressbook en Select a portrait format jpeg photo. It will be re-sized to 60 pixel width.
|
select a portrait format jpeg photo. it will be resized to 60 pixel width. addressbook en Select a portrait format jpeg photo. It will be re-sized to 60 pixel width.
|
||||||
select a source address to be used in geolocation routing system addressbook en Select a source address to be used in GeoLocation routing system
|
select a source address to be used in geolocation routing system addressbook en Select a source address to be used in GeoLocation routing system
|
||||||
|
0
addressbook/lang/egw_et.lang
Executable file → Normal file
0
addressbook/lang/egw_et.lang
Executable file → Normal file
0
addressbook/lang/egw_iw.lang
Executable file → Normal file
0
addressbook/lang/egw_iw.lang
Executable file → Normal file
0
addressbook/lang/egw_pl.lang
Executable file → Normal file
0
addressbook/lang/egw_pl.lang
Executable file → Normal file
@ -1061,7 +1061,7 @@ class calendar_boupdate extends calendar_bo
|
|||||||
'account_id' => $userid
|
'account_id' => $userid
|
||||||
]);
|
]);
|
||||||
$event_arr['videoconference'] = [
|
$event_arr['videoconference'] = [
|
||||||
'field' => lang('Videoconference'),
|
'field' => lang('Video Conference'),
|
||||||
'data' => $details['videoconference'],
|
'data' => $details['videoconference'],
|
||||||
];
|
];
|
||||||
// hack to add videoconference-url to ical, only if description was NOT cleared
|
// hack to add videoconference-url to ical, only if description was NOT cleared
|
||||||
|
@ -953,7 +953,7 @@ class calendar_uilist extends calendar_ui
|
|||||||
{
|
{
|
||||||
$actions['videoconference'] = [
|
$actions['videoconference'] = [
|
||||||
'icon' => 'status/videoconference',
|
'icon' => 'status/videoconference',
|
||||||
'caption' => 'Video conference',
|
'caption' => 'Video Conference',
|
||||||
'group' => $group,
|
'group' => $group,
|
||||||
'allowOnMultiple' => false,
|
'allowOnMultiple' => false,
|
||||||
'disableClass' => 'rowNoView',
|
'disableClass' => 'rowNoView',
|
||||||
|
@ -627,7 +627,6 @@ user selectable css file for the calendar setup calendar de Benutzer können aus
|
|||||||
users + groups: inviting both always requires an invite grant admin de Benutzer + Gruppen: Einladungen beider brauchen eine Freigabe
|
users + groups: inviting both always requires an invite grant admin de Benutzer + Gruppen: Einladungen beider brauchen eine Freigabe
|
||||||
using already existing event on server. calendar de Benutze bereits existierenden Termin auf dem Server
|
using already existing event on server. calendar de Benutze bereits existierenden Termin auf dem Server
|
||||||
utilities calendar de Zubehör
|
utilities calendar de Zubehör
|
||||||
videoconference calendar de Videokonferenz
|
|
||||||
view exception calendar de Ausnahme anzeigen
|
view exception calendar de Ausnahme anzeigen
|
||||||
view series calendar de Terminserie anzeigen
|
view series calendar de Terminserie anzeigen
|
||||||
view settings calendar de Einträge anzeigen
|
view settings calendar de Einträge anzeigen
|
||||||
|
@ -627,7 +627,6 @@ user selectable css file for the calendar setup calendar en User selectable CSS
|
|||||||
users + groups: inviting both always requires an invite grant admin en Users + groups: inviting both always requires an invite grant
|
users + groups: inviting both always requires an invite grant admin en Users + groups: inviting both always requires an invite grant
|
||||||
using already existing event on server. calendar en Using already existing event on server.
|
using already existing event on server. calendar en Using already existing event on server.
|
||||||
utilities calendar en Utilities
|
utilities calendar en Utilities
|
||||||
videoconference calendar en Videoconference
|
|
||||||
view exception calendar en View exception
|
view exception calendar en View exception
|
||||||
view series calendar en View series
|
view series calendar en View series
|
||||||
view settings calendar en View settings
|
view settings calendar en View settings
|
||||||
|
0
calendar/lang/egw_iw.lang
Executable file → Normal file
0
calendar/lang/egw_iw.lang
Executable file → Normal file
0
calendar/lang/egw_pl.lang
Executable file → Normal file
0
calendar/lang/egw_pl.lang
Executable file → Normal file
@ -233,7 +233,7 @@
|
|||||||
<label for="location" value="Location"/>
|
<label for="location" value="Location"/>
|
||||||
<hbox span="2">
|
<hbox span="2">
|
||||||
<textbox id="location" maxlength="255" class="et2_fullWidth"/>
|
<textbox id="location" maxlength="255" class="et2_fullWidth"/>
|
||||||
<checkbox label="Videoconference" id="videoconference" onchange="app.calendar.videoconferenceOnChange"/>
|
<checkbox label="Video Conference" id="videoconference" onchange="app.calendar.videoconferenceOnChange"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<description/>
|
<description/>
|
||||||
<taglist-cat id="category" height="190" empty_label="Categories" multiple="toggle" class="et2_fullWidth" rows="1" />
|
<taglist-cat id="category" height="190" empty_label="Categories" multiple="toggle" class="et2_fullWidth" rows="1" />
|
||||||
|
Loading…
Reference in New Issue
Block a user