de_AT.php 161 B

12345678
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Cancel" => "Abbrechen",
  4. "Password" => "Passwort",
  5. "Download" => "Herunterladen"
  6. );
  7. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";