Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/cy_GB.php')
-rw-r--r--core/l10n/cy_GB.php94
1 files changed, 0 insertions, 94 deletions
diff --git a/core/l10n/cy_GB.php b/core/l10n/cy_GB.php
deleted file mode 100644
index 4b805f11899..00000000000
--- a/core/l10n/cy_GB.php
+++ /dev/null
@@ -1,94 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Sunday" => "Sul",
-"Monday" => "Llun",
-"Tuesday" => "Mawrth",
-"Wednesday" => "Mercher",
-"Thursday" => "Iau",
-"Friday" => "Gwener",
-"Saturday" => "Sadwrn",
-"January" => "Ionawr",
-"February" => "Chwefror",
-"March" => "Mawrth",
-"April" => "Ebrill",
-"May" => "Mai",
-"June" => "Mehefin",
-"July" => "Gorffennaf",
-"August" => "Awst",
-"September" => "Medi",
-"October" => "Hydref",
-"November" => "Tachwedd",
-"December" => "Rhagfyr",
-"Settings" => "Gosodiadau",
-"Folder" => "Plygell",
-"Saving..." => "Yn cadw...",
-"Reset password" => "Ailosod cyfrinair",
-"No" => "Na",
-"Yes" => "Ie",
-"Choose" => "Dewisiwch",
-"Ok" => "Iawn",
-"_{count} file conflict_::_{count} file conflicts_" => array("","","",""),
-"Cancel" => "Diddymu",
-"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Nid yw eich gweinydd wedi'i gyflunio eto i ganiatáu cydweddu ffeiliau oherwydd bod y rhyngwyneb WebDAV wedi torri.",
-"Shared" => "Rhannwyd",
-"Share" => "Rhannu",
-"Error" => "Gwall",
-"Error while sharing" => "Gwall wrth rannu",
-"Error while unsharing" => "Gwall wrth ddad-rannu",
-"Error while changing permissions" => "Gwall wrth newid caniatâd",
-"Shared with you and the group {group} by {owner}" => "Rhannwyd â chi a'r grŵp {group} gan {owner}",
-"Shared with you by {owner}" => "Rhannwyd â chi gan {owner}",
-"Password protect" => "Diogelu cyfrinair",
-"Email link to person" => "E-bostio dolen at berson",
-"Send" => "Anfon",
-"Set expiration date" => "Gosod dyddiad dod i ben",
-"Expiration date" => "Dyddiad dod i ben",
-"group" => "grŵp",
-"Resharing is not allowed" => "Does dim hawl ail-rannu",
-"Shared in {item} with {user}" => "Rhannwyd yn {item} â {user}",
-"Unshare" => "Dad-rannu",
-"can edit" => "yn gallu golygu",
-"access control" => "rheolaeth mynediad",
-"create" => "creu",
-"update" => "diweddaru",
-"delete" => "dileu",
-"Password protected" => "Diogelwyd â chyfrinair",
-"Error unsetting expiration date" => "Gwall wrth ddad-osod dyddiad dod i ben",
-"Error setting expiration date" => "Gwall wrth osod dyddiad dod i ben",
-"Sending ..." => "Yn anfon ...",
-"Email sent" => "Anfonwyd yr e-bost",
-"Warning" => "Rhybudd",
-"The object type is not specified." => "Nid yw'r math o wrthrych wedi cael ei nodi.",
-"Delete" => "Dileu",
-"Add" => "Ychwanegu",
-"The update was successful. Redirecting you to ownCloud now." => "Roedd y diweddariad yn llwyddiannus. Cewch eich ailgyfeirio i ownCloud nawr.",
-"Use the following link to reset your password: {link}" => "Defnyddiwch y ddolen hon i ailosod eich cyfrinair: {link}",
-"You will receive a link to reset your password via Email." => "Byddwch yn derbyn dolen drwy e-bost i ailosod eich cyfrinair.",
-"Username" => "Enw defnyddiwr",
-"New password" => "Cyfrinair newydd",
-"Personal" => "Personol",
-"Users" => "Defnyddwyr",
-"Apps" => "Pecynnau",
-"Admin" => "Gweinyddu",
-"Help" => "Cymorth",
-"Access forbidden" => "Mynediad wedi'i wahardd",
-"Security Warning" => "Rhybudd Diogelwch",
-"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Mae eich fersiwn PHP yn agored i ymosodiad NULL Byte (CVE-2006-7243)",
-"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Mwy na thebyg fod modd cyrraedd eich cyfeiriadur data a ffeilau o'r rhyngrwyd oherwydd nid yw'r ffeil .htaccess yn gweithio. ",
-"Create an <strong>admin account</strong>" => "Crewch <strong>gyfrif gweinyddol</strong>",
-"Password" => "Cyfrinair",
-"Data folder" => "Plygell data",
-"Configure the database" => "Cyflunio'r gronfa ddata",
-"Database user" => "Defnyddiwr cronfa ddata",
-"Database password" => "Cyfrinair cronfa ddata",
-"Database name" => "Enw cronfa ddata",
-"Database tablespace" => "Tablespace cronfa ddata",
-"Database host" => "Gwesteiwr cronfa ddata",
-"Finish setup" => "Gorffen sefydlu",
-"%s is available. Get more information on how to update." => "%s ar gael. Mwy o wybodaeth am sut i ddiweddaru.",
-"Log out" => "Allgofnodi",
-"remember" => "cofio",
-"Log in" => "Mewngofnodi",
-"Alternative Logins" => "Mewngofnodiadau Amgen"
-);
-$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;";