Browse Source

Minor - update lang vars

jmontoyaa 7 years ago
parent
commit
b1ab4d4a1c
2 changed files with 8 additions and 0 deletions
  1. 4 0
      main/lang/english/trad4all.inc.php
  2. 4 0
      main/lang/french/trad4all.inc.php

+ 4 - 0
main/lang/english/trad4all.inc.php

@@ -8132,4 +8132,8 @@ $ExportToChamiloFormat = "Export to Chamilo format";
 $CoursesComingSoon = "Courses coming soon";
 $SalePrice = "Sale price";
 $BuyNow = "Buy now";
+$DocumentGroupCollaborationMode = "Collaboration mode";
+$DocumentGroupReadOnlyMode = "Read only mode";
+$GroupDocumentAccess = "Document access";
+$DocumentGroupShareMode = "Share mode";
 ?>

+ 4 - 0
main/lang/french/trad4all.inc.php

@@ -8069,4 +8069,8 @@ $ExportToChamiloFormat = "Exportation du parcours";
 $CoursesComingSoon = "Cours à paraître";
 $SalePrice = "Prix de vente";
 $BuyNow = "Acheter";
+$DocumentGroupCollaborationMode = "Mode collaboratif";
+$DocumentGroupReadOnlyMode = "Mode lecture seule";
+$GroupDocumentAccess = "Type d'usage";
+$DocumentGroupShareMode = "Mode partagé";
 ?>