Blame view

sources/apps/admin_migrate/l10n/lv.php 477 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
  <?php $TRANSLATIONS = array(
  "Export this ownCloud instance" => "Eksportēt šo ownCloud instanci",
  "This will create a compressed file that contains the data of this owncloud instance." => "Tas izveidos saspiestu datni,kas satur šis wonCloud instances datus.",
  "Please choose the export type:" => "Lūdzu, izvēlieties eksportēšanas tipu:",
  "ownCloud system files" => "ownCloud sistēmas datnes",
  "Just user files" => "Tikai lietotāju datnes",
  "Export" => "Eksportēt"
  );