Skip to content

Commit

Permalink
Merge pull request #4100 from mbab/htext
Browse files Browse the repository at this point in the history
code: translate in specials
  • Loading branch information
APMarcello3 authored Oct 16, 2024
2 parents 748eba0 + c8bef51 commit ca6bd94
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/cgi-bin/horas/specials.pl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ sub specials {
# nothing to do here.
unless ($hora eq 'Completorium') {
my %c = columnsel($lang) ? %commune : %commune2;
push(@s, '#Versus (In loco Capituli)', $w{"Versum 2"} // $c{"Versum 2"}, '');
push(@s, '#' . translate('Versus in loco', $lang), $w{"Versum 2"} // $c{"Versum 2"}, '');
setbuild1("Versus speciale in loco calpituli");
}
$skipflag = 1;
Expand Down Expand Up @@ -101,9 +101,9 @@ sub specials {

if ($item =~ /incipit/i && $version !~ /1955|196/ && $winner !~ /C12/) {
if ($hora eq 'Laudes') {
push(@s, setfont($smallfont, 'Si Laudes extra Chorum separentur a Matutino, ante eas dicitur secreto'));
push(@s, '/:' . translate('Si Laudes', $lang) . ':/');
} else {
push(@s, setfont($smallfont, 'secreto'));
push(@s, '/:' . translate('secreto', $lang) . ':/');
}
push(@s, '$Pater noster', '$Ave Maria');
if ($hora =~ /^(?:Matutinum|Prima)$/) { push(@s, '$Credo'); }
Expand Down
9 changes: 9 additions & 0 deletions web/www/horas/Latin/Psalterium/Translate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -315,3 +315,12 @@ A porta ínferi

[Aportainferi]
@:A_porta_inferi

[Versus in loco]
Versus (In loco Capituli)

[secreto]
secreto

[Si Laudes]
Si Laudes extra Chorum separentur a Matutino, ante eas dicitur secreto:
9 changes: 9 additions & 0 deletions web/www/horas/Polski/Psalterium/Translate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -279,3 +279,12 @@ Panie otwórz

[pater_noster]
Ojcze nasz

[Versus in loco]
Wers (w miejsce Kapitulum)

[secreto]
cicho

[Si Laudes]
Jeśli Laudesy po za chórem są oddzielone od Jutrzni, mówi się w ciszy:

0 comments on commit ca6bd94

Please sign in to comment.