Engine for LaTeX songbooks http://www.patacrep.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

226 lines
6.1 KiB

# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2009-08-19 00:23+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING"
#. type: Bullet: '* '
msgid "reorganistation for a readable version"
msgstr ""
#. type: Bullet: '* '
msgid "adjusted parameters"
msgstr ""
#. type: Bullet: '* '
msgid "revert to original font"
msgstr ""
#. type: Bullet: '* '
msgid "new layout for indexes"
msgstr ""
#. type: Plain text
msgid "[[done]]"
msgstr ""
#. type: Plain text
msgid "Patch:"
msgstr ""
#. type: Plain text
#, no-wrap
msgid ""
" diff --git a/chordbook.tex b/chordbook.tex\n"
" index e54f1c9..d2ef246 100644\n"
" --- a/chordbook.tex\n"
" +++ b/chordbook.tex\n"
" @@ -23,65 +23,89 @@\n"
" % obtained from http://www.lohrun.net.\n"
msgstr ""
#. type: Plain text
#, no-wrap
msgid ""
" \\documentclass[letterpaper]{article}\n"
" -\\usepackage[bookmarks,bookmarksopen]{hyperref}\n"
" -\\usepackage[chorded]{songs}\n"
msgstr ""
#. type: Plain text
#, no-wrap
msgid ""
" -%my packages\n"
" +%-----------------------------------------------------------------\n"
" +% Packages\n"
" +%-----------------------------------------------------------------\n"
" \\usepackage[utf8]{inputenc}\n"
" +\\usepackage[bookmarks,bookmarksopen]{hyperref}\n"
" +\\usepackage[chorded]{songs}\n"
" \\usepackage[pdftex]{graphicx, color}\n"
" +\\usepackage[pdftex]{graphicx}\n"
" \\usepackage[english,french]{babel}\n"
" -\\usepackage{palatino}\n"
" \\usepackage{fancybox}\n"
msgstr ""
#. type: Plain text
#, no-wrap
msgid ""
" -\\setlength{\\oddsidemargin}{0in}\n"
" -\\setlength{\\evensidemargin}{0in}\n"
" -\\setlength{\\textwidth}{6.5in}\n"
" -\\setlength{\\topmargin}{0in}\n"
" +%-----------------------------------------------------------------\n"
" +% Preferences\n"
" +%-----------------------------------------------------------------\n"
" +\n"
" +\\setlength{\\oddsidemargin}{-0.5cm}\n"
" +\\setlength{\\evensidemargin}{-0.5cm}\n"
" +\\setlength{\\textwidth}{18cm}\n"
" +\\setlength{\\topmargin}{0cm}\n"
" \\setlength{\\topskip}{0in}\n"
" \\setlength{\\headheight}{0in}\n"
" \\setlength{\\headsep}{0in}\n"
" -\\setlength{\\textheight}{9.1in}\n"
" +\\setlength{\\colminheight}{9in}\n"
" +\\setlength{\\textheight}{9.8in}\n"
" +\n"
" \\settowidth{\\versenumwidth}{1.\\ }\n"
" \\addtolength{\\voffset}{-1cm}\n"
" -\\pagestyle{empty}\n"
msgstr ""
#. type: Plain text
#, no-wrap
msgid ""
" -\\newindex{titleidx}{cbtitle}\n"
" -\\newauthorindex{authidx}{cbauth}\n"
" +\\renewcommand{\\stitlefont}{\\LARGE\\bf}\n"
" +\\renewcommand{\\printchord}[1]{\\small{\\it#1}}\n"
" +\\renewcommand{\\chorusfont}{\\it}\n"
" +\\renewcommand{\\idxtitlefont}{\\sffamily\\bfseries}\n"
" +\\renewcommand{\\idxauthfont}{\\sffamily\\bfseries}\n"
" +\\renewcommand{\\idxheadfont}{\\sffamily\\it\\LARGE}\n"
" +\\renewcommand{\\idxrefsfont}{\\bfseries}\n"
" +\n"
" +\\baselineadj=-2.5pt plus 1pt minus 0pt\n"
" +\\versesep=8pt plus 2pt minus 2pt\n"
" +\\rfoot{\\thepage}\n"
" +\n"
" +%-----------------------------------------------------------------\n"
" +% Options\n"
" +%-----------------------------------------------------------------\n"
msgstr ""
#. type: Plain text
#, no-wrap
msgid ""
" -%Remove comment to include pictures in the songbook\n"
" -\\newcommand{\\image}[2]{\\begin{flushright} "
"\\includegraphics[width=#2cm]{#1}\\end{flushright}}\n"
" +% Switch comment to include/remove pictures in the songbook\n"
" +\\newcommand{\\image}[2]{\\begin{flushright} \n"
" + \\includegraphics[width=#2cm]{#1}\\end{flushright}}\n"
" %\\newcommand{\\image}[2]{}\n"
" -%\\renewcommand{\\gtab}[2]{}\n"
msgstr ""
#. type: Plain text
#, no-wrap
msgid ""
" +% Directory for pictures\n"
" \\graphicspath{\n"
" {img/}\n"
" }\n"
msgstr ""
#. type: Plain text
#, no-wrap
msgid ""
" -%my renew\n"
" +% Remove comment to remove chords diagrams\n"
" +%\\renewcommand{\\gtab}[2]{}\n"
" +\n"
" %\\includeonlysongs{1}\n"
" \\titleprefixword{}\n"
" -\\renewcommand{\\stitlefont}{\\LARGE\\bf}\n"
" -\\renewcommand{\\printchord}[1]{\\small{\\it#1}}\n"
" -\\renewcommand{\\chorusfont}{\\it}\n"
" -%\\renewcommand{\\everychorus}{\\textnote{Refrain:}}\n"
" -\\baselineadj=-2.5pt plus 1pt minus 0pt\n"
" -\\versesep=8pt plus 2pt minus 2pt\n"
" +\n"
" +%-----------------------------------------------------------------\n"
" +% Generate Indexes\n"
" +%-----------------------------------------------------------------\n"
" +\n"
" +\\newindex{titleidx}{cbtitle}\n"
" +\\newauthorindex{authidx}{cbauth}\n"
" +\n"
" +%-----------------------------------------------------------------\n"
" +% Content\n"
" +%-----------------------------------------------------------------\n"
msgstr ""
#. type: Plain text
#, no-wrap
msgid " \\input{title.tex}\n"
msgstr ""
#. type: Plain text
#, no-wrap
msgid " \\begin{document}\n"
msgstr ""
#. type: Plain text
#, no-wrap
msgid ""
" \\maketitle\n"
" -\\thispagestyle{empty}\n"
" -\\setcounter{page}{0}\n"
" +\\pagestyle{empty}\n"
msgstr ""
#. type: Plain text
#, no-wrap
msgid ""
" \\newpage\n"
" \\input{license.tex}\n"
msgstr ""
#. type: Plain text
#, no-wrap
msgid ""
" \\newpage\n"
" -\\setlength{\\colminheight}{9.5in}\n"
" -\\setlength{\\textheight}{9.7in}\n"
" -\n"
" \\showindex{Index des chansons}{titleidx}\n"
" \\showindex{Index des auteurs}{authidx}\n"
msgstr ""
#. type: Plain text
#, no-wrap
msgid ""
" @@ -91,4 +115,3 @@\n"
" \\end{songs}\n"
msgstr ""
#. type: Plain text
#, no-wrap
msgid ""
" \\end{document}\n"
" -\n"
msgstr ""