From 55649503bae075d354de607064a7bf07bf2efc7a Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Wed, 10 Feb 2016 14:58:18 +0100 Subject: [PATCH] Add locale default and description in templates --- patacrep/data/templates/default.tex | 7 ++++++ patacrep/data/templates/patacrep.tex | 35 +++++++++++++++++++++++++++- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/patacrep/data/templates/default.tex b/patacrep/data/templates/default.tex index 531c457a..52d759b9 100644 --- a/patacrep/data/templates/default.tex +++ b/patacrep/data/templates/default.tex @@ -34,11 +34,18 @@ default: en: title: "Guitar songbook" author: "The Patacrep Team" + fr: + title: "Recueil de chansons pour guitare" + author: "L'équipe Patacrep" description: en: title: "Title" author: "Author" classoptions: "LaTeX class options" + fr: + title: "Titre" + author: "Auteur" + classoptions: "Options de la classe LaTeX" (* endvariables -*) (*- extends "songs.tex" -*) diff --git a/patacrep/data/templates/patacrep.tex b/patacrep/data/templates/patacrep.tex index ae5a5f43..627ee080 100644 --- a/patacrep/data/templates/patacrep.tex +++ b/patacrep/data/templates/patacrep.tex @@ -46,7 +46,7 @@ default: en: subtitle: "" version: "" - url: http://www.patacrep.com" + url: "http://www.patacrep.com" email: crep@team-on-fire.com picture: img/treble_a picturecopyright: "Dbolton \\url{http://commons.wikimedia.org/wiki/User:Dbolton}" @@ -58,6 +58,39 @@ default: songnumber: D1E4AE note: D1E4AE index: D1E4AE + fr: + footer: "Créé avec le programme Songbook (\\url{http://www.patacrep.com})" +description: + en: + subtitle: "Subtitle" + version: "Version" + url: "Website" + email: "Email" + picture: "Cover picture" + picturecopyright: "Copyright for the cover picture" + footer: "Footer" + color: + songlink: "Songlink color" + hyperlink: "Hyperlink color" + bgcolor: + songnumber: "Number Shade" + note: "Note Shade" + index: "Index Shade" + fr: + subtitle: "Sous-titre" + version: "Version" + url: "Site web" + email: "Adresse électronique" + picture: "Image de couverture" + picturecopyright: "Copyright pour l'image de couverture" + footer: "Pied de page" + color: + songlink: "Couleur des liens vers les chants" + hyperlink: "Couleurs des liens hypertextes" + bgcolor: + songnumber: "Couleur des numéros" + note: "Couleur des notes" + index: "Couleur d'index" (* endvariables -*) (*- extends "default.tex" -*)