Blame view

sources/apps/ownpad_lite/l10n/it.php 464 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" => "Il documento รจ stato condiviso",
  "User %s shared quick document %s with you." => "L'utente %s ha condiviso il documento %s con te.",
  "My pad" => "Il mio taccuino",
  "Settings" => "Impostazioni",
  "Pad Title" => "Titolo taccuino",
  "Open" => "Apri",
  "Share with" => "Condividi con",
  "Share" => "Condividi",
  "Etherpad service URL" => "URL del servizio Etherpad",
  "Username" => "Nome utente",
  "Save" => "Salva"
  );