Blame view

sources/apps/files_trashbin/l10n/cy_GB.php 480 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
4
  <?php
  $TRANSLATIONS = array(
  "Couldn't delete %s permanently" => "Methwyd dileu %s yn barhaol",
  "Couldn't restore %s" => "Methwyd adfer %s",
6d9380f96   Cédric Dupont   Update sources OC...
5
6
  "Deleted files" => "Ffeiliau ddilewyd",
  "Restore" => "Adfer",
31b7f2792   Kload   Upgrade to ownclo...
7
8
9
  "Error" => "Gwall",
  "Nothing in here. Your trash bin is empty!" => "Does dim byd yma. Mae eich bin sbwriel yn wag!",
  "Name" => "Enw",
31b7f2792   Kload   Upgrade to ownclo...
10
  "Deleted" => "Wedi dileu",
6d9380f96   Cédric Dupont   Update sources OC...
11
  "Delete" => "Dileu"
31b7f2792   Kload   Upgrade to ownclo...
12
13
  );
  $PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;";