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/indonesian/forum.inc.php

143 lines
4.5 KiB

<?php
/*
for more information: see languages.txt in the lang folder.
*/
$ForumDeleted = "";
$ForumCategoryDeleted = "";
$ForumLocked = "";
$Forum = "Forum";
$AddForumCategory = "Tambah kategori baru foum";
$AddForum = "Tambah sebuah forum baru";
$Topics = "Topik";
$Posts = "Posts";
$LastPosts = "Post terakhir";
$Message = "pesan";
$NoForumInThisCategory = "Tidak ada forum dalam kategori ini";
$InForumCategory = "Buat dalam kategori";
$AllowAnonymousPosts = "Ijinkan posting anonim?";
$StudentsCanEdit = "Bolehkan siswa mengedir postingnya?";
$ApprovalDirect = "Posting Pengesahan / Langsung";
$AllowNewThreads = "Ijinkan siswa memulai thread baru";
$DefaultViewType = "Type view Default";
$GroupSettings = "Seting Kelompok";
$NotAGroupForum = "Bukan forum kelompok";
$PublicPrivateGroupForum = "forum kelompok Publik atau privat ?";
$Public = "Untuk semua anggota mata kuliah";
$Private = "Untuk anggota kelompok saja";
$NewPostStored = "Pesan anda telah disimpan";
$ReturnTo = "Anda kini dapat kembali ke";
$Or = "atau";
$ReplyToThread = "Tanggapi thread ini";
$ReplyToMessage = "Tanggapi pesan ini";
$QuoteMessage = "Kutip pesan ini";
$NewTopic = "Thread baru";
$Replies = "Tanggapi";
$Views = "Lihat";
$LastPost = "Posting terakhir";
$Quoting = "Mengkutip";
$NotifyByEmail = "Ingatkan saya melalaui email jika ada tanggapan";
$StickyPost = "Ini pesan khusus (tampil selalu di atas dan memiliki ikon khusus)";
$ReplyShort = "Re:";
$DeletePost = "Anda yakin ingin mengapus postingan ini? Menghapus ini juga akan menghapus tanggapan-nya. Silahkan tandai kenampakan thread untuk melihat postingan mana saja yang juga akan dihapus.";
$Locked = "Terkunci: siswa tidak dapat memposting pesan baru di kategori forum , forum atau thread ini tapi mereka dapat tetap membaca pesan-pesan yang telah diposting";
$Unlocked = "Tridak terkunci: siswa dapat memposting pesan pada kategori forum, forum atau thread";
$Flat = "Flat";
$Threaded = "Ber-thread";
$Nested = "Bersarang";
$FlatView = "Penampakan datar";
$ThreadedView = "Penambakan Ber-thread";
$NestedView = "Penampakan bersarang";
$Structure = "Struktur";
$ForumCategoryAdded = "Kategori forum telah ditambahkan";
$ForumCategoryEdited = "Kategori forum telah diubah";
$ForumAdded = "Forum tersebut telah ditambah";
$ForumEdited = "Forum tersebut telah diubah";
$NewThreadStored = "Thread baru tersebut telah ditambah";
$Approval = "Persetujuan";
$Direct = "Langsung";
$ForGroup = "Untuk Group";
$ThreadLocked = "Thread dikunci";
$NotAllowedHere = "Anda tidak diijinkan di sini.";
$ReplyAdded = "Tanggapan telah ditambahkan";
$EditPost = "Edit postingan";
$EditPostStored = "Postingan telah diubah";
$NewForumPost = "Potingan baru di forum";
$YouWantedToStayInformed = "Anda harus nyatakan bahwa anda ingin diinformasikan oleh email ketika sesorang menanggapi pada thread tersebut";
$MessageHasToBeApproved = "Pesan anda telah disetujui sebelum orang lain dapat melihatnya.";
$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 = "";
?>