Blame view

sources/apps/user_ldap/l10n/cy_GB.php 390 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
4
5
6
7
8
  <?php
  $TRANSLATIONS = array(
  "Deletion failed" => "Methwyd dileu",
  "Error" => "Gwall",
  "_%s group found_::_%s groups found_" => array("","","",""),
  "_%s user found_::_%s users found_" => array("","","",""),
  "Save" => "Cadw",
  "Help" => "Cymorth",
6d9380f96   Cédric Dupont   Update sources OC...
9
10
  "Password" => "Cyfrinair",
  "Advanced" => "Uwch"
31b7f2792   Kload   Upgrade to ownclo...
11
12
  );
  $PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;";