GridPrinter: Initial commit

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8591 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-11-07 23:51:58 +00:00
parent c6ec271952
commit c44066ae41
39 changed files with 5751 additions and 0 deletions

View File

@ -0,0 +1,181 @@
msgid ""
msgstr ""
"Project-Id-Version: GridPrinter\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.1.1\n"
#: gridprnstrings.rsbottommargin
msgid "Bottom margin"
msgstr "Bottom margin"
#: gridprnstrings.rsclose
msgid "Close"
msgstr "Close"
#: gridprnstrings.rsfont
msgid "Font"
msgstr "Font"
#: gridprnstrings.rsfooter
msgid "Footer"
msgstr "Footer"
#: gridprnstrings.rsfootermargin
msgid "Footer margin"
msgstr "Footer margin"
#: gridprnstrings.rsheader
msgid "Header"
msgstr "Header"
#: gridprnstrings.rsheaderfooterconfig
msgid "Header/footer configuration"
msgstr "Header/footer configuration"
#: gridprnstrings.rsheaderfootersectionparameterinfo
msgid ""
"Each section can contain the following parameters:\n"
" $DATE - Current date\n"
" $TIME - Current time\n"
" $PAGE - Page number\n"
" $PAGECOUNT - Number of pages\n"
" $FULL_FILENAME - Full name of the printed file\n"
" $FILENAME - Name of the printed file, without path\n"
" $PATH - Path of the printed file"
msgstr ""
"Each section can contain the following parameters:\n"
" $DATE - Current date\n"
" $TIME - Current time\n"
" $PAGE - Page number\n"
" $PAGECOUNT - Number of pages\n"
" $FULL_FILENAME - Full name of the printed file\n"
" $FILENAME - Name of the printed file, without path\n"
" $PATH - Path of the printed file"
#: gridprnstrings.rsheadermargin
msgid "Header margin"
msgstr "Header margin"
#: gridprnstrings.rslandscapepageorientation
msgid "Landscape page orientation"
msgstr "Landscape page orientation"
#: gridprnstrings.rsleftmargin
msgid "Left margin"
msgstr "Left margin"
#: gridprnstrings.rslinecolor
msgid "Line color"
msgstr "Line color"
#: gridprnstrings.rslinewidthmm
msgid "Line width (mm)"
msgstr "Line width (mm)"
#: gridprnstrings.rsoriginalsize
msgid "Original size (100%)"
msgstr "Original size (100%)"
#: gridprnstrings.rspageandzoominfo
#, object-pascal-format
msgid "Page %d of %d, Zoom %d %%"
msgstr "Page %d of %d, Zoom %d %%"
#: gridprnstrings.rspagemarginsconfig
msgid "Page margins configuration"
msgstr "Page margins configuration"
#: gridprnstrings.rsportraitpageorientation
msgid "Portrait page orientation"
msgstr "Portrait page orientation"
#: gridprnstrings.rsprint
msgid "Print"
msgstr "Print"
#: gridprnstrings.rsprintcolsfirst
msgid ""
"First print columns from top to bottom,\n"
"then print from left to right"
msgstr ""
"First print columns from top to bottom,\n"
"then print from left to right"
#: gridprnstrings.rsprintpreview
msgid "Print Preview"
msgstr "Print Preview"
#: gridprnstrings.rsprintrowsfirst
msgid ""
"First print rows from left to right,\n"
"then print from top to bottom"
msgstr ""
"First print rows from left to right,\n"
"then print from top to bottom"
#: gridprnstrings.rsrightmargin
msgid "Right margin"
msgstr "Right margin"
#: gridprnstrings.rsshow
msgid "Show"
msgstr "Show"
#: gridprnstrings.rsshowdividingline
msgid "Show dividing line"
msgstr "Show dividing line"
#: gridprnstrings.rsshowfirstpage
msgid "Show first page"
msgstr "Show first page"
#: gridprnstrings.rsshowlastpage
msgid "Show last page"
msgstr "Show last page"
#: gridprnstrings.rsshownextpage
msgid "Show next page"
msgstr "Show next page"
#: gridprnstrings.rsshowprevpage
msgid "Show previous page"
msgstr "Show previous page"
#: gridprnstrings.rstextincenteredsection
msgid "Text in centered section"
msgstr "Text in centered section"
#: gridprnstrings.rstextinleftalignedsection
msgid "Text in left-aligned section"
msgstr "Text in left-aligned section"
#: gridprnstrings.rstextinrightalignedsection
msgid "Text in right-aligned section"
msgstr "Text in right-aligned section"
#: gridprnstrings.rstopmargin
msgid "Top margin"
msgstr "Top margin"
#: gridprnstrings.rszoomin
msgid "Zoom in"
msgstr "Zoom in"
#: gridprnstrings.rszoomout
msgid "Zoom out"
msgstr "Zoom out"
#: gridprnstrings.rszoomtofitpageheight
msgid "Zoom to fit page height"
msgstr "Zoom to fit page height"
#: gridprnstrings.rszoomtofitpagewidth
msgid "Zoom to fit page width"
msgstr "Zoom to fit page width"