Ver código fonte

Updating english lang vars

Julio Montoya 13 anos atrás
pai
commit
4473d239d7

+ 13 - 1
main/lang/english/admin.inc.php

@@ -664,7 +664,7 @@ $NoticeWillBeNotDisplayed = "The notice will be not displayed on the homepage";
 $LetThoseFieldsEmptyToHideTheNotice = "Let those fields empty to hide the notice";
 $Ppt2lpVoiceRecordingNeedsRed5 = "The voice recording feature in the course editor relies on a Red5 streaming server. This server's parameters can be configured in the videoconference section on the current page.";
 $PlatformCharsetTitle = "Character set";
-$PlatformCharsetComment = "The character set is what pilots the way specific languages can be displayed in Chamilo. If you use Russian or Japanese characters, for example, you might want to change this. For all english, latin and west-european characters, the default iso-8859-15 should be alright.";
+$PlatformCharsetComment = "The character set is what pilots the way specific languages can be displayed in Chamilo. If you use Russian or Japanese characters, for example, you might want to change this. For all english, latin and west-european characters, the default UTF-8 should be alright.";
 $ExtendedProfileRegistrationTitle = "Extended profile fields in registration";
 $ExtendedProfileRegistrationComment = "Which of the following fields of the extended profile have to be available in the user registration process? This requires that the extended profile is activated (see above).";
 $ExtendedProfileRegistrationRequiredTitle = "Required extended profile fields in registration";
@@ -1503,4 +1503,16 @@ $CasUserAddLastnameAttributeTitle = "Add CAS user lastname";
 $CasUserAddLastnameAttributeComment = "Add CAS user lastname details when registering a new user";
 $ShowAdminToolbarTitle = "Show admin toolbar";
 $ShowAdminToolbarComment = "Shows a global toolbar on top of the page to the designated user roles. This toolbar, very similar to Wordpress and Google's black toolbars, can really speed up complicated actions and improve the space you have available for the learning content, but it might be confusing for some users";
+$AddInMenu = "Add in menu";
+$AllowUsersToChangeEmailWithNoPasswordTitle = "Allow users to change email with out password";
+$AllowUsersToChangeEmailWithNoPasswordComment = "When changing the account information";
+$EnableHelpLinkTitle = "Enable help link";
+$EnableHelpLinkComment = "The Help link is located in the top right part of the screen";
+$BackToAdmin = "Back to administration";
+$AllowGlobalChatTitle = "Allow global chat";
+$HeaderExtraContentTitle = "Extra content in header";
+$HeaderExtraContentComment = "You can add HTML code like meta tags";
+$FooterExtraContentTitle = "Extra content in footer";
+$AllowGlobalChatComment = "Users can chat with each other";
+$FooterExtraContentComment = "You can add HTML code like meta tags";
 ?>

+ 6 - 0
main/lang/english/glossary.inc.php

@@ -25,4 +25,10 @@ $GlossaryManagement = "Glossary management";
 $TermMoved = "The term has moved";
 $ShowGlossaryInExtraToolsTitle = "Show the glossary terms in extra tools";
 $ShowGlossaryInExtraToolsComment = "From here you can configure how to add the glossary terms in extra tools as learning path and exercice tool";
+$ImportGlossary = "Import glossary";
+$ReplaceGlossary = "Replace glossary";
+$CannotDeleteGlossary = "Cannot delete glossary";
+$TermsImported = "Terms imported";
+$TermsNotImported = "Terms not imported";
+$ExportGlossaryAsCSV = "Export glossary as a CSV file";
 ?>

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

@@ -1203,4 +1203,9 @@ $HottestCourses = "Hottest courses";
 $SentAtX = "Sent at: %s";
 $dateTimeFormatShort = "%b %d, %Y at %I:%M %p";
 $dateTimeFormatShortTimeFirst = "%I:%M %p, %b %d %Y";
+$LoginToVote = "Login to vote";
+$DoNotShow = "Do not show";
+$ShowToAdminsOnly = "Show to admins only";
+$ShowToAdminsAndTeachers = "Show to admins and teachers";
+$ShowToAllUsers = "Show to all  users";
 ?>