]> git.mxchange.org Git - friendica-addons.git/blobdiff - webrtc/lang/it/strings.php
IT: imported translations
[friendica-addons.git] / webrtc / lang / it / strings.php
diff --git a/webrtc/lang/it/strings.php b/webrtc/lang/it/strings.php
new file mode 100644 (file)
index 0000000..6494141
--- /dev/null
@@ -0,0 +1,15 @@
+<?php
+
+if(! function_exists("string_plural_select_it")) {
+function string_plural_select_it($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["WebRTC Videochat"] = "";
+$a->strings["Save Settings"] = "";
+$a->strings["WebRTC Base URL"] = "";
+$a->strings["Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org ."] = "";
+$a->strings["Settings updated."] = "";
+$a->strings["Video Chat"] = "";
+$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."] = "";
+$a->strings["Please contact your friendica admin and send a reminder to configure the WebRTC addon."] = "";