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

cy_GB.php « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 26420c555c4e9cc542d6ff997900bba49911cf82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$TRANSLATIONS = array(
"Location" => "Lleoliad",
"Username" => "Enw defnyddiwr",
"Password" => "Cyfrinair",
"Share" => "Rhannu",
"URL" => "URL",
"Personal" => "Personol",
"Name" => "Enw",
"Delete" => "Dileu"
);
$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;";