]> git.mxchange.org Git - friendica-addons.git/blob - webrtc/lang/it/strings.php
IT: imported translations
[friendica-addons.git] / webrtc / lang / it / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_it")) {
4 function string_plural_select_it($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["WebRTC Videochat"] = "";
9 $a->strings["Save Settings"] = "";
10 $a->strings["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 ."] = "";
12 $a->strings["Settings updated."] = "";
13 $a->strings["Video Chat"] = "";
14 $a->strings["WebRTC is a video and audio conferencing tool that works with Firefox (version 21 and above) and Chrome/Chromium (version 25 and above). Just create a new chat room and send the link to someone you want to chat with."] = "";
15 $a->strings["Please contact your friendica admin and send a reminder to configure the WebRTC addon."] = "";