update to the FI translation THX Kris

This commit is contained in:
Tobias Diekershoff 2018-04-17 07:21:08 +02:00
parent f1aa2bc5c6
commit 50f5c7e251
24 changed files with 68 additions and 60 deletions

View file

@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-04-08 15:59+0000\n"
"PO-Revision-Date: 2018-04-16 16:21+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,7 +30,7 @@ msgstr ""
#: js_upload.php:45
msgid "Cancel"
msgstr ""
msgstr "Peruuta"
#: js_upload.php:46
msgid "Failed"
@ -38,7 +38,7 @@ msgstr "Epäonnistui"
#: js_upload.php:303
msgid "No files were uploaded."
msgstr ""
msgstr "Tiedostoja ei lähetetty."
#: js_upload.php:309
msgid "Uploaded file is empty"
@ -54,4 +54,4 @@ msgstr ""
#: js_upload.php:343
msgid "Upload was cancelled, or server error encountered"
msgstr ""
msgstr "Lataus peruutettu, tai palvelimessa tapahtui virhe."

View file

@ -7,10 +7,10 @@ function string_plural_select_fi_fi($n){
;
$a->strings["Upload a file"] = "Lähetä tiedosto";
$a->strings["Drop files here to upload"] = "";
$a->strings["Cancel"] = "";
$a->strings["Cancel"] = "Peruuta";
$a->strings["Failed"] = "Epäonnistui";
$a->strings["No files were uploaded."] = "";
$a->strings["No files were uploaded."] = "Tiedostoja ei lähetetty.";
$a->strings["Uploaded file is empty"] = "Lähetetty tiedosto on tyhjä";
$a->strings["Image exceeds size limit of "] = "Kuva ylittää kokorajoituksen ";
$a->strings["File has an invalid extension, it should be one of "] = "";
$a->strings["Upload was cancelled, or server error encountered"] = "";
$a->strings["Upload was cancelled, or server error encountered"] = "Lataus peruutettu, tai palvelimessa tapahtui virhe.";