Skip to content

Commit 009bab0

Browse files
committed
merge
2 parents 2820a05 + 2ebae1b commit 009bab0

29 files changed

+282
-173
lines changed

courses/index.html

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
</head>
44
<body>
55
</body>
6-
</html>
6+
</html>

main/group/group_space.php

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,9 @@
282282
$table->set_column_filter(3, 'email_filter');
283283
}
284284
}
285+
//the order of these calls is important
286+
$table->set_column_filter(1, 'user_name_filter');
287+
$table->set_column_filter(2, 'user_name_filter');
285288
$table->set_column_filter(0, 'user_icon_filter');
286289
$table->display();
287290

@@ -414,6 +417,20 @@ function user_icon_filter($user_id) {
414417
$photo = '<center><img src="'.$image_repository.$existing_image.'" alt="'.api_get_person_name($userinfo['firstname'], $userinfo['lastname']).'" width="22" height="22" title="'.api_get_person_name($userinfo['firstname'], $userinfo['lastname']).'" /></center>';
415418
return '<a href="../user/userInfo.php?origin='.$origin.'&amp;uInfo='.$user_id.'">'.$photo;
416419
}
420+
/**
421+
* Return user profile link around the given user name.
422+
*
423+
* The parameters use a trick of the sorteable table, where the first param is
424+
* the original value of the column
425+
* @param string User name (value of the column at the time of calling)
426+
* @param string URL parameters
427+
* @param array Row of the "sortable table" as it is at the time of function call - we extract the user ID from there
428+
* @return string HTML link
429+
*/
430+
function user_name_filter($name, $url_params, $row) {
431+
global $origin;
432+
return '<a href="../user/userInfo.php?uInfo='.$row[0].'&amp;'.$url_params.'">'.$name.'</a>';
433+
}
417434

418435
// Footer
419436
$orig = isset($origin) ? $origin : '';

main/inc/lib/document.lib.php

Lines changed: 176 additions & 151 deletions
Large diffs are not rendered by default.

main/lang/english/admin.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,4 +1467,5 @@
14671467
$ArchiveDirCleanupProceedButton = "Proceed with cleanup";
14681468
$ArchiveDirCleanupSucceeded = "The archive/ directory cleanup has been executed successfully.";
14691469
$ArchiveDirCleanupFailed = "For some reason, the archive/ directory could not be cleaned up. Please clean it up by manually connecting to the server and deleting the contents of the chamilo/archive/ directory, except the .htaccess file.";
1470+
$LocalTimeUsingPortalTimezoneXIsY = "The local time in the portal timezone (%s) is %s";
14701471
?>

main/lang/english/agenda.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,5 @@
8080
$SelectACourse = "Select a course";
8181
$PleaseSelectACourseOrASessionInTheLeftColumn = "Please select a course or a session in the sidebar.";
8282
$DisableEndDate = "Disable end date";
83+
$AllEvents = "All events";
8384
?>

main/lang/english/exercice.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,4 +412,5 @@
412412
$ShowScoreAndRightAnswer = "Auto-evaluation mode: show score and expected answers";
413413
$DoNotShowScoreNorRightAnswer = "Exam mode: Do not show score nor answers";
414414
$LoadUsersExtraData = "Load users' extra data";
415+
$StartTest = "Start test";
415416
?>

main/lang/english/gradebook.inc.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
$CurrentCategory = "Current training";
2020
$RootCat = "Main folder";
2121
$NewCategory = "New category";
22-
$NewEvaluation = "Add classroom assessment";
22+
$NewEvaluation = "Add classroom activity";
2323
$Weight = "Weight";
2424
$PickACourse = "Pick a course";
2525
$CategoryName = "Folder name";
@@ -223,4 +223,5 @@
223223
$SumOfActivitiesWeightMustBeEqualToTotalWeight = "The sum of all activity weights must be equal to the total weight indicated in your assessment settings, otherwise the students will not be able to reach the sufficient score to achieve their certification.";
224224
$TotalSumOfWeights = "The sum of all weights of activities inside this assessment has to be equivalent to this number.";
225225
$TotalWeightMustBeX = "The sum of all weights of activities must be %s";
226+
$ExportAsDOC = "Export as .doc";
226227
?>

