Blame view

sources/apps/user_migrate/l10n/es.php 414 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
  <?php $TRANSLATIONS = array(
  "Export" => "Exportar",
  "Something went wrong while the export file was being generated" => "Algo salió mal mientras se estaba generando el archivo de exportación",
  "An error has occurred" => "Ha ocurrido un error",
  "User Account Migration" => "Migración de cuentas de usuario",
  "Export and import ownCloud user accounts." => "Exportar e importar cuentas de usuario de Owncloud"
  );