Browse Source

Movim Live: Second iteration, add a Lobby panel

- Add a lobby view to replace the Visio dialog one
- Change the conferencing flow by integrating the devices configuration before launching the call
- Remove the VisioConfig widget
- Fix the screen sharing and webcam switch buttons
- CSS and UI fixes
- Handle the session_down event to disconnect the call properly when the browser is not reachable after a while
pull/1356/head
Timothée Jaussoin 1 year ago
parent
commit
8c020e8666
  1. 6
      CHANGELOG.md
  2. 1
      app/Views/conf.tpl
  3. 4
      app/Widgets/Chat/_chat_header.tpl
  4. 4
      app/Widgets/ContactActions/_contactactions_drawer.tpl
  5. 4
      app/Widgets/ContactData/_contactdata.tpl
  6. 4
      app/Widgets/Search/_search_roster.tpl
  7. 4
      app/Widgets/Snap/snap.js
  8. 65
      app/Widgets/Visio/Visio.php
  9. 28
      app/Widgets/Visio/_visio_dialog.tpl
  10. 108
      app/Widgets/Visio/_visio_lobby.tpl
  11. 12
      app/Widgets/Visio/locales.ini
  12. 4
      app/Widgets/Visio/visio.css
  13. 205
      app/Widgets/Visio/visio.js
  14. 2
      app/Widgets/Visio/visio.tpl
  15. 70
      app/Widgets/Visio/visio_lobby.css
  16. 150
      app/Widgets/Visio/visio_utils.js
  17. 25
      app/Widgets/VisioConfig/VisioConfig.php
  18. 11
      app/Widgets/VisioConfig/locales.ini
  19. 60
      app/Widgets/VisioConfig/visioconfig.css
  20. 212
      app/Widgets/VisioConfig/visioconfig.js
  21. 103
      app/Widgets/VisioConfig/visioconfig.tpl
  22. 47
      locales/ach.po
  23. 47
      locales/ady.po
  24. 47
      locales/af.po
  25. 47
      locales/am.po
  26. 47
      locales/ar.po
  27. 47
      locales/be.po
  28. 56
      locales/bg.po
  29. 47
      locales/bn.po
  30. 47
      locales/br.po
  31. 47
      locales/ca.po
  32. 47
      locales/cs.po
  33. 47
      locales/da.po
  34. 50
      locales/de.po
  35. 47
      locales/el.po
  36. 56
      locales/en.po
  37. 47
      locales/eo.po
  38. 50
      locales/es.po
  39. 56
      locales/eu.po
  40. 47
      locales/fa.po
  41. 47
      locales/fi.po
  42. 56
      locales/fr.po
  43. 47
      locales/ga.po
  44. 47
      locales/gl.po
  45. 47
      locales/he.po
  46. 47
      locales/hr.po
  47. 47
      locales/hu.po
  48. 47
      locales/id.po
  49. 47
      locales/io.po
  50. 47
      locales/is.po
  51. 50
      locales/it.po
  52. 50
      locales/ja.po
  53. 47
      locales/jbo.po
  54. 47
      locales/kk.po
  55. 50
      locales/ko.po
  56. 47
      locales/lb.po
  57. 47
      locales/lt.po
  58. 47
      locales/lv.po
  59. 651
      locales/messages.pot
  60. 50
      locales/nb.po
  61. 47
      locales/ne.po
  62. 47
      locales/nl.po
  63. 47
      locales/oc.po
  64. 56
      locales/pl.po
  65. 47
      locales/pt.po
  66. 54
      locales/pt_br.po
  67. 47
      locales/ro.po
  68. 50
      locales/ru.po
  69. 50
      locales/sk.po
  70. 47
      locales/sl.po
  71. 56
      locales/sq.po
  72. 47
      locales/sv.po
  73. 47
      locales/sw.po
  74. 47
      locales/tr.po
  75. 56
      locales/ug.po
  76. 47
      locales/uk.po
  77. 47
      locales/ur.po
  78. 47
      locales/ur_pk.po
  79. 47
      locales/vi.po
  80. 56
      locales/zh.po
  81. 47
      locales/zh_tw.po
  82. 27
      public/scripts/movim_visio.js
  83. 1
      public/theme/css/form.css

6
CHANGELOG.md

@ -7,6 +7,12 @@ v0.27.2 (master)
* Fix several import, namespace issues and typos
* Fix #1315 Drop foreign keys and recreate them just after some MySQL migrations
* Fix #1194 Ensure that we loop once we found the last nickname available during the tab-search
* Add a lobby view
* Change the conferencing flow by integrating the devices configuration before launching the call
* Remove the VisioConfig widget
* Fix the screen sharing and webcam switch buttons
* CSS and UI fixes
* Handle the session_down event to disconnect the call properly when the browser is not reachable after a while
v0.27.1
---------------------------

1
app/Views/conf.tpl

@ -36,7 +36,6 @@
<?php $this->widget('Account');?>
<?php $this->widget('EmojisConfig');?>
<?php $this->widget('NotificationConfig');?>
<?php $this->widget('VisioConfig');?>
<?php $this->widget('AdHoc');?>
<?php $this->widget('Blocked');?>
</div>

4
app/Widgets/Chat/_chat_header.tpl

@ -188,14 +188,14 @@
{if="$value->capability && $value->capability->isJingleAudio() && $value->jid"}
{$call = true}
<span title="{$c->__('button.audio_call')}" class="control icon active on_desktop"
onclick="Visio.prepare('{$value->jid|echapJS}');">
onclick="Visio_ajaxGetLobby('{$value->jid|echapJS}', true);">
<i class="material-symbols">phone</i>
</span>
{/if}
{if="$value->capability && $value->capability->isJingleVideo() && $value->jid"}
{$call = true}
<span title="{$c->__('button.video_call')}" class="control icon active on_desktop"
onclick="Visio.prepare('{$value->jid|echapJS}', '', true);">
onclick="Visio_ajaxGetLobby('{$value->jid|echapJS}', true, true);">
<i class="material-symbols">videocam</i>
</span>
{break}

4
app/Widgets/ContactActions/_contactactions_drawer.tpl

@ -25,13 +25,13 @@
{loop="$roster->presences"}
{if="$value->capability && $value->capability->isJingleAudio()"}
<span title="{$c->__('button.audio_call')}" class="control icon active"
onclick="Visio.prepare('{$value->jid|echapJS}'); Drawer.clear();">
onclick="Visio_ajaxGetLobby('{$value->jid|echapJS}', true); Drawer.clear();">
<i class="material-symbols">phone</i>
</span>
{/if}
{if="$value->capability && $value->capability->isJingleVideo()"}
<span title="{$c->__('button.video_call')}" class="control icon active"
onclick="Visio.prepare('{$value->jid|echapJS}', '', true); Drawer.clear();">
onclick="Visio_ajaxGetLobby('{$value->jid|echapJS}', true, true); Drawer.clear();">
<i class="material-symbols">videocam</i>
</span>
{break}

4
app/Widgets/ContactData/_contactdata.tpl

@ -10,7 +10,7 @@
{if="$roster && $roster->presences->count() > 0 && !$incall"}
{loop="$roster->presences"}
{if="$value->capability && $value->capability->isJingleAudio()"}
<li onclick="Visio.prepare('{$value->jid|echapJS}');">
<li onclick="Visio_ajaxGetLobby('{$value->jid|echapJS}', true);">
<span class="primary icon green">
<i class="material-symbols">phone</i>
</span>
@ -20,7 +20,7 @@
</li>
{/if}
{if="$value->capability && $value->capability->isJingleVideo()"}
<li onclick="Visio.prepare('{$value->jid|echapJS}', '', true);">
<li onclick="Visio_ajaxGetLobby('{$value->jid|echapJS}', true, true);">
<span class="primary icon green">
<i class="material-symbols">videocam</i>
</span>

4
app/Widgets/Search/_search_roster.tpl

@ -26,13 +26,13 @@
{loop="$value->presences"}
{if="$value->capability && $value->capability->isJingleAudio()"}
<span title="{$c->__('button.audio_call')}" class="control icon active gray"
onclick="Visio.prepare('{$value->jid|echapJS}'); Drawer.clear();">
onclick="Visio_ajaxGetLobby('{$value->jid|echapJS}', true); Drawer.clear();">
<i class="material-symbols">phone</i>
</span>
{/if}
{if="$value->capability && $value->capability->isJingleVideo()"}
<span title="{$c->__('button.video_call')}" class="control icon active gray"
onclick="Visio.prepare('{$value->jid|echapJS}', '', true); Drawer.clear();">
onclick="Visio_ajaxGetLobby('{$value->jid|echapJS}', true, true); Drawer.clear();">
<i class="material-symbols">videocam</i>
</span>
{break}

4
app/Widgets/Snap/snap.js

