]> git.mxchange.org Git - friendica-addons.git/blob - webrtc/lang/fi-fi/strings.php
Fix: Wrong variable name in "if" / Some reworked parts
[friendica-addons.git] / webrtc / lang / fi-fi / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_fi_fi")) {
4 function string_plural_select_fi_fi($n){
5         $n = intval($n);
6         return ($n != 1);;
7 }}
8 ;
9 $a->strings["WebRTC Videochat"] = "WebRTC videokeskustelu";
10 $a->strings["Save Settings"] = "Tallenna asetukset";
11 $a->strings["WebRTC Base URL"] = "WebRTC perus-URL-osoite";
12 $a->strings["Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org ."] = "Sivusto jolla käyttäjäsi luo WebRTC -chattihuoneen. Esim. https://live.mayfirst.org";
13 $a->strings["Settings updated."] = "Asetukset päivitetty.";
14 $a->strings["Video Chat"] = "Videokeskustelu";
15 $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."] = "";
16 $a->strings["Please contact your friendica admin and send a reminder to configure the WebRTC addon."] = "Ota yhteyttä Friendica -ylläpitäjääsi ja pyydä heitä asentamaan WebRTC -lisäosan.";