Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tcexam_uibk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
User expired
tcexam_uibk
Commits
14edbc5a
Commit
14edbc5a
authored
8 years ago
by
User expired
Browse files
Options
Downloads
Plain Diff
Merge branch 'uibk' into 'uibk'
Uibk See merge request !62
parents
c6c8de1c
596d3405
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
shared/config.default/lang/language_tmx.xml
+47
-3
47 additions, 3 deletions
shared/config.default/lang/language_tmx.xml
shared/config.default/tce_config.php
+5
-3
5 additions, 3 deletions
shared/config.default/tce_config.php
with
52 additions
and
6 deletions
shared/config.default/lang/language_tmx.xml
+
47
−
3
View file @
14edbc5a
...
...
@@ -6445,11 +6445,11 @@ Statistiques des questions et des réponses peuvent non seulement être consult
<seg>رقم التسجيل, رقم تسجيل المستخدم</seg>
</tuv>
</tu>
<tu tuid="h_studykey" datatype="plaintext">
<tu tuid="h_studykey" datatype="plaintext">
<tuv xml:lang="DE">
<seg>Studienkennzahl</seg>
</tuv>
</tu>
</tu>
<tu tuid="w_studykey" datatype="plaintext">
<tuv xml:lang="DE">
<seg>Studienkennzahl</seg>
...
...
@@ -11554,6 +11554,28 @@ Statistiques des questions et des réponses peuvent non seulement être consult
<seg>هذا اﻻسم مستخدم مسبقاً, يجب استخدام اسم آخر</seg>
</tuv>
</tu>
<tu tuid="m_error_end_time" datatype="plaintext">
<tuv xml:lang="EN">
<seg>End time less than or equal start time!</seg>
</tuv>
<tuv xml:lang="DE">
<seg>Endzeit kleiner oder gleich Startzeit!</seg>
</tuv>
<tuv xml:lang="IT">
<seg>tempo inizio minore o uguale dell' tempo finale!</seg>
</tuv>
</tu>
<tu tuid="m_error_nothing_selected" datatype="plaintext">
<tuv xml:lang="EN">
<seg>nothing selected</seg>
</tuv>
<tuv xml:lang="DE">
<seg>nichts ausgewählt</seg>
</tuv>
<tuv xml:lang="IT">
<seg>niente selezionato</seg>
</tuv>
</tu>
<tu tuid="m_duplicate_regnumber" datatype="plaintext">
<tuv xml:lang="NL">
<seg>registratienummer is in gebruik, neem een ander</seg>
...
...
@@ -13710,6 +13732,28 @@ Statistiques des questions et des réponses peuvent non seulement être consult
<seg>هذا الرابط يفتح نافذة متصفح جديدة</seg>
</tuv>
</tu>
<tu tuid="m_no_subject_selected" datatype="plaintext">
<tuv xml:lang="IT">
<seg>nessun argomento selezionato</seg>
</tuv>
<tuv xml:lang="EN">
<seg>no subject selected</seg>
</tuv>
<tuv xml:lang="DE">
<seg>kein Thema gewählt</seg>
</tuv>
</tu>
<tu tuid="m_not_enough_answers" datatype="plaintext">
<tuv xml:lang="IT">
<seg>non abbastanza risposte, selezionato tutti disponibili</seg>
</tuv>
<tuv xml:lang="EN">
<seg>not enough answers, all available selected</seg>
</tuv>
<tuv xml:lang="DE">
<seg>nicht ausreichend Fragen, alle verfügbaren gewählt</seg>
</tuv>
</tu>
<tu tuid="m_no_test_available" datatype="plaintext">
<tuv xml:lang="NL">
<seg>er is nog geen test!</seg>
...
...
@@ -17302,7 +17346,7 @@ Statistiques des questions et des réponses peuvent non seulement être consult
<seg>tambah soal</seg>
</tuv>
<tuv xml:lang="DE">
<seg>Frage zufügen</seg>
<seg>Frage
n
zufügen</seg>
</tuv>
<tuv xml:lang="FR">
<seg>ajouter des questions</seg>
This diff is collapsed.
Click to expand it.
shared/config.default/tce_config.php
+
5
−
3
View file @
14edbc5a
...
...
@@ -255,10 +255,12 @@ define ('K_TIMEZONE', 'UTC');
*/
define
(
'K_EXTEND_TIME_MINUTES'
,
5
);
/**
* Default IP range, e.g. if dedicated exam room is used
*/
define
(
'K_DEFAULT_IP_RANGE'
,
'*.*.*.*'
);
// ---------- * ---------- * ---------- * ---------- * ----------
/**
* Error handlers.
*/
...
...
@@ -349,4 +351,4 @@ function addSlashesArray($data) {
}
//============================================================+
// END OF FILE
//============================================================+
//============================================================+
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment