friendica-addons/webrtc/lang/fi-fi/strings.php

17 lines
1.0 KiB
PHP
Raw Normal View History

<?php
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
2018-05-20 17:38:15 +00:00
$n = intval($n);
return ($n != 1);;
}}
;
2018-04-09 13:00:17 +00:00
$a->strings["WebRTC Videochat"] = "WebRTC videokeskustelu";
$a->strings["Save Settings"] = "Tallenna asetukset";
2018-05-20 17:38:15 +00:00
$a->strings["WebRTC Base URL"] = "WebRTC perus-URL-osoite";
$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";
$a->strings["Settings updated."] = "Asetukset päivitetty.";
$a->strings["Video Chat"] = "Videokeskustelu";
$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."] = "";
2018-05-20 17:38:15 +00:00
$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.";