@ -122,10 +122,10 @@ var Snap = {
return navigator.mediaDevices.enumerateDevices();
},
gotDevices: function (deviceInfos) {
gotDevices: function (devicesInfo) {
Snap.videoSelect.innerHTML = '';
for (const deviceInfo of deviceInfos) {
for (const deviceInfo of devicesInfo) {
if (deviceInfo.kind === 'videoinput') {
const option = document.createElement('option');
option.value = deviceInfo.deviceId;

65
app/Widgets/Visio/Visio.php

@ -23,6 +23,7 @@ class Visio extends Base
public function load()
{
$this->addcss('visio.css');
$this->addcss('visio_lobby.css');
$this->addjs('visio.js');
$this->addjs('visio_utils.js');
$this->addjs('visio_dtmf.js');
@ -47,6 +48,23 @@ class Visio extends Base
$this->registerEvent('externalservices_get_handle', 'onExternalServices');
$this->registerEvent('externalservices_get_error', 'onExternalServicesError');
$this->registerEvent('session_down', 'onSessionDown');
}
public function onSessionDown()
{
$currentCall = CurrentCall::getInstance();
if ($currentCall->isStarted()) {
$st = new SessionTerminate;
$st->setTo($currentCall->to)
->setJingleSid($currentCall->id)
->setReason('failed-application')
->request();
$currentCall->stop();
}
}
public function onExternalServices($packet)
@ -90,25 +108,7 @@ class Visio extends Base
{
$data = $packet->content;
$contact = \App\Contact::firstOrNew(['id' => cleanJid($data['from'])]);
$view = $this->tpl();
$view->assign('contact', $contact);
$view->assign('from', $data['from']);
$view->assign('id', $data['id']);
$view->assign('withvideo', $data['withVideo']);
Dialog::fill($view->draw('_visio_dialog'), false, true);
$this->rpc('Notif.incomingCall');
Notif::append(
'call',
$contact->truename,
$this->__('visio.calling'),
$contact->getPicture(),
5
);
$this->ajaxGetLobby($data['from'], false, $data['withVideo'], $data['id']);
}
public function onInitiateSDP($data)
@ -235,6 +235,33 @@ class Visio extends Base
->request();
}
public function ajaxGetLobby(string $jid, bool $calling = false, ?bool $withVideo = false, ?string $id = null)
{
$contact = \App\Contact::firstOrNew(['id' => \explodeJid($jid)['jid']]);
$view = $this->tpl();
$view->assign('contact', $contact);
$view->assign('jid', $jid);
$view->assign('calling', $calling);
$view->assign('withvideo', $withVideo);
$view->assign('id', $id);
Dialog::fill($view->draw('_visio_lobby'), false, true);
$this->rpc('Visio.lobbySetup', $withVideo);
if ($calling == false) {
$this->rpc('Notif.incomingCall');
Notif::append(
'call',
$contact->truename,
$this->__('visio.calling'),
$contact->getPicture(),
5
);
}
}
public function ajaxSessionInitiate($sdp, $to, $id)
{
$stj = new SDPtoJingle(

28
app/Widgets/Visio/_visio_dialog.tpl

@ -1,28 +0,0 @@
<section id="visio_dialog">
<ul class="list thick">
<li>
<div>
<p class="center">
<img src="{$contact->getPicture(\Movim\ImageSize::L)}">
</p>
<p class="normal center">
{if="$withvideo"}
{$c->__('visio.video_call')}
{else}
{$c->__('visio.audio_call')}
{/if}
</p>
<p class="center">{$contact->truename}</p>
<p class="center">{$c->__('visio.calling')}</p>
</div>
</li>
</ul>
</section>
<div class="no_bar">
<button onclick="Visio_ajaxReject('{$from|echapJS}', '{$id}'); Dialog_ajaxClear()" class="button flat">
{$c->__('button.refuse')}
</button>
<button onclick="Visio.prepare('{$from}', '{$id}', {if="$withvideo"}true{else}false{/if}); Dialog_ajaxClear();" class="button flat green">
{$c->__('button.reply')}
</button>
</div>

108
app/Widgets/Visio/_visio_lobby.tpl

@ -0,0 +1,108 @@
<section id="visio_lobby">
<ul class="list thick">
<li>
<span class="primary icon bubble">
<img src="{$contact->getPicture(\Movim\ImageSize::O)}">
</span>
<div>
<p class="normal">
{if="$calling"}
<i class="material-symbols icon blue">call</i>
{$c->__('visiolobby.calling', $contact->truename)}
{else}
<i class="material-symbols icon blue">phone_callback</i>
{$c->__('visiolobby.called', $contact->truename)}
{/if}
</p>
<p>{$c->__('visiolobby.setup')}</p>
</div>
</li>
</ul>
<div class="placeholder">
<i class="material-symbols">camera_video</i>
<h4>{$c->__('visiolobby.devices_disco')}</h4>
</div>
<form>
<div>
<ul class="list">
<li id="default_microphone" class="muted">
<span class="primary icon gray">
<i class="material-symbols enabled">settings_voice</i>
<i class="material-symbols disabled">mic_off</i>
</span>
<div>
<div class="select">
<select name="default_microphone"></select>
</div>
<label for="default_microphone">{$c->__('visiolobby.microphone_label')}</label>
<span class="supporting">
{$c->__('visiolobby.no_mic_sound')}<br />
{$c->__('visiolobby.no_mic_sound2')}
</span>
</div>
</li>
<li>
<div id="mic_preview">
<div class="level">
<span class="disabled color green"></span>
<span class="disabled color green"></span>
<span class="disabled color green"></span>
<span class="disabled color green"></span>
<span class="disabled color green"></span>
<span class="disabled color yellow"></span>
<span class="disabled color yellow"></span>
<span class="disabled color yellow"></span>
<span class="disabled color yellow"></span>
<span class="disabled color red"></span>
</div>
</div>
</li>
{if="$withvideo"}
<li>
<span class="primary icon gray">
<i class="material-symbols">video_camera_back</i>
</span>
<div>
<div class="select">
<select name="default_camera"></select>
</div>
<label for="default_camera">{$c->__('visiolobby.camera_label')}</label>
</div>
</li>
<li>
<span class="primary"></span>
<div><video id="camera_preview" muted></video></div>
</li>
{/if}
</ul>
</div>
</form>
</section>
<div>
{if="$calling"}
<button onclick="Visio.goodbye(); Dialog_ajaxClear()" class="button flat">
{$c->__('button.cancel')}
</button>
<button id="lobby_start" onclick="Visio.prepare('{$jid}', null, {if="$withvideo"}true{else}false{/if}); Dialog_ajaxClear();" class="button color green disabled">
{if="$withvideo"}
<i class="material-symbols">videocam</i>
{else}
<i class="material-symbols">call</i>
{/if}
{$c->__('button.call')}
</button>
{else}
<button onclick="Visio_ajaxReject('{$jid|echapJS}', '{$id}'); Visio.goodbye(); Dialog_ajaxClear()" class="button color red">
<i class="material-symbols">call_end</i>
{$c->__('button.refuse')}
</button>
<button id="lobby_start" onclick="Visio.prepare('{$jid}', '{$id}', {if="$withvideo"}true{else}false{/if}); Dialog_ajaxClear();" class="button color green disabled">
{if="$withvideo"}
<i class="material-symbols">videocam</i>
{else}
<i class="material-symbols">call</i>
{/if}
{$c->__('button.reply')}
</button>
{/if}
</div>

12
app/Widgets/Visio/locales.ini

@ -8,3 +8,15 @@ in_call = In call
failed = Failed
connecting = …connecting
ended = Call ended
[visiolobby]
called = "%s is calling you"
calling = "Calling %s"
setup = "Seting up your camera and microphone"
devices_disco = "Please allow your browser to share your devices to configure them"
microphone_label= Default microphone
camera_label = Default camera
default_microphone_changed = Default microphone changed
default_camera_changed = Default camera changed
no_mic_sound = "No sound detected from your microphone"
no_mic_sound2 = "Try to select another source or check your system settings"

4
app/Widgets/Visio/visio.css

@ -2,7 +2,7 @@
display: block;
position: fixed;
bottom: 8rem;
right: 1rem;
right: 3rem;
width: 40rem;
height: 25rem;
background-color: #111;
@ -124,7 +124,7 @@ body > #visio:not(:fullscreen) #toggle_dtmf,
background-image: url('../theme/img/movim_cloud.svg');
background-position: center;
background-repeat: no-repeat;
background-color: rgba(255, 255, 255, 0.1);
background-color: rgb(var(--movim-accent));
background-size: 25%;
}

205
app/Widgets/Visio/visio.js

@ -14,6 +14,8 @@ var Visio = {
tracksTypes: [],
prepare: function (from, id, withVideo) {
if (!MovimVisio.localStream) return;
Visio_ajaxPrepare(from);
MovimVisio.from = from;
@ -29,13 +31,7 @@ var Visio = {
delete visio.dataset.type;
visio.dataset.type = (MovimVisio.withVideo) ? 'video' : 'audio';
MovimVisio.localVideo = document.getElementById('local_video');
MovimVisio.remoteVideo = document.getElementById('remote_video');
MovimVisio.remoteVideo.disablePictureInPicture = true;
MovimVisio.screenSharing = document.getElementById('screen_sharing_video');
MovimVisio.localAudio = document.getElementById('local_audio');
MovimVisio.remoteAudio = document.getElementById('remote_audio');
MovimVisio.load();
MovimVisio.pc = new RTCPeerConnection({ 'iceServers': MovimVisio.services });
@ -86,13 +82,28 @@ var Visio = {
VisioUtils.toggleMainButton();
};
if (MovimVisio.withVideo) {
VisioUtils.pcReplaceTrack(MovimVisio.localStream);
}
VisioUtils.toggleMainButton();
MovimVisio.localStream.getTracks().forEach(track => {
MovimVisio.pc.addTrack(track, MovimVisio.localStream);
});
if (MovimVisio.withVideo) {
VisioUtils.switchCameraSetup();
VisioUtils.switchCameraInCall();
}
Visio.getStream();
if (MovimVisio.id) {
Visio_ajaxAccept(MovimVisio.from, MovimVisio.id);
} else {
MovimVisio.id = crypto.randomUUID();
Visio.calling = true;
VisioUtils.toggleMainButton();
Visio_ajaxPropose(MovimVisio.from, MovimVisio.id, MovimVisio.withVideo);
}
},
onMute: function (name) {
@ -129,82 +140,147 @@ var Visio = {
Visio.states = states;
},
getStream: function () {
if (MovimVisio.withVideo) {
// On Android where you can't have both camera enabled at the same time
var videoTrack = MovimVisio.pc.getSenders().find(rtc => rtc.track && rtc.track.kind == 'video');
if (videoTrack) videoTrack.track.stop();
Visio.switchCamera.classList.add('disabled');
}
lobbySetup: function (withVideo) {
Visio.getUserMedia(withVideo);
},
getUserMedia: function(withVideo) {
var constraints = {
audio: true,
video: false
video: false,
};
if (localStorage.getItem('defaultMicrophone')) {
if (withVideo) {
constraints.video = {
facingMode: 'user',
width: { ideal: 4096 },
height: { ideal: 4096 }
}
if (localStorage.defaultCamera) {
constraints.video = {
deviceId: localStorage.defaultCamera
};
}
}
if (localStorage.defaultMicrophone) {
constraints.audio = {
deviceId: localStorage.getItem('defaultMicrophone')
deviceId: localStorage.defaultMicrophone
}
}
if (MovimVisio.withVideo) {
const videoSource = Visio.videoSelect.value;
var defaultCamera = undefined;
MovimVisio.load();
if (localStorage.getItem('defaultCamera')) {
defaultCamera = localStorage.getItem('defaultMicrophone');
}
let lobby = document.querySelector('#visio_lobby');
constraints.video = {
deviceId: videoSource ? { exact: videoSource } : defaultCamera,
facingMode: 'user',
width: { ideal: 4096 },
height: { ideal: 4096 }
};
if (lobby) {
VisioUtils.disableLobbyCallButton();
}
navigator.mediaDevices.getUserMedia(constraints).then(stream => {
MovimVisio.localStream = stream;
if (lobby) {
lobby.classList.add('configure');
} else {
MovimVisio.clear();
return;
}
stream.getTracks().forEach(track => {
MovimVisio.pc.addTrack(track, stream);
if (lobby) {
VisioUtils.enableLobbyCallButton();
}
if (track.kind == 'audio') {
MovimVisio.localAudio.srcObject = stream;
localStorage.setItem('defaultMicrophone', track.getSettings().deviceId);
} else if (track.kind == 'video') {
} else if (withVideo && track.kind == 'video') {
MovimVisio.localVideo.srcObject = stream;
localStorage.setItem('defaultCamera', track.getSettings().deviceId);
if (lobby) {
let cameraPreview = lobby.querySelector('video#camera_preview');
cameraPreview.addEventListener('loadeddata', () => cameraPreview.play());
cameraPreview.srcObject = stream;
cameraPreview.disablePictureInPicture = true;
}
}
});
if (MovimVisio.withVideo) {
Visio.switchCamera.classList.remove('disabled');
// Toggle video icon
var cameraIcon = document.querySelector('#toggle_video i');
cameraIcon.innerText = 'videocam';
VisioUtils.handleAudio();
// Switch camera
VisioUtils.pcReplaceTrack(stream);
if (withVideo) {
VisioUtils.enableScreenSharingButton();
}
VisioUtils.handleAudio();
VisioUtils.toggleMainButton();
navigator.mediaDevices.enumerateDevices().then(devices => Visio.gotDevices(withVideo, devices));
});
},
// For the first time we attach all the tracks and we launch the call
if (MovimVisio.id) {
Visio_ajaxAccept(MovimVisio.from, MovimVisio.id);
} else {
// TODO launch when button pressed
MovimVisio.id = crypto.randomUUID();
Visio.calling = true;
VisioUtils.toggleMainButton();
Visio_ajaxPropose(MovimVisio.from, MovimVisio.id, MovimVisio.withVideo);
gotDevices: function(withVideo, devicesInfo) {
microphoneFound = false;
cameraFound = false;
let microphoneSelect = document.querySelector('select[name=default_microphone]');
microphoneSelect.onchange = (e) => {
localStorage.defaultMicrophone = e.target.value;
Visio.getUserMedia(withVideo);
};
microphoneSelect.innerText = '';
VisioUtils.handleAudio();
let cameraSelect = document.querySelector('select[name=default_camera]');
if (cameraSelect) {
cameraSelect.addEventListener('change', e => {
localStorage.defaultCamera = e.target.value;
document.querySelector('video#camera_preview').srcObject = null;
Visio.getUserMedia(withVideo);
});
cameraSelect.innerText = '';
}
for (const deviceInfo of devicesInfo) {
if (deviceInfo.kind === 'audioinput') {
const option = document.createElement('option');
option.value = deviceInfo.deviceId;
option.text = deviceInfo.label || `Microphone ${microphoneSelect.length + 1}`;
if (deviceInfo.deviceId == localStorage.defaultMicrophone) {
option.selected = true;
microphoneFound = true;
}
microphoneSelect.appendChild(option);
}
//}
}, logError);
if (withVideo && deviceInfo.kind === 'videoinput') {
const option = document.createElement('option');
option.value = deviceInfo.deviceId;
option.text = deviceInfo.label || `Camera ${microphoneSelect.length + 1}`;
if (deviceInfo.deviceId == localStorage.defaultCamera) {
option.selected = true;
cameraFound = true;
}
// Sometimes we can have two devices with the same id
if (!cameraSelect.querySelector('option[value="' + deviceInfo.deviceId + '"]')) {
cameraSelect.appendChild(option);
}
}
}
if (microphoneFound == false) {
localStorage.defaultMicrophone = microphoneSelect.value;
}
if (withVideo && cameraFound == false) {
localStorage.defaultCamera = cameraSelect.value;
}
},
gotQuickStream: function () {
@ -312,8 +388,6 @@ var Visio = {
MovimVisio.remoteVideo.srcObject = null;
}
if (MovimVisio.pc) MovimVisio.pc.close();
if (VisioUtils.audioContext) {
VisioUtils.audioContext.close();
VisioUtils.audioContext = null;
@ -323,19 +397,6 @@ var Visio = {
VisioUtils.remoteAudioContext.close();
VisioUtils.remoteAudioContext = null;
}
document.querySelector('p.state').innerText = reason == 'decline'
? Visio.states.declined
: Visio.states.ended;
button = document.querySelector('#main');
button.className = 'button action color red';
button.querySelector('i').className = 'material-symbols';
button.querySelector('i').innerText = 'close';
button.onclick = () => {
Visio.goodbye();
}
},
goodbye: (reason) => {

2
app/Widgets/Visio/visio.tpl

@ -29,7 +29,7 @@
<p></p>
<p id="no_mic_sound" class="disabled all">
<i class="material-symbols">mic_none</i>
{$c->__('visioconfig.no_mic_sound')}
{$c->__('visiolobby.no_mic_sound')}
</p>
</div>
</li>

70
app/Widgets/Visio/visio_lobby.css

@ -0,0 +1,70 @@
#visio_lobby:not(.configure) form,
#visio_lobby.configure .placeholder {
display: none;
}
#visio_lobby .placeholder {
margin: 4rem auto;
}
#visio_lobby {
margin-bottom: 2rem;
}
#visio_lobby form {
padding: 0;
}
#visio_lobby #mic_preview {
height: 2rem;
margin-left: 7rem;
}
#visio_lobby #mic_preview .level {
display: block;
margin-top: 0.5rem;
text-align: center;
}
#visio_lobby #mic_preview .level span {
display: inline-block;
width: calc(10% - 0.75rem);
margin: 0.25rem;
height: 1rem;
border-radius: 0.25rem;
opacity: 1;
}
#visio_lobby #mic_preview .level span.disabled {
opacity: 0.1;
transition: opacity 0.5s ease-out;
}
#visio_lobby #default_microphone.muted span.primary i.enabled,
#visio_lobby #default_microphone:not(.muted) span.primary i.disabled,
#visio_lobby #default_microphone:not(.muted) .supporting {
display: none;
}
#visio_lobby #camera_preview {
border-radius: 0.5rem;
max-height: 30rem;
width: 100%;
background-image: url('../theme/img/movim_cloud.svg');
background-position: center;
background-repeat: no-repeat;
background-color: rgb(var(--movim-accent));
background-size: 15%;
}
#visio_lobby + div {
display: flex;
padding: 0 1rem;
gap: 1rem;
margin-bottom: 1rem;
}
#visio_lobby + div > .button {
flex: 1 0 0;
}

150
app/Widgets/Visio/visio_utils.js

@ -5,6 +5,11 @@ var VisioUtils = {
remoteAudioContext: null,
handleAudio: function () {
if (VisioUtils.audioContext) {
VisioUtils.audioContext.close();
VisioUtils.audioContext = null;
}
VisioUtils.audioContext = new AudioContext();
try {
@ -20,11 +25,17 @@ var VisioUtils = {
var icon = document.querySelector('#toggle_audio i');
var mainButton = document.getElementById('main');
icon.innerText = 'mic';
let isMuteStep = 0;
let isMuteStep = 251;
var noMicSound = document.querySelector('#no_mic_sound');
var defaultMicrophone = document.querySelector('#default_microphone');
if (defaultMicrophone) {
defaultMicrophone.classList.add('muted');
}
microphone.connect(javascriptNode);
javascriptNode.connect(VisioUtils.audioContext.destination);
javascriptNode.onaudioprocess = function (event) {
var inpt = event.inputBuffer.getChannelData(0);
var instant = 0.0;
@ -39,6 +50,7 @@ var VisioUtils = {
var base = (instant / VisioUtils.maxLevel);
var level = (base > 0.01) ? base ** .3 : 0;
let step = 0;
if (level == 0) {
isMuteStep++;
@ -47,9 +59,32 @@ var VisioUtils = {
}
if (isMuteStep > 250) {
noMicSound.classList.remove('disabled');
if (noMicSound) {
noMicSound.classList.remove('disabled');
}
if (defaultMicrophone) {
defaultMicrophone.classList.add('muted');
}
} else {
noMicSound.classList.add('disabled');
if (noMicSound) {
noMicSound.classList.add('disabled');
}
if (defaultMicrophone) {
defaultMicrophone.classList.remove('muted');
}
// Lobby level
document.querySelectorAll('.level span').forEach(span => {
if (step < Math.floor(level * 10)) {
span.classList.remove('disabled');
} else {
span.classList.add('disabled');
}
step++;
});
}
mainButton.style.outlineColor = 'rgba(255, 255, 255, ' + level + ')';
@ -57,6 +92,11 @@ var VisioUtils = {
},
handleRemoteAudio: function () {
if (VisioUtils.remoteAudioContext) {
VisioUtils.remoteAudioContext.close();
VisioUtils.remoteAudioContext = null;
}
VisioUtils.remoteAudioContext = new AudioContext();
try {
@ -259,6 +299,12 @@ var VisioUtils = {
button.onclick = () => Visio.goodbye();
}
} else {
button.classList.add('red');
i.className = 'material-symbols';
i.innerText = 'close';
button.onclick = () => Visio.goodbye();
}
},
@ -266,6 +312,22 @@ var VisioUtils = {
document.querySelector('#screen_sharing').classList.add('enabled');
},
enableSwitchCameraButton: function () {
Visio.switchCamera.classList.remove('disabled');
},
disableSwitchCameraButton: function () {
Visio.switchCamera.classList.add('disabled');
},
enableLobbyCallButton: function () {
document.querySelector('#lobby_start').classList.remove('disabled');
},
disableLobbyCallButton: function () {
document.querySelector('#lobby_start').classList.add('disabled');
},
toggleScreenSharing: async function () {
Visio.switchCamera = document.querySelector("#visio #switch_camera");
@ -280,7 +342,7 @@ var VisioUtils = {
});
MovimVisio.screenSharing.classList.add('sharing');
Visio.switchCamera.classList.add('disabled');
VisioUtils.disableSwitchCameraButton();
button.innerText = 'stop_screen_share';
Visio.gotScreen();
@ -291,7 +353,7 @@ var VisioUtils = {
MovimVisio.screenSharing.srcObject.getTracks().forEach(track => track.stop());
MovimVisio.screenSharing.srcObject = null;
MovimVisio.screenSharing.classList.remove('sharing');
Visio.switchCamera.classList.remove('disabled');
VisioUtils.enableSwitchCameraButton();
button.innerText = 'screen_share';
@ -299,21 +361,71 @@ var VisioUtils = {
}
},
switchCameraSetup: function () {
switchCameraInCall: function () {
Visio.videoSelect = document.querySelector('#visio select#visio_source');
navigator.mediaDevices.enumerateDevices().then(devices => VisioUtils.gotDevices(devices));
Visio.switchCamera = document.querySelector("#visio #switch_camera");
navigator.mediaDevices.enumerateDevices().then(devicesInfo => {
Visio.videoSelect.innerText = '';
for (const deviceInfo of devicesInfo) {
if (deviceInfo.kind === 'videoinput') {
const option = document.createElement('option');
option.value = deviceInfo.deviceId;
option.text = deviceInfo.label || 'Camera ' + Visio.videoSelect.length + 1;
if (!Visio.videoSelect.querySelector('option[value="' + deviceInfo.deviceId + '"]')) {
Visio.videoSelect.appendChild(option);
}
}
}
if (Visio.videoSelect.options.length >= 2) {
Visio.switchCamera.classList.add('enabled');
}
});
Visio.switchCamera.onclick = () => {
Visio.videoSelect.selectedIndex++;
// No empty selection
if (Visio.videoSelect.selectedIndex == -1) {
Visio.videoSelect.selectedIndex++;
}
Toast.send(Visio.videoSelect.options[Visio.videoSelect.selectedIndex].label);
Visio.getStream();
var constraints = {
video: true
};
constraints.video = {
deviceId: Visio.videoSelect.options[Visio.videoSelect.selectedIndex].value,
width: { ideal: 4096 },
height: { ideal: 4096 }
};
MovimVisio.localVideo.srcObject = null;
VisioUtils.disableSwitchCameraButton();
navigator.mediaDevices.getUserMedia(constraints).then(stream => {
stream.getTracks().forEach(track => {
MovimVisio.pc.addTrack(track, stream);
if (track.kind == 'video') {
MovimVisio.localVideo.srcObject = stream;
localStorage.setItem('defaultCamera', track.getSettings().deviceId);
}
});
VisioUtils.enableSwitchCameraButton();
var cameraIcon = document.querySelector('#toggle_video i');
cameraIcon.innerText = 'videocam';
VisioUtils.pcReplaceTrack(stream);
VisioUtils.enableScreenSharingButton();
VisioUtils.toggleMainButton();
}, logError);
};
},
@ -324,23 +436,5 @@ var VisioUtils = {
if (sender) {
sender.replaceTrack(videoTrack);
}
},
gotDevices: function (deviceInfos) {
Visio.videoSelect.innerText = '';
for (const deviceInfo of deviceInfos) {
if (deviceInfo.kind === 'videoinput') {
const option = document.createElement('option');
option.value = deviceInfo.deviceId;
option.text = deviceInfo.label || 'Camera ' + Visio.videoSelect.length + 1;
Visio.videoSelect.appendChild(option);
}
}
if (Visio.videoSelect.options.length >= 2) {
document.querySelector("#visio #switch_camera").classList.add('enabled');
}
}
}

25
app/Widgets/VisioConfig/VisioConfig.php

@ -1,25 +0,0 @@
<?php
namespace App\Widgets\VisioConfig;
use App\Widgets\Toast\Toast;
use Movim\Widget\Base;
class VisioConfig extends Base
{
public function load()
{
$this->addjs('visioconfig.js');
$this->addcss('visioconfig.css');
}
public function ajaxDefaultMicrophoneChanged()
{
Toast::send($this->__('visioconfig.default_microphone_changed'));
}
public function ajaxDefaultCameraChanged()
{
Toast::send($this->__('visioconfig.default_camera_changed'));
}
}

11
app/Widgets/VisioConfig/locales.ini

@ -1,11 +0,0 @@
[visioconfig]
title = Video & Voice
help = Configure the default devices used by Movim
microphone = Microphone
microphone_label= Default microphone
camera = Camera
camera_label = Default camera
default_microphone_changed = Default microphone changed
default_camera_changed = Default camera changed
no_mic_sound = "No sound detected from your microphone"
no_mic_sound2 = "Try to select another source or check your system settings"

60
app/Widgets/VisioConfig/visioconfig.css

@ -1,60 +0,0 @@
#visioconfig_widget #mic_preview {
height: 6rem;
}
#visioconfig_widget #mic_preview .level {
display: block;
margin-top: 0.5rem;
text-align: center;
}
#visioconfig_widget #mic_preview .level.disabled {
display: none;
}
#visioconfig_widget #mic_preview .level span {
display: inline-block;
width: calc(10% - 0.75rem);
margin: 0.25rem;
height: 1.5rem;
border-radius: 0.25rem;
opacity: 1;
}
#visioconfig_widget #mic_preview .level span.disabled {
opacity: 0.2;
transition: opacity 1s ease-out;
}
#visioconfig_widget #mic_preview .level:not(.disabled) + p {
display: none;
}
#visioconfig_widget #camera_preview {
background-color: rgba(0, 0, 0, 0.15);
border-radius: 0.5rem;
overflow: hidden;
min-height: 30rem;
}
#visioconfig_widget #camera_preview ul.list {
display: flex;
flex-direction: column;
justify-content: center;
min-height: 30rem;
}
#visioconfig_widget #no_mic_sound {
animation: fadein 0.3s;
}
#visioconfig_widget #camera_preview.enabled video {
display: block;
margin: 0 auto;
}
#visioconfig_widget #camera_preview video,
#visioconfig_widget #camera_preview.enabled ul.list,
#visioconfig_widget #no_mic_sound.disabled {
display: none;
}

212
app/Widgets/VisioConfig/visioconfig.js

@ -1,212 +0,0 @@
var VisioConfig = {
micMaxLevel: 0,
audioContext: null,
audioStream: null,
videoStream: null,
init: function () {
navigator.mediaDevices.enumerateDevices().then(devices => VisioConfig.gotDevices(devices));
},
gotDevices: function (deviceInfos) {
let microphoneSelect = document.querySelector('select[name=default_microphone]');
microphoneSelect.addEventListener('change', VisioConfig.changeDefaultMicrophone);
microphoneSelect.innerText = '';
let cameraSelect = document.querySelector('select[name=default_camera]');
cameraSelect.addEventListener('change', VisioConfig.changeDefaultCamera);
cameraSelect.innerText = '';
microphoneFound = false;
cameraFound = false;
for (const deviceInfo of deviceInfos) {
if (deviceInfo.kind === 'audioinput') {
const option = document.createElement('option');
option.value = deviceInfo.deviceId;
option.text = deviceInfo.label || `Microphone ${microphoneSelect.length + 1}`;
if (deviceInfo.deviceId == localStorage.defaultMicrophone) {
option.selected = true;
microphoneFound = true;
}
microphoneSelect.appendChild(option);
}
if (deviceInfo.kind === 'videoinput') {
const option = document.createElement('option');
option.value = deviceInfo.deviceId;
option.text = deviceInfo.label || `Camera ${microphoneSelect.length + 1}`;
if (deviceInfo.deviceId == localStorage.defaultCamera) {
option.selected = true;
cameraFound = true;
}
cameraSelect.appendChild(option);
}
}
if (microphoneFound == false) {
localStorage.defaultMicrophone = microphoneSelect.value;
}
if (cameraFound == false) {
localStorage.defaultCamera = cameraSelect.value;
}
},
testMicrophone: function () {
document.querySelector('#mic_preview .level').classList.remove('disabled');
document.querySelectorAll('.level span').forEach(span => {
span.classList.add('disabled');
});
if (localStorage.defaultMicrophone) {
audioContraint = {
deviceId: {
exact: localStorage.defaultMicrophone
}
}
} else {
return;
}
VisioConfig.micMaxLevel = 0;
navigator.mediaDevices.getUserMedia({
audio: audioContraint
}).then(function (stream) {
VisioConfig.audioStream = stream;
if (VisioConfig.audioContext) {
VisioConfig.audioContext.close();
}
VisioConfig.audioContext = new AudioContext();
let microphone = VisioConfig.audioContext.createMediaStreamSource(stream);
var javascriptNode = VisioConfig.audioContext.createScriptProcessor(2048, 1, 1);
let noMicSound = document.querySelector('#visioconfig_widget #no_mic_sound');
microphone.connect(javascriptNode);
javascriptNode.connect(VisioConfig.audioContext.destination);
let isMuteStep = 0;
javascriptNode.onaudioprocess = function (event) {
var inpt = event.inputBuffer.getChannelData(0);
var instant = 0.0;
var sum = 0.0;
for (var i = 0; i < inpt.length; ++i) {
sum += inpt[i] * inpt[i];
}
instant = Math.sqrt(sum / inpt.length);
VisioConfig.micMaxLevel = Math.max(VisioConfig.micMaxLevel, instant);
var base = (instant / VisioConfig.micMaxLevel);
var level = (base > 0.01) ? base ** .3 : 0;
let step = 0;
if (level == 0) {
isMuteStep++;
} else {
isMuteStep = 0;
}
if (isMuteStep > 50) {
noMicSound.classList.remove('disabled');
} else {
noMicSound.classList.add('disabled');
document.querySelectorAll('.level span').forEach(span => {
if (step < Math.floor(level * 10)) {
span.classList.remove('disabled');
} else {
span.classList.add('disabled');
}
step++;
});
}
}
})
.catch(function (err) {
console.error(err);
});
},
stopMicrophone: function () {
if (!VisioConfig.audioStream) return;
VisioConfig.audioStream.getTracks().forEach(function (track) {
if (track.kind === 'audio') {
track.stop();
}
});
},
stopCamera: function () {
if (!VisioConfig.videoStream) return;
VisioConfig.videoStream.getTracks().forEach(function (track) {
if (track.kind === 'video') {
track.stop();
}
});
},
testCamera: function () {
if (localStorage.defaultCamera) {
videoConstraint = {
deviceId: {
exact: localStorage.defaultCamera
}
}
} else {
return;
}
navigator.mediaDevices.getUserMedia({
video: videoConstraint
}).then(function (stream) {
VisioConfig.videoStream = stream;
let camera = document.querySelector('#camera_preview video');
camera.srcObject = stream;
camera.play();
document.querySelector('#camera_preview').classList.add('enabled');
})
.catch(function (err) {
console.error(err);
});
},
changeDefaultMicrophone: function (event) {
localStorage.defaultMicrophone = event.target.value;
VisioConfig_ajaxDefaultMicrophoneChanged();
VisioConfig.testMicrophone();
},
changeDefaultCamera: function (event) {
localStorage.defaultCamera = event.target.value;
VisioConfig_ajaxDefaultCameraChanged();
VisioConfig.testCamera();
}
}
MovimWebsocket.attach(() => {
VisioConfig.init();
});
MovimEvents.registerWindow('loaded', 'visioconfig', () => {
if (VisioConfig.audioStream) {
VisioConfig.stopMicrophone();
VisioConfig.stopCamera();
}
});

103
app/Widgets/VisioConfig/visioconfig.tpl

@ -1,103 +0,0 @@
<div class="tabelem padded_top_bottom" title="{$c->__('visioconfig.title')}" data-mobileicon="video_settings" id="visioconfig_widget">
<ul class="list fill thick">
<li>
<span class="primary icon gray">
<i class="material-symbols">info</i>
</span>
<div>
<p class="line normal">{$c->__('visioconfig.title')}</p>
<p class="all">{$c->__('visioconfig.help')}</p>
</div>
</li>
</ul>
<form>
<div>
<ul class="list fill">
<li class="subheader">
<div>
<p>{$c->__('visioconfig.microphone')}</p>
</div>
</li>
<li>
<span class="primary icon gray">
<i class="material-symbols">settings_voice</i>
</span>
<div>
<div class="select">
<select name="default_microphone"></select>
</div>
<label for="default_microphone">{$c->__('visioconfig.microphone_label')}</label>
</div>
</li>
</ul>
<ul class="list fill thin">
<li>
<span class="primary icon small"></span>
<div id="mic_preview">
<div class="level disabled">
<span class="disabled color green"></span>
<span class="disabled color green"></span>
<span class="disabled color green"></span>
<span class="disabled color green"></span>
<span class="disabled color green"></span>
<span class="disabled color yellow"></span>
<span class="disabled color yellow"></span>
<span class="disabled color yellow"></span>
<span class="disabled color yellow"></span>
<span class="disabled color red"></span>
</div>
<p class="center">
<span class="button flat gray" onclick="VisioConfig.testMicrophone()">
<i class="material-symbols">mic</i> {$c->__('publish.preview')}
</span>
</p>
</div>
</li>
<li id="no_mic_sound" class="disabled">
<span class="primary icon small red">
<i class="material-symbols">mic_none</i>
</span>
<div>
<p>{$c->__('visioconfig.no_mic_sound')}</p>
<p>{$c->__('visioconfig.no_mic_sound2')}</p>
</div>
</li>
</ul>
<ul class="list fill">
<li class="subheader">
<div>
<p>{$c->__('visioconfig.camera')}</p>
</div>
</li>
<li>
<span class="primary icon gray">
<i class="material-symbols">video_camera_back</i>
</span>
<div>
<div class="select">
<select name="default_camera"></select>
</div>
<label for="default_camera">{$c->__('visioconfig.camera_label')}</label>
</div>
</li>
<li>
<span class="primary"></span>
<div id="camera_preview">
<video></video>
<ul class="list">
<li>
<div>
<p class="line center normal">
<span class="button flat gray" onclick="VisioConfig.testCamera();">
<i class="material-symbols">videocam</i> {$c->__('publish.preview')}
</span>
</p>
</div>
</li>
</ul>
</div>
</li>
</ul>
</div>
</form>
</div>

