Blame view

sources/apps/admin_migrate/l10n/fi_FI.php 468 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
  <?php $TRANSLATIONS = array(
  "Export this ownCloud instance" => "Vie tämä ownCloud-instanssi",
  "This will create a compressed file that contains the data of this owncloud instance." => "Tämä luo pakatun tiedoston, joka sisältää tämän ownCloud-instanssin datan.",
  "Please choose the export type:" => "Valitse viennin tyyppi:",
  "ownCloud system files" => "ownCloud-järjestelmätiedostot",
  "Just user files" => "Vain käyttäjätiedostot",
  "Export" => "Vie"
  );