summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/sc.js7
-rw-r--r--lib/l10n/sc.json5
-rw-r--r--lib/l10n/si.js11
-rw-r--r--lib/l10n/si.json9
4 files changed, 32 insertions, 0 deletions
diff --git a/lib/l10n/sc.js b/lib/l10n/sc.js
new file mode 100644
index 00000000000..6da1b1e8920
--- /dev/null
+++ b/lib/l10n/sc.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "lib",
+ {
+ "This is an automatically sent email, please do not reply." : "Custu est unu messàgiu de posta imbiadu in automàticu, non rispondas.",
+ "Settings" : "Impostatziones"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/lib/l10n/sc.json b/lib/l10n/sc.json
new file mode 100644
index 00000000000..5fba8257651
--- /dev/null
+++ b/lib/l10n/sc.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "This is an automatically sent email, please do not reply." : "Custu est unu messàgiu de posta imbiadu in automàticu, non rispondas.",
+ "Settings" : "Impostatziones"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/lib/l10n/si.js b/lib/l10n/si.js
new file mode 100644
index 00000000000..7b1fb3a0a76
--- /dev/null
+++ b/lib/l10n/si.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "lib",
+ {
+ "seconds ago" : "තත්පර කිහිපයකට පෙර",
+ "Help" : "උපකාර",
+ "Apps" : "යෙදුම්",
+ "Settings" : "සැකසුම්",
+ "Log out" : "නික්මෙන්න",
+ "Users" : "පරිශීලකයින්"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/lib/l10n/si.json b/lib/l10n/si.json
new file mode 100644
index 00000000000..e82e0f396df
--- /dev/null
+++ b/lib/l10n/si.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "seconds ago" : "තත්පර කිහිපයකට පෙර",
+ "Help" : "උපකාර",
+ "Apps" : "යෙදුම්",
+ "Settings" : "සැකසුම්",
+ "Log out" : "නික්මෙන්න",
+ "Users" : "පරිශීලකයින්"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file