summaryrefslogtreecommitdiffstats
path: root/lib/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-05-20 02:13:14 +0000
committerNextcloud bot <bot@nextcloud.com>2019-05-20 02:13:14 +0000
commitb47be338212938821641f8835f898aa6ead47df1 (patch)
tree2d70c264a52b46e53e88a038b0bfa6e7a9fe2e0a /lib/l10n
parenta44bb8bdcd9907406c018328cfe171dcb4b0844e (diff)
downloadnextcloud-server-b47be338212938821641f8835f898aa6ead47df1.tar.gz
nextcloud-server-b47be338212938821641f8835f898aa6ead47df1.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-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