mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
update to the FI translations
This commit is contained in:
parent
04a5fc700f
commit
eb5eb5986d
92 changed files with 620 additions and 522 deletions
|
@ -5,12 +5,12 @@ function string_plural_select_fi_fi($n){
|
|||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Upload a file"] = "";
|
||||
$a->strings["Upload a file"] = "Lähetä tiedosto";
|
||||
$a->strings["Drop files here to upload"] = "";
|
||||
$a->strings["Cancel"] = "";
|
||||
$a->strings["Failed"] = "Epäonnistui";
|
||||
$a->strings["No files were uploaded."] = "";
|
||||
$a->strings["Uploaded file is empty"] = "";
|
||||
$a->strings["Image exceeds size limit of "] = "";
|
||||
$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"] = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue