Skip to content

Commit a0af97e

Browse files
committed
Add new translation strings
1 parent 809e7df commit a0af97e

File tree

6 files changed

+106
-79
lines changed

6 files changed

+106
-79
lines changed

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Changelog
44
3.0.8 (unreleased)
55
------------------
66

7+
- Add new translation strings
8+
[macagua]
9+
710
- Add more improvements about the sources code
811
[macagua]
912

plone/formwidget/geolocation/locales/de/LC_MESSAGES/plone.formwidget.geolocation.po

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
msgid ""
44
msgstr ""
55
"Project-Id-Version: 2.2.0\n"
6-
"POT-Creation-Date: 2023-10-30 13:29+0000\n"
6+
"POT-Creation-Date: 2025-07-08 15:48+0000\n"
77
"PO-Revision-Date: 2019-04-19 22:15+0000\n"
88
"Last-Translator: Johannes Raggam <thetetet@gmail.com>\n"
99
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,7 +16,7 @@ msgstr ""
1616
"Preferred-Encodings: utf-8 latin1\n"
1717
"Domain: plone.formwidget.geolocation\n"
1818

19-
#. Default: "CatoDB Dark Matter"
19+
#. Default: "CartoDB Dark Matter"
2020
#: ../vocabularies.py:116
2121
msgid "CartoDB.DarkMatter"
2222
msgstr ""
@@ -26,27 +26,31 @@ msgstr ""
2626
msgid "CartoDB.DarkMatterNoLabels"
2727
msgstr ""
2828

29-
#: ../interfaces.py:106
29+
#: ../interfaces.py:108
3030
msgid "Default latitude"
3131
msgstr ""
3232

33-
#: ../interfaces.py:114
33+
#: ../interfaces.py:117
3434
msgid "Default longitude"
3535
msgstr ""
3636

37-
#: ../interfaces.py:131
37+
#: ../interfaces.py:136
38+
#: ../profiles/upgrades/to_2002/registry.xml
3839
msgid "Default zoom (edit)"
3940
msgstr ""
4041

41-
#: ../interfaces.py:138
42+
#: ../interfaces.py:143
43+
#: ../profiles/upgrades/to_2002/registry.xml
4244
msgid "Default zoom (view)"
4345
msgstr ""
4446

45-
#: ../interfaces.py:132
47+
#: ../interfaces.py:137
48+
#: ../profiles/upgrades/to_2002/registry.xml
4649
msgid "Default zoom for geolocation widget in edit mode"
4750
msgstr ""
4851

49-
#: ../interfaces.py:139
52+
#: ../interfaces.py:144
53+
#: ../profiles/upgrades/to_2002/registry.xml
5054
msgid "Default zoom for geolocation widget in view mode"
5155
msgstr ""
5256

@@ -112,23 +116,23 @@ msgstr ""
112116
msgid "Geolocation Settings"
113117
msgstr ""
114118

115-
#: ../interfaces.py:123
119+
#: ../interfaces.py:127
116120
msgid "Geolocation used to center map (see above) will also be used to define the default geolocation on new contents."
117121
msgstr ""
118122

119123
#: ../interfaces.py:11
120124
msgid "Latitude"
121125
msgstr ""
122126

123-
#: ../interfaces.py:107
127+
#: ../interfaces.py:109
124128
msgid "Latitude value that will be used to center map (on contents not yet geolocated)."
125129
msgstr ""
126130

127131
#: ../interfaces.py:12
128132
msgid "Longitude"
129133
msgstr ""
130134

131-
#: ../interfaces.py:115
135+
#: ../interfaces.py:118
132136
msgid "Longitude value that will be used to center map (on contents not yet geolocated)."
133137
msgstr ""
134138

@@ -224,17 +228,21 @@ msgstr ""
224228
msgid "Upgrade to version 2000"
225229
msgstr ""
226230

227-
#: ../interfaces.py:122
231+
#: ../configure.zcml:104
232+
msgid "Upgrade to version 2002"
233+
msgstr ""
234+
235+
#: ../interfaces.py:126
228236
msgid "Use default geolocation for contents"
229237
msgstr ""
230238

231239
#. Default: "Default map layer"
232-
#: ../interfaces.py:87
240+
#: ../interfaces.py:89
233241
msgid "default_map_layer"
234242
msgstr ""
235243