47
locales/ach.po

@ -116,7 +116,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Acoli (http://app.transifex.com/movim/movim/language/ach/)\n"
@ -2666,46 +2666,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/ady.po

@ -116,7 +116,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Adyghe (http://app.transifex.com/movim/movim/language/ady/)\n"
@ -2666,46 +2666,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/af.po

@ -116,7 +116,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Afrikaans (http://app.transifex.com/movim/movim/language/af/)\n"
@ -2666,46 +2666,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/am.po

@ -116,7 +116,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Amharic (Ethiopia) (http://app.transifex.com/movim/movim/language/am_ET/)\n"
@ -2666,46 +2666,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/ar.po

@ -118,7 +118,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Med Touhami MAHDI <dragnucs@legtux.org>, 2017\n"
"Language-Team: Arabic (http://app.transifex.com/movim/movim/language/ar/)\n"
@ -2668,46 +2668,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/be.po

@ -116,7 +116,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Belarusian (http://app.transifex.com/movim/movim/language/be/)\n"
@ -2666,46 +2666,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

56
locales/bg.po

@ -119,7 +119,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Rossen Karpuzov <rkarpuzov@yahoo.com>, 2020-2023\n"
"Language-Team: Bulgarian (http://app.transifex.com/movim/movim/language/bg/)\n"
@ -2669,46 +2669,64 @@ msgstr ""
msgid "…connecting"
msgstr "...свързване"
#: [visioconfig]title
msgid "Video & Voice"
msgstr "Видео и глас"
#: [visiolobby]called
#, fuzzy
msgid "%s is calling you"
msgstr "... ви прозвънява"
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr "Настройка на подразбиращите се устройства ползвани от Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr "Микрофон"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]microphone_label
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr "Подразбиращ се микрофон"
#: [visioconfig]camera
msgid "Camera"
msgstr "Камера"
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr "Подразбираща се камера"
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr "Видео и глас"
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr "Настройка на подразбиращите се устройства ползвани от Movim"
#: [visioconfig]microphone
msgid "Microphone"
msgstr "Микрофон"
#: [visioconfig]camera
msgid "Camera"
msgstr "Камера"
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr "Movim изисква Javascript да е разрешен, за да работи коректно."

47
locales/bn.po

@ -117,7 +117,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 2013\n"
"Language-Team: Bengali (http://app.transifex.com/movim/movim/language/bn/)\n"
@ -2667,46 +2667,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/br.po

@ -117,7 +117,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Irriep Nala Novram <per.morvan.bzh29@gmail.com>, 2017\n"
"Language-Team: Breton (http://app.transifex.com/movim/movim/language/br/)\n"
@ -2667,46 +2667,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/ca.po

@ -118,7 +118,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: T3rr0rz0n3 <zagur@voidnull.es>, 2019\n"
"Language-Team: Catalan (http://app.transifex.com/movim/movim/language/ca/)\n"
@ -2668,46 +2668,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/cs.po

@ -120,7 +120,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Egon Borovan <egon.boro@gmail.com>, 2019\n"
"Language-Team: Czech (Czech Republic) (http://app.transifex.com/movim/movim/language/cs_CZ/)\n"
@ -2670,46 +2670,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/da.po

@ -117,7 +117,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Mikkel Kirkgaard Nielsen <memb_transifex@mikini.dk>, 2016\n"
"Language-Team: Danish (http://app.transifex.com/movim/movim/language/da/)\n"
@ -2667,46 +2667,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

50
locales/de.po

@ -134,7 +134,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Jaussoin Timothée <edhelas@movim.eu>, 2017,2023\n"
"Language-Team: German (http://app.transifex.com/movim/movim/language/de/)\n"
@ -2684,46 +2684,64 @@ msgstr ""
msgid "…connecting"
msgstr "…verbinden"
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visiolobby]called
#, fuzzy
msgid "%s is calling you"
msgstr "…ruft Sie an"
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr "Movim benötigt JavaScript, um richtig zu funktionieren"

47
locales/el.po

@ -117,7 +117,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Marinus Savoritias <msavorritias@gmail.com>, 2016\n"
"Language-Team: Greek (http://app.transifex.com/movim/movim/language/el/)\n"
@ -2667,46 +2667,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

56
locales/en.po

@ -116,7 +116,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: English (http://app.transifex.com/movim/movim/language/en/)\n"
@ -2666,46 +2666,64 @@ msgstr "Failed"
msgid "…connecting"
msgstr "…connecting"
#: [visioconfig]title
msgid "Video & Voice"
msgstr "Video & Voice"
#: [visiolobby]called
#, fuzzy
msgid "%s is calling you"
msgstr "…is calling you"
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]microphone_label
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr "Default microphone"
#: [visioconfig]camera
msgid "Camera"
msgstr "Camera"
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr "Default camera"
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr "Default microphone changed"
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr "Default camera changed"
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr "No sound detected from your microphone"
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr "Try to select another source or check your system settings"
#: [visioconfig]title
msgid "Video & Voice"
msgstr "Video & Voice"
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr "Configure the default devices used by Movim"
#: [visioconfig]microphone
msgid "Microphone"
msgstr "Microphone"
#: [visioconfig]camera
msgid "Camera"
msgstr "Camera"
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr "Movim requires Javascript to be enabled to work properly."

47
locales/eo.po

@ -116,7 +116,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Esperanto (http://app.transifex.com/movim/movim/language/eo/)\n"
@ -2666,46 +2666,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

50
locales/es.po

@ -127,7 +127,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: cristian paraque, 2022\n"
"Language-Team: Spanish (http://app.transifex.com/movim/movim/language/es/)\n"
@ -2677,46 +2677,64 @@ msgstr ""
msgid "…connecting"
msgstr "...conectando"
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visiolobby]called
#, fuzzy
msgid "%s is calling you"
msgstr "...le está llamando"
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr "Movim requiere que Javascript esté activado para funcionar correctamente."

56
locales/eu.po

@ -119,7 +119,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Xabi, 2023-2024\n"
"Language-Team: Basque (http://app.transifex.com/movim/movim/language/eu/)\n"
@ -2669,46 +2669,64 @@ msgstr ""
msgid "…connecting"
msgstr "… konektatzen"
#: [visioconfig]title
msgid "Video & Voice"
msgstr "Bideoa eta Ahotsa"
#: [visiolobby]called
#, fuzzy
msgid "%s is calling you"
msgstr "… deitzen ari zaizu"
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr "Konfiguratu Movim darabilten gailuak"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr "Mikrofonoa"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]microphone_label
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr "Lehenetsitako mikrofonoa"
#: [visioconfig]camera
msgid "Camera"
msgstr "Kamera"
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr "Lehenetsitako kamera"
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr "Lehenetsitako mikrofonoa aldatu da"
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr "Lehenetsitako kamera aldatu da"
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr "Ez da mikrofonotik datorren soinurik detektatu"
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr "Saiatu beste iturri bat hautatzen edo egiaztatu zure gailuaren ezarpenak"
#: [visioconfig]title
msgid "Video & Voice"
msgstr "Bideoa eta Ahotsa"
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr "Konfiguratu Movim darabilten gailuak"
#: [visioconfig]microphone
msgid "Microphone"
msgstr "Mikrofonoa"
#: [visioconfig]camera
msgid "Camera"
msgstr "Kamera"
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr "Movimek Javascript behar du."

47
locales/fa.po

@ -120,7 +120,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: revolt68 <ashrafnezhad@gmail.com>, 2021\n"
"Language-Team: Persian (http://app.transifex.com/movim/movim/language/fa/)\n"
@ -2670,46 +2670,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/fi.po

@ -117,7 +117,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Mikael H <silfursun@gmail.com>, 2016\n"
"Language-Team: Finnish (http://app.transifex.com/movim/movim/language/fi/)\n"
@ -2667,46 +2667,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

56
locales/fr.po

@ -126,7 +126,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Jaussoin Timothée <edhelas@movim.eu>, 2015-2024\n"
"Language-Team: French (France) (http://app.transifex.com/movim/movim/language/fr_FR/)\n"
@ -2676,46 +2676,64 @@ msgstr "Échoué"
msgid "…connecting"
msgstr "…mise en relation"
#: [visioconfig]title
msgid "Video & Voice"
msgstr "Voix & Vidéo"
#: [visiolobby]called
#, fuzzy
msgid "%s is calling you"
msgstr "…vous appelle"
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr "Configurer les périphériques par défaut utilisés par Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]microphone_label
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr "Microphone par défaut"
#: [visioconfig]camera
msgid "Camera"
msgstr "Caméra"
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr "Caméra par défaut"
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr "Changement du microphone par défaut"
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr "Changement de la caméra par défaut"
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr "Aucun son détecté venant de votre microphone"
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr "Veuillez sélectionner une autre source ou vérifiez vos paramètres système"
#: [visioconfig]title
msgid "Video & Voice"
msgstr "Voix & Vidéo"
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr "Configurer les périphériques par défaut utilisés par Movim"
#: [visioconfig]microphone
msgid "Microphone"
msgstr "Microphone"
#: [visioconfig]camera
msgid "Camera"
msgstr "Caméra"
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr "Movim nécessite JavaScript pour fonctionner correctement."

47
locales/ga.po

@ -117,7 +117,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Timothy Fry <tim@frydaho.com>, 2016\n"
"Language-Team: Irish (http://app.transifex.com/movim/movim/language/ga/)\n"
@ -2667,46 +2667,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/gl.po

@ -117,7 +117,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: ghose <correoxm@disroot.org>, 2023\n"
"Language-Team: Galician (http://app.transifex.com/movim/movim/language/gl/)\n"
@ -2667,46 +2667,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/he.po

@ -118,7 +118,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: gk <genghiskhan@gmx.ca>, 2016\n"
"Language-Team: Hebrew (http://app.transifex.com/movim/movim/language/he/)\n"
@ -2668,46 +2668,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/hr.po

@ -118,7 +118,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Krunoslav Tomorad <krunoslav.tomorad@gmail.com>, 2019\n"
"Language-Team: Croatian (http://app.transifex.com/movim/movim/language/hr/)\n"
@ -2668,46 +2668,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/hu.po

@ -121,7 +121,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: 386902c248cb697d9d6d058103e08443_c36ce9b <3e1ab06cc760e2987b063fda7f345e3f_237544>, 2018\n"
"Language-Team: Hungarian (http://app.transifex.com/movim/movim/language/hu/)\n"
@ -2671,46 +2671,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/id.po

@ -119,7 +119,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Fahmi <itsfahmiegerton@live.co.uk>, 2017\n"
"Language-Team: Indonesian (http://app.transifex.com/movim/movim/language/id/)\n"
@ -2669,46 +2669,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/io.po

@ -118,7 +118,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: William <fxinkeo@mail.com>, 2015\n"
"Language-Team: Ido (http://app.transifex.com/movim/movim/language/io/)\n"
@ -2668,46 +2668,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/is.po

@ -117,7 +117,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Jóhannes Gunnar Þorsteinsson <johannesg@johannesg.com>, 2015\n"
"Language-Team: Icelandic (http://app.transifex.com/movim/movim/language/is/)\n"
@ -2667,46 +2667,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

50
locales/it.po

@ -124,7 +124,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Giacomo Lacava <g.lacava@gmail.com>, 2018\n"
"Language-Team: Italian (http://app.transifex.com/movim/movim/language/it/)\n"
@ -2674,46 +2674,64 @@ msgstr ""
msgid "…connecting"
msgstr "... in collegamento ..."
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visiolobby]called
#, fuzzy
msgid "%s is calling you"
msgstr "... ti sta chiamando"
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

50
locales/ja.po

@ -122,7 +122,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Rintan, 2020-2021\n"
"Language-Team: Japanese (http://app.transifex.com/movim/movim/language/ja/)\n"
@ -2672,46 +2672,64 @@ msgstr ""
msgid "…connecting"
msgstr "接続中…"
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visiolobby]called
#, fuzzy
msgid "%s is calling you"
msgstr "あなたを呼び出し中…"
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr "Movimが正常に動作するにはJavascriptの有効化が必要です。"

47
locales/jbo.po

@ -117,7 +117,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 2011\n"
"Language-Team: Lojban (http://app.transifex.com/movim/movim/language/jbo/)\n"
@ -2667,46 +2667,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/kk.po

@ -116,7 +116,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Kazakh (http://app.transifex.com/movim/movim/language/kk/)\n"
@ -2666,46 +2666,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

50
locales/ko.po

@ -118,7 +118,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: 조수연, 2022\n"
"Language-Team: Korean (http://app.transifex.com/movim/movim/language/ko/)\n"
@ -2668,46 +2668,64 @@ msgstr ""
msgid "…connecting"
msgstr "연결 중"
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visiolobby]called
#, fuzzy
msgid "%s is calling you"
msgstr "전화 오는 중"
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr "Movim이 제대로 작동하려면 Javascript가 활성화되어야 합니다."

47
locales/lb.po

@ -116,7 +116,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Luxembourgish (http://app.transifex.com/movim/movim/language/lb/)\n"
@ -2666,46 +2666,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/lt.po

@ -117,7 +117,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Mantas Ramonas <mantas@internetz.me>, 2017\n"
"Language-Team: Lithuanian (http://app.transifex.com/movim/movim/language/lt/)\n"
@ -2667,46 +2667,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/lv.po

@ -118,7 +118,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Jans Petersons <martinstomsons2@gmail.com>, 2017\n"
"Language-Team: Latvian (http://app.transifex.com/movim/movim/language/lv/)\n"
@ -2668,46 +2668,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

651
locales/messages.pot

@ -113,6 +113,601 @@
#, fuzzy
msgid ""
msgstr ""
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
@ -123,6 +718,17 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.13.2\n"
#: [about]thanks
msgid "Thanks"
@ -2735,46 +3341,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

50
locales/nb.po

@ -121,7 +121,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Dominik George <nik@naturalnet.de>, 2017-2018\n"
"Language-Team: Norwegian Bokmål (Norway) (http://app.transifex.com/movim/movim/language/nb_NO/)\n"
@ -2671,46 +2671,64 @@ msgstr ""
msgid "…connecting"
msgstr "…kobler til"
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visiolobby]called
#, fuzzy
msgid "%s is calling you"
msgstr "…ringer deg"
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/ne.po

@ -117,7 +117,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 2012\n"
"Language-Team: Nepali (http://app.transifex.com/movim/movim/language/ne/)\n"
@ -2667,46 +2667,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/nl.po

@ -126,7 +126,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Robbie Deighton <deightonrobbie@gmail.com>, 2019\n"
"Language-Team: Dutch (http://app.transifex.com/movim/movim/language/nl/)\n"
@ -2676,46 +2676,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/oc.po

@ -116,7 +116,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Occitan (post 1500) (http://app.transifex.com/movim/movim/language/oc/)\n"
@ -2666,46 +2666,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

56
locales/pl.po

@ -120,7 +120,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: nhlpl, 2024\n"
"Language-Team: Polish (http://app.transifex.com/movim/movim/language/pl/)\n"
@ -2670,46 +2670,64 @@ msgstr ""
msgid "…connecting"
msgstr "…łączę"
#: [visioconfig]title
msgid "Video & Voice"
msgstr "Wideo i głos"
#: [visiolobby]called
#, fuzzy
msgid "%s is calling you"
msgstr "…dzwoni do ciebie"
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr "Skonfiguruj urządzenia do pracy z Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr "Mikrofon"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]microphone_label
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr "Domyślny mikrofon"
#: [visioconfig]camera
msgid "Camera"
msgstr "Kamera"
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr "Domyślna kamera"
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr "Zmieniono domyślny mikrofon"
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr "Zmieniono domyślną kamerę"
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr "Nie wykryto dźwięku z mikrofonu"
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr "Spróbuj wybrać inne źródło lub sprawdź ustawienia systemowe"
#: [visioconfig]title
msgid "Video & Voice"
msgstr "Wideo i głos"
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr "Skonfiguruj urządzenia do pracy z Movim"
#: [visioconfig]microphone
msgid "Microphone"
msgstr "Mikrofon"
#: [visioconfig]camera
msgid "Camera"
msgstr "Kamera"
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr "Movim aby pracować poprawnie wymaga Javascript."

47
locales/pt.po

@ -119,7 +119,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: dinisbcoelho <dinisbcoelho@sapo.pt>, 2017\n"
"Language-Team: Portuguese (http://app.transifex.com/movim/movim/language/pt/)\n"
@ -2669,46 +2669,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

54
locales/pt_br.po

@ -130,7 +130,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Vincenzo Tozzi, 2023\n"
"Language-Team: Portuguese (Brazil) (http://app.transifex.com/movim/movim/language/pt_BR/)\n"
@ -2682,46 +2682,64 @@ msgstr ""
msgid "…connecting"
msgstr "...conectando"
#: [visioconfig]title
msgid "Video & Voice"
msgstr "Voz e Vídeo"
#: [visiolobby]called
#, fuzzy
msgid "%s is calling you"
msgstr "... está lhe ligando"
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr "Microfone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]microphone_label
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr "Microfone padrão"
#: [visioconfig]camera
msgid "Camera"
msgstr "Camera"
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr "Câmera padrão"
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr "Voz e Vídeo"
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr "Microfone"
#: [visioconfig]camera
msgid "Camera"
msgstr "Camera"
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr "Movim requer que o Javascript esteja ativado para funcionar corretamente."

47
locales/ro.po

@ -117,7 +117,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Marvin42 Marvin <h2g2.marvin.42@gmail.com>, 2017\n"
"Language-Team: Romanian (http://app.transifex.com/movim/movim/language/ro/)\n"
@ -2667,46 +2667,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

50
locales/ru.po

@ -132,7 +132,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Rus D <rus@zx22.ru>, 2021\n"
"Language-Team: Russian (http://app.transifex.com/movim/movim/language/ru/)\n"
@ -2682,46 +2682,64 @@ msgstr ""
msgid "…connecting"
msgstr "... соединение"
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visiolobby]called
#, fuzzy
msgid "%s is calling you"
msgstr "... звонит Вам"
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr "Для правильной работы Movim необходимо разрешить Javascript."

50
locales/sk.po

@ -120,7 +120,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Slavko <linux@slavino.sk>, 2020-2021\n"
"Language-Team: Slovak (Slovakia) (http://app.transifex.com/movim/movim/language/sk_SK/)\n"
@ -2670,46 +2670,64 @@ msgstr ""
msgid "…connecting"
msgstr "…pripájanie"
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visiolobby]called
#, fuzzy
msgid "%s is calling you"
msgstr "…Vám volá"
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr "Aby Movim fungoval správne, vyžaduje zapnutý a funkčný Javascript."

47
locales/sl.po

@ -116,7 +116,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Slovenian (http://app.transifex.com/movim/movim/language/sl/)\n"
@ -2666,46 +2666,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

56
locales/sq.po

@ -119,7 +119,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Besnik Bleta <besnik@programeshqip.org>, 2018,2020-2024\n"
"Language-Team: Albanian (http://app.transifex.com/movim/movim/language/sq/)\n"
@ -2669,46 +2669,64 @@ msgstr ""
msgid "…connecting"
msgstr "…po lidhet"
#: [visioconfig]title
msgid "Video & Voice"
msgstr "Video & Zë"
#: [visiolobby]called
#, fuzzy
msgid "%s is calling you"
msgstr "…po ju thërret"
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr "Formësoni pajisjet parazgjedhje të përdorura nga Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr "Mikrofon"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]microphone_label
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr "Mikrofon parazgjedhje"
#: [visioconfig]camera
msgid "Camera"
msgstr "Kamerë"
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr "Kamerë parazgjedhje"
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr "Mikrofoni parazgjedhje u ndryshua"
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr "Kamera parazgjedhje u ndryshua"
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr "S’u pikas zë nga mikrofoni juaj"
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr "Provoni të përzgjidhni burim tjetër, ose shihni rregullimet e sistemit tuaj"
#: [visioconfig]title
msgid "Video & Voice"
msgstr "Video & Zë"
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr "Formësoni pajisjet parazgjedhje të përdorura nga Movim"
#: [visioconfig]microphone
msgid "Microphone"
msgstr "Mikrofon"
#: [visioconfig]camera
msgid "Camera"
msgstr "Kamerë"
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr "Që të funksionojë si duhet, Movim-i lyp që Javascript-i të jetë akivizuar."

47
locales/sv.po

@ -119,7 +119,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Lyn, 2022\n"
"Language-Team: Swedish (http://app.transifex.com/movim/movim/language/sv/)\n"
@ -2669,46 +2669,63 @@ msgstr ""
msgid "…connecting"
msgstr "…ansluta"
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/sw.po

@ -116,7 +116,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Swahili (http://app.transifex.com/movim/movim/language/sw/)\n"
@ -2666,46 +2666,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/tr.po

@ -119,7 +119,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Ali Can <gamalpha112@gmail.com>, 2018\n"
"Language-Team: Turkish (http://app.transifex.com/movim/movim/language/tr/)\n"
@ -2669,46 +2669,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

56
locales/ug.po

@ -118,7 +118,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Keram, 2023\n"
"Language-Team: Uyghur (http://app.transifex.com/movim/movim/language/ug/)\n"
@ -2668,46 +2668,64 @@ msgstr ""
msgid "…connecting"
msgstr "ئۇلىنىۋاتىدۇ..."
#: [visioconfig]title
msgid "Video & Voice"
msgstr "سىن ۋە ئاۋاز"
#: [visiolobby]called
#, fuzzy
msgid "%s is calling you"
msgstr "...بولسا سىزنى چاقىرىۋاتىدۇ"
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr "مۇۋىمنى ئىشلىتىدىغان سۈكۈتتىكى ئۈسكۈنىنى تەڭشەڭ"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr "مىكروفۇن"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]microphone_label
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr "سۈكۈتتىكى مىكروفۇن"
#: [visioconfig]camera
msgid "Camera"
msgstr "كامىرا"
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr "سۈكۈتتىكى كامىرا"
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr "سۈكۈتتىكى مىكروفۇن ئۆزگەردى"
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr "سۈكۈتتىكى كامىرا ئۆزگەردى"
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr "سىزنىڭ مىكروفۇنىڭىزدىن ھېچقانداق ئاۋاز بايقالمىدى"
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr "باشقا مەنبە تاللاڭ ياكى سېستىما تەڭشەكلىرىنى تەكشۈرۈڭ"
#: [visioconfig]title
msgid "Video & Voice"
msgstr "سىن ۋە ئاۋاز"
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr "مۇۋىمنى ئىشلىتىدىغان سۈكۈتتىكى ئۈسكۈنىنى تەڭشەڭ"
#: [visioconfig]microphone
msgid "Microphone"
msgstr "مىكروفۇن"
#: [visioconfig]camera
msgid "Camera"
msgstr "كامىرا"
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr "مۇۋىم توغرا ئىشلەش ئۈچۈن Javascript قوزغىتىلىشى كېرەك."

47
locales/uk.po

@ -118,7 +118,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: sergey solovey, 2022\n"
"Language-Team: Ukrainian (http://app.transifex.com/movim/movim/language/uk/)\n"
@ -2668,46 +2668,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/ur.po

@ -116,7 +116,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Urdu (http://app.transifex.com/movim/movim/language/ur/)\n"
@ -2666,46 +2666,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/ur_pk.po

@ -116,7 +116,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Urdu (Pakistan) (http://app.transifex.com/movim/movim/language/ur_PK/)\n"
@ -2666,46 +2666,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

47
locales/vi.po

@ -117,7 +117,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Khám Phá Phần Mềm <meshareyou@gmail.com>, 2019\n"
"Language-Team: Vietnamese (http://app.transifex.com/movim/movim/language/vi/)\n"
@ -2667,46 +2667,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

56
locales/zh.po

@ -130,7 +130,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: Phonebook3599, 2024\n"
"Language-Team: Chinese (China) (http://app.transifex.com/movim/movim/language/zh_CN/)\n"
@ -2680,46 +2680,64 @@ msgstr ""
msgid "…connecting"
msgstr "…正在连接"
#: [visioconfig]title
msgid "Video & Voice"
msgstr "视频和语音"
#: [visiolobby]called
#, fuzzy
msgid "%s is calling you"
msgstr "…正在呼叫您"
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr "配置 Movim 使用的默认设备"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr "麦克风"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]microphone_label
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr "默认麦克风"
#: [visioconfig]camera
msgid "Camera"
msgstr "相机"
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr "默认相机"
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr "默认麦克风已更改"
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr "默认相机已更改"
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr "麦克风未检测到声音"
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr "尝试选择其他源或检查系统设置"
#: [visioconfig]title
msgid "Video & Voice"
msgstr "视频和语音"
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr "配置 Movim 使用的默认设备"
#: [visioconfig]microphone
msgid "Microphone"
msgstr "麦克风"
#: [visioconfig]camera
msgid "Camera"
msgstr "相机"
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr "Movim 需要启用 Javascript 才能正常工作。"

47
locales/zh_tw.po

@ -117,7 +117,7 @@ msgid ""
msgstr ""
"Project-Id-Version: movim\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-22 21:33+0200\n"
"POT-Creation-Date: 2024-08-29 13:36+0200\n"
"PO-Revision-Date: 2015-06-24 09:45+0000\n"
"Last-Translator: akong <akong@aspa.idv.tw>, 2018\n"
"Language-Team: Chinese (Taiwan) (http://app.transifex.com/movim/movim/language/zh_TW/)\n"
@ -2667,46 +2667,63 @@ msgstr ""
msgid "…connecting"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
#: [visiolobby]called
msgid "%s is calling you"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
#: [visiolobby]calling
msgid "Calling %s"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
#: [visiolobby]setup
msgid "Seting up your camera and microphone"
msgstr ""
#: [visioconfig]microphone_label
msgid "Default microphone"
#: [visiolobby]devices_disco
msgid "Please allow your browser to share your devices to configure them"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
#: [visiolobby]microphone_label [visioconfig]microphone_label
msgid "Default microphone"
msgstr ""
#: [visioconfig]camera_label
#: [visiolobby]camera_label [visioconfig]camera_label
msgid "Default camera"
msgstr ""
#: [visiolobby]default_microphone_changed
#: [visioconfig]default_microphone_changed
msgid "Default microphone changed"
msgstr ""
#: [visioconfig]default_camera_changed
#: [visiolobby]default_camera_changed [visioconfig]default_camera_changed
msgid "Default camera changed"
msgstr ""
#: [visioconfig]no_mic_sound
#: [visiolobby]no_mic_sound [visioconfig]no_mic_sound
msgid "No sound detected from your microphone"
msgstr ""
#: [visioconfig]no_mic_sound2
#: [visiolobby]no_mic_sound2 [visioconfig]no_mic_sound2
msgid "Try to select another source or check your system settings"
msgstr ""
#: [visioconfig]title
msgid "Video & Voice"
msgstr ""
#: [visioconfig]help
msgid "Configure the default devices used by Movim"
msgstr ""
#: [visioconfig]microphone
msgid "Microphone"
msgstr ""
#: [visioconfig]camera
msgid "Camera"
msgstr ""
#: [global]no_js
msgid "Movim requires Javascript to be enabled to work properly."
msgstr ""

27
public/scripts/movim_visio.js

@ -6,6 +6,8 @@ var MovimVisio = {
pc: null,
services: [],
localStream: null,
localVideo: null,
remoteVideo: null,
localAudio: null,
@ -16,12 +18,35 @@ var MovimVisio = {
observer: null,
load: function() {
MovimVisio.localVideo = document.getElementById('local_video');
MovimVisio.localVideo.addEventListener('loadeddata', () => {
MovimVisio.localVideo.play()
});
MovimVisio.remoteVideo = document.getElementById('remote_video');
MovimVisio.remoteVideo.disablePictureInPicture = true;
MovimVisio.screenSharing = document.getElementById('screen_sharing_video');
MovimVisio.localAudio = document.getElementById('local_audio');
MovimVisio.remoteAudio = document.getElementById('remote_audio');
},
clear: function () {
MovimVisio.from = null;
MovimVisio.id = null;
MovimVisio.withVideo = false;
MovimVisio.pc.close();
if (MovimVisio.pc) {
MovimVisio.pc.close();
MovimVisio.pc = null;
}
if (MovimVisio.localStream) {
MovimVisio.localStream.getTracks().forEach(function (track) {
track.stop();
});
MovimVisio.localStream = null;
}
MovimVisio.localAudio = null;
MovimVisio.remoteAudio = null;

1
public/theme/css/form.css

@ -76,6 +76,7 @@ form > div .select select {
background-color: rgb(var(--movim-background-main));
background-image: none;
padding-bottom: 1rem;
mask-image: linear-gradient(to right, black calc(100% - 10rem), transparent);
}
main > header form > div:not(.clear):not(.control) {

Loading…
Cancel
Save