Changeset 191


Ignore:
Timestamp:
Jul 17, 2018, 9:58:21 AM (6 years ago)
Author:
chronos
Message:
  • Added: Document check file open with .txt file extension filter.
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormCheck.lfm

    r184 r191  
    11object FormCheck: TFormCheck
    2   Left = 526
     2  Left = 483
    33  Height = 635
    4   Top = 222
     4  Top = 257
    55  Width = 891
    66  Caption = 'Check document'
     
    188188  end
    189189  object OpenDialog1: TOpenDialog
     190    DefaultExt = '.txt'
     191    Filter = 'Text files (.txt)|*.txt|Any file|*.*'
    190192    left = 116
    191193    top = 493
  • trunk/Forms/UFormCheck.pas

    r190 r191  
    8383  SMissingAcronymSummary = 'Warning: Summary acronym %s with meaning "%s" missing from document body.';
    8484  SPluralAcronym = 'Note: Acronym %s is defined as plural in document body.';
     85  SSummaryAcronyms = 'Summary acronyms';
     86  SContentAcronyms = 'Content acronyms';
    8587
    8688{ TFormCheck }
     
    140142  try
    141143    FormAcronyms.Acronyms := AcronymDbContent.Acronyms;
     144    FormAcronyms.Caption := SContentAcronyms;
    142145    FormAcronyms.ShowModal;
    143146  finally
     
    153156  try
    154157    FormAcronyms.Acronyms := AcronymDbSummary.Acronyms;
     158    FormAcronyms.Caption := SSummaryAcronyms;
    155159    FormAcronyms.ShowModal;
    156160  finally
  • trunk/Languages/AcronymDecoder.cs.po

    r190 r191  
    927927msgstr "Počet zkratek přehledu:"
    928928
     929#: uformcheck.scontentacronyms
     930msgid "Content acronyms"
     931msgstr "Zkratky těla dokumentu"
     932
    929933#: uformcheck.sduplicateacronymcontent
    930934msgid "Warning: Duplicate acronym %s with \"%s\" in document body."
     
    941945#: uformcheck.smissingacronymsummary
    942946msgid "Warning: Summary acronym %s with meaning \"%s\" missing from document body."
    943 msgstr "Ve zkratkách těla dokumentu chybí zkratka přehledu %s s významem \"%s\"."
     947msgstr "Varování: Ve zkratkách těla dokumentu chybí zkratka přehledu %s s významem \"%s\"."
    944948
    945949#: uformcheck.spluralacronym
    946950msgid "Note: Acronym %s is defined as plural in document body."
    947951msgstr "Poznámka: Zkratka %s je definována v těle dokumentu v množném čísle."
     952
     953#: uformcheck.ssummaryacronyms
     954msgid "Summary acronyms"
     955msgstr "Zkratky přehledu"
    948956
    949957#: uformexport.sexportedacronyms
  • trunk/Languages/AcronymDecoder.po

    r190 r191  
    917917msgstr ""
    918918
     919#: uformcheck.scontentacronyms
     920msgid "Content acronyms"
     921msgstr ""
     922
    919923#: uformcheck.sduplicateacronymcontent
    920924msgid "Warning: Duplicate acronym %s with \"%s\" in document body."
     
    935939#: uformcheck.spluralacronym
    936940msgid "Note: Acronym %s is defined as plural in document body."
     941msgstr ""
     942
     943#: uformcheck.ssummaryacronyms
     944msgid "Summary acronyms"
    937945msgstr ""
    938946
Note: See TracChangeset for help on using the changeset viewer.