236244
#. Default: "Set the default map layer"
237-
#: ../interfaces.py:88
245+
#: ../interfaces.py:90
238246
msgid "help_default_map_layer"
239247
msgstr ""
240248

@@ -244,12 +252,12 @@ msgid "help_google_api_key"
244252
msgstr ""
245253

246254
#. Default: "Show a link to the Google Maps site, which can be used for further actions like routing."
247-
#: ../interfaces.py:78
255+
#: ../interfaces.py:79
248256
msgid "help_google_maps_link"
249257
msgstr ""
250258

251259
#. Default: "Set the available map layers"
252-
#: ../interfaces.py:96
260+
#: ../interfaces.py:98
253261
msgid "help_map_layers"
254262
msgstr ""
255263

@@ -259,7 +267,7 @@ msgid "label_google_api_key"
259267
msgstr ""
260268

261269
#. Default: "Show Google maps link"
262-
#: ../interfaces.py:77
270+
#: ../interfaces.py:78
263271
msgid "label_google_maps_link"
264272
msgstr ""
265273

@@ -274,7 +282,7 @@ msgid "label_longitude"
274282
msgstr ""
275283

276284
#. Default: "Map Layers"
277-
#: ../interfaces.py:95
285+
#: ../interfaces.py:97
278286
msgid "label_map_layers"
279287
msgstr ""
280288

@@ -317,6 +325,6 @@ msgstr ""
317325
msgid "plone.formwidget.geolocation map install"
318326
msgstr ""
319327

320-
#: ../configure.zcml:104
328+
#: ../configure.zcml:112
321329
msgid "plone.formwidget.geolocation map uninstall"
322330
msgstr ""

plone/formwidget/geolocation/locales/fr/LC_MESSAGES/plone.formwidget.geolocation.po

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
msgid ""
44
msgstr ""
55
"Project-Id-Version: 2.2.0\n"
6-
"POT-Creation-Date: 2023-10-30 13:29+0000\n"
6+
"POT-Creation-Date: 2025-07-08 15:48+0000\n"
77
"PO-Revision-Date: 2022-06-02 13:35+0000\n"
88
"Last-Translator: Laurent Lasudry <lasudry@gmail.com>\n"
99
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18,7 +18,7 @@ msgstr ""
1818
"Language: fr\n"
1919
"X-Is-Fallback-For: fr-be fr-ca fr-lu fr-mc fr-ch fr-fr\n"
2020

21-
#. Default: "CatoDB Dark Matter"
21+
#. Default: "CartoDB Dark Matter"
2222
#: ../vocabularies.py:116
2323
msgid "CartoDB.DarkMatter"
2424
msgstr ""
@@ -28,27 +28,31 @@ msgstr ""
2828
msgid "CartoDB.DarkMatterNoLabels"
2929
msgstr ""
3030

31-
#: ../interfaces.py:106
31+
#: ../interfaces.py:108
3232
msgid "Default latitude"
3333
msgstr "Latitude par défaut"
3434

35-
#: ../interfaces.py:114
35+
#: ../interfaces.py:117
3636
msgid "Default longitude"
3737
msgstr "Longitude par défaut"
3838

39-
#: ../interfaces.py:131
39+
#: ../interfaces.py:136
40+
#: ../profiles/upgrades/to_2002/registry.xml
4041
msgid "Default zoom (edit)"
4142
msgstr "Zoom par défaut (en édition)"
4243

43-
#: ../interfaces.py:138
44+
#: ../interfaces.py:143
45+
#: ../profiles/upgrades/to_2002/registry.xml
4446
msgid "Default zoom (view)"
4547
msgstr "Zoom par défault (en visualisation)"
4648

47-
#: ../interfaces.py:132
49+
#: ../interfaces.py:137
50+
#: ../profiles/upgrades/to_2002/registry.xml
4851
msgid "Default zoom for geolocation widget in edit mode"
4952
msgstr "Niveau de zoom par défaut pour le widget de géolocalisation lors de l'édition du contenu"
5053

51-
#: ../interfaces.py:139
54+
#: ../interfaces.py:144
55+
#: ../profiles/upgrades/to_2002/registry.xml
5256
msgid "Default zoom for geolocation widget in view mode"
5357
msgstr "Niveau de zoom par défaut pour le widget de géolocalisation lors de la visualisation du contenu"
5458

