Blame view

sources/apps/ownpad_lite/l10n/es_AR.php 456 Bytes
42e4f8d60   Kload   add all apps
1
2
3
4
5
6
7
8
9
10
11
12
13
  <?php $TRANSLATIONS = array(
  "Document was shared" => "El documento fue compartido",
  "User %s shared quick document %s with you." => "El usuario %s compartió el documento %s con vos",
  "My pad" => "Mi pad",
  "Settings" => "Ajustes",
  "Pad Title" => "Título del pad",
  "Open" => "Abrir",
  "Share with" => "Compartir con",
  "Share" => "Compartir",
  "Etherpad service URL" => "URL del servicio Etherpad",
  "Username" => "Nombre del usuario",
  "Save" => "Guardar"
  );