https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27416

            Bug ID: 27416
           Summary: String 'Modify tag' in breadcrumb is untranslatable
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: I18N/L10N
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

I can't find the string to translate de 'Modify tag' in the breadcrumbs in
marctagstructure.pl

To go there:
1- Go to Administration > MARC bibliographic framework
2- Next to any framework, click Actions > MARC structure
3- Next to any MARC field, click Actions > Edit tag

In the breadcrumbs, you should have Home › Administration › MARC frameworks ›
<some framework> framework › Modify tag <some tag number> 

If I go in fr-CA-staff-prog.po, the only instance of Modify tag that I find for
marctagstructure.tt is

 7508 #. %1$s:  IF ( use_heading_flags_p ) 
 7509 #. %2$s:  IF ( heading_modify_tag_p ) 
 7510 #: koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt:52
 7511 #, c-format
 7512 msgid "%s%sModify tag "
 7513 msgstr "%s%sModifier la zone "

But I think that is the heading of the form, not the breadcrumbs.

There is a breadcrumb string, but it's for auth_tag_tructure.tt

34408 #. %1$s:  IF ( add_form )
34409 #. %2$s:  IF ( use_heading_flags_p ) 
34410 #. %3$s:  IF ( heading_modify_tag_p ) 
34411 #. %4$s:  IF ( authtypecode ) 
34412 #. %5$s:  authtypecode | html 
34413 #. %6$s:  ELSE 
34414 #. %7$s:  END 
34415 #. %8$s:  END 
34416 #. %9$s:  IF ( heading_add_tag_p ) 
34417 #. %10$s:  IF ( authtypecode ) 
34418 #. %11$s:  authtypecode | html 
34419 #. %12$s:  ELSE 
34420 #. %13$s:  END 
34421 #. %14$s:  END 
34422 #. %15$s:  ELSE 
34423 #. %16$s:  action | html 
34424 #. %17$s:  END 
34425 #. %18$s:  END 
34426 #. %19$s:  IF ( delete_confirm ) 
34427 #. %20$s:  IF ( authtypecode ) 
34428 #. %21$s:  authtypecode | html 
34429 #. %22$s:  ELSE 
34430 #. %23$s:  END 
34431 #. %24$s:  END 
34432 #. %25$s:  IF ( delete_confirmed ) 
34433 #. %26$s:  IF ( authtypecode ) 
34434 #. %27$s:  authtypecode | html 
34435 #. %28$s:  ELSE 
34436 #. %29$s:  END 
34437 #. %30$s:  END 
34438 #: koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt:6
34439 #, c-format
34440 msgid ""
34441 "Koha &rsaquo; Administration &rsaquo; Authority MARC framework %s%s "
34442 "%s&rsaquo; %s%s Framework%sDefault framework%s &rsaquo; Modify tag%s "
34443 "%s&rsaquo; %s%s Framework%sDefault framework%s &rsaquo; New tag%s
%s&rsaquo; "
34444 "%s%s%s%s&rsaquo; %s%s Framework%sDefault framework%s &rsaquo; Confirm "
34445 "deletion%s%s&rsaquo; %s%s Framework%sDefault framework%s &rsaquo; Data "
34446 "deleted%s"
34447 msgstr ""
34448 "Koha &rsaquo; Administration &rsaquo; Grilles d'autorité MARC%s%s
%s&rsaquo; "
34449 "%s%s Grille %s Grille par défaut%s &rsaquo; Modifier la zone%s
%s&rsaquo; %s"
34450 "%s Grille %s Grille par défaut%s &rsaquo; Nouvelle zone %s %s&rsaquo;
%s%s%s"
34451 "%s&rsaquo; %s%s Grille %sGrille par défaut%s &rsaquo; Confirmer la "
34452 "suppression%s%s&rsaquo; %s%s Grille %sGrille par défaut%s &rsaquo;
Donnée "
34453 "supprimée%s"

or maybe this one (again in auth_tag_structure.tt)

 4123 #. %1$s:  END 
 4124 #. %2$s:  END 
 4125 #. %3$s:  IF ( heading_add_tag_p ) 
 4126 #. %4$s:  IF ( authtypecode ) 
 4127 #: koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt:24
 4128 #, c-format
 4129 msgid "%s &rsaquo; Modify tag %s %s %s"
 4130 msgstr "%s &rsaquo; Modifier la zone %s %s %s"

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to