Blame view

sources/apps/files/l10n/cy_GB.php 3.24 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
  "Could not move %s - File with this name already exists" => "Methwyd symud %s - Mae ffeil gyda'r enw hwn eisoes yn bodoli",
  "Could not move %s" => "Methwyd symud %s",
31b7f2792   Kload   Upgrade to ownclo...
5
  "File name cannot be empty." => "Does dim hawl cael enw ffeil gwag.",
6d9380f96   Cédric Dupont   Update sources OC...
6
  "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Enw annilys, ni chaniateir, '\\', '/', '<', '>', ':', '\"', '|', '?' na '*'.",
03e52840d   Kload   Init
7
8
9
10
11
12
13
14
15
16
17
  "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 upload_max_filesize directive in php.ini: " => "Mae'r ffeil lwythwyd i fyny'n fwy na chyfarwyddeb upload_max_filesize yn php.ini:",
  "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",
  "Invalid directory." => "Cyfeiriadur annilys.",
  "Files" => "Ffeiliau",
31b7f2792   Kload   Upgrade to ownclo...
18
19
20
  "Upload cancelled." => "Diddymwyd llwytho i fyny.",
  "File upload is in progress. Leaving the page now will cancel the upload." => "Mae ffeiliau'n cael eu llwytho i fyny. Bydd gadael y dudalen hon nawr yn diddymu'r broses.",
  "{new_name} already exists" => "{new_name} yn bodoli'n barod",
03e52840d   Kload   Init
21
22
  "Share" => "Rhannu",
  "Delete permanently" => "Dileu'n barhaol",
6d9380f96   Cédric Dupont   Update sources OC...
23
  "Delete" => "Dileu",
03e52840d   Kload   Init
24
  "Rename" => "Ailenwi",
6d9380f96   Cédric Dupont   Update sources OC...
25
  "Your download is being prepared. This might take some time if the files are big." => "Wrthi'n paratoi i lwytho i lawr. Gall gymryd peth amser os yw'r ffeiliau'n fawr.",
03e52840d   Kload   Init
26
  "Pending" => "I ddod",
6d9380f96   Cédric Dupont   Update sources OC...
27
28
29
30
  "Error" => "Gwall",
  "Name" => "Enw",
  "Size" => "Maint",
  "Modified" => "Addaswyd",
31b7f2792   Kload   Upgrade to ownclo...
31
32
33
  "_%n folder_::_%n folders_" => array("","","",""),
  "_%n file_::_%n files_" => array("","","",""),
  "_Uploading %n file_::_Uploading %n files_" => array("","","",""),
03e52840d   Kload   Init
34
35
  "Your storage is full, files can not be updated or synced anymore!" => "Mae eich storfa'n llawn, ni ellir diweddaru a chydweddu ffeiliau mwyach!",
  "Your storage is almost full ({usedSpacePercent}%)" => "Mae eich storfa bron a bod yn llawn ({usedSpacePercent}%)",
03e52840d   Kload   Init
36
37
38
  "File handling" => "Trafod ffeiliau",
  "Maximum upload size" => "Maint mwyaf llwytho i fyny",
  "max. possible: " => "mwyaf. posib:",
03e52840d   Kload   Init
39
40
41
42
43
  "Save" => "Cadw",
  "New" => "Newydd",
  "Text file" => "Ffeil destun",
  "Folder" => "Plygell",
  "From link" => "Dolen o",
03e52840d   Kload   Init
44
45
  "Nothing in here. Upload something!" => "Does dim byd fan hyn. Llwythwch rhywbeth i fyny!",
  "Download" => "Llwytho i lawr",
03e52840d   Kload   Init
46
47
  "Upload too large" => "Maint llwytho i fyny'n rhy fawr",
  "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Mae'r ffeiliau rydych yn ceisio llwytho i fyny'n fwy na maint mwyaf llwytho ffeiliau i fyny ar y gweinydd hwn.",
6d9380f96   Cédric Dupont   Update sources OC...
48
  "Files are being scanned, please wait." => "Arhoswch, mae ffeiliau'n cael eu sganio."
03e52840d   Kload   Init
49
  );
31b7f2792   Kload   Upgrade to ownclo...
50
  $PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;";