summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/ps.js8
-rw-r--r--lib/l10n/ps.json6
2 files changed, 14 insertions, 0 deletions
diff --git a/lib/l10n/ps.js b/lib/l10n/ps.js
new file mode 100644
index 00000000000..b4e283e27a3
--- /dev/null
+++ b/lib/l10n/ps.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "lib",
+ {
+ "Cannot write into \"config\" directory!" : "شسیب",
+ "This can usually be fixed by giving the webserver write access to the config directory" : "شسیب",
+ "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "شسیب"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/lib/l10n/ps.json b/lib/l10n/ps.json
new file mode 100644
index 00000000000..8ad0966d66e
--- /dev/null
+++ b/lib/l10n/ps.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Cannot write into \"config\" directory!" : "شسیب",
+ "This can usually be fixed by giving the webserver write access to the config directory" : "شسیب",
+ "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "شسیب"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file