mirror of
https://gitlab.com/oloturia/fumcaso.git
synced 2025-01-04 20:47:16 +01:00
transladed some more french, minor fixes
This commit is contained in:
parent
2d42453d45
commit
aebc2915cb
6 changed files with 9 additions and 9 deletions
|
@ -3,7 +3,7 @@ A00,A01,A02,A03,P00
|
|||
A01,A05,A07
|
||||
A02,A05,A07
|
||||
A03,A06
|
||||
A04ENG,A05,A06,A07
|
||||
A04FRA,A05,A06,A07
|
||||
A05,A08,A09
|
||||
A06,A10,A11
|
||||
A07,A12
|
||||
|
@ -12,19 +12,19 @@ A09,END
|
|||
A10,END
|
||||
A11,END
|
||||
A12,END
|
||||
A13,B24ENG,A14,A18
|
||||
A13,B24FRA,A14,A18
|
||||
A14,A16
|
||||
A15,END
|
||||
A16,A15,A17
|
||||
A17,END
|
||||
A18,A16
|
||||
A19,P00,A27,A22,A26
|
||||
A20ENG,A21,A28,A30
|
||||
A20FRA,A21,A28,A30
|
||||
A21,A23,A24
|
||||
A22,A21
|
||||
A23,END
|
||||
A24,END
|
||||
A25,B04ENG,O00
|
||||
A25,B04FRA,O00
|
||||
A26,A21
|
||||
A27,A21
|
||||
A28,A32,A29,A31
|
||||
|
@ -61,7 +61,7 @@ B16,END
|
|||
B20,B21.0,B22,B25.0,B26.0,P00,Q00,Q04ENG,Q08ENG,Q17
|
||||
B21.0,B21.1,B26.1,B25.1
|
||||
B22,B21.1,B26.1,B25.1
|
||||
B24ENG,A05,A06,A07,B06,B07,B06,B08,B21.1,B26.1,B25.1
|
||||
B24FRA,A05,A06,A07,B06,B07,B06,B08,B21.1,B26.1,B25.1
|
||||
B25.0,B21.1,B26.1,B25.1
|
||||
B26.0,B21.1,B26.1,B25.1
|
||||
B21.1,B21.2,B23,B27
|
||||
|
@ -90,7 +90,7 @@ O01,O04,O05
|
|||
O02,O04,O05
|
||||
O04,END
|
||||
O05,END
|
||||
P00,A04ENG,A20ENG,B04ENG,B24ENG
|
||||
P00,A04FRA,A20FRA,B04FRA,B24FRA
|
||||
Q00,Q01,Q07
|
||||
Q01,B23,Q02,Q03
|
||||
Q02,Q02.1,Q02.0
|
||||
|
|
|
BIN
oloturia/A20FRA.png
Normal file
BIN
oloturia/A20FRA.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
BIN
oloturia/B04FRA.png
Normal file
BIN
oloturia/B04FRA.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
oloturia/B24FRA.png
Normal file
BIN
oloturia/B24FRA.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 30 KiB |
|
@ -205,11 +205,11 @@ if __name__ == "__main__":
|
|||
|
||||
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument('-s','--story',metavar='story',default='',nargs=4,help='name of the images')
|
||||
parser.add_argument('-s','--story',metavar='story',default='',nargs=4,help='story = image file name')
|
||||
parser.add_argument('-a','--a4',default=False,action='store_true',help='print on an A4 in PDF, needs -o output, disables -x xsize')
|
||||
parser.add_argument('-m','--multiple',metavar='multiple',default=[1],nargs=1,type=int,help='multiple output (int >0), if no output -o specified, it just tests the stories')
|
||||
parser.add_argument('-x','--xsize',metavar='xsize',default=0,type=int,nargs=1,help='resize image x')
|
||||
parser.add_argument('-p','--profile',metavar='profile',default="",type=str,nargs=1,help='profile')
|
||||
parser.add_argument('-x','--xsize',metavar='xsize',default=0,type=int,nargs=1,help='output image width')
|
||||
parser.add_argument('-p','--profile',metavar='profile',default="",type=str,nargs=1,help='select a profile registered in config.json, if it doesn\'t exist it will use the default one')
|
||||
parser.add_argument('-o','--output',metavar='output',const=True,default=False,nargs="?",help='output file, if name not specified, default path will be used')
|
||||
args = parser.parse_args()
|
||||
|
||||
|
|
Loading…
Reference in a new issue