]> git.mxchange.org Git - friendica-addons.git/commitdiff
webrtc IT translation THX Sylke Vicious
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 18 Sep 2020 06:06:04 +0000 (08:06 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 18 Sep 2020 06:06:04 +0000 (08:06 +0200)
webrtc/lang/it/messages.po
webrtc/lang/it/strings.php

index 9410d594dc837081608f1547d3cbdaa0894876d4..df0903f24377c722d006a803b89bc6aea92f8d96 100644 (file)
@@ -5,13 +5,14 @@
 # 
 # Translators:
 # fabrixxm <fabrix.xm@gmail.com>, 2014
+# Sylke Vicious <silkevicious@gmail.com>, 2020
 msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-06-23 14:45+0200\n"
-"PO-Revision-Date: 2017-09-20 06:09+0000\n"
-"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
+"PO-Revision-Date: 2020-09-17 11:39+0000\n"
+"Last-Translator: Sylke Vicious <silkevicious@gmail.com>\n"
 "Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -50,7 +51,7 @@ msgid ""
 "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."
-msgstr "WebRTC è un sistema di conferenza audio/video che funziona con Firefox (dalla versione 21) e Chrome/Chromium (dalla versione 25).\nCrea semplicemente una nuova stanza e invia il link alla persona con cui vuoi parlare."
+msgstr "WebRTC è un sistema di conferenza audio/video che funziona con Firefox (dalla versione 21) e Chrome/Chromium (dalla versione 25).\nCrea semplicemente una nuova stanza e invia il collegamento alla persona con cui vuoi parlare."
 
 #: webrtc.php:50
 msgid ""
index 7eb1f2f4fe8fb32247d29da3794fdc8fc9adcd41..4783ad859ee5fb454e609506e12ab40e94f61b53 100644 (file)
@@ -2,6 +2,7 @@
 
 if(! function_exists("string_plural_select_it")) {
 function string_plural_select_it($n){
+       $n = intval($n);
        return ($n != 1);;
 }}
 ;
@@ -11,5 +12,5 @@ $a->strings["WebRTC Base URL"] = "Indirizzo base WebRTC";
 $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 .";
 $a->strings["Settings updated."] = "Impostazioni aggiornate.";
 $a->strings["Video Chat"] = "Chat Video";
-$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."] = "WebRTC è un sistema di conferenza audio/video che funziona con Firefox (dalla versione 21) e Chrome/Chromium (dalla versione 25).\nCrea semplicemente una nuova stanza e invia il link alla persona con cui vuoi parlare.";
+$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."] = "WebRTC è un sistema di conferenza audio/video che funziona con Firefox (dalla versione 21) e Chrome/Chromium (dalla versione 25).\nCrea semplicemente una nuova stanza e invia il collegamento alla persona con cui vuoi parlare.";
 $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.";