From ca5afdb9a8ee7e1970323c359fd58ab4184fa97a Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Thu, 12 Dec 2019 10:58:12 +0000 Subject: [PATCH] Translated using Weblate (Romanian) Currently translated at 94.7% (18 of 19 strings) Translation: Hauk/PHP backend Translate-URL: https://traduki.varden.info/projects/hauk/backend-php/ro/ --- backend-php/include/lang/ro/texts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/backend-php/include/lang/ro/texts.php b/backend-php/include/lang/ro/texts.php index 38ad8b5..43aa555 100644 --- a/backend-php/include/lang/ro/texts.php +++ b/backend-php/include/lang/ro/texts.php @@ -16,3 +16,4 @@ $LANG['group_share_not_adoptable'] = 'Nu puteți adopta partajări de grup!'; $LANG['share_not_found'] = 'Această partajare nu există!'; $LANG['session_expired'] = 'Sesiune expirată!'; $LANG['config_missing'] = 'Nu s-a putut găsi config.php!'; +$LANG['no_redis_ext'] = 'În setările PHP nu aveți nici o extensie redis (redis) compatibilă activă!';