Skip to content

Commit d2086b6

Browse files
authored
Merge pull request darktable-org#307 from chrisaga/master
More clear_GPS.lua localization
2 parents 0a4aa95 + 132668d commit d2086b6

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

contrib/clear_GPS.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ end
6666
dt.gui.libs.image.register_action(
6767
_("clear GPS data"),
6868
function(event, images) clear_GPS(images) end,
69-
"clear GPS data"
69+
_("Clear GPS data from selected images")
7070
)
7171

7272
dt.register_event(
7373
"shortcut",
7474
function(event, shortcut) clear_GPS(dt.gui.action_images) end,
75-
"clear GPS data"
75+
_("Clear GPS data")
7676
)

locale/fr_FR/LC_MESSAGES/clear_GPS.po

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,29 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"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"
1314
"Language: fr_FR\n"
1415
"MIME-Version: 1.0\n"
1516
"Content-Type: text/plain; charset=UTF-8\n"
1617
"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"
1919
"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;"
2121
"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"
2424

25-
#: clear_GPS.lua:62
25+
#: clear_GPS.lua:67
2626
msgid "clear GPS data"
2727
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"

0 commit comments

Comments
 (0)