update to the FI translations THX kris

This commit is contained in:
Tobias Diekershoff 2018-05-20 19:38:15 +02:00
parent b87c6ad970
commit fed141ba05
8 changed files with 44 additions and 40 deletions

View file

@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-23 14:45+0200\n"
"PO-Revision-Date: 2018-04-08 16:26+0000\n"
"PO-Revision-Date: 2018-05-12 13:15+0000\n"
"Last-Translator: Kris\n"
"Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n"
"MIME-Version: 1.0\n"
@ -30,13 +30,13 @@ msgstr "Tallenna asetukset"
#: webrtc.php:27
msgid "WebRTC Base URL"
msgstr ""
msgstr "WebRTC perus-URL-osoite"
#: 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 "Sivusto jolla käyttäjäsi luo WebRTC -chattihuoneen. Esim. https://live.mayfirst.org"
#: webrtc.php:33
msgid "Settings updated."
@ -57,4 +57,4 @@ msgstr ""
msgid ""
"Please contact your friendica admin and send a reminder to configure the "
"WebRTC addon."
msgstr ""
msgstr "Ota yhteyttä Friendica -ylläpitäjääsi ja pyydä heitä asentamaan WebRTC -lisäosan."

View file

@ -2,14 +2,15 @@
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["WebRTC Videochat"] = "WebRTC videokeskustelu";
$a->strings["Save Settings"] = "Tallenna asetukset";
$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["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."] = "";
$a->strings["Please contact your friendica admin and send a reminder to configure the WebRTC addon."] = "";
$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.";