Blame view

sources/tests/data/l10n/de.php 140 Bytes
6d9380f96   Cédric Dupont   Update sources OC...
1
2
  <?php
  $TRANSLATIONS = array(
f7d878ff1   kload   [enh] Update to 7...
3
  	"_%n file_::_%n files_" => array("%n Datei", "%n Dateien")
6d9380f96   Cédric Dupont   Update sources OC...
4
5
  );
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";