main/lang/english/trad4all.inc.php

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@
976976
$OnlyAccessFromYourGroup = "Only accessible from your group";
977977
$UserFolders = "Folders of users";
978978
$CertificatesFiles = "Certificates";
979-
$ChatFiles = "Conversation history in chat";
979+
$ChatFiles = "Chat conversations history";
980980
$Flash = "Flash";
981981
$Video = "Video";
982982
$Images = "Images";
@@ -1090,7 +1090,7 @@
10901090
$Prev = "Prev";
10911091
$Configuration = "Configuration";
10921092
$ToGroup = "To social group";
1093-
$XWroteY = "%s wrote: <br /><i>%y</i>";
1093+
$XWroteY = "%s wrote: <br /><i>%s</i>";
10941094
$BackToGroup = "Back to the group";
10951095
$GoAttendance = "Go to attendances";
10961096
$GoAssessments = "Go assessments";
@@ -1124,4 +1124,12 @@
11241124
$CourseAssistant = "Assistant";
11251125
$SupportedScormContentMakers = "Scorm Authoring tools supported";
11261126
$Copy = "Copy";
1127+
$EnableStartTime = "Enable start time";
1128+
$EnableEndTime = "Enable end time";
1129+
$Wrong = "Wrong";
1130+
$Certification = "Certification";
1131+
$CertificateOnlineLink = "Online link to certificate";
1132+
$NewExercises = "New exercises";
1133+
$MyAverage = "My average";
1134+
$AllAttempts = "All attempts";
11271135
?>

main/lang/french/admin.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,4 +1470,5 @@
14701470
$ArchiveDirCleanupProceedButton = "Vidanger";
14711471
$ArchiveDirCleanupSucceeded = "Le répertoire archive/ a été vidangé.";
14721472
$ArchiveDirCleanupFailed = "Le répertoire archive/ n'a pas pu être vidé entièrement. Veuillez le vider manuellement en vous connectant au serveur et en supprimant tou les fichiers dans le répertoire chamilo/archive/, à l'exception du fichier caché .htaccess.";
1473+
$LocalTimeUsingPortalTimezoneXIsY = "L'heure locale selon la zone horaire du portail (%s) est %s";
14731474
?>

main/lang/french/agenda.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,5 @@
8080
$SelectACourse = "Sélectionnez un cours";
8181
$PleaseSelectACourseOrASessionInTheLeftColumn = "Veuillez sélectionner un cours ou une session dans le menu latéral.";
8282
$DisableEndDate = "Désactiver date de fin";
83+
$AllEvents = "Tous les évènements";
8384
?>

main/lang/french/exercice.inc.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,8 @@
382382
$ImportExcelQuiz = "Importer un exercice via Excel";
383383
$DownloadExcelTemplate = "Télécharger le modèle Excel";
384384
$ExerciseWillBeActivatedFromXToY = "L'exercice sera activé du %s au %s";
385-
$EnableStartTime = "Utiliser une date de début";
386-
$EnableEndTime = "Utiliser une date de fin";
385+
$EnableStartTime = "Activer date de début";
386+
$EnableEndTime = "Utiliser date de fin";
387387
$ExerciseAvailableFromX = "Exercice disponible depuis le %s";
388388
$ExerciseAvailableUntilX = "Exercice disponible jusqu'au %s";
389389
$TestLimitsAdded = "Limites de test ajoutées";
@@ -412,4 +412,5 @@
412412
$ShowScoreAndRightAnswer = "Mode auto-évaluation: afficher le score et les réponses attendues sur la page finale";
413413
$DoNotShowScoreNorRightAnswer = "Mode examen: ne rien divulguer (ni score, ni réponses)";
414414
$LoadUsersExtraData = "Charger les données de profil des utilisateurs";
415+
$StartTest = "Démarrer le test";
415416
?>

main/lang/french/gradebook.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,4 +223,5 @@
223223
$SumOfActivitiesWeightMustBeEqualToTotalWeight = "La somme des poids de toutes les activités doit être égale au poids total défini dans la configuration du cahier de note, sans quoi aucun étudiant ne pourra atteindre un score suffisant pour obtenir leur certification.";
224224
$TotalSumOfWeights = "La somme des poids de toutes les évaluations de ce cahier de notes doit être égale à ce nombre.";
225225
$TotalWeightMustBeX = "La somme de tous les poids (pondérations) des éléments doit être %s";
226+
$ExportAsDOC = "Exporter en .doc";
226227
?>

main/lang/french/trad4all.inc.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@
10881088
$Prev = "Précédent";
10891089
$Configuration = "Configuration";
10901090
$ToGroup = "À un groupe social";
1091-
$XWroteY = "%s a écrit: <i>%y</i>";
1091+
$XWroteY = "%s a écrit: <i>%s</i>";
10921092
$BackToGroup = "Retour au groupe";
10931093
$GoAttendance = "Aller à la feuille de présences";
10941094
$GoAssessments = "Aller au cahier de notes";
@@ -1122,4 +1122,12 @@
11221122
$CourseAssistant = "Assistant";
11231123
$SupportedScormContentMakers = "Paquets SCORM supportés";
11241124
$Copy = "Copier";
1125+
$EnableStartTime = "Activer date de début";
1126+
$EnableEndTime = "Utiliser date de fin";
1127+
$Wrong = "Faux";
1128+
$Certification = "Certification";
1129+
$CertificateOnlineLink = "Lien vers le certificat";
1130+
$NewExercises = "Nouveaux exercices";
1131+
$MyAverage = "Ma moyenne";
1132+
$AllAttempts = "Toutes les tentatives";
11251133
?>

main/lang/galician/admin.inc.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,4 +1461,10 @@
14611461
$SecurityGuide = "Guía de seguridade";
14621462
$OptimizationGuide = "Guía de optimización";
14631463
$FreeBusyCalendar = "Calendario libre/ocupado";
1464+
$ExtensionCouldBeLoaded = "A extensión está dispoñible";
1465+
$ArchiveDirCleanup = "Limpeza do cartafol arquivos";
1466+
$ArchiveDirCleanupDescr = "Chamilo garda unha copia dos arquivos temporais que xenera (para os backups, as exportacións, as copias, etc) dentro do cartafol archive/. Pasado certo tempo, isto pode chegar a proporcións importantes do disco duro que se está usando sen interese particular.Prema no botón para limpar o cartafol. Executarase unha limpeza manual deste cartafol. Esta operación debería ser executada regularmente por un proceso automático (cron) pero se isto é complicado no seu conterxto, pode regresar a esta páxina regularmente para eliminar os arquivos temporais que contén o cartafol archive/.";
1467+
$ArchiveDirCleanupProceedButton = "Executar limpeza";
1468+
$ArchiveDirCleanupSucceeded = "Os contidos do cartafol archive/ foron eliminados satisfactoriamente.";
1469+
$ArchiveDirCleanupFailed = "Por algunha razón, non se puido limpar o cartafol archive/. Probablemente debido aos permisos. Pode limpar manualmente conectandose ao servidor e eliminando todos os contidos do cartafol chamilo/archive/, excepto o ficherio htaccess.";
14641470
?>

main/lang/galician/agenda.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,5 @@
7979
$EndDateMustBeMoreThanStartDate = "A data final ten que ser maior que a de inicio";
8080
$SelectACourse = "Seleccione un curso";
8181
$PleaseSelectACourseOrASessionInTheLeftColumn = "Seleccione un curso ou unha sesión";
82+
$DisableEndDate = "Deshabilitar data final";
8283
?>

main/lang/galician/forum.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,5 @@
148148
$ThreadMoved = "Tema movido";
149149
$MigrateForum = "Migrar foro";
150150
$YouWillBeNotified = "Vostede será notificado";
151+
$ForumCategories = "Categorías de foro";
151152
?>

main/lang/galician/trad4all.inc.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,4 +1125,8 @@
11251125
$NoItem = "Todavía ningún elemento";
11261126
$LoadExtraData = "Cargar os datos de campos de ususario adicionais (estes teñen que ser marcados como 'Filtro' para que aparezan).";
11271127
$CourseAssistant = "Asistente";
1128+
$SupportedScormContentMakers = "Paquetes Scorm soportados";
1129+
$Copy = "Copiar";
1130+
$EnableStartTime = "Usar tempo de publicación";
1131+
$EnableEndTime = "Usar tempo de fin de publicación";
11281132
?>

