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

cy_GB.php « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5beeeadae968a2a185275b68817fc32522c2fd0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
$TRANSLATIONS = array(
"Email sent" => "Anfonwyd yr e-bost",
"Encryption" => "Amgryptiad",
"Authentication error" => "Gwall dilysu",
"Invalid request" => "Cais annilys",
"Error" => "Gwall",
"undo" => "dadwneud",
"Groups" => "Grwpiau",
"Delete" => "Dileu",
"None" => "Dim",
"Login" => "Mewngofnodi",
"Security Warning" => "Rhybudd Diogelwch",
"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.",
"Password" => "Cyfrinair",
"New password" => "Cyfrinair newydd",
"Email" => "E-bost",
"Cancel" => "Diddymu",
"Login Name" => "Mewngofnodi",
"Other" => "Arall",
"Username" => "Enw defnyddiwr"
);
$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;";