Browse Source

pa #642: renommage duree/longueur/saction, MAJ features

root 13 years ago
parent
commit
c788b24058
2 changed files with 22 additions and 24 deletions
  1. 19 20
      fgcf.features.content.inc
  2. 3 4
      fgcf.features.fieldgroup.inc

+ 19 - 20
fgcf.features.content.inc

@@ -249,7 +249,7 @@ o|Oui',
         ),
       ),
       'default_value_php' => NULL,
-      'label' => 'Durée',
+      'label' => 'Durée en heures',
       'weight' => '9',
       'description' => '',
       'type' => 'number',
@@ -312,7 +312,7 @@ o|Oui',
         ),
       ),
       'default_value_php' => NULL,
-      'label' => 'Longueur',
+      'label' => 'Durée en jours',
       'weight' => '10',
       'description' => '',
       'type' => 'number',
@@ -693,7 +693,7 @@ o|Oui',
       'active_tags' => NULL,
       'default_value' => NULL,
       'default_value_php' => NULL,
-      'label' => 'Sanction',
+      'label' => 'Délivrance',
       'weight' => '13',
       'description' => '',
       'type' => 'content_taxonomy_autocomplete',
@@ -968,23 +968,22 @@ o|Oui',
   );
 
   // Translatables
-  array(
-    t('Contenu'),
-    t('Documents remis'),
-    t('Durée'),
-    t('Eligibilité DIF'),
-    t('Icône'),
-    t('Logo'),
-    t('Longueur'),
-    t('Modalité de formation'),
-    t('Objectif'),
-    t('Organisme de formation'),
-    t('Public concerné'),
-    t('Référence'),
-    t('Sanction'),
-    t('Site'),
-    t('Supports pédagogiques'),
-  );
+  // Included for use with string extractors like potx.
+  t('Contenu');
+  t('Documents remis');
+  t('Durée en heures');
+  t('Durée en jours');
+  t('Délivrance');
+  t('Eligibilité DIF');
+  t('Icône');
+  t('Logo');
+  t('Modalité de formation');
+  t('Objectif');
+  t('Organisme de formation');
+  t('Public concerné');
+  t('Référence');
+  t('Site');
+  t('Supports pédagogiques');
 
   return $fields;
 }

+ 3 - 4
fgcf.features.fieldgroup.inc

@@ -110,10 +110,9 @@ function fgcf_fieldgroup_default_groups() {
   );
 
   // Translatables
-  array(
-    t('Branding'),
-    t('Méta'),
-  );
+  // Included for use with string extractors like potx.
+  t('Branding');
+  t('Méta');
 
   return $groups;
 }