main/lang/latvian/admin.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
$EnglishName = "Vārds (Angļu rakstā)";
244244
$DokeosFolder = "Chamilo mape";
245245
$Properties = "Iestādījumi";
246-
$DokeosConfigSettings = "Chamilo konfigurācijas iestādījumi";
246+
$DokeosConfigSettings = "Chamilo konfigurācijas iestatījumi";
247247
$SettingsStored = "Iestādījumi tika saglabāti";
248248
$InstitutionTitle = "Mācību iestādes / organizācijas nosaukums";
249249
$InstitutionComment = "Mācību iestādes / organizācijas nosaukums (parādīsies augšā pa labi)";
@@ -879,7 +879,7 @@
879879
$StylesheetNotHasBeenAdded = "Stilu nevar pievienot";
880880
$SpecialExports = "Speciālais satura eksports <b>(tikai ADMIN)</b>";
881881
$CreateBackup = "Izveidot rezerves kopiju";
882-
$ConfigureInscription = "Papildus teksts/komentārs Reģistrācijas lapā";
882+
$ConfigureInscription = "Papildus teksts / komentārs Reģistrācijas lapā";
883883
$EditTopRegister = "Rediģēt piezīmi";
884884
$InsertTabs = "Pievienot cilni";
885885
$EditTabs = "Rediģēt cilni";

main/lang/simpl_chinese/course_home.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@
2929
$SessionName = "会话名称";
3030
$SessionCategory = "会话分类";
3131
$SessionData = "会话数据";
32+
$ToolSearch = "搜索";
3233
?>

main/lang/simpl_chinese/document.inc.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@
6060
$langTocUp = "向上";
6161
$lang_cut_paste_link = "全屏显示";
6262
$langCreatePath = "新建路径";
63+
$SendDocument = "上传文件";
64+
$ThisFolderCannotBeDeleted = "这个文件夹不能删除";
65+
$ChangeVisibility = "改变是否可见";
66+
$VisibilityCannotBeChanged = "可见性不能改变";
67+
$DocumentCannotBeMoved = "此文档不能移动";
6368
$langOogieConversionPowerPoint = "Oogie : 幻灯片转换功能";
6469
$langWelcomeOogieSubtitle = "幻灯片到学习路径的转换器";
6570
$langAddMetadata = "查看/修改元数据";
@@ -107,8 +112,15 @@
107112
$Options = "选项";
108113
$WelcomeOogieConverter = "欢迎使用Chamilo RAPID<ul type=\"1\"><li>从电脑上选择.ppt 或 .odp文件<li>上传到Oogie. 它将转换成Scorm课程.<li>你将可以添加声音评论, 测试或者其它事件到页面中.";
109114
$ConvertToLP = "转换为学习路线";
115+
$AdvancedSettings = "高级设置";
116+
$File = "文件";
117+
$DocDeleteError = "删除文档出错";
110118
$TemplateTitleGlossary = "词汇表";
111119
$TemplateTitleCourseTitle = "课程标题";
112120
$CreateTheDocument = "确认";
121+
$CreateTemplate = "创建模板";
122+
$SharedFolder = "共享文件夹";
113123
$CreateFolder = "创建文件夹";
124+
$TemplateImage = "模板的图标";
125+
$NewImage = "新图片";
114126
?>

main/lang/slovenian/admin.inc.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,4 +1459,9 @@
14591459
$OptimizationGuide = "Vodič za optimizacijo";
14601460
$FreeBusyCalendar = "Prost/zaseden koledar";
14611461
$ExtensionCouldBeLoaded = "Razširitev se lahko naloži";
1462+
$ArchiveDirCleanup = "Čiščenje mape arhivov";
1463+
$ArchiveDirCleanupDescr = "Chamilo vzdržuje kopijo večine začasnih datotek, ki so ustvarjene med izvajanjem (rezervne kopije, izvozi, kopije, ...) v mapi 'archive'. Količina datotek in njihova velikost v določenem času lahko presežeta zmožnosti sistema. Kliknite spodnji gumb za čiščenje arhivske mape sistema. Operacijo je mogoče avtomatizirati preko cron procesa, če pa to ni možno, čistite občasno mapo preko te strani.";
1464+
$ArchiveDirCleanupProceedButton = "Nadaljuj s čiščenjem";
1465+
$ArchiveDirCleanupSucceeded = "čiščenje mape arhivov je bilo uspešno.";
1466+
$ArchiveDirCleanupFailed = "Iz neznanega razloge mape arhivov (archive/) ni bilo mogoče očistiti. Mapo 'chamilo/archive' očistite ročno, pustite nedotaknjeno zgolj datoteto .htaccess .";
14621467
?>

main/lang/slovenian/install.inc.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
$langAdminPass = "Geslo administratorja (<font color=\"red\">verjetno ga želite spremeniti</font>)";
2323
$langEducationManager = "Upravnik izobraževanja";
2424
$langCampusName = "Ime portala";
25-
$langDBSettingIntro = "Namestitveni skript bo tvoril glavno podatkovno bazo Chamilo/Claroline. Chamilo/Claroline mora tvoriti\t\t\t\tveč podatkovnih baz (DB) (v kolikor spodaj ne izbereš opcije \"Ena\" ). Če administrator sistema dovoli \t\t\t\tza vašo spletno stran le eno DB, Chamilo/Claroline ne bo delovala.";
25+
$langDBSettingIntro = "Namestitvena skripta bo ustvarila glavno podatkovno bazo. Chamilo privzeto tvori več podatkovnih baz (DB). V primeru, da vaš ponudnik storitve dovoli uporabo zgolj ene podatkovne baze, Chamilo ne bo deloval, če pod opcijskimi porametri ne izberete vrednosti \"Eno\" za možnost \"Uporabi eno ali več DB za Chamilo\".";
2626
$langStep1 = "korak 1";
2727
$langStep2 = "korak 2";
28-
$langStep3 = "Korak 3 od 6";
29-
$langStep4 = "Korak 4 od 6";
30-
$langStep5 = "Korak 5 od 6";
31-
$langStep6 = "Korak 6 od 6";
28+
$langStep3 = "Korak 3";
29+
$langStep4 = "Korak 4";
30+
$langStep5 = "Korak 5";
31+
$langStep6 = "Korak 6";
3232
$langCfgSetting = "Nastavitve konfiguracije";
3333
$langDBSetting = "Nastavitve podatkovne baze MySQL";
3434
$langMainLang = "Osnovni jezik";
@@ -84,11 +84,11 @@
8484
$DokeosInstallation = "Namestitev Chamilo";
8585
$InstallDokeos = "Namesti Chamilo";
8686
$GoToYourNewlyCreatedPortal = "Pojdi na novo ustvarjen portal.";
87-
$FirstUseTip = "Ko vstopi v portal prvič, je najboljši način spoznavanja z delovanjem, da se registrirate z opcijo 'Ustvari področje tečaja' in sledite navodilom.";
87+
$FirstUseTip = "Ko vstopate v portal prvič, je najboljši način za spoznavanje z delovanjem, da pričnete z izbiro opcije 'Tvori tečaj' in nato sledite navodilom.";
8888
$Version_ = "Različica";
8989
$UpdateFromDokeosVersion = "Nadgradi iz Chamilo";
9090
$WelcomToTheDokeosInstaller = "Dobrodošli v Chamilo namestitveni program";
91-
$PleaseSelectInstallationProcessLanguage = "Izberite prosim jezik, v katerega želite uporabljati med namestitvijo";
91+
$PleaseSelectInstallationProcessLanguage = "Izberite jezik, ki ga želite uporabljati med namestitvijo";
9292
$ReadTheInstallGuide = "preberite vodič po namestitvi";
9393
$HereAreTheValuesYouEntered = "Tule so vrednosti, ki ste jih vnesli";
9494
$PrintThisPageToRememberPassAndOthers = "Da ne bi pozabili gesla in ostalih pomembnih nastavitev, natisnite vsebino te strani in jo shranite na varno mesto";
@@ -117,8 +117,8 @@
117117
$UpgradeFromDokeos16x = "Nadgradi Chamilo 1.6.x";
118118
$UpgradeFromDokeos18x = "Nadgradi Chamilo 1.8.x";
119119
$Step7 = "Korak 7";
120-
$SuggestionOnlyToEnableCSSUploadFeature = "Namigi zgolj v primeru, da želite omogočiti zmožnost nalaganja CSS";
121-
$SuggestionOnlyToEnableSubLanguageFeature = "Namig zgolj v primeru, da želite omogočiti zmožnost uporabe pod-jezikov";
120+
$SuggestionOnlyToEnableCSSUploadFeature = "Namig: zgolj v primeru, da želite omogočiti zmožnost nalaganja CSS";
121+
$SuggestionOnlyToEnableSubLanguageFeature = "Namig: zgolj v primeru, da želite omogočiti zmožnost uporabe pod-jezikov";
122122
$IfYouPlanToUpgradeFromOlderVersionYouMightWantToHaveAlookAtTheChangelog = "Če imate namen nadgraditi Chamilo iz starejše različice, boste verjetno želeli pogledati <a href=\"../../documentation/changelog.html\" target=\"_blank\">dnevnik sprememb</a>, da bi videli, kaj je novega in kaj je bilo spremenjeno.";
123123
$WelcomeToTheDokeosInstaller = "Dobrodošli v Chamilo namestitev";
124124
$PHPVersionError = "Različica nameščenega PHP ne ustreza zahtevam te programske opreme. Nadgradite/popravite namestitev PHP in poskusite znova.";

