You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.2 KiB
36 lines
1.2 KiB
<?php /*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$Camera = "Kamera";
|
|
$Microphone = "Mikrofoni";
|
|
$Name = "Nimi";
|
|
$DeleteStream = "Poista tallenne";
|
|
$Progress = "Edistyminen";
|
|
$Play = "Toista";
|
|
$Stop = "Pysäytä";
|
|
$Record = "Nauhoita";
|
|
$NoFileAvailable = "Tiedostoa ei saatavilla";
|
|
$RecordingOnlyForTeachers = "Äänittäminen vain opettajille.";
|
|
$UsersNow = "Käyttäjiä tällä hetkellä:";
|
|
$StartConference = "Aloita konferenssi";
|
|
$MyName = "Nimeni";
|
|
$ImportPresentation = "Lataa esitys";
|
|
$RefreshList = "Virkistä lista";
|
|
$GoToTop = "Mene alkuun";
|
|
$NewPoll = "Uusi äänestys";
|
|
$CreateNewPoll = "Luo uusi äänestys tähän huoneesen";
|
|
$Question = "Kysymys:";
|
|
$PollType = "Kyselyn tyyppi:";
|
|
$Create = "Luo";
|
|
$InfoConnectedUsersGetNotifiedOfThisPoll = "Info: Jokainen tässä tilassa oleva käyttäjä saa ilmoituksen uudesta kyselystä.";
|
|
$YesNo = "Kyllä/Ei";
|
|
$Numeric1To10 = "Numero 1-10";
|
|
$Poll = "Kysely";
|
|
$YouHaveToBecomeModeratorOfThisRoomToStartPolls = "Sinun tulee olla puheenjohtaja jotta voit tehdä kyselyitä.";
|
|
$YourVoteHasBeenSent = "Äänesi on rekisteröity";
|
|
$YouAlreadyVotedForThisPoll = "Olet jo äänestänyt";
|
|
$VoteButton = "Äänestä!";
|
|
$YourAnswer = "Vastauksesi:";
|
|
$Yes = "Kyllä";
|
|
$No = "Ei";
|
|
?>
|