Blame view

sources/apps/files_external/l10n/cy_GB.php 193 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
4
5
6
7
  <?php
  $TRANSLATIONS = array(
  "Groups" => "Grwpiau",
  "Users" => "Defnyddwyr",
  "Delete" => "Dileu"
  );
  $PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;";