blob: 370cbd987445eb8f44be7e73622b8e2c28a455a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php $TRANSLATIONS = array(
"The password is wrong. Try again." => "Väärä salasana. Yritä uudelleen.",
"Password" => "Salasana",
"Submit" => "Lähetä",
"%s shared the folder %s with you" => "%s jakoi kansion %s kanssasi",
"%s shared the file %s with you" => "%s jakoi tiedoston %s kanssasi",
"Download" => "Lataa",
"Upload" => "Lähetä",
"Cancel upload" => "Peru lähetys",
"No preview available for" => "Ei esikatselua kohteelle"
);
|