]> git.mxchange.org Git - friendica-addons.git/blob - webrtc/lang/da-dk/strings.php
DA DK translation for various addons added THX atjn
[friendica-addons.git] / webrtc / lang / da-dk / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_da_dk")) {
4 function string_plural_select_da_dk($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 $a->strings['WebRTC Videochat'] = 'WebRTC videochat';
9 $a->strings['Save Settings'] = 'Gem indstillinger';
10 $a->strings['WebRTC Base URL'] = 'WebRTC Base URL';
11 $a->strings['Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org .'] = 'Side dine brugere vil lave et WebRTC chatrum på. For eksempel kan du bruge https://live.mayfirst.org .';
12 $a->strings['Video Chat'] = 'Video chat';
13 $a->strings['WebRTC is a video and audio conferencing tool that works in all modern browsers. Just create a new chat room and send the link to someone you want to chat with.'] = 'WebRTC er et video- og lydkonferenceværktøj som virker i alle moderne browsere. Bare lav et nyt chatrum og send linket til en du gerne vil chatte med.';
14 $a->strings['Please contact your friendica admin and send a reminder to configure the WebRTC addon.'] = 'Kontakt venligst din friendica administrator og send en påmindelse om at konfigurere WebRTC tilføjelsen.';