aboutsummaryrefslogtreecommitdiffstats
path: root/src/fuzzy_storage.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-02-26 16:01:17 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-02-26 16:01:17 +0000
commitceaafac997acb1cd58c4682f26de0be9dfe11da6 (patch)
treebddb5c3e21eefdbee999e6787e66af120a01a4e7 /src/fuzzy_storage.c
parent54493e55a5691de3ba8eaa998aae3824402191db (diff)
downloadrspamd-ceaafac997acb1cd58c4682f26de0be9dfe11da6.tar.gz
rspamd-ceaafac997acb1cd58c4682f26de0be9dfe11da6.zip
[Minor] Fix cleanup
Diffstat (limited to 'src/fuzzy_storage.c')
-rw-r--r--src/fuzzy_storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fuzzy_storage.c b/src/fuzzy_storage.c
index 8dae4fb4b..50a99f030 100644
--- a/src/fuzzy_storage.c
+++ b/src/fuzzy_storage.c
@@ -3235,8 +3235,8 @@ start_fuzzy (struct rspamd_worker *worker)
rspamd_keypair_cache_destroy (ctx->keypair_cache);
}
- rspamd_http_context_free (ctx->http_ctx);
REF_RELEASE (ctx->cfg);
+ rspamd_http_context_free (ctx->http_ctx);
rspamd_log_close (worker->srv->logger, TRUE);
exit (EXIT_SUCCESS);
9 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/apps/encryption/l10n/ar.json
blob: dfb2066e42c50c5d5f8e2c383181da98f20bd3ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{ "translations": {
    "Recovery key successfully enabled" : "تم بنجاح تفعيل مفتاح الاستعادة",
    "Could not enable recovery key. Please check your recovery key password!" : "لا يمكن تفعيل مفتاح الاستعادة, يرجى التحقق من كلمة مرور مفتاح الاستعادة!",
    "Recovery key successfully disabled" : "تم تعطيل مفتاح الاستعادة بنجاح",
    "Could not disable recovery key. Please check your recovery key password!" : "لا يمكن تعطيل مفتاح الاستعادة, يرجى التحقق من كلمة مرور مفتاح الاستعادة!",
    "Password successfully changed." : "تم تغيير كلمة المرور بنجاح.",
    "Could not change the password. Maybe the old password was not correct." : "تعذر تغيير كلمة المرور. من الممكن ان كلمة المرور القديمة غير صحيحة.",
    "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "تم تمكين تشفير البرامج لكن لم يتم تهيئة المفاتيح لذا يرجى تسجيل الخروج ثم تسجيل الدخول مرة آخرى.",
    "Enable recovery key (allow to recover users files in case of password loss):" : "تفعيل استعادة المفتاح (سوف يمكنك من استعادة ملفات المستخدمين في حال فقدان كلمة المرور):",
    "Recovery key password" : "استعادة كلمة مرور المفتاح",
    "Repeat Recovery key password" : "كرر كلمة المرور لـ استعادة المفتاح",
    "Enabled" : "مفعلة",
    "Disabled" : "معطلة",
    "Change recovery key password:" : "تعديل كلمة المرور استعادة المفتاح:",
    "Old Recovery key password" : "كلمة المرور القديمة لـ استعامة المفتاح",
    "New Recovery key password" : "تعيين كلمة مرور جديدة لـ استعادة المفتاح",
    "Repeat New Recovery key password" : "كرر كلمة المرور لـ استعادة المفتاح من جديد",
    "Change Password" : "عدل كلمة السر",
    " If you don't remember your old password you can ask your administrator to recover your files." : "اذا كنت لاتتذكر كلمة السر تستطيع ان تطلب من المدير ان يستعيد ملفاتك.",
    "Old log-in password" : "كلمة المرور القديمة الخاصة بالدخول",
    "Current log-in password" : "كلمة المرور الحالية الخاصة بالدخول",
    "Update Private Key Password" : "تحديث كلمة المرور لـ المفتاح الخاص",
    "Enable password recovery:" : "تفعيل استعادة كلمة المرور:",
    "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "تفعيل هذا الخيار يمكنك من اعادة الوصول الى ملفاتك المشفرة عند فقدان كلمة المرور"
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
}