diff options
Diffstat (limited to 'apps/files_encryption/l10n/cy_GB.php')
-rw-r--r-- | apps/files_encryption/l10n/cy_GB.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files_encryption/l10n/cy_GB.php b/apps/files_encryption/l10n/cy_GB.php new file mode 100644 index 00000000000..523b5dd73df --- /dev/null +++ b/apps/files_encryption/l10n/cy_GB.php @@ -0,0 +1,7 @@ +<?php $TRANSLATIONS = array( +"Encryption" => "Amgryptiad", +"File encryption is enabled." => "Galluogwyd amgryptio ffeiliau.", +"The following file types will not be encrypted:" => "Ni fydd ffeiliau o'r math yma'n cael eu hamgryptio:", +"Exclude the following file types from encryption:" => "Eithrio'r mathau canlynol o ffeiliau rhag cael eu hamgryptio:", +"None" => "Dim" +); |