main/lang/slovenian/survey.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
$CreateQuestionSurvey = "Ustvari vprašanje";
200200
$ModifyQuestionSurvey = "Spremeni vprašanje";
201201
$BackToSurvey = "Nazaj na vprašalnik";
202-
$UpdateInformation = "Ažuriraj informacije";
202+
$UpdateInformation = "Ažuriraj informacijo";
203203
$PleaseFillSurvey = "Prosim, izpolnite vprašalnik";
204204
$ReportingOverview = "Poročila - pregled";
205205
$ThereAreNotQuestionsForthisSurvey = "V tem vprašalniku trenutno ni vprašanj";
@@ -210,6 +210,6 @@
210210
$UnknowQuestion = "Neznano vprašanje";
211211
$Lastname = "Priimek";
212212
$Firstname = "Ime";
213-
$DeleteSurveyGroup = "Odstrani skupino vprašalnika";
213+
$DeleteSurveyGroup = "Odstrani skupino vprašalnikov";
214214
$ErrorOccurred = "Pojavila se je napaka.";
215215
?>

main/lang/slovenian/trad4all.inc.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,4 +1124,6 @@
11241124
$CourseAssistant = "Asistent";
11251125
$SupportedScormContentMakers = "Podprta SCORM avtorska orodja";
11261126
$Copy = "Kopiraj";
1127+
$EnableStartTime = "Omogoči čas začetka";
1128+
$EnableEndTime = "Omogoči čas zaključka";
11271129
?>

main/lang/spanish/admin.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,4 +1470,5 @@
14701470
$ArchiveDirCleanupProceedButton = "Ejecutar la limpieza";
14711471
$ArchiveDirCleanupSucceeded = "Los contenidos de la carpeta archive/ fueron eliminados exitosamente.";
14721472
$ArchiveDirCleanupFailed = "Por alguna razón, no se pudió limpiar la carpeta archive/, probablemente por razón de permisos. Puede limpiarla manualmente conectándose al servidor y eliminando todos los contenidos de la carpeta chamilo/archive/, excepto el fichero .htaccess.";
1473+
$LocalTimeUsingPortalTimezoneXIsY = "La hora local usando la zona horaria del portal (%s) es %s";
14731474
?>

main/lang/spanish/agenda.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,5 @@
8080
$SelectACourse = "Seleccione un curso";
8181
$PleaseSelectACourseOrASessionInTheLeftColumn = "Seleccione un curso o una sesión";
8282
$DisableEndDate = "Deshabilitar fecha final";
83+
$AllEvents = "Todos los eventos";
8384
?>

main/lang/spanish/exercice.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,4 +412,5 @@
412412
$ShowScoreAndRightAnswer = "Modo auto-evaluación: mostrar la puntuación y las respuestas esperadas";
413413
$DoNotShowScoreNorRightAnswer = "Modo examen: No mostrar nada (ni puntuación, ni respuestas)";
414414
$LoadUsersExtraData = "Cargar los datos extra de usuarios";
415+
$StartTest = "Iniciar la prueba";
415416
?>

main/lang/spanish/gradebook.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,4 +223,5 @@
223223
$SumOfActivitiesWeightMustBeEqualToTotalWeight = "La suma de pesos de todas las actividades tiene que ser igual al peso total definido en la configuración de esta evaluación, sino los alumnos no podrán alcanzar el puntaje mínimo requerido para obtener su certificado.";
224224
$TotalSumOfWeights = "La suma de pesos de todos los componentes de esta evaluación tiene que ser igual a este número.";
225225
$TotalWeightMustBeX = "La suma de todos los pesos de los componentes deve ser de %s";
226+
$ExportAsDOC = "Exportar como .doc";
226227
?>

0 commit comments

Comments
 (0)