diff options
Diffstat (limited to 'lib/l10n/ps.js')
-rw-r--r-- | lib/l10n/ps.js | 8 |
1 files changed, 8 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);"); |