@@ -114,23 +118,23 @@ msgstr "Géolocalisation"
114118
msgid "Geolocation Settings"
115119
msgstr "Paramètres de géolocalisation"
116120

117-
#: ../interfaces.py:123
121+
#: ../interfaces.py:127
118122
msgid "Geolocation used to center map (see above) will also be used to define the default geolocation on new contents."
119123
msgstr "La géolocalisation utilisée pour centrer la carte (voir ci-dessus) sera également utilisée pour définir la géolocalisation par défaut sur les nouveaux contenus."
120124

121125
#: ../interfaces.py:11
122126
msgid "Latitude"
123127
msgstr "Latitude"
124128

125-
#: ../interfaces.py:107
129+
#: ../interfaces.py:109
126130
msgid "Latitude value that will be used to center map (on contents not yet geolocated)."
127131
msgstr "Latitude qui sera utilisée pour centrer la carte (sur les contenus non encore géolocalisés)."
128132

129133
#: ../interfaces.py:12
130134
msgid "Longitude"
131135
msgstr "Longitude"
132136

133-
#: ../interfaces.py:115
137+
#: ../interfaces.py:118
134138
msgid "Longitude value that will be used to center map (on contents not yet geolocated)."
135139
msgstr "Longitude qui sera utilisée pour centrer la carte (sur les contenus non encore géolocalisés)."
136140

@@ -226,17 +230,21 @@ msgstr ""
226230
msgid "Upgrade to version 2000"
227231
msgstr ""
228232

229-
#: ../interfaces.py:122
233+
#: ../configure.zcml:104
234+
msgid "Upgrade to version 2002"
235+
msgstr ""
236+
237+
#: ../interfaces.py:126
230238
msgid "Use default geolocation for contents"
231239
msgstr "Utiliser la géolocalisation par défaut pour les contenus"
232240

233241
#. Default: "Default map layer"
234-
#: ../interfaces.py:87
242+
#: ../interfaces.py:89
235243
msgid "default_map_layer"
236244
msgstr "Couche par défaut pour la carte"
237245

238246
#. Default: "Set the default map layer"
239-
#: ../interfaces.py:88
247+
#: ../interfaces.py:90
240248
msgid "help_default_map_layer"
241249
msgstr "Définit la couche cartographique par défaut"
242250

@@ -246,12 +254,12 @@ msgid "help_google_api_key"
246254
msgstr "Si vous souhaitez utiliser l'API de recherche Google Maps pour une plus grande précision, vous devez fournir une clé API Google Maps ici."
247255

248256
#. Default: "Show a link to the Google Maps site, which can be used for further actions like routing."
249-
#: ../interfaces.py:78
257+
#: ../interfaces.py:79
250258
msgid "help_google_maps_link"
251259
msgstr "Affiche un lien vers le site Google Maps, qui peut être utilisé pour d'autres actions, comme le calcul d'itinéraire."
252260

253261
#. Default: "Set the available map layers"
254-
#: ../interfaces.py:96
262+
#: ../interfaces.py:98
255263
msgid "help_map_layers"
256264
msgstr "Définit les couches cartographiques disponibles"
257265

@@ -261,7 +269,7 @@ msgid "label_google_api_key"
261269
msgstr "Clé API Google Maps"
262270

263271
#. Default: "Show Google maps link"
264-
#: ../interfaces.py:77
272+
#: ../interfaces.py:78
265273
msgid "label_google_maps_link"
266274
msgstr "Afficher le lien vers Google Maps"
267275

@@ -276,7 +284,7 @@ msgid "label_longitude"
276284
msgstr "Longitude"
277285

278286
#. Default: "Map Layers"
279-
#: ../interfaces.py:95
287+
#: ../interfaces.py:97
280288
msgid "label_map_layers"
281289
msgstr "Couches pour la carte"
282290

@@ -319,6 +327,6 @@ msgstr "Afficher les boutons de zoom"
319327
msgid "plone.formwidget.geolocation map install"
320328
msgstr ""
321329

322-
#: ../configure.zcml:104
330+
#: ../configure.zcml:112
323331
msgid "plone.formwidget.geolocation map uninstall"
324332
msgstr ""

0 commit comments

Comments
 (0)