Zen

Translation

English %1$s: IF ( biblio.title ) %2$s: biblio.title | html %3$s: ELSE %4$s: END %5$s: FOREACH subtitle IN biblio.subtitle.split(' \| ') %6$s: IF Koha.Preference('marcflavour')=='UNIMARC' %7$s: END %8$s: subtitle | html %9$s: END %10$s: part_numbers = biblio.part_number.split(' \\| ') %11$s: part_names = biblio.part_name.split(' \\| ') %12$s: i = 0 %13$s: WHILE ( part_numbers.$i.defined || part_names.$i.defined ) %14$s: IF ( part_numbers.$i.defined ) %15$s: part_numbers.$i | html %16$s: END %17$s: IF ( part_names.$i.defined ) %18$s: part_names.$i | html %19$s: END %20$s: i = i + 1 %21$s: END

Things to check

C format

The following format strings are missing: %s

Reset

Trailing space

Source and translation do not both end with a space

Fix string

Reset

Glossary

English Khmer (Central)
Title ងារ Terminology
Title ចំណងជើង Terminology

String information

Source string description
%1$s: IF ( biblio.title ) %2$s: biblio.title | html %3$s: ELSE %4$s: END %5$s: FOREACH subtitle IN biblio.subtitle.split(' \| ') %6$s: IF Koha.Preference('marcflavour')=='UNIMARC' %7$s: END %8$s: subtitle | html %9$s: END %10$s: part_numbers = biblio.part_number.split(' \\| ') %11$s: part_names = biblio.part_name.split(' \\| ') %12$s: i = 0 %13$s: WHILE ( part_numbers.$i.defined || part_names.$i.defined ) %14$s: IF ( part_numbers.$i.defined ) %15$s: part_numbers.$i | html %16$s: END %17$s: IF ( part_names.$i.defined ) %18$s: part_names.$i | html %19$s: END %20$s: i = i + 1 %21$s: END
Flags
c-format
Source string location
koha-tmpl/opac-tmpl/bootstrap/en/includes/biblio-title-head.inc:1
String age
8 months ago
Last updated
8 months ago
Source string age
8 months ago
Translation file
km-KH-opac-bootstrap.po, string 76