~ubuntu-branches/ubuntu/trusty/lifelines/trusty

« back to all changes in this revision

Viewing changes to src/gedlib/messages.c

  • Committer: Bazaar Package Importer
  • Author(s): Felipe Augusto van de Wiel (faw)
  • Date: 2007-05-23 23:49:53 UTC
  • mfrom: (3.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20070523234953-ogno9rnbmth61i7p
Tags: 3.0.50-2etch1
* Changing docs/ll-reportmanual.xml and docs/ll-userguide.xml to fix
  documentation build problems (Closes: #418347).

* lifelines-reports
  - Adding a dependency to lifelines >= 3.0.50 to prevent file conflict.
    (Closes: #405500).

* Updating French translation. Thanks to Bernard Adrian. (Closes: #356671).

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
ZST qSbdlkar      = N_("Argument to lock (-l) must be y or n.");
51
51
ZST qSnormls      = N_("Cannot remove last person from family.");
52
52
        /* summary of options (compiled with Finnish as optional) */
53
 
ZST qSusgFinnOpt  = N_("lines [-adkrwiflntcuFxoC] [database]   # Use -F for Finnish database");
 
53
ZST qSusgFinnOpt  = N_("lines [-adkrwiflntcuFxoCzI] [database]   # Use -F for Finnish database");
54
54
        /* summary of options (compiled with Finnish as mandatory) */
55
 
ZST qSusgFinnAlw  = N_("lines [-adkrwiflntcuxoC] [database]   # Finnish database");
 
55
ZST qSusgFinnAlw  = N_("lines [-adkrwiflntcuxoCzI] [database]   # Finnish database");
56
56
        /* summary of options (normal compile -- no Finnish support) */
57
 
ZST qSusgNorm     = N_("lines [-adkrwiflntcuxoC] [database]");
 
57
ZST qSusgNorm     = N_("lines [-adkrwiflntcuxoCzI] [database]");
58
58
 
59
59
ZST qSronlya      = N_("The database is read only; you may not add records.");
60
60
ZST qSronlye      = N_("The database is read only; you may not change records.");
102
102
ZST qSscnrfn      = N_("Enter pattern to match against refn.");
103
103
ZST qSscantt      = N_("pattern: ");
104
104
 
105
 
ZST qSnotone      = N_("Please choose from among these records.");
 
105
ZST qSnotonei     = N_("Please choose from among these people.");
 
106
ZST qSnotonex     = N_("Please choose from among these records.");
106
107
ZST qSiscnew      = N_("Is this the new child? ");
107
108
ZST qSissnew      = N_("Is this the new spouse? ");
108
 
ZST qSifone       = N_("Is this the person?  Select if so.");
 
109
ZST qSifonei      = N_("Is this the person?  Select if so.");
 
110
ZST qSifonex      = N_("Is this the record?  Select if so.");
109
111
ZST qSidcfam      = N_("Select the child the new child precedes or select last.");
110
112
ZST qSidpnxt      = N_("Please identify next person to browse to.");
111
113
ZST qSidnxt       = N_("Please identify record to browse to.");
184
186
ZST qScfeupt      = N_("Do you really want to update this event?");
185
187
ZST qScfxupt      = N_("Do you really want to update this record?");
186
188
ZST qScfpdel      = N_("Are you sure you want to remove the person from the database?");
 
189
ZST qScfodel      = N_("Are you sure you want to remove this record from the database?");
187
190
ZST qScffdel      = N_("Remove this family record?");
188
191
ZST qScffdeld     = N_("(Family %s (%s, %s)");
189
192
ZST qScfpmrg      = N_("Do you really want to merge these two persons?");
190
193
ZST qScffmrg      = N_("Do you really want to merge these two families?");
 
194
ZST qScffswp      = N_("Do you really want to swap spouse orders?");
 
195
ZST qScfchswp     = N_("Do you really want to reorder children?");
191
196
ZST qScfcrmv      = N_("Do you really want to remove this child from his/her family?");
192
197
ZST qScfsrmv      = N_("Do you really want to remove this spouse from his/her family?");
193
198
ZST qSspover      = N_("Too many spouses to display full list");
229
234
ZST qSdhusb       = N_("The families have different fathers/husbands; cannot merge.");
230
235
ZST qSdwife       = N_("The families have different wives/mothers; cannot merge.");
231
236
ZST qSidpdel      = N_("Who do you want to remove from the database?");
 
237
ZST qSidodel      = N_("What record do you want to remove from the database?");
232
238
ZST qSmklast      = N_("Place the child last in the family.");
233
239
ZST qSabverr      = N_("Error in abbreviations file.");
234
240
ZST qSuoperr      = N_("Error in user options file.");
249
255
ZST qSnofopn      = N_("Could not open file %s.");
250
256
ZST qSfn2long     = N_("Filepath too long.");
251
257
 
252
 
ZST qSmrkper      = N_("Please mark a person first.");
 
258
ZST qSmrkrec      = N_("Please mark a record first.");
253
259
 
254
260
ZST qSlstnam      = N_("The current list is now named %s.");
255
261
ZST qSlstnon      = N_("The current list is not named.");
286
292
ZST qSundevn      = N_("Event %s is referred to but not defined.");
287
293
ZST qSbadlev      = N_("Line %d: This line has a level number that is too large.");
288
294
ZST qSnoname      = N_("Line %d: Person defined here has no name.");
289
 
ZST qSnomems      = N_("Line %d: Family has no members.");
290
295
#if 0
291
296
STRING noxref = SS "Line %d: This record has no cross reference value.";
292
297
#endif
553
558
ZST qSmn_del_spou = N_("s  Spouse - remove a spouse from a family");
554
559
ZST qSmn_del_indi = N_("i  Individual - remove a person completely");
555
560
ZST qSmn_del_fam  = N_("f  Family - remove a family completely");
 
561
ZST qSmn_del_any  = N_("o  Other - remove other record completely");
556
562
 
557
563
/* &&end delete menu, begin search menu */
558
564
ZST qSmn_sea_ttl  = N_("How would you like to find a record?");