You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fi.js 566B

1234567891011
  1. OC.L10N.register(
  2. "files_versions",
  3. {
  4. "Versions" : "Versiot",
  5. "This application automatically maintains older versions of files that are changed." : "Tämä sovellus säilyttää automaattisesti vanhempia versioita muuttuneista tiedostoista.",
  6. "Failed to revert {file} to revision {timestamp}." : "Tiedoston {file} palautus versioon {timestamp} epäonnistui.",
  7. "_%n byte_::_%n bytes_" : ["%n tavu","%n tavua"],
  8. "Restore" : "Palauta",
  9. "No other versions available" : "Ei muita versioita saatavilla"
  10. },
  11. "nplurals=2; plural=(n != 1);");