Browse Source

Minor - Update language files - refs BT#10248

Angel Fernando Quiroz Campos 9 years ago
parent
commit
32deadc366
2 changed files with 2 additions and 0 deletions
  1. 1 0
      main/lang/english/trad4all.inc.php
  2. 1 0
      main/lang/spanish/trad4all.inc.php

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

@@ -7510,4 +7510,5 @@ $SkillXDisabled = "Skill \"%s\" disabled";
 $ShowFullSkillNameOnSkillWheelTitle = "Show full skill name on skill wheel";
 $ShowFullSkillNameOnSkillWheelComment = "On the wheel of skills, it shows the name of the skill when it has short code.";
 $DBPort = "Port";
+$CreatedBy = "Created by";
 ?>

+ 1 - 0
main/lang/spanish/trad4all.inc.php

@@ -7535,4 +7535,5 @@ $SkillXDisabled = "Competencia \"%s\" deshabilitada";
 $ShowFullSkillNameOnSkillWheelTitle = "Mostrar nombre completo de la competencias en rueda de competencias";
 $ShowFullSkillNameOnSkillWheelComment = "En la rueda de competencias, permite mostrar el nombre de la competencia cuando ésta tiene código corto.";
 $DBPort = "Puerto";
+$CreatedBy = "Creado por";
 ?>