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 'apps/files_trashbin/l10n/cy_GB.js')
-rw-r--r--apps/files_trashbin/l10n/cy_GB.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/cy_GB.js b/apps/files_trashbin/l10n/cy_GB.js
new file mode 100644
index 00000000000..d5ccb0f7415
--- /dev/null
+++ b/apps/files_trashbin/l10n/cy_GB.js
@@ -0,0 +1,14 @@
+OC.L10N.register(
+ "files_trashbin",
+ {
+ "Couldn't delete %s permanently" : "Methwyd dileu %s yn barhaol",
+ "Couldn't restore %s" : "Methwyd adfer %s",
+ "Deleted files" : "Ffeiliau ddilewyd",
+ "Restore" : "Adfer",
+ "Error" : "Gwall",
+ "Nothing in here. Your trash bin is empty!" : "Does dim byd yma. Mae eich bin sbwriel yn wag!",
+ "Name" : "Enw",
+ "Deleted" : "Wedi dileu",
+ "Delete" : "Dileu"
+},
+"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");