From: Emmanuel Lacour Date: Mon, 9 Nov 2020 14:44:00 +0000 (+0100) Subject: Add missing fr translation for autosave feature X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-Drafts.git;a=commitdiff_plain;h=HEAD;hp=55f6e31abfc10cdf39978def5b11730ac5383a42 Add missing fr translation for autosave feature --- diff --git a/Changes b/Changes index cf46e7e..60a5426 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for RT-Extension-Drafts +0.04 Mon, 09 Nov 2020 15:40:15 +0100 + Add missing fr translation for autosave feature + +0.03 Mon, 26 Mar 2018 16:43:27 +0200 + Add periodic autosave feature (thanks to GIBUS@cpan.org) + 0.02 Mon, 04 Apr 2016 13:45:14 +0200 Fix drafts loading for 4.4.x diff --git a/META.yml b/META.yml index 73cdb66..8b0d53d 100644 --- a/META.yml +++ b/META.yml @@ -23,4 +23,4 @@ no_index: resources: license: http://dev.perl.org/licenses/ repository: git://git.home-dn.net/manu/RT-Extension-Drafts.git -version: 0.02 +version: 0.04 diff --git a/lib/RT/Extension/Drafts.pm b/lib/RT/Extension/Drafts.pm index 818a3ca..40f789e 100644 --- a/lib/RT/Extension/Drafts.pm +++ b/lib/RT/Extension/Drafts.pm @@ -9,11 +9,11 @@ RT::Extension::Drafts - Allow to save/load drafts in ticket replies/comments =head1 VERSION -Version 0.02 +Version 0.04 =cut -our $VERSION = '0.02'; +our $VERSION = '0.04'; =head1 SYNOPSIS @@ -69,7 +69,7 @@ L =head1 COPYRIGHT & LICENSE -Copyright 2011-2016 Emmanuel Lacour, all rights reserved. +Copyright 2011-2018 Emmanuel Lacour, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/po/fr.po b/po/fr.po index 2466157..9b2886e 100644 --- a/po/fr.po +++ b/po/fr.po @@ -13,3 +13,5 @@ msgstr "Sauver le brouillon" msgid "Update draft" msgstr "Mettre à jour le brouillon" +msgid "Period (in seconds) to automatically save a response/comment draft" +msgstr "Délais (en secondes) de sauvegarde automatique des brouillons de réponses/commentaires"