From 8d518c457551360f8c661e9532dd4e9a2ceed41c Mon Sep 17 00:00:00 2001
From: Thomas Fradet <t.fradet8@gmail.com>
Date: Thu, 20 Jun 2019 12:36:34 +0200
Subject: [PATCH] capa name and useless database tables

---
 db/{install.xml => old_install.xml} | 0
 lang/en/block_competency_iena.php   | 2 +-
 lang/fr/block_competency_iena.php   | 1 +
 3 files changed, 2 insertions(+), 1 deletion(-)
 rename db/{install.xml => old_install.xml} (100%)

diff --git a/db/install.xml b/db/old_install.xml
similarity index 100%
rename from db/install.xml
rename to db/old_install.xml
diff --git a/lang/en/block_competency_iena.php b/lang/en/block_competency_iena.php
index a44520d..a477c14 100644
--- a/lang/en/block_competency_iena.php
+++ b/lang/en/block_competency_iena.php
@@ -75,5 +75,5 @@
     $string['apc_infos_title'] = 'Informations sur l\'APC';
     $string['apc_demande_title'] = 'Demande d\'accès ou d\'informations';
     $string['send_demande'] = 'Envoyer la demande';
-
+    $string['competency_iena:addinstance'] = 'Add a new competency block';
 ?>
\ No newline at end of file
diff --git a/lang/fr/block_competency_iena.php b/lang/fr/block_competency_iena.php
index 3f0c0e1..997abf5 100644
--- a/lang/fr/block_competency_iena.php
+++ b/lang/fr/block_competency_iena.php
@@ -74,6 +74,7 @@
     $string['apc_infos_title'] = 'Informations sur l\'APC';
     $string['apc_demande_title'] = 'Demande d\'accès ou d\'informations';
     $string['send_demande'] = 'Envoyer la demande';
+    $string['competency_iena:addinstance'] = 'Ajouter un nouveau bloc Compétences';
 
 
 
-- 
GitLab