File tree Expand file tree Collapse file tree 2 files changed +19
-11
lines changed Expand file tree Collapse file tree 2 files changed +19
-11
lines changed Original file line number Diff line number Diff line change 66
66
dt .gui .libs .image .register_action (
67
67
_ (" clear GPS data" ),
68
68
function (event , images ) clear_GPS (images ) end ,
69
- " clear GPS data"
69
+ _ ( " Clear GPS data from selected images " )
70
70
)
71
71
72
72
dt .register_event (
73
73
" shortcut" ,
74
74
function (event , shortcut ) clear_GPS (dt .gui .action_images ) end ,
75
- " clear GPS data"
75
+ _ ( " Clear GPS data" )
76
76
)
Original file line number Diff line number Diff line change @@ -7,21 +7,29 @@ msgid ""
7
7
msgstr ""
8
8
"Project-Id-Version : \n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2016-09-07 22:25-0400\n "
11
- "PO-Revision-Date : 2016-10-03 14:55+0200\n "
12
- "
Last-Translator :
Pascal Obry <[email protected] >\n "
10
+ "POT-Creation-Date : 2020-12-27 17:55+0100\n "
11
+ "PO-Revision-Date : 2020-12-27 17:55+0100\n "
12
+ "
Last-Translator :
Christophe Agathon <[email protected] >\n "
13
+ "Language-Team : \n "
13
14
"Language : fr_FR\n "
14
15
"MIME-Version : 1.0\n "
15
16
"Content-Type : text/plain; charset=UTF-8\n "
16
17
"Content-Transfer-Encoding : 8bit\n "
17
- "X-Generator : Poedit 1.8.9\n "
18
- "Language : fr_FR\n "
18
+ "X-Generator : Poedit 2.3\n "
19
19
"X-Poedit-SourceCharset : UTF-8\n "
20
- "X-Poedit-KeywordsList : gettext;dgettext:2;dcgettext:2ngettext:1,2; "
20
+ "X-Poedit-KeywordsList : _; gettext;dgettext:2;dcgettext:2ngettext:1,2; "
21
21
"dngettext:2,3\n "
22
- "X-Poedit-Basepath : .\n "
23
- "Language-Team : \n "
22
+ "X-Poedit-Basepath : ../../../contrib \n "
23
+ "X-Poedit-SearchPath-0 : clear_GPS.lua \n "
24
24
25
- #: clear_GPS.lua:62
25
+ #: clear_GPS.lua:67
26
26
msgid "clear GPS data"
27
27
msgstr "effacer données GPS"
28
+
29
+ #: clear_GPS.lua:69
30
+ msgid "Clear GPS data from selected images"
31
+ msgstr "Effacer les données GPS des images sélectionnées"
32
+
33
+ #: clear_GPS.lua:75
34
+ msgid "Clear GPS data"
35
+ msgstr "Effacer les données GPS"
You can’t perform that action at this time.
0 commit comments