mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 11:28:49 +00:00
Update strings
update strings to contain addon
This commit is contained in:
parent
c71f7b0e1a
commit
96c41e5623
519 changed files with 829 additions and 829 deletions
|
@ -1,8 +1,8 @@
|
|||
WebRTC Plugin
|
||||
WebRTC Addon
|
||||
=============
|
||||
|
||||
This is a quick and dirty addon to add a [webrtc][1] website as an app. As webrtc
|
||||
advances so rapidly there is s a chance this plugin will be obsolete. Webrtc is
|
||||
advances so rapidly there is s a chance this addon will be obsolete. Webrtc is
|
||||
a new video and audio conferencing tool that is browser to browser
|
||||
communication, no need to download specific software for just conferencing.
|
||||
There are many different webrtc instances and because of the technology it is
|
||||
|
@ -10,7 +10,7 @@ really a person 2 person communication, using the server to only signal who
|
|||
wants to talk to who, the actual transfer of the audio and video is directly
|
||||
between the participants.
|
||||
|
||||
If you would like to try this plugin please download one of the following
|
||||
If you would like to try this addon please download one of the following
|
||||
either Chrome/Chromium 25 or higher or Firefox 21 or higher. Then test it by
|
||||
visiting a known webrtc instance (i.e. [live.mayfirst.org](https://live.mayfirst.org)) create a
|
||||
room, you should be asked to share your camera and microphone (firefox will let
|
||||
|
|
|
@ -56,4 +56,4 @@ msgstr "WebRTC è un sistema di conferenza audio/video che funziona con Firefox
|
|||
msgid ""
|
||||
"Please contact your friendica admin and send a reminder to configure the "
|
||||
"WebRTC addon."
|
||||
msgstr "Contatta il tuo amministratore Friendica e ricordagli di configurare il plugin WebRTC."
|
||||
msgstr "Contatta il tuo amministratore Friendica e ricordagli di configurare il addonWebRTC."
|
||||
|
|
|
@ -12,4 +12,4 @@ $a->strings["Page your users will create a WebRTC chat room on. For example you
|
|||
$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["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.";
|
||||
$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 addon WebRTC.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue