mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
updating the addon translations, missed some files due missing git fu
This commit is contained in:
parent
be2e3e6bf7
commit
4533ed9a34
302 changed files with 3081 additions and 2904 deletions
|
@ -4,13 +4,14 @@
|
|||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
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: 2014-06-23 13:05+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"PO-Revision-Date: 2014-09-10 14:50+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -20,39 +21,39 @@ msgstr ""
|
|||
|
||||
#: webrtc.php:20
|
||||
msgid "WebRTC Videochat"
|
||||
msgstr ""
|
||||
msgstr "Chat video WebRTC"
|
||||
|
||||
#: webrtc.php:26
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
msgstr "Salva Impostazioni"
|
||||
|
||||
#: webrtc.php:27
|
||||
msgid "WebRTC Base URL"
|
||||
msgstr ""
|
||||
msgstr "Indirizzo base WebRTC"
|
||||
|
||||
#: webrtc.php:27
|
||||
msgid ""
|
||||
"Page your users will create a WebRTC chat room on. For example you could use"
|
||||
" https://live.mayfirst.org ."
|
||||
msgstr ""
|
||||
msgstr "Indirizzo della pagina che i tuoi utenti utilizzeranno per creare una chat rom WebRTC. Per esempio potresti usare https://live.mayfirst.org ."
|
||||
|
||||
#: webrtc.php:33
|
||||
msgid "Settings updated."
|
||||
msgstr ""
|
||||
msgstr "Impostazioni aggiornate."
|
||||
|
||||
#: webrtc.php:47
|
||||
msgid "Video Chat"
|
||||
msgstr ""
|
||||
msgstr "Chat Video"
|
||||
|
||||
#: webrtc.php:48
|
||||
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 ""
|
||||
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."
|
||||
|
||||
#: webrtc.php:50
|
||||
msgid ""
|
||||
"Please contact your friendica admin and send a reminder to configure the "
|
||||
"WebRTC addon."
|
||||
msgstr ""
|
||||
msgstr "Contatta il tuo amministratore Friendica e ricordagli di configurare il plugin WebRTC."
|
||||
|
|
|
@ -5,11 +5,11 @@ 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."] = "";
|
||||
$a->strings["WebRTC Videochat"] = "Chat video WebRTC";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
$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["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.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue