diff options
Diffstat (limited to 'apps/files/l10n/cy_GB.php')
-rw-r--r-- | apps/files/l10n/cy_GB.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/cy_GB.php b/apps/files/l10n/cy_GB.php index 0aab1a18bc5..dc50b9cc3f5 100644 --- a/apps/files/l10n/cy_GB.php +++ b/apps/files/l10n/cy_GB.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "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", "No file was uploaded. Unknown error" => "Ni lwythwyd ffeil i fyny. Gwall anhysbys.", @@ -71,3 +72,4 @@ "Current scanning" => "Sganio cyfredol", "Upgrading filesystem cache..." => "Uwchraddio storfa system ffeiliau..." ); +$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"; |