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 'lib/l10n/gd.js')
-rw-r--r--lib/l10n/gd.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/l10n/gd.js b/lib/l10n/gd.js
new file mode 100644
index 00000000000..1f979c7a464
--- /dev/null
+++ b/lib/l10n/gd.js
@@ -0,0 +1,16 @@
+OC.L10N.register(
+ "lib",
+ {
+ "Unknown filetype" : "Seòrsa faidhle nach aithne dhuinn",
+ "Invalid image" : "Dealbh mì-dhligheach",
+ "seconds ago" : "diog air ais",
+ "Help" : "Cobhair",
+ "Settings" : "Roghainnean",
+ "Log out" : "Clàraich a-mach",
+ "Email" : "Post-d",
+ "Twitter" : "Twitter",
+ "Website" : "Làrach-lìn",
+ "Address" : "Seòladh",
+ "About" : "Mu dhèidhinn"
+},
+"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;");