Skip to content

Commit

Permalink
Release AvsPmod v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vdcrim committed Jul 21, 2012
1 parent 7d6cbaf commit 2df37ff
Show file tree
Hide file tree
Showing 8 changed files with 353 additions and 91 deletions.
2 changes: 1 addition & 1 deletion AvsP.py
Expand Up @@ -91,7 +91,7 @@ def _(s):
dragdrop_cursor


version = '2.3.0'
version = '2.3.1'


# Custom styled text control for avisynth language
Expand Down
22 changes: 22 additions & 0 deletions changelog.txt
Expand Up @@ -2,6 +2,28 @@ CHANGELOG
=========


Version 2.3.1 [2012-07-22]
--------------------------

- Add detached video preview window visibility options:
- Always on top of other windows ('Options' menu)
- Always on top of the main window ('Program Settings' dialog, needs restart)
- Add printing support
- Disable showing line numbers if 'line margin width' option is 0
- Don't fail to launch AvsPmod if the option files are damaged
- Work around event ID overlapping when working with a large number of bookmarks by disabling 'Go to bookmark' submenu for more than 1000
- Add version info to the macro API
- Add draw lines option to the GetPixelInfo macro function, and fix marks position
- Rename the last executed macro return value from 'last' to 'avsp.Last'. The former is still accepted.
- Add 'Macros - Extra' section to the translation files. Strings that no longer exist are deleted from the translation files when updating to a new version. That means that translation strings added for the user for macros not bundled with AvsPmod are lost. This new section at the end is copied verbatim from the original file.
- Rename 'Bookmarks from Chapter' macro to 'Import bookmarks from file' and add support for some other file types:
- TFM log (combed, possible combed and u/v mismatches)
- x264 QP file
- XviD and SCXviD log
- Fix performance issues in the 'Bookmarks at Intervals' macro
- Other minor changes and fixes


Version 2.3.0 [2012-06-04]
--------------------------

Expand Down
70 changes: 55 additions & 15 deletions translations/translation_fra.py
Expand Up @@ -17,7 +17,7 @@
# French traslation authors:
# André v2.0.2

version = "2.3.0"
version = "2.3.1"

