Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/lang/japanese/forum.inc.php

143 lines
2.9 KiB

<?php
/*
for more information: see languages.txt in the lang folder.
*/
$ForumDeleted = "";
$ForumCategoryDeleted = "";
$ForumLocked = "";
$Forum = "";
$AddForumCategory = "";
$AddForum = "";
$Topics = "";
$Posts = "";
$LastPosts = "";
$Message = "";
$NoForumInThisCategory = "";
$InForumCategory = "";
$AllowAnonymousPosts = "";
$StudentsCanEdit = "";
$ApprovalDirect = "";
$AllowNewThreads = "";
$DefaultViewType = "";
$GroupSettings = "";
$NotAGroupForum = "";
$PublicPrivateGroupForum = "";
$Public = "";
$Private = "";
$NewPostStored = "";
$ReturnTo = "";
$Or = "";
$ReplyToThread = "";
$ReplyToMessage = "";
$QuoteMessage = "";
$NewTopic = "";
$Replies = "";
$Views = "";
$LastPost = "";
$Quoting = "";
$NotifyByEmail = "";
$StickyPost = "";
$ReplyShort = "";
$DeletePost = "";
$Locked = "";
$Unlocked = "";
$Flat = "";
$Threaded = "";
$Nested = "";
$FlatView = "";
$ThreadedView = "";
$NestedView = "";
$Structure = "";
$ForumCategoryAdded = "";
$ForumCategoryEdited = "";
$ForumAdded = "";
$ForumEdited = "";
$NewThreadStored = "";
$Approval = "";
$Direct = "";
$ForGroup = "";
$ThreadLocked = "";
$NotAllowedHere = "";
$ReplyAdded = "";
$EditPost = "";
$EditPostStored = "";
$NewForumPost = "";
$YouWantedToStayInformed = "";
$MessageHasToBeApproved = "";
$AllowAttachments = "";
$EditForumCategory = "";
$MovePost = "";
$MoveToThread = "";
$ANewThread = "";
$Reply = "";
$DeleteForum = "";
$DeleteForumCategory = "";
$Lock = "";
$Unlock = "";
$MoveThread = "";
$PostVisibilityChanged = "";
$PostDeleted = "";
$MakeInvisible = "";
$ThreadCanBeFoundHere = "";
$MakeVisible = "";
$DeleteCompleteThread = "";
$PostDeletedSpecial = "";
$ThreadDeleted = "";
$NextMessage = "";
$PrevMessage = "";
$FirstMessage = "";
$LastMessage = "";
$ForumSearch = "";
$SearchTerm = "";
$ForumSearchResults = "";
$ForumSearchInformation = "";
$YouWillBeNotifiedOfNewPosts = "";
$YouWillNoLongerBeNotifiedOfNewPosts = "";
$AddImage = "";
$QualifyThread = "";
$ThreadUsersList = "";
$StudentList = "";
$QualifyThisThread = "";
$CourseUsers = "";
$PostsNumber = "";
$NumberOfPostsForThisUser = "";
$AveragePostPerUser = "";
$QualificationChangesHistory = "";
$MoreRecent = "";
$Older = "";
$OrderBy = "";
$WhoChanged = "";
$NoteChanged = "";
$DateChanged = "";
$ViewComentPost = "";
$AllStudents = "";
$StudentsQualified = "";
$StudentsNotQualified = "";
$NamesAndLastNames = "";
$MaxScore = "";
$QualificationCanNotBeGreaterThanMaxScore = "";
$ThreadStatistics = "";
$Thread = "";
$NotifyMe = "";
$ConfirmUserQualification = "";
$NotChanged = "";
$TitleColumnGradebook = "";
$QualifyThreadGradebook = "";
$QualifyWeight = "";
$QualifyNumeric = "";
$AlterQualifyThread = "";
$ForumMoved = "";
$YouMustAssignWeightOfQualification = "";
$DeleteAttachmentFile = "";
$EditAnAttachment = "";
$SeeForum = "";
$CreateForum = "";
$ModifyForum = "";
$CreateThread = "";
$ModifyThread = "";
$EditForum = "";
$BackToForum = "";
$BackToForumOverview = "";
$BackToThread = "";
$ForumcategoryLocked = "";
?>