]> git.mxchange.org Git - friendica-addons.git/blob - webrtc/lang/it/strings.php
18ec9742864e11fe9ee3b5a6a653517bc00a2a77
[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         $n = intval($n);
6         if ($n == 1) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else  { return 2; }
7 }}
8 $a->strings['WebRTC Videochat'] = 'Chat video WebRTC';
9 $a->strings['Save Settings'] = 'Salva Impostazioni';
10 $a->strings['WebRTC Base URL'] = 'Indirizzo base WebRTC';
11 $a->strings['Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org .'] = 'Indirizzo della pagina che i tuoi utenti utilizzeranno per creare una chat rom WebRTC. Per esempio potresti usare https://live.mayfirst.org .';
12 $a->strings['Video Chat'] = 'Chat Video';
13 $a->strings['Please contact your friendica admin and send a reminder to configure the WebRTC addon.'] = 'Contatta il tuo amministratore Friendica e ricordagli di configurare il plugin WebRTC.';