messages = {
"Find" : u"Rechercher",
Expand All @@ -30,6 +30,8 @@
"Text color" : u"Couleur",
"OK" : u"", # New in v1.2.1
"Cancel" : u"Annuler",
"Page:" : u"", # New in v2.3.1
"Page: %d" : u"", # New in v2.3.1
"Scrap Window" : u"Bloc-note",
"Undo" : u"Annuler",
"Redo" : u"Refaire",
Expand Down Expand Up @@ -144,6 +146,7 @@
"Frame" : u"",
"A crash detected at the last running!" : u"", # New in v2.2.1
"&Zoom" : u"", # New in v2.2.1
"Damaged {}. Using default settings." : u"", # New in v2.3.1
"%s translation file updated with new messages to translate" : u"", # New in v2.3.0
"Translation updated" : u"", # New in v2.3.0
"%s translation file updated. No new messages to translate." : u"", # New in v2.3.0
Expand Down Expand Up @@ -182,7 +185,7 @@
"Use tabs instead of spaces" : u"Utiliser des tab au lieu d'espaces",
"Set the size of the tabs in spaces" : u"Défini la taille d'un tab en espaces",
"Tab width" : u"Largeur de tab",
"Initial space to reserve for the line margin in terms of number of digits" : u"Largeur de marge de gauche affichant les numéros de ligne (en nombre de chiffres)",
"Initial space to reserve for the line margin in terms of number of digits. Set it to 0 to disable showing line numbers" : u"", # New in v2.3.1
"Line margin width" : u"Largeur de la marge",
"Autocomplete" : u"Remplissage automatique",
"Add user defined variables into autocomplete list" : u"", # New in v2.2.1
Expand Down Expand Up @@ -220,6 +223,8 @@
"Allow AvsPmod to resize the window" : u"", # New in v2.2.1
"Separate video preview window" : u"Séparer la fenêtre vidéo",
"Use a separate window for the video preview" : u"Utilise une fenêtre séparée pour afficher la vidéo",
"Keep it on top of the main window" : u"", # New in v2.3.1
"Keep the video preview window always on top of the main one and link its visibility" : u"", # New in v2.3.1
"Min text lines on video preview" : u"Nombre de lignes min dans l'éditeur lors de l'affichage vidéo",
"Minimum number of lines to show when displaying the video preview" : u"Nombre de lignes minimum a afficher dans la partie éditeur lors de l'affichage de la vidéo",
"Customize the video information shown in the program status bar" : u"Personnaliser les informations de la barre d'état de la fenêtre vidéo",
Expand Down Expand Up @@ -271,7 +276,7 @@
"Save AvsPmod-specific markings (user sliders, toggle tags, etc) as a commented section in the *.avs file" : u"", # New in v2.2.1
"Misc" : u"Divers",
"Choose the language used for the interface" : u"", # New in v2.3.0
"Language *" : u"", # New in v2.3.0
"Language" : u"", # New in v2.3.0
"Show keyboard images in the script tabs when video has focus" : u"Quand la fenêtre vidéo a le focus, affiche les images claviers dans les onglets des scripts",
"Use keyboard images in tabs" : u"Utiliser les images claviers dans les onglets",
"Show tabs in multiline style" : u"", # New in v2.2.1
Expand Down Expand Up @@ -384,6 +389,18 @@
"Save the current script" : u"Enregistre le script courant",
"Choose where to save the current script" : u"Choisir où sauvegarder le script courant",
"Save script as..." : u"Enregistrer le script sous...",
"&Print script" : u"", # New in v2.3.1
"Configure page for printing" : u"", # New in v2.3.1
"Page setup" : u"", # New in v2.3.1
"Include the script filename and page number at the top of each page" : u"", # New in v2.3.1
"Print header" : u"", # New in v2.3.1
"Word-wrap long lines" : u"", # New in v2.3.1
"Apply the current zoom to the output" : u"", # New in v2.3.1
"Use zoom" : u"", # New in v2.3.1
"Display print preview" : u"", # New in v2.3.1
"Print preview" : u"", # New in v2.3.1
"&Print" : u"", # New in v2.3.1
"Print to printer or file" : u"", # New in v2.3.1
"Load a session into the tabs" : u"Ouvre les onglets d'une session",
"Load session..." : u"Ouvrir session...",
"Save all the scripts as a session, including slider info" : u"Enregistrer tous les scripts ouverts dans une session, informations curseurs incluses",
Expand Down Expand Up @@ -553,6 +570,8 @@
"&Options" : u"O&ptions",
"Always on top" : u"Toujours au premier plan",
"Keep this window always on top of others" : u"Conserve cette fenêtre au-dessus des autres",
"If the video preview is detached, keep it always on top of other windows" : u"", # New in v2.3.1
"Video preview always on top" : u"", # New in v2.3.1
"Disable video preview" : u"Désactiver la fenêtre vidéo",
"If checked, the video preview will not be shown under any circumstances" : u"Quand activé, la fenêtre vidéo n'est plus accessible / mise à jour",
"Associate .avs files with AvsP" : u"Associer les fichiers .avs avec AvsP",
Expand Down Expand Up @@ -580,7 +599,7 @@
"Avisynth help" : u"Aide Avisynth",
"Open the avisynth help html" : u"Ouvre le fichier d'aide html d'avisynth",
"Open Avisynth plugins folder" : u"", # New in v2.2.1
"Open the avisynth plugins folder" : u"", # New in v2.2.1
"Open the avisynth plugins folder, or the last folder from which a plugin was loaded" : u"", # New in v2.3.1
"About this program" : u"Version / Credits",
"About AvsPmod" : u"", # New in v2.2.1
"Previous frame" : u"Frame précédente",
Expand Down Expand Up @@ -617,6 +636,12 @@
"Insert Trim() commands:" : u"Insérer une commande Trim() :",
"Insert Dissolve() commands:" : u"", # New in v2.2.1
"Use the buttons which appear on the video slider handle to create the frame selections to trim." : u"Utiliser les boutons additionnels sur la barre du curseur de frames pour créer les selections de frames via Trim",
"Print Preview" : u"", # New in v2.3.1
"Failed to create print preview" : u"", # New in v2.3.1
"Print Error" : u"", # New in v2.3.1
"There was an error when printing.\nCheck that your printer is properly connected." : u"", # New in v2.3.1
"Printer Error" : u"", # New in v2.3.1
"Damaged session file" : u"", # New in v2.3.1
"File does not exist!" : u"Ce fichier n'existe pas !",
"Select a file" : u"Sélectionner un fichier",
"Create a separator label" : u"Créer un séparateur nommé",
Expand Down Expand Up @@ -974,11 +999,11 @@

#--- Macros ---#
"Bookmarks at Intervals" : u"", # New in v2.3.0
"Bookmarks from Chapter" : u"", # New in v2.3.0
"Bookmarks to Chapter" : u"", # New in v2.3.0
"ConditionalReader file from bookmarks" : u"", # New in v2.3.0
"DeleteFrame" : u"", # New in v2.3.0
"DuplicateFrame" : u"", # New in v2.3.0
"Import bookmarks from file" : u"", # New in v2.3.1
"Preview from current point" : u"", # New in v2.3.0
"Random Clip Order" : u"", # New in v2.3.0
"Save bookmarks to images" : u"", # New in v2.3.0
Expand Down Expand Up @@ -1007,15 +1032,6 @@
"Frame step" : u"", # New in v2.3.0
"Number of intervals" : u"", # New in v2.3.0

#--- Macro: Bookmarks from Chapter ---#
"Open a bookmark file" : u"", # New in v2.3.0
"Supported files" : u"", # New in v2.3.0
"Chapters Text files" : u"", # New in v2.3.0
"Matroska XML files" : u"", # New in v2.3.0
"Celltimes files" : u"", # New in v2.3.0
"AvsP Session files" : u"", # New in v2.3.0
"Bookmark file unrecognized!" : u"", # New in v2.3.0

#--- Macro: Bookmarks to Chapter ---#
"Text files" : u"", # New in v2.3.0

Expand All @@ -1028,16 +1044,38 @@
"ConditionalReader file" : u"", # New in v2.3.0
"Insert the ConditionalReader file path at the current cursor position" : u"", # New in v2.3.0
"Bool" : u"", # New in v2.3.0
"String" : u"Chaines de caractères ", # New in v1.2.1
"String" : u"Chaines de caractères ",
"Int" : u"", # New in v2.3.0
"False" : u"", # New in v2.3.0
"True" : u"", # New in v2.3.0
"Single frames" : u"", # New in v2.3.0
"Ranges of frames" : u"", # New in v2.3.0
"Ranges of frames (with interpolation)" : u"", # New in v2.3.0
"An output path is needed" : u"", # New in v2.3.1
"Interpolation only available for Int and Float" : u"", # New in v2.3.0
"Odd number of bookmarks" : u"", # New in v2.3.0

#--- Macro: Import bookmarks from file ---#
"All supported files" : u"", # New in v2.3.1
"Chapters Text files" : u"", # New in v2.3.0
"Matroska XML files" : u"", # New in v2.3.0
"Celltimes files" : u"", # New in v2.3.0
"AvsP Session files" : u"", # New in v2.3.0
"TFM log files" : u"", # New in v2.3.1
"XviD log files" : u"", # New in v2.3.1
"QP files" : u"", # New in v2.3.1
"Bookmarks from TFM file" : u"", # New in v2.3.1
"Not combed or out of order frames" : u"", # New in v2.3.1
"Combed" : u"", # New in v2.3.1
"Possible" : u"", # New in v2.3.1
"u,b,out-of-order" : u"", # New in v2.3.1
"Min frame:" : u"", # New in v2.3.1
"Max frame:" : u"", # New in v2.3.1
"TFM log parser" : u"", # New in v2.3.1
"%d frames imported" : u"", # New in v2.3.1
"[COMBED FRAMES] section could not be parsed" : u"", # New in v2.3.1
"Bookmark file unrecognized!" : u"", # New in v2.3.0

#--- Macro: Preview from current point ---#
"Failed to run the external player!\n\nOpen the macro file in the \"Macros\" subdirectory\nwith a text editor and edit the executable\ndirectory appropriately!" : u"", # New in v2.3.0

Expand Down Expand Up @@ -1099,4 +1137,6 @@
"Enter optimization info (%i bits, %i possibilities)" : u"", # New in v2.3.0
"Begin optimization..." : u"", # New in v2.3.0
"Finished optimization." : u"", # New in v2.3.0

#--- Macros - Extra ---#
}

0 comments on commit 2df37ff

Please sign in to comment.