1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.18.3 -->
3<interface>
4  <requires lib="gtk+" version="3.10"/>
5  <requires lib="grampswidgets" version="0.0"/>
6  <object class="GtkDialog" id="editplaceref">
7    <property name="can_focus">False</property>
8    <property name="default_width">600</property>
9    <property name="type_hint">dialog</property>
10    <child internal-child="vbox">
11      <object class="GtkBox" id="dialog-vbox11">
12        <property name="visible">True</property>
13        <property name="can_focus">False</property>
14        <property name="orientation">vertical</property>
15        <child internal-child="action_area">
16          <object class="GtkButtonBox" id="dialog-action_area11">
17            <property name="visible">True</property>
18            <property name="can_focus">False</property>
19            <property name="layout_style">end</property>
20            <child>
21              <object class="GtkButton" id="help">
22                <property name="label" translatable="yes">_Help</property>
23                <property name="use_action_appearance">False</property>
24                <property name="visible">True</property>
25                <property name="can_focus">True</property>
26                <property name="can_default">True</property>
27                <property name="receives_default">True</property>
28                <property name="use_underline">True</property>
29              </object>
30              <packing>
31                <property name="expand">False</property>
32                <property name="fill">False</property>
33                <property name="position">0</property>
34                <property name="secondary">True</property>
35              </packing>
36            </child>
37            <child>
38              <object class="GtkButton" id="cancel">
39                <property name="label" translatable="yes">_Cancel</property>
40                <property name="use_action_appearance">False</property>
41                <property name="visible">True</property>
42                <property name="can_focus">True</property>
43                <property name="can_default">True</property>
44                <property name="receives_default">True</property>
45                <property name="use_underline">True</property>
46              </object>
47              <packing>
48                <property name="expand">False</property>
49                <property name="fill">False</property>
50                <property name="position">1</property>
51              </packing>
52            </child>
53            <child>
54              <object class="GtkButton" id="ok">
55                <property name="label" translatable="yes">_OK</property>
56                <property name="use_action_appearance">False</property>
57                <property name="visible">True</property>
58                <property name="can_focus">True</property>
59                <property name="can_default">True</property>
60                <property name="receives_default">True</property>
61                <property name="use_underline">True</property>
62              </object>
63              <packing>
64                <property name="expand">False</property>
65                <property name="fill">False</property>
66                <property name="position">2</property>
67              </packing>
68            </child>
69          </object>
70          <packing>
71            <property name="expand">False</property>
72            <property name="fill">True</property>
73            <property name="pack_type">end</property>
74            <property name="position">0</property>
75          </packing>
76        </child>
77        <child>
78          <object class="GtkLabel" id="label1">
79            <property name="visible">True</property>
80            <property name="can_focus">False</property>
81            <property name="halign">start</property>
82            <property name="margin_left">6</property>
83            <property name="margin_right">6</property>
84            <property name="margin_top">3</property>
85            <property name="margin_bottom">3</property>
86            <property name="label" translatable="yes">Reference information</property>
87            <property name="use_underline">True</property>
88            <property name="justify">center</property>
89            <attributes>
90              <attribute name="weight" value="bold"/>
91            </attributes>
92          </object>
93          <packing>
94            <property name="expand">False</property>
95            <property name="fill">False</property>
96            <property name="position">1</property>
97          </packing>
98        </child>
99        <child>
100          <object class="GtkNotebook" id="notebook_ref">
101            <property name="visible">True</property>
102            <property name="can_focus">True</property>
103            <property name="border_width">6</property>
104            <child>
105              <object class="GtkGrid" id="table64">
106                <property name="visible">True</property>
107                <property name="can_focus">False</property>
108                <property name="border_width">12</property>
109                <property name="row_spacing">6</property>
110                <property name="column_spacing">12</property>
111                <child>
112                  <object class="GtkLabel" id="label513">
113                    <property name="visible">True</property>
114                    <property name="can_focus">False</property>
115                    <property name="halign">start</property>
116                    <property name="margin_top">3</property>
117                    <property name="margin_bottom">3</property>
118                    <property name="label" translatable="yes">_Date:</property>
119                    <property name="use_underline">True</property>
120                    <property name="justify">center</property>
121                  </object>
122                  <packing>
123                    <property name="left_attach">0</property>
124                    <property name="top_attach">0</property>
125                  </packing>
126                </child>
127                <child>
128                  <object class="ValidatableMaskedEntry" id="date_entry">
129                    <property name="visible">True</property>
130                    <property name="can_focus">True</property>
131                  </object>
132                  <packing>
133                    <property name="left_attach">1</property>
134                    <property name="top_attach">0</property>
135                  </packing>
136                </child>
137                <child>
138                  <object class="GtkButton" id="date_stat">
139                    <property name="visible">True</property>
140                    <property name="can_focus">True</property>
141                    <property name="receives_default">True</property>
142                    <child>
143                      <object class="GtkImage" id="date_stat_child">
144                        <property name="visible">True</property>
145                        <property name="can_focus">False</property>
146                        <property name="icon_name">gramps-date</property>
147                      </object>
148                    </child>
149                  </object>
150                  <packing>
151                    <property name="left_attach">2</property>
152                    <property name="top_attach">0</property>
153                  </packing>
154                </child>
155              </object>
156            </child>
157            <child type="tab">
158              <object class="GtkLabel" id="label618">
159                <property name="visible">True</property>
160                <property name="can_focus">False</property>
161                <property name="label" translatable="yes">General</property>
162                <attributes>
163                  <attribute name="weight" value="bold"/>
164                </attributes>
165              </object>
166              <packing>
167                <property name="tab_fill">False</property>
168              </packing>
169            </child>
170          </object>
171          <packing>
172            <property name="expand">True</property>
173            <property name="fill">True</property>
174            <property name="position">2</property>
175          </packing>
176        </child>
177        <child>
178          <object class="GtkExpander" id="expander">
179            <property name="visible">True</property>
180            <property name="can_focus">True</property>
181            <property name="border_width">6</property>
182            <property name="expanded">True</property>
183            <property name="spacing">6</property>
184            <child>
185              <object class="GtkNotebook" id="notebook">
186                <property name="visible">True</property>
187                <property name="can_focus">True</property>
188                <property name="show_border">False</property>
189                <child>
190                  <object class="GtkGrid" id="table62">
191                    <property name="visible">True</property>
192                    <property name="can_focus">False</property>
193                    <property name="border_width">12</property>
194                    <property name="row_spacing">6</property>
195                    <property name="column_spacing">12</property>
196                    <child>
197                      <object class="GtkLabel" id="place_title_label">
198                        <property name="can_focus">False</property>
199                        <property name="no_show_all">True</property>
200                        <property name="halign">start</property>
201                        <property name="label" translatable="yes">Title:</property>
202                        <property name="use_underline">True</property>
203                        <property name="justify">center</property>
204                      </object>
205                      <packing>
206                        <property name="left_attach">0</property>
207                        <property name="top_attach">1</property>
208                      </packing>
209                    </child>
210                    <child>
211                      <object class="GtkLabel" id="place_name_label">
212                        <property name="visible">True</property>
213                        <property name="can_focus">False</property>
214                        <property name="halign">start</property>
215                        <property name="label" translatable="yes">Name:</property>
216                        <property name="use_underline">True</property>
217                        <property name="justify">center</property>
218                      </object>
219                      <packing>
220                        <property name="left_attach">0</property>
221                        <property name="top_attach">2</property>
222                      </packing>
223                    </child>
224                    <child>
225                      <object class="GtkLabel" id="comment1">
226                        <property name="visible">True</property>
227                        <property name="can_focus">True</property>
228                        <property name="halign">start</property>
229                        <property name="label" translatable="yes">Either use the two fields below to enter coordinates (latitude and longitude),</property>
230                        <property name="hexpand">True</property>
231                      </object>
232                      <packing>
233                        <property name="left_attach">0</property>
234                        <property name="top_attach">3</property>
235                        <property name="width">5</property>
236                      </packing>
237                    </child>
238                    <child>
239                      <object class="GtkLabel" id="label504">
240                        <property name="visible">True</property>
241                        <property name="can_focus">False</property>
242                        <property name="halign">start</property>
243                        <property name="margin_top">3</property>
244                        <property name="margin_bottom">3</property>
245                        <property name="label" translatable="yes">ID:</property>
246                        <property name="use_underline">True</property>
247                        <property name="justify">center</property>
248                      </object>
249                      <packing>
250                        <property name="left_attach">0</property>
251                        <property name="top_attach">7</property>
252                      </packing>
253                    </child>
254                    <child>
255                      <object class="GtkLabel" id="label657">
256                        <property name="visible">True</property>
257                        <property name="can_focus">False</property>
258                        <property name="halign">start</property>
259                        <property name="label" translatable="yes">Latitude:</property>
260                        <property name="use_underline">True</property>
261                      </object>
262                      <packing>
263                        <property name="left_attach">0</property>
264                        <property name="top_attach">4</property>
265                      </packing>
266                    </child>
267                    <child>
268                      <object class="GtkBox" id="warning">
269                        <property name="can_focus">False</property>
270                        <property name="border_width">6</property>
271                        <property name="spacing">12</property>
272                        <child>
273                          <object class="GtkImage" id="image2651">
274                            <property name="visible">True</property>
275                            <property name="can_focus">False</property>
276                            <property name="valign">start</property>
277                            <property name="pixel_size">48</property>
278                            <property name="icon_name">dialog-warning</property>
279                            <property name="icon_size">6</property>
280                          </object>
281                          <packing>
282                            <property name="expand">False</property>
283                            <property name="fill">False</property>
284                            <property name="position">0</property>
285                          </packing>
286                        </child>
287                        <child>
288                          <object class="GtkLabel" id="label521">
289                            <property name="width_request">500</property>
290                            <property name="visible">True</property>
291                            <property name="can_focus">False</property>
292                            <property name="halign">start</property>
293                            <property name="margin_top">4</property>
294                            <property name="margin_bottom">4</property>
295                            <property name="label" translatable="yes">&lt;b&gt;Note:&lt;/b&gt; Any changes in the enclosing place information will be reflected in the place itself, for places that it encloses.</property>
296                            <property name="use_markup">True</property>
297                            <property name="justify">fill</property>
298                            <property name="wrap">True</property>
299                          </object>
300                          <packing>
301                            <property name="expand">True</property>
302                            <property name="fill">True</property>
303                            <property name="position">1</property>
304                          </packing>
305                        </child>
306                      </object>
307                      <packing>
308                        <property name="left_attach">0</property>
309                        <property name="top_attach">8</property>
310                        <property name="width">5</property>
311                      </packing>
312                    </child>
313                    <child>
314                      <object class="GtkLabel" id="label2">
315                        <property name="visible">True</property>
316                        <property name="can_focus">False</property>
317                        <property name="halign">start</property>
318                        <property name="label" translatable="yes">Type:</property>
319                        <property name="use_underline">True</property>
320                        <property name="justify">center</property>
321                      </object>
322                      <packing>
323                        <property name="left_attach">2</property>
324                        <property name="top_attach">2</property>
325                      </packing>
326                    </child>
327                    <child>
328                      <object class="GtkLabel" id="label3">
329                        <property name="visible">True</property>
330                        <property name="can_focus">False</property>
331                        <property name="halign">start</property>
332                        <property name="label" translatable="yes">Longitude:</property>
333                        <property name="use_underline">True</property>
334                        <property name="justify">center</property>
335                      </object>
336                      <packing>
337                        <property name="left_attach">2</property>
338                        <property name="top_attach">4</property>
339                      </packing>
340                    </child>
341                    <child>
342                      <object class="GtkBox" id="copypaste">
343                        <property name="visible">True</property>
344                        <property name="can_focus">False</property>
345                        <property name="spacing">6</property>
346                        <child>
347                          <object class="GtkLabel" id="comment2">
348                            <property name="visible">True</property>
349                            <property name="can_focus">False</property>
350                            <property name="halign">start</property>
351                            <property name="label" translatable="yes">or use copy/paste from your favorite map provider (format : latitude,longitude) in the following field:</property>
352                            <property name="use_underline">True</property>
353                          </object>
354                          <packing>
355                            <property name="expand">False</property>
356                            <property name="fill">True</property>
357                            <property name="position">0</property>
358                          </packing>
359                        </child>
360                      </object>
361                      <packing>
362                        <property name="left_attach">0</property>
363                        <property name="top_attach">5</property>
364                        <property name="width">4</property>
365                      </packing>
366                    </child>
367                    <child>
368                      <object class="GtkBox" id="paste_field">
369                        <property name="visible">True</property>
370                        <property name="can_focus">False</property>
371                        <property name="spacing">6</property>
372                        <child>
373                          <object class="ValidatableMaskedEntry" id="latlon_entry">
374                            <property name="visible">True</property>
375                            <property name="can_focus">True</property>
376                            <property name="tooltip_text" translatable="yes">Field used to paste info from a web page like google, openstreetmap, ... </property>
377                            <property name="hexpand">True</property>
378                            <property name="invisible_char">●</property>
379                          </object>
380                          <packing>
381                            <property name="expand">False</property>
382                            <property name="fill">True</property>
383                            <property name="position">1</property>
384                          </packing>
385                        </child>
386                      </object>
387                      <packing>
388                        <property name="left_attach">0</property>
389                        <property name="top_attach">6</property>
390                        <property name="width">4</property>
391                      </packing>
392                    </child>
393                    <child>
394                      <object class="GtkComboBox" id="place_type">
395                        <property name="visible">True</property>
396                        <property name="can_focus">True</property>
397                        <property name="tooltip_text" translatable="yes">What type of place this is. Eg 'Country', 'City', ... .</property>
398                        <property name="hexpand">True</property>
399                        <property name="has_entry">True</property>
400                        <child internal-child="entry">
401                          <object class="GtkEntry" id="combobox-entry">
402                            <property name="can_focus">True</property>
403                            <property name="overwrite_mode">True</property>
404                          </object>
405                        </child>
406                      </object>
407                      <packing>
408                        <property name="left_attach">3</property>
409                        <property name="top_attach">2</property>
410                      </packing>
411                    </child>
412                    <child>
413                      <object class="GtkToggleButton" id="private">
414                        <property name="visible">True</property>
415                        <property name="can_focus">True</property>
416                        <property name="receives_default">True</property>
417                        <property name="relief">none</property>
418                        <child>
419                          <object class="GtkImage" id="image">
420                            <property name="visible">True</property>
421                            <property name="can_focus">False</property>
422                            <property name="icon_name">dialog-password</property>
423                            <child internal-child="accessible">
424                              <object class="AtkObject" id="image-atkobject">
425                                <property name="AtkObject::accessible-description" translatable="yes">Privacy</property>
426                              </object>
427                            </child>
428                          </object>
429                        </child>
430                        <child internal-child="accessible">
431                          <object class="AtkObject" id="private-atkobject">
432                            <property name="AtkObject::accessible-name" translatable="yes">Private</property>
433                          </object>
434                        </child>
435                        <accelerator key="p" signal="activate" modifiers="GDK_CONTROL_MASK"/>
436                      </object>
437                      <packing>
438                        <property name="left_attach">4</property>
439                        <property name="top_attach">4</property>
440                      </packing>
441                    </child>
442                    <child>
443                      <object class="UndoableEntry" id="place_title">
444                        <property name="can_focus">True</property>
445                        <property name="no_show_all">True</property>
446                        <property name="tooltip_text" translatable="yes">Full title of this place.</property>
447                        <property name="hexpand">True</property>
448                        <property name="invisible_char">●</property>
449                      </object>
450                      <packing>
451                        <property name="left_attach">1</property>
452                        <property name="top_attach">1</property>
453                        <property name="width">4</property>
454                      </packing>
455                    </child>
456                    <child>
457                      <object class="ValidatableMaskedEntry" id="lat_entry">
458                        <property name="visible">True</property>
459                        <property name="can_focus">True</property>
460                        <property name="tooltip_text" translatable="yes">Latitude (position above the Equator) of the place in decimal or degree notation.
461Eg, valid values are 12.0154, 50°52′21.92″N, N50°52′21.92″ or 50:52:21.92
462You can set these values via the Geography View by searching the place, or via a map service in the place view.</property>
463                        <property name="hexpand">True</property>
464                        <property name="invisible_char">●</property>
465                      </object>
466                      <packing>
467                        <property name="left_attach">1</property>
468                        <property name="top_attach">4</property>
469                      </packing>
470                    </child>
471                    <child>
472                      <object class="ValidatableMaskedEntry" id="lon_entry">
473                        <property name="visible">True</property>
474                        <property name="can_focus">True</property>
475                        <property name="tooltip_text" translatable="yes">Longitude (position relative to the Prime, or Greenwich, Meridian) of the place in decimal or degree notation.
476Eg, valid values are -124.3647, 124°52′21.92″E, E124°52′21.92″ or 124:52:21.92
477You can set these values via the Geography View by searching the place, or via a map service in the place view.</property>
478                        <property name="hexpand">True</property>
479                        <property name="invisible_char">●</property>
480                      </object>
481                      <packing>
482                        <property name="left_attach">3</property>
483                        <property name="top_attach">4</property>
484                      </packing>
485                    </child>
486                    <child>
487                      <object class="GtkBox" id="box1">
488                        <property name="visible">True</property>
489                        <property name="can_focus">False</property>
490                        <property name="spacing">6</property>
491                        <child>
492                          <object class="UndoableEntry" id="gid">
493                            <property name="width_request">75</property>
494                            <property name="visible">True</property>
495                            <property name="can_focus">True</property>
496                            <property name="tooltip_text" translatable="yes">A unique ID to identify the place</property>
497                            <property name="invisible_char">●</property>
498                            <property name="width_chars">6</property>
499                          </object>
500                          <packing>
501                            <property name="expand">False</property>
502                            <property name="fill">True</property>
503                            <property name="position">0</property>
504                          </packing>
505                        </child>
506                        <child>
507                          <object class="GtkLabel" id="label5">
508                            <property name="visible">True</property>
509                            <property name="can_focus">False</property>
510                            <property name="halign">start</property>
511                            <property name="label" translatable="yes">Code:</property>
512                            <property name="use_underline">True</property>
513                          </object>
514                          <packing>
515                            <property name="expand">False</property>
516                            <property name="fill">True</property>
517                            <property name="position">1</property>
518                          </packing>
519                        </child>
520                        <child>
521                          <object class="UndoableEntry" id="code_entry">
522                            <property name="visible">True</property>
523                            <property name="can_focus">True</property>
524                            <property name="tooltip_text" translatable="yes">Code associated with this place. Eg Country Code or Postal Code.</property>
525                            <property name="invisible_char">●</property>
526                            <property name="width_chars">8</property>
527                          </object>
528                          <packing>
529                            <property name="expand">True</property>
530                            <property name="fill">True</property>
531                            <property name="position">2</property>
532                          </packing>
533                        </child>
534                      </object>
535                      <packing>
536                        <property name="left_attach">1</property>
537                        <property name="top_attach">7</property>
538                      </packing>
539                    </child>
540                    <child>
541                      <object class="GtkLabel" id="label4">
542                        <property name="visible">True</property>
543                        <property name="can_focus">False</property>
544                        <property name="halign">start</property>
545                        <property name="label" translatable="yes">Tags:</property>
546                      </object>
547                      <packing>
548                        <property name="left_attach">2</property>
549                        <property name="top_attach">7</property>
550                      </packing>
551                    </child>
552                    <child>
553                      <object class="GtkLabel" id="tag_label">
554                        <property name="visible">True</property>
555                        <property name="can_focus">False</property>
556                        <property name="halign">start</property>
557                        <property name="hexpand">True</property>
558                      </object>
559                      <packing>
560                        <property name="left_attach">3</property>
561                        <property name="top_attach">7</property>
562                      </packing>
563                    </child>
564                    <child>
565                      <object class="GtkButton" id="tag_button">
566                        <property name="visible">True</property>
567                        <property name="can_focus">True</property>
568                        <property name="receives_default">True</property>
569                      </object>
570                      <packing>
571                        <property name="left_attach">4</property>
572                        <property name="top_attach">7</property>
573                      </packing>
574                    </child>
575                    <child>
576                      <object class="GtkLabel" id="preview_title">
577                        <property name="visible">True</property>
578                        <property name="can_focus">False</property>
579                        <property name="halign">start</property>
580                        <property name="margin_bottom">6</property>
581                        <attributes>
582                          <attribute name="font-desc" value="Sans Bold 12"/>
583                        </attributes>
584                      </object>
585                      <packing>
586                        <property name="left_attach">0</property>
587                        <property name="top_attach">0</property>
588                        <property name="width">5</property>
589                      </packing>
590                    </child>
591                    <child>
592                      <object class="GtkBox" id="box2">
593                        <property name="visible">True</property>
594                        <property name="can_focus">False</property>
595                        <child>
596                          <object class="UndoableEntry" id="name_entry">
597                            <property name="visible">True</property>
598                            <property name="can_focus">True</property>
599                            <property name="tooltip_text" translatable="yes">The name of this place.</property>
600                            <property name="hexpand">True</property>
601                            <property name="invisible_char">●</property>
602                          </object>
603                          <packing>
604                            <property name="expand">False</property>
605                            <property name="fill">True</property>
606                            <property name="position">0</property>
607                          </packing>
608                        </child>
609                        <child>
610                          <object class="GtkButton" id="name_button">
611                            <property name="visible">True</property>
612                            <property name="can_focus">True</property>
613                            <property name="receives_default">True</property>
614                            <child>
615                              <object class="GtkImage" id="image1">
616                                <property name="visible">True</property>
617                                <property name="can_focus">False</property>
618                                <property name="tooltip_text" translatable="yes">Invoke place name editor.</property>
619                                <property name="icon_name">gtk-edit</property>
620                              </object>
621                            </child>
622                          </object>
623                          <packing>
624                            <property name="expand">False</property>
625                            <property name="fill">True</property>
626                            <property name="position">1</property>
627                          </packing>
628                        </child>
629                      </object>
630                      <packing>
631                        <property name="left_attach">1</property>
632                        <property name="top_attach">2</property>
633                      </packing>
634                    </child>
635                    <child>
636                      <placeholder/>
637                    </child>
638                  </object>
639                  <packing>
640                    <property name="tab_fill">False</property>
641                  </packing>
642                </child>
643                <child type="tab">
644                  <object class="GtkBox" id="general_tab">
645                    <property name="visible">True</property>
646                    <property name="can_focus">False</property>
647                    <property name="spacing">6</property>
648                    <child>
649                      <object class="GtkImage" id="image2634">
650                        <property name="visible">True</property>
651                        <property name="can_focus">False</property>
652                        <property name="icon_name">text-x-generic</property>
653                        <property name="icon_size">1</property>
654                      </object>
655                      <packing>
656                        <property name="expand">True</property>
657                        <property name="fill">True</property>
658                        <property name="position">0</property>
659                      </packing>
660                    </child>
661                    <child>
662                      <object class="GtkLabel" id="label506">
663                        <property name="visible">True</property>
664                        <property name="can_focus">False</property>
665                        <property name="label" translatable="yes">General</property>
666                        <property name="justify">center</property>
667                        <attributes>
668                          <attribute name="weight" value="bold"/>
669                        </attributes>
670                      </object>
671                      <packing>
672                        <property name="expand">False</property>
673                        <property name="fill">False</property>
674                        <property name="position">1</property>
675                      </packing>
676                    </child>
677                  </object>
678                  <packing>
679                    <property name="tab_fill">False</property>
680                  </packing>
681                </child>
682                <child>
683                  <placeholder/>
684                </child>
685                <child type="tab">
686                  <placeholder/>
687                </child>
688              </object>
689            </child>
690            <child type="label">
691              <object class="GtkLabel" id="label520">
692                <property name="visible">True</property>
693                <property name="can_focus">False</property>
694                <property name="label" translatable="yes">Shared information</property>
695                <attributes>
696                  <attribute name="weight" value="bold"/>
697                </attributes>
698              </object>
699            </child>
700          </object>
701          <packing>
702            <property name="expand">True</property>
703            <property name="fill">True</property>
704            <property name="position">3</property>
705          </packing>
706        </child>
707      </object>
708    </child>
709    <action-widgets>
710      <action-widget response="-11">help</action-widget>
711      <action-widget response="-6">cancel</action-widget>
712      <action-widget response="-5">ok</action-widget>
713    </action-widgets>
714  </object>
715</interface>
716