Blame view

sources/apps/contacts/l10n/cy_GB.php 1.32 KB
d1bafeea1   Kload   [fix] Upgrade to ...
1
2
  <?php $TRANSLATIONS = array(
  "Contacts" => "Cysylltiadau",
6d9380f96   Cédric Dupont   Update sources OC...
3
  "Ok" => "Iawn",
d1bafeea1   Kload   [fix] Upgrade to ...
4
  "Cancel" => "Diddymu",
6d9380f96   Cédric Dupont   Update sources OC...
5
  "Save" => "Cadw",
d1bafeea1   Kload   [fix] Upgrade to ...
6
7
8
9
  "OK" => "Iawn",
  "Add" => "Ychwanegu",
  "Import" => "Mewnforio",
  "Close" => "Cau",
d1bafeea1   Kload   [fix] Upgrade to ...
10
11
12
13
14
15
16
17
18
  "No file was uploaded. Unknown error" => "Ni lwythwyd ffeil i fyny. Gwall anhysbys.",
  "There is no error, the file uploaded with success" => "Does dim gwall, llwythodd y ffeil i fyny'n llwyddiannus",
  "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Mae'r ffeil lwythwyd i fyny'n fwy na chyfarwyddeb MAX_FILE_SIZE bennwyd yn y ffurflen HTML",
  "The uploaded file was only partially uploaded" => "Dim ond yn rhannol y llwythwyd y ffeil i fyny",
  "No file was uploaded" => "Ni lwythwyd ffeil i fyny",
  "Missing a temporary folder" => "Plygell dros dro yn eisiau",
  "Failed to write to disk" => "Methwyd ysgrifennu i'r ddisg",
  "Not enough storage available" => "Dim digon o le storio ar gael",
  "Other" => "Arall",
6d9380f96   Cédric Dupont   Update sources OC...
19
  "ownCloud" => "ownCloud",
d1bafeea1   Kload   [fix] Upgrade to ...
20
21
  "Work" => "Gwaith",
  "Text" => "Testun",
6d9380f96   Cédric Dupont   Update sources OC...
22
  "Delete" => "Dileu",
d1bafeea1   Kload   [fix] Upgrade to ...
23
  "Groups" => "Grwpiau",
6d9380f96   Cédric Dupont   Update sources OC...
24
25
26
  "Download" => "Llwytho i lawr",
  "Email" => "E-bost",
  "Address" => "Cyfeiriad",
d1bafeea1   Kload   [fix] Upgrade to ...
27
28
29
  "Name" => "Enw",
  "Title" => "Teitl",
  "Birthday" => "Penblwydd",
d1bafeea1   Kload   [fix] Upgrade to ...
30
31
32
  "Active" => "Gweithredol",
  "Share" => "Rhannu",
  "Export" => "Allforio",
6d9380f96   Cédric Dupont   Update sources OC...
33
34
35
  "Edit" => "Golygu",
  "Description" => "Disgrifiad",
  "Password" => "Cyfrinair"
d1bafeea1   Kload   [fix] Upgrade to ...
36
  );