Blame view

sources/apps/admin_migrate/l10n/is.php 491 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
  <?php $TRANSLATIONS = array(
  "Export this ownCloud instance" => "Flytja út þetta eintak af ownCloud",
  "This will create a compressed file that contains the data of this owncloud instance." => "Þetta mun búa til þjappaða skrá sem inniheldur gögnin í þessu ownCloud eintaki.",
  "Please choose the export type:" => "Vinsamlegast velur tegund útflutnings:",
  "ownCloud system files" => "ownCloud kerfisskrár",
  "Just user files" => "Aðeins skrár notenda",
  "Export" => "Flytja út"
  );