🌐 Fix dict automatic update

This commit is contained in:
Pierre Goiffon
2019-03-19 11:14:39 +01:00
parent f63aceeabe
commit 54c027823b
36 changed files with 156 additions and 140 deletions

View File

@@ -44,4 +44,3 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'bkp-wait-restore' => 'Vyčkejte prosím na dokončení obnovy',
'bkp-success-restore' => 'Obnova úspěšně dokončena.',
));
?>

View File

@@ -42,4 +42,3 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'bkp-wait-restore' => 'Por favor, aguarde a restauração concluir...',
'bkp-success-restore' => 'Restauração concluída com sucesso.',
));
?>

View File

@@ -45,4 +45,3 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
'bkp-wait-restore' => 'Пожалуйста, дождитесь завершения восстановления...',
'bkp-success-restore' => 'Восстановление успешно завершено.',
));
?>