Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fi_FI.php « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fb011df2a1321d1c2024ffb152c7d96c0a6b9a31 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$TRANSLATIONS = array(
"Could not revert: %s" => "Palautus epäonnistui: %s",
"Versions" => "Versiot",
"Failed to revert {file} to revision {timestamp}." => "Tiedoston {file} palautus versioon {timestamp} epäonnistui.",
"More versions..." => "Lisää versioita...",
"No other versions available" => "Ei muita versioita saatavilla",
"Restore" => "Palauta"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";