Blame view
sources/apps/files_versions/l10n/fi_FI.php
413 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 |
"Could not revert: %s" => "Palautus epäonnistui: %s", |
|
31b7f2792
|
4 5 6 7 8 |
"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"
|
|
03e52840d
|
9 |
); |
|
31b7f2792
|
10 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |